From 1cf1c4836f8204a949630e7d90128290192e848e Mon Sep 17 00:00:00 2001 From: Daniel Pescador Date: Tue, 6 Sep 2022 14:11:48 -0500 Subject: [PATCH 01/19] Installade/uninstalled dependencies. Initialized TS configuration and updated rollup --- .babelrc | 3 - package-lock.json | 8639 +++++++++++++++++++++++++-------------------- package.json | 29 +- rollup.config.js | 73 +- tsconfig.json | 17 + 5 files changed, 4836 insertions(+), 3925 deletions(-) delete mode 100644 .babelrc create mode 100644 tsconfig.json diff --git a/.babelrc b/.babelrc deleted file mode 100644 index 7dd5e9d..0000000 --- a/.babelrc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "presets": ["@babel/preset-react"] -} diff --git a/package-lock.json b/package-lock.json index 23496a8..8582630 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,18 +5,18 @@ "requires": true, "packages": { "": { - "name": "react-animated-cursor", "version": "2.5.1", "license": "ISC", - "dependencies": { - "prop-types": "^15.8.1" - }, "devDependencies": { "@babel/core": "^7.12.0", "@babel/preset-react": "^7.16.7", "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-node-resolve": "^7.1.1", "@rollup/plugin-replace": "^2.3.1", + "@rollup/plugin-typescript": "^8.5.0", + "@types/react": "^18.0.18", + "@types/react-dom": "^18.0.6", + "@typescript-eslint/parser": "^5.36.2", "eslint": "^7.1.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.3", @@ -25,67 +25,73 @@ "gh-pages": "^2.2.0", "parcel": "^2.3.2", "prettier": "^2.0.5", - "react": "^17.0.2", - "react-dom": "^17.0.2", + "process": "^0.11.10", + "react": "18.2.0", + "react-dom": "18.2.0", "rollup": "^2.1.0", - "rollup-plugin-babel": "^4.4.0", - "rollup-plugin-peer-deps-external": "^2.2.2" + "rollup-plugin-dts": "^4.2.2", + "rollup-plugin-peer-deps-external": "^2.2.2", + "typescript": "^4.8.2" }, "peerDependencies": { - "react": "^16 || ^17 || ^18", - "react-dom": "^16 || ^17 || ^18" + "react": "^18.2.0", + "react-dom": "^18.2.0" } }, "node_modules/@ampproject/remapping": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.2.tgz", - "integrity": "sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", + "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", "dev": true, "dependencies": { - "@jridgewell/trace-mapping": "^0.3.0" + "@jridgewell/gen-mapping": "^0.1.0", + "@jridgewell/trace-mapping": "^0.3.9" }, "engines": { "node": ">=6.0.0" } }, "node_modules/@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", - "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", + "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", "dev": true, "dependencies": { - "@babel/highlight": "^7.10.4" + "@babel/highlight": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" } }, "node_modules/@babel/compat-data": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.7.tgz", - "integrity": "sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.19.0.tgz", + "integrity": "sha512-y5rqgTTPTmaF5e2nVhOxw+Ur9HDJLsWb6U/KpgUzRZEdPfE6VOubXBKLdbcUTijzRptednSBDQbYZBOSqJxpJw==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.7.tgz", - "integrity": "sha512-djHlEfFHnSnTAcPb7dATbiM5HxGOP98+3JLBZtjRb5I7RXrw7kFRoG2dXM8cm3H+o11A8IFH/uprmJpwFynRNQ==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.19.0.tgz", + "integrity": "sha512-reM4+U7B9ss148rh2n1Qs9ASS+w94irYXga7c2jaQv9RVzpS7Mv1a9rnYYwuDa45G+DkORt9g6An2k/V4d9LbQ==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.7", - "@babel/helper-compilation-targets": "^7.17.7", - "@babel/helper-module-transforms": "^7.17.7", - "@babel/helpers": "^7.17.7", - "@babel/parser": "^7.17.7", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.19.0", + "@babel/helper-compilation-targets": "^7.19.0", + "@babel/helper-module-transforms": "^7.19.0", + "@babel/helpers": "^7.19.0", + "@babel/parser": "^7.19.0", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.19.0", + "@babel/types": "^7.19.0", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", + "json5": "^2.2.1", "semver": "^6.3.0" }, "engines": { @@ -96,62 +102,55 @@ "url": "https://opencollective.com/babel" } }, - "node_modules/@babel/core/node_modules/@babel/code-frame": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", - "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", + "node_modules/@babel/generator": { + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.19.0.tgz", + "integrity": "sha512-S1ahxf1gZ2dpoiFgA+ohK9DIpz50bJ0CWs7Zlzb54Z4sG8qmdIrGrVqmy1sAtTVRb+9CU6U8VqT9L0Zj7hxHVg==", "dev": true, "dependencies": { - "@babel/highlight": "^7.16.7" + "@babel/types": "^7.19.0", + "@jridgewell/gen-mapping": "^0.3.2", + "jsesc": "^2.5.1" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/core/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/generator": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.7.tgz", - "integrity": "sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==", + "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", "dev": true, "dependencies": { - "@babel/types": "^7.17.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" }, "engines": { - "node": ">=6.9.0" + "node": ">=6.0.0" } }, "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz", - "integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", + "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", "dev": true, "dependencies": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz", - "integrity": "sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.0.tgz", + "integrity": "sha512-Ai5bNWXIvwDvWM7njqsG3feMlL9hCVQsPYXodsZyLwshYkZVJt59Gftau4VrE8S9IT9asd2uSP1hG6wCNw+sXA==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.17.7", - "@babel/helper-validator-option": "^7.16.7", - "browserslist": "^4.17.5", + "@babel/compat-data": "^7.19.0", + "@babel/helper-validator-option": "^7.18.6", + "browserslist": "^4.20.2", "semver": "^6.3.0" }, "engines": { @@ -161,168 +160,152 @@ "@babel/core": "^7.0.0" } }, - "node_modules/@babel/helper-compilation-targets/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, "node_modules/@babel/helper-environment-visitor": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", - "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", + "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", "dev": true, - "dependencies": { - "@babel/types": "^7.16.7" - }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-function-name": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz", - "integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==", - "dev": true, - "dependencies": { - "@babel/helper-get-function-arity": "^7.16.7", - "@babel/template": "^7.16.7", - "@babel/types": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-get-function-arity": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz", - "integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz", + "integrity": "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==", "dev": true, "dependencies": { - "@babel/types": "^7.16.7" + "@babel/template": "^7.18.10", + "@babel/types": "^7.19.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-hoist-variables": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", - "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", + "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", "dev": true, "dependencies": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-imports": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz", - "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", + "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", "dev": true, "dependencies": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz", - "integrity": "sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.19.0.tgz", + "integrity": "sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ==", "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-simple-access": "^7.17.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/helper-validator-identifier": "^7.16.7", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0" + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.18.6", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.19.0", + "@babel/types": "^7.19.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz", - "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.19.0.tgz", + "integrity": "sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-simple-access": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz", - "integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz", + "integrity": "sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==", "dev": true, "dependencies": { - "@babel/types": "^7.17.0" + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-split-export-declaration": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", - "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", "dev": true, "dependencies": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, + "node_modules/@babel/helper-string-parser": { + "version": "7.18.10", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz", + "integrity": "sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", - "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz", + "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz", - "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz", + "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.7.tgz", - "integrity": "sha512-TKsj9NkjJfTBxM7Phfy7kv6yYc4ZcOo+AaWGqQOKTPDOmcGkIFb5xNA746eKisQkm4yavUYh4InYM9S+VnO01w==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.19.0.tgz", + "integrity": "sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg==", "dev": true, "dependencies": { - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0" + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.19.0", + "@babel/types": "^7.19.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/highlight": { - "version": "7.16.10", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz", - "integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.16.7", + "@babel/helper-validator-identifier": "^7.18.6", "chalk": "^2.0.0", "js-tokens": "^4.0.0" }, @@ -331,9 +314,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.7.tgz", - "integrity": "sha512-bm3AQf45vR4gKggRfvJdYJ0gFLoCbsPxiFLSH6hTVYABptNHY6l9NrhnucVjQ/X+SPtLANT9lc0fFhikj+VBRA==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.19.0.tgz", + "integrity": "sha512-74bEXKX2h+8rrfQUfsBfuZZHzsEs6Eql4pqy/T4Nn6Y9wNPggQOqD6z6pn5Bl8ZfysKouFZT/UXEH94ummEeQw==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -343,12 +326,12 @@ } }, "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz", - "integrity": "sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz", + "integrity": "sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.16.7" + "@babel/helper-plugin-utils": "^7.18.6" }, "engines": { "node": ">=6.9.0" @@ -358,12 +341,12 @@ } }, "node_modules/@babel/plugin-transform-react-display-name": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.7.tgz", - "integrity": "sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.18.6.tgz", + "integrity": "sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.16.7" + "@babel/helper-plugin-utils": "^7.18.6" }, "engines": { "node": ">=6.9.0" @@ -373,16 +356,16 @@ } }, "node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.17.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.17.3.tgz", - "integrity": "sha512-9tjBm4O07f7mzKSIlEmPdiE6ub7kfIe6Cd+w+oQebpATfTQMAgW+YOuWxogbKVTulA+MEO7byMeIUtQ1z+z+ZQ==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.19.0.tgz", + "integrity": "sha512-UVEvX3tXie3Szm3emi1+G63jyw1w5IcMY0FSKM+CRnKRI5Mr1YbCNgsSTwoTwKphQEG9P+QqmuRFneJPZuHNhg==", "dev": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.16.7", - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-jsx": "^7.16.7", - "@babel/types": "^7.17.0" + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-plugin-utils": "^7.19.0", + "@babel/plugin-syntax-jsx": "^7.18.6", + "@babel/types": "^7.19.0" }, "engines": { "node": ">=6.9.0" @@ -392,12 +375,12 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-development": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.7.tgz", - "integrity": "sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.18.6.tgz", + "integrity": "sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==", "dev": true, "dependencies": { - "@babel/plugin-transform-react-jsx": "^7.16.7" + "@babel/plugin-transform-react-jsx": "^7.18.6" }, "engines": { "node": ">=6.9.0" @@ -407,13 +390,13 @@ } }, "node_modules/@babel/plugin-transform-react-pure-annotations": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.16.7.tgz", - "integrity": "sha512-hs71ToC97k3QWxswh2ElzMFABXHvGiJ01IB1TbYQDGeWRKWz/MPUTh5jGExdHvosYKpnJW5Pm3S4+TA3FyX+GA==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.18.6.tgz", + "integrity": "sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==", "dev": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7" + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" }, "engines": { "node": ">=6.9.0" @@ -423,17 +406,17 @@ } }, "node_modules/@babel/preset-react": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.16.7.tgz", - "integrity": "sha512-fWpyI8UM/HE6DfPBzD8LnhQ/OcH8AgTaqcqP2nGOXEUV+VKBR5JRN9hCk9ai+zQQ57vtm9oWeXguBCPNUjytgA==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.18.6.tgz", + "integrity": "sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/helper-validator-option": "^7.16.7", - "@babel/plugin-transform-react-display-name": "^7.16.7", - "@babel/plugin-transform-react-jsx": "^7.16.7", - "@babel/plugin-transform-react-jsx-development": "^7.16.7", - "@babel/plugin-transform-react-pure-annotations": "^7.16.7" + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-validator-option": "^7.18.6", + "@babel/plugin-transform-react-display-name": "^7.18.6", + "@babel/plugin-transform-react-jsx": "^7.18.6", + "@babel/plugin-transform-react-jsx-development": "^7.18.6", + "@babel/plugin-transform-react-pure-annotations": "^7.18.6" }, "engines": { "node": ">=6.9.0" @@ -442,56 +425,34 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/runtime-corejs3": { - "version": "7.10.1", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.10.1.tgz", - "integrity": "sha512-/NLH0a34E/moPbqB1C/72I2gvMOmOly2JQARcRE1+PWCdHwMQ3la4sz7WnlK/EVHiBjQruH2WqE8YufL632Y8w==", - "dev": true, - "dependencies": { - "core-js-pure": "^3.0.0", - "regenerator-runtime": "^0.13.4" - } - }, "node_modules/@babel/template": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", - "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.16.7", - "@babel/parser": "^7.16.7", - "@babel/types": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/template/node_modules/@babel/code-frame": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", - "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", + "version": "7.18.10", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz", + "integrity": "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==", "dev": true, "dependencies": { - "@babel/highlight": "^7.16.7" + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.18.10", + "@babel/types": "^7.18.10" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.17.3", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.3.tgz", - "integrity": "sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.3", - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-function-name": "^7.16.7", - "@babel/helper-hoist-variables": "^7.16.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/parser": "^7.17.3", - "@babel/types": "^7.17.0", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.19.0.tgz", + "integrity": "sha512-4pKpFRDh+utd2mbRC8JLnlsMUii3PMHjpL6a0SZ4NMZy7YFP9aXORxEhdMVOc9CpWtDF09IkciQLEhK7Ml7gRA==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.19.0", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.19.0", + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/parser": "^7.19.0", + "@babel/types": "^7.19.0", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -499,25 +460,14 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/traverse/node_modules/@babel/code-frame": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", - "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", - "dev": true, - "dependencies": { - "@babel/highlight": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/types": { - "version": "7.17.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz", - "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.19.0.tgz", + "integrity": "sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.16.7", + "@babel/helper-string-parser": "^7.18.10", + "@babel/helper-validator-identifier": "^7.18.6", "to-fast-properties": "^2.0.0" }, "engines": { @@ -545,9 +495,9 @@ } }, "node_modules/@eslint/eslintrc/node_modules/globals": { - "version": "13.13.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz", - "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==", + "version": "13.17.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.17.0.tgz", + "integrity": "sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==", "dev": true, "dependencies": { "type-fest": "^0.20.2" @@ -580,23 +530,22 @@ "dev": true }, "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", - "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", + "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", "dev": true, "dependencies": { - "@jridgewell/set-array": "^1.0.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10" }, "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/resolve-uri": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz", - "integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", "dev": true, "engines": { "node": ">=6.0.0" @@ -621,37 +570,271 @@ "@jridgewell/trace-mapping": "^0.3.9" } }, + "node_modules/@jridgewell/source-map/node_modules/@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.11", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz", - "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==", + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", "dev": true }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.14", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz", - "integrity": "sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==", + "version": "0.3.15", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.15.tgz", + "integrity": "sha512-oWZNOULl+UbhsgB51uuZzglikfIKSUBO/M9W2OfEjn7cmqoAiCgmv9lyACTUacZwBz0ITnJ2NqjU8Tx0DHL88g==", "dev": true, "dependencies": { "@jridgewell/resolve-uri": "^3.0.3", "@jridgewell/sourcemap-codec": "^1.4.10" } }, + "node_modules/@lezer/common": { + "version": "0.15.12", + "resolved": "https://registry.npmjs.org/@lezer/common/-/common-0.15.12.tgz", + "integrity": "sha512-edfwCxNLnzq5pBA/yaIhwJ3U3Kz8VAUOTRg0hhxaizaI1N+qxV7EXDv/kLCkLeq2RzSFvxexlaj5Mzfn2kY0Ig==", + "dev": true + }, + "node_modules/@lezer/lr": { + "version": "0.15.8", + "resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-0.15.8.tgz", + "integrity": "sha512-bM6oE6VQZ6hIFxDNKk8bKPa14hqFrV07J/vHGOeiAbJReIaQXmkVb6xQu4MR+JBTLa5arGRyAAjJe1qaQt3Uvg==", + "dev": true, + "dependencies": { + "@lezer/common": "^0.15.0" + } + }, + "node_modules/@lmdb/lmdb-darwin-arm64": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-2.5.2.tgz", + "integrity": "sha512-+F8ioQIUN68B4UFiIBYu0QQvgb9FmlKw2ctQMSBfW2QBrZIxz9vD9jCGqTCPqZBRbPHAS/vG1zSXnKqnS2ch/A==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@lmdb/lmdb-darwin-x64": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-x64/-/lmdb-darwin-x64-2.5.2.tgz", + "integrity": "sha512-KvPH56KRLLx4KSfKBx0m1r7GGGUMXm0jrKmNE7plbHlesZMuPJICtn07HYgQhj1LNsK7Yqwuvnqh1QxhJnF1EA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@lmdb/lmdb-linux-arm": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-2.5.2.tgz", + "integrity": "sha512-5kQAP21hAkfW5Bl+e0P57dV4dGYnkNIpR7f/GAh6QHlgXx+vp/teVj4PGRZaKAvt0GX6++N6hF8NnGElLDuIDw==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@lmdb/lmdb-linux-arm64": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-2.5.2.tgz", + "integrity": "sha512-aLl89VHL/wjhievEOlPocoefUyWdvzVrcQ/MHQYZm2JfV1jUsrbr/ZfkPPUFvZBf+VSE+Q0clWs9l29PCX1hTQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@lmdb/lmdb-linux-x64": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-2.5.2.tgz", + "integrity": "sha512-xUdUfwDJLGjOUPH3BuPBt0NlIrR7f/QHKgu3GZIXswMMIihAekj2i97oI0iWG5Bok/b+OBjHPfa8IU9velnP/Q==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@lmdb/lmdb-win32-x64": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-2.5.2.tgz", + "integrity": "sha512-zrBczSbXKxEyK2ijtbRdICDygRqWSRPpZMN5dD1T8VMEW5RIhIbwFWw2phDRXuBQdVDpSjalCIUMWMV2h3JaZA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@mischnic/json-sourcemap": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@mischnic/json-sourcemap/-/json-sourcemap-0.1.0.tgz", + "integrity": "sha512-dQb3QnfNqmQNYA4nFSN/uLaByIic58gOXq4Y4XqLOWmOrw73KmJPt/HLyG0wvn1bnR6mBKs/Uwvkh+Hns1T0XA==", + "dev": true, + "dependencies": { + "@lezer/common": "^0.15.7", + "@lezer/lr": "^0.15.4", + "json5": "^2.2.1" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/@msgpackr-extract/msgpackr-extract-darwin-arm64": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-arm64/-/msgpackr-extract-darwin-arm64-2.1.2.tgz", + "integrity": "sha512-TyVLn3S/+ikMDsh0gbKv2YydKClN8HaJDDpONlaZR+LVJmsxLFUgA+O7zu59h9+f9gX1aj/ahw9wqa6rosmrYQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@msgpackr-extract/msgpackr-extract-darwin-x64": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-x64/-/msgpackr-extract-darwin-x64-2.1.2.tgz", + "integrity": "sha512-YPXtcVkhmVNoMGlqp81ZHW4dMxK09msWgnxtsDpSiZwTzUBG2N+No2bsr7WMtBKCVJMSD6mbAl7YhKUqkp/Few==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm/-/msgpackr-extract-linux-arm-2.1.2.tgz", + "integrity": "sha512-42R4MAFeIeNn+L98qwxAt360bwzX2Kf0ZQkBBucJ2Ircza3asoY4CDbgiu9VWklq8gWJVSJSJBwDI+c/THiWkA==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm64": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm64/-/msgpackr-extract-linux-arm64-2.1.2.tgz", + "integrity": "sha512-vHZ2JiOWF2+DN9lzltGbhtQNzDo8fKFGrf37UJrgqxU0yvtERrzUugnfnX1wmVfFhSsF8OxrfqiNOUc5hko1Zg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@msgpackr-extract/msgpackr-extract-linux-x64": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-x64/-/msgpackr-extract-linux-x64-2.1.2.tgz", + "integrity": "sha512-RjRoRxg7Q3kPAdUSC5EUUPlwfMkIVhmaRTIe+cqHbKrGZ4M6TyCA/b5qMaukQ/1CHWrqYY2FbKOAU8Hg0pQFzg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@msgpackr-extract/msgpackr-extract-win32-x64": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-win32-x64/-/msgpackr-extract-win32-x64-2.1.2.tgz", + "integrity": "sha512-rIZVR48zA8hGkHIK7ED6+ZiXsjRCcAVBJbm8o89OKAMTmEAQ2QvoOxoiu3w2isAaWwzgtQIOFIqHwvZDyLKCvw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, "node_modules/@parcel/bundler-default": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/bundler-default/-/bundler-default-2.3.2.tgz", - "integrity": "sha512-JUrto4mjSD0ic9dEqRp0loL5o3HVYHja1ZIYSq+rBl2UWRV6/9cGTb07lXOCqqm0BWE+hQ4krUxB76qWaF0Lqw==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/bundler-default/-/bundler-default-2.7.0.tgz", + "integrity": "sha512-PU5MtWWhc+dYI9x8mguYnm9yiG6TkI7niRpxgJgtqAyGHuEyNXVBQQ0X+qyOF4D9LdankBf8uNN18g31IET2Zg==", "dev": true, "dependencies": { - "@parcel/diagnostic": "2.3.2", - "@parcel/hash": "2.3.2", - "@parcel/plugin": "2.3.2", - "@parcel/utils": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/hash": "2.7.0", + "@parcel/plugin": "2.7.0", + "@parcel/utils": "2.7.0", "nullthrows": "^1.1.1" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", @@ -659,15 +842,15 @@ } }, "node_modules/@parcel/cache": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/cache/-/cache-2.3.2.tgz", - "integrity": "sha512-Xxq+ekgcFEme6Fn1v7rEOBkyMOUOUu7eNqQw0l6HQS+INZ2Q7YzzfdW7pI8rEOAAICVg5BWKpmBQZpgJlT+HxQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/cache/-/cache-2.7.0.tgz", + "integrity": "sha512-JlXNoZXcWzLKdDlfeF3dIj5Vtel5T9vtdBN72PJ+cjC4qNHk4Uwvc5sfOBELuibGN0bVu2bwY9nUgSwCiB1iIA==", "dev": true, "dependencies": { - "@parcel/fs": "2.3.2", - "@parcel/logger": "2.3.2", - "@parcel/utils": "2.3.2", - "lmdb": "^2.0.2" + "@parcel/fs": "2.7.0", + "@parcel/logger": "2.7.0", + "@parcel/utils": "2.7.0", + "lmdb": "2.5.2" }, "engines": { "node": ">= 12.0.0" @@ -677,13 +860,13 @@ "url": "https://opencollective.com/parcel" }, "peerDependencies": { - "@parcel/core": "^2.3.2" + "@parcel/core": "^2.7.0" } }, "node_modules/@parcel/codeframe": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/codeframe/-/codeframe-2.3.2.tgz", - "integrity": "sha512-ireQALcxxrTdIEpzTOoMo/GpfbFm1qlyezeGl3Hce3PMvHLg3a5S6u/Vcy7SAjdld5GfhHEqVY+blME6Z4CyXQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/codeframe/-/codeframe-2.7.0.tgz", + "integrity": "sha512-UTKx0jejJmmO1dwTHSJuRgrO8N6PMlkxRT6sew8N6NC3Bgv6pu0EbO+RtlWt/jCvzcdLOPdIoTzj4MMZvgcMYg==", "dev": true, "dependencies": { "chalk": "^4.1.0" @@ -767,16 +950,16 @@ } }, "node_modules/@parcel/compressor-raw": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/compressor-raw/-/compressor-raw-2.3.2.tgz", - "integrity": "sha512-8dIoFwinYK6bOTpnZOAwwIv0v73y0ezsctPmfMnIqVQPn7wJwfhw/gbKVcmK5AkgQMkyid98hlLZoaZtGF1Mdg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/compressor-raw/-/compressor-raw-2.7.0.tgz", + "integrity": "sha512-SCXwnOOQT6EmpusBsYWNQ/RFri+2JnKuE0gMSf2dROl2xbererX45FYzeDplWALCKAdjMNDpFwU+FyMYoVZSCQ==", "dev": true, "dependencies": { - "@parcel/plugin": "2.3.2" + "@parcel/plugin": "2.7.0" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", @@ -784,78 +967,78 @@ } }, "node_modules/@parcel/config-default": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/config-default/-/config-default-2.3.2.tgz", - "integrity": "sha512-E7/iA7fGCYvXU3u6zF9nxjeDVsgjCN6MVvDjymjaxYMoDWTIsPV245SBEXqzgtmzbMAV+VAl4rVWLMB4pzMt9g==", - "dev": true, - "dependencies": { - "@parcel/bundler-default": "2.3.2", - "@parcel/compressor-raw": "2.3.2", - "@parcel/namer-default": "2.3.2", - "@parcel/optimizer-cssnano": "2.3.2", - "@parcel/optimizer-htmlnano": "2.3.2", - "@parcel/optimizer-image": "2.3.2", - "@parcel/optimizer-svgo": "2.3.2", - "@parcel/optimizer-terser": "2.3.2", - "@parcel/packager-css": "2.3.2", - "@parcel/packager-html": "2.3.2", - "@parcel/packager-js": "2.3.2", - "@parcel/packager-raw": "2.3.2", - "@parcel/packager-svg": "2.3.2", - "@parcel/reporter-dev-server": "2.3.2", - "@parcel/resolver-default": "2.3.2", - "@parcel/runtime-browser-hmr": "2.3.2", - "@parcel/runtime-js": "2.3.2", - "@parcel/runtime-react-refresh": "2.3.2", - "@parcel/runtime-service-worker": "2.3.2", - "@parcel/transformer-babel": "2.3.2", - "@parcel/transformer-css": "2.3.2", - "@parcel/transformer-html": "2.3.2", - "@parcel/transformer-image": "2.3.2", - "@parcel/transformer-js": "2.3.2", - "@parcel/transformer-json": "2.3.2", - "@parcel/transformer-postcss": "2.3.2", - "@parcel/transformer-posthtml": "2.3.2", - "@parcel/transformer-raw": "2.3.2", - "@parcel/transformer-react-refresh-wrap": "2.3.2", - "@parcel/transformer-svg": "2.3.2" + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/config-default/-/config-default-2.7.0.tgz", + "integrity": "sha512-ZzsLr97AYrz8c9k6qn3DlqPzifi3vbP7q3ynUrAFxmt0L4+K0H9N508ZkORYmCgaFjLIQ8Y3eWpwCJ0AewPNIg==", + "dev": true, + "dependencies": { + "@parcel/bundler-default": "2.7.0", + "@parcel/compressor-raw": "2.7.0", + "@parcel/namer-default": "2.7.0", + "@parcel/optimizer-css": "2.7.0", + "@parcel/optimizer-htmlnano": "2.7.0", + "@parcel/optimizer-image": "2.7.0", + "@parcel/optimizer-svgo": "2.7.0", + "@parcel/optimizer-terser": "2.7.0", + "@parcel/packager-css": "2.7.0", + "@parcel/packager-html": "2.7.0", + "@parcel/packager-js": "2.7.0", + "@parcel/packager-raw": "2.7.0", + "@parcel/packager-svg": "2.7.0", + "@parcel/reporter-dev-server": "2.7.0", + "@parcel/resolver-default": "2.7.0", + "@parcel/runtime-browser-hmr": "2.7.0", + "@parcel/runtime-js": "2.7.0", + "@parcel/runtime-react-refresh": "2.7.0", + "@parcel/runtime-service-worker": "2.7.0", + "@parcel/transformer-babel": "2.7.0", + "@parcel/transformer-css": "2.7.0", + "@parcel/transformer-html": "2.7.0", + "@parcel/transformer-image": "2.7.0", + "@parcel/transformer-js": "2.7.0", + "@parcel/transformer-json": "2.7.0", + "@parcel/transformer-postcss": "2.7.0", + "@parcel/transformer-posthtml": "2.7.0", + "@parcel/transformer-raw": "2.7.0", + "@parcel/transformer-react-refresh-wrap": "2.7.0", + "@parcel/transformer-svg": "2.7.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/parcel" }, "peerDependencies": { - "@parcel/core": "^2.3.2" + "@parcel/core": "^2.7.0" } }, "node_modules/@parcel/core": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/core/-/core-2.3.2.tgz", - "integrity": "sha512-gdJzpsgeUhv9H8T0UKVmyuptiXdduEfKIUx0ci+/PGhq8cCoiFnlnuhW6H7oLr79OUc+YJStabDJuG4U2A6ysw==", - "dev": true, - "dependencies": { - "@parcel/cache": "2.3.2", - "@parcel/diagnostic": "2.3.2", - "@parcel/events": "2.3.2", - "@parcel/fs": "2.3.2", - "@parcel/graph": "2.3.2", - "@parcel/hash": "2.3.2", - "@parcel/logger": "2.3.2", - "@parcel/package-manager": "2.3.2", - "@parcel/plugin": "2.3.2", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/core/-/core-2.7.0.tgz", + "integrity": "sha512-7yKZUdh314Q/kU/9+27ZYTfcnXS6VYHuG+iiUlIohnvUUybxLqVJhdMU9Q+z2QcPka1IdJWz4K4Xx0y6/4goyg==", + "dev": true, + "dependencies": { + "@mischnic/json-sourcemap": "^0.1.0", + "@parcel/cache": "2.7.0", + "@parcel/diagnostic": "2.7.0", + "@parcel/events": "2.7.0", + "@parcel/fs": "2.7.0", + "@parcel/graph": "2.7.0", + "@parcel/hash": "2.7.0", + "@parcel/logger": "2.7.0", + "@parcel/package-manager": "2.7.0", + "@parcel/plugin": "2.7.0", "@parcel/source-map": "^2.0.0", - "@parcel/types": "2.3.2", - "@parcel/utils": "2.3.2", - "@parcel/workers": "2.3.2", + "@parcel/types": "2.7.0", + "@parcel/utils": "2.7.0", + "@parcel/workers": "2.7.0", "abortcontroller-polyfill": "^1.1.9", "base-x": "^3.0.8", "browserslist": "^4.6.6", "clone": "^2.1.1", "dotenv": "^7.0.0", "dotenv-expand": "^5.1.0", - "json-source-map": "^0.6.1", "json5": "^2.2.0", - "msgpackr": "^1.5.1", + "msgpackr": "^1.5.4", "nullthrows": "^1.1.1", "semver": "^5.7.1" }, @@ -867,14 +1050,22 @@ "url": "https://opencollective.com/parcel" } }, - "node_modules/@parcel/diagnostic": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/diagnostic/-/diagnostic-2.3.2.tgz", - "integrity": "sha512-/xW93Az4AOiifuYW/c4CDbUcu3lx5FcUDAj9AGiR9NSTsF/ROC/RqnxvQ3AGtqa14R7vido4MXEpY3JEp6FsqA==", + "node_modules/@parcel/core/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/@parcel/css": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@parcel/css/-/css-1.13.1.tgz", + "integrity": "sha512-pDv+1tPCk2ggGZ1Msl4r+lq7dPKjUBpZXJf/DMydTnYPxupwAjtmlmOd67CF3QHVLyKYB+viU4g5M8pVXCbaeA==", "dev": true, "dependencies": { - "json-source-map": "^0.6.1", - "nullthrows": "^1.1.1" + "detect-libc": "^1.0.3" }, "engines": { "node": ">= 12.0.0" @@ -882,13 +1073,30 @@ "funding": { "type": "opencollective", "url": "https://opencollective.com/parcel" - } - }, - "node_modules/@parcel/events": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/events/-/events-2.3.2.tgz", - "integrity": "sha512-WiYIwXMo4Vd+pi58vRoHkul8TPE5VEfMY+3FYwVCKPl/LYqSD+vz6wMx9uG18mEbB1d/ofefv5ZFQNtPGKO4tQ==", + }, + "optionalDependencies": { + "@parcel/css-darwin-arm64": "1.13.1", + "@parcel/css-darwin-x64": "1.13.1", + "@parcel/css-linux-arm-gnueabihf": "1.13.1", + "@parcel/css-linux-arm64-gnu": "1.13.1", + "@parcel/css-linux-arm64-musl": "1.13.1", + "@parcel/css-linux-x64-gnu": "1.13.1", + "@parcel/css-linux-x64-musl": "1.13.1", + "@parcel/css-win32-x64-msvc": "1.13.1" + } + }, + "node_modules/@parcel/css-darwin-arm64": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@parcel/css-darwin-arm64/-/css-darwin-arm64-1.13.1.tgz", + "integrity": "sha512-46LVidYcao8zurVPOZ4ZWJQ/50o4N+Z0K4CRmCCqWE+5gIWlx+md+W0h8XQTRb/GQ3j3+mlZvYCQxHpKy5M1lA==", + "cpu": [ + "arm64" + ], "dev": true, + "optional": true, + "os": [ + "darwin" + ], "engines": { "node": ">= 12.0.0" }, @@ -897,33 +1105,203 @@ "url": "https://opencollective.com/parcel" } }, - "node_modules/@parcel/fs": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/fs/-/fs-2.3.2.tgz", - "integrity": "sha512-XV+OsnRpN01QKU37lBN0TFKvv7uPKfQGbqFqYOrMbXH++Ae8rBU0Ykz+Yu4tv2h7shMlde+AMKgRnRTAJZpWEQ==", + "node_modules/@parcel/css-darwin-x64": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@parcel/css-darwin-x64/-/css-darwin-x64-1.13.1.tgz", + "integrity": "sha512-vX1/Ut06UL5MQzWr5fPg51n6NYrzfjW9A+jXH3KeBloWtX+NllhLilmtcO4X1y/ZqaFjqHWpk4yrNVdtk1r4zA==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "@parcel/fs-search": "2.3.2", - "@parcel/types": "2.3.2", - "@parcel/utils": "2.3.2", - "@parcel/watcher": "^2.0.0", - "@parcel/workers": "2.3.2" - }, - "engines": { - "node": ">= 12.0.0" - }, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/css-linux-arm-gnueabihf": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@parcel/css-linux-arm-gnueabihf/-/css-linux-arm-gnueabihf-1.13.1.tgz", + "integrity": "sha512-qxQKUeXLHqehLmuJODQ7GNp0Syj2Kl35X4YvXGoPOI7Eq/y2ny3G5NCKUWkGDwOasIP3hKvVVfJRJv9fLJWnDQ==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/css-linux-arm64-gnu": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@parcel/css-linux-arm64-gnu/-/css-linux-arm64-gnu-1.13.1.tgz", + "integrity": "sha512-FxnOONVo8WBW58uzjqv/mwSBDgGMp1qxK+fovjqLPCP3zcNgxkUG0l6ElWpqtiWWH3mTMzSHe+7hSaeVov12yQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/css-linux-arm64-musl": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@parcel/css-linux-arm64-musl/-/css-linux-arm64-musl-1.13.1.tgz", + "integrity": "sha512-6RDhL36HBAtt1mHa/y+34fHRImEJT/rd9hy1Z2qz117WUgzpZ3m4tFw33VrG7MKACugs9C2zG1MdVfy1Rz5+Uw==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/css-linux-x64-gnu": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@parcel/css-linux-x64-gnu/-/css-linux-x64-gnu-1.13.1.tgz", + "integrity": "sha512-4VsduFKs35J1I3iQJuBCTp66K5mLh8nrtfXzkBDgP9tc6cLqw9PFodby9NhW9SJSn0ZVdrciIXW0C8Lp3Ev+bw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/css-linux-x64-musl": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@parcel/css-linux-x64-musl/-/css-linux-x64-musl-1.13.1.tgz", + "integrity": "sha512-Ws34m9fW/0UuNTkC359nbnURzvSbCsstRG6QQ3UxdeNJ+crrgEsmvHPcN3WiIz/P2seP1Hu6GobKQAnOy6g3HA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/css-win32-x64-msvc": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@parcel/css-win32-x64-msvc/-/css-win32-x64-msvc-1.13.1.tgz", + "integrity": "sha512-4yPYFQqUW4ZepIWa8rWiXnSDU6Nki2H9PB1NfTvr7IjN3WsNFrrVZFKsTg/KU2euYnasBXSZ+CMTUutvLZoVaA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/diagnostic": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/diagnostic/-/diagnostic-2.7.0.tgz", + "integrity": "sha512-pdq/cTwVoL0n8yuDCRXFRSQHVWdmmIXPt3R3iT4KtYDYvOrMT2dLPT79IMqQkhYPANW8GuL15n/WxRngfRdkug==", + "dev": true, + "dependencies": { + "@mischnic/json-sourcemap": "^0.1.0", + "nullthrows": "^1.1.1" + }, + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/events": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/events/-/events-2.7.0.tgz", + "integrity": "sha512-kQDwMKgZ1U4M/G17qeDYF6bW5kybluN6ajYPc7mZcrWg+trEI/oXi81GMFaMX0BSUhwhbiN5+/Vb2wiG/Sn6ig==", + "dev": true, + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/fs": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/fs/-/fs-2.7.0.tgz", + "integrity": "sha512-PU5fo4Hh8y03LZgemgVREttc0wyHQUNmsJCybxTB7EjJie2CqJRumo+DFppArlvdchLwJdc9em03yQV/GNWrEg==", + "dev": true, + "dependencies": { + "@parcel/fs-search": "2.7.0", + "@parcel/types": "2.7.0", + "@parcel/utils": "2.7.0", + "@parcel/watcher": "^2.0.0", + "@parcel/workers": "2.7.0" + }, + "engines": { + "node": ">= 12.0.0" + }, "funding": { "type": "opencollective", "url": "https://opencollective.com/parcel" }, "peerDependencies": { - "@parcel/core": "^2.3.2" + "@parcel/core": "^2.7.0" } }, "node_modules/@parcel/fs-search": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/fs-search/-/fs-search-2.3.2.tgz", - "integrity": "sha512-u3DTEFnPtKuZvEtgGzfVjQUytegSSn3POi7WfwMwPIaeDPfYcyyhfl+c96z7VL9Gk/pqQ99/cGyAwFdFsnxxXA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/fs-search/-/fs-search-2.7.0.tgz", + "integrity": "sha512-K1Hv25bnRpwQVA15RvcRuB8ZhfclnCHA8N8L6w7Ul1ncSJDxCIkIAc5hAubYNNYW3kWjCC2SOaEgFKnbvMllEQ==", "dev": true, "dependencies": { "detect-libc": "^1.0.3" @@ -937,12 +1315,12 @@ } }, "node_modules/@parcel/graph": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/graph/-/graph-2.3.2.tgz", - "integrity": "sha512-ltTBM3IEqumgmy4ABBFETT8NtAwSsjD9mY3WCyJ5P8rUshfVCg093rvBPbpuJYMaH/TV1AHVaWfZqaZ4JQDIQQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/graph/-/graph-2.7.0.tgz", + "integrity": "sha512-Q6E94GS6q45PtsZh+m+gvFRp/N1Qopxhu2sxjcWsGs5iBd6IWn2oYLWOH5iVzEjWuYpW2HkB08lH6J50O63uOA==", "dev": true, "dependencies": { - "@parcel/utils": "2.3.2", + "@parcel/utils": "2.7.0", "nullthrows": "^1.1.1" }, "engines": { @@ -954,9 +1332,9 @@ } }, "node_modules/@parcel/hash": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/hash/-/hash-2.3.2.tgz", - "integrity": "sha512-SMtYTsHihws/wqdVnOr0QAGyGYsW9rJSJkkoRujUxo8l2ctnBN1ztv89eOUrdtgHsmcnj/oz1yw6sN38X+BUng==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/hash/-/hash-2.7.0.tgz", + "integrity": "sha512-k6bSKnIlPJMPU3yjQzfgfvF9zuJZGOAlJgzpL4BbWvdbE8BTdjzLcFn0Ujrtud94EgIkiXd22sC2HpCUWoHGdA==", "dev": true, "dependencies": { "detect-libc": "^1.0.3", @@ -971,13 +1349,13 @@ } }, "node_modules/@parcel/logger": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/logger/-/logger-2.3.2.tgz", - "integrity": "sha512-jIWd8TXDQf+EnNWSa7Q10lSQ6C1LSH8OZkTlaINrfVIw7s+3tVxO3I4pjp7/ARw7RX2gdNPlw6fH4Gn/HvvYbw==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/logger/-/logger-2.7.0.tgz", + "integrity": "sha512-qjMY/bYo38+o+OiIrTRldU9CwL1E7J72t+xkTP8QIcUxLWz5LYR0YbynZUVulmBSfqsykjjxCy4a+8siVr+lPw==", "dev": true, "dependencies": { - "@parcel/diagnostic": "2.3.2", - "@parcel/events": "2.3.2" + "@parcel/diagnostic": "2.7.0", + "@parcel/events": "2.7.0" }, "engines": { "node": ">= 12.0.0" @@ -988,9 +1366,9 @@ } }, "node_modules/@parcel/markdown-ansi": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/markdown-ansi/-/markdown-ansi-2.3.2.tgz", - "integrity": "sha512-l01ggmag5QScCk9mYA0xHh5TWSffR84uPFP2KvaAMQQ9NLNufcFiU0mn/Mtr3pCb5L5dSzmJ+Oo9s7P1Kh/Fmg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/markdown-ansi/-/markdown-ansi-2.7.0.tgz", + "integrity": "sha512-ipOX0D6FVZFEXeb/z8MnTMq2RQEIuaILY90olVIuHEFLHHfOPEn+RK3u13HA1ChF5/9E3cMD79tu6x9JL9Kqag==", "dev": true, "dependencies": { "chalk": "^4.1.0" @@ -1074,18 +1452,18 @@ } }, "node_modules/@parcel/namer-default": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/namer-default/-/namer-default-2.3.2.tgz", - "integrity": "sha512-3QUMC0+5+3KMKfoAxYAbpZtuRqTgyZKsGDWzOpuqwemqp6P8ahAvNPwSCi6QSkGcTmvtYwBu9/NHPSONxIFOfg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/namer-default/-/namer-default-2.7.0.tgz", + "integrity": "sha512-lIKMdsmi//7fepecNDYmJYzBlL91HifPsX03lJCdu1dC6q5fBs+gG0XjKKG7yPnSCw1qH/4m7drzt9+dRZYAHQ==", "dev": true, "dependencies": { - "@parcel/diagnostic": "2.3.2", - "@parcel/plugin": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/plugin": "2.7.0", "nullthrows": "^1.1.1" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", @@ -1093,14 +1471,15 @@ } }, "node_modules/@parcel/node-resolver-core": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/node-resolver-core/-/node-resolver-core-2.3.2.tgz", - "integrity": "sha512-wmrnMNzJN4GuHw2Ftho+BWgSWR6UCkW3XoMdphqcxpw/ieAdS2a+xYSosYkZgQZ6lGutSvLyJ1CkVvP6RLIdQQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/node-resolver-core/-/node-resolver-core-2.7.0.tgz", + "integrity": "sha512-5UJQHalqMxdhJIs2hhqQzFfQpF7+NAowsRq064lYtiRvcD8wMr3OOQ9wd1iazGpFSl4JKdT7BwDU9/miDJmanQ==", "dev": true, "dependencies": { - "@parcel/diagnostic": "2.3.2", - "@parcel/utils": "2.3.2", - "nullthrows": "^1.1.1" + "@parcel/diagnostic": "2.7.0", + "@parcel/utils": "2.7.0", + "nullthrows": "^1.1.1", + "semver": "^5.7.1" }, "engines": { "node": ">= 12.0.0" @@ -1110,20 +1489,32 @@ "url": "https://opencollective.com/parcel" } }, - "node_modules/@parcel/optimizer-cssnano": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/optimizer-cssnano/-/optimizer-cssnano-2.3.2.tgz", - "integrity": "sha512-wTBOxMiBI38NAB9XIlQZRCjS59+EWjWR9M04D3TWyxl+dL5gYMc1cl4GNynUnmcPdz+3s1UbOdo5/8V90wjiiw==", + "node_modules/@parcel/node-resolver-core/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/@parcel/optimizer-css": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/optimizer-css/-/optimizer-css-2.7.0.tgz", + "integrity": "sha512-IfnOMACqhcAclKyOW9X9JpsknB6OShk9OVvb8EvbDTKHJhQHNNmzE88OkSI/pS3ZVZP9Zj+nWcVHguV+kvDeiQ==", "dev": true, "dependencies": { - "@parcel/plugin": "2.3.2", + "@parcel/css": "^1.12.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/plugin": "2.7.0", "@parcel/source-map": "^2.0.0", - "cssnano": "^5.0.15", - "postcss": "^8.4.5" + "@parcel/utils": "2.7.0", + "browserslist": "^4.6.6", + "nullthrows": "^1.1.1" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", @@ -1131,12 +1522,12 @@ } }, "node_modules/@parcel/optimizer-htmlnano": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/optimizer-htmlnano/-/optimizer-htmlnano-2.3.2.tgz", - "integrity": "sha512-U8C0TDSxsx8HmHaLW0Zc7ha1fXQynzhvBjCRMGYnOiLiw0MOfLQxzQ2WKVSeCotmdlF63ayCwxWsd6BuqStiKQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/optimizer-htmlnano/-/optimizer-htmlnano-2.7.0.tgz", + "integrity": "sha512-5QrGdWS5Hi4VXE3nQNrGqugmSXt68YIsWwKRAdarOxzyULSJS3gbCiQOXqIPRJobfZjnSIcdtkyxSiCUe1inIA==", "dev": true, "dependencies": { - "@parcel/plugin": "2.3.2", + "@parcel/plugin": "2.7.0", "htmlnano": "^2.0.0", "nullthrows": "^1.1.1", "posthtml": "^0.16.5", @@ -1144,7 +1535,7 @@ }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", @@ -1152,20 +1543,20 @@ } }, "node_modules/@parcel/optimizer-image": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/optimizer-image/-/optimizer-image-2.3.2.tgz", - "integrity": "sha512-HOk3r5qdvY/PmI7Q3i2qEgFH3kP2QWG4Wq3wmC4suaF1+c2gpiQc+HKHWp4QvfbH3jhT00c5NxQyqPhbXeNI9Q==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/optimizer-image/-/optimizer-image-2.7.0.tgz", + "integrity": "sha512-EnaXz5UjR67FUu0BEcqZTT9LsbB/iFAkkghCotbnbOuC5QQsloq6tw54TKU3y+R3qsjgUoMtGxPcGfVoXxZXYw==", "dev": true, "dependencies": { - "@parcel/diagnostic": "2.3.2", - "@parcel/plugin": "2.3.2", - "@parcel/utils": "2.3.2", - "@parcel/workers": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/plugin": "2.7.0", + "@parcel/utils": "2.7.0", + "@parcel/workers": "2.7.0", "detect-libc": "^1.0.3" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", @@ -1173,19 +1564,19 @@ } }, "node_modules/@parcel/optimizer-svgo": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/optimizer-svgo/-/optimizer-svgo-2.3.2.tgz", - "integrity": "sha512-l7WvZ5+e7D1mVmLUxMVaSb29cviXzuvSY2OpQs0ukdPACDqag+C65hWMzwTiOSSRGPMIu96kQKpeVru2YjibhA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/optimizer-svgo/-/optimizer-svgo-2.7.0.tgz", + "integrity": "sha512-IO1JV4NpfP3V7FrhsqCcV8pDQIHraFi1/ZvEJyssITxjH49Im/txKlwMiQuZZryAPn8Xb8g395Muawuk6AK6sg==", "dev": true, "dependencies": { - "@parcel/diagnostic": "2.3.2", - "@parcel/plugin": "2.3.2", - "@parcel/utils": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/plugin": "2.7.0", + "@parcel/utils": "2.7.0", "svgo": "^2.4.0" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", @@ -1193,21 +1584,21 @@ } }, "node_modules/@parcel/optimizer-terser": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/optimizer-terser/-/optimizer-terser-2.3.2.tgz", - "integrity": "sha512-dOapHhfy0xiNZa2IoEyHGkhhla07xsja79NPem14e5jCqY6Oi40jKNV4ab5uu5u1elWUjJuw69tiYbkDZWbKQw==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/optimizer-terser/-/optimizer-terser-2.7.0.tgz", + "integrity": "sha512-07VZjIO8xsl2/WmS/qHI8lI/cpu47iS9eRpqwfZEEsdk1cfz50jhWkmFudHBxiHGMfcZ//1+DdaPg9RDBWZtZA==", "dev": true, "dependencies": { - "@parcel/diagnostic": "2.3.2", - "@parcel/plugin": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/plugin": "2.7.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.3.2", + "@parcel/utils": "2.7.0", "nullthrows": "^1.1.1", "terser": "^5.2.0" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", @@ -1215,17 +1606,17 @@ } }, "node_modules/@parcel/package-manager": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/package-manager/-/package-manager-2.3.2.tgz", - "integrity": "sha512-pAQfywKVORY8Ee+NHAyKzzQrKbnz8otWRejps7urwhDaTVLfAd5C/1ZV64ATZ9ALYP9jyoQ8bTaxVd4opcSuwg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/package-manager/-/package-manager-2.7.0.tgz", + "integrity": "sha512-wmfSX1mRrTi8MeA4KrnPk/x7zGUsILCQmTo6lA4gygzAxDbM1pGuyFN8/Kt0y0SFO2lbljARtD/4an5qdotH+Q==", "dev": true, "dependencies": { - "@parcel/diagnostic": "2.3.2", - "@parcel/fs": "2.3.2", - "@parcel/logger": "2.3.2", - "@parcel/types": "2.3.2", - "@parcel/utils": "2.3.2", - "@parcel/workers": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/fs": "2.7.0", + "@parcel/logger": "2.7.0", + "@parcel/types": "2.7.0", + "@parcel/utils": "2.7.0", + "@parcel/workers": "2.7.0", "semver": "^5.7.1" }, "engines": { @@ -1236,23 +1627,32 @@ "url": "https://opencollective.com/parcel" }, "peerDependencies": { - "@parcel/core": "^2.3.2" + "@parcel/core": "^2.7.0" + } + }, + "node_modules/@parcel/package-manager/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" } }, "node_modules/@parcel/packager-css": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/packager-css/-/packager-css-2.3.2.tgz", - "integrity": "sha512-ByuF9xDnQnpVL1Hdu9aY6SpxOuZowd3TH7joh1qdRPLeMHTEvUywHBXoiAyNdrhnLGum8uPEdY8Ra5Xuo1U7kg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/packager-css/-/packager-css-2.7.0.tgz", + "integrity": "sha512-44nzZwu+ssGuiFmYM6cf/Y4iChiUZ4DUzzpegnGlhXtKJKe4NHntxThJynuRZWKN2AAf48avApDpimg2jW0KDw==", "dev": true, "dependencies": { - "@parcel/plugin": "2.3.2", + "@parcel/plugin": "2.7.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.3.2", + "@parcel/utils": "2.7.0", "nullthrows": "^1.1.1" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", @@ -1260,20 +1660,20 @@ } }, "node_modules/@parcel/packager-html": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/packager-html/-/packager-html-2.3.2.tgz", - "integrity": "sha512-YqAptdU+uqfgwSii76mRGcA/3TpuC6yHr8xG+11brqj/tEFLsurmX0naombzd7FgmrTE9w+kb0HUIMl2vRBn0A==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/packager-html/-/packager-html-2.7.0.tgz", + "integrity": "sha512-Zgqd7sdcY/UnR370GR0q2ilmEohUDXsO8A1F28QCJzIsR1iCB6KRUT74+pawfQ1IhXZLaaFLLYe0UWcfm0JeXg==", "dev": true, "dependencies": { - "@parcel/plugin": "2.3.2", - "@parcel/types": "2.3.2", - "@parcel/utils": "2.3.2", + "@parcel/plugin": "2.7.0", + "@parcel/types": "2.7.0", + "@parcel/utils": "2.7.0", "nullthrows": "^1.1.1", "posthtml": "^0.16.5" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", @@ -1281,22 +1681,22 @@ } }, "node_modules/@parcel/packager-js": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/packager-js/-/packager-js-2.3.2.tgz", - "integrity": "sha512-3OP0Ro9M1J+PIKZK4Ec2N5hjIPiqk++B2kMFeiUqvaNZjJgKrPPEICBhjS52rma4IE/NgmIMB3aI5pWqE/KwNA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/packager-js/-/packager-js-2.7.0.tgz", + "integrity": "sha512-wTRdM81PgRVDzWGXdWmqLwguWnTYWzhEDdjXpW2n8uMOu/CjHhMtogk65aaYk3GOnq6OBL/NsrmBiV/zKPj1vA==", "dev": true, "dependencies": { - "@parcel/diagnostic": "2.3.2", - "@parcel/hash": "2.3.2", - "@parcel/plugin": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/hash": "2.7.0", + "@parcel/plugin": "2.7.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.3.2", + "@parcel/utils": "2.7.0", "globals": "^13.2.0", "nullthrows": "^1.1.1" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", @@ -1304,9 +1704,9 @@ } }, "node_modules/@parcel/packager-js/node_modules/globals": { - "version": "13.13.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz", - "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==", + "version": "13.17.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.17.0.tgz", + "integrity": "sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==", "dev": true, "dependencies": { "type-fest": "^0.20.2" @@ -1319,16 +1719,16 @@ } }, "node_modules/@parcel/packager-raw": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/packager-raw/-/packager-raw-2.3.2.tgz", - "integrity": "sha512-RnoZ7WgNAFWkEPrEefvyDqus7xfv9XGprHyTbfLittPaVAZpl+4eAv43nXyMfzk77Cgds6KcNpkosj3acEpNIQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/packager-raw/-/packager-raw-2.7.0.tgz", + "integrity": "sha512-jg2Zp8dI5VpIQlaeahXDCfrPN9m/DKht1NkR9P2CylMAwqCcc1Xc1RRiF0wfwcPZpPMpq1265n+4qnB7rjGBlA==", "dev": true, "dependencies": { - "@parcel/plugin": "2.3.2" + "@parcel/plugin": "2.7.0" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", @@ -1336,19 +1736,19 @@ } }, "node_modules/@parcel/packager-svg": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/packager-svg/-/packager-svg-2.3.2.tgz", - "integrity": "sha512-iIC0VeczOXynS7M5jCi3naMBRyAznBVJ3iMg92/GaI9duxPlUMGAlHzLAKNtoXkc00HMXDH7rrmMb04VX6FYSg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/packager-svg/-/packager-svg-2.7.0.tgz", + "integrity": "sha512-EmJg3HpD6/xxKBjir/CdCKJZwI24iVfBuxRS9LUp3xHAIebOzVh1z6IN+i2Di5+NyRwfOFaLliL4uMa1zwbyCA==", "dev": true, "dependencies": { - "@parcel/plugin": "2.3.2", - "@parcel/types": "2.3.2", - "@parcel/utils": "2.3.2", + "@parcel/plugin": "2.7.0", + "@parcel/types": "2.7.0", + "@parcel/utils": "2.7.0", "posthtml": "^0.16.4" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", @@ -1356,12 +1756,12 @@ } }, "node_modules/@parcel/plugin": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/plugin/-/plugin-2.3.2.tgz", - "integrity": "sha512-SaLZAJX4KH+mrAmqmcy9KJN+V7L+6YNTlgyqYmfKlNiHu7aIjLL+3prX8QRcgGtjAYziCxvPj0cl1CCJssaiGg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/plugin/-/plugin-2.7.0.tgz", + "integrity": "sha512-qqgx+nnMn6/0lRc4lKbLGmhNtBiT93S2gFNB4Eb4Pfz/SxVYoW+fmml+KdfOSiZffWOAH5L6NwhyD7N8aSikzw==", "dev": true, "dependencies": { - "@parcel/types": "2.3.2" + "@parcel/types": "2.7.0" }, "engines": { "node": ">= 12.0.0" @@ -1372,19 +1772,20 @@ } }, "node_modules/@parcel/reporter-cli": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/reporter-cli/-/reporter-cli-2.3.2.tgz", - "integrity": "sha512-VYetmTXqW83npsvVvqlQZTbF3yVL3k/FCCl3kSWvOr9LZA0lmyqJWPjMHq37yIIOszQN/p5guLtgCjsP0UQw1Q==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/reporter-cli/-/reporter-cli-2.7.0.tgz", + "integrity": "sha512-80gEODg8cnAmnxGVuaSVDo8JJ54P9AA2bHwSs1cIkHWlJ3BjDQb83H31bBHncJ5Kn5kQ/j+7WjlqHpTCiOR9PA==", "dev": true, "dependencies": { - "@parcel/plugin": "2.3.2", - "@parcel/types": "2.3.2", - "@parcel/utils": "2.3.2", - "chalk": "^4.1.0" + "@parcel/plugin": "2.7.0", + "@parcel/types": "2.7.0", + "@parcel/utils": "2.7.0", + "chalk": "^4.1.0", + "term-size": "^2.2.1" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", @@ -1462,17 +1863,17 @@ } }, "node_modules/@parcel/reporter-dev-server": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/reporter-dev-server/-/reporter-dev-server-2.3.2.tgz", - "integrity": "sha512-E7LtnjAX4iiWMw2qKUyFBi3+bDz0UGjqgHoPQylUYYLi6opXjJz/oC+cCcCy4e3RZlkrl187XonvagS59YjDxA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/reporter-dev-server/-/reporter-dev-server-2.7.0.tgz", + "integrity": "sha512-ySuou5addK8fGue8aXzo536BaEjMujDrEc1xkp4TasInXHVcA98b+SYX5NAZTGob5CxKvZQ5ylhg77zW30B+iA==", "dev": true, "dependencies": { - "@parcel/plugin": "2.3.2", - "@parcel/utils": "2.3.2" + "@parcel/plugin": "2.7.0", + "@parcel/utils": "2.7.0" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", @@ -1480,17 +1881,17 @@ } }, "node_modules/@parcel/resolver-default": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/resolver-default/-/resolver-default-2.3.2.tgz", - "integrity": "sha512-y3r+xOwWsATrNGUWuZ6soA7q24f8E5tY1AZ9lHCufnkK2cdKZJ5O1cyd7ohkAiKZx2/pMd+FgmVZ/J3oxetXkA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/resolver-default/-/resolver-default-2.7.0.tgz", + "integrity": "sha512-v8TvWsbLK7/q7n4gv6OrYNbW18xUx4zKbVMGZb1u4yMhzEH4HFr1D9OeoTq3jk+ximAigds8B6triQbL5exF7A==", "dev": true, "dependencies": { - "@parcel/node-resolver-core": "2.3.2", - "@parcel/plugin": "2.3.2" + "@parcel/node-resolver-core": "2.7.0", + "@parcel/plugin": "2.7.0" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", @@ -1498,17 +1899,17 @@ } }, "node_modules/@parcel/runtime-browser-hmr": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/runtime-browser-hmr/-/runtime-browser-hmr-2.3.2.tgz", - "integrity": "sha512-nRD6uOyF1+HGylP9GASbYmvUDOsDaNwvaxuGTSh8+5M0mmCgib+hVBiPEKbwdmKjGbUPt9wRFPyMa/JpeQZsIQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/runtime-browser-hmr/-/runtime-browser-hmr-2.7.0.tgz", + "integrity": "sha512-PLbMLdclQeYsi2LkilZVGFV1n3y55G1jaBvby4ekedUZjMw3SWdMY2tDxgSDdFWfLCnYHJXdGUQSzGGi1kPzjA==", "dev": true, "dependencies": { - "@parcel/plugin": "2.3.2", - "@parcel/utils": "2.3.2" + "@parcel/plugin": "2.7.0", + "@parcel/utils": "2.7.0" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", @@ -1516,18 +1917,18 @@ } }, "node_modules/@parcel/runtime-js": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/runtime-js/-/runtime-js-2.3.2.tgz", - "integrity": "sha512-SJepcHvYO/7CEe/Q85sngk+smcJ6TypuPh4D2R8kN+cAJPi5WvbQEe7+x5BEgbN+5Jumi/Uo3FfOOE5mYh+F6g==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/runtime-js/-/runtime-js-2.7.0.tgz", + "integrity": "sha512-9/YUZTBNrSN2H6rbz/o1EOM0O7I3ZR/x9IDzxjJBD6Mi+0uCgCD02aedare/SNr1qgnbZZWmhpOzC+YgREcfLA==", "dev": true, "dependencies": { - "@parcel/plugin": "2.3.2", - "@parcel/utils": "2.3.2", + "@parcel/plugin": "2.7.0", + "@parcel/utils": "2.7.0", "nullthrows": "^1.1.1" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", @@ -1535,18 +1936,19 @@ } }, "node_modules/@parcel/runtime-react-refresh": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/runtime-react-refresh/-/runtime-react-refresh-2.3.2.tgz", - "integrity": "sha512-P+GRPO2XVDSBQ4HmRSj2xfbHSQvL9+ahTE/AB74IJExLTITv5l4SHAV3VsiKohuHYUAYHW3A/Oe7tEFCAb6Cug==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/runtime-react-refresh/-/runtime-react-refresh-2.7.0.tgz", + "integrity": "sha512-vDKO0rWqRzEpmvoZ4kkYUiSsTxT5NnH904BFPFxKI0wJCl6yEmPuEifmATo73OuYhP6jIP3Qfl1R4TtiDFPJ1Q==", "dev": true, "dependencies": { - "@parcel/plugin": "2.3.2", - "@parcel/utils": "2.3.2", + "@parcel/plugin": "2.7.0", + "@parcel/utils": "2.7.0", + "react-error-overlay": "6.0.9", "react-refresh": "^0.9.0" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", @@ -1554,18 +1956,18 @@ } }, "node_modules/@parcel/runtime-service-worker": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/runtime-service-worker/-/runtime-service-worker-2.3.2.tgz", - "integrity": "sha512-iREHj/eapphC4uS/zGUkiTJvG57q+CVbTrfE42kB8ECtf/RYNo5YC9htdvPZjRSXDPrEPc5NCoKp4X09ENNikw==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/runtime-service-worker/-/runtime-service-worker-2.7.0.tgz", + "integrity": "sha512-uD2pAV0yV6+e7JaWH4KVPbG+zRCrxr/OACyS9tIh+Q/R1vRmh8zGM3yhdrcoiZ7tFOnM72vd6xY11eTrUsSVig==", "dev": true, "dependencies": { - "@parcel/plugin": "2.3.2", - "@parcel/utils": "2.3.2", + "@parcel/plugin": "2.7.0", + "@parcel/utils": "2.7.0", "nullthrows": "^1.1.1" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", @@ -1573,9 +1975,9 @@ } }, "node_modules/@parcel/source-map": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@parcel/source-map/-/source-map-2.0.2.tgz", - "integrity": "sha512-NnUrPYLpYB6qyx2v6bcRPn/gVigmGG6M6xL8wIg/i0dP1GLkuY1nf+Hqdf63FzPTqqT7K3k6eE5yHPQVMO5jcA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@parcel/source-map/-/source-map-2.1.0.tgz", + "integrity": "sha512-E7UOEIof2o89LrKk1agSLmwakjigmEdDp1ZaEdsLVEvq63R/bul4Ij5CT+0ZDcijGpl5tnTbQADY9EyYGtjYgQ==", "dev": true, "dependencies": { "detect-libc": "^1.0.3" @@ -1585,15 +1987,15 @@ } }, "node_modules/@parcel/transformer-babel": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/transformer-babel/-/transformer-babel-2.3.2.tgz", - "integrity": "sha512-QpWfH2V6jJ+kcUBIMM/uBBG8dGFvNaOGS+8jD6b+eTP+1owzm83RoWgqhRV2D/hhv2qMXEQzIljoc/wg2y+X4g==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-babel/-/transformer-babel-2.7.0.tgz", + "integrity": "sha512-7iklDXXnKH1530+QbI+e4kIJ+Q1puA1ulRS10db3aUJMj5GnvXGDFwhSZ7+T1ps66QHO7cVO29VlbqiRDarH1Q==", "dev": true, "dependencies": { - "@parcel/diagnostic": "2.3.2", - "@parcel/plugin": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/plugin": "2.7.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.3.2", + "@parcel/utils": "2.7.0", "browserslist": "^4.6.6", "json5": "^2.2.0", "nullthrows": "^1.1.1", @@ -1601,31 +2003,39 @@ }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/parcel" } }, + "node_modules/@parcel/transformer-babel/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, "node_modules/@parcel/transformer-css": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/transformer-css/-/transformer-css-2.3.2.tgz", - "integrity": "sha512-8lzvDny+78DIAqhcXam2Bf9FyaUoqzHdUQdNFn+PuXTHroG/QGPvln1kvqngJjn4/cpJS9vYmAPVXe+nai3P8g==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-css/-/transformer-css-2.7.0.tgz", + "integrity": "sha512-J4EpWK9spQpXyNCmKK8Xnane0xW/1B/EAmfp7Fiv7g+5yUjY4ODf4KUugvE+Eb2gekPkhOKNHermO2KrX0/PFA==", "dev": true, "dependencies": { - "@parcel/hash": "2.3.2", - "@parcel/plugin": "2.3.2", + "@parcel/css": "^1.12.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/plugin": "2.7.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.3.2", - "nullthrows": "^1.1.1", - "postcss": "^8.4.5", - "postcss-value-parser": "^4.2.0", - "semver": "^5.7.1" + "@parcel/utils": "2.7.0", + "browserslist": "^4.6.6", + "nullthrows": "^1.1.1" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", @@ -1633,14 +2043,14 @@ } }, "node_modules/@parcel/transformer-html": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/transformer-html/-/transformer-html-2.3.2.tgz", - "integrity": "sha512-idT1I/8WM65IFYBqzRwpwT7sf0xGur4EDQDHhuPX1w+pIVZnh0lkLMAnEqs6ar1SPRMys4chzkuDNnqh0d76hg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-html/-/transformer-html-2.7.0.tgz", + "integrity": "sha512-wYJl5rn81W+Rlk9oQwDJcjoVsWVDKyeri84FzmlGXOsg0EYgnqOiG+3MDM8GeZjfuGe5fuoum4eqZeS0WdUHXw==", "dev": true, "dependencies": { - "@parcel/diagnostic": "2.3.2", - "@parcel/hash": "2.3.2", - "@parcel/plugin": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/hash": "2.7.0", + "@parcel/plugin": "2.7.0", "nullthrows": "^1.1.1", "posthtml": "^0.16.5", "posthtml-parser": "^0.10.1", @@ -1649,40 +2059,53 @@ }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/parcel" } }, + "node_modules/@parcel/transformer-html/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, "node_modules/@parcel/transformer-image": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/transformer-image/-/transformer-image-2.3.2.tgz", - "integrity": "sha512-0K7cJHXysli6hZsUz/zVGO7WCoaaIeVdzAxKpLA1Yl3LKw/ODiMyXKt08LiV/ljQ2xT5qb9EsXUWDRvcZ0b96A==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-image/-/transformer-image-2.7.0.tgz", + "integrity": "sha512-mhi9/R5/ULhCkL2COVIKhNFoLDiZwQgprdaTJr5fnODggVxEX5o7ebFV6KNLMTEkwZUJWoB1hL0ziI0++DtoFA==", "dev": true, "dependencies": { - "@parcel/plugin": "2.3.2", - "@parcel/workers": "2.3.2", + "@parcel/plugin": "2.7.0", + "@parcel/utils": "2.7.0", + "@parcel/workers": "2.7.0", "nullthrows": "^1.1.1" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" + }, + "peerDependencies": { + "@parcel/core": "^2.7.0" } }, "node_modules/@parcel/transformer-js": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/transformer-js/-/transformer-js-2.3.2.tgz", - "integrity": "sha512-U1fbIoAoqR5P49S+DMhH8BUd9IHRPwrTTv6ARYGsYnhuNsjTFhNYE0kkfRYboe/e0z7vEbeJICZXjnZ7eQDw5A==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-js/-/transformer-js-2.7.0.tgz", + "integrity": "sha512-mzerR+D4rDomUSIk5RSTa2w+DXBdXUeQrpDO74WCDdpDi1lIl8ppFpqtmU7O6y6p8QsgkmS9b0g/vhcry6CJTA==", "dev": true, "dependencies": { - "@parcel/diagnostic": "2.3.2", - "@parcel/plugin": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/plugin": "2.7.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.3.2", - "@parcel/workers": "2.3.2", - "@swc/helpers": "^0.2.11", + "@parcel/utils": "2.7.0", + "@parcel/workers": "2.7.0", + "@swc/helpers": "^0.4.2", "browserslist": "^4.6.6", "detect-libc": "^1.0.3", "nullthrows": "^1.1.1", @@ -1691,25 +2114,37 @@ }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/parcel" + }, + "peerDependencies": { + "@parcel/core": "^2.7.0" + } + }, + "node_modules/@parcel/transformer-js/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" } }, "node_modules/@parcel/transformer-json": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/transformer-json/-/transformer-json-2.3.2.tgz", - "integrity": "sha512-Pv2iPaxKINtFwOk5fDbHjQlSm2Vza/NLimQY896FLxiXPNAJxWGvMwdutgOPEBKksxRx9LZPyIOHiRVZ0KcA3w==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-json/-/transformer-json-2.7.0.tgz", + "integrity": "sha512-RQjuxBpYOch+kr4a0zi77KJtOLTPYRM7iq4NN80zKnA0r0dwDUCxZBtaj2l0O0o3R4MMJnm+ncP+cB7XR7dZYA==", "dev": true, "dependencies": { - "@parcel/plugin": "2.3.2", + "@parcel/plugin": "2.7.0", "json5": "^2.2.0" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", @@ -1717,14 +2152,15 @@ } }, "node_modules/@parcel/transformer-postcss": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/transformer-postcss/-/transformer-postcss-2.3.2.tgz", - "integrity": "sha512-Rpdxc1rt2aJFCh/y/ccaBc9J1crDjNY5o44xYoOemBoUNDMREsmg5sR5iO81qKKO5GxfoosGb2zh59aeTmywcg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-postcss/-/transformer-postcss-2.7.0.tgz", + "integrity": "sha512-b6RskXBWf0MjpC9qjR2dQ1ZdRnlOiKYseG5CEovWCqM218RtdydFKz7jS+5Gxkb6qBtOG7zGPONXdPe+gTILcA==", "dev": true, "dependencies": { - "@parcel/hash": "2.3.2", - "@parcel/plugin": "2.3.2", - "@parcel/utils": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/hash": "2.7.0", + "@parcel/plugin": "2.7.0", + "@parcel/utils": "2.7.0", "clone": "^2.1.1", "nullthrows": "^1.1.1", "postcss-value-parser": "^4.2.0", @@ -1732,21 +2168,30 @@ }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/parcel" } }, + "node_modules/@parcel/transformer-postcss/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, "node_modules/@parcel/transformer-posthtml": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/transformer-posthtml/-/transformer-posthtml-2.3.2.tgz", - "integrity": "sha512-tMdVExfdM+1G8A9KSHDsjg+S9xEGbhH5mApF2NslPnNZ4ciLKRNuHU2sSV/v8i0a6kacKvDTrwQXYBQJGOodBw==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-posthtml/-/transformer-posthtml-2.7.0.tgz", + "integrity": "sha512-cP8YOiSynWJ1ycmBlhnnHeuQb2cwmklZ+BNyLUktj5p78kDy2de7VjX+dRNRHoW4H9OgEcSF4UEfDVVz5RYIhw==", "dev": true, "dependencies": { - "@parcel/plugin": "2.3.2", - "@parcel/utils": "2.3.2", + "@parcel/plugin": "2.7.0", + "@parcel/utils": "2.7.0", "nullthrows": "^1.1.1", "posthtml": "^0.16.5", "posthtml-parser": "^0.10.1", @@ -1755,24 +2200,33 @@ }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/parcel" } }, + "node_modules/@parcel/transformer-posthtml/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, "node_modules/@parcel/transformer-raw": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/transformer-raw/-/transformer-raw-2.3.2.tgz", - "integrity": "sha512-lY7eOCaALZ90+GH+4PZRmAPGQRXoZ66NakSdhEtH6JSSAYOmZKDvNLGTMRo/vK1oELzWMuAHGdqvbcPDtNLLVw==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-raw/-/transformer-raw-2.7.0.tgz", + "integrity": "sha512-sDnItWCFSDez0izK1i5cgv+kXzZTbcJh4rNpVIgmE1kBLvAz608sqgcCkavb2wVJIvLesxYM+5G4p1CwkDlZ1g==", "dev": true, "dependencies": { - "@parcel/plugin": "2.3.2" + "@parcel/plugin": "2.7.0" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", @@ -1780,18 +2234,18 @@ } }, "node_modules/@parcel/transformer-react-refresh-wrap": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/transformer-react-refresh-wrap/-/transformer-react-refresh-wrap-2.3.2.tgz", - "integrity": "sha512-FZaderyCExn0SBZ6D+zHPWc8JSn9YDcbfibv0wkCl+D7sYfeWZ22i7MRp5NwCe/TZ21WuxDWySCggEp/Waz2xg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-react-refresh-wrap/-/transformer-react-refresh-wrap-2.7.0.tgz", + "integrity": "sha512-1vRmIJzyBA1nIiXTAU6tZExq2FvJj/2F0ft6KDw8GYPv0KjmdiPo/PmaZ7JeSVOM6SdXQIQCbTmp1vkMP7DtkA==", "dev": true, "dependencies": { - "@parcel/plugin": "2.3.2", - "@parcel/utils": "2.3.2", + "@parcel/plugin": "2.7.0", + "@parcel/utils": "2.7.0", "react-refresh": "^0.9.0" }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", @@ -1799,14 +2253,14 @@ } }, "node_modules/@parcel/transformer-svg": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/transformer-svg/-/transformer-svg-2.3.2.tgz", - "integrity": "sha512-k9My6bePsaGgUh+tidDjFbbVgKPTzwCAQfoloZRMt7y396KgUbvCfqDruk04k6k+cJn7Jl1o/5lUpTEruBze7g==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-svg/-/transformer-svg-2.7.0.tgz", + "integrity": "sha512-ioER37zceuuE+K6ZrnjCyMUWEnv+63hIAFResc1OXxRhyt+7kzMz9ZqK0Mt6QMLwl1dxhkLmrU41n9IxzKZuSQ==", "dev": true, "dependencies": { - "@parcel/diagnostic": "2.3.2", - "@parcel/hash": "2.3.2", - "@parcel/plugin": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/hash": "2.7.0", + "@parcel/plugin": "2.7.0", "nullthrows": "^1.1.1", "posthtml": "^0.16.5", "posthtml-parser": "^0.10.1", @@ -1815,39 +2269,48 @@ }, "engines": { "node": ">= 12.0.0", - "parcel": "^2.3.2" + "parcel": "^2.7.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/parcel" } }, + "node_modules/@parcel/transformer-svg/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, "node_modules/@parcel/types": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/types/-/types-2.3.2.tgz", - "integrity": "sha512-C77Ct1xNM7LWjPTfe/dQ/9rq1efdsX5VJu2o8/TVi6qoFh64Wp/c5/vCHwKInOTBZUTchVO6z4PGJNIZoUVJuA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/types/-/types-2.7.0.tgz", + "integrity": "sha512-+dhXVUnseTCpJvBTGMp0V6X13z6O/A/+CUtwEpMGZ8XSmZ4Gk44GvaTiBOp0bJpWG4fvCKp+UmC8PYbrDiiziw==", "dev": true, "dependencies": { - "@parcel/cache": "2.3.2", - "@parcel/diagnostic": "2.3.2", - "@parcel/fs": "2.3.2", - "@parcel/package-manager": "2.3.2", + "@parcel/cache": "2.7.0", + "@parcel/diagnostic": "2.7.0", + "@parcel/fs": "2.7.0", + "@parcel/package-manager": "2.7.0", "@parcel/source-map": "^2.0.0", - "@parcel/workers": "2.3.2", + "@parcel/workers": "2.7.0", "utility-types": "^3.10.0" } }, "node_modules/@parcel/utils": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/utils/-/utils-2.3.2.tgz", - "integrity": "sha512-xzZ+0vWhrXlLzGoz7WlANaO5IPtyWGeCZruGtepUL3yheRWb1UU4zFN9xz7Z+j++Dmf1Fgkc3qdk/t4O8u9HLQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/utils/-/utils-2.7.0.tgz", + "integrity": "sha512-jNZ5bIGg1r1RDRKi562o4kuVwnz+XJ2Ie3b0Zwrqwvgfj6AbRFIKzDd+h85dWWmcDYzKUbHp11u6VJl1u8Vapg==", "dev": true, "dependencies": { - "@parcel/codeframe": "2.3.2", - "@parcel/diagnostic": "2.3.2", - "@parcel/hash": "2.3.2", - "@parcel/logger": "2.3.2", - "@parcel/markdown-ansi": "2.3.2", + "@parcel/codeframe": "2.7.0", + "@parcel/diagnostic": "2.7.0", + "@parcel/hash": "2.7.0", + "@parcel/logger": "2.7.0", + "@parcel/markdown-ansi": "2.7.0", "@parcel/source-map": "^2.0.0", "chalk": "^4.1.0" }, @@ -1948,15 +2411,15 @@ } }, "node_modules/@parcel/workers": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/workers/-/workers-2.3.2.tgz", - "integrity": "sha512-JbOm+Ceuyymd1SuKGgodC2EXAiPuFRpaNUSJpz3NAsS3lVIt2TDAPMOWBivS7sML/KltspUfl/Q9YwO0TPUFNw==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/workers/-/workers-2.7.0.tgz", + "integrity": "sha512-99VfaOX+89+RaoTSyH9ZQtkMBFZBFMvJmVJ/GeJT6QCd2wtKBStTHlaSnQOkLD/iRjJCNwV2xpZmm8YkTwV+hg==", "dev": true, "dependencies": { - "@parcel/diagnostic": "2.3.2", - "@parcel/logger": "2.3.2", - "@parcel/types": "2.3.2", - "@parcel/utils": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/logger": "2.7.0", + "@parcel/types": "2.7.0", + "@parcel/utils": "2.7.0", "chrome-trace-event": "^1.0.2", "nullthrows": "^1.1.1" }, @@ -1968,17 +2431,19 @@ "url": "https://opencollective.com/parcel" }, "peerDependencies": { - "@parcel/core": "^2.3.2" + "@parcel/core": "^2.7.0" } }, "node_modules/@rollup/plugin-commonjs": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-11.0.2.tgz", - "integrity": "sha512-MPYGZr0qdbV5zZj8/2AuomVpnRVXRU5XKXb3HVniwRoRCreGlf5kOE081isNWeiLIi6IYkwTX9zE0/c7V8g81g==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-11.1.0.tgz", + "integrity": "sha512-Ycr12N3ZPN96Fw2STurD21jMqzKwL9QuFhms3SD7KKRK7oaXUsBU9Zt0jL/rOPHiPYisI21/rXGO3jr9BnLHUA==", "dev": true, "dependencies": { - "@rollup/pluginutils": "^3.0.0", + "@rollup/pluginutils": "^3.0.8", + "commondir": "^1.0.1", "estree-walker": "^1.0.1", + "glob": "^7.1.2", "is-reference": "^1.1.2", "magic-string": "^0.25.2", "resolve": "^1.11.0" @@ -1987,25 +2452,16 @@ "node": ">= 8.0.0" }, "peerDependencies": { - "rollup": "^1.20.0" - } - }, - "node_modules/@rollup/plugin-commonjs/node_modules/magic-string": { - "version": "0.25.7", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz", - "integrity": "sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==", - "dev": true, - "dependencies": { - "sourcemap-codec": "^1.4.4" + "rollup": "^1.20.0||^2.0.0" } }, "node_modules/@rollup/plugin-node-resolve": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-7.1.1.tgz", - "integrity": "sha512-14ddhD7TnemeHE97a4rLOhobfYvUVcaYuqTnL8Ti7Jxi9V9Jr5LY7Gko4HZ5k4h4vqQM0gBQt6tsp9xXW94WPA==", + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-7.1.3.tgz", + "integrity": "sha512-RxtSL3XmdTAE2byxekYLnx+98kEUOrPHF/KRVjLH+DEIHy6kjIw7YINQzn+NXiH/NTrQLAwYs0GWB+csWygA9Q==", "dev": true, "dependencies": { - "@rollup/pluginutils": "^3.0.6", + "@rollup/pluginutils": "^3.0.8", "@types/resolve": "0.0.8", "builtin-modules": "^3.1.0", "is-module": "^1.0.0", @@ -2015,51 +2471,70 @@ "node": ">= 8.0.0" }, "peerDependencies": { - "rollup": "^1.20.0" + "rollup": "^1.20.0||^2.0.0" } }, "node_modules/@rollup/plugin-replace": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.3.1.tgz", - "integrity": "sha512-qDcXj2VOa5+j0iudjb+LiwZHvBRRgWbHPhRmo1qde2KItTjuxDVQO21rp9/jOlzKR5YO0EsgRQoyox7fnL7y/A==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz", + "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==", "dev": true, "dependencies": { - "@rollup/pluginutils": "^3.0.4", - "magic-string": "^0.25.5" + "@rollup/pluginutils": "^3.1.0", + "magic-string": "^0.25.7" }, "peerDependencies": { - "rollup": "^1.20.0" - } - }, - "node_modules/@rollup/plugin-replace/node_modules/magic-string": { - "version": "0.25.7", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz", - "integrity": "sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==", - "dev": true, - "dependencies": { - "sourcemap-codec": "^1.4.4" + "rollup": "^1.20.0 || ^2.0.0" } }, - "node_modules/@rollup/pluginutils": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.0.8.tgz", - "integrity": "sha512-rYGeAc4sxcZ+kPG/Tw4/fwJODC3IXHYDH4qusdN/b6aLw5LPUbzpecYbEJh4sVQGPFJxd2dBU4kc1H3oy9/bnw==", + "node_modules/@rollup/plugin-typescript": { + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-8.5.0.tgz", + "integrity": "sha512-wMv1/scv0m/rXx21wD2IsBbJFba8wGF3ErJIr6IKRfRj49S85Lszbxb4DCo8iILpluTjk2GAAu9CoZt4G3ppgQ==", "dev": true, "dependencies": { - "estree-walker": "^1.0.1" + "@rollup/pluginutils": "^3.1.0", + "resolve": "^1.17.0" }, "engines": { - "node": ">= 8.0.0" + "node": ">=8.0.0" }, "peerDependencies": { - "rollup": "^1.20.0" + "rollup": "^2.14.0", + "tslib": "*", + "typescript": ">=3.7.0" + }, + "peerDependenciesMeta": { + "tslib": { + "optional": true + } + } + }, + "node_modules/@rollup/pluginutils": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", + "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", + "dev": true, + "dependencies": { + "@types/estree": "0.0.39", + "estree-walker": "^1.0.1", + "picomatch": "^2.2.2" + }, + "engines": { + "node": ">= 8.0.0" + }, + "peerDependencies": { + "rollup": "^1.20.0||^2.0.0" } }, "node_modules/@swc/helpers": { - "version": "0.2.14", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.2.14.tgz", - "integrity": "sha512-wpCQMhf5p5GhNg2MmGKXzUNwxe7zRiCsmqYsamez2beP7mKPCSiu+BjZcdN95yYSzO857kr0VfQewmGpS77nqA==", - "dev": true + "version": "0.4.11", + "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.11.tgz", + "integrity": "sha512-rEUrBSGIoSFuYxwBYtlUFMlE2CwGhmW+w9355/5oduSw8e5h2+Tj4UrAGNNgP9915++wj5vkQo0UuOBqOAq4nw==", + "dev": true, + "dependencies": { + "tslib": "^2.4.0" + } }, "node_modules/@trysound/sax": { "version": "0.2.0", @@ -2070,12 +2545,6 @@ "node": ">=10.13.0" } }, - "node_modules/@types/color-name": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz", - "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==", - "dev": true - }, "node_modules/@types/estree": { "version": "0.0.39", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", @@ -2083,9 +2552,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "13.9.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-13.9.3.tgz", - "integrity": "sha512-01s+ac4qerwd6RHD+mVbOEsraDHSgUaefQlEdBbUolnQFjKwCr7luvAlEwW1RFojh67u0z4OUTjPn9LEl4zIkA==", + "version": "18.7.15", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.15.tgz", + "integrity": "sha512-XnjpaI8Bgc3eBag2Aw4t2Uj/49lLBSStHWfqKvIuXD7FIrZyMLWp8KuAFHAqxMZYTF9l08N1ctUn9YNybZJVmQ==", "dev": true }, "node_modules/@types/parse-json": { @@ -2094,6 +2563,32 @@ "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", "dev": true }, + "node_modules/@types/prop-types": { + "version": "15.7.5", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz", + "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==", + "dev": true + }, + "node_modules/@types/react": { + "version": "18.0.18", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.18.tgz", + "integrity": "sha512-6hI08umYs6NaiHFEEGioXnxJ+oEhY3eRz8VCUaudZmGdtvPviCJB8mgaMxaDWAdPSYd4eFavrPk2QIolwbLYrg==", + "dev": true, + "dependencies": { + "@types/prop-types": "*", + "@types/scheduler": "*", + "csstype": "^3.0.2" + } + }, + "node_modules/@types/react-dom": { + "version": "18.0.6", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.6.tgz", + "integrity": "sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA==", + "dev": true, + "dependencies": { + "@types/react": "*" + } + }, "node_modules/@types/resolve": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-0.0.8.tgz", @@ -2103,6 +2598,128 @@ "@types/node": "*" } }, + "node_modules/@types/scheduler": { + "version": "0.16.2", + "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz", + "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==", + "dev": true + }, + "node_modules/@typescript-eslint/parser": { + "version": "5.36.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.36.2.tgz", + "integrity": "sha512-qS/Kb0yzy8sR0idFspI9Z6+t7mqk/oRjnAYfewG+VN73opAUvmYL3oPIMmgOX6CnQS6gmVIXGshlb5RY/R22pA==", + "dev": true, + "dependencies": { + "@typescript-eslint/scope-manager": "5.36.2", + "@typescript-eslint/types": "5.36.2", + "@typescript-eslint/typescript-estree": "5.36.2", + "debug": "^4.3.4" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/scope-manager": { + "version": "5.36.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.36.2.tgz", + "integrity": "sha512-cNNP51L8SkIFSfce8B1NSUBTJTu2Ts4nWeWbFrdaqjmn9yKrAaJUBHkyTZc0cL06OFHpb+JZq5AUHROS398Orw==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "5.36.2", + "@typescript-eslint/visitor-keys": "5.36.2" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/types": { + "version": "5.36.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.36.2.tgz", + "integrity": "sha512-9OJSvvwuF1L5eS2EQgFUbECb99F0mwq501w0H0EkYULkhFa19Qq7WFbycdw1PexAc929asupbZcgjVIe6OK/XQ==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/typescript-estree": { + "version": "5.36.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.2.tgz", + "integrity": "sha512-8fyH+RfbKc0mTspfuEjlfqA4YywcwQK2Amcf6TDOwaRLg7Vwdu4bZzyvBZp4bjt1RRjQ5MDnOZahxMrt2l5v9w==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "5.36.2", + "@typescript-eslint/visitor-keys": "5.36.2", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { + "version": "7.3.7", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", + "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@typescript-eslint/visitor-keys": { + "version": "5.36.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.2.tgz", + "integrity": "sha512-BtRvSR6dEdrNt7Net2/XDjbYKU5Ml6GqJgVfXT0CxTCJlnIqK7rAGreuWKMT2t8cFUT2Msv5oxw0GMRD7T5J7A==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "5.36.2", + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, "node_modules/abortcontroller-polyfill": { "version": "1.7.3", "resolved": "https://registry.npmjs.org/abortcontroller-polyfill/-/abortcontroller-polyfill-1.7.3.tgz", @@ -2147,14 +2764,23 @@ } }, "node_modules/ansi-colors": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", - "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", + "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", "dev": true, "engines": { "node": ">=6" } }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/ansi-styles": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", @@ -2177,14 +2803,16 @@ } }, "node_modules/array-includes": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.1.tgz", - "integrity": "sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.5.tgz", + "integrity": "sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==", "dev": true, "dependencies": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.0", - "is-string": "^1.0.5" + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5", + "get-intrinsic": "^1.1.1", + "is-string": "^1.0.7" }, "engines": { "node": ">= 0.4" @@ -2194,26 +2822,41 @@ } }, "node_modules/array-union": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", - "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", "dev": true, - "dependencies": { - "array-uniq": "^1.0.1" - }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, "node_modules/array-uniq": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", - "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=", + "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==", "dev": true, "engines": { "node": ">=0.10.0" } }, + "node_modules/array.prototype.flatmap": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz", + "integrity": "sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.2", + "es-shim-unscopables": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/astral-regex": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", @@ -2233,9 +2876,9 @@ } }, "node_modules/balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true }, "node_modules/base-x": { @@ -2250,7 +2893,7 @@ "node_modules/boolbase": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", "dev": true }, "node_modules/brace-expansion": { @@ -2263,10 +2906,22 @@ "concat-map": "0.0.1" } }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/browserslist": { - "version": "4.20.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.2.tgz", - "integrity": "sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==", + "version": "4.21.3", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.3.tgz", + "integrity": "sha512-898rgRXLAyRkM1GryrrBHGkqA5hlpkV5MhtZwg9QXeiyLUYs2k00Un05aX5l2/yJIOObYKOpS2JNo8nJDE7fWQ==", "dev": true, "funding": [ { @@ -2279,11 +2934,10 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001317", - "electron-to-chromium": "^1.4.84", - "escalade": "^3.1.1", - "node-releases": "^2.0.2", - "picocolors": "^1.0.0" + "caniuse-lite": "^1.0.30001370", + "electron-to-chromium": "^1.4.202", + "node-releases": "^2.0.6", + "update-browserslist-db": "^1.0.5" }, "bin": { "browserslist": "cli.js" @@ -2299,36 +2953,55 @@ "dev": true }, "node_modules/builtin-modules": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.1.0.tgz", - "integrity": "sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz", + "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==", "dev": true, "engines": { "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/caniuse-api": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", - "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", + "node_modules/call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", "dev": true, "dependencies": { - "browserslist": "^4.0.0", - "caniuse-lite": "^1.0.0", - "lodash.memoize": "^4.1.2", - "lodash.uniq": "^4.5.0" + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/caniuse-lite": { - "version": "1.0.30001317", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001317.tgz", - "integrity": "sha512-xIZLh8gBm4dqNX0gkzrBeyI86J2eCjWzYAs40q88smG844YIrN4tVQl/RhquHvKEKImWWFIVh1Lxe5n1G/N+GQ==", + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", "dev": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" + "engines": { + "node": ">=6" } }, + "node_modules/caniuse-lite": { + "version": "1.0.30001390", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001390.tgz", + "integrity": "sha512-sS4CaUM+/+vqQUlCvCJ2WtDlV81aWtHhqeEVkLokVJJa3ViN4zDxAGfq9R8i1m90uGHxo99cy10Od+lvn3hf0g==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + } + ] + }, "node_modules/chalk": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", @@ -2355,7 +3028,7 @@ "node_modules/clone": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", - "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=", + "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==", "dev": true, "engines": { "node": ">=0.8" @@ -2373,13 +3046,7 @@ "node_modules/color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "node_modules/colord": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.2.tgz", - "integrity": "sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ==", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", "dev": true }, "node_modules/commander": { @@ -2388,32 +3055,27 @@ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "dev": true }, + "node_modules/commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", + "dev": true + }, "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "dev": true }, "node_modules/convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", - "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", + "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", "dev": true, "dependencies": { "safe-buffer": "~5.1.1" } }, - "node_modules/core-js-pure": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.6.5.tgz", - "integrity": "sha512-lacdXOimsiD0QyNf9BC/mxivNJ/ybBGJXQFKzRekp1WTHoVUWsUHEn+2T8GJAzzIhyOuXA+gOxCVN3l+5PLPUA==", - "dev": true, - "hasInstallScript": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, "node_modules/cosmiconfig": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", @@ -2430,30 +3092,29 @@ "node": ">=10" } }, - "node_modules/css-declaration-sorter": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.1.4.tgz", - "integrity": "sha512-lpfkqS0fctcmZotJGhnxkIyJWvBXgpyi2wsFd4J8VB7wzyrT6Ch/3Q+FMNJpjK4gu1+GN5khOnpU2ZVKrLbhCw==", + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", "dev": true, "dependencies": { - "timsort": "^0.3.0" + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" }, "engines": { - "node": ">= 10" - }, - "peerDependencies": { - "postcss": "^8.0.9" + "node": ">= 8" } }, "node_modules/css-select": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.2.1.tgz", - "integrity": "sha512-/aUslKhzkTNCQUB2qTX84lVmfia9NyjP3WpDGtj/WxhwBzWBYUV3DgUpurHTme8UTPcPlAD1DJ+b0nN/t50zDQ==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", "dev": true, "dependencies": { "boolbase": "^1.0.0", - "css-what": "^5.1.0", - "domhandler": "^4.3.0", + "css-what": "^6.0.1", + "domhandler": "^4.3.1", "domutils": "^2.8.0", "nth-check": "^2.0.1" }, @@ -2474,19 +3135,10 @@ "node": ">=8.0.0" } }, - "node_modules/css-tree/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/css-what": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-5.1.0.tgz", - "integrity": "sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", "dev": true, "engines": { "node": ">= 6" @@ -2495,94 +3147,6 @@ "url": "https://github.com/sponsors/fb55" } }, - "node_modules/cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "dev": true, - "bin": { - "cssesc": "bin/cssesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/cssnano": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.4.tgz", - "integrity": "sha512-hbfhVZreEPyzl+NbvRsjNo54JOX80b+j6nqG2biLVLaZHJEiqGyMh4xDGHtwhUKd5p59mj2GlDqlUBwJUuIu5A==", - "dev": true, - "dependencies": { - "cssnano-preset-default": "^*", - "lilconfig": "^2.0.3", - "yaml": "^1.10.2" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/cssnano" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/cssnano-preset-default": { - "version": "5.2.4", - "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.4.tgz", - "integrity": "sha512-w1Gg8xsebln6/axZ6qDFQHuglrGfbIHOIx0g4y9+etRlRab8CGpSpe6UMsrgJe4zhCaJ0LwLmc+PhdLRTwnhIA==", - "dev": true, - "dependencies": { - "css-declaration-sorter": "^6.0.3", - "cssnano-utils": "^*", - "postcss-calc": "^8.2.3", - "postcss-colormin": "^*", - "postcss-convert-values": "^*", - "postcss-discard-comments": "^*", - "postcss-discard-duplicates": "^*", - "postcss-discard-empty": "^*", - "postcss-discard-overridden": "^*", - "postcss-merge-longhand": "^*", - "postcss-merge-rules": "^*", - "postcss-minify-font-values": "^*", - "postcss-minify-gradients": "^*", - "postcss-minify-params": "^*", - "postcss-minify-selectors": "^*", - "postcss-normalize-charset": "^*", - "postcss-normalize-display-values": "^*", - "postcss-normalize-positions": "^*", - "postcss-normalize-repeat-style": "^*", - "postcss-normalize-string": "^*", - "postcss-normalize-timing-functions": "^*", - "postcss-normalize-unicode": "^*", - "postcss-normalize-url": "^*", - "postcss-normalize-whitespace": "^*", - "postcss-ordered-values": "^*", - "postcss-reduce-initial": "^*", - "postcss-reduce-transforms": "^*", - "postcss-svgo": "^*", - "postcss-unique-selectors": "^*" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/cssnano-utils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz", - "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==", - "dev": true, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, "node_modules/csso": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", @@ -2595,38 +3159,55 @@ "node": ">=8.0.0" } }, + "node_modules/csstype": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.0.tgz", + "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==", + "dev": true + }, "node_modules/debug": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", - "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", - "deprecated": "Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dev": true, "dependencies": { - "ms": "^2.1.1" + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, "node_modules/deep-is": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", - "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=", + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true }, "node_modules/define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", - "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz", + "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==", "dev": true, "dependencies": { - "object-keys": "^1.0.12" + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" }, "engines": { "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/detect-libc": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", - "integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=", + "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", "dev": true, "bin": { "detect-libc": "bin/detect-libc.js" @@ -2635,10 +3216,22 @@ "node": ">=0.10" } }, - "node_modules/doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", - "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "node_modules/dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, + "dependencies": { + "path-type": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", "dev": true, "dependencies": { "esutils": "^2.0.2" @@ -2648,9 +3241,9 @@ } }, "node_modules/dom-serializer": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz", - "integrity": "sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", "dev": true, "dependencies": { "domelementtype": "^2.0.1", @@ -2671,9 +3264,9 @@ } }, "node_modules/domelementtype": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz", - "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", "dev": true, "funding": [ { @@ -2683,9 +3276,9 @@ ] }, "node_modules/domhandler": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.0.tgz", - "integrity": "sha512-fC0aXNQXqKSFTr2wDNZDhsEYjCiYsDWl3D01kwt25hm1YIPyDGHvvi3rw+PLqHAl/m71MaiF7d5zvBr0p5UB2g==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", "dev": true, "dependencies": { "domelementtype": "^2.2.0" @@ -2727,9 +3320,9 @@ "dev": true }, "node_modules/electron-to-chromium": { - "version": "1.4.87", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.87.tgz", - "integrity": "sha512-EXXTtDHFUKdFVkCnhauU7Xp8wmFC1ZG6GK9a1BeI2vvNhy61IwfNPo/CRexhf7mh4ajxAHJPind62BzpzVUeuQ==", + "version": "1.4.242", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.242.tgz", + "integrity": "sha512-nPdgMWtjjWGCtreW/2adkrB2jyHjClo9PtVhR6rW+oxa4E4Wom642Tn+5LslHP3XPL5MCpkn5/UEY60EXylNeQ==", "dev": true }, "node_modules/email-addresses": { @@ -2778,22 +3371,34 @@ } }, "node_modules/es-abstract": { - "version": "1.17.4", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.4.tgz", - "integrity": "sha512-Ae3um/gb8F0mui/jPL+QiqmglkUsaQf7FwBEHYIFkztkneosu9imhqHpBzQ3h1vit8t5iQ74t6PEVvphBZiuiQ==", + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.2.tgz", + "integrity": "sha512-XxXQuVNrySBNlEkTYJoDNFe5+s2yIOpzq80sUHEdPdQr0S5nTLz4ZPPPswNIpKseDDUS5yghX1gfLIHQZ1iNuQ==", "dev": true, "dependencies": { + "call-bind": "^1.0.2", "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", + "function.prototype.name": "^1.1.5", + "get-intrinsic": "^1.1.2", + "get-symbol-description": "^1.0.0", "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.1.5", - "is-regex": "^1.0.5", - "object-inspect": "^1.7.0", + "has-property-descriptors": "^1.0.0", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.3", + "is-callable": "^1.2.4", + "is-negative-zero": "^2.0.2", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.2", + "is-string": "^1.0.7", + "is-weakref": "^1.0.2", + "object-inspect": "^1.12.2", "object-keys": "^1.1.1", - "object.assign": "^4.1.0", - "string.prototype.trimleft": "^2.1.1", - "string.prototype.trimright": "^2.1.1" + "object.assign": "^4.1.4", + "regexp.prototype.flags": "^1.4.3", + "string.prototype.trimend": "^1.0.5", + "string.prototype.trimstart": "^1.0.5", + "unbox-primitive": "^1.0.2" }, "engines": { "node": ">= 0.4" @@ -2802,13 +3407,13 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/es-abstract/node_modules/object-inspect": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.7.0.tgz", - "integrity": "sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==", + "node_modules/es-shim-unscopables": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz", + "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==", "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "dependencies": { + "has": "^1.0.3" } }, "node_modules/es-to-primitive": { @@ -2840,7 +3445,7 @@ "node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true, "engines": { "node": ">=0.8.0" @@ -2904,9 +3509,9 @@ } }, "node_modules/eslint-config-prettier": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.11.0.tgz", - "integrity": "sha512-oB8cpLWSAjOVFEJhhyMZh6NOEOtBVziaqdDQ86+qhDHFbZXoRTM7pNSvFRfW/W/L/LrQ38C99J5CGuRBBzBsdA==", + "version": "6.15.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz", + "integrity": "sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==", "dev": true, "dependencies": { "get-stdin": "^6.0.0" @@ -2919,9 +3524,9 @@ } }, "node_modules/eslint-plugin-prettier": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.3.tgz", - "integrity": "sha512-+HG5jmu/dN3ZV3T6eCD7a4BlAySdN7mLIbJYo0z1cFQuI+r2DiTJEFeF68ots93PsnrMxbzIZ2S/ieX+mkrBeQ==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.1.tgz", + "integrity": "sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g==", "dev": true, "dependencies": { "prettier-linter-helpers": "^1.0.0" @@ -2930,45 +3535,53 @@ "node": ">=6.0.0" }, "peerDependencies": { - "eslint": ">= 5.0.0", - "prettier": ">= 1.13.0" + "eslint": ">=5.0.0", + "prettier": ">=1.13.0" + }, + "peerDependenciesMeta": { + "eslint-config-prettier": { + "optional": true + } } }, "node_modules/eslint-plugin-react": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.20.0.tgz", - "integrity": "sha512-rqe1abd0vxMjmbPngo4NaYxTcR3Y4Hrmc/jg4T+sYz63yqlmJRknpEQfmWY+eDWPuMmix6iUIK+mv0zExjeLgA==", + "version": "7.31.7", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.7.tgz", + "integrity": "sha512-8NldBTeYp/kQoTV1uT0XF6HcmDqbgZ0lNPkN0wlRw8DJKXEnaWu+oh/6gt3xIhzvQ35wB2Y545fJhIbJSZ2NNw==", "dev": true, "dependencies": { - "array-includes": "^3.1.1", + "array-includes": "^3.1.5", + "array.prototype.flatmap": "^1.3.0", "doctrine": "^2.1.0", - "has": "^1.0.3", - "jsx-ast-utils": "^2.2.3", - "object.entries": "^1.1.1", - "object.fromentries": "^2.0.2", - "object.values": "^1.1.1", - "prop-types": "^15.7.2", - "resolve": "^1.15.1", - "string.prototype.matchall": "^4.0.2", - "xregexp": "^4.3.0" + "estraverse": "^5.3.0", + "jsx-ast-utils": "^2.4.1 || ^3.0.0", + "minimatch": "^3.1.2", + "object.entries": "^1.1.5", + "object.fromentries": "^2.0.5", + "object.hasown": "^1.1.1", + "object.values": "^1.1.5", + "prop-types": "^15.8.1", + "resolve": "^2.0.0-next.3", + "semver": "^6.3.0", + "string.prototype.matchall": "^4.0.7" }, "engines": { "node": ">=4" }, "peerDependencies": { - "eslint": "^3 || ^4 || ^5 || ^6 || ^7" + "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" } }, "node_modules/eslint-plugin-react-hooks": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz", - "integrity": "sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", + "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==", "dev": true, "engines": { "node": ">=10" }, "peerDependencies": { - "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" } }, "node_modules/eslint-plugin-react/node_modules/doctrine": { @@ -2983,6 +3596,23 @@ "node": ">=0.10.0" } }, + "node_modules/eslint-plugin-react/node_modules/resolve": { + "version": "2.0.0-next.4", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz", + "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==", + "dev": true, + "dependencies": { + "is-core-module": "^2.9.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/eslint-scope": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", @@ -2996,6 +3626,15 @@ "node": ">=8.0.0" } }, + "node_modules/eslint-scope/node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, "node_modules/eslint-utils": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz", @@ -3021,30 +3660,29 @@ } }, "node_modules/eslint-visitor-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", + "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", "dev": true, "engines": { - "node": ">=10" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, - "node_modules/eslint/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "node_modules/eslint/node_modules/@babel/code-frame": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", + "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", "dev": true, - "engines": { - "node": ">=8" + "dependencies": { + "@babel/highlight": "^7.10.4" } }, "node_modules/eslint/node_modules/ansi-styles": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", - "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "dependencies": { - "@types/color-name": "^1.1.1", "color-convert": "^2.0.1" }, "engines": { @@ -3055,9 +3693,9 @@ } }, "node_modules/eslint/node_modules/chalk": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.0.0.tgz", - "integrity": "sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "dependencies": { "ansi-styles": "^4.1.0", @@ -3088,20 +3726,6 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, - "node_modules/eslint/node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dev": true, - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" - } - }, "node_modules/eslint/node_modules/escape-string-regexp": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", @@ -3114,22 +3738,19 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/eslint/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "node_modules/eslint/node_modules/eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", "dev": true, - "dependencies": { - "is-glob": "^4.0.1" - }, "engines": { - "node": ">= 6" + "node": ">=10" } }, "node_modules/eslint/node_modules/globals": { - "version": "13.13.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz", - "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==", + "version": "13.17.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.17.0.tgz", + "integrity": "sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==", "dev": true, "dependencies": { "type-fest": "^0.20.2" @@ -3150,59 +3771,14 @@ "node": ">=8" } }, - "node_modules/eslint/node_modules/levn": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", - "dev": true, - "dependencies": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/eslint/node_modules/optionator": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "node_modules/eslint/node_modules/semver": { + "version": "7.3.7", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", + "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", "dev": true, "dependencies": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" + "lru-cache": "^6.0.0" }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/eslint/node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/eslint/node_modules/prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "dev": true, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/eslint/node_modules/semver": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz", - "integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==", - "dev": true, "bin": { "semver": "bin/semver.js" }, @@ -3210,43 +3786,10 @@ "node": ">=10" } }, - "node_modules/eslint/node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, - "dependencies": { - "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/eslint/node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/eslint/node_modules/strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/eslint/node_modules/supports-color": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", - "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "dependencies": { "has-flag": "^4.0.0" @@ -3255,33 +3798,6 @@ "node": ">=8" } }, - "node_modules/eslint/node_modules/type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", - "dev": true, - "dependencies": { - "prelude-ls": "^1.2.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/eslint/node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, "node_modules/espree": { "version": "7.3.1", "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz", @@ -3305,6 +3821,19 @@ "node": ">=4" } }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true, + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/esquery": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", @@ -3317,15 +3846,6 @@ "node": ">=0.10" } }, - "node_modules/esquery/node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true, - "engines": { - "node": ">=4.0" - } - }, "node_modules/esrecurse": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", @@ -3338,7 +3858,7 @@ "node": ">=4.0" } }, - "node_modules/esrecurse/node_modules/estraverse": { + "node_modules/estraverse": { "version": "5.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", @@ -3347,15 +3867,6 @@ "node": ">=4.0" } }, - "node_modules/estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "dev": true, - "engines": { - "node": ">=4.0" - } - }, "node_modules/estree-walker": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", @@ -3383,6 +3894,22 @@ "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==", "dev": true }, + "node_modules/fast-glob": { + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", + "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", @@ -3392,9 +3919,18 @@ "node_modules/fast-levenshtein": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true }, + "node_modules/fastq": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", + "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", + "dev": true, + "dependencies": { + "reusify": "^1.0.4" + } + }, "node_modules/file-entry-cache": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", @@ -3410,7 +3946,7 @@ "node_modules/filename-reserved-regex": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-1.0.0.tgz", - "integrity": "sha1-5hz4BfDeHJhFZ9A4bcXfUO5a9+Q=", + "integrity": "sha512-UZArj7+U+2reBBVCvVmRlyq9D7EYQdUtuNN+1iz7pF1jGcJ2L0TjiRCxsTZfj2xFbM4c25uGCUDpKTHA7L2TKg==", "dev": true, "engines": { "node": ">=0.10.0" @@ -3419,7 +3955,7 @@ "node_modules/filenamify": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-1.2.1.tgz", - "integrity": "sha1-qfL/0RxQO+0wABUCknI3jx8TZaU=", + "integrity": "sha512-DKVP0WQcB7WaIMSwDETqImRej2fepPqvXQjaVib7LRZn9Rxn5UbvK2tYTqGf1A1DkIprQQkG4XSQXSOZp7Q3GQ==", "dev": true, "dependencies": { "filename-reserved-regex": "^1.0.0", @@ -3433,7 +3969,7 @@ "node_modules/filenamify-url": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/filenamify-url/-/filenamify-url-1.0.0.tgz", - "integrity": "sha1-syvYExnvWGO3MHi+1Q9GpPeXX1A=", + "integrity": "sha512-O9K9JcZeF5VdZWM1qR92NSv1WY2EofwudQayPx5dbnnFl9k0IcZha4eV/FGkjnBK+1irOQInij0yiooCHu/0Fg==", "dev": true, "dependencies": { "filenamify": "^1.0.0", @@ -3443,6 +3979,18 @@ "node": ">=0.10.0" } }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/flat-cache": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", @@ -3456,25 +4004,10 @@ "node": "^10.12.0 || >=12.0.0" } }, - "node_modules/flat-cache/node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/flatted": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz", - "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", + "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", "dev": true }, "node_modules/fs-extra": { @@ -3494,21 +4027,62 @@ "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "dev": true }, - "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", "dev": true }, + "node_modules/function.prototype.name": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz", + "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.0", + "functions-have-names": "^1.2.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/functional-red-black-tree": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", - "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", + "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==", "dev": true }, + "node_modules/functions-have-names": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/gensync": { "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", @@ -3518,6 +4092,20 @@ "node": ">=6.9.0" } }, + "node_modules/get-intrinsic": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.2.tgz", + "integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/get-port": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/get-port/-/get-port-4.2.0.tgz", @@ -3536,6 +4124,22 @@ "node": ">=4" } }, + "node_modules/get-symbol-description": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", + "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/gh-pages": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-2.2.0.tgz", @@ -3557,16 +4161,44 @@ "node": ">=6" } }, + "node_modules/gh-pages/node_modules/array-union": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==", + "dev": true, + "dependencies": { + "array-uniq": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/gh-pages/node_modules/globby": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", + "integrity": "sha512-KVbFv2TQtbzCoxAnfD6JcHZTYCzyliEaaeM/gH8qQdkKr5s0OP9scEgvdcngyk7AVdY6YVW/TJHd+lQ/Df3Daw==", + "dev": true, + "dependencies": { + "array-union": "^1.0.1", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/glob": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", - "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "dev": true, "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", - "minimatch": "^3.0.4", + "minimatch": "^3.1.1", "once": "^1.3.0", "path-is-absolute": "^1.0.0" }, @@ -3577,6 +4209,18 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/globals": { "version": "11.12.0", "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", @@ -3587,25 +4231,38 @@ } }, "node_modules/globby": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", - "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", "dev": true, "dependencies": { - "array-union": "^1.0.1", - "glob": "^7.0.3", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/globby/node_modules/ignore": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", + "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", + "dev": true, + "engines": { + "node": ">= 4" } }, "node_modules/graceful-fs": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz", - "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==", + "version": "4.2.10", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", "dev": true }, "node_modules/has": { @@ -3620,20 +4277,56 @@ "node": ">= 0.4.0" } }, + "node_modules/has-bigints": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true, "engines": { "node": ">=4" } }, + "node_modules/has-property-descriptors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", + "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.1.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", - "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-tostringtag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", "dev": true, + "dependencies": { + "has-symbols": "^1.0.2" + }, "engines": { "node": ">= 0.4" }, @@ -3642,9 +4335,9 @@ } }, "node_modules/htmlnano": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/htmlnano/-/htmlnano-2.0.0.tgz", - "integrity": "sha512-thKQfhcp2xgtsWNE27A2bliEeqVL5xjAgGn0wajyttvFFsvFWWah1ntV9aEX61gz0T6MBQ5xK/1lXuEumhJTcg==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/htmlnano/-/htmlnano-2.0.2.tgz", + "integrity": "sha512-+ZrQFS4Ub+zd+/fWwfvoYCEGNEa0/zrpys6CyXxvZDwtL7Pl+pOtRkiujyvBQ7Lmfp7/iEPxtOFgxWA16Gkj3w==", "dev": true, "dependencies": { "cosmiconfig": "^7.0.1", @@ -3710,7 +4403,7 @@ "node_modules/humanize-url": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/humanize-url/-/humanize-url-1.0.1.tgz", - "integrity": "sha1-9KuZ4NKIF0yk4eUEB8VfuuRk7/8=", + "integrity": "sha512-RtgTzXCPVb/te+e82NDhAc5paj+DuKSratIGAr+v+HZK24eAQ8LMoBGYoL7N/O+9iEc33AKHg45dOMKw3DNldQ==", "dev": true, "dependencies": { "normalize-url": "^1.0.0", @@ -3720,21 +4413,6 @@ "node": ">=0.10.0" } }, - "node_modules/humanize-url/node_modules/normalize-url": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz", - "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=", - "dev": true, - "dependencies": { - "object-assign": "^4.0.1", - "prepend-http": "^1.0.0", - "query-string": "^4.1.0", - "sort-keys": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/ignore": { "version": "4.0.6", "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", @@ -3763,7 +4441,7 @@ "node_modules/imurmurhash": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", "dev": true, "engines": { "node": ">=0.8.19" @@ -3772,7 +4450,7 @@ "node_modules/inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", "dev": true, "dependencies": { "once": "^1.3.0", @@ -3786,14 +4464,14 @@ "dev": true }, "node_modules/internal-slot": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.2.tgz", - "integrity": "sha512-2cQNfwhAfJIkU4KZPkDI+Gj5yNNnbqi40W9Gge6dfnk4TocEVm00B3bdiL+JINrbGJil2TeHvM4rETGzk/f/0g==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", + "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", "dev": true, "dependencies": { - "es-abstract": "^1.17.0-next.1", + "get-intrinsic": "^1.1.0", "has": "^1.0.3", - "side-channel": "^1.0.2" + "side-channel": "^1.0.4" }, "engines": { "node": ">= 0.4" @@ -3802,13 +4480,41 @@ "node_modules/is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", "dev": true }, + "node_modules/is-bigint": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", + "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", + "dev": true, + "dependencies": { + "has-bigints": "^1.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-boolean-object": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", + "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-callable": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.5.tgz", - "integrity": "sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", + "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", "dev": true, "engines": { "node": ">= 0.4" @@ -3817,11 +4523,26 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/is-core-module": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.10.0.tgz", + "integrity": "sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==", + "dev": true, + "dependencies": { + "has": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-date-object": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", - "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, "engines": { "node": ">= 0.4" }, @@ -3832,7 +4553,7 @@ "node_modules/is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true, "engines": { "node": ">=0.10.0" @@ -3848,9 +4569,9 @@ } }, "node_modules/is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", - "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "dev": true, "dependencies": { "is-extglob": "^2.1.1" @@ -3862,40 +4583,77 @@ "node_modules/is-json": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-json/-/is-json-2.0.1.tgz", - "integrity": "sha1-a+Fm0USCihMdaGiRuYPfYsOUkf8=", + "integrity": "sha512-6BEnpVn1rcf3ngfmViLM6vjUjGErbdrL4rwlv+u1NO1XO8kqT4YGL8+19Q+Z/bas8tY90BTWMk2+fW1g6hQjbA==", "dev": true }, "node_modules/is-module": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz", - "integrity": "sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE=", + "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==", "dev": true }, + "node_modules/is-negative-zero": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", + "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-number-object": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", + "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", + "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-plain-obj": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", - "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=", + "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==", "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/is-reference": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.1.4.tgz", - "integrity": "sha512-uJA/CDPO3Tao3GTrxYn6AwkM4nUPJiGGYu5+cB8qbC7WGFlrKZbiRo7SFKxUAEpFUfiHofWCXBUNhvYJMh+6zw==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz", + "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==", "dev": true, "dependencies": { - "@types/estree": "0.0.39" + "@types/estree": "*" } }, "node_modules/is-regex": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.5.tgz", - "integrity": "sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", "dev": true, "dependencies": { - "has": "^1.0.3" + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" }, "engines": { "node": ">= 0.4" @@ -3904,11 +4662,26 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/is-shared-array-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", + "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/is-string": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.5.tgz", - "integrity": "sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, "engines": { "node": ">= 0.4" }, @@ -3917,12 +4690,12 @@ } }, "node_modules/is-symbol": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", - "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", "dev": true, "dependencies": { - "has-symbols": "^1.0.1" + "has-symbols": "^1.0.2" }, "engines": { "node": ">= 0.4" @@ -3931,21 +4704,34 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/is-weakref": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "dev": true }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true }, "node_modules/js-yaml": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", - "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", "dev": true, "dependencies": { "argparse": "^1.0.7", @@ -3955,19 +4741,6 @@ "js-yaml": "bin/js-yaml.js" } }, - "node_modules/js-yaml/node_modules/esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "dev": true, - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/jsesc": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", @@ -3992,26 +4765,17 @@ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true }, - "node_modules/json-source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/json-source-map/-/json-source-map-0.6.1.tgz", - "integrity": "sha512-1QoztHPsMQqhDq0hlXY5ZqcEdUzxQEIxgFkKl4WUp2pgShObl+9ovi4kRh2TfvAfxAoHOJ9vIMEqk3k4iex7tg==", - "dev": true - }, "node_modules/json-stable-stringify-without-jsonify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", "dev": true }, "node_modules/json5": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", - "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", + "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", "dev": true, - "dependencies": { - "minimist": "^1.2.5" - }, "bin": { "json5": "lib/cli.js" }, @@ -4022,32 +4786,36 @@ "node_modules/jsonfile": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", "dev": true, "optionalDependencies": { "graceful-fs": "^4.1.6" } }, "node_modules/jsx-ast-utils": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-2.3.0.tgz", - "integrity": "sha512-3HNoc7nZ1hpZIKB3hJ7BlFRkzCx2BynRtfSwbkqZdpRdvAPsGMnzclPwrvDBS7/lalHTj21NwIeaEpysHBOudg==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz", + "integrity": "sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==", "dev": true, "dependencies": { - "array-includes": "^3.1.1", - "object.assign": "^4.1.0" + "array-includes": "^3.1.5", + "object.assign": "^4.1.3" }, "engines": { "node": ">=4.0" } }, - "node_modules/lilconfig": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.4.tgz", - "integrity": "sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==", + "node_modules/levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", "dev": true, + "dependencies": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + }, "engines": { - "node": ">=10" + "node": ">= 0.8.0" } }, "node_modules/lines-and-columns": { @@ -4057,31 +4825,39 @@ "dev": true }, "node_modules/lmdb": { - "version": "2.2.6", - "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.2.6.tgz", - "integrity": "sha512-UmQV0oZZcV3EN6rjcAjIiuWcc3MYZGWQ0GUYz46Ron5fuTa/dUow7WSQa6leFkvZIKVUdECBWVw96tckfEzUFQ==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.5.2.tgz", + "integrity": "sha512-V5V5Xa2Hp9i2XsbDALkBTeHXnBXh/lEmk9p22zdr7jtuOIY9TGhjK6vAvTpOOx9IKU4hJkRWZxn/HsvR1ELLtA==", "dev": true, "hasInstallScript": true, "dependencies": { "msgpackr": "^1.5.4", - "nan": "^2.14.2", - "node-gyp-build": "^4.2.3", + "node-addon-api": "^4.3.0", + "node-gyp-build-optional-packages": "5.0.3", "ordered-binary": "^1.2.4", "weak-lru-cache": "^1.2.2" + }, + "optionalDependencies": { + "@lmdb/lmdb-darwin-arm64": "2.5.2", + "@lmdb/lmdb-darwin-x64": "2.5.2", + "@lmdb/lmdb-linux-arm": "2.5.2", + "@lmdb/lmdb-linux-arm64": "2.5.2", + "@lmdb/lmdb-linux-x64": "2.5.2", + "@lmdb/lmdb-win32-x64": "2.5.2" } }, + "node_modules/lmdb/node_modules/node-addon-api": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-4.3.0.tgz", + "integrity": "sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==", + "dev": true + }, "node_modules/lodash": { "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, - "node_modules/lodash.memoize": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", - "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=", - "dev": true - }, "node_modules/lodash.merge": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", @@ -4091,19 +4867,14 @@ "node_modules/lodash.truncate": { "version": "4.4.2", "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", - "integrity": "sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=", - "dev": true - }, - "node_modules/lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", - "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=", + "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==", "dev": true }, "node_modules/loose-envify": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "dev": true, "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" }, @@ -4111,16 +4882,59 @@ "loose-envify": "cli.js" } }, + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/magic-string": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", + "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", + "dev": true, + "dependencies": { + "sourcemap-codec": "^1.4.8" + } + }, "node_modules/mdn-data": { "version": "2.0.14", "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", "dev": true }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "dependencies": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, "node_modules/minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "dependencies": { "brace-expansion": "^1.1.7" @@ -4129,12 +4943,6 @@ "node": "*" } }, - "node_modules/minimist": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", - "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", - "dev": true - }, "node_modules/ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", @@ -4142,48 +4950,40 @@ "dev": true }, "node_modules/msgpackr": { - "version": "1.5.5", - "resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.5.5.tgz", - "integrity": "sha512-JG0V47xRIQ9pyUnx6Hb4+3TrQoia2nA3UIdmyTldhxaxtKFkekkKpUW/N6fwHwod9o4BGuJGtouxOk+yCP5PEA==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.6.2.tgz", + "integrity": "sha512-bqSQ0DYJbXbrJcrZFmMygUZmqQiDfI2ewFVWcrZY12w5XHWtPuW4WppDT/e63Uu311ajwkRRXSoF0uILroBeTA==", "dev": true, "optionalDependencies": { - "msgpackr-extract": "^1.0.14" + "msgpackr-extract": "^2.0.2" } }, "node_modules/msgpackr-extract": { - "version": "1.0.16", - "resolved": "https://registry.npmjs.org/msgpackr-extract/-/msgpackr-extract-1.0.16.tgz", - "integrity": "sha512-fxdRfQUxPrL/TizyfYfMn09dK58e+d65bRD/fcaVH4052vj30QOzzqxcQIS7B0NsqlypEQ/6Du3QmP2DhWFfCA==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/msgpackr-extract/-/msgpackr-extract-2.1.2.tgz", + "integrity": "sha512-cmrmERQFb19NX2JABOGtrKdHMyI6RUyceaPBQ2iRz9GnDkjBWFjNJC0jyyoOfZl2U/LZE3tQCCQc4dlRyA8mcA==", "dev": true, "hasInstallScript": true, "optional": true, "dependencies": { - "nan": "^2.14.2", - "node-gyp-build": "^4.2.3" - } - }, - "node_modules/nan": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz", - "integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==", - "dev": true - }, - "node_modules/nanoid": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.1.tgz", - "integrity": "sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==", - "dev": true, + "node-gyp-build-optional-packages": "5.0.3" + }, "bin": { - "nanoid": "bin/nanoid.cjs" + "download-msgpackr-prebuilds": "bin/download-prebuilds.js" }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + "optionalDependencies": { + "@msgpackr-extract/msgpackr-extract-darwin-arm64": "2.1.2", + "@msgpackr-extract/msgpackr-extract-darwin-x64": "2.1.2", + "@msgpackr-extract/msgpackr-extract-linux-arm": "2.1.2", + "@msgpackr-extract/msgpackr-extract-linux-arm64": "2.1.2", + "@msgpackr-extract/msgpackr-extract-linux-x64": "2.1.2", + "@msgpackr-extract/msgpackr-extract-win32-x64": "2.1.2" } }, "node_modules/natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", "dev": true }, "node_modules/node-addon-api": { @@ -4193,9 +4993,9 @@ "dev": true }, "node_modules/node-gyp-build": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.3.0.tgz", - "integrity": "sha512-iWjXZvmboq0ja1pUGULQBexmxq8CV4xBhX7VDOTbL7ZR4FOowwY/VOtRxBN/yKxmdGoIp4j5ysNT4u3S2pDQ3Q==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.5.0.tgz", + "integrity": "sha512-2iGbaQBV+ITgCz76ZEjmhUKAKVf7xfY1sRl4UiKQspfZMH2h06SyhNsnSVy50cwkFQDGLyif6m/6uFXHkOZ6rg==", "dev": true, "bin": { "node-gyp-build": "bin.js", @@ -4203,28 +5003,42 @@ "node-gyp-build-test": "build-test.js" } }, + "node_modules/node-gyp-build-optional-packages": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.0.3.tgz", + "integrity": "sha512-k75jcVzk5wnnc/FMxsf4udAoTEUv2jY3ycfdSd3yWu6Cnd1oee6/CfZJApyscA4FJOmdoixWwiwOyf16RzD5JA==", + "dev": true, + "bin": { + "node-gyp-build-optional-packages": "bin.js", + "node-gyp-build-optional-packages-optional": "optional.js", + "node-gyp-build-optional-packages-test": "build-test.js" + } + }, "node_modules/node-releases": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.2.tgz", - "integrity": "sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.6.tgz", + "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==", "dev": true }, "node_modules/normalize-url": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", - "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz", + "integrity": "sha512-A48My/mtCklowHBlI8Fq2jFWK4tX4lJ5E6ytFsSOq1fzpvT0SQSgKhSg7lN5c2uYFOrUAOQp6zhhJnpp1eMloQ==", "dev": true, - "engines": { - "node": ">=10" + "dependencies": { + "object-assign": "^4.0.1", + "prepend-http": "^1.0.0", + "query-string": "^4.1.0", + "sort-keys": "^1.0.0" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "engines": { + "node": ">=4" } }, "node_modules/nth-check": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz", - "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", "dev": true, "dependencies": { "boolbase": "^1.0.0" @@ -4242,11 +5056,21 @@ "node_modules/object-assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "dev": true, "engines": { "node": ">=0.10.0" } }, + "node_modules/object-inspect": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz", + "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/object-keys": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", @@ -4257,51 +5081,46 @@ } }, "node_modules/object.assign": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", - "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", "dev": true, "dependencies": { - "define-properties": "^1.1.2", - "function-bind": "^1.1.1", - "has-symbols": "^1.0.0", - "object-keys": "^1.0.11" + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "has-symbols": "^1.0.3", + "object-keys": "^1.1.1" }, "engines": { "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/object.entries": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.2.tgz", - "integrity": "sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA==", + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz", + "integrity": "sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==", "dev": true, "dependencies": { + "call-bind": "^1.0.2", "define-properties": "^1.1.3", - "es-abstract": "^1.17.5", - "has": "^1.0.3" + "es-abstract": "^1.19.1" }, "engines": { "node": ">= 0.4" } }, - "node_modules/object.entries/node_modules/es-abstract": { - "version": "1.17.5", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.5.tgz", - "integrity": "sha512-BR9auzDbySxOcfog0tLECW8l28eRGpDpU3Dm3Hp4q/N+VtLTmyj4EUN088XZWQDW/hzj6sYRDXeOFsaAODKvpg==", + "node_modules/object.fromentries": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.5.tgz", + "integrity": "sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==", "dev": true, "dependencies": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.1.5", - "is-regex": "^1.0.5", - "object-inspect": "^1.7.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.0", - "string.prototype.trimleft": "^2.1.1", - "string.prototype.trimright": "^2.1.1" + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1" }, "engines": { "node": ">= 0.4" @@ -4310,43 +5129,28 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/object.entries/node_modules/object-inspect": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.7.0.tgz", - "integrity": "sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==", - "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.fromentries": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.2.tgz", - "integrity": "sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ==", + "node_modules/object.hasown": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.1.tgz", + "integrity": "sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==", "dev": true, "dependencies": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.0-next.1", - "function-bind": "^1.1.1", - "has": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/object.values": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.1.tgz", - "integrity": "sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==", + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz", + "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==", "dev": true, "dependencies": { + "call-bind": "^1.0.2", "define-properties": "^1.1.3", - "es-abstract": "^1.17.0-next.1", - "function-bind": "^1.1.1", - "has": "^1.0.3" + "es-abstract": "^1.19.1" }, "engines": { "node": ">= 0.4" @@ -4358,34 +5162,51 @@ "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", "dev": true, "dependencies": { "wrappy": "1" } }, + "node_modules/optionator": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", + "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "dev": true, + "dependencies": { + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0", + "word-wrap": "^1.2.3" + }, + "engines": { + "node": ">= 0.8.0" + } + }, "node_modules/ordered-binary": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.2.4.tgz", - "integrity": "sha512-A/csN0d3n+igxBPfUrjbV5GC69LWj2pjZzAAeeHXLukQ4+fytfP4T1Lg0ju7MSPSwq7KtHkGaiwO8URZN5IpLg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.3.0.tgz", + "integrity": "sha512-knIeYepTI6BDAzGxqFEDGtI/iGqs57H32CInAIxEvAHG46vk1Di0CEpyc1A7iY39B1mfik3g3KLYwOTNnnMHLA==", "dev": true }, "node_modules/parcel": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/parcel/-/parcel-2.3.2.tgz", - "integrity": "sha512-4jhgoBcQaiGKmnmBvNyKyOvZrxCgzgUzdEoVup/fRCOP99hNmvYIN5IErIIJxsU9ObcG/RGCFF8wa4kVRsWfIg==", - "dev": true, - "dependencies": { - "@parcel/config-default": "2.3.2", - "@parcel/core": "2.3.2", - "@parcel/diagnostic": "2.3.2", - "@parcel/events": "2.3.2", - "@parcel/fs": "2.3.2", - "@parcel/logger": "2.3.2", - "@parcel/package-manager": "2.3.2", - "@parcel/reporter-cli": "2.3.2", - "@parcel/reporter-dev-server": "2.3.2", - "@parcel/utils": "2.3.2", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/parcel/-/parcel-2.7.0.tgz", + "integrity": "sha512-pRYwnivwtNP0tip8xYSo4zCB0XhLt7/gJzP1p8OovCqkmFjG9VG+GW9TcAKqMIo0ovEa9tT+/s6gY1Qy+BONGQ==", + "dev": true, + "dependencies": { + "@parcel/config-default": "2.7.0", + "@parcel/core": "2.7.0", + "@parcel/diagnostic": "2.7.0", + "@parcel/events": "2.7.0", + "@parcel/fs": "2.7.0", + "@parcel/logger": "2.7.0", + "@parcel/package-manager": "2.7.0", + "@parcel/reporter-cli": "2.7.0", + "@parcel/reporter-dev-server": "2.7.0", + "@parcel/utils": "2.7.0", "chalk": "^4.1.0", "commander": "^7.0.0", "get-port": "^4.2.0", @@ -4493,15 +5314,6 @@ "node": ">=6" } }, - "node_modules/parent-module/node_modules/callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, "node_modules/parse-json": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", @@ -4523,12 +5335,21 @@ "node_modules/path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", "dev": true, "engines": { "node": ">=0.10.0" } }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/path-parse": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", @@ -4550,10 +5371,22 @@ "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", "dev": true }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, "node_modules/pify": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", "dev": true, "engines": { "node": ">=0.10.0" @@ -4562,7 +5395,7 @@ "node_modules/pinkie": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", + "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==", "dev": true, "engines": { "node": ">=0.10.0" @@ -4571,7 +5404,7 @@ "node_modules/pinkie-promise": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==", "dev": true, "dependencies": { "pinkie": "^2.0.0" @@ -4580,533 +5413,113 @@ "node": ">=0.10.0" } }, - "node_modules/postcss": { - "version": "8.4.12", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.12.tgz", - "integrity": "sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==", + "node_modules/postcss-value-parser": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "dev": true + }, + "node_modules/posthtml": { + "version": "0.16.6", + "resolved": "https://registry.npmjs.org/posthtml/-/posthtml-0.16.6.tgz", + "integrity": "sha512-JcEmHlyLK/o0uGAlj65vgg+7LIms0xKXe60lcDOTU7oVX/3LuEuLwrQpW3VJ7de5TaFKiW4kWkaIpJL42FEgxQ==", "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - } - ], "dependencies": { - "nanoid": "^3.3.1", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" + "posthtml-parser": "^0.11.0", + "posthtml-render": "^3.0.0" }, "engines": { - "node": "^10 || ^12 || >=14" + "node": ">=12.0.0" } }, - "node_modules/postcss-calc": { - "version": "8.2.4", - "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", - "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", + "node_modules/posthtml-parser": { + "version": "0.10.2", + "resolved": "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.10.2.tgz", + "integrity": "sha512-PId6zZ/2lyJi9LiKfe+i2xv57oEjJgWbsHGGANwos5AvdQp98i6AtamAl8gzSVFGfQ43Glb5D614cvZf012VKg==", "dev": true, "dependencies": { - "postcss-selector-parser": "^6.0.9", - "postcss-value-parser": "^4.2.0" + "htmlparser2": "^7.1.1" }, - "peerDependencies": { - "postcss": "^8.2.2" + "engines": { + "node": ">=12" } }, - "node_modules/postcss-colormin": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.0.tgz", - "integrity": "sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg==", + "node_modules/posthtml-render": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/posthtml-render/-/posthtml-render-3.0.0.tgz", + "integrity": "sha512-z+16RoxK3fUPgwaIgH9NGnK1HKY9XIDpydky5eQGgAFVXTCSezalv9U2jQuNV+Z9qV1fDWNzldcw4eK0SSbqKA==", "dev": true, "dependencies": { - "browserslist": "^4.16.6", - "caniuse-api": "^3.0.0", - "colord": "^2.9.1", - "postcss-value-parser": "^4.2.0" + "is-json": "^2.0.1" }, "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "node": ">=12" } }, - "node_modules/postcss-convert-values": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.0.tgz", - "integrity": "sha512-GkyPbZEYJiWtQB0KZ0X6qusqFHUepguBCNFi9t5JJc7I2OTXG7C0twbTLvCfaKOLl3rSXmpAwV7W5txd91V84g==", + "node_modules/posthtml/node_modules/posthtml-parser": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.11.0.tgz", + "integrity": "sha512-QecJtfLekJbWVo/dMAA+OSwY79wpRmbqS5TeXvXSX+f0c6pW4/SE6inzZ2qkU7oAMCPqIDkZDvd/bQsSFUnKyw==", "dev": true, "dependencies": { - "postcss-value-parser": "^4.2.0" + "htmlparser2": "^7.1.1" }, "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "node": ">=12" } }, - "node_modules/postcss-discard-comments": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.1.tgz", - "integrity": "sha512-5JscyFmvkUxz/5/+TB3QTTT9Gi9jHkcn8dcmmuN68JQcv3aQg4y88yEHHhwFB52l/NkaJ43O0dbksGMAo49nfQ==", + "node_modules/prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", "dev": true, "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "node": ">= 0.8.0" } }, - "node_modules/postcss-discard-duplicates": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz", - "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==", + "node_modules/prepend-http": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz", + "integrity": "sha512-PhmXi5XmoyKw1Un4E+opM2KcsJInDvKyuOumcjjw3waw86ZNjHwVUOOWLc4bCzLdcKNaWBH9e99sbWzDQsVaYg==", "dev": true, "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "node": ">=0.10.0" } }, - "node_modules/postcss-discard-empty": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz", - "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==", + "node_modules/prettier": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.7.1.tgz", + "integrity": "sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==", "dev": true, - "engines": { - "node": "^10 || ^12 || >=14.0" + "bin": { + "prettier": "bin-prettier.js" }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-discard-overridden": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz", - "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", - "dev": true, "engines": { - "node": "^10 || ^12 || >=14.0" + "node": ">=10.13.0" }, - "peerDependencies": { - "postcss": "^8.2.15" + "funding": { + "url": "https://github.com/prettier/prettier?sponsor=1" } }, - "node_modules/postcss-merge-longhand": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.2.tgz", - "integrity": "sha512-18/bp9DZnY1ai9RlahOfLBbmIUKfKFPASxRCiZ1vlpZqWPCn8qWPFlEozqmWL+kBtcEQmG8W9YqGCstDImvp/Q==", + "node_modules/prettier-linter-helpers": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", + "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", "dev": true, "dependencies": { - "postcss-value-parser": "^4.2.0", - "stylehacks": "^*" + "fast-diff": "^1.1.2" }, "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" + "node": ">=6.0.0" } }, - "node_modules/postcss-merge-rules": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.0.tgz", - "integrity": "sha512-NecukEJovQ0mG7h7xV8wbYAkXGTO3MPKnXvuiXzOKcxoOodfTTKYjeo8TMhAswlSkjcPIBlnKbSFcTuVSDaPyQ==", + "node_modules/process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", "dev": true, - "dependencies": { - "browserslist": "^4.16.6", - "caniuse-api": "^3.0.0", - "cssnano-utils": "^3.1.0", - "postcss-selector-parser": "^6.0.5" - }, "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-minify-font-values": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz", - "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==", - "dev": true, - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-minify-gradients": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.0.tgz", - "integrity": "sha512-J/TMLklkONn3LuL8wCwfwU8zKC1hpS6VcxFkNUNjmVt53uKqrrykR3ov11mdUYyqVMEx67slMce0tE14cE4DTg==", - "dev": true, - "dependencies": { - "colord": "^2.9.1", - "cssnano-utils": "^3.1.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-minify-params": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.1.tgz", - "integrity": "sha512-WCpr+J9Uz8XzMpAfg3UL8z5rde6MifBbh5L8bn8S2F5hq/YDJJzASYCnCHvAB4Fqb94ys8v95ULQkW2EhCFvNg==", - "dev": true, - "dependencies": { - "browserslist": "^4.16.6", - "cssnano-utils": "^3.1.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-minify-selectors": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.0.tgz", - "integrity": "sha512-vYxvHkW+iULstA+ctVNx0VoRAR4THQQRkG77o0oa4/mBS0OzGvvzLIvHDv/nNEM0crzN2WIyFU5X7wZhaUK3RA==", - "dev": true, - "dependencies": { - "postcss-selector-parser": "^6.0.5" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-charset": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz", - "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==", - "dev": true, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-display-values": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz", - "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==", - "dev": true, - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-positions": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.0.tgz", - "integrity": "sha512-8gmItgA4H5xiUxgN/3TVvXRoJxkAWLW6f/KKhdsH03atg0cB8ilXnrB5PpSshwVu/dD2ZsRFQcR1OEmSBDAgcQ==", - "dev": true, - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-repeat-style": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.0.tgz", - "integrity": "sha512-IR3uBjc+7mcWGL6CtniKNQ4Rr5fTxwkaDHwMBDGGs1x9IVRkYIT/M4NelZWkAOBdV6v3Z9S46zqaKGlyzHSchw==", - "dev": true, - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-string": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz", - "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==", - "dev": true, - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-timing-functions": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz", - "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==", - "dev": true, - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-unicode": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.0.tgz", - "integrity": "sha512-J6M3MizAAZ2dOdSjy2caayJLQT8E8K9XjLce8AUQMwOrCvjCHv24aLC/Lps1R1ylOfol5VIDMaM/Lo9NGlk1SQ==", - "dev": true, - "dependencies": { - "browserslist": "^4.16.6", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-url": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz", - "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==", - "dev": true, - "dependencies": { - "normalize-url": "^6.0.1", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-whitespace": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz", - "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==", - "dev": true, - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-ordered-values": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.0.tgz", - "integrity": "sha512-wU4Z4D4uOIH+BUKkYid36gGDJNQtkVJT7Twv8qH6UyfttbbJWyw4/xIPuVEkkCtQLAJ0EdsNSh8dlvqkXb49TA==", - "dev": true, - "dependencies": { - "cssnano-utils": "^3.1.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-reduce-initial": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.0.tgz", - "integrity": "sha512-5OgTUviz0aeH6MtBjHfbr57tml13PuedK/Ecg8szzd4XRMbYxH4572JFG067z+FqBIf6Zp/d+0581glkvvWMFw==", - "dev": true, - "dependencies": { - "browserslist": "^4.16.6", - "caniuse-api": "^3.0.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-reduce-transforms": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz", - "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", - "dev": true, - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-selector-parser": { - "version": "6.0.9", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.9.tgz", - "integrity": "sha512-UO3SgnZOVTwu4kyLR22UQ1xZh086RyNZppb7lLAKBFK8a32ttG5i87Y/P3+2bRSjZNyJ1B7hfFNo273tKe9YxQ==", - "dev": true, - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-svgo": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz", - "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", - "dev": true, - "dependencies": { - "postcss-value-parser": "^4.2.0", - "svgo": "^2.7.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-unique-selectors": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz", - "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==", - "dev": true, - "dependencies": { - "postcss-selector-parser": "^6.0.5" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-value-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "dev": true - }, - "node_modules/posthtml": { - "version": "0.16.6", - "resolved": "https://registry.npmjs.org/posthtml/-/posthtml-0.16.6.tgz", - "integrity": "sha512-JcEmHlyLK/o0uGAlj65vgg+7LIms0xKXe60lcDOTU7oVX/3LuEuLwrQpW3VJ7de5TaFKiW4kWkaIpJL42FEgxQ==", - "dev": true, - "dependencies": { - "posthtml-parser": "^0.11.0", - "posthtml-render": "^3.0.0" - }, - "engines": { - "node": ">=12.0.0" - } - }, - "node_modules/posthtml-parser": { - "version": "0.10.2", - "resolved": "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.10.2.tgz", - "integrity": "sha512-PId6zZ/2lyJi9LiKfe+i2xv57oEjJgWbsHGGANwos5AvdQp98i6AtamAl8gzSVFGfQ43Glb5D614cvZf012VKg==", - "dev": true, - "dependencies": { - "htmlparser2": "^7.1.1" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/posthtml-render": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/posthtml-render/-/posthtml-render-3.0.0.tgz", - "integrity": "sha512-z+16RoxK3fUPgwaIgH9NGnK1HKY9XIDpydky5eQGgAFVXTCSezalv9U2jQuNV+Z9qV1fDWNzldcw4eK0SSbqKA==", - "dev": true, - "dependencies": { - "is-json": "^2.0.1" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/posthtml/node_modules/posthtml-parser": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.11.0.tgz", - "integrity": "sha512-QecJtfLekJbWVo/dMAA+OSwY79wpRmbqS5TeXvXSX+f0c6pW4/SE6inzZ2qkU7oAMCPqIDkZDvd/bQsSFUnKyw==", - "dev": true, - "dependencies": { - "htmlparser2": "^7.1.1" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/prepend-http": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz", - "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/prettier": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.0.5.tgz", - "integrity": "sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==", - "dev": true, - "bin": { - "prettier": "bin-prettier.js" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/prettier-linter-helpers": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", - "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", - "dev": true, - "dependencies": { - "fast-diff": "^1.1.2" - }, - "engines": { - "node": ">=6.0.0" + "node": ">= 0.6.0" } }, "node_modules/progress": { @@ -5122,6 +5535,7 @@ "version": "15.8.1", "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", + "dev": true, "dependencies": { "loose-envify": "^1.4.0", "object-assign": "^4.1.1", @@ -5140,7 +5554,7 @@ "node_modules/query-string": { "version": "4.3.4", "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz", - "integrity": "sha1-u7aTucqRXCMlFbIosaArYJBD2+s=", + "integrity": "sha512-O2XLNDBIg1DnTOa+2XrIwSiXEV8h2KImXUnjhhn2+UsvZ+Es2uyd5CCRTNQlDGbzUQOW3aYCBx9rVA6dzsiY7Q==", "dev": true, "dependencies": { "object-assign": "^4.1.0", @@ -5150,37 +5564,62 @@ "node": ">=0.10.0" } }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, "node_modules/react": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", - "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", + "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", "dev": true, "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" + "loose-envify": "^1.1.0" }, "engines": { "node": ">=0.10.0" } }, "node_modules/react-dom": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz", - "integrity": "sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==", + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", + "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", "dev": true, "dependencies": { "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "scheduler": "^0.20.2" + "scheduler": "^0.23.0" }, "peerDependencies": { - "react": "17.0.2" + "react": "^18.2.0" } }, + "node_modules/react-error-overlay": { + "version": "6.0.9", + "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.9.tgz", + "integrity": "sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==", + "dev": true + }, "node_modules/react-is": { "version": "16.13.1", "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", + "dev": true }, "node_modules/react-refresh": { "version": "0.9.0", @@ -5198,13 +5637,14 @@ "dev": true }, "node_modules/regexp.prototype.flags": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz", - "integrity": "sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz", + "integrity": "sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==", "dev": true, "dependencies": { + "call-bind": "^1.0.2", "define-properties": "^1.1.3", - "es-abstract": "^1.17.0-next.1" + "functions-have-names": "^1.2.2" }, "engines": { "node": ">= 0.4" @@ -5214,9 +5654,9 @@ } }, "node_modules/regexpp": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.1.0.tgz", - "integrity": "sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", + "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", "dev": true, "engines": { "node": ">=8" @@ -5235,12 +5675,17 @@ } }, "node_modules/resolve": { - "version": "1.15.1", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.15.1.tgz", - "integrity": "sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==", + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", "dev": true, "dependencies": { - "path-parse": "^1.0.6" + "is-core-module": "^2.9.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -5255,10 +5700,35 @@ "node": ">=4" } }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true, + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/rollup": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.1.0.tgz", - "integrity": "sha512-gfE1455AEazVVTJoeQtcOq/U6GSxwoj4XPSWVsuWmgIxj7sBQNLDOSA82PbdMe+cP8ql8fR1jogPFe8Wg8g4SQ==", + "version": "2.79.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.0.tgz", + "integrity": "sha512-x4KsrCgwQ7ZJPcFA/SUu6QVcYlO7uRLfLAy0DSA4NS2eG8japdbpM50ToH7z4iObodRYOJ0soneF0iaQRJ6zhA==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -5267,61 +5737,73 @@ "node": ">=10.0.0" }, "optionalDependencies": { - "fsevents": "~2.1.2" + "fsevents": "~2.3.2" } }, - "node_modules/rollup-plugin-babel": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz", - "integrity": "sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==", - "deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel.", + "node_modules/rollup-plugin-dts": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/rollup-plugin-dts/-/rollup-plugin-dts-4.2.2.tgz", + "integrity": "sha512-A3g6Rogyko/PXeKoUlkjxkP++8UDVpgA7C+Tdl77Xj4fgEaIjPSnxRmR53EzvoYy97VMVwLAOcWJudaVAuxneQ==", "dev": true, "dependencies": { - "@babel/helper-module-imports": "^7.0.0", - "rollup-pluginutils": "^2.8.1" + "magic-string": "^0.26.1" + }, + "engines": { + "node": ">=v12.22.11" + }, + "funding": { + "url": "https://github.com/sponsors/Swatinem" + }, + "optionalDependencies": { + "@babel/code-frame": "^7.16.7" }, "peerDependencies": { - "@babel/core": "7 || ^7.0.0-rc.2", - "rollup": ">=0.60.0 <3" + "rollup": "^2.55", + "typescript": "^4.1" } }, - "node_modules/rollup-plugin-peer-deps-external": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/rollup-plugin-peer-deps-external/-/rollup-plugin-peer-deps-external-2.2.2.tgz", - "integrity": "sha512-XcHH4UW9exRTAf73d8rk2dw2UgF//cWbilhRI4Ni/n+t0zA1eBtohKyJROn0fxa4/+WZ5R3onAyIDiwRQL+59A==", + "node_modules/rollup-plugin-dts/node_modules/magic-string": { + "version": "0.26.3", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.26.3.tgz", + "integrity": "sha512-u1Po0NDyFcwdg2nzHT88wSK0+Rih0N1M+Ph1Sp08k8yvFFU3KR72wryS7e1qMPJypt99WB7fIFVCA92mQrMjrg==", "dev": true, - "peerDependencies": { - "rollup": "*" + "dependencies": { + "sourcemap-codec": "^1.4.8" + }, + "engines": { + "node": ">=12" } }, - "node_modules/rollup-pluginutils": { - "version": "2.8.2", - "resolved": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz", - "integrity": "sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==", + "node_modules/rollup-plugin-peer-deps-external": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/rollup-plugin-peer-deps-external/-/rollup-plugin-peer-deps-external-2.2.4.tgz", + "integrity": "sha512-AWdukIM1+k5JDdAqV/Cxd+nejvno2FVLVeZ74NKggm3Q5s9cbbcOgUPGdbxPi4BXu7xGaZ8HG12F+thImYu/0g==", "dev": true, - "dependencies": { - "estree-walker": "^0.6.1" + "peerDependencies": { + "rollup": "*" } }, - "node_modules/rollup-pluginutils/node_modules/estree-walker": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-0.6.1.tgz", - "integrity": "sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==", - "dev": true - }, - "node_modules/rollup/node_modules/fsevents": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.2.tgz", - "integrity": "sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA==", - "deprecated": "\"Please update to latest v2.3 or v2.2\"", + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + "dependencies": { + "queue-microtask": "^1.2.2" } }, "node_modules/safe-buffer": { @@ -5331,44 +5813,65 @@ "dev": true }, "node_modules/scheduler": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz", - "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==", + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", + "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", "dev": true, "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" + "loose-envify": "^1.1.0" } }, "node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", "dev": true, "bin": { - "semver": "bin/semver" + "semver": "bin/semver.js" + } + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "engines": { + "node": ">=8" } }, "node_modules/side-channel": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.2.tgz", - "integrity": "sha512-7rL9YlPHg7Ancea1S96Pa8/QWb4BtXL/TZvS6B8XFetGBeuhAsfmUspK6DokBeZ64+Kj9TCNRD/30pVz1BvQNA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", "dev": true, "dependencies": { - "es-abstract": "^1.17.0-next.1", - "object-inspect": "^1.7.0" + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/side-channel/node_modules/object-inspect": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.7.0.tgz", - "integrity": "sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==", + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "engines": { + "node": ">=8" } }, "node_modules/slice-ansi": { @@ -5424,7 +5927,7 @@ "node_modules/sort-keys": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz", - "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=", + "integrity": "sha512-vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg==", "dev": true, "dependencies": { "is-plain-obj": "^1.0.0" @@ -5434,18 +5937,9 @@ } }, "node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true, "engines": { "node": ">=0.10.0" @@ -5461,15 +5955,6 @@ "source-map": "^0.6.0" } }, - "node_modules/source-map-support/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/sourcemap-codec": { "version": "1.4.8", "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", @@ -5479,19 +5964,20 @@ "node_modules/sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", "dev": true }, "node_modules/stable": { "version": "0.1.8", "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", + "deprecated": "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility", "dev": true }, "node_modules/strict-uri-encode": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz", - "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=", + "integrity": "sha512-R3f198pcvnB+5IpnBlRkphuE9n46WyVl8I39W/ZUTZLz4nqSP/oLYUrcnJrw462Ds8he4YKMov2efsTIw1BDGQ==", "dev": true, "engines": { "node": ">=0.10.0" @@ -5511,74 +5997,63 @@ "node": ">=8" } }, - "node_modules/string-width/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/string-width/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "node_modules/string.prototype.matchall": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz", + "integrity": "sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==", "dev": true, "dependencies": { - "ansi-regex": "^5.0.1" + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.1", + "get-intrinsic": "^1.1.1", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.3", + "regexp.prototype.flags": "^1.4.1", + "side-channel": "^1.0.4" }, - "engines": { - "node": ">=8" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/string.prototype.matchall": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.2.tgz", - "integrity": "sha512-N/jp6O5fMf9os0JU3E72Qhf590RSRZU/ungsL/qJUYVTNv7hTG0P/dbPjxINVN9jpscu3nzYwKESU3P3RY5tOg==", + "node_modules/string.prototype.trimend": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz", + "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==", "dev": true, "dependencies": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.0", - "has-symbols": "^1.0.1", - "internal-slot": "^1.0.2", - "regexp.prototype.flags": "^1.3.0", - "side-channel": "^1.0.2" + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/string.prototype.trimleft": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz", - "integrity": "sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==", + "node_modules/string.prototype.trimstart": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz", + "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==", "dev": true, "dependencies": { - "define-properties": "^1.1.3", - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/string.prototype.trimright": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz", - "integrity": "sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==", + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, "dependencies": { - "define-properties": "^1.1.3", - "function-bind": "^1.1.1" + "ansi-regex": "^5.0.1" }, "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=8" } }, "node_modules/strip-json-comments": { @@ -5608,28 +6083,12 @@ "node_modules/strip-url-auth": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/strip-url-auth/-/strip-url-auth-1.0.1.tgz", - "integrity": "sha1-IrD6OkE4WzO+PzMVUbu4N/oM164=", + "integrity": "sha512-++41PnXftlL3pvI6lpvhSEO+89g1kIJC4MYB5E6yH+WHa5InIqz51yGd1YOGd7VNSNdoEOfzTMqbAM/2PbgaHQ==", "dev": true, "engines": { "node": ">=0.10.0" } }, - "node_modules/stylehacks": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.0.tgz", - "integrity": "sha512-SzLmvHQTrIWfSgljkQCw2++C9+Ne91d/6Sp92I8c5uHTcy/PgeHamwITIbBW9wnFTY/3ZfSXR9HIL6Ikqmcu6Q==", - "dev": true, - "dependencies": { - "browserslist": "^4.16.6", - "postcss-selector-parser": "^6.0.4" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, "node_modules/supports-color": { "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", @@ -5642,6 +6101,18 @@ "node": ">=4" } }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/svgo": { "version": "2.8.0", "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", @@ -5689,9 +6160,9 @@ } }, "node_modules/table/node_modules/ajv": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.10.0.tgz", - "integrity": "sha512-bzqAEZOjkrUMl2afH8dknrq5KEk2SrwdBROR+vH1EKVQTqaUbJVPdc/gEdggTMM0Se+s+Ja4ju4TlNcStKl2Hw==", + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", + "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", "dev": true, "dependencies": { "fast-deep-equal": "^3.1.1", @@ -5704,37 +6175,28 @@ "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/table/node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/table/node_modules/json-schema-traverse": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", "dev": true }, - "node_modules/table/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "node_modules/term-size": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/term-size/-/term-size-2.2.1.tgz", + "integrity": "sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==", "dev": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, "engines": { "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/terser": { - "version": "5.14.2", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.14.2.tgz", - "integrity": "sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA==", + "version": "5.15.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.15.0.tgz", + "integrity": "sha512-L1BJiXVmheAQQy+as0oF3Pwtlo4s3Wi1X2zNZ2NxOB4wx9bdS9Vk67XQENLFdLYGCK/Z2di53mTj/hBafR+dTA==", "dev": true, "dependencies": { "@jridgewell/source-map": "^0.3.2", @@ -5750,9 +6212,9 @@ } }, "node_modules/terser/node_modules/acorn": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", - "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==", + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz", + "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==", "dev": true, "bin": { "acorn": "bin/acorn" @@ -5764,28 +6226,40 @@ "node_modules/text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", "dev": true }, "node_modules/timsort": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz", - "integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=", + "integrity": "sha512-qsdtZH+vMoCARQtyod4imc2nIJwg9Cc7lPRrw9CzF8ZKR0khdr8+2nX80PBhET3tcyTtJDxAffGh2rXH4tyU8A==", "dev": true }, "node_modules/to-fast-properties": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", "dev": true, "engines": { "node": ">=4" } }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, "node_modules/trim-repeated": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz", - "integrity": "sha1-42RqLqTokTEr9+rObPsFOAvAHCE=", + "integrity": "sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg==", "dev": true, "dependencies": { "escape-string-regexp": "^1.0.2" @@ -5794,6 +6268,45 @@ "node": ">=0.10.0" } }, + "node_modules/tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==", + "dev": true + }, + "node_modules/tsutils": { + "version": "3.21.0", + "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", + "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", + "dev": true, + "dependencies": { + "tslib": "^1.8.1" + }, + "engines": { + "node": ">= 6" + }, + "peerDependencies": { + "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" + } + }, + "node_modules/tsutils/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + }, + "node_modules/type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dev": true, + "dependencies": { + "prelude-ls": "^1.2.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, "node_modules/type-fest": { "version": "0.20.2", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", @@ -5806,6 +6319,34 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/typescript": { + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz", + "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==", + "dev": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + }, + "node_modules/unbox-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", + "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "has-bigints": "^1.0.2", + "has-symbols": "^1.0.3", + "which-boxed-primitive": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/universalify": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", @@ -5815,21 +6356,41 @@ "node": ">= 4.0.0" } }, + "node_modules/update-browserslist-db": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.7.tgz", + "integrity": "sha512-iN/XYesmZ2RmmWAiI4Z5rq0YqSiv0brj9Ce9CfhNE4xIW2h+MFxcgkxIzZ+ShkFPUkjU3gQ+3oypadD3RAMtrg==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + } + ], + "dependencies": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + }, + "bin": { + "browserslist-lint": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, "node_modules/uri-js": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", - "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", "dev": true, "dependencies": { "punycode": "^2.1.0" } }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", - "dev": true - }, "node_modules/utility-types": { "version": "3.10.0", "resolved": "https://registry.npmjs.org/utility-types/-/utility-types-3.10.0.tgz", @@ -5840,9 +6401,9 @@ } }, "node_modules/v8-compile-cache": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz", - "integrity": "sha512-usZBT3PW+LOjM25wbqIlZwPeJV+3OSz3M1k1Ws8snlW39dZyYL9lOGC5FgPVHfk0jKmjiDV8Z0mIbVQPiwFs7g==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", + "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", "dev": true }, "node_modules/weak-lru-cache": { @@ -5851,6 +6412,37 @@ "integrity": "sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==", "dev": true }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/which-boxed-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "dev": true, + "dependencies": { + "is-bigint": "^1.0.1", + "is-boolean-object": "^1.1.0", + "is-number-object": "^1.0.4", + "is-string": "^1.0.5", + "is-symbol": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/word-wrap": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", @@ -5863,24 +6455,21 @@ "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", "dev": true }, - "node_modules/xregexp": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/xregexp/-/xregexp-4.3.0.tgz", - "integrity": "sha512-7jXDIFXh5yJ/orPn4SXjuVrWWoi4Cr8jfV1eHv9CixKSbU+jY4mxfrBwAuDvupPNKpMUY+FeIqsVw/JLT9+B8g==", - "dev": true, - "dependencies": { - "@babel/runtime-corejs3": "^7.8.3" - } - }, "node_modules/xxhash-wasm": { "version": "0.4.2", "resolved": "https://registry.npmjs.org/xxhash-wasm/-/xxhash-wasm-0.4.2.tgz", "integrity": "sha512-/eyHVRJQCirEkSZ1agRSCwriMhwlyUcFkXD5TPVSLP+IPzjsqMVzZwdoczLp1SoQU0R3dxz1RpIK+4YNQbCVOA==", "dev": true }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, "node_modules/yaml": { "version": "1.10.2", "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", @@ -5893,368 +6482,319 @@ }, "dependencies": { "@ampproject/remapping": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.2.tgz", - "integrity": "sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", + "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", "dev": true, "requires": { - "@jridgewell/trace-mapping": "^0.3.0" + "@jridgewell/gen-mapping": "^0.1.0", + "@jridgewell/trace-mapping": "^0.3.9" } }, "@babel/code-frame": { - "version": "7.12.11", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", - "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", + "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", "dev": true, "requires": { - "@babel/highlight": "^7.10.4" + "@babel/highlight": "^7.18.6" } }, "@babel/compat-data": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.7.tgz", - "integrity": "sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.19.0.tgz", + "integrity": "sha512-y5rqgTTPTmaF5e2nVhOxw+Ur9HDJLsWb6U/KpgUzRZEdPfE6VOubXBKLdbcUTijzRptednSBDQbYZBOSqJxpJw==", "dev": true }, "@babel/core": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.7.tgz", - "integrity": "sha512-djHlEfFHnSnTAcPb7dATbiM5HxGOP98+3JLBZtjRb5I7RXrw7kFRoG2dXM8cm3H+o11A8IFH/uprmJpwFynRNQ==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.19.0.tgz", + "integrity": "sha512-reM4+U7B9ss148rh2n1Qs9ASS+w94irYXga7c2jaQv9RVzpS7Mv1a9rnYYwuDa45G+DkORt9g6An2k/V4d9LbQ==", "dev": true, "requires": { "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.7", - "@babel/helper-compilation-targets": "^7.17.7", - "@babel/helper-module-transforms": "^7.17.7", - "@babel/helpers": "^7.17.7", - "@babel/parser": "^7.17.7", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.19.0", + "@babel/helper-compilation-targets": "^7.19.0", + "@babel/helper-module-transforms": "^7.19.0", + "@babel/helpers": "^7.19.0", + "@babel/parser": "^7.19.0", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.19.0", + "@babel/types": "^7.19.0", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", + "json5": "^2.2.1", "semver": "^6.3.0" + } + }, + "@babel/generator": { + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.19.0.tgz", + "integrity": "sha512-S1ahxf1gZ2dpoiFgA+ohK9DIpz50bJ0CWs7Zlzb54Z4sG8qmdIrGrVqmy1sAtTVRb+9CU6U8VqT9L0Zj7hxHVg==", + "dev": true, + "requires": { + "@babel/types": "^7.19.0", + "@jridgewell/gen-mapping": "^0.3.2", + "jsesc": "^2.5.1" }, "dependencies": { - "@babel/code-frame": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", - "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", + "@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", "dev": true, "requires": { - "@babel/highlight": "^7.16.7" + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true } } }, - "@babel/generator": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.7.tgz", - "integrity": "sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==", - "dev": true, - "requires": { - "@babel/types": "^7.17.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" - } - }, "@babel/helper-annotate-as-pure": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz", - "integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", + "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", "dev": true, "requires": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" } }, "@babel/helper-compilation-targets": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz", - "integrity": "sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.0.tgz", + "integrity": "sha512-Ai5bNWXIvwDvWM7njqsG3feMlL9hCVQsPYXodsZyLwshYkZVJt59Gftau4VrE8S9IT9asd2uSP1hG6wCNw+sXA==", "dev": true, "requires": { - "@babel/compat-data": "^7.17.7", - "@babel/helper-validator-option": "^7.16.7", - "browserslist": "^4.17.5", + "@babel/compat-data": "^7.19.0", + "@babel/helper-validator-option": "^7.18.6", + "browserslist": "^4.20.2", "semver": "^6.3.0" - }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } } }, "@babel/helper-environment-visitor": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", - "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", - "dev": true, - "requires": { - "@babel/types": "^7.16.7" - } + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", + "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", + "dev": true }, "@babel/helper-function-name": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz", - "integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==", - "dev": true, - "requires": { - "@babel/helper-get-function-arity": "^7.16.7", - "@babel/template": "^7.16.7", - "@babel/types": "^7.16.7" - } - }, - "@babel/helper-get-function-arity": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz", - "integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz", + "integrity": "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==", "dev": true, "requires": { - "@babel/types": "^7.16.7" + "@babel/template": "^7.18.10", + "@babel/types": "^7.19.0" } }, "@babel/helper-hoist-variables": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", - "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", + "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", "dev": true, "requires": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" } }, "@babel/helper-module-imports": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz", - "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", + "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", "dev": true, "requires": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" } }, "@babel/helper-module-transforms": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz", - "integrity": "sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.19.0.tgz", + "integrity": "sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ==", "dev": true, "requires": { - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-simple-access": "^7.17.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/helper-validator-identifier": "^7.16.7", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0" + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.18.6", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.19.0", + "@babel/types": "^7.19.0" } }, "@babel/helper-plugin-utils": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz", - "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.19.0.tgz", + "integrity": "sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw==", "dev": true }, "@babel/helper-simple-access": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz", - "integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz", + "integrity": "sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==", "dev": true, "requires": { - "@babel/types": "^7.17.0" + "@babel/types": "^7.18.6" } }, "@babel/helper-split-export-declaration": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", - "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", "dev": true, "requires": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" } }, + "@babel/helper-string-parser": { + "version": "7.18.10", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz", + "integrity": "sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==", + "dev": true + }, "@babel/helper-validator-identifier": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", - "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz", + "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==", "dev": true }, "@babel/helper-validator-option": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz", - "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz", + "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", "dev": true }, "@babel/helpers": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.7.tgz", - "integrity": "sha512-TKsj9NkjJfTBxM7Phfy7kv6yYc4ZcOo+AaWGqQOKTPDOmcGkIFb5xNA746eKisQkm4yavUYh4InYM9S+VnO01w==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.19.0.tgz", + "integrity": "sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg==", "dev": true, "requires": { - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0" + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.19.0", + "@babel/types": "^7.19.0" } }, "@babel/highlight": { - "version": "7.16.10", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz", - "integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.16.7", + "@babel/helper-validator-identifier": "^7.18.6", "chalk": "^2.0.0", "js-tokens": "^4.0.0" } }, "@babel/parser": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.7.tgz", - "integrity": "sha512-bm3AQf45vR4gKggRfvJdYJ0gFLoCbsPxiFLSH6hTVYABptNHY6l9NrhnucVjQ/X+SPtLANT9lc0fFhikj+VBRA==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.19.0.tgz", + "integrity": "sha512-74bEXKX2h+8rrfQUfsBfuZZHzsEs6Eql4pqy/T4Nn6Y9wNPggQOqD6z6pn5Bl8ZfysKouFZT/UXEH94ummEeQw==", "dev": true }, "@babel/plugin-syntax-jsx": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz", - "integrity": "sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz", + "integrity": "sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.16.7" + "@babel/helper-plugin-utils": "^7.18.6" } }, "@babel/plugin-transform-react-display-name": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.7.tgz", - "integrity": "sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.18.6.tgz", + "integrity": "sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==", "dev": true, "requires": { - "@babel/helper-plugin-utils": "^7.16.7" + "@babel/helper-plugin-utils": "^7.18.6" } }, "@babel/plugin-transform-react-jsx": { - "version": "7.17.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.17.3.tgz", - "integrity": "sha512-9tjBm4O07f7mzKSIlEmPdiE6ub7kfIe6Cd+w+oQebpATfTQMAgW+YOuWxogbKVTulA+MEO7byMeIUtQ1z+z+ZQ==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.19.0.tgz", + "integrity": "sha512-UVEvX3tXie3Szm3emi1+G63jyw1w5IcMY0FSKM+CRnKRI5Mr1YbCNgsSTwoTwKphQEG9P+QqmuRFneJPZuHNhg==", "dev": true, "requires": { - "@babel/helper-annotate-as-pure": "^7.16.7", - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/plugin-syntax-jsx": "^7.16.7", - "@babel/types": "^7.17.0" + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-plugin-utils": "^7.19.0", + "@babel/plugin-syntax-jsx": "^7.18.6", + "@babel/types": "^7.19.0" } }, "@babel/plugin-transform-react-jsx-development": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.7.tgz", - "integrity": "sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.18.6.tgz", + "integrity": "sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==", "dev": true, "requires": { - "@babel/plugin-transform-react-jsx": "^7.16.7" + "@babel/plugin-transform-react-jsx": "^7.18.6" } }, "@babel/plugin-transform-react-pure-annotations": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.16.7.tgz", - "integrity": "sha512-hs71ToC97k3QWxswh2ElzMFABXHvGiJ01IB1TbYQDGeWRKWz/MPUTh5jGExdHvosYKpnJW5Pm3S4+TA3FyX+GA==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.18.6.tgz", + "integrity": "sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==", "dev": true, "requires": { - "@babel/helper-annotate-as-pure": "^7.16.7", - "@babel/helper-plugin-utils": "^7.16.7" + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" } }, "@babel/preset-react": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.16.7.tgz", - "integrity": "sha512-fWpyI8UM/HE6DfPBzD8LnhQ/OcH8AgTaqcqP2nGOXEUV+VKBR5JRN9hCk9ai+zQQ57vtm9oWeXguBCPNUjytgA==", - "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.16.7", - "@babel/helper-validator-option": "^7.16.7", - "@babel/plugin-transform-react-display-name": "^7.16.7", - "@babel/plugin-transform-react-jsx": "^7.16.7", - "@babel/plugin-transform-react-jsx-development": "^7.16.7", - "@babel/plugin-transform-react-pure-annotations": "^7.16.7" - } - }, - "@babel/runtime-corejs3": { - "version": "7.10.1", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.10.1.tgz", - "integrity": "sha512-/NLH0a34E/moPbqB1C/72I2gvMOmOly2JQARcRE1+PWCdHwMQ3la4sz7WnlK/EVHiBjQruH2WqE8YufL632Y8w==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.18.6.tgz", + "integrity": "sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==", "dev": true, "requires": { - "core-js-pure": "^3.0.0", - "regenerator-runtime": "^0.13.4" + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-validator-option": "^7.18.6", + "@babel/plugin-transform-react-display-name": "^7.18.6", + "@babel/plugin-transform-react-jsx": "^7.18.6", + "@babel/plugin-transform-react-jsx-development": "^7.18.6", + "@babel/plugin-transform-react-pure-annotations": "^7.18.6" } }, "@babel/template": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", - "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", + "version": "7.18.10", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz", + "integrity": "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==", "dev": true, "requires": { - "@babel/code-frame": "^7.16.7", - "@babel/parser": "^7.16.7", - "@babel/types": "^7.16.7" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", - "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", - "dev": true, - "requires": { - "@babel/highlight": "^7.16.7" - } - } + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.18.10", + "@babel/types": "^7.18.10" } }, "@babel/traverse": { - "version": "7.17.3", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.3.tgz", - "integrity": "sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.3", - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-function-name": "^7.16.7", - "@babel/helper-hoist-variables": "^7.16.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/parser": "^7.17.3", - "@babel/types": "^7.17.0", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.19.0.tgz", + "integrity": "sha512-4pKpFRDh+utd2mbRC8JLnlsMUii3PMHjpL6a0SZ4NMZy7YFP9aXORxEhdMVOc9CpWtDF09IkciQLEhK7Ml7gRA==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.19.0", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.19.0", + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/parser": "^7.19.0", + "@babel/types": "^7.19.0", "debug": "^4.1.0", "globals": "^11.1.0" - }, - "dependencies": { - "@babel/code-frame": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", - "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", - "dev": true, - "requires": { - "@babel/highlight": "^7.16.7" - } - } } }, "@babel/types": { - "version": "7.17.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz", - "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==", + "version": "7.19.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.19.0.tgz", + "integrity": "sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.16.7", + "@babel/helper-string-parser": "^7.18.10", + "@babel/helper-validator-identifier": "^7.18.6", "to-fast-properties": "^2.0.0" } }, @@ -6276,9 +6816,9 @@ }, "dependencies": { "globals": { - "version": "13.13.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz", - "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==", + "version": "13.17.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.17.0.tgz", + "integrity": "sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==", "dev": true, "requires": { "type-fest": "^0.20.2" @@ -6304,20 +6844,19 @@ "dev": true }, "@jridgewell/gen-mapping": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", - "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", + "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", "dev": true, "requires": { - "@jridgewell/set-array": "^1.0.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10" } }, "@jridgewell/resolve-uri": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz", - "integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", "dev": true }, "@jridgewell/set-array": { @@ -6334,53 +6873,202 @@ "requires": { "@jridgewell/gen-mapping": "^0.3.0", "@jridgewell/trace-mapping": "^0.3.9" + }, + "dependencies": { + "@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dev": true, + "requires": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + } + } } }, "@jridgewell/sourcemap-codec": { - "version": "1.4.11", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz", - "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==", + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", "dev": true }, "@jridgewell/trace-mapping": { - "version": "0.3.14", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz", - "integrity": "sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==", + "version": "0.3.15", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.15.tgz", + "integrity": "sha512-oWZNOULl+UbhsgB51uuZzglikfIKSUBO/M9W2OfEjn7cmqoAiCgmv9lyACTUacZwBz0ITnJ2NqjU8Tx0DHL88g==", "dev": true, "requires": { "@jridgewell/resolve-uri": "^3.0.3", "@jridgewell/sourcemap-codec": "^1.4.10" } }, + "@lezer/common": { + "version": "0.15.12", + "resolved": "https://registry.npmjs.org/@lezer/common/-/common-0.15.12.tgz", + "integrity": "sha512-edfwCxNLnzq5pBA/yaIhwJ3U3Kz8VAUOTRg0hhxaizaI1N+qxV7EXDv/kLCkLeq2RzSFvxexlaj5Mzfn2kY0Ig==", + "dev": true + }, + "@lezer/lr": { + "version": "0.15.8", + "resolved": "https://registry.npmjs.org/@lezer/lr/-/lr-0.15.8.tgz", + "integrity": "sha512-bM6oE6VQZ6hIFxDNKk8bKPa14hqFrV07J/vHGOeiAbJReIaQXmkVb6xQu4MR+JBTLa5arGRyAAjJe1qaQt3Uvg==", + "dev": true, + "requires": { + "@lezer/common": "^0.15.0" + } + }, + "@lmdb/lmdb-darwin-arm64": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-2.5.2.tgz", + "integrity": "sha512-+F8ioQIUN68B4UFiIBYu0QQvgb9FmlKw2ctQMSBfW2QBrZIxz9vD9jCGqTCPqZBRbPHAS/vG1zSXnKqnS2ch/A==", + "dev": true, + "optional": true + }, + "@lmdb/lmdb-darwin-x64": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-x64/-/lmdb-darwin-x64-2.5.2.tgz", + "integrity": "sha512-KvPH56KRLLx4KSfKBx0m1r7GGGUMXm0jrKmNE7plbHlesZMuPJICtn07HYgQhj1LNsK7Yqwuvnqh1QxhJnF1EA==", + "dev": true, + "optional": true + }, + "@lmdb/lmdb-linux-arm": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-2.5.2.tgz", + "integrity": "sha512-5kQAP21hAkfW5Bl+e0P57dV4dGYnkNIpR7f/GAh6QHlgXx+vp/teVj4PGRZaKAvt0GX6++N6hF8NnGElLDuIDw==", + "dev": true, + "optional": true + }, + "@lmdb/lmdb-linux-arm64": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-2.5.2.tgz", + "integrity": "sha512-aLl89VHL/wjhievEOlPocoefUyWdvzVrcQ/MHQYZm2JfV1jUsrbr/ZfkPPUFvZBf+VSE+Q0clWs9l29PCX1hTQ==", + "dev": true, + "optional": true + }, + "@lmdb/lmdb-linux-x64": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-2.5.2.tgz", + "integrity": "sha512-xUdUfwDJLGjOUPH3BuPBt0NlIrR7f/QHKgu3GZIXswMMIihAekj2i97oI0iWG5Bok/b+OBjHPfa8IU9velnP/Q==", + "dev": true, + "optional": true + }, + "@lmdb/lmdb-win32-x64": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-2.5.2.tgz", + "integrity": "sha512-zrBczSbXKxEyK2ijtbRdICDygRqWSRPpZMN5dD1T8VMEW5RIhIbwFWw2phDRXuBQdVDpSjalCIUMWMV2h3JaZA==", + "dev": true, + "optional": true + }, + "@mischnic/json-sourcemap": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@mischnic/json-sourcemap/-/json-sourcemap-0.1.0.tgz", + "integrity": "sha512-dQb3QnfNqmQNYA4nFSN/uLaByIic58gOXq4Y4XqLOWmOrw73KmJPt/HLyG0wvn1bnR6mBKs/Uwvkh+Hns1T0XA==", + "dev": true, + "requires": { + "@lezer/common": "^0.15.7", + "@lezer/lr": "^0.15.4", + "json5": "^2.2.1" + } + }, + "@msgpackr-extract/msgpackr-extract-darwin-arm64": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-arm64/-/msgpackr-extract-darwin-arm64-2.1.2.tgz", + "integrity": "sha512-TyVLn3S/+ikMDsh0gbKv2YydKClN8HaJDDpONlaZR+LVJmsxLFUgA+O7zu59h9+f9gX1aj/ahw9wqa6rosmrYQ==", + "dev": true, + "optional": true + }, + "@msgpackr-extract/msgpackr-extract-darwin-x64": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-x64/-/msgpackr-extract-darwin-x64-2.1.2.tgz", + "integrity": "sha512-YPXtcVkhmVNoMGlqp81ZHW4dMxK09msWgnxtsDpSiZwTzUBG2N+No2bsr7WMtBKCVJMSD6mbAl7YhKUqkp/Few==", + "dev": true, + "optional": true + }, + "@msgpackr-extract/msgpackr-extract-linux-arm": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm/-/msgpackr-extract-linux-arm-2.1.2.tgz", + "integrity": "sha512-42R4MAFeIeNn+L98qwxAt360bwzX2Kf0ZQkBBucJ2Ircza3asoY4CDbgiu9VWklq8gWJVSJSJBwDI+c/THiWkA==", + "dev": true, + "optional": true + }, + "@msgpackr-extract/msgpackr-extract-linux-arm64": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm64/-/msgpackr-extract-linux-arm64-2.1.2.tgz", + "integrity": "sha512-vHZ2JiOWF2+DN9lzltGbhtQNzDo8fKFGrf37UJrgqxU0yvtERrzUugnfnX1wmVfFhSsF8OxrfqiNOUc5hko1Zg==", + "dev": true, + "optional": true + }, + "@msgpackr-extract/msgpackr-extract-linux-x64": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-x64/-/msgpackr-extract-linux-x64-2.1.2.tgz", + "integrity": "sha512-RjRoRxg7Q3kPAdUSC5EUUPlwfMkIVhmaRTIe+cqHbKrGZ4M6TyCA/b5qMaukQ/1CHWrqYY2FbKOAU8Hg0pQFzg==", + "dev": true, + "optional": true + }, + "@msgpackr-extract/msgpackr-extract-win32-x64": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-win32-x64/-/msgpackr-extract-win32-x64-2.1.2.tgz", + "integrity": "sha512-rIZVR48zA8hGkHIK7ED6+ZiXsjRCcAVBJbm8o89OKAMTmEAQ2QvoOxoiu3w2isAaWwzgtQIOFIqHwvZDyLKCvw==", + "dev": true, + "optional": true + }, + "@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + } + }, + "@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true + }, + "@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "requires": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + } + }, "@parcel/bundler-default": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/bundler-default/-/bundler-default-2.3.2.tgz", - "integrity": "sha512-JUrto4mjSD0ic9dEqRp0loL5o3HVYHja1ZIYSq+rBl2UWRV6/9cGTb07lXOCqqm0BWE+hQ4krUxB76qWaF0Lqw==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/bundler-default/-/bundler-default-2.7.0.tgz", + "integrity": "sha512-PU5MtWWhc+dYI9x8mguYnm9yiG6TkI7niRpxgJgtqAyGHuEyNXVBQQ0X+qyOF4D9LdankBf8uNN18g31IET2Zg==", "dev": true, "requires": { - "@parcel/diagnostic": "2.3.2", - "@parcel/hash": "2.3.2", - "@parcel/plugin": "2.3.2", - "@parcel/utils": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/hash": "2.7.0", + "@parcel/plugin": "2.7.0", + "@parcel/utils": "2.7.0", "nullthrows": "^1.1.1" } }, "@parcel/cache": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/cache/-/cache-2.3.2.tgz", - "integrity": "sha512-Xxq+ekgcFEme6Fn1v7rEOBkyMOUOUu7eNqQw0l6HQS+INZ2Q7YzzfdW7pI8rEOAAICVg5BWKpmBQZpgJlT+HxQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/cache/-/cache-2.7.0.tgz", + "integrity": "sha512-JlXNoZXcWzLKdDlfeF3dIj5Vtel5T9vtdBN72PJ+cjC4qNHk4Uwvc5sfOBELuibGN0bVu2bwY9nUgSwCiB1iIA==", "dev": true, "requires": { - "@parcel/fs": "2.3.2", - "@parcel/logger": "2.3.2", - "@parcel/utils": "2.3.2", - "lmdb": "^2.0.2" + "@parcel/fs": "2.7.0", + "@parcel/logger": "2.7.0", + "@parcel/utils": "2.7.0", + "lmdb": "2.5.2" } }, "@parcel/codeframe": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/codeframe/-/codeframe-2.3.2.tgz", - "integrity": "sha512-ireQALcxxrTdIEpzTOoMo/GpfbFm1qlyezeGl3Hce3PMvHLg3a5S6u/Vcy7SAjdld5GfhHEqVY+blME6Z4CyXQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/codeframe/-/codeframe-2.7.0.tgz", + "integrity": "sha512-UTKx0jejJmmO1dwTHSJuRgrO8N6PMlkxRT6sew8N6NC3Bgv6pu0EbO+RtlWt/jCvzcdLOPdIoTzj4MMZvgcMYg==", "dev": true, "requires": { "chalk": "^4.1.0" @@ -6438,136 +7126,217 @@ } }, "@parcel/compressor-raw": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/compressor-raw/-/compressor-raw-2.3.2.tgz", - "integrity": "sha512-8dIoFwinYK6bOTpnZOAwwIv0v73y0ezsctPmfMnIqVQPn7wJwfhw/gbKVcmK5AkgQMkyid98hlLZoaZtGF1Mdg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/compressor-raw/-/compressor-raw-2.7.0.tgz", + "integrity": "sha512-SCXwnOOQT6EmpusBsYWNQ/RFri+2JnKuE0gMSf2dROl2xbererX45FYzeDplWALCKAdjMNDpFwU+FyMYoVZSCQ==", "dev": true, "requires": { - "@parcel/plugin": "2.3.2" + "@parcel/plugin": "2.7.0" } }, "@parcel/config-default": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/config-default/-/config-default-2.3.2.tgz", - "integrity": "sha512-E7/iA7fGCYvXU3u6zF9nxjeDVsgjCN6MVvDjymjaxYMoDWTIsPV245SBEXqzgtmzbMAV+VAl4rVWLMB4pzMt9g==", - "dev": true, - "requires": { - "@parcel/bundler-default": "2.3.2", - "@parcel/compressor-raw": "2.3.2", - "@parcel/namer-default": "2.3.2", - "@parcel/optimizer-cssnano": "2.3.2", - "@parcel/optimizer-htmlnano": "2.3.2", - "@parcel/optimizer-image": "2.3.2", - "@parcel/optimizer-svgo": "2.3.2", - "@parcel/optimizer-terser": "2.3.2", - "@parcel/packager-css": "2.3.2", - "@parcel/packager-html": "2.3.2", - "@parcel/packager-js": "2.3.2", - "@parcel/packager-raw": "2.3.2", - "@parcel/packager-svg": "2.3.2", - "@parcel/reporter-dev-server": "2.3.2", - "@parcel/resolver-default": "2.3.2", - "@parcel/runtime-browser-hmr": "2.3.2", - "@parcel/runtime-js": "2.3.2", - "@parcel/runtime-react-refresh": "2.3.2", - "@parcel/runtime-service-worker": "2.3.2", - "@parcel/transformer-babel": "2.3.2", - "@parcel/transformer-css": "2.3.2", - "@parcel/transformer-html": "2.3.2", - "@parcel/transformer-image": "2.3.2", - "@parcel/transformer-js": "2.3.2", - "@parcel/transformer-json": "2.3.2", - "@parcel/transformer-postcss": "2.3.2", - "@parcel/transformer-posthtml": "2.3.2", - "@parcel/transformer-raw": "2.3.2", - "@parcel/transformer-react-refresh-wrap": "2.3.2", - "@parcel/transformer-svg": "2.3.2" + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/config-default/-/config-default-2.7.0.tgz", + "integrity": "sha512-ZzsLr97AYrz8c9k6qn3DlqPzifi3vbP7q3ynUrAFxmt0L4+K0H9N508ZkORYmCgaFjLIQ8Y3eWpwCJ0AewPNIg==", + "dev": true, + "requires": { + "@parcel/bundler-default": "2.7.0", + "@parcel/compressor-raw": "2.7.0", + "@parcel/namer-default": "2.7.0", + "@parcel/optimizer-css": "2.7.0", + "@parcel/optimizer-htmlnano": "2.7.0", + "@parcel/optimizer-image": "2.7.0", + "@parcel/optimizer-svgo": "2.7.0", + "@parcel/optimizer-terser": "2.7.0", + "@parcel/packager-css": "2.7.0", + "@parcel/packager-html": "2.7.0", + "@parcel/packager-js": "2.7.0", + "@parcel/packager-raw": "2.7.0", + "@parcel/packager-svg": "2.7.0", + "@parcel/reporter-dev-server": "2.7.0", + "@parcel/resolver-default": "2.7.0", + "@parcel/runtime-browser-hmr": "2.7.0", + "@parcel/runtime-js": "2.7.0", + "@parcel/runtime-react-refresh": "2.7.0", + "@parcel/runtime-service-worker": "2.7.0", + "@parcel/transformer-babel": "2.7.0", + "@parcel/transformer-css": "2.7.0", + "@parcel/transformer-html": "2.7.0", + "@parcel/transformer-image": "2.7.0", + "@parcel/transformer-js": "2.7.0", + "@parcel/transformer-json": "2.7.0", + "@parcel/transformer-postcss": "2.7.0", + "@parcel/transformer-posthtml": "2.7.0", + "@parcel/transformer-raw": "2.7.0", + "@parcel/transformer-react-refresh-wrap": "2.7.0", + "@parcel/transformer-svg": "2.7.0" } }, "@parcel/core": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/core/-/core-2.3.2.tgz", - "integrity": "sha512-gdJzpsgeUhv9H8T0UKVmyuptiXdduEfKIUx0ci+/PGhq8cCoiFnlnuhW6H7oLr79OUc+YJStabDJuG4U2A6ysw==", - "dev": true, - "requires": { - "@parcel/cache": "2.3.2", - "@parcel/diagnostic": "2.3.2", - "@parcel/events": "2.3.2", - "@parcel/fs": "2.3.2", - "@parcel/graph": "2.3.2", - "@parcel/hash": "2.3.2", - "@parcel/logger": "2.3.2", - "@parcel/package-manager": "2.3.2", - "@parcel/plugin": "2.3.2", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/core/-/core-2.7.0.tgz", + "integrity": "sha512-7yKZUdh314Q/kU/9+27ZYTfcnXS6VYHuG+iiUlIohnvUUybxLqVJhdMU9Q+z2QcPka1IdJWz4K4Xx0y6/4goyg==", + "dev": true, + "requires": { + "@mischnic/json-sourcemap": "^0.1.0", + "@parcel/cache": "2.7.0", + "@parcel/diagnostic": "2.7.0", + "@parcel/events": "2.7.0", + "@parcel/fs": "2.7.0", + "@parcel/graph": "2.7.0", + "@parcel/hash": "2.7.0", + "@parcel/logger": "2.7.0", + "@parcel/package-manager": "2.7.0", + "@parcel/plugin": "2.7.0", "@parcel/source-map": "^2.0.0", - "@parcel/types": "2.3.2", - "@parcel/utils": "2.3.2", - "@parcel/workers": "2.3.2", + "@parcel/types": "2.7.0", + "@parcel/utils": "2.7.0", + "@parcel/workers": "2.7.0", "abortcontroller-polyfill": "^1.1.9", "base-x": "^3.0.8", "browserslist": "^4.6.6", "clone": "^2.1.1", "dotenv": "^7.0.0", "dotenv-expand": "^5.1.0", - "json-source-map": "^0.6.1", "json5": "^2.2.0", - "msgpackr": "^1.5.1", + "msgpackr": "^1.5.4", "nullthrows": "^1.1.1", "semver": "^5.7.1" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } + } + }, + "@parcel/css": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@parcel/css/-/css-1.13.1.tgz", + "integrity": "sha512-pDv+1tPCk2ggGZ1Msl4r+lq7dPKjUBpZXJf/DMydTnYPxupwAjtmlmOd67CF3QHVLyKYB+viU4g5M8pVXCbaeA==", + "dev": true, + "requires": { + "@parcel/css-darwin-arm64": "1.13.1", + "@parcel/css-darwin-x64": "1.13.1", + "@parcel/css-linux-arm-gnueabihf": "1.13.1", + "@parcel/css-linux-arm64-gnu": "1.13.1", + "@parcel/css-linux-arm64-musl": "1.13.1", + "@parcel/css-linux-x64-gnu": "1.13.1", + "@parcel/css-linux-x64-musl": "1.13.1", + "@parcel/css-win32-x64-msvc": "1.13.1", + "detect-libc": "^1.0.3" } }, + "@parcel/css-darwin-arm64": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@parcel/css-darwin-arm64/-/css-darwin-arm64-1.13.1.tgz", + "integrity": "sha512-46LVidYcao8zurVPOZ4ZWJQ/50o4N+Z0K4CRmCCqWE+5gIWlx+md+W0h8XQTRb/GQ3j3+mlZvYCQxHpKy5M1lA==", + "dev": true, + "optional": true + }, + "@parcel/css-darwin-x64": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@parcel/css-darwin-x64/-/css-darwin-x64-1.13.1.tgz", + "integrity": "sha512-vX1/Ut06UL5MQzWr5fPg51n6NYrzfjW9A+jXH3KeBloWtX+NllhLilmtcO4X1y/ZqaFjqHWpk4yrNVdtk1r4zA==", + "dev": true, + "optional": true + }, + "@parcel/css-linux-arm-gnueabihf": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@parcel/css-linux-arm-gnueabihf/-/css-linux-arm-gnueabihf-1.13.1.tgz", + "integrity": "sha512-qxQKUeXLHqehLmuJODQ7GNp0Syj2Kl35X4YvXGoPOI7Eq/y2ny3G5NCKUWkGDwOasIP3hKvVVfJRJv9fLJWnDQ==", + "dev": true, + "optional": true + }, + "@parcel/css-linux-arm64-gnu": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@parcel/css-linux-arm64-gnu/-/css-linux-arm64-gnu-1.13.1.tgz", + "integrity": "sha512-FxnOONVo8WBW58uzjqv/mwSBDgGMp1qxK+fovjqLPCP3zcNgxkUG0l6ElWpqtiWWH3mTMzSHe+7hSaeVov12yQ==", + "dev": true, + "optional": true + }, + "@parcel/css-linux-arm64-musl": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@parcel/css-linux-arm64-musl/-/css-linux-arm64-musl-1.13.1.tgz", + "integrity": "sha512-6RDhL36HBAtt1mHa/y+34fHRImEJT/rd9hy1Z2qz117WUgzpZ3m4tFw33VrG7MKACugs9C2zG1MdVfy1Rz5+Uw==", + "dev": true, + "optional": true + }, + "@parcel/css-linux-x64-gnu": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@parcel/css-linux-x64-gnu/-/css-linux-x64-gnu-1.13.1.tgz", + "integrity": "sha512-4VsduFKs35J1I3iQJuBCTp66K5mLh8nrtfXzkBDgP9tc6cLqw9PFodby9NhW9SJSn0ZVdrciIXW0C8Lp3Ev+bw==", + "dev": true, + "optional": true + }, + "@parcel/css-linux-x64-musl": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@parcel/css-linux-x64-musl/-/css-linux-x64-musl-1.13.1.tgz", + "integrity": "sha512-Ws34m9fW/0UuNTkC359nbnURzvSbCsstRG6QQ3UxdeNJ+crrgEsmvHPcN3WiIz/P2seP1Hu6GobKQAnOy6g3HA==", + "dev": true, + "optional": true + }, + "@parcel/css-win32-x64-msvc": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/@parcel/css-win32-x64-msvc/-/css-win32-x64-msvc-1.13.1.tgz", + "integrity": "sha512-4yPYFQqUW4ZepIWa8rWiXnSDU6Nki2H9PB1NfTvr7IjN3WsNFrrVZFKsTg/KU2euYnasBXSZ+CMTUutvLZoVaA==", + "dev": true, + "optional": true + }, "@parcel/diagnostic": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/diagnostic/-/diagnostic-2.3.2.tgz", - "integrity": "sha512-/xW93Az4AOiifuYW/c4CDbUcu3lx5FcUDAj9AGiR9NSTsF/ROC/RqnxvQ3AGtqa14R7vido4MXEpY3JEp6FsqA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/diagnostic/-/diagnostic-2.7.0.tgz", + "integrity": "sha512-pdq/cTwVoL0n8yuDCRXFRSQHVWdmmIXPt3R3iT4KtYDYvOrMT2dLPT79IMqQkhYPANW8GuL15n/WxRngfRdkug==", "dev": true, "requires": { - "json-source-map": "^0.6.1", + "@mischnic/json-sourcemap": "^0.1.0", "nullthrows": "^1.1.1" } }, "@parcel/events": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/events/-/events-2.3.2.tgz", - "integrity": "sha512-WiYIwXMo4Vd+pi58vRoHkul8TPE5VEfMY+3FYwVCKPl/LYqSD+vz6wMx9uG18mEbB1d/ofefv5ZFQNtPGKO4tQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/events/-/events-2.7.0.tgz", + "integrity": "sha512-kQDwMKgZ1U4M/G17qeDYF6bW5kybluN6ajYPc7mZcrWg+trEI/oXi81GMFaMX0BSUhwhbiN5+/Vb2wiG/Sn6ig==", "dev": true }, "@parcel/fs": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/fs/-/fs-2.3.2.tgz", - "integrity": "sha512-XV+OsnRpN01QKU37lBN0TFKvv7uPKfQGbqFqYOrMbXH++Ae8rBU0Ykz+Yu4tv2h7shMlde+AMKgRnRTAJZpWEQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/fs/-/fs-2.7.0.tgz", + "integrity": "sha512-PU5fo4Hh8y03LZgemgVREttc0wyHQUNmsJCybxTB7EjJie2CqJRumo+DFppArlvdchLwJdc9em03yQV/GNWrEg==", "dev": true, "requires": { - "@parcel/fs-search": "2.3.2", - "@parcel/types": "2.3.2", - "@parcel/utils": "2.3.2", + "@parcel/fs-search": "2.7.0", + "@parcel/types": "2.7.0", + "@parcel/utils": "2.7.0", "@parcel/watcher": "^2.0.0", - "@parcel/workers": "2.3.2" + "@parcel/workers": "2.7.0" } }, "@parcel/fs-search": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/fs-search/-/fs-search-2.3.2.tgz", - "integrity": "sha512-u3DTEFnPtKuZvEtgGzfVjQUytegSSn3POi7WfwMwPIaeDPfYcyyhfl+c96z7VL9Gk/pqQ99/cGyAwFdFsnxxXA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/fs-search/-/fs-search-2.7.0.tgz", + "integrity": "sha512-K1Hv25bnRpwQVA15RvcRuB8ZhfclnCHA8N8L6w7Ul1ncSJDxCIkIAc5hAubYNNYW3kWjCC2SOaEgFKnbvMllEQ==", "dev": true, "requires": { "detect-libc": "^1.0.3" } }, "@parcel/graph": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/graph/-/graph-2.3.2.tgz", - "integrity": "sha512-ltTBM3IEqumgmy4ABBFETT8NtAwSsjD9mY3WCyJ5P8rUshfVCg093rvBPbpuJYMaH/TV1AHVaWfZqaZ4JQDIQQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/graph/-/graph-2.7.0.tgz", + "integrity": "sha512-Q6E94GS6q45PtsZh+m+gvFRp/N1Qopxhu2sxjcWsGs5iBd6IWn2oYLWOH5iVzEjWuYpW2HkB08lH6J50O63uOA==", "dev": true, "requires": { - "@parcel/utils": "2.3.2", + "@parcel/utils": "2.7.0", "nullthrows": "^1.1.1" } }, "@parcel/hash": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/hash/-/hash-2.3.2.tgz", - "integrity": "sha512-SMtYTsHihws/wqdVnOr0QAGyGYsW9rJSJkkoRujUxo8l2ctnBN1ztv89eOUrdtgHsmcnj/oz1yw6sN38X+BUng==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/hash/-/hash-2.7.0.tgz", + "integrity": "sha512-k6bSKnIlPJMPU3yjQzfgfvF9zuJZGOAlJgzpL4BbWvdbE8BTdjzLcFn0Ujrtud94EgIkiXd22sC2HpCUWoHGdA==", "dev": true, "requires": { "detect-libc": "^1.0.3", @@ -6575,19 +7344,19 @@ } }, "@parcel/logger": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/logger/-/logger-2.3.2.tgz", - "integrity": "sha512-jIWd8TXDQf+EnNWSa7Q10lSQ6C1LSH8OZkTlaINrfVIw7s+3tVxO3I4pjp7/ARw7RX2gdNPlw6fH4Gn/HvvYbw==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/logger/-/logger-2.7.0.tgz", + "integrity": "sha512-qjMY/bYo38+o+OiIrTRldU9CwL1E7J72t+xkTP8QIcUxLWz5LYR0YbynZUVulmBSfqsykjjxCy4a+8siVr+lPw==", "dev": true, "requires": { - "@parcel/diagnostic": "2.3.2", - "@parcel/events": "2.3.2" + "@parcel/diagnostic": "2.7.0", + "@parcel/events": "2.7.0" } }, "@parcel/markdown-ansi": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/markdown-ansi/-/markdown-ansi-2.3.2.tgz", - "integrity": "sha512-l01ggmag5QScCk9mYA0xHh5TWSffR84uPFP2KvaAMQQ9NLNufcFiU0mn/Mtr3pCb5L5dSzmJ+Oo9s7P1Kh/Fmg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/markdown-ansi/-/markdown-ansi-2.7.0.tgz", + "integrity": "sha512-ipOX0D6FVZFEXeb/z8MnTMq2RQEIuaILY90olVIuHEFLHHfOPEn+RK3u13HA1ChF5/9E3cMD79tu6x9JL9Kqag==", "dev": true, "requires": { "chalk": "^4.1.0" @@ -6645,46 +7414,58 @@ } }, "@parcel/namer-default": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/namer-default/-/namer-default-2.3.2.tgz", - "integrity": "sha512-3QUMC0+5+3KMKfoAxYAbpZtuRqTgyZKsGDWzOpuqwemqp6P8ahAvNPwSCi6QSkGcTmvtYwBu9/NHPSONxIFOfg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/namer-default/-/namer-default-2.7.0.tgz", + "integrity": "sha512-lIKMdsmi//7fepecNDYmJYzBlL91HifPsX03lJCdu1dC6q5fBs+gG0XjKKG7yPnSCw1qH/4m7drzt9+dRZYAHQ==", "dev": true, "requires": { - "@parcel/diagnostic": "2.3.2", - "@parcel/plugin": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/plugin": "2.7.0", "nullthrows": "^1.1.1" } }, "@parcel/node-resolver-core": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/node-resolver-core/-/node-resolver-core-2.3.2.tgz", - "integrity": "sha512-wmrnMNzJN4GuHw2Ftho+BWgSWR6UCkW3XoMdphqcxpw/ieAdS2a+xYSosYkZgQZ6lGutSvLyJ1CkVvP6RLIdQQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/node-resolver-core/-/node-resolver-core-2.7.0.tgz", + "integrity": "sha512-5UJQHalqMxdhJIs2hhqQzFfQpF7+NAowsRq064lYtiRvcD8wMr3OOQ9wd1iazGpFSl4JKdT7BwDU9/miDJmanQ==", "dev": true, "requires": { - "@parcel/diagnostic": "2.3.2", - "@parcel/utils": "2.3.2", - "nullthrows": "^1.1.1" + "@parcel/diagnostic": "2.7.0", + "@parcel/utils": "2.7.0", + "nullthrows": "^1.1.1", + "semver": "^5.7.1" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } } }, - "@parcel/optimizer-cssnano": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/optimizer-cssnano/-/optimizer-cssnano-2.3.2.tgz", - "integrity": "sha512-wTBOxMiBI38NAB9XIlQZRCjS59+EWjWR9M04D3TWyxl+dL5gYMc1cl4GNynUnmcPdz+3s1UbOdo5/8V90wjiiw==", + "@parcel/optimizer-css": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/optimizer-css/-/optimizer-css-2.7.0.tgz", + "integrity": "sha512-IfnOMACqhcAclKyOW9X9JpsknB6OShk9OVvb8EvbDTKHJhQHNNmzE88OkSI/pS3ZVZP9Zj+nWcVHguV+kvDeiQ==", "dev": true, "requires": { - "@parcel/plugin": "2.3.2", + "@parcel/css": "^1.12.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/plugin": "2.7.0", "@parcel/source-map": "^2.0.0", - "cssnano": "^5.0.15", - "postcss": "^8.4.5" + "@parcel/utils": "2.7.0", + "browserslist": "^4.6.6", + "nullthrows": "^1.1.1" } }, "@parcel/optimizer-htmlnano": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/optimizer-htmlnano/-/optimizer-htmlnano-2.3.2.tgz", - "integrity": "sha512-U8C0TDSxsx8HmHaLW0Zc7ha1fXQynzhvBjCRMGYnOiLiw0MOfLQxzQ2WKVSeCotmdlF63ayCwxWsd6BuqStiKQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/optimizer-htmlnano/-/optimizer-htmlnano-2.7.0.tgz", + "integrity": "sha512-5QrGdWS5Hi4VXE3nQNrGqugmSXt68YIsWwKRAdarOxzyULSJS3gbCiQOXqIPRJobfZjnSIcdtkyxSiCUe1inIA==", "dev": true, "requires": { - "@parcel/plugin": "2.3.2", + "@parcel/plugin": "2.7.0", "htmlnano": "^2.0.0", "nullthrows": "^1.1.1", "posthtml": "^0.16.5", @@ -6692,103 +7473,111 @@ } }, "@parcel/optimizer-image": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/optimizer-image/-/optimizer-image-2.3.2.tgz", - "integrity": "sha512-HOk3r5qdvY/PmI7Q3i2qEgFH3kP2QWG4Wq3wmC4suaF1+c2gpiQc+HKHWp4QvfbH3jhT00c5NxQyqPhbXeNI9Q==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/optimizer-image/-/optimizer-image-2.7.0.tgz", + "integrity": "sha512-EnaXz5UjR67FUu0BEcqZTT9LsbB/iFAkkghCotbnbOuC5QQsloq6tw54TKU3y+R3qsjgUoMtGxPcGfVoXxZXYw==", "dev": true, "requires": { - "@parcel/diagnostic": "2.3.2", - "@parcel/plugin": "2.3.2", - "@parcel/utils": "2.3.2", - "@parcel/workers": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/plugin": "2.7.0", + "@parcel/utils": "2.7.0", + "@parcel/workers": "2.7.0", "detect-libc": "^1.0.3" } }, "@parcel/optimizer-svgo": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/optimizer-svgo/-/optimizer-svgo-2.3.2.tgz", - "integrity": "sha512-l7WvZ5+e7D1mVmLUxMVaSb29cviXzuvSY2OpQs0ukdPACDqag+C65hWMzwTiOSSRGPMIu96kQKpeVru2YjibhA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/optimizer-svgo/-/optimizer-svgo-2.7.0.tgz", + "integrity": "sha512-IO1JV4NpfP3V7FrhsqCcV8pDQIHraFi1/ZvEJyssITxjH49Im/txKlwMiQuZZryAPn8Xb8g395Muawuk6AK6sg==", "dev": true, "requires": { - "@parcel/diagnostic": "2.3.2", - "@parcel/plugin": "2.3.2", - "@parcel/utils": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/plugin": "2.7.0", + "@parcel/utils": "2.7.0", "svgo": "^2.4.0" } }, "@parcel/optimizer-terser": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/optimizer-terser/-/optimizer-terser-2.3.2.tgz", - "integrity": "sha512-dOapHhfy0xiNZa2IoEyHGkhhla07xsja79NPem14e5jCqY6Oi40jKNV4ab5uu5u1elWUjJuw69tiYbkDZWbKQw==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/optimizer-terser/-/optimizer-terser-2.7.0.tgz", + "integrity": "sha512-07VZjIO8xsl2/WmS/qHI8lI/cpu47iS9eRpqwfZEEsdk1cfz50jhWkmFudHBxiHGMfcZ//1+DdaPg9RDBWZtZA==", "dev": true, "requires": { - "@parcel/diagnostic": "2.3.2", - "@parcel/plugin": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/plugin": "2.7.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.3.2", + "@parcel/utils": "2.7.0", "nullthrows": "^1.1.1", "terser": "^5.2.0" } }, "@parcel/package-manager": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/package-manager/-/package-manager-2.3.2.tgz", - "integrity": "sha512-pAQfywKVORY8Ee+NHAyKzzQrKbnz8otWRejps7urwhDaTVLfAd5C/1ZV64ATZ9ALYP9jyoQ8bTaxVd4opcSuwg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/package-manager/-/package-manager-2.7.0.tgz", + "integrity": "sha512-wmfSX1mRrTi8MeA4KrnPk/x7zGUsILCQmTo6lA4gygzAxDbM1pGuyFN8/Kt0y0SFO2lbljARtD/4an5qdotH+Q==", "dev": true, "requires": { - "@parcel/diagnostic": "2.3.2", - "@parcel/fs": "2.3.2", - "@parcel/logger": "2.3.2", - "@parcel/types": "2.3.2", - "@parcel/utils": "2.3.2", - "@parcel/workers": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/fs": "2.7.0", + "@parcel/logger": "2.7.0", + "@parcel/types": "2.7.0", + "@parcel/utils": "2.7.0", + "@parcel/workers": "2.7.0", "semver": "^5.7.1" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } } }, "@parcel/packager-css": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/packager-css/-/packager-css-2.3.2.tgz", - "integrity": "sha512-ByuF9xDnQnpVL1Hdu9aY6SpxOuZowd3TH7joh1qdRPLeMHTEvUywHBXoiAyNdrhnLGum8uPEdY8Ra5Xuo1U7kg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/packager-css/-/packager-css-2.7.0.tgz", + "integrity": "sha512-44nzZwu+ssGuiFmYM6cf/Y4iChiUZ4DUzzpegnGlhXtKJKe4NHntxThJynuRZWKN2AAf48avApDpimg2jW0KDw==", "dev": true, "requires": { - "@parcel/plugin": "2.3.2", + "@parcel/plugin": "2.7.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.3.2", + "@parcel/utils": "2.7.0", "nullthrows": "^1.1.1" } }, "@parcel/packager-html": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/packager-html/-/packager-html-2.3.2.tgz", - "integrity": "sha512-YqAptdU+uqfgwSii76mRGcA/3TpuC6yHr8xG+11brqj/tEFLsurmX0naombzd7FgmrTE9w+kb0HUIMl2vRBn0A==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/packager-html/-/packager-html-2.7.0.tgz", + "integrity": "sha512-Zgqd7sdcY/UnR370GR0q2ilmEohUDXsO8A1F28QCJzIsR1iCB6KRUT74+pawfQ1IhXZLaaFLLYe0UWcfm0JeXg==", "dev": true, "requires": { - "@parcel/plugin": "2.3.2", - "@parcel/types": "2.3.2", - "@parcel/utils": "2.3.2", + "@parcel/plugin": "2.7.0", + "@parcel/types": "2.7.0", + "@parcel/utils": "2.7.0", "nullthrows": "^1.1.1", "posthtml": "^0.16.5" } }, "@parcel/packager-js": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/packager-js/-/packager-js-2.3.2.tgz", - "integrity": "sha512-3OP0Ro9M1J+PIKZK4Ec2N5hjIPiqk++B2kMFeiUqvaNZjJgKrPPEICBhjS52rma4IE/NgmIMB3aI5pWqE/KwNA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/packager-js/-/packager-js-2.7.0.tgz", + "integrity": "sha512-wTRdM81PgRVDzWGXdWmqLwguWnTYWzhEDdjXpW2n8uMOu/CjHhMtogk65aaYk3GOnq6OBL/NsrmBiV/zKPj1vA==", "dev": true, "requires": { - "@parcel/diagnostic": "2.3.2", - "@parcel/hash": "2.3.2", - "@parcel/plugin": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/hash": "2.7.0", + "@parcel/plugin": "2.7.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.3.2", + "@parcel/utils": "2.7.0", "globals": "^13.2.0", "nullthrows": "^1.1.1" }, "dependencies": { "globals": { - "version": "13.13.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz", - "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==", + "version": "13.17.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.17.0.tgz", + "integrity": "sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==", "dev": true, "requires": { "type-fest": "^0.20.2" @@ -6797,45 +7586,46 @@ } }, "@parcel/packager-raw": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/packager-raw/-/packager-raw-2.3.2.tgz", - "integrity": "sha512-RnoZ7WgNAFWkEPrEefvyDqus7xfv9XGprHyTbfLittPaVAZpl+4eAv43nXyMfzk77Cgds6KcNpkosj3acEpNIQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/packager-raw/-/packager-raw-2.7.0.tgz", + "integrity": "sha512-jg2Zp8dI5VpIQlaeahXDCfrPN9m/DKht1NkR9P2CylMAwqCcc1Xc1RRiF0wfwcPZpPMpq1265n+4qnB7rjGBlA==", "dev": true, "requires": { - "@parcel/plugin": "2.3.2" + "@parcel/plugin": "2.7.0" } }, "@parcel/packager-svg": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/packager-svg/-/packager-svg-2.3.2.tgz", - "integrity": "sha512-iIC0VeczOXynS7M5jCi3naMBRyAznBVJ3iMg92/GaI9duxPlUMGAlHzLAKNtoXkc00HMXDH7rrmMb04VX6FYSg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/packager-svg/-/packager-svg-2.7.0.tgz", + "integrity": "sha512-EmJg3HpD6/xxKBjir/CdCKJZwI24iVfBuxRS9LUp3xHAIebOzVh1z6IN+i2Di5+NyRwfOFaLliL4uMa1zwbyCA==", "dev": true, "requires": { - "@parcel/plugin": "2.3.2", - "@parcel/types": "2.3.2", - "@parcel/utils": "2.3.2", + "@parcel/plugin": "2.7.0", + "@parcel/types": "2.7.0", + "@parcel/utils": "2.7.0", "posthtml": "^0.16.4" } }, "@parcel/plugin": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/plugin/-/plugin-2.3.2.tgz", - "integrity": "sha512-SaLZAJX4KH+mrAmqmcy9KJN+V7L+6YNTlgyqYmfKlNiHu7aIjLL+3prX8QRcgGtjAYziCxvPj0cl1CCJssaiGg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/plugin/-/plugin-2.7.0.tgz", + "integrity": "sha512-qqgx+nnMn6/0lRc4lKbLGmhNtBiT93S2gFNB4Eb4Pfz/SxVYoW+fmml+KdfOSiZffWOAH5L6NwhyD7N8aSikzw==", "dev": true, "requires": { - "@parcel/types": "2.3.2" + "@parcel/types": "2.7.0" } }, "@parcel/reporter-cli": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/reporter-cli/-/reporter-cli-2.3.2.tgz", - "integrity": "sha512-VYetmTXqW83npsvVvqlQZTbF3yVL3k/FCCl3kSWvOr9LZA0lmyqJWPjMHq37yIIOszQN/p5guLtgCjsP0UQw1Q==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/reporter-cli/-/reporter-cli-2.7.0.tgz", + "integrity": "sha512-80gEODg8cnAmnxGVuaSVDo8JJ54P9AA2bHwSs1cIkHWlJ3BjDQb83H31bBHncJ5Kn5kQ/j+7WjlqHpTCiOR9PA==", "dev": true, "requires": { - "@parcel/plugin": "2.3.2", - "@parcel/types": "2.3.2", - "@parcel/utils": "2.3.2", - "chalk": "^4.1.0" + "@parcel/plugin": "2.7.0", + "@parcel/types": "2.7.0", + "@parcel/utils": "2.7.0", + "chalk": "^4.1.0", + "term-size": "^2.2.1" }, "dependencies": { "ansi-styles": { @@ -6890,257 +7680,307 @@ } }, "@parcel/reporter-dev-server": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/reporter-dev-server/-/reporter-dev-server-2.3.2.tgz", - "integrity": "sha512-E7LtnjAX4iiWMw2qKUyFBi3+bDz0UGjqgHoPQylUYYLi6opXjJz/oC+cCcCy4e3RZlkrl187XonvagS59YjDxA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/reporter-dev-server/-/reporter-dev-server-2.7.0.tgz", + "integrity": "sha512-ySuou5addK8fGue8aXzo536BaEjMujDrEc1xkp4TasInXHVcA98b+SYX5NAZTGob5CxKvZQ5ylhg77zW30B+iA==", "dev": true, "requires": { - "@parcel/plugin": "2.3.2", - "@parcel/utils": "2.3.2" + "@parcel/plugin": "2.7.0", + "@parcel/utils": "2.7.0" } }, "@parcel/resolver-default": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/resolver-default/-/resolver-default-2.3.2.tgz", - "integrity": "sha512-y3r+xOwWsATrNGUWuZ6soA7q24f8E5tY1AZ9lHCufnkK2cdKZJ5O1cyd7ohkAiKZx2/pMd+FgmVZ/J3oxetXkA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/resolver-default/-/resolver-default-2.7.0.tgz", + "integrity": "sha512-v8TvWsbLK7/q7n4gv6OrYNbW18xUx4zKbVMGZb1u4yMhzEH4HFr1D9OeoTq3jk+ximAigds8B6triQbL5exF7A==", "dev": true, "requires": { - "@parcel/node-resolver-core": "2.3.2", - "@parcel/plugin": "2.3.2" + "@parcel/node-resolver-core": "2.7.0", + "@parcel/plugin": "2.7.0" } }, "@parcel/runtime-browser-hmr": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/runtime-browser-hmr/-/runtime-browser-hmr-2.3.2.tgz", - "integrity": "sha512-nRD6uOyF1+HGylP9GASbYmvUDOsDaNwvaxuGTSh8+5M0mmCgib+hVBiPEKbwdmKjGbUPt9wRFPyMa/JpeQZsIQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/runtime-browser-hmr/-/runtime-browser-hmr-2.7.0.tgz", + "integrity": "sha512-PLbMLdclQeYsi2LkilZVGFV1n3y55G1jaBvby4ekedUZjMw3SWdMY2tDxgSDdFWfLCnYHJXdGUQSzGGi1kPzjA==", "dev": true, "requires": { - "@parcel/plugin": "2.3.2", - "@parcel/utils": "2.3.2" + "@parcel/plugin": "2.7.0", + "@parcel/utils": "2.7.0" } }, "@parcel/runtime-js": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/runtime-js/-/runtime-js-2.3.2.tgz", - "integrity": "sha512-SJepcHvYO/7CEe/Q85sngk+smcJ6TypuPh4D2R8kN+cAJPi5WvbQEe7+x5BEgbN+5Jumi/Uo3FfOOE5mYh+F6g==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/runtime-js/-/runtime-js-2.7.0.tgz", + "integrity": "sha512-9/YUZTBNrSN2H6rbz/o1EOM0O7I3ZR/x9IDzxjJBD6Mi+0uCgCD02aedare/SNr1qgnbZZWmhpOzC+YgREcfLA==", "dev": true, "requires": { - "@parcel/plugin": "2.3.2", - "@parcel/utils": "2.3.2", + "@parcel/plugin": "2.7.0", + "@parcel/utils": "2.7.0", "nullthrows": "^1.1.1" } }, "@parcel/runtime-react-refresh": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/runtime-react-refresh/-/runtime-react-refresh-2.3.2.tgz", - "integrity": "sha512-P+GRPO2XVDSBQ4HmRSj2xfbHSQvL9+ahTE/AB74IJExLTITv5l4SHAV3VsiKohuHYUAYHW3A/Oe7tEFCAb6Cug==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/runtime-react-refresh/-/runtime-react-refresh-2.7.0.tgz", + "integrity": "sha512-vDKO0rWqRzEpmvoZ4kkYUiSsTxT5NnH904BFPFxKI0wJCl6yEmPuEifmATo73OuYhP6jIP3Qfl1R4TtiDFPJ1Q==", "dev": true, "requires": { - "@parcel/plugin": "2.3.2", - "@parcel/utils": "2.3.2", + "@parcel/plugin": "2.7.0", + "@parcel/utils": "2.7.0", + "react-error-overlay": "6.0.9", "react-refresh": "^0.9.0" } }, "@parcel/runtime-service-worker": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/runtime-service-worker/-/runtime-service-worker-2.3.2.tgz", - "integrity": "sha512-iREHj/eapphC4uS/zGUkiTJvG57q+CVbTrfE42kB8ECtf/RYNo5YC9htdvPZjRSXDPrEPc5NCoKp4X09ENNikw==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/runtime-service-worker/-/runtime-service-worker-2.7.0.tgz", + "integrity": "sha512-uD2pAV0yV6+e7JaWH4KVPbG+zRCrxr/OACyS9tIh+Q/R1vRmh8zGM3yhdrcoiZ7tFOnM72vd6xY11eTrUsSVig==", "dev": true, "requires": { - "@parcel/plugin": "2.3.2", - "@parcel/utils": "2.3.2", + "@parcel/plugin": "2.7.0", + "@parcel/utils": "2.7.0", "nullthrows": "^1.1.1" } }, "@parcel/source-map": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@parcel/source-map/-/source-map-2.0.2.tgz", - "integrity": "sha512-NnUrPYLpYB6qyx2v6bcRPn/gVigmGG6M6xL8wIg/i0dP1GLkuY1nf+Hqdf63FzPTqqT7K3k6eE5yHPQVMO5jcA==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@parcel/source-map/-/source-map-2.1.0.tgz", + "integrity": "sha512-E7UOEIof2o89LrKk1agSLmwakjigmEdDp1ZaEdsLVEvq63R/bul4Ij5CT+0ZDcijGpl5tnTbQADY9EyYGtjYgQ==", "dev": true, "requires": { "detect-libc": "^1.0.3" } }, "@parcel/transformer-babel": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/transformer-babel/-/transformer-babel-2.3.2.tgz", - "integrity": "sha512-QpWfH2V6jJ+kcUBIMM/uBBG8dGFvNaOGS+8jD6b+eTP+1owzm83RoWgqhRV2D/hhv2qMXEQzIljoc/wg2y+X4g==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-babel/-/transformer-babel-2.7.0.tgz", + "integrity": "sha512-7iklDXXnKH1530+QbI+e4kIJ+Q1puA1ulRS10db3aUJMj5GnvXGDFwhSZ7+T1ps66QHO7cVO29VlbqiRDarH1Q==", "dev": true, "requires": { - "@parcel/diagnostic": "2.3.2", - "@parcel/plugin": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/plugin": "2.7.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.3.2", + "@parcel/utils": "2.7.0", "browserslist": "^4.6.6", "json5": "^2.2.0", "nullthrows": "^1.1.1", "semver": "^5.7.0" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } } }, "@parcel/transformer-css": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/transformer-css/-/transformer-css-2.3.2.tgz", - "integrity": "sha512-8lzvDny+78DIAqhcXam2Bf9FyaUoqzHdUQdNFn+PuXTHroG/QGPvln1kvqngJjn4/cpJS9vYmAPVXe+nai3P8g==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-css/-/transformer-css-2.7.0.tgz", + "integrity": "sha512-J4EpWK9spQpXyNCmKK8Xnane0xW/1B/EAmfp7Fiv7g+5yUjY4ODf4KUugvE+Eb2gekPkhOKNHermO2KrX0/PFA==", "dev": true, "requires": { - "@parcel/hash": "2.3.2", - "@parcel/plugin": "2.3.2", + "@parcel/css": "^1.12.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/plugin": "2.7.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.3.2", - "nullthrows": "^1.1.1", - "postcss": "^8.4.5", - "postcss-value-parser": "^4.2.0", - "semver": "^5.7.1" + "@parcel/utils": "2.7.0", + "browserslist": "^4.6.6", + "nullthrows": "^1.1.1" } }, "@parcel/transformer-html": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/transformer-html/-/transformer-html-2.3.2.tgz", - "integrity": "sha512-idT1I/8WM65IFYBqzRwpwT7sf0xGur4EDQDHhuPX1w+pIVZnh0lkLMAnEqs6ar1SPRMys4chzkuDNnqh0d76hg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-html/-/transformer-html-2.7.0.tgz", + "integrity": "sha512-wYJl5rn81W+Rlk9oQwDJcjoVsWVDKyeri84FzmlGXOsg0EYgnqOiG+3MDM8GeZjfuGe5fuoum4eqZeS0WdUHXw==", "dev": true, "requires": { - "@parcel/diagnostic": "2.3.2", - "@parcel/hash": "2.3.2", - "@parcel/plugin": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/hash": "2.7.0", + "@parcel/plugin": "2.7.0", "nullthrows": "^1.1.1", "posthtml": "^0.16.5", "posthtml-parser": "^0.10.1", "posthtml-render": "^3.0.0", "semver": "^5.7.1" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } } }, "@parcel/transformer-image": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/transformer-image/-/transformer-image-2.3.2.tgz", - "integrity": "sha512-0K7cJHXysli6hZsUz/zVGO7WCoaaIeVdzAxKpLA1Yl3LKw/ODiMyXKt08LiV/ljQ2xT5qb9EsXUWDRvcZ0b96A==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-image/-/transformer-image-2.7.0.tgz", + "integrity": "sha512-mhi9/R5/ULhCkL2COVIKhNFoLDiZwQgprdaTJr5fnODggVxEX5o7ebFV6KNLMTEkwZUJWoB1hL0ziI0++DtoFA==", "dev": true, "requires": { - "@parcel/plugin": "2.3.2", - "@parcel/workers": "2.3.2", + "@parcel/plugin": "2.7.0", + "@parcel/utils": "2.7.0", + "@parcel/workers": "2.7.0", "nullthrows": "^1.1.1" } }, "@parcel/transformer-js": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/transformer-js/-/transformer-js-2.3.2.tgz", - "integrity": "sha512-U1fbIoAoqR5P49S+DMhH8BUd9IHRPwrTTv6ARYGsYnhuNsjTFhNYE0kkfRYboe/e0z7vEbeJICZXjnZ7eQDw5A==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-js/-/transformer-js-2.7.0.tgz", + "integrity": "sha512-mzerR+D4rDomUSIk5RSTa2w+DXBdXUeQrpDO74WCDdpDi1lIl8ppFpqtmU7O6y6p8QsgkmS9b0g/vhcry6CJTA==", "dev": true, "requires": { - "@parcel/diagnostic": "2.3.2", - "@parcel/plugin": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/plugin": "2.7.0", "@parcel/source-map": "^2.0.0", - "@parcel/utils": "2.3.2", - "@parcel/workers": "2.3.2", - "@swc/helpers": "^0.2.11", + "@parcel/utils": "2.7.0", + "@parcel/workers": "2.7.0", + "@swc/helpers": "^0.4.2", "browserslist": "^4.6.6", "detect-libc": "^1.0.3", "nullthrows": "^1.1.1", "regenerator-runtime": "^0.13.7", "semver": "^5.7.1" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } } }, "@parcel/transformer-json": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/transformer-json/-/transformer-json-2.3.2.tgz", - "integrity": "sha512-Pv2iPaxKINtFwOk5fDbHjQlSm2Vza/NLimQY896FLxiXPNAJxWGvMwdutgOPEBKksxRx9LZPyIOHiRVZ0KcA3w==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-json/-/transformer-json-2.7.0.tgz", + "integrity": "sha512-RQjuxBpYOch+kr4a0zi77KJtOLTPYRM7iq4NN80zKnA0r0dwDUCxZBtaj2l0O0o3R4MMJnm+ncP+cB7XR7dZYA==", "dev": true, "requires": { - "@parcel/plugin": "2.3.2", + "@parcel/plugin": "2.7.0", "json5": "^2.2.0" } }, "@parcel/transformer-postcss": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/transformer-postcss/-/transformer-postcss-2.3.2.tgz", - "integrity": "sha512-Rpdxc1rt2aJFCh/y/ccaBc9J1crDjNY5o44xYoOemBoUNDMREsmg5sR5iO81qKKO5GxfoosGb2zh59aeTmywcg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-postcss/-/transformer-postcss-2.7.0.tgz", + "integrity": "sha512-b6RskXBWf0MjpC9qjR2dQ1ZdRnlOiKYseG5CEovWCqM218RtdydFKz7jS+5Gxkb6qBtOG7zGPONXdPe+gTILcA==", "dev": true, "requires": { - "@parcel/hash": "2.3.2", - "@parcel/plugin": "2.3.2", - "@parcel/utils": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/hash": "2.7.0", + "@parcel/plugin": "2.7.0", + "@parcel/utils": "2.7.0", "clone": "^2.1.1", "nullthrows": "^1.1.1", "postcss-value-parser": "^4.2.0", "semver": "^5.7.1" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } } }, "@parcel/transformer-posthtml": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/transformer-posthtml/-/transformer-posthtml-2.3.2.tgz", - "integrity": "sha512-tMdVExfdM+1G8A9KSHDsjg+S9xEGbhH5mApF2NslPnNZ4ciLKRNuHU2sSV/v8i0a6kacKvDTrwQXYBQJGOodBw==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-posthtml/-/transformer-posthtml-2.7.0.tgz", + "integrity": "sha512-cP8YOiSynWJ1ycmBlhnnHeuQb2cwmklZ+BNyLUktj5p78kDy2de7VjX+dRNRHoW4H9OgEcSF4UEfDVVz5RYIhw==", "dev": true, "requires": { - "@parcel/plugin": "2.3.2", - "@parcel/utils": "2.3.2", + "@parcel/plugin": "2.7.0", + "@parcel/utils": "2.7.0", "nullthrows": "^1.1.1", "posthtml": "^0.16.5", "posthtml-parser": "^0.10.1", "posthtml-render": "^3.0.0", "semver": "^5.7.1" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } } }, "@parcel/transformer-raw": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/transformer-raw/-/transformer-raw-2.3.2.tgz", - "integrity": "sha512-lY7eOCaALZ90+GH+4PZRmAPGQRXoZ66NakSdhEtH6JSSAYOmZKDvNLGTMRo/vK1oELzWMuAHGdqvbcPDtNLLVw==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-raw/-/transformer-raw-2.7.0.tgz", + "integrity": "sha512-sDnItWCFSDez0izK1i5cgv+kXzZTbcJh4rNpVIgmE1kBLvAz608sqgcCkavb2wVJIvLesxYM+5G4p1CwkDlZ1g==", "dev": true, "requires": { - "@parcel/plugin": "2.3.2" + "@parcel/plugin": "2.7.0" } }, "@parcel/transformer-react-refresh-wrap": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/transformer-react-refresh-wrap/-/transformer-react-refresh-wrap-2.3.2.tgz", - "integrity": "sha512-FZaderyCExn0SBZ6D+zHPWc8JSn9YDcbfibv0wkCl+D7sYfeWZ22i7MRp5NwCe/TZ21WuxDWySCggEp/Waz2xg==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-react-refresh-wrap/-/transformer-react-refresh-wrap-2.7.0.tgz", + "integrity": "sha512-1vRmIJzyBA1nIiXTAU6tZExq2FvJj/2F0ft6KDw8GYPv0KjmdiPo/PmaZ7JeSVOM6SdXQIQCbTmp1vkMP7DtkA==", "dev": true, "requires": { - "@parcel/plugin": "2.3.2", - "@parcel/utils": "2.3.2", + "@parcel/plugin": "2.7.0", + "@parcel/utils": "2.7.0", "react-refresh": "^0.9.0" } }, "@parcel/transformer-svg": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/transformer-svg/-/transformer-svg-2.3.2.tgz", - "integrity": "sha512-k9My6bePsaGgUh+tidDjFbbVgKPTzwCAQfoloZRMt7y396KgUbvCfqDruk04k6k+cJn7Jl1o/5lUpTEruBze7g==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/transformer-svg/-/transformer-svg-2.7.0.tgz", + "integrity": "sha512-ioER37zceuuE+K6ZrnjCyMUWEnv+63hIAFResc1OXxRhyt+7kzMz9ZqK0Mt6QMLwl1dxhkLmrU41n9IxzKZuSQ==", "dev": true, "requires": { - "@parcel/diagnostic": "2.3.2", - "@parcel/hash": "2.3.2", - "@parcel/plugin": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/hash": "2.7.0", + "@parcel/plugin": "2.7.0", "nullthrows": "^1.1.1", "posthtml": "^0.16.5", "posthtml-parser": "^0.10.1", "posthtml-render": "^3.0.0", "semver": "^5.7.1" + }, + "dependencies": { + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + } } }, "@parcel/types": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/types/-/types-2.3.2.tgz", - "integrity": "sha512-C77Ct1xNM7LWjPTfe/dQ/9rq1efdsX5VJu2o8/TVi6qoFh64Wp/c5/vCHwKInOTBZUTchVO6z4PGJNIZoUVJuA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/types/-/types-2.7.0.tgz", + "integrity": "sha512-+dhXVUnseTCpJvBTGMp0V6X13z6O/A/+CUtwEpMGZ8XSmZ4Gk44GvaTiBOp0bJpWG4fvCKp+UmC8PYbrDiiziw==", "dev": true, "requires": { - "@parcel/cache": "2.3.2", - "@parcel/diagnostic": "2.3.2", - "@parcel/fs": "2.3.2", - "@parcel/package-manager": "2.3.2", + "@parcel/cache": "2.7.0", + "@parcel/diagnostic": "2.7.0", + "@parcel/fs": "2.7.0", + "@parcel/package-manager": "2.7.0", "@parcel/source-map": "^2.0.0", - "@parcel/workers": "2.3.2", + "@parcel/workers": "2.7.0", "utility-types": "^3.10.0" } }, "@parcel/utils": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/utils/-/utils-2.3.2.tgz", - "integrity": "sha512-xzZ+0vWhrXlLzGoz7WlANaO5IPtyWGeCZruGtepUL3yheRWb1UU4zFN9xz7Z+j++Dmf1Fgkc3qdk/t4O8u9HLQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/utils/-/utils-2.7.0.tgz", + "integrity": "sha512-jNZ5bIGg1r1RDRKi562o4kuVwnz+XJ2Ie3b0Zwrqwvgfj6AbRFIKzDd+h85dWWmcDYzKUbHp11u6VJl1u8Vapg==", "dev": true, "requires": { - "@parcel/codeframe": "2.3.2", - "@parcel/diagnostic": "2.3.2", - "@parcel/hash": "2.3.2", - "@parcel/logger": "2.3.2", - "@parcel/markdown-ansi": "2.3.2", + "@parcel/codeframe": "2.7.0", + "@parcel/diagnostic": "2.7.0", + "@parcel/hash": "2.7.0", + "@parcel/logger": "2.7.0", + "@parcel/markdown-ansi": "2.7.0", "@parcel/source-map": "^2.0.0", "chalk": "^4.1.0" }, @@ -7207,50 +8047,41 @@ } }, "@parcel/workers": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@parcel/workers/-/workers-2.3.2.tgz", - "integrity": "sha512-JbOm+Ceuyymd1SuKGgodC2EXAiPuFRpaNUSJpz3NAsS3lVIt2TDAPMOWBivS7sML/KltspUfl/Q9YwO0TPUFNw==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@parcel/workers/-/workers-2.7.0.tgz", + "integrity": "sha512-99VfaOX+89+RaoTSyH9ZQtkMBFZBFMvJmVJ/GeJT6QCd2wtKBStTHlaSnQOkLD/iRjJCNwV2xpZmm8YkTwV+hg==", "dev": true, "requires": { - "@parcel/diagnostic": "2.3.2", - "@parcel/logger": "2.3.2", - "@parcel/types": "2.3.2", - "@parcel/utils": "2.3.2", + "@parcel/diagnostic": "2.7.0", + "@parcel/logger": "2.7.0", + "@parcel/types": "2.7.0", + "@parcel/utils": "2.7.0", "chrome-trace-event": "^1.0.2", "nullthrows": "^1.1.1" } }, "@rollup/plugin-commonjs": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-11.0.2.tgz", - "integrity": "sha512-MPYGZr0qdbV5zZj8/2AuomVpnRVXRU5XKXb3HVniwRoRCreGlf5kOE081isNWeiLIi6IYkwTX9zE0/c7V8g81g==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-11.1.0.tgz", + "integrity": "sha512-Ycr12N3ZPN96Fw2STurD21jMqzKwL9QuFhms3SD7KKRK7oaXUsBU9Zt0jL/rOPHiPYisI21/rXGO3jr9BnLHUA==", "dev": true, "requires": { - "@rollup/pluginutils": "^3.0.0", + "@rollup/pluginutils": "^3.0.8", + "commondir": "^1.0.1", "estree-walker": "^1.0.1", + "glob": "^7.1.2", "is-reference": "^1.1.2", "magic-string": "^0.25.2", "resolve": "^1.11.0" - }, - "dependencies": { - "magic-string": { - "version": "0.25.7", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz", - "integrity": "sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==", - "dev": true, - "requires": { - "sourcemap-codec": "^1.4.4" - } - } } }, "@rollup/plugin-node-resolve": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-7.1.1.tgz", - "integrity": "sha512-14ddhD7TnemeHE97a4rLOhobfYvUVcaYuqTnL8Ti7Jxi9V9Jr5LY7Gko4HZ5k4h4vqQM0gBQt6tsp9xXW94WPA==", + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-7.1.3.tgz", + "integrity": "sha512-RxtSL3XmdTAE2byxekYLnx+98kEUOrPHF/KRVjLH+DEIHy6kjIw7YINQzn+NXiH/NTrQLAwYs0GWB+csWygA9Q==", "dev": true, "requires": { - "@rollup/pluginutils": "^3.0.6", + "@rollup/pluginutils": "^3.0.8", "@types/resolve": "0.0.8", "builtin-modules": "^3.1.0", "is-module": "^1.0.0", @@ -7258,40 +8089,44 @@ } }, "@rollup/plugin-replace": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.3.1.tgz", - "integrity": "sha512-qDcXj2VOa5+j0iudjb+LiwZHvBRRgWbHPhRmo1qde2KItTjuxDVQO21rp9/jOlzKR5YO0EsgRQoyox7fnL7y/A==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz", + "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==", "dev": true, "requires": { - "@rollup/pluginutils": "^3.0.4", - "magic-string": "^0.25.5" - }, - "dependencies": { - "magic-string": { - "version": "0.25.7", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz", - "integrity": "sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==", - "dev": true, - "requires": { - "sourcemap-codec": "^1.4.4" - } - } + "@rollup/pluginutils": "^3.1.0", + "magic-string": "^0.25.7" + } + }, + "@rollup/plugin-typescript": { + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-8.5.0.tgz", + "integrity": "sha512-wMv1/scv0m/rXx21wD2IsBbJFba8wGF3ErJIr6IKRfRj49S85Lszbxb4DCo8iILpluTjk2GAAu9CoZt4G3ppgQ==", + "dev": true, + "requires": { + "@rollup/pluginutils": "^3.1.0", + "resolve": "^1.17.0" } }, "@rollup/pluginutils": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.0.8.tgz", - "integrity": "sha512-rYGeAc4sxcZ+kPG/Tw4/fwJODC3IXHYDH4qusdN/b6aLw5LPUbzpecYbEJh4sVQGPFJxd2dBU4kc1H3oy9/bnw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", + "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", "dev": true, "requires": { - "estree-walker": "^1.0.1" + "@types/estree": "0.0.39", + "estree-walker": "^1.0.1", + "picomatch": "^2.2.2" } }, "@swc/helpers": { - "version": "0.2.14", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.2.14.tgz", - "integrity": "sha512-wpCQMhf5p5GhNg2MmGKXzUNwxe7zRiCsmqYsamez2beP7mKPCSiu+BjZcdN95yYSzO857kr0VfQewmGpS77nqA==", - "dev": true + "version": "0.4.11", + "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.11.tgz", + "integrity": "sha512-rEUrBSGIoSFuYxwBYtlUFMlE2CwGhmW+w9355/5oduSw8e5h2+Tj4UrAGNNgP9915++wj5vkQo0UuOBqOAq4nw==", + "dev": true, + "requires": { + "tslib": "^2.4.0" + } }, "@trysound/sax": { "version": "0.2.0", @@ -7299,12 +8134,6 @@ "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", "dev": true }, - "@types/color-name": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz", - "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==", - "dev": true - }, "@types/estree": { "version": "0.0.39", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", @@ -7312,9 +8141,9 @@ "dev": true }, "@types/node": { - "version": "13.9.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-13.9.3.tgz", - "integrity": "sha512-01s+ac4qerwd6RHD+mVbOEsraDHSgUaefQlEdBbUolnQFjKwCr7luvAlEwW1RFojh67u0z4OUTjPn9LEl4zIkA==", + "version": "18.7.15", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.15.tgz", + "integrity": "sha512-XnjpaI8Bgc3eBag2Aw4t2Uj/49lLBSStHWfqKvIuXD7FIrZyMLWp8KuAFHAqxMZYTF9l08N1ctUn9YNybZJVmQ==", "dev": true }, "@types/parse-json": { @@ -7323,6 +8152,32 @@ "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", "dev": true }, + "@types/prop-types": { + "version": "15.7.5", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz", + "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==", + "dev": true + }, + "@types/react": { + "version": "18.0.18", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.18.tgz", + "integrity": "sha512-6hI08umYs6NaiHFEEGioXnxJ+oEhY3eRz8VCUaudZmGdtvPviCJB8mgaMxaDWAdPSYd4eFavrPk2QIolwbLYrg==", + "dev": true, + "requires": { + "@types/prop-types": "*", + "@types/scheduler": "*", + "csstype": "^3.0.2" + } + }, + "@types/react-dom": { + "version": "18.0.6", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.6.tgz", + "integrity": "sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA==", + "dev": true, + "requires": { + "@types/react": "*" + } + }, "@types/resolve": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-0.0.8.tgz", @@ -7332,6 +8187,76 @@ "@types/node": "*" } }, + "@types/scheduler": { + "version": "0.16.2", + "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz", + "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==", + "dev": true + }, + "@typescript-eslint/parser": { + "version": "5.36.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.36.2.tgz", + "integrity": "sha512-qS/Kb0yzy8sR0idFspI9Z6+t7mqk/oRjnAYfewG+VN73opAUvmYL3oPIMmgOX6CnQS6gmVIXGshlb5RY/R22pA==", + "dev": true, + "requires": { + "@typescript-eslint/scope-manager": "5.36.2", + "@typescript-eslint/types": "5.36.2", + "@typescript-eslint/typescript-estree": "5.36.2", + "debug": "^4.3.4" + } + }, + "@typescript-eslint/scope-manager": { + "version": "5.36.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.36.2.tgz", + "integrity": "sha512-cNNP51L8SkIFSfce8B1NSUBTJTu2Ts4nWeWbFrdaqjmn9yKrAaJUBHkyTZc0cL06OFHpb+JZq5AUHROS398Orw==", + "dev": true, + "requires": { + "@typescript-eslint/types": "5.36.2", + "@typescript-eslint/visitor-keys": "5.36.2" + } + }, + "@typescript-eslint/types": { + "version": "5.36.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.36.2.tgz", + "integrity": "sha512-9OJSvvwuF1L5eS2EQgFUbECb99F0mwq501w0H0EkYULkhFa19Qq7WFbycdw1PexAc929asupbZcgjVIe6OK/XQ==", + "dev": true + }, + "@typescript-eslint/typescript-estree": { + "version": "5.36.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.36.2.tgz", + "integrity": "sha512-8fyH+RfbKc0mTspfuEjlfqA4YywcwQK2Amcf6TDOwaRLg7Vwdu4bZzyvBZp4bjt1RRjQ5MDnOZahxMrt2l5v9w==", + "dev": true, + "requires": { + "@typescript-eslint/types": "5.36.2", + "@typescript-eslint/visitor-keys": "5.36.2", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "dependencies": { + "semver": { + "version": "7.3.7", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", + "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + } + } + }, + "@typescript-eslint/visitor-keys": { + "version": "5.36.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.36.2.tgz", + "integrity": "sha512-BtRvSR6dEdrNt7Net2/XDjbYKU5Ml6GqJgVfXT0CxTCJlnIqK7rAGreuWKMT2t8cFUT2Msv5oxw0GMRD7T5J7A==", + "dev": true, + "requires": { + "@typescript-eslint/types": "5.36.2", + "eslint-visitor-keys": "^3.3.0" + } + }, "abortcontroller-polyfill": { "version": "1.7.3", "resolved": "https://registry.npmjs.org/abortcontroller-polyfill/-/abortcontroller-polyfill-1.7.3.tgz", @@ -7348,8 +8273,7 @@ "version": "5.3.2", "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "dev": true, - "requires": {} + "dev": true }, "ajv": { "version": "6.12.6", @@ -7364,9 +8288,15 @@ } }, "ansi-colors": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", - "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", + "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", + "dev": true + }, + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true }, "ansi-styles": { @@ -7388,31 +8318,42 @@ } }, "array-includes": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.1.tgz", - "integrity": "sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.5.tgz", + "integrity": "sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==", "dev": true, "requires": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.0", - "is-string": "^1.0.5" + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5", + "get-intrinsic": "^1.1.1", + "is-string": "^1.0.7" } }, "array-union": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", - "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", - "dev": true, - "requires": { - "array-uniq": "^1.0.1" - } + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true }, "array-uniq": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", - "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=", + "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==", "dev": true }, + "array.prototype.flatmap": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz", + "integrity": "sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.2", + "es-shim-unscopables": "^1.0.0" + } + }, "astral-regex": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", @@ -7429,9 +8370,9 @@ } }, "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true }, "base-x": { @@ -7446,7 +8387,7 @@ "boolbase": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", "dev": true }, "brace-expansion": { @@ -7459,17 +8400,25 @@ "concat-map": "0.0.1" } }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "requires": { + "fill-range": "^7.0.1" + } + }, "browserslist": { - "version": "4.20.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.2.tgz", - "integrity": "sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==", + "version": "4.21.3", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.3.tgz", + "integrity": "sha512-898rgRXLAyRkM1GryrrBHGkqA5hlpkV5MhtZwg9QXeiyLUYs2k00Un05aX5l2/yJIOObYKOpS2JNo8nJDE7fWQ==", "dev": true, "requires": { - "caniuse-lite": "^1.0.30001317", - "electron-to-chromium": "^1.4.84", - "escalade": "^3.1.1", - "node-releases": "^2.0.2", - "picocolors": "^1.0.0" + "caniuse-lite": "^1.0.30001370", + "electron-to-chromium": "^1.4.202", + "node-releases": "^2.0.6", + "update-browserslist-db": "^1.0.5" } }, "buffer-from": { @@ -7479,27 +8428,31 @@ "dev": true }, "builtin-modules": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.1.0.tgz", - "integrity": "sha512-k0KL0aWZuBt2lrxrcASWDfwOLMnodeQjodT/1SxEQAXsHANgo6ZC/VEaSEHCXt7aSTZ4/4H5LKa+tBXmW7Vtvw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz", + "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==", "dev": true }, - "caniuse-api": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", - "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", + "call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", "dev": true, "requires": { - "browserslist": "^4.0.0", - "caniuse-lite": "^1.0.0", - "lodash.memoize": "^4.1.2", - "lodash.uniq": "^4.5.0" + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" } }, + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true + }, "caniuse-lite": { - "version": "1.0.30001317", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001317.tgz", - "integrity": "sha512-xIZLh8gBm4dqNX0gkzrBeyI86J2eCjWzYAs40q88smG844YIrN4tVQl/RhquHvKEKImWWFIVh1Lxe5n1G/N+GQ==", + "version": "1.0.30001390", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001390.tgz", + "integrity": "sha512-sS4CaUM+/+vqQUlCvCJ2WtDlV81aWtHhqeEVkLokVJJa3ViN4zDxAGfq9R8i1m90uGHxo99cy10Od+lvn3hf0g==", "dev": true }, "chalk": { @@ -7522,7 +8475,7 @@ "clone": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", - "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=", + "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==", "dev": true }, "color-convert": { @@ -7537,13 +8490,7 @@ "color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", - "dev": true - }, - "colord": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.2.tgz", - "integrity": "sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ==", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", "dev": true }, "commander": { @@ -7552,27 +8499,27 @@ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "dev": true }, + "commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", + "dev": true + }, "concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "dev": true }, "convert-source-map": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz", - "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", + "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", "dev": true, "requires": { "safe-buffer": "~5.1.1" } }, - "core-js-pure": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.6.5.tgz", - "integrity": "sha512-lacdXOimsiD0QyNf9BC/mxivNJ/ybBGJXQFKzRekp1WTHoVUWsUHEn+2T8GJAzzIhyOuXA+gOxCVN3l+5PLPUA==", - "dev": true - }, "cosmiconfig": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", @@ -7586,24 +8533,26 @@ "yaml": "^1.10.0" } }, - "css-declaration-sorter": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.1.4.tgz", - "integrity": "sha512-lpfkqS0fctcmZotJGhnxkIyJWvBXgpyi2wsFd4J8VB7wzyrT6Ch/3Q+FMNJpjK4gu1+GN5khOnpU2ZVKrLbhCw==", + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", "dev": true, "requires": { - "timsort": "^0.3.0" + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" } }, "css-select": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.2.1.tgz", - "integrity": "sha512-/aUslKhzkTNCQUB2qTX84lVmfia9NyjP3WpDGtj/WxhwBzWBYUV3DgUpurHTme8UTPcPlAD1DJ+b0nN/t50zDQ==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", "dev": true, "requires": { "boolbase": "^1.0.0", - "css-what": "^5.1.0", - "domhandler": "^4.3.0", + "css-what": "^6.0.1", + "domhandler": "^4.3.1", "domutils": "^2.8.0", "nth-check": "^2.0.1" } @@ -7616,83 +8565,14 @@ "requires": { "mdn-data": "2.0.14", "source-map": "^0.6.1" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } } }, "css-what": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-5.1.0.tgz", - "integrity": "sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", "dev": true }, - "cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "dev": true - }, - "cssnano": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.4.tgz", - "integrity": "sha512-hbfhVZreEPyzl+NbvRsjNo54JOX80b+j6nqG2biLVLaZHJEiqGyMh4xDGHtwhUKd5p59mj2GlDqlUBwJUuIu5A==", - "dev": true, - "requires": { - "cssnano-preset-default": "^*", - "lilconfig": "^2.0.3", - "yaml": "^1.10.2" - } - }, - "cssnano-preset-default": { - "version": "5.2.4", - "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.4.tgz", - "integrity": "sha512-w1Gg8xsebln6/axZ6qDFQHuglrGfbIHOIx0g4y9+etRlRab8CGpSpe6UMsrgJe4zhCaJ0LwLmc+PhdLRTwnhIA==", - "dev": true, - "requires": { - "css-declaration-sorter": "^6.0.3", - "cssnano-utils": "^*", - "postcss-calc": "^8.2.3", - "postcss-colormin": "^*", - "postcss-convert-values": "^*", - "postcss-discard-comments": "^*", - "postcss-discard-duplicates": "^*", - "postcss-discard-empty": "^*", - "postcss-discard-overridden": "^*", - "postcss-merge-longhand": "^*", - "postcss-merge-rules": "^*", - "postcss-minify-font-values": "^*", - "postcss-minify-gradients": "^*", - "postcss-minify-params": "^*", - "postcss-minify-selectors": "^*", - "postcss-normalize-charset": "^*", - "postcss-normalize-display-values": "^*", - "postcss-normalize-positions": "^*", - "postcss-normalize-repeat-style": "^*", - "postcss-normalize-string": "^*", - "postcss-normalize-timing-functions": "^*", - "postcss-normalize-unicode": "^*", - "postcss-normalize-url": "^*", - "postcss-normalize-whitespace": "^*", - "postcss-ordered-values": "^*", - "postcss-reduce-initial": "^*", - "postcss-reduce-transforms": "^*", - "postcss-svgo": "^*", - "postcss-unique-selectors": "^*" - } - }, - "cssnano-utils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz", - "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==", - "dev": true, - "requires": {} - }, "csso": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", @@ -7702,36 +8582,52 @@ "css-tree": "^1.1.2" } }, + "csstype": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.0.tgz", + "integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==", + "dev": true + }, "debug": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", - "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dev": true, "requires": { - "ms": "^2.1.1" + "ms": "2.1.2" } }, "deep-is": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", - "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=", + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true }, "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", - "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz", + "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==", "dev": true, "requires": { - "object-keys": "^1.0.12" + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" } }, "detect-libc": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", - "integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=", + "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", "dev": true }, + "dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, + "requires": { + "path-type": "^4.0.0" + } + }, "doctrine": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", @@ -7742,9 +8638,9 @@ } }, "dom-serializer": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz", - "integrity": "sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", "dev": true, "requires": { "domelementtype": "^2.0.1", @@ -7761,15 +8657,15 @@ } }, "domelementtype": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz", - "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", "dev": true }, "domhandler": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.0.tgz", - "integrity": "sha512-fC0aXNQXqKSFTr2wDNZDhsEYjCiYsDWl3D01kwt25hm1YIPyDGHvvi3rw+PLqHAl/m71MaiF7d5zvBr0p5UB2g==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", "dev": true, "requires": { "domelementtype": "^2.2.0" @@ -7799,9 +8695,9 @@ "dev": true }, "electron-to-chromium": { - "version": "1.4.87", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.87.tgz", - "integrity": "sha512-EXXTtDHFUKdFVkCnhauU7Xp8wmFC1ZG6GK9a1BeI2vvNhy61IwfNPo/CRexhf7mh4ajxAHJPind62BzpzVUeuQ==", + "version": "1.4.242", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.242.tgz", + "integrity": "sha512-nPdgMWtjjWGCtreW/2adkrB2jyHjClo9PtVhR6rW+oxa4E4Wom642Tn+5LslHP3XPL5MCpkn5/UEY60EXylNeQ==", "dev": true }, "email-addresses": { @@ -7841,30 +8737,43 @@ } }, "es-abstract": { - "version": "1.17.4", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.4.tgz", - "integrity": "sha512-Ae3um/gb8F0mui/jPL+QiqmglkUsaQf7FwBEHYIFkztkneosu9imhqHpBzQ3h1vit8t5iQ74t6PEVvphBZiuiQ==", + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.2.tgz", + "integrity": "sha512-XxXQuVNrySBNlEkTYJoDNFe5+s2yIOpzq80sUHEdPdQr0S5nTLz4ZPPPswNIpKseDDUS5yghX1gfLIHQZ1iNuQ==", "dev": true, "requires": { + "call-bind": "^1.0.2", "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", + "function.prototype.name": "^1.1.5", + "get-intrinsic": "^1.1.2", + "get-symbol-description": "^1.0.0", "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.1.5", - "is-regex": "^1.0.5", - "object-inspect": "^1.7.0", + "has-property-descriptors": "^1.0.0", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.3", + "is-callable": "^1.2.4", + "is-negative-zero": "^2.0.2", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.2", + "is-string": "^1.0.7", + "is-weakref": "^1.0.2", + "object-inspect": "^1.12.2", "object-keys": "^1.1.1", - "object.assign": "^4.1.0", - "string.prototype.trimleft": "^2.1.1", - "string.prototype.trimright": "^2.1.1" - }, - "dependencies": { - "object-inspect": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.7.0.tgz", - "integrity": "sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==", - "dev": true - } + "object.assign": "^4.1.4", + "regexp.prototype.flags": "^1.4.3", + "string.prototype.trimend": "^1.0.5", + "string.prototype.trimstart": "^1.0.5", + "unbox-primitive": "^1.0.2" + } + }, + "es-shim-unscopables": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz", + "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==", + "dev": true, + "requires": { + "has": "^1.0.3" } }, "es-to-primitive": { @@ -7887,7 +8796,7 @@ "escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true }, "eslint": { @@ -7938,26 +8847,28 @@ "v8-compile-cache": "^2.0.3" }, "dependencies": { - "ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true + "@babel/code-frame": { + "version": "7.12.11", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz", + "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==", + "dev": true, + "requires": { + "@babel/highlight": "^7.10.4" + } }, "ansi-styles": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.2.1.tgz", - "integrity": "sha512-9VGjrMsG1vePxcSweQsN20KY/c4zN0h9fLjqAbwbPfahM3t+NL+M9HC8xeXG2I8pX5NoamTGNuomEUFI7fcUjA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "requires": { - "@types/color-name": "^1.1.1", "color-convert": "^2.0.1" } }, "chalk": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.0.0.tgz", - "integrity": "sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "requires": { "ansi-styles": "^4.1.0", @@ -7979,36 +8890,22 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dev": true, - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - } - }, "escape-string-regexp": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "dev": true }, - "glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "requires": { - "is-glob": "^4.0.1" - } + "eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "dev": true }, "globals": { - "version": "13.13.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz", - "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==", + "version": "13.17.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.17.0.tgz", + "integrity": "sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==", "dev": true, "requires": { "type-fest": "^0.20.2" @@ -8020,136 +8917,64 @@ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true }, - "levn": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", - "dev": true, - "requires": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - } - }, - "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", - "dev": true, - "requires": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - } - }, - "path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true - }, - "prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "dev": true - }, "semver": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz", - "integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==", - "dev": true - }, - "shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, - "requires": { - "shebang-regex": "^3.0.0" - } - }, - "shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true - }, - "strip-ansi": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", - "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "version": "7.3.7", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", + "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", "dev": true, "requires": { - "ansi-regex": "^5.0.0" + "lru-cache": "^6.0.0" } }, "supports-color": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", - "integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", - "dev": true, - "requires": { - "prelude-ls": "^1.2.1" - } - }, - "which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "requires": { - "isexe": "^2.0.0" + "has-flag": "^4.0.0" } } } }, "eslint-config-prettier": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.11.0.tgz", - "integrity": "sha512-oB8cpLWSAjOVFEJhhyMZh6NOEOtBVziaqdDQ86+qhDHFbZXoRTM7pNSvFRfW/W/L/LrQ38C99J5CGuRBBzBsdA==", + "version": "6.15.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz", + "integrity": "sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==", "dev": true, "requires": { "get-stdin": "^6.0.0" } }, "eslint-plugin-prettier": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.3.tgz", - "integrity": "sha512-+HG5jmu/dN3ZV3T6eCD7a4BlAySdN7mLIbJYo0z1cFQuI+r2DiTJEFeF68ots93PsnrMxbzIZ2S/ieX+mkrBeQ==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.1.tgz", + "integrity": "sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g==", "dev": true, "requires": { "prettier-linter-helpers": "^1.0.0" } }, "eslint-plugin-react": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.20.0.tgz", - "integrity": "sha512-rqe1abd0vxMjmbPngo4NaYxTcR3Y4Hrmc/jg4T+sYz63yqlmJRknpEQfmWY+eDWPuMmix6iUIK+mv0zExjeLgA==", + "version": "7.31.7", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.7.tgz", + "integrity": "sha512-8NldBTeYp/kQoTV1uT0XF6HcmDqbgZ0lNPkN0wlRw8DJKXEnaWu+oh/6gt3xIhzvQ35wB2Y545fJhIbJSZ2NNw==", "dev": true, "requires": { - "array-includes": "^3.1.1", + "array-includes": "^3.1.5", + "array.prototype.flatmap": "^1.3.0", "doctrine": "^2.1.0", - "has": "^1.0.3", - "jsx-ast-utils": "^2.2.3", - "object.entries": "^1.1.1", - "object.fromentries": "^2.0.2", - "object.values": "^1.1.1", - "prop-types": "^15.7.2", - "resolve": "^1.15.1", - "string.prototype.matchall": "^4.0.2", - "xregexp": "^4.3.0" + "estraverse": "^5.3.0", + "jsx-ast-utils": "^2.4.1 || ^3.0.0", + "minimatch": "^3.1.2", + "object.entries": "^1.1.5", + "object.fromentries": "^2.0.5", + "object.hasown": "^1.1.1", + "object.values": "^1.1.5", + "prop-types": "^15.8.1", + "resolve": "^2.0.0-next.3", + "semver": "^6.3.0", + "string.prototype.matchall": "^4.0.7" }, "dependencies": { "doctrine": { @@ -8160,15 +8985,25 @@ "requires": { "esutils": "^2.0.2" } + }, + "resolve": { + "version": "2.0.0-next.4", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz", + "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==", + "dev": true, + "requires": { + "is-core-module": "^2.9.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + } } } }, "eslint-plugin-react-hooks": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz", - "integrity": "sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==", - "dev": true, - "requires": {} + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", + "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==", + "dev": true }, "eslint-scope": { "version": "5.1.1", @@ -8178,6 +9013,14 @@ "requires": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" + }, + "dependencies": { + "estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true + } } }, "eslint-utils": { @@ -8198,9 +9041,9 @@ } }, "eslint-visitor-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", + "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", "dev": true }, "espree": { @@ -8222,6 +9065,12 @@ } } }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true + }, "esquery": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", @@ -8229,14 +9078,6 @@ "dev": true, "requires": { "estraverse": "^5.1.0" - }, - "dependencies": { - "estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true - } } }, "esrecurse": { @@ -8246,20 +9087,12 @@ "dev": true, "requires": { "estraverse": "^5.2.0" - }, - "dependencies": { - "estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true - } } }, "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", "dev": true }, "estree-walker": { @@ -8286,6 +9119,19 @@ "integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==", "dev": true }, + "fast-glob": { + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", + "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + } + }, "fast-json-stable-stringify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", @@ -8295,9 +9141,18 @@ "fast-levenshtein": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true }, + "fastq": { + "version": "1.13.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", + "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", + "dev": true, + "requires": { + "reusify": "^1.0.4" + } + }, "file-entry-cache": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", @@ -8310,13 +9165,13 @@ "filename-reserved-regex": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-1.0.0.tgz", - "integrity": "sha1-5hz4BfDeHJhFZ9A4bcXfUO5a9+Q=", + "integrity": "sha512-UZArj7+U+2reBBVCvVmRlyq9D7EYQdUtuNN+1iz7pF1jGcJ2L0TjiRCxsTZfj2xFbM4c25uGCUDpKTHA7L2TKg==", "dev": true }, "filenamify": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-1.2.1.tgz", - "integrity": "sha1-qfL/0RxQO+0wABUCknI3jx8TZaU=", + "integrity": "sha512-DKVP0WQcB7WaIMSwDETqImRej2fepPqvXQjaVib7LRZn9Rxn5UbvK2tYTqGf1A1DkIprQQkG4XSQXSOZp7Q3GQ==", "dev": true, "requires": { "filename-reserved-regex": "^1.0.0", @@ -8327,13 +9182,22 @@ "filenamify-url": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/filenamify-url/-/filenamify-url-1.0.0.tgz", - "integrity": "sha1-syvYExnvWGO3MHi+1Q9GpPeXX1A=", + "integrity": "sha512-O9K9JcZeF5VdZWM1qR92NSv1WY2EofwudQayPx5dbnnFl9k0IcZha4eV/FGkjnBK+1irOQInij0yiooCHu/0Fg==", "dev": true, "requires": { "filenamify": "^1.0.0", "humanize-url": "^1.0.0" } }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "requires": { + "to-regex-range": "^5.0.1" + } + }, "flat-cache": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", @@ -8342,23 +9206,12 @@ "requires": { "flatted": "^3.1.0", "rimraf": "^3.0.2" - }, - "dependencies": { - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - } } }, "flatted": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz", - "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", + "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", "dev": true }, "fs-extra": { @@ -8375,19 +9228,44 @@ "fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "dev": true }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "optional": true + }, "function-bind": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", "dev": true }, + "function.prototype.name": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz", + "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.0", + "functions-have-names": "^1.2.2" + } + }, "functional-red-black-tree": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", - "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", + "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==", + "dev": true + }, + "functions-have-names": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", "dev": true }, "gensync": { @@ -8396,6 +9274,17 @@ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", "dev": true }, + "get-intrinsic": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.2.tgz", + "integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==", + "dev": true, + "requires": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.3" + } + }, "get-port": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/get-port/-/get-port-4.2.0.tgz", @@ -8408,6 +9297,16 @@ "integrity": "sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==", "dev": true }, + "get-symbol-description": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", + "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.1" + } + }, "gh-pages": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-2.2.0.tgz", @@ -8420,22 +9319,55 @@ "filenamify-url": "^1.0.0", "fs-extra": "^8.1.0", "globby": "^6.1.0" + }, + "dependencies": { + "array-union": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==", + "dev": true, + "requires": { + "array-uniq": "^1.0.1" + } + }, + "globby": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", + "integrity": "sha512-KVbFv2TQtbzCoxAnfD6JcHZTYCzyliEaaeM/gH8qQdkKr5s0OP9scEgvdcngyk7AVdY6YVW/TJHd+lQ/Df3Daw==", + "dev": true, + "requires": { + "array-union": "^1.0.1", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + } } }, "glob": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", - "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "dev": true, "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", - "minimatch": "^3.0.4", + "minimatch": "^3.1.1", "once": "^1.3.0", "path-is-absolute": "^1.0.0" } }, + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "requires": { + "is-glob": "^4.0.1" + } + }, "globals": { "version": "11.12.0", "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", @@ -8443,22 +9375,31 @@ "dev": true }, "globby": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", - "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", "dev": true, "requires": { - "array-union": "^1.0.1", - "glob": "^7.0.3", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + }, + "dependencies": { + "ignore": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", + "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", + "dev": true + } } }, "graceful-fs": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz", - "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==", + "version": "4.2.10", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", "dev": true }, "has": { @@ -8470,22 +9411,46 @@ "function-bind": "^1.1.1" } }, + "has-bigints": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", + "dev": true + }, "has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true }, + "has-property-descriptors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", + "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", + "dev": true, + "requires": { + "get-intrinsic": "^1.1.1" + } + }, "has-symbols": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", - "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", "dev": true }, + "has-tostringtag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "dev": true, + "requires": { + "has-symbols": "^1.0.2" + } + }, "htmlnano": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/htmlnano/-/htmlnano-2.0.0.tgz", - "integrity": "sha512-thKQfhcp2xgtsWNE27A2bliEeqVL5xjAgGn0wajyttvFFsvFWWah1ntV9aEX61gz0T6MBQ5xK/1lXuEumhJTcg==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/htmlnano/-/htmlnano-2.0.2.tgz", + "integrity": "sha512-+ZrQFS4Ub+zd+/fWwfvoYCEGNEa0/zrpys6CyXxvZDwtL7Pl+pOtRkiujyvBQ7Lmfp7/iEPxtOFgxWA16Gkj3w==", "dev": true, "requires": { "cosmiconfig": "^7.0.1", @@ -8508,25 +9473,11 @@ "humanize-url": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/humanize-url/-/humanize-url-1.0.1.tgz", - "integrity": "sha1-9KuZ4NKIF0yk4eUEB8VfuuRk7/8=", + "integrity": "sha512-RtgTzXCPVb/te+e82NDhAc5paj+DuKSratIGAr+v+HZK24eAQ8LMoBGYoL7N/O+9iEc33AKHg45dOMKw3DNldQ==", "dev": true, "requires": { "normalize-url": "^1.0.0", "strip-url-auth": "^1.0.0" - }, - "dependencies": { - "normalize-url": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz", - "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=", - "dev": true, - "requires": { - "object-assign": "^4.0.1", - "prepend-http": "^1.0.0", - "query-string": "^4.1.0", - "sort-keys": "^1.0.0" - } - } } }, "ignore": { @@ -8548,13 +9499,13 @@ "imurmurhash": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", "dev": true }, "inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", "dev": true, "requires": { "once": "^1.3.0", @@ -8568,38 +9519,69 @@ "dev": true }, "internal-slot": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.2.tgz", - "integrity": "sha512-2cQNfwhAfJIkU4KZPkDI+Gj5yNNnbqi40W9Gge6dfnk4TocEVm00B3bdiL+JINrbGJil2TeHvM4rETGzk/f/0g==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz", + "integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==", "dev": true, "requires": { - "es-abstract": "^1.17.0-next.1", + "get-intrinsic": "^1.1.0", "has": "^1.0.3", - "side-channel": "^1.0.2" + "side-channel": "^1.0.4" } }, "is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", "dev": true }, + "is-bigint": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", + "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", + "dev": true, + "requires": { + "has-bigints": "^1.0.1" + } + }, + "is-boolean-object": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", + "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + } + }, "is-callable": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.5.tgz", - "integrity": "sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz", + "integrity": "sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==", "dev": true }, + "is-core-module": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.10.0.tgz", + "integrity": "sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==", + "dev": true, + "requires": { + "has": "^1.0.3" + } + }, "is-date-object": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", - "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==", - "dev": true + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "dev": true, + "requires": { + "has-tostringtag": "^1.0.0" + } }, "is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true }, "is-fullwidth-code-point": { @@ -8609,9 +9591,9 @@ "dev": true }, "is-glob": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", - "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "dev": true, "requires": { "is-extglob": "^2.1.1" @@ -8620,81 +9602,117 @@ "is-json": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-json/-/is-json-2.0.1.tgz", - "integrity": "sha1-a+Fm0USCihMdaGiRuYPfYsOUkf8=", + "integrity": "sha512-6BEnpVn1rcf3ngfmViLM6vjUjGErbdrL4rwlv+u1NO1XO8kqT4YGL8+19Q+Z/bas8tY90BTWMk2+fW1g6hQjbA==", "dev": true }, "is-module": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz", - "integrity": "sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE=", + "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==", + "dev": true + }, + "is-negative-zero": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", + "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", + "dev": true + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "dev": true }, + "is-number-object": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", + "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", + "dev": true, + "requires": { + "has-tostringtag": "^1.0.0" + } + }, "is-plain-obj": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", - "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=", + "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==", "dev": true }, "is-reference": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.1.4.tgz", - "integrity": "sha512-uJA/CDPO3Tao3GTrxYn6AwkM4nUPJiGGYu5+cB8qbC7WGFlrKZbiRo7SFKxUAEpFUfiHofWCXBUNhvYJMh+6zw==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-1.2.1.tgz", + "integrity": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==", "dev": true, "requires": { - "@types/estree": "0.0.39" + "@types/estree": "*" } }, "is-regex": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.5.tgz", - "integrity": "sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", "dev": true, "requires": { - "has": "^1.0.3" + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + } + }, + "is-shared-array-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", + "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", + "dev": true, + "requires": { + "call-bind": "^1.0.2" } }, "is-string": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.5.tgz", - "integrity": "sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==", - "dev": true + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "dev": true, + "requires": { + "has-tostringtag": "^1.0.0" + } }, "is-symbol": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", - "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "dev": true, + "requires": { + "has-symbols": "^1.0.2" + } + }, + "is-weakref": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", "dev": true, "requires": { - "has-symbols": "^1.0.1" + "call-bind": "^1.0.2" } }, "isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "dev": true }, "js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true }, "js-yaml": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz", - "integrity": "sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==", + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", "dev": true, "requires": { "argparse": "^1.0.7", "esprima": "^4.0.0" - }, - "dependencies": { - "esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "dev": true - } } }, "jsesc": { @@ -8715,51 +9733,46 @@ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true }, - "json-source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/json-source-map/-/json-source-map-0.6.1.tgz", - "integrity": "sha512-1QoztHPsMQqhDq0hlXY5ZqcEdUzxQEIxgFkKl4WUp2pgShObl+9ovi4kRh2TfvAfxAoHOJ9vIMEqk3k4iex7tg==", - "dev": true - }, "json-stable-stringify-without-jsonify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", "dev": true }, "json5": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", - "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==", - "dev": true, - "requires": { - "minimist": "^1.2.5" - } + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", + "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "dev": true }, "jsonfile": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", "dev": true, "requires": { "graceful-fs": "^4.1.6" } }, "jsx-ast-utils": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-2.3.0.tgz", - "integrity": "sha512-3HNoc7nZ1hpZIKB3hJ7BlFRkzCx2BynRtfSwbkqZdpRdvAPsGMnzclPwrvDBS7/lalHTj21NwIeaEpysHBOudg==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz", + "integrity": "sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==", "dev": true, "requires": { - "array-includes": "^3.1.1", - "object.assign": "^4.1.0" + "array-includes": "^3.1.5", + "object.assign": "^4.1.3" } }, - "lilconfig": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.4.tgz", - "integrity": "sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==", - "dev": true + "levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "dev": true, + "requires": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + } }, "lines-and-columns": { "version": "1.2.4", @@ -8768,16 +9781,30 @@ "dev": true }, "lmdb": { - "version": "2.2.6", - "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.2.6.tgz", - "integrity": "sha512-UmQV0oZZcV3EN6rjcAjIiuWcc3MYZGWQ0GUYz46Ron5fuTa/dUow7WSQa6leFkvZIKVUdECBWVw96tckfEzUFQ==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.5.2.tgz", + "integrity": "sha512-V5V5Xa2Hp9i2XsbDALkBTeHXnBXh/lEmk9p22zdr7jtuOIY9TGhjK6vAvTpOOx9IKU4hJkRWZxn/HsvR1ELLtA==", "dev": true, "requires": { + "@lmdb/lmdb-darwin-arm64": "2.5.2", + "@lmdb/lmdb-darwin-x64": "2.5.2", + "@lmdb/lmdb-linux-arm": "2.5.2", + "@lmdb/lmdb-linux-arm64": "2.5.2", + "@lmdb/lmdb-linux-x64": "2.5.2", + "@lmdb/lmdb-win32-x64": "2.5.2", "msgpackr": "^1.5.4", - "nan": "^2.14.2", - "node-gyp-build": "^4.2.3", + "node-addon-api": "^4.3.0", + "node-gyp-build-optional-packages": "5.0.3", "ordered-binary": "^1.2.4", "weak-lru-cache": "^1.2.2" + }, + "dependencies": { + "node-addon-api": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-4.3.0.tgz", + "integrity": "sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==", + "dev": true + } } }, "lodash": { @@ -8786,12 +9813,6 @@ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, - "lodash.memoize": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", - "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=", - "dev": true - }, "lodash.merge": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", @@ -8801,44 +9822,67 @@ "lodash.truncate": { "version": "4.4.2", "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", - "integrity": "sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=", - "dev": true - }, - "lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", - "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=", + "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==", "dev": true }, "loose-envify": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "dev": true, "requires": { "js-tokens": "^3.0.0 || ^4.0.0" } }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "magic-string": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", + "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", + "dev": true, + "requires": { + "sourcemap-codec": "^1.4.8" + } + }, "mdn-data": { "version": "2.0.14", "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", "dev": true }, + "merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true + }, + "micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "requires": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + } + }, "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "requires": { "brace-expansion": "^1.1.7" } }, - "minimist": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", - "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", - "dev": true - }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", @@ -8846,41 +9890,34 @@ "dev": true }, "msgpackr": { - "version": "1.5.5", - "resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.5.5.tgz", - "integrity": "sha512-JG0V47xRIQ9pyUnx6Hb4+3TrQoia2nA3UIdmyTldhxaxtKFkekkKpUW/N6fwHwod9o4BGuJGtouxOk+yCP5PEA==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.6.2.tgz", + "integrity": "sha512-bqSQ0DYJbXbrJcrZFmMygUZmqQiDfI2ewFVWcrZY12w5XHWtPuW4WppDT/e63Uu311ajwkRRXSoF0uILroBeTA==", "dev": true, "requires": { - "msgpackr-extract": "^1.0.14" + "msgpackr-extract": "^2.0.2" } }, "msgpackr-extract": { - "version": "1.0.16", - "resolved": "https://registry.npmjs.org/msgpackr-extract/-/msgpackr-extract-1.0.16.tgz", - "integrity": "sha512-fxdRfQUxPrL/TizyfYfMn09dK58e+d65bRD/fcaVH4052vj30QOzzqxcQIS7B0NsqlypEQ/6Du3QmP2DhWFfCA==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/msgpackr-extract/-/msgpackr-extract-2.1.2.tgz", + "integrity": "sha512-cmrmERQFb19NX2JABOGtrKdHMyI6RUyceaPBQ2iRz9GnDkjBWFjNJC0jyyoOfZl2U/LZE3tQCCQc4dlRyA8mcA==", "dev": true, "optional": true, "requires": { - "nan": "^2.14.2", - "node-gyp-build": "^4.2.3" + "@msgpackr-extract/msgpackr-extract-darwin-arm64": "2.1.2", + "@msgpackr-extract/msgpackr-extract-darwin-x64": "2.1.2", + "@msgpackr-extract/msgpackr-extract-linux-arm": "2.1.2", + "@msgpackr-extract/msgpackr-extract-linux-arm64": "2.1.2", + "@msgpackr-extract/msgpackr-extract-linux-x64": "2.1.2", + "@msgpackr-extract/msgpackr-extract-win32-x64": "2.1.2", + "node-gyp-build-optional-packages": "5.0.3" } }, - "nan": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz", - "integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==", - "dev": true - }, - "nanoid": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.1.tgz", - "integrity": "sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==", - "dev": true - }, "natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", "dev": true }, "node-addon-api": { @@ -8890,27 +9927,39 @@ "dev": true }, "node-gyp-build": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.3.0.tgz", - "integrity": "sha512-iWjXZvmboq0ja1pUGULQBexmxq8CV4xBhX7VDOTbL7ZR4FOowwY/VOtRxBN/yKxmdGoIp4j5ysNT4u3S2pDQ3Q==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.5.0.tgz", + "integrity": "sha512-2iGbaQBV+ITgCz76ZEjmhUKAKVf7xfY1sRl4UiKQspfZMH2h06SyhNsnSVy50cwkFQDGLyif6m/6uFXHkOZ6rg==", + "dev": true + }, + "node-gyp-build-optional-packages": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.0.3.tgz", + "integrity": "sha512-k75jcVzk5wnnc/FMxsf4udAoTEUv2jY3ycfdSd3yWu6Cnd1oee6/CfZJApyscA4FJOmdoixWwiwOyf16RzD5JA==", "dev": true }, "node-releases": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.2.tgz", - "integrity": "sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.6.tgz", + "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==", "dev": true }, "normalize-url": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", - "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", - "dev": true + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz", + "integrity": "sha512-A48My/mtCklowHBlI8Fq2jFWK4tX4lJ5E6ytFsSOq1fzpvT0SQSgKhSg7lN5c2uYFOrUAOQp6zhhJnpp1eMloQ==", + "dev": true, + "requires": { + "object-assign": "^4.0.1", + "prepend-http": "^1.0.0", + "query-string": "^4.1.0", + "sort-keys": "^1.0.0" + } }, "nth-check": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz", - "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", "dev": true, "requires": { "boolbase": "^1.0.0" @@ -8925,7 +9974,14 @@ "object-assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "dev": true + }, + "object-inspect": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz", + "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==", + "dev": true }, "object-keys": { "version": "1.1.1", @@ -8934,110 +9990,105 @@ "dev": true }, "object.assign": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", - "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", "dev": true, "requires": { - "define-properties": "^1.1.2", - "function-bind": "^1.1.1", - "has-symbols": "^1.0.0", - "object-keys": "^1.0.11" + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "has-symbols": "^1.0.3", + "object-keys": "^1.1.1" } }, "object.entries": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.2.tgz", - "integrity": "sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA==", + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz", + "integrity": "sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==", "dev": true, "requires": { + "call-bind": "^1.0.2", "define-properties": "^1.1.3", - "es-abstract": "^1.17.5", - "has": "^1.0.3" - }, - "dependencies": { - "es-abstract": { - "version": "1.17.5", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.5.tgz", - "integrity": "sha512-BR9auzDbySxOcfog0tLECW8l28eRGpDpU3Dm3Hp4q/N+VtLTmyj4EUN088XZWQDW/hzj6sYRDXeOFsaAODKvpg==", - "dev": true, - "requires": { - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.1", - "is-callable": "^1.1.5", - "is-regex": "^1.0.5", - "object-inspect": "^1.7.0", - "object-keys": "^1.1.1", - "object.assign": "^4.1.0", - "string.prototype.trimleft": "^2.1.1", - "string.prototype.trimright": "^2.1.1" - } - }, - "object-inspect": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.7.0.tgz", - "integrity": "sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==", - "dev": true - } + "es-abstract": "^1.19.1" } }, "object.fromentries": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.2.tgz", - "integrity": "sha512-r3ZiBH7MQppDJVLx6fhD618GKNG40CZYH9wgwdhKxBDDbQgjeWGGd4AtkZad84d291YxvWe7bJGuE65Anh0dxQ==", + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.5.tgz", + "integrity": "sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==", "dev": true, "requires": { + "call-bind": "^1.0.2", "define-properties": "^1.1.3", - "es-abstract": "^1.17.0-next.1", - "function-bind": "^1.1.1", - "has": "^1.0.3" + "es-abstract": "^1.19.1" } }, - "object.values": { + "object.hasown": { "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.1.tgz", - "integrity": "sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==", + "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.1.tgz", + "integrity": "sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==", + "dev": true, + "requires": { + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5" + } + }, + "object.values": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.5.tgz", + "integrity": "sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==", "dev": true, "requires": { + "call-bind": "^1.0.2", "define-properties": "^1.1.3", - "es-abstract": "^1.17.0-next.1", - "function-bind": "^1.1.1", - "has": "^1.0.3" + "es-abstract": "^1.19.1" } }, "once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", "dev": true, "requires": { "wrappy": "1" } }, + "optionator": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", + "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "dev": true, + "requires": { + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0", + "word-wrap": "^1.2.3" + } + }, "ordered-binary": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.2.4.tgz", - "integrity": "sha512-A/csN0d3n+igxBPfUrjbV5GC69LWj2pjZzAAeeHXLukQ4+fytfP4T1Lg0ju7MSPSwq7KtHkGaiwO8URZN5IpLg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.3.0.tgz", + "integrity": "sha512-knIeYepTI6BDAzGxqFEDGtI/iGqs57H32CInAIxEvAHG46vk1Di0CEpyc1A7iY39B1mfik3g3KLYwOTNnnMHLA==", "dev": true }, "parcel": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/parcel/-/parcel-2.3.2.tgz", - "integrity": "sha512-4jhgoBcQaiGKmnmBvNyKyOvZrxCgzgUzdEoVup/fRCOP99hNmvYIN5IErIIJxsU9ObcG/RGCFF8wa4kVRsWfIg==", - "dev": true, - "requires": { - "@parcel/config-default": "2.3.2", - "@parcel/core": "2.3.2", - "@parcel/diagnostic": "2.3.2", - "@parcel/events": "2.3.2", - "@parcel/fs": "2.3.2", - "@parcel/logger": "2.3.2", - "@parcel/package-manager": "2.3.2", - "@parcel/reporter-cli": "2.3.2", - "@parcel/reporter-dev-server": "2.3.2", - "@parcel/utils": "2.3.2", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/parcel/-/parcel-2.7.0.tgz", + "integrity": "sha512-pRYwnivwtNP0tip8xYSo4zCB0XhLt7/gJzP1p8OovCqkmFjG9VG+GW9TcAKqMIo0ovEa9tT+/s6gY1Qy+BONGQ==", + "dev": true, + "requires": { + "@parcel/config-default": "2.7.0", + "@parcel/core": "2.7.0", + "@parcel/diagnostic": "2.7.0", + "@parcel/events": "2.7.0", + "@parcel/fs": "2.7.0", + "@parcel/logger": "2.7.0", + "@parcel/package-manager": "2.7.0", + "@parcel/reporter-cli": "2.7.0", + "@parcel/reporter-dev-server": "2.7.0", + "@parcel/utils": "2.7.0", "chalk": "^4.1.0", "commander": "^7.0.0", "get-port": "^4.2.0", @@ -9103,347 +10154,80 @@ }, "parent-module": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "dev": true, - "requires": { - "callsites": "^3.0.0" - }, - "dependencies": { - "callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true - } - } - }, - "parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - } - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", - "dev": true - }, - "path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true - }, - "path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "dev": true - }, - "picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "dev": true - }, - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", - "dev": true - }, - "pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", - "dev": true - }, - "pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", - "dev": true, - "requires": { - "pinkie": "^2.0.0" - } - }, - "postcss": { - "version": "8.4.12", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.12.tgz", - "integrity": "sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==", - "dev": true, - "requires": { - "nanoid": "^3.3.1", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" - } - }, - "postcss-calc": { - "version": "8.2.4", - "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", - "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", - "dev": true, - "requires": { - "postcss-selector-parser": "^6.0.9", - "postcss-value-parser": "^4.2.0" - } - }, - "postcss-colormin": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.0.tgz", - "integrity": "sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg==", - "dev": true, - "requires": { - "browserslist": "^4.16.6", - "caniuse-api": "^3.0.0", - "colord": "^2.9.1", - "postcss-value-parser": "^4.2.0" - } - }, - "postcss-convert-values": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.0.tgz", - "integrity": "sha512-GkyPbZEYJiWtQB0KZ0X6qusqFHUepguBCNFi9t5JJc7I2OTXG7C0twbTLvCfaKOLl3rSXmpAwV7W5txd91V84g==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" - } - }, - "postcss-discard-comments": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.1.tgz", - "integrity": "sha512-5JscyFmvkUxz/5/+TB3QTTT9Gi9jHkcn8dcmmuN68JQcv3aQg4y88yEHHhwFB52l/NkaJ43O0dbksGMAo49nfQ==", - "dev": true, - "requires": {} - }, - "postcss-discard-duplicates": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz", - "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==", - "dev": true, - "requires": {} - }, - "postcss-discard-empty": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz", - "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==", - "dev": true, - "requires": {} - }, - "postcss-discard-overridden": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz", - "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", - "dev": true, - "requires": {} - }, - "postcss-merge-longhand": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.2.tgz", - "integrity": "sha512-18/bp9DZnY1ai9RlahOfLBbmIUKfKFPASxRCiZ1vlpZqWPCn8qWPFlEozqmWL+kBtcEQmG8W9YqGCstDImvp/Q==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0", - "stylehacks": "^*" - } - }, - "postcss-merge-rules": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.0.tgz", - "integrity": "sha512-NecukEJovQ0mG7h7xV8wbYAkXGTO3MPKnXvuiXzOKcxoOodfTTKYjeo8TMhAswlSkjcPIBlnKbSFcTuVSDaPyQ==", - "dev": true, - "requires": { - "browserslist": "^4.16.6", - "caniuse-api": "^3.0.0", - "cssnano-utils": "^3.1.0", - "postcss-selector-parser": "^6.0.5" - } - }, - "postcss-minify-font-values": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz", - "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" - } - }, - "postcss-minify-gradients": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.0.tgz", - "integrity": "sha512-J/TMLklkONn3LuL8wCwfwU8zKC1hpS6VcxFkNUNjmVt53uKqrrykR3ov11mdUYyqVMEx67slMce0tE14cE4DTg==", - "dev": true, - "requires": { - "colord": "^2.9.1", - "cssnano-utils": "^3.1.0", - "postcss-value-parser": "^4.2.0" - } - }, - "postcss-minify-params": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.1.tgz", - "integrity": "sha512-WCpr+J9Uz8XzMpAfg3UL8z5rde6MifBbh5L8bn8S2F5hq/YDJJzASYCnCHvAB4Fqb94ys8v95ULQkW2EhCFvNg==", - "dev": true, - "requires": { - "browserslist": "^4.16.6", - "cssnano-utils": "^3.1.0", - "postcss-value-parser": "^4.2.0" - } - }, - "postcss-minify-selectors": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.0.tgz", - "integrity": "sha512-vYxvHkW+iULstA+ctVNx0VoRAR4THQQRkG77o0oa4/mBS0OzGvvzLIvHDv/nNEM0crzN2WIyFU5X7wZhaUK3RA==", - "dev": true, - "requires": { - "postcss-selector-parser": "^6.0.5" - } - }, - "postcss-normalize-charset": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz", - "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==", - "dev": true, - "requires": {} - }, - "postcss-normalize-display-values": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz", - "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" - } - }, - "postcss-normalize-positions": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.0.tgz", - "integrity": "sha512-8gmItgA4H5xiUxgN/3TVvXRoJxkAWLW6f/KKhdsH03atg0cB8ilXnrB5PpSshwVu/dD2ZsRFQcR1OEmSBDAgcQ==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" - } - }, - "postcss-normalize-repeat-style": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.0.tgz", - "integrity": "sha512-IR3uBjc+7mcWGL6CtniKNQ4Rr5fTxwkaDHwMBDGGs1x9IVRkYIT/M4NelZWkAOBdV6v3Z9S46zqaKGlyzHSchw==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" - } - }, - "postcss-normalize-string": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz", - "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" - } - }, - "postcss-normalize-timing-functions": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz", - "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" - } - }, - "postcss-normalize-unicode": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.0.tgz", - "integrity": "sha512-J6M3MizAAZ2dOdSjy2caayJLQT8E8K9XjLce8AUQMwOrCvjCHv24aLC/Lps1R1ylOfol5VIDMaM/Lo9NGlk1SQ==", - "dev": true, - "requires": { - "browserslist": "^4.16.6", - "postcss-value-parser": "^4.2.0" - } - }, - "postcss-normalize-url": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz", - "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==", - "dev": true, - "requires": { - "normalize-url": "^6.0.1", - "postcss-value-parser": "^4.2.0" - } - }, - "postcss-normalize-whitespace": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz", - "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" - } - }, - "postcss-ordered-values": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.0.tgz", - "integrity": "sha512-wU4Z4D4uOIH+BUKkYid36gGDJNQtkVJT7Twv8qH6UyfttbbJWyw4/xIPuVEkkCtQLAJ0EdsNSh8dlvqkXb49TA==", - "dev": true, - "requires": { - "cssnano-utils": "^3.1.0", - "postcss-value-parser": "^4.2.0" - } - }, - "postcss-reduce-initial": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.0.tgz", - "integrity": "sha512-5OgTUviz0aeH6MtBjHfbr57tml13PuedK/Ecg8szzd4XRMbYxH4572JFG067z+FqBIf6Zp/d+0581glkvvWMFw==", - "dev": true, - "requires": { - "browserslist": "^4.16.6", - "caniuse-api": "^3.0.0" - } - }, - "postcss-reduce-transforms": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz", - "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" - } - }, - "postcss-selector-parser": { - "version": "6.0.9", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.9.tgz", - "integrity": "sha512-UO3SgnZOVTwu4kyLR22UQ1xZh086RyNZppb7lLAKBFK8a32ttG5i87Y/P3+2bRSjZNyJ1B7hfFNo273tKe9YxQ==", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", "dev": true, "requires": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" + "callsites": "^3.0.0" } }, - "postcss-svgo": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz", - "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", + "parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", "dev": true, "requires": { - "postcss-value-parser": "^4.2.0", - "svgo": "^2.7.0" + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" } }, - "postcss-unique-selectors": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz", - "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==", + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true + }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true + }, + "path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true + }, + "picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, + "picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "dev": true + }, + "pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==", + "dev": true + }, + "pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==", "dev": true, "requires": { - "postcss-selector-parser": "^6.0.5" + "pinkie": "^2.0.0" } }, "postcss-value-parser": { @@ -9491,16 +10275,22 @@ "is-json": "^2.0.1" } }, + "prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "dev": true + }, "prepend-http": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz", - "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=", + "integrity": "sha512-PhmXi5XmoyKw1Un4E+opM2KcsJInDvKyuOumcjjw3waw86ZNjHwVUOOWLc4bCzLdcKNaWBH9e99sbWzDQsVaYg==", "dev": true }, "prettier": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.0.5.tgz", - "integrity": "sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==", + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.7.1.tgz", + "integrity": "sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==", "dev": true }, "prettier-linter-helpers": { @@ -9512,6 +10302,12 @@ "fast-diff": "^1.1.2" } }, + "process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", + "dev": true + }, "progress": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", @@ -9522,6 +10318,7 @@ "version": "15.8.1", "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", + "dev": true, "requires": { "loose-envify": "^1.4.0", "object-assign": "^4.1.1", @@ -9537,38 +10334,49 @@ "query-string": { "version": "4.3.4", "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz", - "integrity": "sha1-u7aTucqRXCMlFbIosaArYJBD2+s=", + "integrity": "sha512-O2XLNDBIg1DnTOa+2XrIwSiXEV8h2KImXUnjhhn2+UsvZ+Es2uyd5CCRTNQlDGbzUQOW3aYCBx9rVA6dzsiY7Q==", "dev": true, "requires": { "object-assign": "^4.1.0", "strict-uri-encode": "^1.0.0" } }, + "queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true + }, "react": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", - "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", + "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", "dev": true, "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" + "loose-envify": "^1.1.0" } }, "react-dom": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz", - "integrity": "sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==", + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", + "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", "dev": true, "requires": { "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "scheduler": "^0.20.2" + "scheduler": "^0.23.0" } }, + "react-error-overlay": { + "version": "6.0.9", + "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.9.tgz", + "integrity": "sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==", + "dev": true + }, "react-is": { "version": "16.13.1", "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", + "dev": true }, "react-refresh": { "version": "0.9.0", @@ -9583,19 +10391,20 @@ "dev": true }, "regexp.prototype.flags": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz", - "integrity": "sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz", + "integrity": "sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==", "dev": true, "requires": { + "call-bind": "^1.0.2", "define-properties": "^1.1.3", - "es-abstract": "^1.17.0-next.1" + "functions-have-names": "^1.2.2" } }, "regexpp": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.1.0.tgz", - "integrity": "sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", + "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", "dev": true }, "require-from-string": { @@ -9605,12 +10414,14 @@ "dev": true }, "resolve": { - "version": "1.15.1", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.15.1.tgz", - "integrity": "sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==", + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", "dev": true, "requires": { - "path-parse": "^1.0.6" + "is-core-module": "^2.9.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" } }, "resolve-from": { @@ -9619,58 +10430,66 @@ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "dev": true }, - "rollup": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.1.0.tgz", - "integrity": "sha512-gfE1455AEazVVTJoeQtcOq/U6GSxwoj4XPSWVsuWmgIxj7sBQNLDOSA82PbdMe+cP8ql8fR1jogPFe8Wg8g4SQ==", + "reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true + }, + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", "dev": true, "requires": { - "fsevents": "~2.1.2" - }, - "dependencies": { - "fsevents": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.2.tgz", - "integrity": "sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA==", - "dev": true, - "optional": true - } + "glob": "^7.1.3" } }, - "rollup-plugin-babel": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz", - "integrity": "sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==", + "rollup": { + "version": "2.79.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.0.tgz", + "integrity": "sha512-x4KsrCgwQ7ZJPcFA/SUu6QVcYlO7uRLfLAy0DSA4NS2eG8japdbpM50ToH7z4iObodRYOJ0soneF0iaQRJ6zhA==", "dev": true, "requires": { - "@babel/helper-module-imports": "^7.0.0", - "rollup-pluginutils": "^2.8.1" + "fsevents": "~2.3.2" } }, - "rollup-plugin-peer-deps-external": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/rollup-plugin-peer-deps-external/-/rollup-plugin-peer-deps-external-2.2.2.tgz", - "integrity": "sha512-XcHH4UW9exRTAf73d8rk2dw2UgF//cWbilhRI4Ni/n+t0zA1eBtohKyJROn0fxa4/+WZ5R3onAyIDiwRQL+59A==", - "dev": true, - "requires": {} - }, - "rollup-pluginutils": { - "version": "2.8.2", - "resolved": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz", - "integrity": "sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==", + "rollup-plugin-dts": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/rollup-plugin-dts/-/rollup-plugin-dts-4.2.2.tgz", + "integrity": "sha512-A3g6Rogyko/PXeKoUlkjxkP++8UDVpgA7C+Tdl77Xj4fgEaIjPSnxRmR53EzvoYy97VMVwLAOcWJudaVAuxneQ==", "dev": true, "requires": { - "estree-walker": "^0.6.1" + "@babel/code-frame": "^7.16.7", + "magic-string": "^0.26.1" }, "dependencies": { - "estree-walker": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-0.6.1.tgz", - "integrity": "sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==", - "dev": true + "magic-string": { + "version": "0.26.3", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.26.3.tgz", + "integrity": "sha512-u1Po0NDyFcwdg2nzHT88wSK0+Rih0N1M+Ph1Sp08k8yvFFU3KR72wryS7e1qMPJypt99WB7fIFVCA92mQrMjrg==", + "dev": true, + "requires": { + "sourcemap-codec": "^1.4.8" + } } } }, + "rollup-plugin-peer-deps-external": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/rollup-plugin-peer-deps-external/-/rollup-plugin-peer-deps-external-2.2.4.tgz", + "integrity": "sha512-AWdukIM1+k5JDdAqV/Cxd+nejvno2FVLVeZ74NKggm3Q5s9cbbcOgUPGdbxPi4BXu7xGaZ8HG12F+thImYu/0g==", + "dev": true + }, + "run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "requires": { + "queue-microtask": "^1.2.2" + } + }, "safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", @@ -9678,39 +10497,52 @@ "dev": true }, "scheduler": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz", - "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==", + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", + "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", "dev": true, "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" + "loose-envify": "^1.1.0" } }, "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + }, + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "dev": true }, "side-channel": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.2.tgz", - "integrity": "sha512-7rL9YlPHg7Ancea1S96Pa8/QWb4BtXL/TZvS6B8XFetGBeuhAsfmUspK6DokBeZ64+Kj9TCNRD/30pVz1BvQNA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", "dev": true, "requires": { - "es-abstract": "^1.17.0-next.1", - "object-inspect": "^1.7.0" - }, - "dependencies": { - "object-inspect": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.7.0.tgz", - "integrity": "sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==", - "dev": true - } + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" } }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true + }, "slice-ansi": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", @@ -9751,22 +10583,16 @@ "sort-keys": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz", - "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=", + "integrity": "sha512-vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg==", "dev": true, "requires": { "is-plain-obj": "^1.0.0" } }, "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true - }, - "source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true }, "source-map-support": { @@ -9777,14 +10603,6 @@ "requires": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" - }, - "dependencies": { - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true - } } }, "sourcemap-codec": { @@ -9796,7 +10614,7 @@ "sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", "dev": true }, "stable": { @@ -9808,7 +10626,7 @@ "strict-uri-encode": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz", - "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=", + "integrity": "sha512-R3f198pcvnB+5IpnBlRkphuE9n46WyVl8I39W/ZUTZLz4nqSP/oLYUrcnJrw462Ds8he4YKMov2efsTIw1BDGQ==", "dev": true }, "string-width": { @@ -9820,57 +10638,53 @@ "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.1" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true - }, - "strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.1" - } - } } }, "string.prototype.matchall": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.2.tgz", - "integrity": "sha512-N/jp6O5fMf9os0JU3E72Qhf590RSRZU/ungsL/qJUYVTNv7hTG0P/dbPjxINVN9jpscu3nzYwKESU3P3RY5tOg==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz", + "integrity": "sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==", "dev": true, "requires": { + "call-bind": "^1.0.2", "define-properties": "^1.1.3", - "es-abstract": "^1.17.0", - "has-symbols": "^1.0.1", - "internal-slot": "^1.0.2", - "regexp.prototype.flags": "^1.3.0", - "side-channel": "^1.0.2" + "es-abstract": "^1.19.1", + "get-intrinsic": "^1.1.1", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.3", + "regexp.prototype.flags": "^1.4.1", + "side-channel": "^1.0.4" } }, - "string.prototype.trimleft": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz", - "integrity": "sha512-iu2AGd3PuP5Rp7x2kEZCrB2Nf41ehzh+goo8TV7z8/XDBbsvc6HQIlUl9RjkZ4oyrW1XM5UwlGl1oVEaDjg6Ag==", + "string.prototype.trimend": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz", + "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==", "dev": true, "requires": { - "define-properties": "^1.1.3", - "function-bind": "^1.1.1" + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5" } }, - "string.prototype.trimright": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.1.tgz", - "integrity": "sha512-qFvWL3/+QIgZXVmJBfpHmxLB7xsUXz6HsUmP8+5dRaC3Q7oKUv9Vo6aMCRZC1smrtyECFsIT30PqBJ1gTjAs+g==", + "string.prototype.trimstart": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz", + "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==", "dev": true, "requires": { - "define-properties": "^1.1.3", - "function-bind": "^1.1.1" + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5" + } + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.1" } }, "strip-json-comments": { @@ -9891,19 +10705,9 @@ "strip-url-auth": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/strip-url-auth/-/strip-url-auth-1.0.1.tgz", - "integrity": "sha1-IrD6OkE4WzO+PzMVUbu4N/oM164=", + "integrity": "sha512-++41PnXftlL3pvI6lpvhSEO+89g1kIJC4MYB5E6yH+WHa5InIqz51yGd1YOGd7VNSNdoEOfzTMqbAM/2PbgaHQ==", "dev": true }, - "stylehacks": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.0.tgz", - "integrity": "sha512-SzLmvHQTrIWfSgljkQCw2++C9+Ne91d/6Sp92I8c5uHTcy/PgeHamwITIbBW9wnFTY/3ZfSXR9HIL6Ikqmcu6Q==", - "dev": true, - "requires": { - "browserslist": "^4.16.6", - "postcss-selector-parser": "^6.0.4" - } - }, "supports-color": { "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", @@ -9913,6 +10717,12 @@ "has-flag": "^3.0.0" } }, + "supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true + }, "svgo": { "version": "2.8.0", "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", @@ -9950,9 +10760,9 @@ }, "dependencies": { "ajv": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.10.0.tgz", - "integrity": "sha512-bzqAEZOjkrUMl2afH8dknrq5KEk2SrwdBROR+vH1EKVQTqaUbJVPdc/gEdggTMM0Se+s+Ja4ju4TlNcStKl2Hw==", + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", + "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", "dev": true, "requires": { "fast-deep-equal": "^3.1.1", @@ -9961,33 +10771,24 @@ "uri-js": "^4.2.2" } }, - "ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true - }, "json-schema-traverse": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", "dev": true - }, - "strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.1" - } } } }, + "term-size": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/term-size/-/term-size-2.2.1.tgz", + "integrity": "sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==", + "dev": true + }, "terser": { - "version": "5.14.2", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.14.2.tgz", - "integrity": "sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA==", + "version": "5.15.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.15.0.tgz", + "integrity": "sha512-L1BJiXVmheAQQy+as0oF3Pwtlo4s3Wi1X2zNZ2NxOB4wx9bdS9Vk67XQENLFdLYGCK/Z2di53mTj/hBafR+dTA==", "dev": true, "requires": { "@jridgewell/source-map": "^0.3.2", @@ -9997,9 +10798,9 @@ }, "dependencies": { "acorn": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", - "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==", + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz", + "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==", "dev": true } } @@ -10007,57 +10808,120 @@ "text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", "dev": true }, "timsort": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz", - "integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=", + "integrity": "sha512-qsdtZH+vMoCARQtyod4imc2nIJwg9Cc7lPRrw9CzF8ZKR0khdr8+2nX80PBhET3tcyTtJDxAffGh2rXH4tyU8A==", "dev": true }, "to-fast-properties": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", "dev": true }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "requires": { + "is-number": "^7.0.0" + } + }, "trim-repeated": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz", - "integrity": "sha1-42RqLqTokTEr9+rObPsFOAvAHCE=", + "integrity": "sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg==", "dev": true, "requires": { "escape-string-regexp": "^1.0.2" } }, + "tslib": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==", + "dev": true + }, + "tsutils": { + "version": "3.21.0", + "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", + "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", + "dev": true, + "requires": { + "tslib": "^1.8.1" + }, + "dependencies": { + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + } + } + }, + "type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dev": true, + "requires": { + "prelude-ls": "^1.2.1" + } + }, "type-fest": { "version": "0.20.2", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "dev": true }, + "typescript": { + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz", + "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==", + "dev": true + }, + "unbox-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", + "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "has-bigints": "^1.0.2", + "has-symbols": "^1.0.3", + "which-boxed-primitive": "^1.0.2" + } + }, "universalify": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", "dev": true }, + "update-browserslist-db": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.7.tgz", + "integrity": "sha512-iN/XYesmZ2RmmWAiI4Z5rq0YqSiv0brj9Ce9CfhNE4xIW2h+MFxcgkxIzZ+ShkFPUkjU3gQ+3oypadD3RAMtrg==", + "dev": true, + "requires": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + } + }, "uri-js": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", - "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", "dev": true, "requires": { "punycode": "^2.1.0" } }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", - "dev": true - }, "utility-types": { "version": "3.10.0", "resolved": "https://registry.npmjs.org/utility-types/-/utility-types-3.10.0.tgz", @@ -10065,9 +10929,9 @@ "dev": true }, "v8-compile-cache": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.1.0.tgz", - "integrity": "sha512-usZBT3PW+LOjM25wbqIlZwPeJV+3OSz3M1k1Ws8snlW39dZyYL9lOGC5FgPVHfk0jKmjiDV8Z0mIbVQPiwFs7g==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", + "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", "dev": true }, "weak-lru-cache": { @@ -10076,6 +10940,28 @@ "integrity": "sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==", "dev": true }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + }, + "which-boxed-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "dev": true, + "requires": { + "is-bigint": "^1.0.1", + "is-boolean-object": "^1.1.0", + "is-number-object": "^1.0.4", + "is-string": "^1.0.5", + "is-symbol": "^1.0.3" + } + }, "word-wrap": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", @@ -10085,24 +10971,21 @@ "wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", "dev": true }, - "xregexp": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/xregexp/-/xregexp-4.3.0.tgz", - "integrity": "sha512-7jXDIFXh5yJ/orPn4SXjuVrWWoi4Cr8jfV1eHv9CixKSbU+jY4mxfrBwAuDvupPNKpMUY+FeIqsVw/JLT9+B8g==", - "dev": true, - "requires": { - "@babel/runtime-corejs3": "^7.8.3" - } - }, "xxhash-wasm": { "version": "0.4.2", "resolved": "https://registry.npmjs.org/xxhash-wasm/-/xxhash-wasm-0.4.2.tgz", "integrity": "sha512-/eyHVRJQCirEkSZ1agRSCwriMhwlyUcFkXD5TPVSLP+IPzjsqMVzZwdoczLp1SoQU0R3dxz1RpIK+4YNQbCVOA==", "dev": true }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, "yaml": { "version": "1.10.2", "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", diff --git a/package.json b/package.json index d5399d7..629563d 100644 --- a/package.json +++ b/package.json @@ -6,11 +6,13 @@ "homepage": "https://stephenscaff.github.io/react-animated-cursor/", "main": "dist/index.js", "module": "dist/index.es.js", + "types": "dist/index.d.ts", "browser": "dist/index.umd.js", "files": [ "dist/index.js", "dist/index.es.js", - "dist/index.umd.js" + "dist/index.umd.js", + "dist/index.d.ts" ], "targets": { "main": false, @@ -20,7 +22,7 @@ "scripts": { "clean": "rm -rf ./dist", "clean:demo": "rm -rf ./demo/dist", - "build": "rollup -c ", + "build": "rollup -c", "dev": "parcel ./demo/src/index.html --dist-dir ./demo/dist", "demo:start": "parcel ./demo/src/index.html --dist-dir ./demo/dist", "demo:build": "parcel build ./demo/src/index.html --dist-dir ./demo/dist --public-url ./", @@ -28,7 +30,7 @@ "prepare": "npm run build", "prepublish": "rm -rf ./dist && npm run build", "lint": "eslint ./lib/** --fix ", - "format": "prettier --write \"lib/**/*.+(js|jsx)\"" + "format": "prettier --write \"lib/**/*.+(ts|tsx)\"" }, "keywords": [ "react cursor", @@ -44,8 +46,8 @@ "url": "https://github.com/stephenscaff/react-animated-cursor/issues" }, "peerDependencies": { - "react": "^16 || ^17 || ^18", - "react-dom": "^16 || ^17 || ^18" + "react": "^18.2.0", + "react-dom": "^18.2.0" }, "devDependencies": { "@babel/core": "^7.12.0", @@ -53,6 +55,10 @@ "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-node-resolve": "^7.1.1", "@rollup/plugin-replace": "^2.3.1", + "@rollup/plugin-typescript": "^8.5.0", + "@types/react": "^18.0.18", + "@types/react-dom": "^18.0.6", + "@typescript-eslint/parser": "^5.36.2", "eslint": "^7.1.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.3", @@ -61,13 +67,12 @@ "gh-pages": "^2.2.0", "parcel": "^2.3.2", "prettier": "^2.0.5", - "react": "^17.0.2", - "react-dom": "^17.0.2", + "process": "^0.11.10", + "react": "18.2.0", + "react-dom": "18.2.0", "rollup": "^2.1.0", - "rollup-plugin-babel": "^4.4.0", - "rollup-plugin-peer-deps-external": "^2.2.2" - }, - "dependencies": { - "prop-types": "^15.8.1" + "rollup-plugin-dts": "^4.2.2", + "rollup-plugin-peer-deps-external": "^2.2.2", + "typescript": "^4.8.2" } } diff --git a/rollup.config.js b/rollup.config.js index 92f38e3..88bef2e 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -1,42 +1,51 @@ -import babel from 'rollup-plugin-babel' import commonjs from '@rollup/plugin-commonjs' import external from 'rollup-plugin-peer-deps-external' import resolve from '@rollup/plugin-node-resolve' import pkg from './package.json' +import typescript from '@rollup/plugin-typescript' +import dts from 'rollup-plugin-dts' const umdGlobals = { react: 'React', - 'react-animated-cursor': 'AnimatedCursor' + 'react-animated-cursor': 'AnimatedCursor', + 'react/jsx-runtime': 'jsxRuntime' } -const getBabelOptions = () => ({ - exclude: '**/node_modules/**' -}) +const config = [ + { + external: ['react', 'react-dom'], + input: 'lib/index.ts', + output: [ + { + file: pkg.main, + format: 'cjs' + }, + { + file: pkg.module, + format: 'es' + }, + { + file: pkg.browser, + format: 'umd', + name: 'AnimatedCursor', + globals: umdGlobals + } + ], + plugins: [ + external(), + resolve(), + commonjs(), + typescript({ + exclude: 'node_modules' + }) + ] + }, + { + external: ['react', 'react-dom'], + input: 'lib/index.ts', + output: [{ file: pkg.types, format: 'es' }], + plugins: [external(), resolve(), dts()] + } +] -export default { - input: 'lib/index.js', - output: [ - { - file: pkg.main, - format: 'cjs' - }, - { - file: pkg.module, - format: 'es' - }, - { - file: pkg.browser, - format: 'umd', - name: 'AnimatedCursor', - globals: umdGlobals - } - ], - plugins: [ - external(), - babel({ - exclude: 'node_modules/**' - }), - resolve(), - commonjs() - ] -} +export default config diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..57f4555 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,17 @@ +{ + "compilerOptions": { + "jsx": "react-jsx", + "moduleResolution": "nodenext", + "target": "es5", + "esModuleInterop": true, + "allowSyntheticDefaultImports": true, + "module": "esnext", + "allowJs": true, + }, + "include": [ + "lib" + ], + "exclude": [ + "node_modules" + ] +} \ No newline at end of file From 5972a086de7a18f1723511f9c7be1af7082f59f4 Mon Sep 17 00:00:00 2001 From: Daniel Pescador Date: Tue, 6 Sep 2022 14:12:29 -0500 Subject: [PATCH 02/19] updated lint configuration --- .eslintignore | 1 + .eslintrc.json | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.eslintignore b/.eslintignore index 0982c0e..53ab8d2 100644 --- a/.eslintignore +++ b/.eslintignore @@ -3,3 +3,4 @@ build config **node_modules** ./node_modules/** +dist diff --git a/.eslintrc.json b/.eslintrc.json index 4e6ec46..8dac774 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -29,6 +29,7 @@ } }, "ignorePatterns": ["temp.js", "node_modules"], + "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": 9, "sourceType": "module", @@ -49,8 +50,9 @@ "react/no-unescaped-entities": 0, "react-hooks/rules-of-hooks": "error", "react-hooks/exhaustive-deps": "warn", - "react/jsx-uses-react": "error", - "react/jsx-uses-vars": "error" + "react/jsx-uses-vars": "error", + "react/jsx-uses-react": "off", + "react/react-in-jsx-scope": "off" }, "globals": { "grecaptcha": "readonly" From b28d5283832424aaf7162f614c0ff2c155867d89 Mon Sep 17 00:00:00 2001 From: Daniel Pescador Date: Tue, 6 Sep 2022 14:13:47 -0500 Subject: [PATCH 03/19] Changed hooks and utilities to TS --- lib/helpers/{isDevice.js => isDevice.ts} | 5 +---- .../{useEventListener.js => useEventListener.ts} | 11 ++++++++--- 2 files changed, 9 insertions(+), 7 deletions(-) rename lib/helpers/{isDevice.js => isDevice.ts} (93%) rename lib/hooks/{useEventListener.js => useEventListener.ts} (75%) diff --git a/lib/helpers/isDevice.js b/lib/helpers/isDevice.ts similarity index 93% rename from lib/helpers/isDevice.js rename to lib/helpers/isDevice.ts index dad4fb0..528d3de 100644 --- a/lib/helpers/isDevice.js +++ b/lib/helpers/isDevice.ts @@ -1,4 +1,4 @@ -const IsDevice = (() => { +export const IsDevice = (() => { if (typeof navigator == 'undefined') return let ua = navigator.userAgent @@ -44,6 +44,3 @@ const IsDevice = (() => { } } })() - -// Export -export default IsDevice diff --git a/lib/hooks/useEventListener.js b/lib/hooks/useEventListener.ts similarity index 75% rename from lib/hooks/useEventListener.js rename to lib/hooks/useEventListener.ts index fbac16b..6e5baf4 100644 --- a/lib/hooks/useEventListener.js +++ b/lib/hooks/useEventListener.ts @@ -5,9 +5,14 @@ import { useRef, useEffect } from 'react' * Hook for handling EventListeners * @return {object} width, height */ -export function useEventListener(eventName, handler, element = window) { +export const useEventListener = ( + eventName: string, + // eslint-disable-next-line no-unused-vars + handler: (event?: MouseEvent) => void, + element: Window = window +) => { // Create a ref that stores handler - const savedHandler = useRef() + const savedHandler = useRef(null) // Update ref.current value if handler changes. useEffect(() => { @@ -21,7 +26,7 @@ export function useEventListener(eventName, handler, element = window) { if (!isSupported) return // Create event listener that calls handler function stored in ref - const eventListener = (event) => savedHandler.current(event) + const eventListener = (event: MouseEvent) => savedHandler.current(event) // Add event listener element.addEventListener(eventName, eventListener) From d53f0a54ca107f9c467f4d56c8ef55e1c225f8c6 Mon Sep 17 00:00:00 2001 From: Daniel Pescador Date: Tue, 6 Sep 2022 14:14:15 -0500 Subject: [PATCH 04/19] Changed main components to TS --- lib/{AnimatedCursor.js => AnimatedCursor.tsx} | 175 ++++++++++-------- 1 file changed, 95 insertions(+), 80 deletions(-) rename lib/{AnimatedCursor.js => AnimatedCursor.tsx} (77%) diff --git a/lib/AnimatedCursor.js b/lib/AnimatedCursor.tsx similarity index 77% rename from lib/AnimatedCursor.js rename to lib/AnimatedCursor.tsx index 253037a..bd84ca1 100644 --- a/lib/AnimatedCursor.js +++ b/lib/AnimatedCursor.tsx @@ -1,7 +1,32 @@ -import React, { useState, useEffect, useCallback, useRef } from 'react' -import PropTypes from 'prop-types' +import { + useState, + useEffect, + useCallback, + useRef, + ReactElement, + CSSProperties +} from 'react' +import { hexToRGB } from './helpers/hexToRGB' +import { IsDevice } from './helpers/IsDevice' import { useEventListener } from './hooks/useEventListener' -import IsDevice from './helpers/IsDevice.js' + +export interface IAnimatedCursor { + color?: string + outerAlpha?: number + innerSize?: number + outerSize?: number + outerScale?: number + innerScale?: number + outerStyle?: object + innerStyle?: object + trailingSpeed?: number + clickables?: string[] +} + +export interface ICoordinates { + x: number + y: number +} /** * Cursor Core @@ -10,7 +35,7 @@ import IsDevice from './helpers/IsDevice.js' * * @author Stephen Scaff (github.com/stephenscaff) * - * @param {string} color - rgb color value + * @param {string} color - rgb color value (RGB or HEX) * @param {number} outerAlpha - level of alpha transparency for color * @param {number} innerSize - inner cursor size in px * @param {number} innerScale - inner cursor scale amount @@ -21,35 +46,23 @@ import IsDevice from './helpers/IsDevice.js' * @param {array} clickables - array of clickable selectors * */ -function CursorCore({ +const CursorCore = ({ outerStyle, innerStyle, - color = '220, 90, 90', - outerAlpha = 0.3, - innerSize = 8, - outerSize = 8, - outerScale = 6, - innerScale = 0.6, - trailingSpeed = 8, - clickables = [ - 'a', - 'input[type="text"]', - 'input[type="email"]', - 'input[type="number"]', - 'input[type="submit"]', - 'input[type="image"]', - 'label[for]', - 'select', - 'textarea', - 'button', - '.link' - ] -}) { - const cursorOuterRef = useRef() - const cursorInnerRef = useRef() - const requestRef = useRef() - const previousTimeRef = useRef() - const [coords, setCoords] = useState({ x: 0, y: 0 }) + color, + outerAlpha, + innerSize, + innerScale, + outerSize, + outerScale, + trailingSpeed, + clickables +}: IAnimatedCursor): ReactElement => { + const cursorOuterRef = useRef(null) + const cursorInnerRef = useRef(null) + const requestRef = useRef(null) + const previousTimeRef = useRef(null) + const [coords, setCoords] = useState({ x: 0, y: 0 }) const [isVisible, setIsVisible] = useState(false) const [isActive, setIsActive] = useState(false) const [isActiveClickable, setIsActiveClickable] = useState(false) @@ -71,7 +84,7 @@ function CursorCore({ // Outer Cursor Animation Delay const animateOuterCursor = useCallback( - (time) => { + (time: number) => { if (previousTimeRef.current !== undefined) { coords.x += (endX.current - coords.x) / trailingSpeed coords.y += (endY.current - coords.y) / trailingSpeed @@ -128,16 +141,18 @@ function CursorCore({ // Cursor Visibility State useEffect(() => { if (isVisible) { - cursorInnerRef.current.style.opacity = 1 - cursorOuterRef.current.style.opacity = 1 + cursorInnerRef.current.style.opacity = '1' + cursorOuterRef.current.style.opacity = '1' } else { - cursorInnerRef.current.style.opacity = 0 - cursorOuterRef.current.style.opacity = 0 + cursorInnerRef.current.style.opacity = '0' + cursorOuterRef.current.style.opacity = '0' } }, [isVisible]) useEffect(() => { - const clickableEls = document.querySelectorAll(clickables.join(',')) + const clickableEls = document.querySelectorAll( + clickables.join(',') + ) clickableEls.forEach((el) => { el.style.cursor = 'none' @@ -184,30 +199,33 @@ function CursorCore({ } }, [isActive, clickables]) + const mainStyles: CSSProperties = { + zIndex: 999, + display: 'block', + position: 'fixed', + borderRadius: '50%', + pointerEvents: 'none', + transition: 'opacity 0.15s ease-in-out, transform 0.25s ease-in-out' + } + // Cursor Styles const styles = { cursorInner: { - zIndex: 999, - display: 'block', - position: 'fixed', - borderRadius: '50%', + ...mainStyles, width: innerSize, height: innerSize, - pointerEvents: 'none', - backgroundColor: `rgba(${color}, 1)`, - ...(innerStyle && innerStyle), - transition: 'opacity 0.15s ease-in-out, transform 0.25s ease-in-out' + backgroundColor: color.includes('#') + ? hexToRGB(color) + : `rgba(${color}, 1)`, + ...(innerStyle && innerStyle) }, cursorOuter: { - zIndex: 999, - display: 'block', - position: 'fixed', - borderRadius: '50%', - pointerEvents: 'none', + ...mainStyles, width: outerSize, height: outerSize, - backgroundColor: `rgba(${color}, ${outerAlpha})`, - transition: 'opacity 0.15s ease-in-out, transform 0.15s ease-in-out', + backgroundColor: color.includes('#') + ? hexToRGB(color, outerAlpha) + : `rgba(${color}, ${outerAlpha} )`, willChange: 'transform', ...(outerStyle && outerStyle) } @@ -217,10 +235,10 @@ function CursorCore({ document.body.style.cursor = 'none' return ( - + <>
- + ) } @@ -228,20 +246,32 @@ function CursorCore({ * AnimatedCursor * Calls and passes props to CursorCore if not a touch/mobile device. */ -function AnimatedCursor({ +export const AnimatedCursor = ({ outerStyle, innerStyle, - color, - outerAlpha, - innerSize, - innerScale, - outerSize, - outerScale, - trailingSpeed, - clickables -}) { + color = '220, 90, 90', + outerAlpha = 0.3, + innerSize = 8, + outerSize = 8, + outerScale = 6, + innerScale = 0.6, + trailingSpeed = 8, + clickables = [ + 'a', + 'input[type="text"]', + 'input[type="email"]', + 'input[type="number"]', + 'input[type="submit"]', + 'input[type="image"]', + 'label[for]', + 'select', + 'textarea', + 'button', + '.link' + ] +}: IAnimatedCursor): ReactElement => { if (typeof navigator !== 'undefined' && IsDevice.any()) { - return + return <> } return ( ) } - -AnimatedCursor.propTypes = { - color: PropTypes.string, - outerAlpha: PropTypes.number, - innerSize: PropTypes.number, - outerSize: PropTypes.number, - outerScale: PropTypes.number, - innerScale: PropTypes.number, - outerStyle: PropTypes.object, - innerStyle: PropTypes.object, - trailingSpeed: PropTypes.number, - clickables: PropTypes.array -} - -export default AnimatedCursor From 7fec6777f1d040748dd7ccad7f63685d08e36e61 Mon Sep 17 00:00:00 2001 From: Daniel Pescador Date: Tue, 6 Sep 2022 14:14:45 -0500 Subject: [PATCH 05/19] added utility to replace HEX to RGB --- lib/helpers/hexToRGB.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lib/helpers/hexToRGB.ts diff --git a/lib/helpers/hexToRGB.ts b/lib/helpers/hexToRGB.ts new file mode 100644 index 0000000..1c036c0 --- /dev/null +++ b/lib/helpers/hexToRGB.ts @@ -0,0 +1,16 @@ +export const hexToRGB = (hex: string, alpha = 1): string => { + let parseString = hex + if (hex.startsWith('#')) { + parseString = hex.slice(1, 7) + } + if (parseString.length !== 6) { + return `rgba(255, 255, 255, ${alpha})` + } + const r = parseInt(parseString.slice(0, 2), 16) + const g = parseInt(parseString.slice(2, 4), 16) + const b = parseInt(parseString.slice(4, 6), 16) + if (isNaN(r) || isNaN(g) || isNaN(b)) { + return `rgba(255, 255, 255, ${alpha})` + } + return `rgba(${r}, ${g}, ${b}, ${alpha})` +} From d16fcdae1e21aa6e30083dff7f3cabfbe4b4eff3 Mon Sep 17 00:00:00 2001 From: Daniel Pescador Date: Tue, 6 Sep 2022 14:15:05 -0500 Subject: [PATCH 06/19] replaced index to TS --- lib/index.js | 2 -- lib/index.ts | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 lib/index.js create mode 100644 lib/index.ts diff --git a/lib/index.js b/lib/index.js deleted file mode 100644 index 2e7e2d0..0000000 --- a/lib/index.js +++ /dev/null @@ -1,2 +0,0 @@ -import AnimatedCursor from './AnimatedCursor.js' -export default AnimatedCursor diff --git a/lib/index.ts b/lib/index.ts new file mode 100644 index 0000000..20d45d7 --- /dev/null +++ b/lib/index.ts @@ -0,0 +1,3 @@ +import { AnimatedCursor, IAnimatedCursor } from './AnimatedCursor' +export { AnimatedCursor } +export type { IAnimatedCursor } From 7ff07b579da66e33b3dda184f25d1be297e19493 Mon Sep 17 00:00:00 2001 From: Daniel Pescador Date: Tue, 6 Sep 2022 14:16:06 -0500 Subject: [PATCH 07/19] Changed DemoContent to TS --- demo/src/{DemoContent.js => DemoContent.tsx} | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) rename demo/src/{DemoContent.js => DemoContent.tsx} (93%) diff --git a/demo/src/DemoContent.js b/demo/src/DemoContent.tsx similarity index 93% rename from demo/src/DemoContent.js rename to demo/src/DemoContent.tsx index 885b235..802e452 100644 --- a/demo/src/DemoContent.js +++ b/demo/src/DemoContent.tsx @@ -1,6 +1,9 @@ -import React from 'react' - -const styles = { +import { CSSProperties, ReactElement } from 'react' +const styles: { + section: CSSProperties + title: CSSProperties + sep: CSSProperties +} = { section: { padding: '4em 0' }, @@ -19,7 +22,7 @@ const styles = { } } -export default function Content() { +export const DemoContent = (): ReactElement => { return (

From ed0d0abe55f9d35a031c3a14d366eebcaeccfc72 Mon Sep 17 00:00:00 2001 From: Daniel Pescador Date: Tue, 6 Sep 2022 14:16:37 -0500 Subject: [PATCH 08/19] Changed App.js to TS and its call in the index --- demo/src/App.js | 27 --------------------------- demo/src/App.tsx | 16 ++++++++++++++++ demo/src/index.js | 2 +- 3 files changed, 17 insertions(+), 28 deletions(-) delete mode 100644 demo/src/App.js create mode 100644 demo/src/App.tsx diff --git a/demo/src/App.js b/demo/src/App.js deleted file mode 100644 index 511172d..0000000 --- a/demo/src/App.js +++ /dev/null @@ -1,27 +0,0 @@ -import React from 'react' -import AnimatedCursor from '../../lib' -import DemoContent from './DemoContent' -import './demo-styles.css' - -export default function App() { - return ( -
- - -
- ) -} diff --git a/demo/src/App.tsx b/demo/src/App.tsx new file mode 100644 index 0000000..e82ed53 --- /dev/null +++ b/demo/src/App.tsx @@ -0,0 +1,16 @@ +import { AnimatedCursor } from '../../lib' +import { DemoContent } from './DemoContent' +import './demo-styles.css' + +export const App = () => ( +
+ + +
+) diff --git a/demo/src/index.js b/demo/src/index.js index b3d0515..944f343 100644 --- a/demo/src/index.js +++ b/demo/src/index.js @@ -1,5 +1,5 @@ import React from 'react' import ReactDOM from 'react-dom' -import App from './App' +import { App } from './App' ReactDOM.render(, document.getElementById('root')) From cc37314f448b8923c9c2364a52eaaa2ac33b1a2e Mon Sep 17 00:00:00 2001 From: Daniel Pescador Date: Tue, 6 Sep 2022 14:17:32 -0500 Subject: [PATCH 09/19] Updated files in demo/dist --- demo/dist/index.69b8535b.css | 25 +- demo/dist/index.69b8535b.css.map | 2 +- demo/dist/index.9f592e3e.js | 23958 +++++++++++++++++------------ demo/dist/index.9f592e3e.js.map | 2 +- 4 files changed, 13762 insertions(+), 10225 deletions(-) diff --git a/demo/dist/index.69b8535b.css b/demo/dist/index.69b8535b.css index 3a96731..2b6f65a 100644 --- a/demo/dist/index.69b8535b.css +++ b/demo/dist/index.69b8535b.css @@ -1,35 +1,32 @@ -/* Cursor vars if you wanna use css over css in js */ - :root { - --cursor-color: #fff + --cursor-color: #fff; } -html, -body { - background-color: #2f2c2c; + +html, body { color: #fff; - font-family: "Inter", sans-serif; + background-color: #2f2c2c; + font-family: Inter, sans-serif; } -/* Demo Content */ a { - text-decoration: none; color: #fff; + border-bottom: 1px solid #ffffffb3; font-weight: 600; - border-bottom: 1px solid rgba(255, 255, 255, 0.7); - transition: 0.5s ease; + text-decoration: none; + transition: all .5s; } a:hover { - color: rgba(255, 255, 255, 0.5); - border-bottom-color: rgba(255, 255, 255, 0.1); + color: #ffffff80; + border-bottom-color: #ffffff1a; } section { width: 80%; max-width: 32em; margin: 0 auto 1em; - line-height: 1.7; font-weight: 300; + line-height: 1.7; } h3 { diff --git a/demo/dist/index.69b8535b.css.map b/demo/dist/index.69b8535b.css.map index f6418b7..542e46b 100644 --- a/demo/dist/index.69b8535b.css.map +++ b/demo/dist/index.69b8535b.css.map @@ -1 +1 @@ -{"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","sources":["demo/src/demo-styles.css"],"sourcesContent":["/* Cursor vars if you wanna use css over css in js */\n\n:root {\n --cursor-color: #fff\n}\nhtml,\nbody {\n background-color: #2f2c2c;\n color: #fff;\n font-family: \"Inter\", sans-serif;\n}\n\n/* Demo Content */\na {\n text-decoration: none;\n color: #fff;\n font-weight: 600;\n border-bottom: 1px solid rgba(255, 255, 255, 0.7);\n transition: 0.5s ease;\n}\n\na:hover {\n color: rgba(255, 255, 255, 0.5);\n border-bottom-color: rgba(255, 255, 255, 0.1);\n}\n\nsection {\n width: 80%;\n max-width: 32em;\n margin: 0 auto 1em;\n line-height: 1.7;\n font-weight: 300;\n}\n\nh3 {\n margin: 2em 0 1.5em;\n}\n\nul {\n margin: 2em 0;\n padding-left: 1em;\n}\n\nul li {\n padding-bottom: 1.5em;\n padding-left: 0;\n}\n"],"names":[],"version":3,"file":"index.69b8535b.css.map","sourceRoot":"/__parcel_source_root/"} \ No newline at end of file +{"mappings":"AAEA;;;;AAGA;;;;;;AAQA;;;;;;;;AAQA;;;;;AAKA;;;;;;;;AAQA;;;;AAIA;;;;;AAKA","sources":["demo/src/demo-styles.css"],"sourcesContent":["/* Cursor vars if you wanna use css over css in js */\r\n\r\n:root {\r\n --cursor-color: #fff\r\n}\r\nhtml,\r\nbody {\r\n background-color: #2f2c2c;\r\n color: #fff;\r\n font-family: \"Inter\", sans-serif;\r\n}\r\n\r\n/* Demo Content */\r\na {\r\n text-decoration: none;\r\n color: #fff;\r\n font-weight: 600;\r\n border-bottom: 1px solid rgba(255, 255, 255, 0.7);\r\n transition: 0.5s ease;\r\n}\r\n\r\na:hover {\r\n color: rgba(255, 255, 255, 0.5);\r\n border-bottom-color: rgba(255, 255, 255, 0.1);\r\n}\r\n\r\nsection {\r\n width: 80%;\r\n max-width: 32em;\r\n margin: 0 auto 1em;\r\n line-height: 1.7;\r\n font-weight: 300;\r\n}\r\n\r\nh3 {\r\n margin: 2em 0 1.5em;\r\n}\r\n\r\nul {\r\n margin: 2em 0;\r\n padding-left: 1em;\r\n}\r\n\r\nul li {\r\n padding-bottom: 1.5em;\r\n padding-left: 0;\r\n}\r\n"],"names":[],"version":3,"file":"index.69b8535b.css.map","sourceRoot":"/__parcel_source_root/"} \ No newline at end of file diff --git a/demo/dist/index.9f592e3e.js b/demo/dist/index.9f592e3e.js index e429b41..c3e56d7 100644 --- a/demo/dist/index.9f592e3e.js +++ b/demo/dist/index.9f592e3e.js @@ -142,20 +142,30 @@ this[globalName] = mainExports; } } -})({"kn9T2":[function(require,module,exports) { -var Refresh = require('react-refresh/runtime'); +})({"1xC6H":[function(require,module,exports) { +var Refresh = require("react-refresh/runtime"); +var ErrorOverlay = require("react-error-overlay"); Refresh.injectIntoGlobalHook(window); -window.$RefreshReg$ = function() { -}; +window.$RefreshReg$ = function() {}; window.$RefreshSig$ = function() { return function(type) { return type; }; }; +ErrorOverlay.setEditorHandler(function editorHandler(errorLocation) { + let file = `${errorLocation.fileName}:${errorLocation.lineNumber || 1}:${errorLocation.colNumber || 1}`; + fetch(`/__parcel_launch_editor?file=${encodeURIComponent(file)}`); +}); +ErrorOverlay.startReportingRuntimeErrors({ + onError: function() {} +}); +window.addEventListener("parcelhmraccept", ()=>{ + ErrorOverlay.dismissRuntimeErrors(); +}); -},{"react-refresh/runtime":"786KC"}],"786KC":[function(require,module,exports) { -'use strict'; -module.exports = require('./cjs/react-refresh-runtime.development.js'); +},{"react-refresh/runtime":"786KC","react-error-overlay":"1dldy"}],"786KC":[function(require,module,exports) { +"use strict"; +module.exports = require("./cjs/react-refresh-runtime.development.js"); },{"./cjs/react-refresh-runtime.development.js":"hdge7"}],"hdge7":[function(require,module,exports) { /** @license React v0.9.0 @@ -165,57 +175,58 @@ module.exports = require('./cjs/react-refresh-runtime.development.js'); * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - */ 'use strict'; + */ "use strict"; (function() { + "use strict"; // ATTENTION // When adding new symbols to this file, // Please consider also adding to 'react-devtools-shared/src/backend/ReactSymbols' // The Symbol used to tag the ReactElement-like types. If there is no native Symbol // nor polyfill, then a plain number is used for performance. - var REACT_ELEMENT_TYPE = 60103; - var REACT_PORTAL_TYPE = 60106; - var REACT_FRAGMENT_TYPE = 60107; - var REACT_STRICT_MODE_TYPE = 60108; - var REACT_PROFILER_TYPE = 60114; - var REACT_PROVIDER_TYPE = 60109; - var REACT_CONTEXT_TYPE = 60110; - var REACT_FORWARD_REF_TYPE = 60112; - var REACT_SUSPENSE_TYPE = 60113; - var REACT_SUSPENSE_LIST_TYPE = 60120; - var REACT_MEMO_TYPE = 60115; - var REACT_LAZY_TYPE = 60116; - var REACT_BLOCK_TYPE = 60121; - var REACT_SERVER_BLOCK_TYPE = 60122; - var REACT_FUNDAMENTAL_TYPE = 60117; - var REACT_SCOPE_TYPE = 60119; - var REACT_OPAQUE_ID_TYPE = 60128; - var REACT_DEBUG_TRACING_MODE_TYPE = 60129; - var REACT_OFFSCREEN_TYPE = 60130; - var REACT_LEGACY_HIDDEN_TYPE = 60131; - if (typeof Symbol === 'function' && Symbol.for) { + var REACT_ELEMENT_TYPE = 0xeac7; + var REACT_PORTAL_TYPE = 0xeaca; + var REACT_FRAGMENT_TYPE = 0xeacb; + var REACT_STRICT_MODE_TYPE = 0xeacc; + var REACT_PROFILER_TYPE = 0xead2; + var REACT_PROVIDER_TYPE = 0xeacd; + var REACT_CONTEXT_TYPE = 0xeace; + var REACT_FORWARD_REF_TYPE = 0xead0; + var REACT_SUSPENSE_TYPE = 0xead1; + var REACT_SUSPENSE_LIST_TYPE = 0xead8; + var REACT_MEMO_TYPE = 0xead3; + var REACT_LAZY_TYPE = 0xead4; + var REACT_BLOCK_TYPE = 0xead9; + var REACT_SERVER_BLOCK_TYPE = 0xeada; + var REACT_FUNDAMENTAL_TYPE = 0xead5; + var REACT_SCOPE_TYPE = 0xead7; + var REACT_OPAQUE_ID_TYPE = 0xeae0; + var REACT_DEBUG_TRACING_MODE_TYPE = 0xeae1; + var REACT_OFFSCREEN_TYPE = 0xeae2; + var REACT_LEGACY_HIDDEN_TYPE = 0xeae3; + if (typeof Symbol === "function" && Symbol.for) { var symbolFor = Symbol.for; - REACT_ELEMENT_TYPE = symbolFor('react.element'); - REACT_PORTAL_TYPE = symbolFor('react.portal'); - REACT_FRAGMENT_TYPE = symbolFor('react.fragment'); - REACT_STRICT_MODE_TYPE = symbolFor('react.strict_mode'); - REACT_PROFILER_TYPE = symbolFor('react.profiler'); - REACT_PROVIDER_TYPE = symbolFor('react.provider'); - REACT_CONTEXT_TYPE = symbolFor('react.context'); - REACT_FORWARD_REF_TYPE = symbolFor('react.forward_ref'); - REACT_SUSPENSE_TYPE = symbolFor('react.suspense'); - REACT_SUSPENSE_LIST_TYPE = symbolFor('react.suspense_list'); - REACT_MEMO_TYPE = symbolFor('react.memo'); - REACT_LAZY_TYPE = symbolFor('react.lazy'); - REACT_BLOCK_TYPE = symbolFor('react.block'); - REACT_SERVER_BLOCK_TYPE = symbolFor('react.server.block'); - REACT_FUNDAMENTAL_TYPE = symbolFor('react.fundamental'); - REACT_SCOPE_TYPE = symbolFor('react.scope'); - REACT_OPAQUE_ID_TYPE = symbolFor('react.opaque.id'); - REACT_DEBUG_TRACING_MODE_TYPE = symbolFor('react.debug_trace_mode'); - REACT_OFFSCREEN_TYPE = symbolFor('react.offscreen'); - REACT_LEGACY_HIDDEN_TYPE = symbolFor('react.legacy_hidden'); - } - var PossiblyWeakMap = typeof WeakMap === 'function' ? WeakMap : Map; // We never remove these associations. + REACT_ELEMENT_TYPE = symbolFor("react.element"); + REACT_PORTAL_TYPE = symbolFor("react.portal"); + REACT_FRAGMENT_TYPE = symbolFor("react.fragment"); + REACT_STRICT_MODE_TYPE = symbolFor("react.strict_mode"); + REACT_PROFILER_TYPE = symbolFor("react.profiler"); + REACT_PROVIDER_TYPE = symbolFor("react.provider"); + REACT_CONTEXT_TYPE = symbolFor("react.context"); + REACT_FORWARD_REF_TYPE = symbolFor("react.forward_ref"); + REACT_SUSPENSE_TYPE = symbolFor("react.suspense"); + REACT_SUSPENSE_LIST_TYPE = symbolFor("react.suspense_list"); + REACT_MEMO_TYPE = symbolFor("react.memo"); + REACT_LAZY_TYPE = symbolFor("react.lazy"); + REACT_BLOCK_TYPE = symbolFor("react.block"); + REACT_SERVER_BLOCK_TYPE = symbolFor("react.server.block"); + REACT_FUNDAMENTAL_TYPE = symbolFor("react.fundamental"); + REACT_SCOPE_TYPE = symbolFor("react.scope"); + REACT_OPAQUE_ID_TYPE = symbolFor("react.opaque.id"); + REACT_DEBUG_TRACING_MODE_TYPE = symbolFor("react.debug_trace_mode"); + REACT_OFFSCREEN_TYPE = symbolFor("react.offscreen"); + REACT_LEGACY_HIDDEN_TYPE = symbolFor("react.legacy_hidden"); + } + var PossiblyWeakMap = typeof WeakMap === "function" ? WeakMap : Map; // We never remove these associations. // It's OK to reference families, but use WeakMap/Set for types. var allFamiliesByID = new Map(); var allFamiliesByType = new PossiblyWeakMap(); @@ -232,7 +243,7 @@ module.exports = require('./cjs/react-refresh-runtime.development.js'); // It needs to be weak because we do this even for roots that failed to mount. // If there is no WeakMap, we won't attempt to do retrying. // $FlowIssue - var rootElements = typeof WeakMap === 'function' ? new WeakMap() : null; + var rootElements = typeof WeakMap === "function" ? new WeakMap() : null; var isPerformingRefresh = false; function computeFullKey(signature) { if (signature.fullKey !== null) return signature.fullKey; @@ -250,7 +261,7 @@ module.exports = require('./cjs/react-refresh-runtime.development.js'); } for(var i = 0; i < hooks.length; i++){ var hook = hooks[i]; - if (typeof hook !== 'function') { + if (typeof hook !== "function") { // Something's wrong. Assume we need to remount. signature.forceReset = true; signature.fullKey = fullKey; @@ -260,7 +271,7 @@ module.exports = require('./cjs/react-refresh-runtime.development.js'); if (nestedHookSignature === undefined) continue; var nestedHookKey = computeFullKey(nestedHookSignature); if (nestedHookSignature.forceReset) signature.forceReset = true; - fullKey += '\n---\n' + nestedHookKey; + fullKey += "\n---\n" + nestedHookKey; } signature.fullKey = fullKey; return fullKey; @@ -340,7 +351,7 @@ module.exports = require('./cjs/react-refresh-runtime.development.js'); var helpersByRootSnapshot = cloneMap(helpersByRoot); failedRootsSnapshot.forEach(function(root) { var helpers = helpersByRootSnapshot.get(root); - if (helpers === undefined) throw new Error('Could not find helpers for a root. This is a bug in React Refresh.'); + if (helpers === undefined) throw new Error("Could not find helpers for a root. This is a bug in React Refresh."); failedRoots.has(root); if (rootElements === null) return; if (!rootElements.has(root)) return; @@ -356,7 +367,7 @@ module.exports = require('./cjs/react-refresh-runtime.development.js'); }); mountedRootsSnapshot.forEach(function(root) { var helpers = helpersByRootSnapshot.get(root); - if (helpers === undefined) throw new Error('Could not find helpers for a root. This is a bug in React Refresh.'); + if (helpers === undefined) throw new Error("Could not find helpers for a root. This is a bug in React Refresh."); mountedRoots.has(root); try { helpers.scheduleRefresh(root, update); @@ -375,7 +386,7 @@ module.exports = require('./cjs/react-refresh-runtime.development.js'); } function register(type, id) { if (type === null) return; - if (typeof type !== 'function' && typeof type !== 'object') return; + if (typeof type !== "function" && typeof type !== "object") return; // This can happen in an edge case, e.g. if we register // return value of a HOC but it returns a cached component. // Ignore anything but the first registration for each type. @@ -394,12 +405,12 @@ module.exports = require('./cjs/react-refresh-runtime.development.js'); type ]); allFamiliesByType.set(type, family); // Visit inner types because we might not have registered them. - if (typeof type === 'object' && type !== null) switch(type.$$typeof){ + if (typeof type === "object" && type !== null) switch(type.$$typeof){ case REACT_FORWARD_REF_TYPE: - register(type.render, id + '$render'); + register(type.render, id + "$render"); break; case REACT_MEMO_TYPE: - register(type.type, id + '$type'); + register(type.type, id + "$type"); break; } } @@ -430,7 +441,7 @@ module.exports = require('./cjs/react-refresh-runtime.development.js'); var affectedInstances = new Set(); mountedRoots.forEach(function(root) { var helpers = helpersByRoot.get(root); - if (helpers === undefined) throw new Error('Could not find helpers for a root. This is a bug in React Refresh.'); + if (helpers === undefined) throw new Error("Could not find helpers for a root. This is a bug in React Refresh."); var instancesForRoot = helpers.findHostInstancesForRefresh(root, families); instancesForRoot.forEach(function(inst) { affectedInstances.add(inst); @@ -455,30 +466,26 @@ module.exports = require('./cjs/react-refresh-runtime.development.js'); inject: function(injected) { return nextID++; }, - onScheduleFiberRoot: function(id, root, children) { - }, - onCommitFiberRoot: function(id, root, maybePriorityLevel, didError) { - }, - onCommitFiberUnmount: function() { - } + onScheduleFiberRoot: function(id, root, children) {}, + onCommitFiberRoot: function(id, root, maybePriorityLevel, didError) {}, + onCommitFiberUnmount: function() {} }; } // Here, we just want to get a reference to scheduleRefresh. var oldInject = hook.inject; hook.inject = function(injected) { var id = oldInject.apply(this, arguments); - if (typeof injected.scheduleRefresh === 'function' && typeof injected.setRefreshHandler === 'function') // This version supports React Refresh. + if (typeof injected.scheduleRefresh === "function" && typeof injected.setRefreshHandler === "function") // This version supports React Refresh. helpersByRendererID.set(id, injected); return id; }; // Do the same for any already injected roots. // This is useful if ReactDOM has already been initialized. // https://github.com/facebook/react/issues/17626 hook.renderers.forEach(function(injected, id) { - if (typeof injected.scheduleRefresh === 'function' && typeof injected.setRefreshHandler === 'function') // This version supports React Refresh. + if (typeof injected.scheduleRefresh === "function" && typeof injected.setRefreshHandler === "function") // This version supports React Refresh. helpersByRendererID.set(id, injected); }); // We also want to track currently mounted roots. var oldOnCommitFiberRoot = hook.onCommitFiberRoot; - var oldOnScheduleFiberRoot = hook.onScheduleFiberRoot || function() { - }; + var oldOnScheduleFiberRoot = hook.onScheduleFiberRoot || function() {}; hook.onScheduleFiberRoot = function(id, root, children) { if (!isPerformingRefresh) { // If it was intentionally scheduled, don't attempt to restore. @@ -552,23 +559,23 @@ module.exports = require('./cjs/react-refresh-runtime.development.js'); // First, we'll know the signature itself. This happens outside the component. // Then, we'll know the references to custom Hooks. This happens inside the component. // After that, the returned function will be a fast path no-op. - var status = 'needsSignature'; + var status = "needsSignature"; var savedType; var hasCustomHooks; return function(type, key, forceReset, getCustomHooks) { switch(status){ - case 'needsSignature': + case "needsSignature": if (type !== undefined) { // If we received an argument, this is the initial registration call. savedType = type; - hasCustomHooks = typeof getCustomHooks === 'function'; + hasCustomHooks = typeof getCustomHooks === "function"; setSignature(type, key, forceReset, getCustomHooks); // The next call we expect is from inside a function, to fill in the custom Hooks. - status = 'needsCustomHooks'; + status = "needsCustomHooks"; } break; - case 'needsCustomHooks': + case "needsCustomHooks": if (hasCustomHooks) collectCustomHooksForSignature(savedType); - status = 'resolved'; + status = "resolved"; break; } return type; @@ -576,13 +583,13 @@ module.exports = require('./cjs/react-refresh-runtime.development.js'); } function isLikelyComponentType(type) { switch(typeof type){ - case 'function': + case "function": // First, deal with classes. if (type.prototype != null) { if (type.prototype.isReactComponent) // React class. return true; var ownNames = Object.getOwnPropertyNames(type.prototype); - if (ownNames.length > 1 || ownNames[0] !== 'constructor') // This looks like a class. + if (ownNames.length > 1 || ownNames[0] !== "constructor") // This looks like a class. return false; // eslint-disable-next-line no-proto if (type.prototype.__proto__ !== Object.prototype) // It has a superclass. @@ -591,8 +598,8 @@ module.exports = require('./cjs/react-refresh-runtime.development.js'); // This looks like a regular function with empty prototype. } // For plain functions and arrows, use name as a heuristic. var name = type.name || type.displayName; - return typeof name === 'string' && /^[A-Z]/.test(name); - case 'object': + return typeof name === "string" && /^[A-Z]/.test(name); + case "object": if (type != null) switch(type.$$typeof){ case REACT_FORWARD_REF_TYPE: case REACT_MEMO_TYPE: @@ -620,198 +627,2007 @@ module.exports = require('./cjs/react-refresh-runtime.development.js'); exports.setSignature = setSignature; })(); -},{}],"7fZR8":[function(require,module,exports) { -"use strict"; -var HMR_HOST = null; -var HMR_PORT = null; -var HMR_SECURE = false; -var HMR_ENV_HASH = "d6ea1d42532a7575"; -module.bundle.HMR_BUNDLE_ID = "9f36c6df9f592e3e"; -function _toConsumableArray(arr) { - return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); -} -function _nonIterableSpread() { - throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); -} -function _iterableToArray(iter) { - if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); -} -function _arrayWithoutHoles(arr) { - if (Array.isArray(arr)) return _arrayLikeToArray(arr); -} -function _createForOfIteratorHelper(o, allowArrayLike) { - var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; - if (!it) { - if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { - if (it) o = it; - var i = 0; - var F = function F() { +},{}],"1dldy":[function(require,module,exports) { +var process = require("process"); +!function(e, t) { + module.exports = t(); +}(window, function() { + return function(e) { + var t = {}; + function r(n) { + if (t[n]) return t[n].exports; + var o = t[n] = { + i: n, + l: !1, + exports: {} }; - return { - s: F, - n: function n() { - if (i >= o.length) return { - done: true - }; - return { - done: false, - value: o[i++] + return e[n].call(o.exports, o, o.exports, r), o.l = !0, o.exports; + } + return r.m = e, r.c = t, r.d = function(e, t, n) { + r.o(e, t) || Object.defineProperty(e, t, { + enumerable: !0, + get: n + }); + }, r.r = function(e) { + "undefined" != typeof Symbol && Symbol.toStringTag && Object.defineProperty(e, Symbol.toStringTag, { + value: "Module" + }), Object.defineProperty(e, "__esModule", { + value: !0 + }); + }, r.t = function(e, t) { + if (1 & t && (e = r(e)), 8 & t) return e; + if (4 & t && "object" == typeof e && e && e.__esModule) return e; + var n = Object.create(null); + if (r.r(n), Object.defineProperty(n, "default", { + enumerable: !0, + value: e + }), 2 & t && "string" != typeof e) for(var o in e)r.d(n, o, (function(t) { + return e[t]; + }).bind(null, o)); + return n; + }, r.n = function(e) { + var t = e && e.__esModule ? function() { + return e.default; + } : function() { + return e; + }; + return r.d(t, "a", t), t; + }, r.o = function(e, t) { + return Object.prototype.hasOwnProperty.call(e, t); + }, r.p = "", r(r.s = 15); + }([ + function(e, t, r) { + e.exports = r(8); + }, + function(e, t) { + t.getArg = function(e, t, r) { + if (t in e) return e[t]; + if (3 === arguments.length) return r; + throw new Error('"' + t + '" is a required argument.'); + }; + var r = /^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.]*)(?::(\d+))?(\S*)$/, n = /^data:.+\,.+$/; + function o(e) { + var t = e.match(r); + return t ? { + scheme: t[1], + auth: t[2], + host: t[3], + port: t[4], + path: t[5] + } : null; + } + function a(e) { + var t = ""; + return e.scheme && (t += e.scheme + ":"), t += "//", e.auth && (t += e.auth + "@"), e.host && (t += e.host), e.port && (t += ":" + e.port), e.path && (t += e.path), t; + } + function i(e) { + var r = e, n = o(e); + if (n) { + if (!n.path) return e; + r = n.path; + } + for(var i, l = t.isAbsolute(r), u = r.split(/\/+/), c = 0, s = u.length - 1; s >= 0; s--)"." === (i = u[s]) ? u.splice(s, 1) : ".." === i ? c++ : c > 0 && ("" === i ? (u.splice(s + 1, c), c = 0) : (u.splice(s, 2), c--)); + return "" === (r = u.join("/")) && (r = l ? "/" : "."), n ? (n.path = r, a(n)) : r; + } + t.urlParse = o, t.urlGenerate = a, t.normalize = i, t.join = function(e, t) { + "" === e && (e = "."), "" === t && (t = "."); + var r = o(t), l = o(e); + if (l && (e = l.path || "/"), r && !r.scheme) return l && (r.scheme = l.scheme), a(r); + if (r || t.match(n)) return t; + if (l && !l.host && !l.path) return l.host = t, a(l); + var u = "/" === t.charAt(0) ? t : i(e.replace(/\/+$/, "") + "/" + t); + return l ? (l.path = u, a(l)) : u; + }, t.isAbsolute = function(e) { + return "/" === e.charAt(0) || !!e.match(r); + }, t.relative = function(e, t) { + "" === e && (e = "."), e = e.replace(/\/$/, ""); + for(var r = 0; 0 !== t.indexOf(e + "/");){ + var n = e.lastIndexOf("/"); + if (n < 0) return t; + if ((e = e.slice(0, n)).match(/^([^\/]+:\/)?\/*$/)) return t; + ++r; + } + return Array(r + 1).join("../") + t.substr(e.length + 1); + }; + var l = !("__proto__" in Object.create(null)); + function u(e) { + return e; + } + function c(e) { + if (!e) return !1; + var t = e.length; + if (t < 9) return !1; + if (95 !== e.charCodeAt(t - 1) || 95 !== e.charCodeAt(t - 2) || 111 !== e.charCodeAt(t - 3) || 116 !== e.charCodeAt(t - 4) || 111 !== e.charCodeAt(t - 5) || 114 !== e.charCodeAt(t - 6) || 112 !== e.charCodeAt(t - 7) || 95 !== e.charCodeAt(t - 8) || 95 !== e.charCodeAt(t - 9)) return !1; + for(var r = t - 10; r >= 0; r--)if (36 !== e.charCodeAt(r)) return !1; + return !0; + } + function s(e, t) { + return e === t ? 0 : e > t ? 1 : -1; + } + t.toSetString = l ? u : function(e) { + return c(e) ? "$" + e : e; + }, t.fromSetString = l ? u : function(e) { + return c(e) ? e.slice(1) : e; + }, t.compareByOriginalPositions = function(e, t, r) { + var n = e.source - t.source; + return 0 !== n ? n : 0 !== (n = e.originalLine - t.originalLine) ? n : 0 !== (n = e.originalColumn - t.originalColumn) || r ? n : 0 !== (n = e.generatedColumn - t.generatedColumn) ? n : 0 !== (n = e.generatedLine - t.generatedLine) ? n : e.name - t.name; + }, t.compareByGeneratedPositionsDeflated = function(e, t, r) { + var n = e.generatedLine - t.generatedLine; + return 0 !== n ? n : 0 !== (n = e.generatedColumn - t.generatedColumn) || r ? n : 0 !== (n = e.source - t.source) ? n : 0 !== (n = e.originalLine - t.originalLine) ? n : 0 !== (n = e.originalColumn - t.originalColumn) ? n : e.name - t.name; + }, t.compareByGeneratedPositionsInflated = function(e, t) { + var r = e.generatedLine - t.generatedLine; + return 0 !== r ? r : 0 !== (r = e.generatedColumn - t.generatedColumn) ? r : 0 !== (r = s(e.source, t.source)) ? r : 0 !== (r = e.originalLine - t.originalLine) ? r : 0 !== (r = e.originalColumn - t.originalColumn) ? r : s(e.name, t.name); + }; + }, + function(e, t) { + function r(e, t) { + for(var r = 0, n = e.length - 1; n >= 0; n--){ + var o = e[n]; + "." === o ? e.splice(n, 1) : ".." === o ? (e.splice(n, 1), r++) : r && (e.splice(n, 1), r--); + } + if (t) for(; r--; r)e.unshift(".."); + return e; + } + function n(e, t) { + if (e.filter) return e.filter(t); + for(var r = [], n = 0; n < e.length; n++)t(e[n], n, e) && r.push(e[n]); + return r; + } + t.resolve = function() { + for(var e = "", t = !1, o = arguments.length - 1; o >= -1 && !t; o--){ + var a = o >= 0 ? arguments[o] : process.cwd(); + if ("string" != typeof a) throw new TypeError("Arguments to path.resolve must be strings"); + a && (e = a + "/" + e, t = "/" === a.charAt(0)); + } + return (t ? "/" : "") + (e = r(n(e.split("/"), function(e) { + return !!e; + }), !t).join("/")) || "."; + }, t.normalize = function(e) { + var a = t.isAbsolute(e), i = "/" === o(e, -1); + return (e = r(n(e.split("/"), function(e) { + return !!e; + }), !a).join("/")) || a || (e = "."), e && i && (e += "/"), (a ? "/" : "") + e; + }, t.isAbsolute = function(e) { + return "/" === e.charAt(0); + }, t.join = function() { + var e = Array.prototype.slice.call(arguments, 0); + return t.normalize(n(e, function(e, t) { + if ("string" != typeof e) throw new TypeError("Arguments to path.join must be strings"); + return e; + }).join("/")); + }, t.relative = function(e, r) { + function n(e) { + for(var t = 0; t < e.length && "" === e[t]; t++); + for(var r = e.length - 1; r >= 0 && "" === e[r]; r--); + return t > r ? [] : e.slice(t, r - t + 1); + } + e = t.resolve(e).substr(1), r = t.resolve(r).substr(1); + for(var o = n(e.split("/")), a = n(r.split("/")), i = Math.min(o.length, a.length), l = i, u = 0; u < i; u++)if (o[u] !== a[u]) { + l = u; + break; + } + var c = []; + for(u = l; u < o.length; u++)c.push(".."); + return (c = c.concat(a.slice(l))).join("/"); + }, t.sep = "/", t.delimiter = ":", t.dirname = function(e) { + if ("string" != typeof e && (e += ""), 0 === e.length) return "."; + for(var t = e.charCodeAt(0), r = 47 === t, n = -1, o = !0, a = e.length - 1; a >= 1; --a)if (47 === (t = e.charCodeAt(a))) { + if (!o) { + n = a; + break; + } + } else o = !1; + return -1 === n ? r ? "/" : "." : r && 1 === n ? "/" : e.slice(0, n); + }, t.basename = function(e, t) { + var r = function(e) { + "string" != typeof e && (e += ""); + var t, r = 0, n = -1, o = !0; + for(t = e.length - 1; t >= 0; --t)if (47 === e.charCodeAt(t)) { + if (!o) { + r = t + 1; + break; + } + } else -1 === n && (o = !1, n = t + 1); + return -1 === n ? "" : e.slice(r, n); + }(e); + return t && r.substr(-1 * t.length) === t && (r = r.substr(0, r.length - t.length)), r; + }, t.extname = function(e) { + "string" != typeof e && (e += ""); + for(var t = -1, r = 0, n = -1, o = !0, a = 0, i = e.length - 1; i >= 0; --i){ + var l = e.charCodeAt(i); + if (47 !== l) -1 === n && (o = !1, n = i + 1), 46 === l ? -1 === t ? t = i : 1 !== a && (a = 1) : -1 !== t && (a = -1); + else if (!o) { + r = i + 1; + break; + } + } + return -1 === t || -1 === n || 0 === a || 1 === a && t === n - 1 && t === r + 1 ? "" : e.slice(t, n); + }; + var o = "b" === "ab".substr(-1) ? function(e, t, r) { + return e.substr(t, r); + } : function(e, t, r) { + return t < 0 && (t = e.length + t), e.substr(t, r); + }; + }, + function(e, t, r) { + t.SourceMapGenerator = r(4).SourceMapGenerator, t.SourceMapConsumer = r(11).SourceMapConsumer, t.SourceNode = r(14).SourceNode; + }, + function(e, t, r) { + var n = r(5), o = r(1), a = r(6).ArraySet, i = r(10).MappingList; + function l(e) { + e || (e = {}), this._file = o.getArg(e, "file", null), this._sourceRoot = o.getArg(e, "sourceRoot", null), this._skipValidation = o.getArg(e, "skipValidation", !1), this._sources = new a, this._names = new a, this._mappings = new i, this._sourcesContents = null; + } + l.prototype._version = 3, l.fromSourceMap = function(e) { + var t = e.sourceRoot, r = new l({ + file: e.file, + sourceRoot: t + }); + return e.eachMapping(function(e) { + var n = { + generated: { + line: e.generatedLine, + column: e.generatedColumn + } }; - }, - e: function e(_e) { - throw _e; - }, - f: F + null != e.source && (n.source = e.source, null != t && (n.source = o.relative(t, n.source)), n.original = { + line: e.originalLine, + column: e.originalColumn + }, null != e.name && (n.name = e.name)), r.addMapping(n); + }), e.sources.forEach(function(t) { + var n = e.sourceContentFor(t); + null != n && r.setSourceContent(t, n); + }), r; + }, l.prototype.addMapping = function(e) { + var t = o.getArg(e, "generated"), r = o.getArg(e, "original", null), n = o.getArg(e, "source", null), a = o.getArg(e, "name", null); + this._skipValidation || this._validateMapping(t, r, n, a), null != n && (n = String(n), this._sources.has(n) || this._sources.add(n)), null != a && (a = String(a), this._names.has(a) || this._names.add(a)), this._mappings.add({ + generatedLine: t.line, + generatedColumn: t.column, + originalLine: null != r && r.line, + originalColumn: null != r && r.column, + source: n, + name: a + }); + }, l.prototype.setSourceContent = function(e, t) { + var r = e; + null != this._sourceRoot && (r = o.relative(this._sourceRoot, r)), null != t ? (this._sourcesContents || (this._sourcesContents = Object.create(null)), this._sourcesContents[o.toSetString(r)] = t) : this._sourcesContents && (delete this._sourcesContents[o.toSetString(r)], 0 === Object.keys(this._sourcesContents).length && (this._sourcesContents = null)); + }, l.prototype.applySourceMap = function(e, t, r) { + var n = t; + if (null == t) { + if (null == e.file) throw new Error('SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map\'s "file" property. Both were omitted.'); + n = e.file; + } + var i = this._sourceRoot; + null != i && (n = o.relative(i, n)); + var l = new a, u = new a; + this._mappings.unsortedForEach(function(t) { + if (t.source === n && null != t.originalLine) { + var a = e.originalPositionFor({ + line: t.originalLine, + column: t.originalColumn + }); + null != a.source && (t.source = a.source, null != r && (t.source = o.join(r, t.source)), null != i && (t.source = o.relative(i, t.source)), t.originalLine = a.line, t.originalColumn = a.column, null != a.name && (t.name = a.name)); + } + var c = t.source; + null == c || l.has(c) || l.add(c); + var s = t.name; + null == s || u.has(s) || u.add(s); + }, this), this._sources = l, this._names = u, e.sources.forEach(function(t) { + var n = e.sourceContentFor(t); + null != n && (null != r && (t = o.join(r, t)), null != i && (t = o.relative(i, t)), this.setSourceContent(t, n)); + }, this); + }, l.prototype._validateMapping = function(e, t, r, n) { + if (t && "number" != typeof t.line && "number" != typeof t.column) throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values."); + if ((!(e && "line" in e && "column" in e && e.line > 0 && e.column >= 0) || t || r || n) && !(e && "line" in e && "column" in e && t && "line" in t && "column" in t && e.line > 0 && e.column >= 0 && t.line > 0 && t.column >= 0 && r)) throw new Error("Invalid mapping: " + JSON.stringify({ + generated: e, + source: r, + original: t, + name: n + })); + }, l.prototype._serializeMappings = function() { + for(var e, t, r, a, i = 0, l = 1, u = 0, c = 0, s = 0, f = 0, d = "", p = this._mappings.toArray(), h = 0, g = p.length; h < g; h++){ + if (e = "", (t = p[h]).generatedLine !== l) for(i = 0; t.generatedLine !== l;)e += ";", l++; + else if (h > 0) { + if (!o.compareByGeneratedPositionsInflated(t, p[h - 1])) continue; + e += ","; + } + e += n.encode(t.generatedColumn - i), i = t.generatedColumn, null != t.source && (a = this._sources.indexOf(t.source), e += n.encode(a - f), f = a, e += n.encode(t.originalLine - 1 - c), c = t.originalLine - 1, e += n.encode(t.originalColumn - u), u = t.originalColumn, null != t.name && (r = this._names.indexOf(t.name), e += n.encode(r - s), s = r)), d += e; + } + return d; + }, l.prototype._generateSourcesContent = function(e, t) { + return e.map(function(e) { + if (!this._sourcesContents) return null; + null != t && (e = o.relative(t, e)); + var r = o.toSetString(e); + return Object.prototype.hasOwnProperty.call(this._sourcesContents, r) ? this._sourcesContents[r] : null; + }, this); + }, l.prototype.toJSON = function() { + var e = { + version: this._version, + sources: this._sources.toArray(), + names: this._names.toArray(), + mappings: this._serializeMappings() + }; + return null != this._file && (e.file = this._file), null != this._sourceRoot && (e.sourceRoot = this._sourceRoot), this._sourcesContents && (e.sourcesContent = this._generateSourcesContent(e.sources, e.sourceRoot)), e; + }, l.prototype.toString = function() { + return JSON.stringify(this.toJSON()); + }, t.SourceMapGenerator = l; + }, + function(e, t, r) { + var n = r(9); + t.encode = function(e) { + var t, r = "", o = function(e) { + return e < 0 ? 1 + (-e << 1) : 0 + (e << 1); + }(e); + do t = 31 & o, (o >>>= 5) > 0 && (t |= 32), r += n.encode(t); + while (o > 0); + return r; + }, t.decode = function(e, t, r) { + var o, a, i, l, u = e.length, c = 0, s = 0; + do { + if (t >= u) throw new Error("Expected more digits in base 64 VLQ value."); + if (-1 === (a = n.decode(e.charCodeAt(t++)))) throw new Error("Invalid base64 digit: " + e.charAt(t - 1)); + o = !!(32 & a), c += (a &= 31) << s, s += 5; + }while (o); + r.value = (l = (i = c) >> 1, 1 == (1 & i) ? -l : l), r.rest = t; }; - } - throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); - } - var normalCompletion = true, didErr = false, err; - return { - s: function s() { - it = it.call(o); }, - n: function n() { - var step = it.next(); - normalCompletion = step.done; - return step; + function(e, t, r) { + var n = r(1), o = Object.prototype.hasOwnProperty, a = "undefined" != typeof Map; + function i() { + this._array = [], this._set = a ? new Map : Object.create(null); + } + i.fromArray = function(e, t) { + for(var r = new i, n = 0, o = e.length; n < o; n++)r.add(e[n], t); + return r; + }, i.prototype.size = function() { + return a ? this._set.size : Object.getOwnPropertyNames(this._set).length; + }, i.prototype.add = function(e, t) { + var r = a ? e : n.toSetString(e), i = a ? this.has(e) : o.call(this._set, r), l = this._array.length; + i && !t || this._array.push(e), i || (a ? this._set.set(e, l) : this._set[r] = l); + }, i.prototype.has = function(e) { + if (a) return this._set.has(e); + var t = n.toSetString(e); + return o.call(this._set, t); + }, i.prototype.indexOf = function(e) { + if (a) { + var t = this._set.get(e); + if (t >= 0) return t; + } else { + var r = n.toSetString(e); + if (o.call(this._set, r)) return this._set[r]; + } + throw new Error('"' + e + '" is not in the set.'); + }, i.prototype.at = function(e) { + if (e >= 0 && e < this._array.length) return this._array[e]; + throw new Error("No element indexed by " + e); + }, i.prototype.toArray = function() { + return this._array.slice(); + }, t.ArraySet = i; }, - e: function e(_e2) { - didErr = true; - err = _e2; + function(e, t, r) { + "use strict"; + function n(e) { + return Array.isArray(e) || (e = [ + e + ]), Promise.all(e.map(function(e) { + return e.then(function(e) { + return { + isFulfilled: !0, + isRejected: !1, + value: e + }; + }).catch(function(e) { + return { + isFulfilled: !1, + isRejected: !0, + reason: e + }; + }); + })); + } + Object.defineProperty(t, "__esModule", { + value: !0 + }), t.settle = n, t.default = n; }, - f: function f() { + function(e, t, r) { + var n = function(e) { + "use strict"; + var t, r = Object.prototype, n = r.hasOwnProperty, o = "function" == typeof Symbol ? Symbol : {}, a = o.iterator || "@@iterator", i = o.asyncIterator || "@@asyncIterator", l = o.toStringTag || "@@toStringTag"; + function u(e, t, r) { + return Object.defineProperty(e, t, { + value: r, + enumerable: !0, + configurable: !0, + writable: !0 + }), e[t]; + } + try { + u({}, ""); + } catch (e1) { + u = function(e, t, r) { + return e[t] = r; + }; + } + function c(e, t, r, n) { + var o = t && t.prototype instanceof m ? t : m, a = Object.create(o.prototype), i = new T(n || []); + return a._invoke = function(e, t, r) { + var n = f; + return function(o, a) { + if (n === p) throw new Error("Generator is already running"); + if (n === h) { + if ("throw" === o) throw a; + return L(); + } + for(r.method = o, r.arg = a;;){ + var i = r.delegate; + if (i) { + var l = _(i, r); + if (l) { + if (l === g) continue; + return l; + } + } + if ("next" === r.method) r.sent = r._sent = r.arg; + else if ("throw" === r.method) { + if (n === f) throw n = h, r.arg; + r.dispatchException(r.arg); + } else "return" === r.method && r.abrupt("return", r.arg); + n = p; + var u = s(e, t, r); + if ("normal" === u.type) { + if (n = r.done ? h : d, u.arg === g) continue; + return { + value: u.arg, + done: r.done + }; + } + "throw" === u.type && (n = h, r.method = "throw", r.arg = u.arg); + } + }; + }(e, r, i), a; + } + function s(e, t, r) { + try { + return { + type: "normal", + arg: e.call(t, r) + }; + } catch (e1) { + return { + type: "throw", + arg: e1 + }; + } + } + e.wrap = c; + var f = "suspendedStart", d = "suspendedYield", p = "executing", h = "completed", g = {}; + function m() {} + function v() {} + function y() {} + var b = {}; + b[a] = function() { + return this; + }; + var w = Object.getPrototypeOf, k = w && w(w(P([]))); + k && k !== r && n.call(k, a) && (b = k); + var E = y.prototype = m.prototype = Object.create(b); + function S(e) { + [ + "next", + "throw", + "return" + ].forEach(function(t) { + u(e, t, function(e) { + return this._invoke(t, e); + }); + }); + } + function x(e, t) { + var r; + this._invoke = function(o, a) { + function i() { + return new t(function(r, i) { + !function r(o, a, i, l) { + var u = s(e[o], e, a); + if ("throw" !== u.type) { + var c = u.arg, f = c.value; + return f && "object" == typeof f && n.call(f, "__await") ? t.resolve(f.__await).then(function(e) { + r("next", e, i, l); + }, function(e) { + r("throw", e, i, l); + }) : t.resolve(f).then(function(e) { + c.value = e, i(c); + }, function(e) { + return r("throw", e, i, l); + }); + } + l(u.arg); + }(o, a, r, i); + }); + } + return r = r ? r.then(i, i) : i(); + }; + } + function _(e, r) { + var n = e.iterator[r.method]; + if (n === t) { + if (r.delegate = null, "throw" === r.method) { + if (e.iterator.return && (r.method = "return", r.arg = t, _(e, r), "throw" === r.method)) return g; + r.method = "throw", r.arg = new TypeError("The iterator does not provide a 'throw' method"); + } + return g; + } + var o = s(n, e.iterator, r.arg); + if ("throw" === o.type) return r.method = "throw", r.arg = o.arg, r.delegate = null, g; + var a = o.arg; + return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, g) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, g); + } + function C(e) { + var t = { + tryLoc: e[0] + }; + 1 in e && (t.catchLoc = e[1]), 2 in e && (t.finallyLoc = e[2], t.afterLoc = e[3]), this.tryEntries.push(t); + } + function O(e) { + var t = e.completion || {}; + t.type = "normal", delete t.arg, e.completion = t; + } + function T(e) { + this.tryEntries = [ + { + tryLoc: "root" + } + ], e.forEach(C, this), this.reset(!0); + } + function P(e) { + if (e) { + var r = e[a]; + if (r) return r.call(e); + if ("function" == typeof e.next) return e; + if (!isNaN(e.length)) { + var o = -1, i = function r() { + for(; ++o < e.length;)if (n.call(e, o)) return r.value = e[o], r.done = !1, r; + return r.value = t, r.done = !0, r; + }; + return i.next = i; + } + } + return { + next: L + }; + } + function L() { + return { + value: t, + done: !0 + }; + } + return v.prototype = E.constructor = y, y.constructor = v, v.displayName = u(y, l, "GeneratorFunction"), e.isGeneratorFunction = function(e) { + var t = "function" == typeof e && e.constructor; + return !!t && (t === v || "GeneratorFunction" === (t.displayName || t.name)); + }, e.mark = function(e) { + return Object.setPrototypeOf ? Object.setPrototypeOf(e, y) : (e.__proto__ = y, u(e, l, "GeneratorFunction")), e.prototype = Object.create(E), e; + }, e.awrap = function(e) { + return { + __await: e + }; + }, S(x.prototype), x.prototype[i] = function() { + return this; + }, e.AsyncIterator = x, e.async = function(t, r, n, o, a) { + void 0 === a && (a = Promise); + var i = new x(c(t, r, n, o), a); + return e.isGeneratorFunction(r) ? i : i.next().then(function(e) { + return e.done ? e.value : i.next(); + }); + }, S(E), u(E, l, "Generator"), E[a] = function() { + return this; + }, E.toString = function() { + return "[object Generator]"; + }, e.keys = function(e) { + var t = []; + for(var r in e)t.push(r); + return t.reverse(), function r() { + for(; t.length;){ + var n = t.pop(); + if (n in e) return r.value = n, r.done = !1, r; + } + return r.done = !0, r; + }; + }, e.values = P, T.prototype = { + constructor: T, + reset: function(e) { + if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(O), !e) for(var r in this)"t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); + }, + stop: function() { + this.done = !0; + var e = this.tryEntries[0].completion; + if ("throw" === e.type) throw e.arg; + return this.rval; + }, + dispatchException: function(e) { + if (this.done) throw e; + var r = this; + function o(n, o) { + return l.type = "throw", l.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; + } + for(var a = this.tryEntries.length - 1; a >= 0; --a){ + var i = this.tryEntries[a], l = i.completion; + if ("root" === i.tryLoc) return o("end"); + if (i.tryLoc <= this.prev) { + var u = n.call(i, "catchLoc"), c = n.call(i, "finallyLoc"); + if (u && c) { + if (this.prev < i.catchLoc) return o(i.catchLoc, !0); + if (this.prev < i.finallyLoc) return o(i.finallyLoc); + } else if (u) { + if (this.prev < i.catchLoc) return o(i.catchLoc, !0); + } else { + if (!c) throw new Error("try statement without catch or finally"); + if (this.prev < i.finallyLoc) return o(i.finallyLoc); + } + } + } + }, + abrupt: function(e, t) { + for(var r = this.tryEntries.length - 1; r >= 0; --r){ + var o = this.tryEntries[r]; + if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { + var a = o; + break; + } + } + a && ("break" === e || "continue" === e) && a.tryLoc <= t && t <= a.finallyLoc && (a = null); + var i = a ? a.completion : {}; + return i.type = e, i.arg = t, a ? (this.method = "next", this.next = a.finallyLoc, g) : this.complete(i); + }, + complete: function(e, t) { + if ("throw" === e.type) throw e.arg; + return "break" === e.type || "continue" === e.type ? this.next = e.arg : "return" === e.type ? (this.rval = this.arg = e.arg, this.method = "return", this.next = "end") : "normal" === e.type && t && (this.next = t), g; + }, + finish: function(e) { + for(var t = this.tryEntries.length - 1; t >= 0; --t){ + var r = this.tryEntries[t]; + if (r.finallyLoc === e) return this.complete(r.completion, r.afterLoc), O(r), g; + } + }, + catch: function(e) { + for(var t = this.tryEntries.length - 1; t >= 0; --t){ + var r = this.tryEntries[t]; + if (r.tryLoc === e) { + var n = r.completion; + if ("throw" === n.type) { + var o = n.arg; + O(r); + } + return o; + } + } + throw new Error("illegal catch attempt"); + }, + delegateYield: function(e, r, n) { + return this.delegate = { + iterator: P(e), + resultName: r, + nextLoc: n + }, "next" === this.method && (this.arg = t), g; + } + }, e; + }(e.exports); try { - if (!normalCompletion && it.return != null) it.return(); - } finally{ - if (didErr) throw err; + regeneratorRuntime = n; + } catch (e1) { + Function("r", "regeneratorRuntime = r")(n); } - } - }; -} -function _unsupportedIterableToArray(o, minLen) { - if (!o) return; - if (typeof o === "string") return _arrayLikeToArray(o, minLen); - var n = Object.prototype.toString.call(o).slice(8, -1); - if (n === "Object" && o.constructor) n = o.constructor.name; - if (n === "Map" || n === "Set") return Array.from(o); - if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); -} -function _arrayLikeToArray(arr, len) { - if (len == null || len > arr.length) len = arr.length; - for(var i = 0, arr2 = new Array(len); i < len; i++)arr2[i] = arr[i]; - return arr2; -} -/* global HMR_HOST, HMR_PORT, HMR_ENV_HASH, HMR_SECURE */ /*:: -import type { - HMRAsset, - HMRMessage, -} from '@parcel/reporter-dev-server/src/HMRServer.js'; -interface ParcelRequire { - (string): mixed; - cache: {|[string]: ParcelModule|}; - hotData: mixed; - Module: any; - parent: ?ParcelRequire; - isParcelRequire: true; - modules: {|[string]: [Function, {|[string]: string|}]|}; - HMR_BUNDLE_ID: string; - root: ParcelRequire; -} -interface ParcelModule { - hot: {| - data: mixed, - accept(cb: (Function) => void): void, - dispose(cb: (mixed) => void): void, - // accept(deps: Array | string, cb: (Function) => void): void, - // decline(): void, - _acceptCallbacks: Array<(Function) => void>, - _disposeCallbacks: Array<(mixed) => void>, - |}; -} -declare var module: {bundle: ParcelRequire, ...}; -declare var HMR_HOST: string; -declare var HMR_PORT: string; -declare var HMR_ENV_HASH: string; -declare var HMR_SECURE: boolean; -*/ var OVERLAY_ID = '__parcel__error__overlay__'; -var OldModule = module.bundle.Module; -function Module(moduleName) { - OldModule.call(this, moduleName); - this.hot = { - data: module.bundle.hotData, - _acceptCallbacks: [], - _disposeCallbacks: [], - accept: function accept(fn) { - this._acceptCallbacks.push(fn || function() { - }); }, - dispose: function dispose(fn) { - this._disposeCallbacks.push(fn); - } - }; - module.bundle.hotData = undefined; -} -module.bundle.Module = Module; -var checkedAssets, acceptedAssets, assetsToAccept; -function getHostname() { - return HMR_HOST || (location.protocol.indexOf('http') === 0 ? location.hostname : 'localhost'); -} -function getPort() { - return HMR_PORT || location.port; -} // eslint-disable-next-line no-redeclare -var parent = module.bundle.parent; -if ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') { - var hostname = getHostname(); - var port = getPort(); - var protocol = HMR_SECURE || location.protocol == 'https:' && !/localhost|127.0.0.1|0.0.0.0/.test(hostname) ? 'wss' : 'ws'; - var ws = new WebSocket(protocol + '://' + hostname + (port ? ':' + port : '') + '/'); // $FlowFixMe - ws.onmessage = function(event) { - checkedAssets = { - }; - acceptedAssets = { - }; - assetsToAccept = []; - var data = JSON.parse(event.data); - if (data.type === 'update') { - // Remove error overlay if there is one - if (typeof document !== 'undefined') removeErrorOverlay(); - var assets = data.assets.filter(function(asset) { - return asset.envHash === HMR_ENV_HASH; - }); // Handle HMR Update - var handled = assets.every(function(asset) { - return asset.type === 'css' || asset.type === 'js' && hmrAcceptCheck(module.bundle.root, asset.id, asset.depsByBundle); - }); - if (handled) { - console.clear(); - assets.forEach(function(asset) { - hmrApply(module.bundle.root, asset); + function(e, t) { + var r = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""); + t.encode = function(e) { + if (0 <= e && e < r.length) return r[e]; + throw new TypeError("Must be between 0 and 63: " + e); + }, t.decode = function(e) { + return 65 <= e && e <= 90 ? e - 65 : 97 <= e && e <= 122 ? e - 97 + 26 : 48 <= e && e <= 57 ? e - 48 + 52 : 43 == e ? 62 : 47 == e ? 63 : -1; + }; + }, + function(e, t, r) { + var n = r(1); + function o() { + this._array = [], this._sorted = !0, this._last = { + generatedLine: -1, + generatedColumn: 0 + }; + } + o.prototype.unsortedForEach = function(e, t) { + this._array.forEach(e, t); + }, o.prototype.add = function(e) { + var t, r, o, a, i, l; + t = this._last, r = e, o = t.generatedLine, a = r.generatedLine, i = t.generatedColumn, l = r.generatedColumn, a > o || a == o && l >= i || n.compareByGeneratedPositionsInflated(t, r) <= 0 ? (this._last = e, this._array.push(e)) : (this._sorted = !1, this._array.push(e)); + }, o.prototype.toArray = function() { + return this._sorted || (this._array.sort(n.compareByGeneratedPositionsInflated), this._sorted = !0), this._array; + }, t.MappingList = o; + }, + function(e, t, r) { + var n = r(1), o = r(12), a = r(6).ArraySet, i = r(5), l = r(13).quickSort; + function u(e) { + var t = e; + return "string" == typeof e && (t = JSON.parse(e.replace(/^\)\]\}'/, ""))), null != t.sections ? new f(t) : new c(t); + } + function c(e) { + var t = e; + "string" == typeof e && (t = JSON.parse(e.replace(/^\)\]\}'/, ""))); + var r = n.getArg(t, "version"), o = n.getArg(t, "sources"), i = n.getArg(t, "names", []), l = n.getArg(t, "sourceRoot", null), u = n.getArg(t, "sourcesContent", null), c = n.getArg(t, "mappings"), s = n.getArg(t, "file", null); + if (r != this._version) throw new Error("Unsupported version: " + r); + o = o.map(String).map(n.normalize).map(function(e) { + return l && n.isAbsolute(l) && n.isAbsolute(e) ? n.relative(l, e) : e; + }), this._names = a.fromArray(i.map(String), !0), this._sources = a.fromArray(o, !0), this.sourceRoot = l, this.sourcesContent = u, this._mappings = c, this.file = s; + } + function s() { + this.generatedLine = 0, this.generatedColumn = 0, this.source = null, this.originalLine = null, this.originalColumn = null, this.name = null; + } + function f(e) { + var t = e; + "string" == typeof e && (t = JSON.parse(e.replace(/^\)\]\}'/, ""))); + var r = n.getArg(t, "version"), o = n.getArg(t, "sections"); + if (r != this._version) throw new Error("Unsupported version: " + r); + this._sources = new a, this._names = new a; + var i = { + line: -1, + column: 0 + }; + this._sections = o.map(function(e) { + if (e.url) throw new Error("Support for url field in sections not implemented."); + var t = n.getArg(e, "offset"), r = n.getArg(t, "line"), o = n.getArg(t, "column"); + if (r < i.line || r === i.line && o < i.column) throw new Error("Section offsets must be ordered and non-overlapping."); + return i = t, { + generatedOffset: { + generatedLine: r + 1, + generatedColumn: o + 1 + }, + consumer: new u(n.getArg(e, "map")) + }; }); - for(var i = 0; i < assetsToAccept.length; i++){ - var id = assetsToAccept[i][1]; - if (!acceptedAssets[id]) hmrAcceptRun(assetsToAccept[i][0], id); + } + u.fromSourceMap = function(e) { + return c.fromSourceMap(e); + }, u.prototype._version = 3, u.prototype.__generatedMappings = null, Object.defineProperty(u.prototype, "_generatedMappings", { + get: function() { + return this.__generatedMappings || this._parseMappings(this._mappings, this.sourceRoot), this.__generatedMappings; } - } else window.location.reload(); - } - if (data.type === 'error') { - // Log parcel errors to console - var _iterator = _createForOfIteratorHelper(data.diagnostics.ansi), _step; - try { - for(_iterator.s(); !(_step = _iterator.n()).done;){ - var ansiDiagnostic = _step.value; - var stack = ansiDiagnostic.codeframe ? ansiDiagnostic.codeframe : ansiDiagnostic.stack; - console.error('🚨 [parcel]: ' + ansiDiagnostic.message + '\n' + stack + '\n\n' + ansiDiagnostic.hints.join('\n')); + }), u.prototype.__originalMappings = null, Object.defineProperty(u.prototype, "_originalMappings", { + get: function() { + return this.__originalMappings || this._parseMappings(this._mappings, this.sourceRoot), this.__originalMappings; } - } catch (err) { - _iterator.e(err); - } finally{ - _iterator.f(); - } - if (typeof document !== 'undefined') { - // Render the fancy html overlay - removeErrorOverlay(); - var overlay = createErrorOverlay(data.diagnostics.html); // $FlowFixMe - document.body.appendChild(overlay); + }), u.prototype._charIsMappingSeparator = function(e, t) { + var r = e.charAt(t); + return ";" === r || "," === r; + }, u.prototype._parseMappings = function(e, t) { + throw new Error("Subclasses must implement _parseMappings"); + }, u.GENERATED_ORDER = 1, u.ORIGINAL_ORDER = 2, u.GREATEST_LOWER_BOUND = 1, u.LEAST_UPPER_BOUND = 2, u.prototype.eachMapping = function(e, t, r) { + var o, a = t || null; + switch(r || u.GENERATED_ORDER){ + case u.GENERATED_ORDER: + o = this._generatedMappings; + break; + case u.ORIGINAL_ORDER: + o = this._originalMappings; + break; + default: + throw new Error("Unknown order of iteration."); + } + var i = this.sourceRoot; + o.map(function(e) { + var t = null === e.source ? null : this._sources.at(e.source); + return null != t && null != i && (t = n.join(i, t)), { + source: t, + generatedLine: e.generatedLine, + generatedColumn: e.generatedColumn, + originalLine: e.originalLine, + originalColumn: e.originalColumn, + name: null === e.name ? null : this._names.at(e.name) + }; + }, this).forEach(e, a); + }, u.prototype.allGeneratedPositionsFor = function(e) { + var t = n.getArg(e, "line"), r = { + source: n.getArg(e, "source"), + originalLine: t, + originalColumn: n.getArg(e, "column", 0) + }; + if (null != this.sourceRoot && (r.source = n.relative(this.sourceRoot, r.source)), !this._sources.has(r.source)) return []; + r.source = this._sources.indexOf(r.source); + var a = [], i = this._findMapping(r, this._originalMappings, "originalLine", "originalColumn", n.compareByOriginalPositions, o.LEAST_UPPER_BOUND); + if (i >= 0) { + var l = this._originalMappings[i]; + if (void 0 === e.column) for(var u = l.originalLine; l && l.originalLine === u;)a.push({ + line: n.getArg(l, "generatedLine", null), + column: n.getArg(l, "generatedColumn", null), + lastColumn: n.getArg(l, "lastGeneratedColumn", null) + }), l = this._originalMappings[++i]; + else for(var c = l.originalColumn; l && l.originalLine === t && l.originalColumn == c;)a.push({ + line: n.getArg(l, "generatedLine", null), + column: n.getArg(l, "generatedColumn", null), + lastColumn: n.getArg(l, "lastGeneratedColumn", null) + }), l = this._originalMappings[++i]; + } + return a; + }, t.SourceMapConsumer = u, c.prototype = Object.create(u.prototype), c.prototype.consumer = u, c.fromSourceMap = function(e) { + var t = Object.create(c.prototype), r = t._names = a.fromArray(e._names.toArray(), !0), o = t._sources = a.fromArray(e._sources.toArray(), !0); + t.sourceRoot = e._sourceRoot, t.sourcesContent = e._generateSourcesContent(t._sources.toArray(), t.sourceRoot), t.file = e._file; + for(var i = e._mappings.toArray().slice(), u = t.__generatedMappings = [], f = t.__originalMappings = [], d = 0, p = i.length; d < p; d++){ + var h = i[d], g = new s; + g.generatedLine = h.generatedLine, g.generatedColumn = h.generatedColumn, h.source && (g.source = o.indexOf(h.source), g.originalLine = h.originalLine, g.originalColumn = h.originalColumn, h.name && (g.name = r.indexOf(h.name)), f.push(g)), u.push(g); + } + return l(t.__originalMappings, n.compareByOriginalPositions), t; + }, c.prototype._version = 3, Object.defineProperty(c.prototype, "sources", { + get: function() { + return this._sources.toArray().map(function(e) { + return null != this.sourceRoot ? n.join(this.sourceRoot, e) : e; + }, this); + } + }), c.prototype._parseMappings = function(e, t) { + for(var r, o, a, u, c, f = 1, d = 0, p = 0, h = 0, g = 0, m = 0, v = e.length, y = 0, b = {}, w = {}, k = [], E = []; y < v;)if (";" === e.charAt(y)) f++, y++, d = 0; + else if ("," === e.charAt(y)) y++; + else { + for((r = new s).generatedLine = f, u = y; u < v && !this._charIsMappingSeparator(e, u); u++); + if (a = b[o = e.slice(y, u)]) y += o.length; + else { + for(a = []; y < u;)i.decode(e, y, w), c = w.value, y = w.rest, a.push(c); + if (2 === a.length) throw new Error("Found a source, but no line and column"); + if (3 === a.length) throw new Error("Found a source and line, but no column"); + b[o] = a; + } + r.generatedColumn = d + a[0], d = r.generatedColumn, a.length > 1 && (r.source = g + a[1], g += a[1], r.originalLine = p + a[2], p = r.originalLine, r.originalLine += 1, r.originalColumn = h + a[3], h = r.originalColumn, a.length > 4 && (r.name = m + a[4], m += a[4])), E.push(r), "number" == typeof r.originalLine && k.push(r); + } + l(E, n.compareByGeneratedPositionsDeflated), this.__generatedMappings = E, l(k, n.compareByOriginalPositions), this.__originalMappings = k; + }, c.prototype._findMapping = function(e, t, r, n, a, i) { + if (e[r] <= 0) throw new TypeError("Line must be greater than or equal to 1, got " + e[r]); + if (e[n] < 0) throw new TypeError("Column must be greater than or equal to 0, got " + e[n]); + return o.search(e, t, a, i); + }, c.prototype.computeColumnSpans = function() { + for(var e = 0; e < this._generatedMappings.length; ++e){ + var t = this._generatedMappings[e]; + if (e + 1 < this._generatedMappings.length) { + var r = this._generatedMappings[e + 1]; + if (t.generatedLine === r.generatedLine) { + t.lastGeneratedColumn = r.generatedColumn - 1; + continue; + } + } + t.lastGeneratedColumn = 1 / 0; + } + }, c.prototype.originalPositionFor = function(e) { + var t = { + generatedLine: n.getArg(e, "line"), + generatedColumn: n.getArg(e, "column") + }, r = this._findMapping(t, this._generatedMappings, "generatedLine", "generatedColumn", n.compareByGeneratedPositionsDeflated, n.getArg(e, "bias", u.GREATEST_LOWER_BOUND)); + if (r >= 0) { + var o = this._generatedMappings[r]; + if (o.generatedLine === t.generatedLine) { + var a = n.getArg(o, "source", null); + null !== a && (a = this._sources.at(a), null != this.sourceRoot && (a = n.join(this.sourceRoot, a))); + var i = n.getArg(o, "name", null); + return null !== i && (i = this._names.at(i)), { + source: a, + line: n.getArg(o, "originalLine", null), + column: n.getArg(o, "originalColumn", null), + name: i + }; + } + } + return { + source: null, + line: null, + column: null, + name: null + }; + }, c.prototype.hasContentsOfAllSources = function() { + return !!this.sourcesContent && this.sourcesContent.length >= this._sources.size() && !this.sourcesContent.some(function(e) { + return null == e; + }); + }, c.prototype.sourceContentFor = function(e, t) { + if (!this.sourcesContent) return null; + if (null != this.sourceRoot && (e = n.relative(this.sourceRoot, e)), this._sources.has(e)) return this.sourcesContent[this._sources.indexOf(e)]; + var r; + if (null != this.sourceRoot && (r = n.urlParse(this.sourceRoot))) { + var o = e.replace(/^file:\/\//, ""); + if ("file" == r.scheme && this._sources.has(o)) return this.sourcesContent[this._sources.indexOf(o)]; + if ((!r.path || "/" == r.path) && this._sources.has("/" + e)) return this.sourcesContent[this._sources.indexOf("/" + e)]; + } + if (t) return null; + throw new Error('"' + e + '" is not in the SourceMap.'); + }, c.prototype.generatedPositionFor = function(e) { + var t = n.getArg(e, "source"); + if (null != this.sourceRoot && (t = n.relative(this.sourceRoot, t)), !this._sources.has(t)) return { + line: null, + column: null, + lastColumn: null + }; + var r = { + source: t = this._sources.indexOf(t), + originalLine: n.getArg(e, "line"), + originalColumn: n.getArg(e, "column") + }, o = this._findMapping(r, this._originalMappings, "originalLine", "originalColumn", n.compareByOriginalPositions, n.getArg(e, "bias", u.GREATEST_LOWER_BOUND)); + if (o >= 0) { + var a = this._originalMappings[o]; + if (a.source === r.source) return { + line: n.getArg(a, "generatedLine", null), + column: n.getArg(a, "generatedColumn", null), + lastColumn: n.getArg(a, "lastGeneratedColumn", null) + }; + } + return { + line: null, + column: null, + lastColumn: null + }; + }, t.BasicSourceMapConsumer = c, f.prototype = Object.create(u.prototype), f.prototype.constructor = u, f.prototype._version = 3, Object.defineProperty(f.prototype, "sources", { + get: function() { + for(var e = [], t = 0; t < this._sections.length; t++)for(var r = 0; r < this._sections[t].consumer.sources.length; r++)e.push(this._sections[t].consumer.sources[r]); + return e; + } + }), f.prototype.originalPositionFor = function(e) { + var t = { + generatedLine: n.getArg(e, "line"), + generatedColumn: n.getArg(e, "column") + }, r = o.search(t, this._sections, function(e, t) { + var r = e.generatedLine - t.generatedOffset.generatedLine; + return r || e.generatedColumn - t.generatedOffset.generatedColumn; + }), a = this._sections[r]; + return a ? a.consumer.originalPositionFor({ + line: t.generatedLine - (a.generatedOffset.generatedLine - 1), + column: t.generatedColumn - (a.generatedOffset.generatedLine === t.generatedLine ? a.generatedOffset.generatedColumn - 1 : 0), + bias: e.bias + }) : { + source: null, + line: null, + column: null, + name: null + }; + }, f.prototype.hasContentsOfAllSources = function() { + return this._sections.every(function(e) { + return e.consumer.hasContentsOfAllSources(); + }); + }, f.prototype.sourceContentFor = function(e, t) { + for(var r = 0; r < this._sections.length; r++){ + var n = this._sections[r].consumer.sourceContentFor(e, !0); + if (n) return n; + } + if (t) return null; + throw new Error('"' + e + '" is not in the SourceMap.'); + }, f.prototype.generatedPositionFor = function(e) { + for(var t = 0; t < this._sections.length; t++){ + var r = this._sections[t]; + if (-1 !== r.consumer.sources.indexOf(n.getArg(e, "source"))) { + var o = r.consumer.generatedPositionFor(e); + if (o) return { + line: o.line + (r.generatedOffset.generatedLine - 1), + column: o.column + (r.generatedOffset.generatedLine === o.line ? r.generatedOffset.generatedColumn - 1 : 0) + }; + } + } + return { + line: null, + column: null + }; + }, f.prototype._parseMappings = function(e, t) { + this.__generatedMappings = [], this.__originalMappings = []; + for(var r = 0; r < this._sections.length; r++)for(var o = this._sections[r], a = o.consumer._generatedMappings, i = 0; i < a.length; i++){ + var u = a[i], c = o.consumer._sources.at(u.source); + null !== o.consumer.sourceRoot && (c = n.join(o.consumer.sourceRoot, c)), this._sources.add(c), c = this._sources.indexOf(c); + var s = o.consumer._names.at(u.name); + this._names.add(s), s = this._names.indexOf(s); + var f = { + source: c, + generatedLine: u.generatedLine + (o.generatedOffset.generatedLine - 1), + generatedColumn: u.generatedColumn + (o.generatedOffset.generatedLine === u.generatedLine ? o.generatedOffset.generatedColumn - 1 : 0), + originalLine: u.originalLine, + originalColumn: u.originalColumn, + name: s + }; + this.__generatedMappings.push(f), "number" == typeof f.originalLine && this.__originalMappings.push(f); + } + l(this.__generatedMappings, n.compareByGeneratedPositionsDeflated), l(this.__originalMappings, n.compareByOriginalPositions); + }, t.IndexedSourceMapConsumer = f; + }, + function(e, t) { + t.GREATEST_LOWER_BOUND = 1, t.LEAST_UPPER_BOUND = 2, t.search = function(e, r, n, o) { + if (0 === r.length) return -1; + var a = function e(r, n, o, a, i, l) { + var u = Math.floor((n - r) / 2) + r, c = i(o, a[u], !0); + return 0 === c ? u : c > 0 ? n - u > 1 ? e(u, n, o, a, i, l) : l == t.LEAST_UPPER_BOUND ? n < a.length ? n : -1 : u : u - r > 1 ? e(r, u, o, a, i, l) : l == t.LEAST_UPPER_BOUND ? u : r < 0 ? -1 : r; + }(-1, r.length, e, r, n, o || t.GREATEST_LOWER_BOUND); + if (a < 0) return -1; + for(; a - 1 >= 0 && 0 === n(r[a], r[a - 1], !0);)--a; + return a; + }; + }, + function(e, t) { + function r(e, t, r) { + var n = e[t]; + e[t] = e[r], e[r] = n; + } + function n(e, t, o, a) { + if (o < a) { + var i = o - 1; + r(e, (s = o, f = a, Math.round(s + Math.random() * (f - s))), a); + for(var l = e[a], u = o; u < a; u++)t(e[u], l) <= 0 && r(e, i += 1, u); + r(e, i + 1, u); + var c = i + 1; + n(e, t, o, c - 1), n(e, t, c + 1, a); + } + var s, f; + } + t.quickSort = function(e, t) { + n(e, t, 0, e.length - 1); + }; + }, + function(e, t, r) { + var n = r(4).SourceMapGenerator, o = r(1), a = /(\r?\n)/, i = "$$$isSourceNode$$$"; + function l(e, t, r, n, o) { + this.children = [], this.sourceContents = {}, this.line = null == e ? null : e, this.column = null == t ? null : t, this.source = null == r ? null : r, this.name = null == o ? null : o, this[i] = !0, null != n && this.add(n); + } + l.fromStringWithSourceMap = function(e, t, r) { + var n = new l, i = e.split(a), u = 0, c = function() { + return e() + (e() || ""); + function e() { + return u < i.length ? i[u++] : void 0; + } + }, s = 1, f = 0, d = null; + return t.eachMapping(function(e) { + if (null !== d) { + if (!(s < e.generatedLine)) { + var t = (r = i[u]).substr(0, e.generatedColumn - f); + return i[u] = r.substr(e.generatedColumn - f), f = e.generatedColumn, p(d, t), void (d = e); + } + p(d, c()), s++, f = 0; + } + for(; s < e.generatedLine;)n.add(c()), s++; + if (f < e.generatedColumn) { + var r = i[u]; + n.add(r.substr(0, e.generatedColumn)), i[u] = r.substr(e.generatedColumn), f = e.generatedColumn; + } + d = e; + }, this), u < i.length && (d && p(d, c()), n.add(i.splice(u).join(""))), t.sources.forEach(function(e) { + var a = t.sourceContentFor(e); + null != a && (null != r && (e = o.join(r, e)), n.setSourceContent(e, a)); + }), n; + function p(e, t) { + if (null === e || void 0 === e.source) n.add(t); + else { + var a = r ? o.join(r, e.source) : e.source; + n.add(new l(e.originalLine, e.originalColumn, a, t, e.name)); + } + } + }, l.prototype.add = function(e) { + if (Array.isArray(e)) e.forEach(function(e) { + this.add(e); + }, this); + else { + if (!e[i] && "string" != typeof e) throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + e); + e && this.children.push(e); + } + return this; + }, l.prototype.prepend = function(e) { + if (Array.isArray(e)) for(var t = e.length - 1; t >= 0; t--)this.prepend(e[t]); + else { + if (!e[i] && "string" != typeof e) throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + e); + this.children.unshift(e); + } + return this; + }, l.prototype.walk = function(e) { + for(var t, r = 0, n = this.children.length; r < n; r++)(t = this.children[r])[i] ? t.walk(e) : "" !== t && e(t, { + source: this.source, + line: this.line, + column: this.column, + name: this.name + }); + }, l.prototype.join = function(e) { + var t, r, n = this.children.length; + if (n > 0) { + for(t = [], r = 0; r < n - 1; r++)t.push(this.children[r]), t.push(e); + t.push(this.children[r]), this.children = t; + } + return this; + }, l.prototype.replaceRight = function(e, t) { + var r = this.children[this.children.length - 1]; + return r[i] ? r.replaceRight(e, t) : "string" == typeof r ? this.children[this.children.length - 1] = r.replace(e, t) : this.children.push("".replace(e, t)), this; + }, l.prototype.setSourceContent = function(e, t) { + this.sourceContents[o.toSetString(e)] = t; + }, l.prototype.walkSourceContents = function(e) { + for(var t = 0, r = this.children.length; t < r; t++)this.children[t][i] && this.children[t].walkSourceContents(e); + var n = Object.keys(this.sourceContents); + for(t = 0, r = n.length; t < r; t++)e(o.fromSetString(n[t]), this.sourceContents[n[t]]); + }, l.prototype.toString = function() { + var e = ""; + return this.walk(function(t) { + e += t; + }), e; + }, l.prototype.toStringWithSourceMap = function(e) { + var t = { + code: "", + line: 1, + column: 0 + }, r = new n(e), o = !1, a = null, i = null, l = null, u = null; + return this.walk(function(e, n) { + t.code += e, null !== n.source && null !== n.line && null !== n.column ? (a === n.source && i === n.line && l === n.column && u === n.name || r.addMapping({ + source: n.source, + original: { + line: n.line, + column: n.column + }, + generated: { + line: t.line, + column: t.column + }, + name: n.name + }), a = n.source, i = n.line, l = n.column, u = n.name, o = !0) : o && (r.addMapping({ + generated: { + line: t.line, + column: t.column + } + }), a = null, o = !1); + for(var c = 0, s = e.length; c < s; c++)10 === e.charCodeAt(c) ? (t.line++, t.column = 0, c + 1 === s ? (a = null, o = !1) : o && r.addMapping({ + source: n.source, + original: { + line: n.line, + column: n.column + }, + generated: { + line: t.line, + column: t.column + }, + name: n.name + })) : t.column++; + }), this.walkSourceContents(function(e, t) { + r.setSourceContent(e, t); + }), { + code: t.code, + map: r + }; + }, t.SourceNode = l; + }, + function(e, t, r) { + "use strict"; + r.r(t), r.d(t, "setEditorHandler", function() { + return ue; + }), r.d(t, "reportBuildError", function() { + return ce; + }), r.d(t, "reportRuntimeError", function() { + return se; + }), r.d(t, "dismissBuildError", function() { + return fe; + }), r.d(t, "startReportingRuntimeErrors", function() { + return de; + }), r.d(t, "dismissRuntimeErrors", function() { + return he; + }), r.d(t, "stopReportingRuntimeErrors", function() { + return ge; + }); + var n = null; + function o(e, t) { + if (t.error) { + var r = t.error; + r instanceof Error ? e(r) : e(new Error(r)); + } + } + function a(e, t) { + null === n && (n = o.bind(void 0, t), e.addEventListener("error", n)); + } + var i = null; + function l(e, t) { + if (null == t || null == t.reason) return e(new Error("Unknown")); + var r = t.reason; + return r instanceof Error ? e(r) : e(new Error(r)); + } + function u(e, t) { + null === i && (i = l.bind(void 0, t), e.addEventListener("unhandledrejection", i)); + } + var c = !1, s = 10, f = 50; + var d = [], p = function() { + "undefined" != typeof console && (console.reactStack = function(e) { + return d.push(e); + }, console.reactStackEnd = function(e) { + return d.pop(); + }); + }, h = function() { + "undefined" != typeof console && (console.reactStack = void 0, console.reactStackEnd = void 0); + }, g = function(e, t) { + if ("undefined" != typeof console) { + var r = console[e]; + "function" == typeof r && (console[e] = function() { + try { + var e = arguments[0]; + "string" == typeof e && d.length > 0 && t(e, d[d.length - 1]); + } catch (e1) { + setTimeout(function() { + throw e1; + }); + } + return r.apply(this, arguments); + }); + } + }; + function m(e, t) { + return (m = Object.setPrototypeOf || function(e, t) { + return e.__proto__ = t, e; + })(e, t); + } + function v(e, t, r) { + return (v = function() { + if ("undefined" == typeof Reflect || !Reflect.construct) return !1; + if (Reflect.construct.sham) return !1; + if ("function" == typeof Proxy) return !0; + try { + return Date.prototype.toString.call(Reflect.construct(Date, [], function() {})), !0; + } catch (e) { + return !1; + } + }() ? Reflect.construct : function(e, t, r) { + var n = [ + null + ]; + n.push.apply(n, t); + var o = new (Function.bind.apply(e, n)); + return r && m(o, r.prototype), o; + }).apply(null, arguments); + } + function y(e, t) { + (null == t || t > e.length) && (t = e.length); + for(var r = 0, n = new Array(t); r < t; r++)n[r] = e[r]; + return n; + } + function b(e) { + return function(e) { + if (Array.isArray(e)) return y(e); + }(e) || function(e) { + if ("undefined" != typeof Symbol && Symbol.iterator in Object(e)) return Array.from(e); + }(e) || function(e, t) { + if (e) { + if ("string" == typeof e) return y(e, t); + var r = Object.prototype.toString.call(e).slice(8, -1); + return "Object" === r && e.constructor && (r = e.constructor.name), "Map" === r || "Set" === r ? Array.from(e) : "Arguments" === r || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r) ? y(e, t) : void 0; + } + }(e) || function() { + throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); + }(); + } + function w(e, t) { + for(var r = 0; r < t.length; r++){ + var n = t[r]; + n.enumerable = n.enumerable || !1, n.configurable = !0, "value" in n && (n.writable = !0), Object.defineProperty(e, n.key, n); + } + } + function k(e, t, r) { + return t && w(e.prototype, t), r && w(e, r), e; + } + function E(e, t) { + if (!(e instanceof t)) throw new TypeError("Cannot call a class as a function"); + } + var S = function e(t, r) { + var n = arguments.length > 2 && void 0 !== arguments[2] && arguments[2]; + E(this, e), this.lineNumber = t, this.content = r, this.highlight = n; + }, x = function() { + function e() { + var t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : null, r = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : null, n = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : null, o = arguments.length > 3 && void 0 !== arguments[3] ? arguments[3] : null, a = arguments.length > 4 && void 0 !== arguments[4] ? arguments[4] : null, i = arguments.length > 5 && void 0 !== arguments[5] ? arguments[5] : null, l = arguments.length > 6 && void 0 !== arguments[6] ? arguments[6] : null, u = arguments.length > 7 && void 0 !== arguments[7] ? arguments[7] : null, c = arguments.length > 8 && void 0 !== arguments[8] ? arguments[8] : null, s = arguments.length > 9 && void 0 !== arguments[9] ? arguments[9] : null; + E(this, e), t && 0 === t.indexOf("Object.") && (t = t.slice(7)), "friendlySyntaxErrorLabel" !== t && "exports.__esModule" !== t && "" !== t && t || (t = null), this.functionName = t, this.fileName = r, this.lineNumber = n, this.columnNumber = o, this._originalFunctionName = i, this._originalFileName = l, this._originalLineNumber = u, this._originalColumnNumber = c, this._scriptCode = a, this._originalScriptCode = s; + } + return k(e, [ + { + key: "getFunctionName", + value: function() { + return this.functionName || "(anonymous function)"; + } + }, + { + key: "getSource", + value: function() { + var e = ""; + return null != this.fileName && (e += this.fileName + ":"), null != this.lineNumber && (e += this.lineNumber + ":"), null != this.columnNumber && (e += this.columnNumber + ":"), e.slice(0, -1); + } + }, + { + key: "toString", + value: function() { + var e = this.getFunctionName(), t = this.getSource(); + return "".concat(e).concat(t ? " (".concat(t, ")") : ""); + } + } + ]), e; + }(), _ = /\(?(.+?)(?::(\d+))?(?::(\d+))?\)?$/; + function C(e) { + return _.exec(e).slice(1).map(function(e) { + var t = Number(e); + return isNaN(t) ? e : t; + }); + } + var O = /^\s*(at|in)\s.+(:\d+)/, T = /(^|@)\S+:\d+|.+line\s+\d+\s+>\s+(eval|Function).+/; + function P(e) { + return e.filter(function(e) { + return O.test(e) || T.test(e); + }).map(function(e) { + if (T.test(e)) { + var t = !1; + / > (eval|Function)/.test(e) && (e = e.replace(/ line (\d+)(?: > eval line \d+)* > (eval|Function):\d+:\d+/g, ":$1"), t = !0); + var r = e.split(/[@]/g), n = r.pop(); + return v(x, [ + r.join("@") || (t ? "eval" : null) + ].concat(b(C(n)))); + } + -1 !== e.indexOf("(eval ") && (e = e.replace(/(\(eval at [^()]*)|(\),.*$)/g, "")), -1 !== e.indexOf("(at ") && (e = e.replace(/\(at /, "(")); + var o = e.trim().split(/\s+/g).slice(1), a = o.pop(); + return v(x, [ + o.join(" ") || null + ].concat(b(C(a)))); + }); + } + function L(e) { + if (null == e) throw new Error("You cannot pass a null object."); + if ("string" == typeof e) return P(e.split("\n")); + if (Array.isArray(e)) return P(e); + if ("string" == typeof e.stack) return P(e.stack.split("\n")); + throw new Error("The error you provided does not contain a stack trace."); + } + var R = r(0), A = r.n(R); + function N(e, t, r, n, o, a, i) { + try { + var l = e[a](i), u = l.value; + } catch (e1) { + return void r(e1); + } + l.done ? t(u) : Promise.resolve(u).then(n, o); + } + function j(e) { + return function() { + var t = this, r = arguments; + return new Promise(function(n, o) { + var a = e.apply(t, r); + function i(e) { + N(a, n, o, i, l, "next", e); + } + function l(e) { + N(a, n, o, i, l, "throw", e); + } + i(void 0); + }); + }; + } + var M = r(3), I = function() { + function e(t) { + E(this, e), this.__source_map = t; + } + return k(e, [ + { + key: "getOriginalPosition", + value: function(e, t) { + var r = this.__source_map.originalPositionFor({ + line: e, + column: t + }); + return { + line: r.line, + column: r.column, + source: r.source + }; + } + }, + { + key: "getGeneratedPosition", + value: function(e, t, r) { + var n = this.__source_map.generatedPositionFor({ + source: e, + line: t, + column: r + }); + return { + line: n.line, + column: n.column + }; + } + }, + { + key: "getSource", + value: function(e) { + return this.__source_map.sourceContentFor(e); + } + }, + { + key: "getSources", + value: function() { + return this.__source_map.sources; + } + } + ]), e; + }(); + function D(e, t) { + for(var r = /\/\/[#@] ?sourceMappingURL=([^\s'"]+)\s*$/gm, n = null;;){ + var o = r.exec(t); + if (null == o) break; + n = o; + } + return n && n[1] ? Promise.resolve(n[1].toString()) : Promise.reject("Cannot find a source map directive for ".concat(e, ".")); + } + function z(e, t) { + return q.apply(this, arguments); + } + function q() { + return (q = j(A.a.mark(function e(t, r) { + var n, o, a, i, l, u; + return A.a.wrap(function(e) { + for(;;)switch(e.prev = e.next){ + case 0: + return e.next = 2, D(t, r); + case 2: + if (0 !== (n = e.sent).indexOf("data:")) { + e.next = 14; + break; + } + if (o = /^data:application\/json;([\w=:"-]+;)*base64,/, a = n.match(o)) { + e.next = 8; + break; + } + throw new Error("Sorry, non-base64 inline source-map encoding is not supported."); + case 8: + return n = n.substring(a[0].length), n = window.atob(n), n = JSON.parse(n), e.abrupt("return", new I(new M.SourceMapConsumer(n))); + case 14: + return i = t.lastIndexOf("/"), l = t.substring(0, i + 1) + n, e.next = 18, fetch(l).then(function(e) { + return e.json(); + }); + case 18: + return u = e.sent, e.abrupt("return", new I(new M.SourceMapConsumer(u))); + case 20: + case "end": + return e.stop(); + } + }, e); + }))).apply(this, arguments); + } + function F(e, t, r) { + "string" == typeof r && (r = r.split("\n")); + for(var n = [], o = Math.max(0, e - 1 - t); o <= Math.min(r.length - 1, e - 1 + t); ++o)n.push(new S(o + 1, r[o], o === e - 1)); + return n; + } + var U = r(7); + function B(e) { + return H.apply(this, arguments); + } + function H() { + return (H = j(A.a.mark(function e(t) { + var r, n, o, a = arguments; + return A.a.wrap(function(e) { + for(;;)switch(e.prev = e.next){ + case 0: + return r = a.length > 1 && void 0 !== a[1] ? a[1] : 3, n = {}, o = [], t.forEach(function(e) { + var t = e.fileName; + null != t && -1 === o.indexOf(t) && o.push(t); + }), e.next = 6, Object(U.settle)(o.map(function() { + var e = j(A.a.mark(function e(t) { + var r, o, a; + return A.a.wrap(function(e) { + for(;;)switch(e.prev = e.next){ + case 0: + return r = 0 === t.indexOf("webpack-internal:") ? "/__get-internal-source?fileName=".concat(encodeURIComponent(t)) : t, e.next = 3, fetch(r).then(function(e) { + return e.text(); + }); + case 3: + return o = e.sent, e.next = 6, z(t, o); + case 6: + a = e.sent, n[t] = { + fileSource: o, + map: a + }; + case 8: + case "end": + return e.stop(); + } + }, e); + })); + return function(t) { + return e.apply(this, arguments); + }; + }())); + case 6: + return e.abrupt("return", t.map(function(e) { + var t = e.functionName, o = e.fileName, a = e.lineNumber, i = e.columnNumber, l = n[o] || {}, u = l.map, c = l.fileSource; + if (null == u || null == a) return e; + var s = u.getOriginalPosition(a, i), f = s.source, d = s.line, p = s.column, h = null == f ? [] : u.getSource(f); + return new x(t, o, a, i, F(a, r, c), t, f, d, p, F(d, r, h)); + })); + case 7: + case "end": + return e.stop(); + } + }, e); + }))).apply(this, arguments); + } + var $ = r(2), V = r.n($); + function W(e, t) { + var r = -1, n = -1; + do ++r, n = t.indexOf(e, n + 1); + while (-1 !== n); + return r; + } + function G(e, t) { + return Q.apply(this, arguments); + } + function Q() { + return (Q = j(A.a.mark(function e(t, r) { + var n, o, a, i, l = arguments; + return A.a.wrap(function(e) { + for(;;)switch(e.prev = e.next){ + case 0: + if (n = l.length > 2 && void 0 !== l[2] ? l[2] : 3, o = "object" == typeof t ? t.contents : null, a = "object" == typeof t ? t.uri : t, null != o) { + e.next = 7; + break; + } + return e.next = 6, fetch(a).then(function(e) { + return e.text(); + }); + case 6: + o = e.sent; + case 7: + return e.next = 9, z(a, o); + case 9: + return i = e.sent, e.abrupt("return", r.map(function(e) { + var t = e.functionName, r = e.lineNumber, l = e.columnNumber; + if (null != e._originalLineNumber) return e; + var u = e.fileName; + if (u && (u = V.a.normalize(u.replace(/[\\]+/g, "/"))), null == u) return e; + var c = u, s = i.getSources().map(function(e) { + return e.replace(/[\\]+/g, "/"); + }).filter(function(e) { + var t = (e = V.a.normalize(e)).lastIndexOf(c); + return -1 !== t && t === e.length - c.length; + }).map(function(e) { + return { + token: e, + seps: W(V.a.sep, V.a.normalize(e)), + penalties: W("node_modules", e) + W("~", e) + }; + }).sort(function(e, t) { + var r = Math.sign(e.seps - t.seps); + return 0 !== r ? r : Math.sign(e.penalties - t.penalties); + }); + if (s.length < 1 || null == r) return new x(null, null, null, null, null, t, c, r, l, null); + var f = s[0].token, d = i.getGeneratedPosition(f, r, l), p = d.line, h = d.column, g = i.getSource(f); + return new x(t, a, p, h || null, F(p, n, o || []), t, c, r, l, F(r, n, g)); + })); + case 11: + case "end": + return e.stop(); + } + }, e); + }))).apply(this, arguments); + } + var Y = function(e) { + arguments.length > 1 && void 0 !== arguments[1] && arguments[1]; + var t = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : 3, r = L(e); + return (e.__unmap_source ? G(e.__unmap_source, r, t) : B(r, t)).then(function(e) { + return 0 === e.map(function(e) { + return e._originalFileName; + }).filter(function(e) { + return null != e && -1 === e.indexOf("node_modules"); + }).length ? null : e.filter(function(e) { + var t = e.functionName; + return null == t || -1 === t.indexOf("__stack_frame_overlay_proxy_console__"); + }); + }); + }, X = function(e) { + return function(t) { + var r = arguments.length > 1 && void 0 !== arguments[1] && arguments[1]; + Y(t, r, 3).then(function(n) { + null != n && e({ + error: t, + unhandledRejection: r, + contextSize: 3, + stackFrames: n + }); + }).catch(function(e) { + console.log("Could not get the stack frames of error:", e); + }); + }; + }; + function K(e) { + var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : "/static/js/bundle.js", r = X(e); + return a(window, function(e) { + return r(e, !1); + }), u(window, function(e) { + return r(e, !0); + }), function() { + var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : f; + if (!c) try { + s = Error.stackTraceLimit, Error.stackTraceLimit = e, c = !0; + } catch (e1) {} + }(), p(), g("error", function(e, n) { + var o = function(e, t) { + for(var r, n, o = function(e) { + return e.split("\n").filter(function(e) { + return !e.match(/^\s*in/); + }).join("\n"); + }(e), a = "", i = 0; i < t.length; ++i){ + var l = t[i], u = l.fileName, c = l.lineNumber; + if (null != u && null != c && !(u === r && "number" == typeof c && "number" == typeof n && Math.abs(c - n) < 3)) { + r = u, n = c; + var s = t[i].name; + a += "in ".concat(s = s || "(anonymous function)", " (at ").concat(u, ":").concat(c, ")\n"); + } + } + return { + message: o, + stack: a + }; + }(e, n); + r({ + message: o.message, + stack: o.stack, + __unmap_source: t + }, !1); + }), function() { + var e; + !function() { + if (c) try { + Error.stackTraceLimit = s, c = !1; + } catch (e) {} + }(), e = window, null !== i && (e.removeEventListener("unhandledrejection", i), i = null), function(e) { + null !== n && (e.removeEventListener("error", n), n = null); + }(window), h(); + }; + } + var J = { + position: "fixed", + top: "0", + left: "0", + width: "100%", + height: "100%", + border: "none", + "z-index": 2147483647 + }; + var Z = '/*! For license information please see iframe-bundle.js.LICENSE.txt */\n!function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=208)}([function(e,t,r){"use strict";e.exports=r(183)},function(e,t,r){var n=r(8),o=r(35).f,a=r(18),i=r(21),l=r(38),u=r(60),c=r(64);e.exports=function(e,t){var r,s,f,d,p,h=e.target,g=e.global,v=e.stat;if(r=g?n:v?n[h]||l(h,{}):(n[h]||{}).prototype)for(s in t){if(d=t[s],f=e.noTargetGet?(p=o(r,s))&&p.value:r[s],!c(g?s:h+(v?".":"#")+s,e.forced)&&void 0!==f){if(typeof d===typeof f)continue;u(d,f)}(e.sham||f&&f.sham)&&a(d,"sham",!0),i(r,s,d,e)}}},function(e,t,r){var n=r(13);e.exports=function(e){if(!n(e))throw TypeError(String(e)+" is not an object");return e}},function(e,t){e.exports=!1},function(e,t,r){var n=r(2),o=r(66),a=r(26),i=r(7),l=r(45),u=r(69),c=function(e,t){this.stopped=e,this.result=t};e.exports=function(e,t,r){var s,f,d,p,h,g,v,m=r&&r.that,y=!(!r||!r.AS_ENTRIES),b=!(!r||!r.IS_ITERATOR),w=!(!r||!r.INTERRUPTED),k=i(t,m,1+y+w),E=function(e){return s&&u(s),new c(!0,e)},x=function(e){return y?(n(e),w?k(e[0],e[1],E):k(e[0],e[1])):w?k(e,E):k(e)};if(b)s=e;else{if("function"!=typeof(f=l(e)))throw TypeError("Target is not iterable");if(o(f)){for(d=0,p=a(e.length);p>d;d++)if((h=x(e[d]))&&h instanceof c)return h;return new c(!1)}s=f.call(e)}for(g=s.next;!(v=g.call(s)).done;){try{h=x(v.value)}catch(e){throw u(s),e}if("object"==typeof h&&h&&h instanceof c)return h}return new c(!1)}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},function(e,t,r){var n=r(8),o=r(40),a=r(11),i=r(31),l=r(44),u=r(67),c=o("wks"),s=n.Symbol,f=u?s:s&&s.withoutSetter||i;e.exports=function(e){return a(c,e)||(l&&a(s,e)?c[e]=s[e]:c[e]=f("Symbol."+e)),c[e]}},function(e,t,r){var n=r(5);e.exports=function(e,t,r){if(n(e),void 0===t)return e;switch(r){case 0:return function(){return e.call(t)};case 1:return function(r){return e.call(t,r)};case 2:return function(r,n){return e.call(t,r,n)};case 3:return function(r,n,o){return e.call(t,r,n,o)}}return function(){return e.apply(t,arguments)}}},function(e,t,r){(function(t){var r=function(e){return e&&e.Math==Math&&e};e.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof t&&t)||function(){return this}()||Function("return this")()}).call(this,r(34))},function(e,t,r){var n=r(61),o=r(11),a=r(82),i=r(14).f;e.exports=function(e){var t=n.Symbol||(n.Symbol={});o(t,e)||i(t,e,{value:a.f(e)})}},function(e,t,r){var n=r(61),o=r(8),a=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?a(n[e])||a(o[e]):n[e]&&n[e][t]||o[e]&&o[e][t]}},function(e,t){var r={}.hasOwnProperty;e.exports=function(e,t){return r.call(e,t)}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t){e.exports=function(e){return"object"===typeof e?null!==e:"function"===typeof e}},function(e,t,r){var n=r(16),o=r(57),a=r(2),i=r(29),l=Object.defineProperty;t.f=n?l:function(e,t,r){if(a(e),t=i(t,!0),a(r),o)try{return l(e,t,r)}catch(e){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(e[t]=r.value),e}},function(e,t,r){var n=r(3),o=r(48);e.exports=n?o:function(e){return Map.prototype.entries.call(e)}},function(e,t,r){var n=r(12);e.exports=!n((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(e,t,r){var n=r(2),o=r(5),a=r(6)("species");e.exports=function(e,t){var r,i=n(e).constructor;return void 0===i||void 0==(r=n(i)[a])?t:o(r)}},function(e,t,r){var n=r(16),o=r(14),a=r(23);e.exports=n?function(e,t,r){return o.f(e,t,a(1,r))}:function(e,t,r){return e[t]=r,e}},function(e,t,r){var n=r(3),o=r(48);e.exports=n?o:function(e){return Set.prototype.values.call(e)}},function(e,t,r){var n=r(56),o=r(37);e.exports=function(e){return n(o(e))}},function(e,t,r){var n=r(8),o=r(18),a=r(11),i=r(38),l=r(59),u=r(24),c=u.get,s=u.enforce,f=String(String).split("String");(e.exports=function(e,t,r,l){var u,c=!!l&&!!l.unsafe,d=!!l&&!!l.enumerable,p=!!l&&!!l.noTargetGet;"function"==typeof r&&("string"!=typeof t||a(r,"name")||o(r,"name",t),(u=s(r)).source||(u.source=f.join("string"==typeof t?t:""))),e!==n?(c?!p&&e[t]&&(d=!0):delete e[t],d?e[t]=r:o(e,t,r)):d?e[t]=r:i(t,r)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||l(this)}))},function(e,t,r){var n=r(14).f,o=r(11),a=r(6)("toStringTag");e.exports=function(e,t,r){e&&!o(e=r?e:e.prototype,a)&&n(e,a,{configurable:!0,value:t})}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,r){var n,o,a,i=r(92),l=r(8),u=r(13),c=r(18),s=r(11),f=r(39),d=r(30),p=r(25),h=l.WeakMap;if(i){var g=f.state||(f.state=new h),v=g.get,m=g.has,y=g.set;n=function(e,t){return t.facade=e,y.call(g,e,t),t},o=function(e){return v.call(g,e)||{}},a=function(e){return m.call(g,e)}}else{var b=d("state");p[b]=!0,n=function(e,t){return t.facade=e,c(e,b,t),t},o=function(e){return s(e,b)?e[b]:{}},a=function(e){return s(e,b)}}e.exports={set:n,get:o,has:a,enforce:function(e){return a(e)?o(e):n(e,{})},getterFor:function(e){return function(t){var r;if(!u(t)||(r=o(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return r}}}},function(e,t){e.exports={}},function(e,t,r){var n=r(42),o=Math.min;e.exports=function(e){return e>0?o(n(e),9007199254740991):0}},function(e,t){e.exports={}},function(e,t,r){var n=r(37);e.exports=function(e){return Object(n(e))}},function(e,t,r){var n=r(13);e.exports=function(e,t){if(!n(e))return e;var r,o;if(t&&"function"==typeof(r=e.toString)&&!n(o=r.call(e)))return o;if("function"==typeof(r=e.valueOf)&&!n(o=r.call(e)))return o;if(!t&&"function"==typeof(r=e.toString)&&!n(o=r.call(e)))return o;throw TypeError("Can\'t convert object to primitive value")}},function(e,t,r){var n=r(40),o=r(31),a=n("keys");e.exports=function(e){return a[e]||(a[e]=o(e))}},function(e,t){var r=0,n=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++r+n).toString(36)}},function(e,t,r){var n,o=r(2),a=r(99),i=r(43),l=r(25),u=r(100),c=r(58),s=r(30),f=s("IE_PROTO"),d=function(){},p=function(e){return""; // eslint-disable-line // This is guaranteed to yield a script element. var firstChild = div.firstChild; domElement = div.removeChild(firstChild); - } else if (typeof props.is === 'string') // $FlowIssue `createElement` should be updated for Web Components + } else if (typeof props.is === "string") // $FlowIssue `createElement` should be updated for Web Components domElement = ownerDocument.createElement(type, { is: props.is }); @@ -9769,7 +12094,7 @@ module.exports = require('./cjs/react-dom.development.js'); // - a bug where the `select` set the first item as selected despite the `size` attribute #14239 // See https://github.com/facebook/react/issues/13222 // and https://github.com/facebook/react/issues/14239 - if (type === 'select') { + if (type === "select") { var node = domElement; if (props.multiple) node.multiple = true; else if (props.size) // Setting a size greater than 1 causes a select to behave like `multiple=true`, where @@ -9780,10 +12105,10 @@ module.exports = require('./cjs/react-dom.development.js'); } } } else domElement = ownerDocument.createElementNS(namespaceURI, type); - if (namespaceURI === HTML_NAMESPACE$1) { - if (!isCustomComponentTag && Object.prototype.toString.call(domElement) === '[object HTMLUnknownElement]' && !Object.prototype.hasOwnProperty.call(warnedUnknownTags, type)) { + if (namespaceURI === HTML_NAMESPACE) { + if (!isCustomComponentTag && Object.prototype.toString.call(domElement) === "[object HTMLUnknownElement]" && !hasOwnProperty.call(warnedUnknownTags, type)) { warnedUnknownTags[type] = true; - error1("The tag <%s> is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter.", type); + error("The tag <%s> is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter.", type); } } return domElement; @@ -9796,68 +12121,68 @@ module.exports = require('./cjs/react-dom.development.js'); validatePropertiesInDevelopment(tag, rawProps); var props; switch(tag){ - case 'dialog': - listenToNonDelegatedEvent('cancel', domElement); - listenToNonDelegatedEvent('close', domElement); + case "dialog": + listenToNonDelegatedEvent("cancel", domElement); + listenToNonDelegatedEvent("close", domElement); props = rawProps; break; - case 'iframe': - case 'object': - case 'embed': + case "iframe": + case "object": + case "embed": // We listen to this event in case to ensure emulated bubble // listeners still fire for the load event. - listenToNonDelegatedEvent('load', domElement); + listenToNonDelegatedEvent("load", domElement); props = rawProps; break; - case 'video': - case 'audio': + case "video": + case "audio": // We listen to these events in case to ensure emulated bubble // listeners still fire for all the media events. for(var i = 0; i < mediaEventTypes.length; i++)listenToNonDelegatedEvent(mediaEventTypes[i], domElement); props = rawProps; break; - case 'source': + case "source": // We listen to this event in case to ensure emulated bubble // listeners still fire for the error event. - listenToNonDelegatedEvent('error', domElement); + listenToNonDelegatedEvent("error", domElement); props = rawProps; break; - case 'img': - case 'image': - case 'link': + case "img": + case "image": + case "link": // We listen to these events in case to ensure emulated bubble // listeners still fire for error and load events. - listenToNonDelegatedEvent('error', domElement); - listenToNonDelegatedEvent('load', domElement); + listenToNonDelegatedEvent("error", domElement); + listenToNonDelegatedEvent("load", domElement); props = rawProps; break; - case 'details': + case "details": // We listen to this event in case to ensure emulated bubble // listeners still fire for the toggle event. - listenToNonDelegatedEvent('toggle', domElement); + listenToNonDelegatedEvent("toggle", domElement); props = rawProps; break; - case 'input': + case "input": initWrapperState(domElement, rawProps); props = getHostProps(domElement, rawProps); // We listen to this event in case to ensure emulated bubble // listeners still fire for the invalid event. - listenToNonDelegatedEvent('invalid', domElement); + listenToNonDelegatedEvent("invalid", domElement); break; - case 'option': + case "option": validateProps(domElement, rawProps); - props = getHostProps$1(domElement, rawProps); + props = rawProps; break; - case 'select': + case "select": initWrapperState$1(domElement, rawProps); - props = getHostProps$2(domElement, rawProps); // We listen to this event in case to ensure emulated bubble + props = getHostProps$1(domElement, rawProps); // We listen to this event in case to ensure emulated bubble // listeners still fire for the invalid event. - listenToNonDelegatedEvent('invalid', domElement); + listenToNonDelegatedEvent("invalid", domElement); break; - case 'textarea': + case "textarea": initWrapperState$2(domElement, rawProps); - props = getHostProps$3(domElement, rawProps); // We listen to this event in case to ensure emulated bubble + props = getHostProps$2(domElement, rawProps); // We listen to this event in case to ensure emulated bubble // listeners still fire for the invalid event. - listenToNonDelegatedEvent('invalid', domElement); + listenToNonDelegatedEvent("invalid", domElement); break; default: props = rawProps; @@ -9865,26 +12190,26 @@ module.exports = require('./cjs/react-dom.development.js'); assertValidProps(tag, props); setInitialDOMProperties(tag, domElement, rootContainerElement, props, isCustomComponentTag); switch(tag){ - case 'input': + case "input": // TODO: Make sure we check if this is still unmounted or do any clean // up necessary since we never stop tracking anymore. track(domElement); postMountWrapper(domElement, rawProps, false); break; - case 'textarea': + case "textarea": // TODO: Make sure we check if this is still unmounted or do any clean // up necessary since we never stop tracking anymore. track(domElement); postMountWrapper$3(domElement); break; - case 'option': + case "option": postMountWrapper$1(domElement, rawProps); break; - case 'select': + case "select": postMountWrapper$2(domElement, rawProps); break; default: - if (typeof props.onClick === 'function') // TODO: This cast may not be sound for SVG, MathML or custom elements. + if (typeof props.onClick === "function") // TODO: This cast may not be sound for SVG, MathML or custom elements. trapClickOnNonInteractiveElement(domElement); break; } @@ -9895,30 +12220,25 @@ module.exports = require('./cjs/react-dom.development.js'); var lastProps; var nextProps; switch(tag){ - case 'input': + case "input": lastProps = getHostProps(domElement, lastRawProps); nextProps = getHostProps(domElement, nextRawProps); updatePayload = []; break; - case 'option': + case "select": lastProps = getHostProps$1(domElement, lastRawProps); nextProps = getHostProps$1(domElement, nextRawProps); updatePayload = []; break; - case 'select': + case "textarea": lastProps = getHostProps$2(domElement, lastRawProps); nextProps = getHostProps$2(domElement, nextRawProps); updatePayload = []; break; - case 'textarea': - lastProps = getHostProps$3(domElement, lastRawProps); - nextProps = getHostProps$3(domElement, nextRawProps); - updatePayload = []; - break; default: lastProps = lastRawProps; nextProps = nextRawProps; - if (typeof lastProps.onClick !== 'function' && typeof nextProps.onClick === 'function') // TODO: This cast may not be sound for SVG, MathML or custom elements. + if (typeof lastProps.onClick !== "function" && typeof nextProps.onClick === "function") // TODO: This cast may not be sound for SVG, MathML or custom elements. trapClickOnNonInteractiveElement(domElement); break; } @@ -9931,14 +12251,13 @@ module.exports = require('./cjs/react-dom.development.js'); if (propKey === STYLE) { var lastStyle = lastProps[propKey]; for(styleName in lastStyle)if (lastStyle.hasOwnProperty(styleName)) { - if (!styleUpdates) styleUpdates = { - }; - styleUpdates[styleName] = ''; + if (!styleUpdates) styleUpdates = {}; + styleUpdates[styleName] = ""; } } else if (propKey === DANGEROUSLY_SET_INNER_HTML || propKey === CHILDREN) ; else if (propKey === SUPPRESS_CONTENT_EDITABLE_WARNING || propKey === SUPPRESS_HYDRATION_WARNING) ; else if (propKey === AUTOFOCUS) ; - else if (registrationNameDependencies1.hasOwnProperty(propKey)) // This is a special case. If any listener updates we need to ensure + else if (registrationNameDependencies.hasOwnProperty(propKey)) // This is a special case. If any listener updates we need to ensure // that the "current" fiber pointer gets updated so we need a commit // to update this element. { @@ -9958,14 +12277,12 @@ module.exports = require('./cjs/react-dom.development.js'); if (lastProp) { // Unset styles on `lastProp` but not on `nextProp`. for(styleName in lastProp)if (lastProp.hasOwnProperty(styleName) && (!nextProp || !nextProp.hasOwnProperty(styleName))) { - if (!styleUpdates) styleUpdates = { - }; - styleUpdates[styleName] = ''; + if (!styleUpdates) styleUpdates = {}; + styleUpdates[styleName] = ""; } // Update styles that changed since `lastProp`. for(styleName in nextProp)if (nextProp.hasOwnProperty(styleName) && lastProp[styleName] !== nextProp[styleName]) { - if (!styleUpdates) styleUpdates = { - }; + if (!styleUpdates) styleUpdates = {}; styleUpdates[styleName] = nextProp[styleName]; } } else { @@ -9983,23 +12300,19 @@ module.exports = require('./cjs/react-dom.development.js'); if (lastHtml !== nextHtml) (updatePayload = updatePayload || []).push(propKey, nextHtml); } } else if (propKey === CHILDREN) { - if (typeof nextProp === 'string' || typeof nextProp === 'number') (updatePayload = updatePayload || []).push(propKey, '' + nextProp); + if (typeof nextProp === "string" || typeof nextProp === "number") (updatePayload = updatePayload || []).push(propKey, "" + nextProp); } else if (propKey === SUPPRESS_CONTENT_EDITABLE_WARNING || propKey === SUPPRESS_HYDRATION_WARNING) ; - else if (registrationNameDependencies1.hasOwnProperty(propKey)) { + else if (registrationNameDependencies.hasOwnProperty(propKey)) { if (nextProp != null) { // We eagerly listen to this even though we haven't committed yet. - if (typeof nextProp !== 'function') warnForInvalidEventListener(propKey, nextProp); - if (propKey === 'onScroll') listenToNonDelegatedEvent('scroll', domElement); + if (typeof nextProp !== "function") warnForInvalidEventListener(propKey, nextProp); + if (propKey === "onScroll") listenToNonDelegatedEvent("scroll", domElement); } if (!updatePayload && lastProp !== nextProp) // This is a special case. If any listener updates we need to ensure // that the "current" props pointer gets updated so we need a commit // to update this element. updatePayload = []; - } else if (typeof nextProp === 'object' && nextProp !== null && nextProp.$$typeof === REACT_OPAQUE_ID_TYPE) // If we encounter useOpaqueReference's opaque object, this means we are hydrating. - // In this case, call the opaque object's toString function which generates a new client - // ID so client and server IDs match and throws to rerender. - nextProp.toString(); - else // For any other property we always add it to the queue and then we + } else // For any other property we always add it to the queue and then we // filter it out using the allowed property list during the commit. (updatePayload = updatePayload || []).push(propKey, nextProp); } @@ -10013,22 +12326,22 @@ module.exports = require('./cjs/react-dom.development.js'); // Update checked *before* name. // In the middle of an update, it is possible to have multiple checked. // When a checked radio tries to change name, browser makes another radio's checked false. - if (tag === 'input' && nextRawProps.type === 'radio' && nextRawProps.name != null) updateChecked(domElement, nextRawProps); + if (tag === "input" && nextRawProps.type === "radio" && nextRawProps.name != null) updateChecked(domElement, nextRawProps); var wasCustomComponentTag = isCustomComponent(tag, lastRawProps); var isCustomComponentTag = isCustomComponent(tag, nextRawProps); // Apply the diff. updateDOMProperties(domElement, updatePayload, wasCustomComponentTag, isCustomComponentTag); // TODO: Ensure that an update gets scheduled if any of the special props // changed. switch(tag){ - case 'input': + case "input": // Update the wrapper around inputs *after* updating props. This has to // happen after `updateDOMProperties`. Otherwise HTML5 input validations // raise warnings and prevent the new value from being assigned. updateWrapper(domElement, nextRawProps); break; - case 'textarea': + case "textarea": updateWrapper$1(domElement, nextRawProps); break; - case 'select': + case "select": // // but - case 'option': - return tag === '#text'; + case "option": + return tag === "#text"; // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intd // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-incaption // No special behavior since these rules fall back to "in body" mode for // all except special table nodes which cause bad parsing behavior anyway. // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intr - case 'tr': - return tag === 'th' || tag === 'td' || tag === 'style' || tag === 'script' || tag === 'template'; + case "tr": + return tag === "th" || tag === "td" || tag === "style" || tag === "script" || tag === "template"; // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intbody - case 'tbody': - case 'thead': - case 'tfoot': - return tag === 'tr' || tag === 'style' || tag === 'script' || tag === 'template'; + case "tbody": + case "thead": + case "tfoot": + return tag === "tr" || tag === "style" || tag === "script" || tag === "template"; // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-incolgroup - case 'colgroup': - return tag === 'col' || tag === 'template'; + case "colgroup": + return tag === "col" || tag === "template"; // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-intable - case 'table': - return tag === 'caption' || tag === 'colgroup' || tag === 'tbody' || tag === 'tfoot' || tag === 'thead' || tag === 'style' || tag === 'script' || tag === 'template'; + case "table": + return tag === "caption" || tag === "colgroup" || tag === "tbody" || tag === "tfoot" || tag === "thead" || tag === "style" || tag === "script" || tag === "template"; // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inhead - case 'head': - return tag === 'base' || tag === 'basefont' || tag === 'bgsound' || tag === 'link' || tag === 'meta' || tag === 'title' || tag === 'noscript' || tag === 'noframes' || tag === 'style' || tag === 'script' || tag === 'template'; + case "head": + return tag === "base" || tag === "basefont" || tag === "bgsound" || tag === "link" || tag === "meta" || tag === "title" || tag === "noscript" || tag === "noframes" || tag === "style" || tag === "script" || tag === "template"; // https://html.spec.whatwg.org/multipage/semantics.html#the-html-element - case 'html': - return tag === 'head' || tag === 'body' || tag === 'frameset'; - case 'frameset': - return tag === 'frame'; - case '#document': - return tag === 'html'; + case "html": + return tag === "head" || tag === "body" || tag === "frameset"; + case "frameset": + return tag === "frame"; + case "#document": + return tag === "html"; } // Probably in the "in body" parsing mode, so we outlaw only tag combos // where the parsing rules cause implicit opens or closes to be added. // https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inbody switch(tag){ - case 'h1': - case 'h2': - case 'h3': - case 'h4': - case 'h5': - case 'h6': - return parentTag !== 'h1' && parentTag !== 'h2' && parentTag !== 'h3' && parentTag !== 'h4' && parentTag !== 'h5' && parentTag !== 'h6'; - case 'rp': - case 'rt': + case "h1": + case "h2": + case "h3": + case "h4": + case "h5": + case "h6": + return parentTag !== "h1" && parentTag !== "h2" && parentTag !== "h3" && parentTag !== "h4" && parentTag !== "h5" && parentTag !== "h6"; + case "rp": + case "rt": return impliedEndTags.indexOf(parentTag) === -1; - case 'body': - case 'caption': - case 'col': - case 'colgroup': - case 'frameset': - case 'frame': - case 'head': - case 'html': - case 'tbody': - case 'td': - case 'tfoot': - case 'th': - case 'thead': - case 'tr': + case "body": + case "caption": + case "col": + case "colgroup": + case "frameset": + case "frame": + case "head": + case "html": + case "tbody": + case "td": + case "tfoot": + case "th": + case "thead": + case "tr": // These tags are only valid with a few parents that have special child // parsing rules -- if we're down here, then none of those matched and // so we allow it only if we don't know what the parent is, as all other @@ -10537,112 +12842,100 @@ module.exports = require('./cjs/react-dom.development.js'); * Returns whether */ var findInvalidAncestorForTag = function(tag, ancestorInfo) { switch(tag){ - case 'address': - case 'article': - case 'aside': - case 'blockquote': - case 'center': - case 'details': - case 'dialog': - case 'dir': - case 'div': - case 'dl': - case 'fieldset': - case 'figcaption': - case 'figure': - case 'footer': - case 'header': - case 'hgroup': - case 'main': - case 'menu': - case 'nav': - case 'ol': - case 'p': - case 'section': - case 'summary': - case 'ul': - case 'pre': - case 'listing': - case 'table': - case 'hr': - case 'xmp': - case 'h1': - case 'h2': - case 'h3': - case 'h4': - case 'h5': - case 'h6': + case "address": + case "article": + case "aside": + case "blockquote": + case "center": + case "details": + case "dialog": + case "dir": + case "div": + case "dl": + case "fieldset": + case "figcaption": + case "figure": + case "footer": + case "header": + case "hgroup": + case "main": + case "menu": + case "nav": + case "ol": + case "p": + case "section": + case "summary": + case "ul": + case "pre": + case "listing": + case "table": + case "hr": + case "xmp": + case "h1": + case "h2": + case "h3": + case "h4": + case "h5": + case "h6": return ancestorInfo.pTagInButtonScope; - case 'form': + case "form": return ancestorInfo.formTag || ancestorInfo.pTagInButtonScope; - case 'li': + case "li": return ancestorInfo.listItemTagAutoclosing; - case 'dd': - case 'dt': + case "dd": + case "dt": return ancestorInfo.dlItemTagAutoclosing; - case 'button': + case "button": return ancestorInfo.buttonTagInScope; - case 'a': + case "a": // Spec says something about storing a list of markers, but it sounds // equivalent to this check. return ancestorInfo.aTagInScope; - case 'nobr': + case "nobr": return ancestorInfo.nobrTagInScope; } return null; }; - var didWarn$1 = { - }; + var didWarn$1 = {}; validateDOMNesting = function(childTag, childText, ancestorInfo) { ancestorInfo = ancestorInfo || emptyAncestorInfo; var parentInfo = ancestorInfo.current; var parentTag = parentInfo && parentInfo.tag; if (childText != null) { - if (childTag != null) error1('validateDOMNesting: when childText is passed, childTag should be null'); - childTag = '#text'; + if (childTag != null) error("validateDOMNesting: when childText is passed, childTag should be null"); + childTag = "#text"; } var invalidParent = isTagValidWithParent(childTag, parentTag) ? null : parentInfo; var invalidAncestor = invalidParent ? null : findInvalidAncestorForTag(childTag, ancestorInfo); var invalidParentOrAncestor = invalidParent || invalidAncestor; if (!invalidParentOrAncestor) return; var ancestorTag = invalidParentOrAncestor.tag; - var warnKey = !!invalidParent + '|' + childTag + '|' + ancestorTag; + var warnKey = !!invalidParent + "|" + childTag + "|" + ancestorTag; if (didWarn$1[warnKey]) return; didWarn$1[warnKey] = true; var tagDisplayName = childTag; - var whitespaceInfo = ''; - if (childTag === '#text') { - if (/\S/.test(childText)) tagDisplayName = 'Text nodes'; + var whitespaceInfo = ""; + if (childTag === "#text") { + if (/\S/.test(childText)) tagDisplayName = "Text nodes"; else { - tagDisplayName = 'Whitespace text nodes'; + tagDisplayName = "Whitespace text nodes"; whitespaceInfo = " Make sure you don't have any extra whitespace between tags on each line of your source code."; } - } else tagDisplayName = '<' + childTag + '>'; + } else tagDisplayName = "<" + childTag + ">"; if (invalidParent) { - var info = ''; - if (ancestorTag === 'table' && childTag === 'tr') info += " Add a , or to your code to match the DOM tree generated by the browser."; - error1('validateDOMNesting(...): %s cannot appear as a child of <%s>.%s%s', tagDisplayName, ancestorTag, whitespaceInfo, info); - } else error1("validateDOMNesting(...): %s cannot appear as a descendant of <%s>.", tagDisplayName, ancestorTag); + var info = ""; + if (ancestorTag === "table" && childTag === "tr") info += " Add a , or to your code to match the DOM tree generated by the browser."; + error("validateDOMNesting(...): %s cannot appear as a child of <%s>.%s%s", tagDisplayName, ancestorTag, whitespaceInfo, info); + } else error("validateDOMNesting(...): %s cannot appear as a descendant of <%s>.", tagDisplayName, ancestorTag); }; - var SUPPRESS_HYDRATION_WARNING$1; - SUPPRESS_HYDRATION_WARNING$1 = 'suppressHydrationWarning'; - var SUSPENSE_START_DATA = '$'; - var SUSPENSE_END_DATA = '/$'; - var SUSPENSE_PENDING_START_DATA = '$?'; - var SUSPENSE_FALLBACK_START_DATA = '$!'; - var STYLE$1 = 'style'; + var SUPPRESS_HYDRATION_WARNING$1 = "suppressHydrationWarning"; + var SUSPENSE_START_DATA = "$"; + var SUSPENSE_END_DATA = "/$"; + var SUSPENSE_PENDING_START_DATA = "$?"; + var SUSPENSE_FALLBACK_START_DATA = "$!"; + var STYLE$1 = "style"; var eventsEnabled = null; var selectionInformation = null; - function shouldAutoFocusHostComponent(type, props) { - switch(type){ - case 'button': - case 'input': - case 'select': - case 'textarea': - return !!props.autoFocus; - } - return false; - } function getRootHostContext(rootContainerInstance) { var type; var namespace; @@ -10650,9 +12943,9 @@ module.exports = require('./cjs/react-dom.development.js'); switch(nodeType){ case DOCUMENT_NODE: case DOCUMENT_FRAGMENT_NODE: - type = nodeType === DOCUMENT_NODE ? '#document' : '#fragment'; + type = nodeType === DOCUMENT_NODE ? "#document" : "#fragment"; var root = rootContainerInstance.documentElement; - namespace = root ? root.namespaceURI : getChildNamespace(null, ''); + namespace = root ? root.namespaceURI : getChildNamespace(null, ""); break; default: var container = nodeType === COMMENT_NODE ? rootContainerInstance.parentNode : rootContainerInstance; @@ -10698,8 +12991,8 @@ module.exports = require('./cjs/react-dom.development.js'); // TODO: take namespace into account when validating. var hostContextDev = hostContext; validateDOMNesting(type, null, hostContextDev.ancestorInfo); - if (typeof props.children === 'string' || typeof props.children === 'number') { - var string = '' + props.children; + if (typeof props.children === "string" || typeof props.children === "number") { + var string = "" + props.children; var ownAncestorInfo = updatedAncestorInfo(hostContextDev.ancestorInfo, type); validateDOMNesting(null, string, ownAncestorInfo); } @@ -10714,19 +13007,29 @@ module.exports = require('./cjs/react-dom.development.js'); } function finalizeInitialChildren(domElement, type, props, rootContainerInstance, hostContext) { setInitialProperties(domElement, type, props, rootContainerInstance); - return shouldAutoFocusHostComponent(type, props); + switch(type){ + case "button": + case "input": + case "select": + case "textarea": + return !!props.autoFocus; + case "img": + return true; + default: + return false; + } } function prepareUpdate(domElement, type, oldProps, newProps, rootContainerInstance, hostContext) { var hostContextDev = hostContext; - if (typeof newProps.children !== typeof oldProps.children && (typeof newProps.children === 'string' || typeof newProps.children === 'number')) { - var string = '' + newProps.children; + if (typeof newProps.children !== typeof oldProps.children && (typeof newProps.children === "string" || typeof newProps.children === "number")) { + var string = "" + newProps.children; var ownAncestorInfo = updatedAncestorInfo(hostContextDev.ancestorInfo, type); validateDOMNesting(null, string, ownAncestorInfo); } return diffProperties(domElement, type, oldProps, newProps); } function shouldSetTextContent(type, props) { - return type === 'textarea' || type === 'option' || type === 'noscript' || typeof props.children === 'string' || typeof props.children === 'number' || typeof props.dangerouslySetInnerHTML === 'object' && props.dangerouslySetInnerHTML !== null && props.dangerouslySetInnerHTML.__html != null; + return type === "textarea" || type === "noscript" || typeof props.children === "string" || typeof props.children === "number" || typeof props.dangerouslySetInnerHTML === "object" && props.dangerouslySetInnerHTML !== null && props.dangerouslySetInnerHTML.__html != null; } function createTextInstance(text, rootContainerInstance, hostContext, internalInstanceHandle) { var hostContextDev = hostContext; @@ -10735,11 +13038,25 @@ module.exports = require('./cjs/react-dom.development.js'); precacheFiberNode(internalInstanceHandle, textNode); return textNode; } + function getCurrentEventPriority() { + var currentEvent = window.event; + if (currentEvent === undefined) return DefaultEventPriority; + return getEventPriority(currentEvent.type); + } // if a component just imports ReactDOM (e.g. for findDOMNode). // Some environments might not have setTimeout or clearTimeout. - var scheduleTimeout = typeof setTimeout === 'function' ? setTimeout : undefined; - var cancelTimeout = typeof clearTimeout === 'function' ? clearTimeout : undefined; - var noTimeout = -1; // ------------------- + var scheduleTimeout = typeof setTimeout === "function" ? setTimeout : undefined; + var cancelTimeout = typeof clearTimeout === "function" ? clearTimeout : undefined; + var noTimeout = -1; + var localPromise = typeof Promise === "function" ? Promise : undefined; // ------------------- + var scheduleMicrotask = typeof queueMicrotask === "function" ? queueMicrotask : typeof localPromise !== "undefined" ? function(callback) { + return localPromise.resolve(null).then(callback).catch(handleErrorInNextTick); + } : scheduleTimeout; // TODO: Determine the best fallback here. + function handleErrorInNextTick(error) { + setTimeout(function() { + throw error; + }); + } // ------------------- function commitMount(domElement, type, newProps, internalInstanceHandle) { // Despite the naming that might imply otherwise, this method only // fires if there is an `Update` effect scheduled during mounting. @@ -10747,16 +13064,26 @@ module.exports = require('./cjs/react-dom.development.js'); // does to implement the `autoFocus` attribute on the client). But // there are also other cases when this might happen (such as patching // up text content during hydration mismatch). So we'll check this again. - if (shouldAutoFocusHostComponent(type, newProps)) domElement.focus(); + switch(type){ + case "button": + case "input": + case "select": + case "textarea": + if (newProps.autoFocus) domElement.focus(); + return; + case "img": + if (newProps.src) domElement.src = newProps.src; + return; + } } function commitUpdate(domElement, updatePayload, type, oldProps, newProps, internalInstanceHandle) { - // Update the props handle so that we know which props are the ones with + // Apply the diff to the DOM node. + updateProperties(domElement, updatePayload, type, oldProps, newProps); // Update the props handle so that we know which props are the ones with // with current event handlers. - updateFiberProps(domElement, newProps); // Apply the diff to the DOM node. - updateProperties(domElement, updatePayload, type, oldProps, newProps); + updateFiberProps(domElement, newProps); } function resetTextContent(domElement) { - setTextContent(domElement, ''); + setTextContent(domElement, ""); } function commitTextUpdate(textInstance, oldText, newText) { textInstance.nodeValue = newText; @@ -10798,27 +13125,57 @@ module.exports = require('./cjs/react-dom.development.js'); if (container.nodeType === COMMENT_NODE) container.parentNode.removeChild(child); else container.removeChild(child); } + function clearSuspenseBoundary(parentInstance, suspenseInstance) { + var node = suspenseInstance; // Delete all nodes within this suspense boundary. + // There might be nested nodes so we need to keep track of how + // deep we are and only break out when we're back on top. + var depth = 0; + do { + var nextNode = node.nextSibling; + parentInstance.removeChild(node); + if (nextNode && nextNode.nodeType === COMMENT_NODE) { + var data = nextNode.data; + if (data === SUSPENSE_END_DATA) { + if (depth === 0) { + parentInstance.removeChild(nextNode); // Retry if any event replaying was blocked on this. + retryIfBlockedOn(suspenseInstance); + return; + } else depth--; + } else if (data === SUSPENSE_START_DATA || data === SUSPENSE_PENDING_START_DATA || data === SUSPENSE_FALLBACK_START_DATA) depth++; + } + node = nextNode; + }while (node); // TODO: Warn, we didn't find the end comment boundary. + // Retry if any event replaying was blocked on this. + retryIfBlockedOn(suspenseInstance); + } + function clearSuspenseBoundaryFromContainer(container, suspenseInstance) { + if (container.nodeType === COMMENT_NODE) clearSuspenseBoundary(container.parentNode, suspenseInstance); + else if (container.nodeType === ELEMENT_NODE) clearSuspenseBoundary(container, suspenseInstance); + // Retry if any event replaying was blocked on this. + retryIfBlockedOn(container); + } function hideInstance(instance) { + instance; var style = instance.style; - if (typeof style.setProperty === 'function') style.setProperty('display', 'none', 'important'); - else style.display = 'none'; + if (typeof style.setProperty === "function") style.setProperty("display", "none", "important"); + else style.display = "none"; } function hideTextInstance(textInstance) { - textInstance.nodeValue = ''; + textInstance.nodeValue = ""; } function unhideInstance(instance, props) { + instance; var styleProp = props[STYLE$1]; - var display = styleProp !== undefined && styleProp !== null && styleProp.hasOwnProperty('display') ? styleProp.display : null; - instance.style.display = dangerousStyleValue('display', display); + var display = styleProp !== undefined && styleProp !== null && styleProp.hasOwnProperty("display") ? styleProp.display : null; + instance.style.display = dangerousStyleValue("display", display); } function unhideTextInstance(textInstance, text) { textInstance.nodeValue = text; } function clearContainer(container) { - if (container.nodeType === ELEMENT_NODE) container.textContent = ''; + if (container.nodeType === ELEMENT_NODE) container.textContent = ""; else if (container.nodeType === DOCUMENT_NODE) { - var body = container.body; - if (body != null) body.textContent = ''; + if (container.documentElement) container.removeChild(container.documentElement); } } // ------------------- function canHydrateInstance(instance, type, props) { @@ -10827,22 +13184,60 @@ module.exports = require('./cjs/react-dom.development.js'); return instance; } function canHydrateTextInstance(instance, text) { - if (text === '' || instance.nodeType !== TEXT_NODE) // Empty strings are not parsed by HTML so there won't be a correct match here. + if (text === "" || instance.nodeType !== TEXT_NODE) // Empty strings are not parsed by HTML so there won't be a correct match here. return null; // This has now been refined to a text node. return instance; } + function canHydrateSuspenseInstance(instance) { + if (instance.nodeType !== COMMENT_NODE) // Empty strings are not parsed by HTML so there won't be a correct match here. + return null; + // This has now been refined to a suspense node. + return instance; + } function isSuspenseInstancePending(instance) { return instance.data === SUSPENSE_PENDING_START_DATA; } function isSuspenseInstanceFallback(instance) { return instance.data === SUSPENSE_FALLBACK_START_DATA; } + function getSuspenseInstanceFallbackErrorDetails(instance) { + var dataset = instance.nextSibling && instance.nextSibling.dataset; + var digest, message, stack; + if (dataset) { + digest = dataset.dgst; + message = dataset.msg; + stack = dataset.stck; + } + return { + message: message, + digest: digest, + stack: stack + }; + // const nextSibling = instance.nextSibling; + // if (nextSibling) { + // const dataset = ((nextSibling: any): HTMLTemplateElement).dataset; + // value.message = dataset.msg; + // value.hash = dataset.hash; + // if (true) { + // value.stack = dataset.stack; + // } + // } + // return value; + } + function registerSuspenseInstanceRetry(instance, callback) { + instance._reactRetry = callback; + } function getNextHydratable(node) { // Skip non-hydratable nodes. for(; node != null; node = node.nextSibling){ var nodeType = node.nodeType; if (nodeType === ELEMENT_NODE || nodeType === TEXT_NODE) break; + if (nodeType === COMMENT_NODE) { + var nodeData = node.data; + if (nodeData === SUSPENSE_START_DATA || nodeData === SUSPENSE_FALLBACK_START_DATA || nodeData === SUSPENSE_PENDING_START_DATA) break; + if (nodeData === SUSPENSE_END_DATA) return null; + } } return node; } @@ -10852,19 +13247,32 @@ module.exports = require('./cjs/react-dom.development.js'); function getFirstHydratableChild(parentInstance) { return getNextHydratable(parentInstance.firstChild); } - function hydrateInstance(instance, type, props, rootContainerInstance, hostContext, internalInstanceHandle) { + function getFirstHydratableChildWithinContainer(parentContainer) { + return getNextHydratable(parentContainer.firstChild); + } + function getFirstHydratableChildWithinSuspenseInstance(parentInstance) { + return getNextHydratable(parentInstance.nextSibling); + } + function hydrateInstance(instance, type, props, rootContainerInstance, hostContext, internalInstanceHandle, shouldWarnDev) { precacheFiberNode(internalInstanceHandle, instance); // TODO: Possibly defer this until the commit phase where all the events // get attached. updateFiberProps(instance, props); var parentNamespace; var hostContextDev = hostContext; parentNamespace = hostContextDev.namespace; - return diffHydratedProperties(instance, type, props, parentNamespace); - } - function hydrateTextInstance(textInstance, text, internalInstanceHandle) { - precacheFiberNode(internalInstanceHandle, textInstance); + // when the legacy root API is removed. + var isConcurrentMode = (internalInstanceHandle.mode & ConcurrentMode) !== NoMode; + return diffHydratedProperties(instance, type, props, parentNamespace, rootContainerInstance, isConcurrentMode, shouldWarnDev); + } + function hydrateTextInstance(textInstance, text, internalInstanceHandle, shouldWarnDev) { + precacheFiberNode(internalInstanceHandle, textInstance); // TODO: Temporary hack to check if we're in a concurrent root. We can delete + // when the legacy root API is removed. + var isConcurrentMode = (internalInstanceHandle.mode & ConcurrentMode) !== NoMode; return diffHydratedText(textInstance, text); } + function hydrateSuspenseInstance(suspenseInstance, internalInstanceHandle) { + precacheFiberNode(internalInstanceHandle, suspenseInstance); + } function getNextHydratableInstanceAfterSuspenseInstance(suspenseInstance) { var node = suspenseInstance.nextSibling; // Skip past all nodes within this suspense boundary. // There might be nested nodes so we need to keep track of how @@ -10909,71 +13317,86 @@ module.exports = require('./cjs/react-dom.development.js'); // Retry if any event replaying was blocked on this. retryIfBlockedOn(suspenseInstance); } - function didNotMatchHydratedContainerTextInstance(parentContainer, textInstance, text) { - warnForUnmatchedText(textInstance, text); + function shouldDeleteUnhydratedTailInstances(parentType) { + return parentType !== "head" && parentType !== "body"; } - function didNotMatchHydratedTextInstance(parentType, parentProps, parentInstance, textInstance, text) { - if (parentProps[SUPPRESS_HYDRATION_WARNING$1] !== true) warnForUnmatchedText(textInstance, text); + function didNotMatchHydratedContainerTextInstance(parentContainer, textInstance, text, isConcurrentMode) { + var shouldWarnDev = true; + checkForUnmatchedText(textInstance.nodeValue, text, isConcurrentMode, shouldWarnDev); } - function didNotHydrateContainerInstance(parentContainer, instance) { + function didNotMatchHydratedTextInstance(parentType, parentProps, parentInstance, textInstance, text, isConcurrentMode) { + if (parentProps[SUPPRESS_HYDRATION_WARNING$1] !== true) { + var shouldWarnDev = true; + checkForUnmatchedText(textInstance.nodeValue, text, isConcurrentMode, shouldWarnDev); + } + } + function didNotHydrateInstanceWithinContainer(parentContainer, instance) { if (instance.nodeType === ELEMENT_NODE) warnForDeletedHydratableElement(parentContainer, instance); else if (instance.nodeType === COMMENT_NODE) ; else warnForDeletedHydratableText(parentContainer, instance); } - function didNotHydrateInstance(parentType, parentProps, parentInstance, instance) { - if (parentProps[SUPPRESS_HYDRATION_WARNING$1] !== true) { + function didNotHydrateInstanceWithinSuspenseInstance(parentInstance, instance) { + // $FlowFixMe: Only Element or Document can be parent nodes. + var parentNode = parentInstance.parentNode; + if (parentNode !== null) { + if (instance.nodeType === ELEMENT_NODE) warnForDeletedHydratableElement(parentNode, instance); + else if (instance.nodeType === COMMENT_NODE) ; + else warnForDeletedHydratableText(parentNode, instance); + } + } + function didNotHydrateInstance(parentType, parentProps, parentInstance, instance, isConcurrentMode) { + if (isConcurrentMode || parentProps[SUPPRESS_HYDRATION_WARNING$1] !== true) { if (instance.nodeType === ELEMENT_NODE) warnForDeletedHydratableElement(parentInstance, instance); else if (instance.nodeType === COMMENT_NODE) ; else warnForDeletedHydratableText(parentInstance, instance); } } - function didNotFindHydratableContainerInstance(parentContainer, type, props) { + function didNotFindHydratableInstanceWithinContainer(parentContainer, type, props) { warnForInsertedHydratedElement(parentContainer, type); } - function didNotFindHydratableContainerTextInstance(parentContainer, text) { + function didNotFindHydratableTextInstanceWithinContainer(parentContainer, text) { warnForInsertedHydratedText(parentContainer, text); } - function didNotFindHydratableInstance(parentType, parentProps, parentInstance, type, props) { - if (parentProps[SUPPRESS_HYDRATION_WARNING$1] !== true) warnForInsertedHydratedElement(parentInstance, type); - } - function didNotFindHydratableTextInstance(parentType, parentProps, parentInstance, text) { - if (parentProps[SUPPRESS_HYDRATION_WARNING$1] !== true) warnForInsertedHydratedText(parentInstance, text); + function didNotFindHydratableInstanceWithinSuspenseInstance(parentInstance, type, props) { + // $FlowFixMe: Only Element or Document can be parent nodes. + var parentNode = parentInstance.parentNode; + if (parentNode !== null) warnForInsertedHydratedElement(parentNode, type); } - function didNotFindHydratableSuspenseInstance(parentType, parentProps, parentInstance) { - parentProps[SUPPRESS_HYDRATION_WARNING$1]; + function didNotFindHydratableTextInstanceWithinSuspenseInstance(parentInstance, text) { + // $FlowFixMe: Only Element or Document can be parent nodes. + var parentNode = parentInstance.parentNode; + if (parentNode !== null) warnForInsertedHydratedText(parentNode, text); } - var clientId = 0; - function makeClientIdInDEV(warnOnAccessInDEV) { - var id = 'r:' + (clientId++).toString(36); - return { - toString: function() { - warnOnAccessInDEV(); - return id; - }, - valueOf: function() { - warnOnAccessInDEV(); - return id; - } - }; + function didNotFindHydratableInstance(parentType, parentProps, parentInstance, type, props, isConcurrentMode) { + if (isConcurrentMode || parentProps[SUPPRESS_HYDRATION_WARNING$1] !== true) warnForInsertedHydratedElement(parentInstance, type); } - function isOpaqueHydratingObject(value) { - return value !== null && typeof value === 'object' && value.$$typeof === REACT_OPAQUE_ID_TYPE; + function didNotFindHydratableTextInstance(parentType, parentProps, parentInstance, text, isConcurrentMode) { + if (isConcurrentMode || parentProps[SUPPRESS_HYDRATION_WARNING$1] !== true) warnForInsertedHydratedText(parentInstance, text); } - function makeOpaqueHydratingObject(attemptToReadValue) { - return { - $$typeof: REACT_OPAQUE_ID_TYPE, - toString: attemptToReadValue, - valueOf: attemptToReadValue - }; + function errorHydratingContainer(parentContainer) { + // TODO: This gets logged by onRecoverableError, too, so we should be + // able to remove it. + error("An error occurred during hydration. The server HTML was replaced with client content in <%s>.", parentContainer.nodeName.toLowerCase()); } function preparePortalMount(portalInstance) { listenToAllSupportedEvents(portalInstance); } var randomKey = Math.random().toString(36).slice(2); - var internalInstanceKey = '__reactFiber$' + randomKey; - var internalPropsKey = '__reactProps$' + randomKey; - var internalContainerInstanceKey = '__reactContainer$' + randomKey; - var internalEventHandlersKey = '__reactEvents$' + randomKey; + var internalInstanceKey = "__reactFiber$" + randomKey; + var internalPropsKey = "__reactProps$" + randomKey; + var internalContainerInstanceKey = "__reactContainer$" + randomKey; + var internalEventHandlersKey = "__reactEvents$" + randomKey; + var internalEventHandlerListenersKey = "__reactListeners$" + randomKey; + var internalEventHandlesSetKey = "__reactHandles$" + randomKey; + function detachDeletedInstance(node) { + // TODO: This function is only called on host components. I don't think all of + // these fields are relevant. + delete node[internalInstanceKey]; + delete node[internalPropsKey]; + delete node[internalEventHandlersKey]; + delete node[internalEventHandlerListenersKey]; + delete node[internalEventHandlesSetKey]; + } function precacheFiberNode(hostInst, node) { node[internalInstanceKey] = hostInst; } @@ -11074,7 +13497,8 @@ module.exports = require('./cjs/react-dom.development.js'); // a host component or host text. return inst.stateNode; // Without this first invariant, passing a non-DOM-component triggers the next - throw Error("getNodeFromInstance: Invalid argument."); + // invariant for a missing parent, which is super confusing. + throw new Error("getNodeFromInstance: Invalid argument."); } function getFiberCurrentPropsFromNode(node) { return node[internalPropsKey] || null; @@ -11087,8 +13511,7 @@ module.exports = require('./cjs/react-dom.development.js'); if (elementListenerSet === undefined) elementListenerSet = node[internalEventHandlersKey] = new Set(); return elementListenerSet; } - var loggedTypeFailures = { - }; + var loggedTypeFailures = {}; var ReactDebugCurrentFrame$1 = ReactSharedInternals.ReactDebugCurrentFrame; function setCurrentlyValidatingElement(element) { if (element) { @@ -11099,7 +13522,7 @@ module.exports = require('./cjs/react-dom.development.js'); } function checkPropTypes(typeSpecs, values, location, componentName, element) { // $FlowFixMe This is okay but Flow doesn't know it. - var has = Function.call.bind(Object.prototype.hasOwnProperty); + var has = Function.call.bind(hasOwnProperty); for(var typeSpecName in typeSpecs)if (has(typeSpecs, typeSpecName)) { var error$1 = void 0; // Prop type validation may throw. In case they do, we don't want to // fail the render phase where it didn't fail before. So we log it. @@ -11107,18 +13530,19 @@ module.exports = require('./cjs/react-dom.development.js'); try { // This is intentionally an invariant that gets caught. It's the same // behavior as without this statement except with a better message. - if (typeof typeSpecs[typeSpecName] !== 'function') { - var err = Error((componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' + 'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.' + 'This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.'); - err.name = 'Invariant Violation'; + if (typeof typeSpecs[typeSpecName] !== "function") { + // eslint-disable-next-line react-internal/prod-error-codes + var err = Error((componentName || "React class") + ": " + location + " type `" + typeSpecName + "` is invalid; " + "it must be a function, usually from the `prop-types` package, but received `" + typeof typeSpecs[typeSpecName] + "`." + "This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."); + err.name = "Invariant Violation"; throw err; } - error$1 = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED'); + error$1 = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"); } catch (ex) { error$1 = ex; } if (error$1 && !(error$1 instanceof Error)) { setCurrentlyValidatingElement(element); - error1("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", componentName || 'React class', location, typeSpecName, typeof error$1); + error("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", componentName || "React class", location, typeSpecName, typeof error$1); setCurrentlyValidatingElement(null); } if (error$1 instanceof Error && !(error$1.message in loggedTypeFailures)) { @@ -11126,7 +13550,7 @@ module.exports = require('./cjs/react-dom.development.js'); // same error. loggedTypeFailures[error$1.message] = true; setCurrentlyValidatingElement(element); - error1('Failed %s type: %s', location, error$1.message); + error("Failed %s type: %s", location, error$1.message); setCurrentlyValidatingElement(null); } } @@ -11134,34 +13558,32 @@ module.exports = require('./cjs/react-dom.development.js'); var valueStack = []; var fiberStack; fiberStack = []; - var index1 = -1; + var index = -1; function createCursor(defaultValue) { return { current: defaultValue }; } function pop(cursor, fiber) { - if (index1 < 0) { - error1('Unexpected pop.'); + if (index < 0) { + error("Unexpected pop."); return; } - if (fiber !== fiberStack[index1]) error1('Unexpected Fiber popped.'); - cursor.current = valueStack[index1]; - valueStack[index1] = null; - fiberStack[index1] = null; - index1--; + if (fiber !== fiberStack[index]) error("Unexpected Fiber popped."); + cursor.current = valueStack[index]; + valueStack[index] = null; + fiberStack[index] = null; + index--; } function push(cursor, value, fiber) { - index1++; - valueStack[index1] = cursor.current; - fiberStack[index1] = fiber; + index++; + valueStack[index] = cursor.current; + fiberStack[index] = fiber; cursor.current = value; } var warnedAboutMissingGetChildContext; - warnedAboutMissingGetChildContext = { - }; - var emptyContextObject = { - }; + warnedAboutMissingGetChildContext = {}; + var emptyContextObject = {}; Object.freeze(emptyContextObject); var contextStackCursor = createCursor(emptyContextObject); // A cursor to a boolean indicating whether the context has changed. var didPerformWorkStackCursor = createCursor(false); // Keep track of the previous context object that was on the stack. @@ -11190,11 +13612,10 @@ module.exports = require('./cjs/react-dom.development.js'); // This may trigger infinite loops if componentWillReceiveProps calls setState. var instance = workInProgress.stateNode; if (instance && instance.__reactInternalMemoizedUnmaskedChildContext === unmaskedContext) return instance.__reactInternalMemoizedMaskedChildContext; - var context = { - }; + var context = {}; for(var key in contextTypes)context[key] = unmaskedContext[key]; - var name = getComponentName(type) || 'Unknown'; - checkPropTypes(contextTypes, context, 'context', name); + var name = getComponentNameFromFiber(workInProgress) || "Unknown"; + checkPropTypes(contextTypes, context, "context", name); // Context is created before the class component is instantiated so check for instance. if (instance) cacheContext(workInProgress, unmaskedContext, context); return context; @@ -11215,7 +13636,7 @@ module.exports = require('./cjs/react-dom.development.js'); pop(contextStackCursor, fiber); } function pushTopLevelContextObject(fiber, context, didChange) { - if (!(contextStackCursor.current === emptyContextObject)) throw Error("Unexpected context found on stack. This error is likely caused by a bug in React. Please file an issue."); + if (contextStackCursor.current !== emptyContextObject) throw new Error("Unexpected context found on stack. This error is likely caused by a bug in React. Please file an issue."); push(contextStackCursor, context, fiber); push(didPerformWorkStackCursor, didChange, fiber); } @@ -11223,22 +13644,21 @@ module.exports = require('./cjs/react-dom.development.js'); var instance = fiber.stateNode; var childContextTypes = type.childContextTypes; // TODO (bvaughn) Replace this behavior with an invariant() in the future. // It has only been added in Fiber to match the (unintentional) behavior in Stack. - if (typeof instance.getChildContext !== 'function') { - var componentName = getComponentName(type) || 'Unknown'; + if (typeof instance.getChildContext !== "function") { + var componentName = getComponentNameFromFiber(fiber) || "Unknown"; if (!warnedAboutMissingGetChildContext[componentName]) { warnedAboutMissingGetChildContext[componentName] = true; - error1("%s.childContextTypes is specified but there is no getChildContext() method on the instance. You can either define getChildContext() on %s or remove childContextTypes from it.", componentName, componentName); + error("%s.childContextTypes is specified but there is no getChildContext() method on the instance. You can either define getChildContext() on %s or remove childContextTypes from it.", componentName, componentName); } return parentContext; } var childContext = instance.getChildContext(); for(var contextKey in childContext){ - if (!(contextKey in childContextTypes)) throw Error((getComponentName(type) || 'Unknown') + ".getChildContext(): key \"" + contextKey + "\" is not defined in childContextTypes."); + if (!(contextKey in childContextTypes)) throw new Error((getComponentNameFromFiber(fiber) || "Unknown") + '.getChildContext(): key "' + contextKey + '" is not defined in childContextTypes.'); } - var name = getComponentName(type) || 'Unknown'; - checkPropTypes(childContextTypes, childContext, 'child context', name); - return _assign({ - }, parentContext, childContext); + var name = getComponentNameFromFiber(fiber) || "Unknown"; + checkPropTypes(childContextTypes, childContext, "child context", name); + return assign({}, parentContext, childContext); } function pushContextProvider(workInProgress) { var instance = workInProgress.stateNode; // We push the context as early as possible to ensure stack integrity. @@ -11253,7 +13673,7 @@ module.exports = require('./cjs/react-dom.development.js'); } function invalidateContextProvider(workInProgress, type, didChange) { var instance = workInProgress.stateNode; - if (!instance) throw Error("Expected to have an instance by this point. This error is likely caused by a bug in React. Please file an issue."); + if (!instance) throw new Error("Expected to have an instance by this point. This error is likely caused by a bug in React. Please file an issue."); if (didChange) { // Merge parent and own context. // Skip this if we're not updating due to sCU. @@ -11273,7 +13693,7 @@ module.exports = require('./cjs/react-dom.development.js'); function findCurrentUnmaskedContext(fiber) { // Currently this is only used with renderSubtreeIntoContainer; not sure if it // makes sense elsewhere - if (!(isFiberMounted(fiber) && fiber.tag === ClassComponent)) throw Error("Expected subtree parent to be a mounted class component. This error is likely caused by a bug in React. Please file an issue."); + if (!isFiberMounted(fiber) || fiber.tag !== ClassComponent) throw new Error("Expected subtree parent to be a mounted class component. This error is likely caused by a bug in React. Please file an issue."); var node = fiber; do { switch(node.tag){ @@ -11285,287 +13705,635 @@ module.exports = require('./cjs/react-dom.development.js'); break; } node = node.return; - }while (node !== null) - throw Error("Found unexpected detached subtree parent. This error is likely caused by a bug in React. Please file an issue."); + }while (node !== null); + throw new Error("Found unexpected detached subtree parent. This error is likely caused by a bug in React. Please file an issue."); } var LegacyRoot = 0; - var BlockingRoot = 1; - var ConcurrentRoot = 2; - var rendererID = null; - var injectedHook = null; - var hasLoggedError = false; - var isDevToolsPresent = typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ !== 'undefined'; - function injectInternals(internals) { - if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined') // No DevTools - return false; - var hook = __REACT_DEVTOOLS_GLOBAL_HOOK__; - if (hook.isDisabled) // This isn't a real property on the hook, but it can be set to opt out - // of DevTools integration and associated warnings and logs. - // https://github.com/facebook/react/issues/3877 - return true; - if (!hook.supportsFiber) { - error1("The installed version of React DevTools is too old and will not work with the current version of React. Please update React DevTools. https://reactjs.org/link/react-devtools"); - return true; - } - try { - rendererID = hook.inject(internals); // We have successfully injected, so now it is safe to set up hooks. - injectedHook = hook; - } catch (err) { - error1('React instrumentation encountered an error: %s.', err); - } // DevTools exists - return true; - } - function onScheduleRoot(root, children) { - if (injectedHook && typeof injectedHook.onScheduleFiberRoot === 'function') try { - injectedHook.onScheduleFiberRoot(rendererID, root, children); - } catch (err) { - if (!hasLoggedError) { - hasLoggedError = true; - error1('React instrumentation encountered an error: %s', err); - } - } - } - function onCommitRoot(root, priorityLevel) { - if (injectedHook && typeof injectedHook.onCommitFiberRoot === 'function') try { - var didError = (root.current.flags & DidCapture) === DidCapture; - if (enableProfilerTimer) injectedHook.onCommitFiberRoot(rendererID, root, priorityLevel, didError); - else injectedHook.onCommitFiberRoot(rendererID, root, undefined, didError); - } catch (err) { - if (!hasLoggedError) { - hasLoggedError = true; - error1('React instrumentation encountered an error: %s', err); - } - } - } - function onCommitUnmount(fiber) { - if (injectedHook && typeof injectedHook.onCommitFiberUnmount === 'function') try { - injectedHook.onCommitFiberUnmount(rendererID, fiber); - } catch (err) { - if (!hasLoggedError) { - hasLoggedError = true; - error1('React instrumentation encountered an error: %s', err); - } - } - } - var Scheduler_runWithPriority = Scheduler.unstable_runWithPriority, Scheduler_scheduleCallback = Scheduler.unstable_scheduleCallback, Scheduler_cancelCallback = Scheduler.unstable_cancelCallback, Scheduler_shouldYield = Scheduler.unstable_shouldYield, Scheduler_requestPaint = Scheduler.unstable_requestPaint, Scheduler_now$1 = Scheduler.unstable_now, Scheduler_getCurrentPriorityLevel = Scheduler.unstable_getCurrentPriorityLevel, Scheduler_ImmediatePriority = Scheduler.unstable_ImmediatePriority, Scheduler_UserBlockingPriority = Scheduler.unstable_UserBlockingPriority, Scheduler_NormalPriority = Scheduler.unstable_NormalPriority, Scheduler_LowPriority = Scheduler.unstable_LowPriority, Scheduler_IdlePriority = Scheduler.unstable_IdlePriority; - // Provide explicit error message when production+profiling bundle of e.g. - // react-dom is used with production (non-profiling) bundle of - // scheduler/tracing - if (!(tracing.__interactionsRef != null && tracing.__interactionsRef.current != null)) throw Error("It is not supported to run the profiling version of a renderer (for example, `react-dom/profiling`) without also replacing the `scheduler/tracing` module with `scheduler/tracing-profiling`. Your bundler might have a setting for aliasing both modules. Learn more at https://reactjs.org/link/profiling"); - var fakeCallbackNode = { - }; // Except for NoPriority, these correspond to Scheduler priorities. We use - // ascending numbers so we can compare them like numbers. They start at 90 to - // avoid clashing with Scheduler's priorities. - var ImmediatePriority$1 = 99; - var UserBlockingPriority$2 = 98; - var NormalPriority$1 = 97; - var LowPriority$1 = 96; - var IdlePriority$1 = 95; // NoPriority is the absence of priority. Also React-only. - var NoPriority$1 = 90; - var shouldYield = Scheduler_shouldYield; - var requestPaint = Scheduler_requestPaint !== undefined ? Scheduler_requestPaint : function() { - }; + var ConcurrentRoot = 1; var syncQueue = null; - var immediateQueueCallbackNode = null; + var includesLegacySyncCallbacks = false; var isFlushingSyncQueue = false; - var initialTimeMs$1 = Scheduler_now$1(); // If the initial timestamp is reasonably small, use Scheduler's `now` directly. - // This will be the case for modern browsers that support `performance.now`. In - // older browsers, Scheduler falls back to `Date.now`, which returns a Unix - // timestamp. In that case, subtract the module initialization time to simulate - // the behavior of performance.now and keep our times small enough to fit - // within 32 bits. - // TODO: Consider lifting this into Scheduler. - var now = initialTimeMs$1 < 10000 ? Scheduler_now$1 : function() { - return Scheduler_now$1() - initialTimeMs$1; - }; - function getCurrentPriorityLevel() { - switch(Scheduler_getCurrentPriorityLevel()){ - case Scheduler_ImmediatePriority: - return ImmediatePriority$1; - case Scheduler_UserBlockingPriority: - return UserBlockingPriority$2; - case Scheduler_NormalPriority: - return NormalPriority$1; - case Scheduler_LowPriority: - return LowPriority$1; - case Scheduler_IdlePriority: - return IdlePriority$1; - default: - throw Error("Unknown priority level."); - } - } - function reactPriorityToSchedulerPriority(reactPriorityLevel) { - switch(reactPriorityLevel){ - case ImmediatePriority$1: - return Scheduler_ImmediatePriority; - case UserBlockingPriority$2: - return Scheduler_UserBlockingPriority; - case NormalPriority$1: - return Scheduler_NormalPriority; - case LowPriority$1: - return Scheduler_LowPriority; - case IdlePriority$1: - return Scheduler_IdlePriority; - default: - throw Error("Unknown priority level."); - } - } - function runWithPriority$1(reactPriorityLevel, fn) { - var priorityLevel = reactPriorityToSchedulerPriority(reactPriorityLevel); - return Scheduler_runWithPriority(priorityLevel, fn); - } - function scheduleCallback(reactPriorityLevel, callback, options) { - var priorityLevel = reactPriorityToSchedulerPriority(reactPriorityLevel); - return Scheduler_scheduleCallback(priorityLevel, callback, options); - } function scheduleSyncCallback(callback) { // Push this callback into an internal queue. We'll flush these either in // the next tick, or earlier if something calls `flushSyncCallbackQueue`. - if (syncQueue === null) { - syncQueue = [ - callback - ]; // Flush the queue in the next tick, at the earliest. - immediateQueueCallbackNode = Scheduler_scheduleCallback(Scheduler_ImmediatePriority, flushSyncCallbackQueueImpl); - } else // Push onto existing queue. Don't need to schedule a callback because + if (syncQueue === null) syncQueue = [ + callback + ]; + else // Push onto existing queue. Don't need to schedule a callback because // we already scheduled one when we created the queue. syncQueue.push(callback); - return fakeCallbackNode; } - function cancelCallback(callbackNode) { - if (callbackNode !== fakeCallbackNode) Scheduler_cancelCallback(callbackNode); + function scheduleLegacySyncCallback(callback) { + includesLegacySyncCallbacks = true; + scheduleSyncCallback(callback); } - function flushSyncCallbackQueue() { - if (immediateQueueCallbackNode !== null) { - var node = immediateQueueCallbackNode; - immediateQueueCallbackNode = null; - Scheduler_cancelCallback(node); - } - flushSyncCallbackQueueImpl(); + function flushSyncCallbacksOnlyInLegacyMode() { + // Only flushes the queue if there's a legacy sync callback scheduled. + // TODO: There's only a single type of callback: performSyncOnWorkOnRoot. So + // it might make more sense for the queue to be a list of roots instead of a + // list of generic callbacks. Then we can have two: one for legacy roots, one + // for concurrent roots. And this method would only flush the legacy ones. + if (includesLegacySyncCallbacks) flushSyncCallbacks(); } - function flushSyncCallbackQueueImpl() { + function flushSyncCallbacks() { if (!isFlushingSyncQueue && syncQueue !== null) { - // Prevent re-entrancy. + // Prevent re-entrance. isFlushingSyncQueue = true; var i = 0; + var previousUpdatePriority = getCurrentUpdatePriority(); try { - var _isSync2 = true; - var _queue = syncQueue; - runWithPriority$1(ImmediatePriority$1, function() { - for(; i < _queue.length; i++){ - var callback = _queue[i]; - do callback = callback(_isSync2); - while (callback !== null) - } - }); + var isSync = true; + var queue = syncQueue; // TODO: Is this necessary anymore? The only user code that runs in this + // queue is in the render or commit phases. + setCurrentUpdatePriority(DiscreteEventPriority); + for(; i < queue.length; i++){ + var callback = queue[i]; + do callback = callback(isSync); + while (callback !== null); + } syncQueue = null; + includesLegacySyncCallbacks = false; } catch (error) { // If something throws, leave the remaining callbacks on the queue. if (syncQueue !== null) syncQueue = syncQueue.slice(i + 1); // Resume flushing in the next tick - Scheduler_scheduleCallback(Scheduler_ImmediatePriority, flushSyncCallbackQueue); + scheduleCallback(ImmediatePriority, flushSyncCallbacks); throw error; } finally{ + setCurrentUpdatePriority(previousUpdatePriority); isFlushingSyncQueue = false; } } + return null; } - // TODO: this is special because it gets imported during build. - var ReactVersion = '17.0.2'; - var NoMode = 0; - var StrictMode = 1; // TODO: Remove BlockingMode and ConcurrentMode by reading from the root - // tag instead - var BlockingMode = 2; - var ConcurrentMode = 4; - var ProfileMode = 8; - var DebugTracingMode = 16; - var ReactCurrentBatchConfig = ReactSharedInternals.ReactCurrentBatchConfig; - var NoTransition = 0; - function requestCurrentTransition() { - return ReactCurrentBatchConfig.transition; + // TODO: Use the unified fiber stack module instead of this local one? + // Intentionally not using it yet to derisk the initial implementation, because + // the way we push/pop these values is a bit unusual. If there's a mistake, I'd + // rather the ids be wrong than crash the whole reconciler. + var forkStack = []; + var forkStackIndex = 0; + var treeForkProvider = null; + var treeForkCount = 0; + var idStack = []; + var idStackIndex = 0; + var treeContextProvider = null; + var treeContextId = 1; + var treeContextOverflow = ""; + function isForkedChild(workInProgress) { + warnIfNotHydrating(); + return (workInProgress.flags & Forked) !== NoFlags; + } + function getForksAtLevel(workInProgress) { + warnIfNotHydrating(); + return treeForkCount; + } + function getTreeId() { + var overflow = treeContextOverflow; + var idWithLeadingBit = treeContextId; + var id = idWithLeadingBit & ~getLeadingBit(idWithLeadingBit); + return id.toString(32) + overflow; + } + function pushTreeFork(workInProgress, totalChildren) { + // This is called right after we reconcile an array (or iterator) of child + // fibers, because that's the only place where we know how many children in + // the whole set without doing extra work later, or storing addtional + // information on the fiber. + // + // That's why this function is separate from pushTreeId — it's called during + // the render phase of the fork parent, not the child, which is where we push + // the other context values. + // + // In the Fizz implementation this is much simpler because the child is + // rendered in the same callstack as the parent. + // + // It might be better to just add a `forks` field to the Fiber type. It would + // make this module simpler. + warnIfNotHydrating(); + forkStack[forkStackIndex++] = treeForkCount; + forkStack[forkStackIndex++] = treeForkProvider; + treeForkProvider = workInProgress; + treeForkCount = totalChildren; + } + function pushTreeId(workInProgress, totalChildren, index) { + warnIfNotHydrating(); + idStack[idStackIndex++] = treeContextId; + idStack[idStackIndex++] = treeContextOverflow; + idStack[idStackIndex++] = treeContextProvider; + treeContextProvider = workInProgress; + var baseIdWithLeadingBit = treeContextId; + var baseOverflow = treeContextOverflow; // The leftmost 1 marks the end of the sequence, non-inclusive. It's not part + // of the id; we use it to account for leading 0s. + var baseLength = getBitLength(baseIdWithLeadingBit) - 1; + var baseId = baseIdWithLeadingBit & ~(1 << baseLength); + var slot = index + 1; + var length = getBitLength(totalChildren) + baseLength; // 30 is the max length we can store without overflowing, taking into + // consideration the leading 1 we use to mark the end of the sequence. + if (length > 30) { + // We overflowed the bitwise-safe range. Fall back to slower algorithm. + // This branch assumes the length of the base id is greater than 5; it won't + // work for smaller ids, because you need 5 bits per character. + // + // We encode the id in multiple steps: first the base id, then the + // remaining digits. + // + // Each 5 bit sequence corresponds to a single base 32 character. So for + // example, if the current id is 23 bits long, we can convert 20 of those + // bits into a string of 4 characters, with 3 bits left over. + // + // First calculate how many bits in the base id represent a complete + // sequence of characters. + var numberOfOverflowBits = baseLength - baseLength % 5; // Then create a bitmask that selects only those bits. + var newOverflowBits = (1 << numberOfOverflowBits) - 1; // Select the bits, and convert them to a base 32 string. + var newOverflow = (baseId & newOverflowBits).toString(32); // Now we can remove those bits from the base id. + var restOfBaseId = baseId >> numberOfOverflowBits; + var restOfBaseLength = baseLength - numberOfOverflowBits; // Finally, encode the rest of the bits using the normal algorithm. Because + // we made more room, this time it won't overflow. + var restOfLength = getBitLength(totalChildren) + restOfBaseLength; + var restOfNewBits = slot << restOfBaseLength; + var id = restOfNewBits | restOfBaseId; + var overflow = newOverflow + baseOverflow; + treeContextId = 1 << restOfLength | id; + treeContextOverflow = overflow; + } else { + // Normal path + var newBits = slot << baseLength; + var _id = newBits | baseId; + var _overflow = baseOverflow; + treeContextId = 1 << length | _id; + treeContextOverflow = _overflow; + } + } + function pushMaterializedTreeId(workInProgress) { + warnIfNotHydrating(); // This component materialized an id. This will affect any ids that appear + // in its children. + var returnFiber = workInProgress.return; + if (returnFiber !== null) { + var numberOfForks = 1; + var slotIndex = 0; + pushTreeFork(workInProgress, numberOfForks); + pushTreeId(workInProgress, numberOfForks, slotIndex); + } + } + function getBitLength(number) { + return 32 - clz32(number); + } + function getLeadingBit(id) { + return 1 << getBitLength(id) - 1; + } + function popTreeContext(workInProgress) { + // Restore the previous values. + // This is a bit more complicated than other context-like modules in Fiber + // because the same Fiber may appear on the stack multiple times and for + // different reasons. We have to keep popping until the work-in-progress is + // no longer at the top of the stack. + while(workInProgress === treeForkProvider){ + treeForkProvider = forkStack[--forkStackIndex]; + forkStack[forkStackIndex] = null; + treeForkCount = forkStack[--forkStackIndex]; + forkStack[forkStackIndex] = null; + } + while(workInProgress === treeContextProvider){ + treeContextProvider = idStack[--idStackIndex]; + idStack[idStackIndex] = null; + treeContextOverflow = idStack[--idStackIndex]; + idStack[idStackIndex] = null; + treeContextId = idStack[--idStackIndex]; + idStack[idStackIndex] = null; + } + } + function getSuspendedTreeContext() { + warnIfNotHydrating(); + if (treeContextProvider !== null) return { + id: treeContextId, + overflow: treeContextOverflow + }; + else return null; } - var ReactStrictModeWarnings = { - recordUnsafeLifecycleWarnings: function(fiber, instance) { - }, - flushPendingUnsafeLifecycleWarnings: function() { - }, - recordLegacyContextWarning: function(fiber, instance) { - }, - flushLegacyContextWarning: function() { - }, - discardPendingWarnings: function() { - } - }; - var findStrictRoot = function(fiber) { - var maybeStrictRoot = null; - var node = fiber; - while(node !== null){ - if (node.mode & StrictMode) maybeStrictRoot = node; - node = node.return; - } - return maybeStrictRoot; - }; - var setToSortedString = function(set) { - var array = []; - set.forEach(function(value) { - array.push(value); - }); - return array.sort().join(', '); - }; - var pendingComponentWillMountWarnings = []; - var pendingUNSAFE_ComponentWillMountWarnings = []; - var pendingComponentWillReceivePropsWarnings = []; - var pendingUNSAFE_ComponentWillReceivePropsWarnings = []; - var pendingComponentWillUpdateWarnings = []; - var pendingUNSAFE_ComponentWillUpdateWarnings = []; // Tracks components we have already warned about. - var didWarnAboutUnsafeLifecycles = new Set(); - ReactStrictModeWarnings.recordUnsafeLifecycleWarnings = function(fiber, instance) { - // Dedup strategy: Warn once per component. - if (didWarnAboutUnsafeLifecycles.has(fiber.type)) return; - if (typeof instance.componentWillMount === 'function' && instance.componentWillMount.__suppressDeprecationWarning !== true) pendingComponentWillMountWarnings.push(fiber); - if (fiber.mode & StrictMode && typeof instance.UNSAFE_componentWillMount === 'function') pendingUNSAFE_ComponentWillMountWarnings.push(fiber); - if (typeof instance.componentWillReceiveProps === 'function' && instance.componentWillReceiveProps.__suppressDeprecationWarning !== true) pendingComponentWillReceivePropsWarnings.push(fiber); - if (fiber.mode & StrictMode && typeof instance.UNSAFE_componentWillReceiveProps === 'function') pendingUNSAFE_ComponentWillReceivePropsWarnings.push(fiber); - if (typeof instance.componentWillUpdate === 'function' && instance.componentWillUpdate.__suppressDeprecationWarning !== true) pendingComponentWillUpdateWarnings.push(fiber); - if (fiber.mode & StrictMode && typeof instance.UNSAFE_componentWillUpdate === 'function') pendingUNSAFE_ComponentWillUpdateWarnings.push(fiber); - }; - ReactStrictModeWarnings.flushPendingUnsafeLifecycleWarnings = function() { - // We do an initial pass to gather component names - var componentWillMountUniqueNames = new Set(); - if (pendingComponentWillMountWarnings.length > 0) { - pendingComponentWillMountWarnings.forEach(function(fiber) { - componentWillMountUniqueNames.add(getComponentName(fiber.type) || 'Component'); - didWarnAboutUnsafeLifecycles.add(fiber.type); - }); - pendingComponentWillMountWarnings = []; - } - var UNSAFE_componentWillMountUniqueNames = new Set(); - if (pendingUNSAFE_ComponentWillMountWarnings.length > 0) { - pendingUNSAFE_ComponentWillMountWarnings.forEach(function(fiber) { - UNSAFE_componentWillMountUniqueNames.add(getComponentName(fiber.type) || 'Component'); - didWarnAboutUnsafeLifecycles.add(fiber.type); - }); - pendingUNSAFE_ComponentWillMountWarnings = []; - } - var componentWillReceivePropsUniqueNames = new Set(); - if (pendingComponentWillReceivePropsWarnings.length > 0) { - pendingComponentWillReceivePropsWarnings.forEach(function(fiber) { - componentWillReceivePropsUniqueNames.add(getComponentName(fiber.type) || 'Component'); - didWarnAboutUnsafeLifecycles.add(fiber.type); - }); - pendingComponentWillReceivePropsWarnings = []; + function restoreSuspendedTreeContext(workInProgress, suspendedContext) { + warnIfNotHydrating(); + idStack[idStackIndex++] = treeContextId; + idStack[idStackIndex++] = treeContextOverflow; + idStack[idStackIndex++] = treeContextProvider; + treeContextId = suspendedContext.id; + treeContextOverflow = suspendedContext.overflow; + treeContextProvider = workInProgress; + } + function warnIfNotHydrating() { + if (!getIsHydrating()) error("Expected to be hydrating. This is a bug in React. Please file an issue."); + } + // This may have been an insertion or a hydration. + var hydrationParentFiber = null; + var nextHydratableInstance = null; + var isHydrating = false; // This flag allows for warning supression when we expect there to be mismatches + // due to earlier mismatches or a suspended fiber. + var didSuspendOrErrorDEV = false; // Hydration errors that were thrown inside this boundary + var hydrationErrors = null; + function warnIfHydrating() { + if (isHydrating) error("We should not be hydrating here. This is a bug in React. Please file a bug."); + } + function markDidThrowWhileHydratingDEV() { + didSuspendOrErrorDEV = true; + } + function didSuspendOrErrorWhileHydratingDEV() { + return didSuspendOrErrorDEV; + } + function enterHydrationState(fiber) { + var parentInstance = fiber.stateNode.containerInfo; + nextHydratableInstance = getFirstHydratableChildWithinContainer(parentInstance); + hydrationParentFiber = fiber; + isHydrating = true; + hydrationErrors = null; + didSuspendOrErrorDEV = false; + return true; + } + function reenterHydrationStateFromDehydratedSuspenseInstance(fiber, suspenseInstance, treeContext) { + nextHydratableInstance = getFirstHydratableChildWithinSuspenseInstance(suspenseInstance); + hydrationParentFiber = fiber; + isHydrating = true; + hydrationErrors = null; + didSuspendOrErrorDEV = false; + if (treeContext !== null) restoreSuspendedTreeContext(fiber, treeContext); + return true; + } + function warnUnhydratedInstance(returnFiber, instance) { + switch(returnFiber.tag){ + case HostRoot: + didNotHydrateInstanceWithinContainer(returnFiber.stateNode.containerInfo, instance); + break; + case HostComponent: + var isConcurrentMode = (returnFiber.mode & ConcurrentMode) !== NoMode; + didNotHydrateInstance(returnFiber.type, returnFiber.memoizedProps, returnFiber.stateNode, instance, isConcurrentMode); + break; + case SuspenseComponent: + var suspenseState = returnFiber.memoizedState; + if (suspenseState.dehydrated !== null) didNotHydrateInstanceWithinSuspenseInstance(suspenseState.dehydrated, instance); + break; } - var UNSAFE_componentWillReceivePropsUniqueNames = new Set(); - if (pendingUNSAFE_ComponentWillReceivePropsWarnings.length > 0) { - pendingUNSAFE_ComponentWillReceivePropsWarnings.forEach(function(fiber) { - UNSAFE_componentWillReceivePropsUniqueNames.add(getComponentName(fiber.type) || 'Component'); - didWarnAboutUnsafeLifecycles.add(fiber.type); - }); - pendingUNSAFE_ComponentWillReceivePropsWarnings = []; + } + function deleteHydratableInstance(returnFiber, instance) { + warnUnhydratedInstance(returnFiber, instance); + var childToDelete = createFiberFromHostInstanceForDeletion(); + childToDelete.stateNode = instance; + childToDelete.return = returnFiber; + var deletions = returnFiber.deletions; + if (deletions === null) { + returnFiber.deletions = [ + childToDelete + ]; + returnFiber.flags |= ChildDeletion; + } else deletions.push(childToDelete); + } + function warnNonhydratedInstance(returnFiber, fiber) { + if (didSuspendOrErrorDEV) // Inside a boundary that already suspended. We're currently rendering the + // siblings of a suspended node. The mismatch may be due to the missing + // data, so it's probably a false positive. + return; + switch(returnFiber.tag){ + case HostRoot: + var parentContainer = returnFiber.stateNode.containerInfo; + switch(fiber.tag){ + case HostComponent: + var type = fiber.type; + var props = fiber.pendingProps; + didNotFindHydratableInstanceWithinContainer(parentContainer, type); + break; + case HostText: + var text = fiber.pendingProps; + didNotFindHydratableTextInstanceWithinContainer(parentContainer, text); + break; + } + break; + case HostComponent: + var parentType = returnFiber.type; + var parentProps = returnFiber.memoizedProps; + var parentInstance = returnFiber.stateNode; + switch(fiber.tag){ + case HostComponent: + var _type = fiber.type; + var _props = fiber.pendingProps; + var isConcurrentMode = (returnFiber.mode & ConcurrentMode) !== NoMode; + didNotFindHydratableInstance(parentType, parentProps, parentInstance, _type, _props, isConcurrentMode); + break; + case HostText: + var _text = fiber.pendingProps; + var _isConcurrentMode = (returnFiber.mode & ConcurrentMode) !== NoMode; + didNotFindHydratableTextInstance(parentType, parentProps, parentInstance, _text, _isConcurrentMode); + break; + } + break; + case SuspenseComponent: + var suspenseState = returnFiber.memoizedState; + var _parentInstance = suspenseState.dehydrated; + if (_parentInstance !== null) switch(fiber.tag){ + case HostComponent: + var _type2 = fiber.type; + var _props2 = fiber.pendingProps; + didNotFindHydratableInstanceWithinSuspenseInstance(_parentInstance, _type2); + break; + case HostText: + var _text2 = fiber.pendingProps; + didNotFindHydratableTextInstanceWithinSuspenseInstance(_parentInstance, _text2); + break; + } + break; + default: + return; + } + } + function insertNonHydratedInstance(returnFiber, fiber) { + fiber.flags = fiber.flags & ~Hydrating | Placement; + warnNonhydratedInstance(returnFiber, fiber); + } + function tryHydrate(fiber, nextInstance) { + switch(fiber.tag){ + case HostComponent: + var type = fiber.type; + var props = fiber.pendingProps; + var instance = canHydrateInstance(nextInstance, type); + if (instance !== null) { + fiber.stateNode = instance; + hydrationParentFiber = fiber; + nextHydratableInstance = getFirstHydratableChild(instance); + return true; + } + return false; + case HostText: + var text = fiber.pendingProps; + var textInstance = canHydrateTextInstance(nextInstance, text); + if (textInstance !== null) { + fiber.stateNode = textInstance; + hydrationParentFiber = fiber; // Text Instances don't have children so there's nothing to hydrate. + nextHydratableInstance = null; + return true; + } + return false; + case SuspenseComponent: + var suspenseInstance = canHydrateSuspenseInstance(nextInstance); + if (suspenseInstance !== null) { + var suspenseState = { + dehydrated: suspenseInstance, + treeContext: getSuspendedTreeContext(), + retryLane: OffscreenLane + }; + fiber.memoizedState = suspenseState; // Store the dehydrated fragment as a child fiber. + // This simplifies the code for getHostSibling and deleting nodes, + // since it doesn't have to consider all Suspense boundaries and + // check if they're dehydrated ones or not. + var dehydratedFragment = createFiberFromDehydratedFragment(suspenseInstance); + dehydratedFragment.return = fiber; + fiber.child = dehydratedFragment; + hydrationParentFiber = fiber; // While a Suspense Instance does have children, we won't step into + // it during the first pass. Instead, we'll reenter it later. + nextHydratableInstance = null; + return true; + } + return false; + default: + return false; + } + } + function shouldClientRenderOnMismatch(fiber) { + return (fiber.mode & ConcurrentMode) !== NoMode && (fiber.flags & DidCapture) === NoFlags; + } + function throwOnHydrationMismatch(fiber) { + throw new Error("Hydration failed because the initial UI does not match what was rendered on the server."); + } + function tryToClaimNextHydratableInstance(fiber) { + if (!isHydrating) return; + var nextInstance = nextHydratableInstance; + if (!nextInstance) { + if (shouldClientRenderOnMismatch(fiber)) { + warnNonhydratedInstance(hydrationParentFiber, fiber); + throwOnHydrationMismatch(); + } // Nothing to hydrate. Make it an insertion. + insertNonHydratedInstance(hydrationParentFiber, fiber); + isHydrating = false; + hydrationParentFiber = fiber; + return; + } + var firstAttemptedInstance = nextInstance; + if (!tryHydrate(fiber, nextInstance)) { + if (shouldClientRenderOnMismatch(fiber)) { + warnNonhydratedInstance(hydrationParentFiber, fiber); + throwOnHydrationMismatch(); + } // If we can't hydrate this instance let's try the next one. + // We use this as a heuristic. It's based on intuition and not data so it + // might be flawed or unnecessary. + nextInstance = getNextHydratableSibling(firstAttemptedInstance); + var prevHydrationParentFiber = hydrationParentFiber; + if (!nextInstance || !tryHydrate(fiber, nextInstance)) { + // Nothing to hydrate. Make it an insertion. + insertNonHydratedInstance(hydrationParentFiber, fiber); + isHydrating = false; + hydrationParentFiber = fiber; + return; + } // We matched the next one, we'll now assume that the first one was + // superfluous and we'll delete it. Since we can't eagerly delete it + // we'll have to schedule a deletion. To do that, this node needs a dummy + // fiber associated with it. + deleteHydratableInstance(prevHydrationParentFiber, firstAttemptedInstance); + } + } + function prepareToHydrateHostInstance(fiber, rootContainerInstance, hostContext) { + var instance = fiber.stateNode; + var shouldWarnIfMismatchDev = !didSuspendOrErrorDEV; + var updatePayload = hydrateInstance(instance, fiber.type, fiber.memoizedProps, rootContainerInstance, hostContext, fiber, shouldWarnIfMismatchDev); // TODO: Type this specific to this type of component. + fiber.updateQueue = updatePayload; // If the update payload indicates that there is a change or if there + // is a new ref we mark this as an update. + if (updatePayload !== null) return true; + return false; + } + function prepareToHydrateHostTextInstance(fiber) { + var textInstance = fiber.stateNode; + var textContent = fiber.memoizedProps; + var shouldUpdate = hydrateTextInstance(textInstance, textContent, fiber); + if (shouldUpdate) { + // We assume that prepareToHydrateHostTextInstance is called in a context where the + // hydration parent is the parent host component of this host text. + var returnFiber = hydrationParentFiber; + if (returnFiber !== null) switch(returnFiber.tag){ + case HostRoot: + var parentContainer = returnFiber.stateNode.containerInfo; + var isConcurrentMode = (returnFiber.mode & ConcurrentMode) !== NoMode; + didNotMatchHydratedContainerTextInstance(parentContainer, textInstance, textContent, isConcurrentMode); + break; + case HostComponent: + var parentType = returnFiber.type; + var parentProps = returnFiber.memoizedProps; + var parentInstance = returnFiber.stateNode; + var _isConcurrentMode2 = (returnFiber.mode & ConcurrentMode) !== NoMode; + didNotMatchHydratedTextInstance(parentType, parentProps, parentInstance, textInstance, textContent, _isConcurrentMode2); + break; + } + } + return shouldUpdate; + } + function prepareToHydrateHostSuspenseInstance(fiber) { + var suspenseState = fiber.memoizedState; + var suspenseInstance = suspenseState !== null ? suspenseState.dehydrated : null; + if (!suspenseInstance) throw new Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue."); + hydrateSuspenseInstance(suspenseInstance, fiber); + } + function skipPastDehydratedSuspenseInstance(fiber) { + var suspenseState = fiber.memoizedState; + var suspenseInstance = suspenseState !== null ? suspenseState.dehydrated : null; + if (!suspenseInstance) throw new Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue."); + return getNextHydratableInstanceAfterSuspenseInstance(suspenseInstance); + } + function popToNextHostParent(fiber) { + var parent = fiber.return; + while(parent !== null && parent.tag !== HostComponent && parent.tag !== HostRoot && parent.tag !== SuspenseComponent)parent = parent.return; + hydrationParentFiber = parent; + } + function popHydrationState(fiber) { + if (fiber !== hydrationParentFiber) // We're deeper than the current hydration context, inside an inserted + // tree. + return false; + if (!isHydrating) { + // If we're not currently hydrating but we're in a hydration context, then + // we were an insertion and now need to pop up reenter hydration of our + // siblings. + popToNextHostParent(fiber); + isHydrating = true; + return false; + } // If we have any remaining hydratable nodes, we need to delete them now. + // We only do this deeper than head and body since they tend to have random + // other nodes in them. We also ignore components with pure text content in + // side of them. We also don't delete anything inside the root container. + if (fiber.tag !== HostRoot && (fiber.tag !== HostComponent || shouldDeleteUnhydratedTailInstances(fiber.type) && !shouldSetTextContent(fiber.type, fiber.memoizedProps))) { + var nextInstance = nextHydratableInstance; + if (nextInstance) { + if (shouldClientRenderOnMismatch(fiber)) { + warnIfUnhydratedTailNodes(fiber); + throwOnHydrationMismatch(); + } else while(nextInstance){ + deleteHydratableInstance(fiber, nextInstance); + nextInstance = getNextHydratableSibling(nextInstance); + } + } + } + popToNextHostParent(fiber); + if (fiber.tag === SuspenseComponent) nextHydratableInstance = skipPastDehydratedSuspenseInstance(fiber); + else nextHydratableInstance = hydrationParentFiber ? getNextHydratableSibling(fiber.stateNode) : null; + return true; + } + function hasUnhydratedTailNodes() { + return isHydrating && nextHydratableInstance !== null; + } + function warnIfUnhydratedTailNodes(fiber) { + var nextInstance = nextHydratableInstance; + while(nextInstance){ + warnUnhydratedInstance(fiber, nextInstance); + nextInstance = getNextHydratableSibling(nextInstance); + } + } + function resetHydrationState() { + hydrationParentFiber = null; + nextHydratableInstance = null; + isHydrating = false; + didSuspendOrErrorDEV = false; + } + function upgradeHydrationErrorsToRecoverable() { + if (hydrationErrors !== null) { + // Successfully completed a forced client render. The errors that occurred + // during the hydration attempt are now recovered. We will log them in + // commit phase, once the entire tree has finished. + queueRecoverableErrors(hydrationErrors); + hydrationErrors = null; + } + } + function getIsHydrating() { + return isHydrating; + } + function queueHydrationError(error) { + if (hydrationErrors === null) hydrationErrors = [ + error + ]; + else hydrationErrors.push(error); + } + var ReactCurrentBatchConfig$1 = ReactSharedInternals.ReactCurrentBatchConfig; + var NoTransition = null; + function requestCurrentTransition() { + return ReactCurrentBatchConfig$1.transition; + } + var ReactStrictModeWarnings = { + recordUnsafeLifecycleWarnings: function(fiber, instance) {}, + flushPendingUnsafeLifecycleWarnings: function() {}, + recordLegacyContextWarning: function(fiber, instance) {}, + flushLegacyContextWarning: function() {}, + discardPendingWarnings: function() {} + }; + var findStrictRoot = function(fiber) { + var maybeStrictRoot = null; + var node = fiber; + while(node !== null){ + if (node.mode & StrictLegacyMode) maybeStrictRoot = node; + node = node.return; + } + return maybeStrictRoot; + }; + var setToSortedString = function(set) { + var array = []; + set.forEach(function(value) { + array.push(value); + }); + return array.sort().join(", "); + }; + var pendingComponentWillMountWarnings = []; + var pendingUNSAFE_ComponentWillMountWarnings = []; + var pendingComponentWillReceivePropsWarnings = []; + var pendingUNSAFE_ComponentWillReceivePropsWarnings = []; + var pendingComponentWillUpdateWarnings = []; + var pendingUNSAFE_ComponentWillUpdateWarnings = []; // Tracks components we have already warned about. + var didWarnAboutUnsafeLifecycles = new Set(); + ReactStrictModeWarnings.recordUnsafeLifecycleWarnings = function(fiber, instance) { + // Dedupe strategy: Warn once per component. + if (didWarnAboutUnsafeLifecycles.has(fiber.type)) return; + if (typeof instance.componentWillMount === "function" && instance.componentWillMount.__suppressDeprecationWarning !== true) pendingComponentWillMountWarnings.push(fiber); + if (fiber.mode & StrictLegacyMode && typeof instance.UNSAFE_componentWillMount === "function") pendingUNSAFE_ComponentWillMountWarnings.push(fiber); + if (typeof instance.componentWillReceiveProps === "function" && instance.componentWillReceiveProps.__suppressDeprecationWarning !== true) pendingComponentWillReceivePropsWarnings.push(fiber); + if (fiber.mode & StrictLegacyMode && typeof instance.UNSAFE_componentWillReceiveProps === "function") pendingUNSAFE_ComponentWillReceivePropsWarnings.push(fiber); + if (typeof instance.componentWillUpdate === "function" && instance.componentWillUpdate.__suppressDeprecationWarning !== true) pendingComponentWillUpdateWarnings.push(fiber); + if (fiber.mode & StrictLegacyMode && typeof instance.UNSAFE_componentWillUpdate === "function") pendingUNSAFE_ComponentWillUpdateWarnings.push(fiber); + }; + ReactStrictModeWarnings.flushPendingUnsafeLifecycleWarnings = function() { + // We do an initial pass to gather component names + var componentWillMountUniqueNames = new Set(); + if (pendingComponentWillMountWarnings.length > 0) { + pendingComponentWillMountWarnings.forEach(function(fiber) { + componentWillMountUniqueNames.add(getComponentNameFromFiber(fiber) || "Component"); + didWarnAboutUnsafeLifecycles.add(fiber.type); + }); + pendingComponentWillMountWarnings = []; + } + var UNSAFE_componentWillMountUniqueNames = new Set(); + if (pendingUNSAFE_ComponentWillMountWarnings.length > 0) { + pendingUNSAFE_ComponentWillMountWarnings.forEach(function(fiber) { + UNSAFE_componentWillMountUniqueNames.add(getComponentNameFromFiber(fiber) || "Component"); + didWarnAboutUnsafeLifecycles.add(fiber.type); + }); + pendingUNSAFE_ComponentWillMountWarnings = []; + } + var componentWillReceivePropsUniqueNames = new Set(); + if (pendingComponentWillReceivePropsWarnings.length > 0) { + pendingComponentWillReceivePropsWarnings.forEach(function(fiber) { + componentWillReceivePropsUniqueNames.add(getComponentNameFromFiber(fiber) || "Component"); + didWarnAboutUnsafeLifecycles.add(fiber.type); + }); + pendingComponentWillReceivePropsWarnings = []; + } + var UNSAFE_componentWillReceivePropsUniqueNames = new Set(); + if (pendingUNSAFE_ComponentWillReceivePropsWarnings.length > 0) { + pendingUNSAFE_ComponentWillReceivePropsWarnings.forEach(function(fiber) { + UNSAFE_componentWillReceivePropsUniqueNames.add(getComponentNameFromFiber(fiber) || "Component"); + didWarnAboutUnsafeLifecycles.add(fiber.type); + }); + pendingUNSAFE_ComponentWillReceivePropsWarnings = []; } var componentWillUpdateUniqueNames = new Set(); if (pendingComponentWillUpdateWarnings.length > 0) { pendingComponentWillUpdateWarnings.forEach(function(fiber) { - componentWillUpdateUniqueNames.add(getComponentName(fiber.type) || 'Component'); + componentWillUpdateUniqueNames.add(getComponentNameFromFiber(fiber) || "Component"); didWarnAboutUnsafeLifecycles.add(fiber.type); }); pendingComponentWillUpdateWarnings = []; @@ -11573,7 +14341,7 @@ module.exports = require('./cjs/react-dom.development.js'); var UNSAFE_componentWillUpdateUniqueNames = new Set(); if (pendingUNSAFE_ComponentWillUpdateWarnings.length > 0) { pendingUNSAFE_ComponentWillUpdateWarnings.forEach(function(fiber) { - UNSAFE_componentWillUpdateUniqueNames.add(getComponentName(fiber.type) || 'Component'); + UNSAFE_componentWillUpdateUniqueNames.add(getComponentNameFromFiber(fiber) || "Component"); didWarnAboutUnsafeLifecycles.add(fiber.type); }); pendingUNSAFE_ComponentWillUpdateWarnings = []; @@ -11581,15 +14349,15 @@ module.exports = require('./cjs/react-dom.development.js'); // UNSAFE_ ones before the deprecated ones, since they'll be 'louder' if (UNSAFE_componentWillMountUniqueNames.size > 0) { var sortedNames = setToSortedString(UNSAFE_componentWillMountUniqueNames); - error1("Using UNSAFE_componentWillMount in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.\n\n* Move code with side effects to componentDidMount, and set initial state in the constructor.\n\nPlease update the following components: %s", sortedNames); + error("Using UNSAFE_componentWillMount in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.\n\n* Move code with side effects to componentDidMount, and set initial state in the constructor.\n\nPlease update the following components: %s", sortedNames); } if (UNSAFE_componentWillReceivePropsUniqueNames.size > 0) { var _sortedNames = setToSortedString(UNSAFE_componentWillReceivePropsUniqueNames); - error1("Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.\n\n* Move data fetching code or side effects to componentDidUpdate.\n* If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://reactjs.org/link/derived-state\n\nPlease update the following components: %s", _sortedNames); + error("Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.\n\n* Move data fetching code or side effects to componentDidUpdate.\n* If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://reactjs.org/link/derived-state\n\nPlease update the following components: %s", _sortedNames); } if (UNSAFE_componentWillUpdateUniqueNames.size > 0) { var _sortedNames2 = setToSortedString(UNSAFE_componentWillUpdateUniqueNames); - error1("Using UNSAFE_componentWillUpdate in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.\n\n* Move data fetching code or side effects to componentDidUpdate.\n\nPlease update the following components: %s", _sortedNames2); + error("Using UNSAFE_componentWillUpdate in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.\n\n* Move data fetching code or side effects to componentDidUpdate.\n\nPlease update the following components: %s", _sortedNames2); } if (componentWillMountUniqueNames.size > 0) { var _sortedNames3 = setToSortedString(componentWillMountUniqueNames); @@ -11609,12 +14377,12 @@ module.exports = require('./cjs/react-dom.development.js'); ReactStrictModeWarnings.recordLegacyContextWarning = function(fiber, instance) { var strictRoot = findStrictRoot(fiber); if (strictRoot === null) { - error1("Expected to find a StrictMode component in a strict mode tree. This error is likely caused by a bug in React. Please file an issue."); + error("Expected to find a StrictMode component in a strict mode tree. This error is likely caused by a bug in React. Please file an issue."); return; } // Dedup strategy: Warn once per component. if (didWarnAboutLegacyContext.has(fiber.type)) return; var warningsForRoot = pendingLegacyContextWarning.get(strictRoot); - if (fiber.type.contextTypes != null || fiber.type.childContextTypes != null || instance !== null && typeof instance.getChildContext === 'function') { + if (fiber.type.contextTypes != null || fiber.type.childContextTypes != null || instance !== null && typeof instance.getChildContext === "function") { if (warningsForRoot === undefined) { warningsForRoot = []; pendingLegacyContextWarning.set(strictRoot, warningsForRoot); @@ -11628,13 +14396,13 @@ module.exports = require('./cjs/react-dom.development.js'); var firstFiber = fiberArray[0]; var uniqueNames = new Set(); fiberArray.forEach(function(fiber) { - uniqueNames.add(getComponentName(fiber.type) || 'Component'); + uniqueNames.add(getComponentNameFromFiber(fiber) || "Component"); didWarnAboutLegacyContext.add(fiber.type); }); var sortedNames = setToSortedString(uniqueNames); try { setCurrentFiber(firstFiber); - error1("Legacy context API has been detected within a strict-mode tree.\n\nThe old API will be supported in all 16.x releases, but applications using it should migrate to the new version.\n\nPlease update the following components: %s\n\nLearn more about this warning here: https://reactjs.org/link/legacy-context", sortedNames); + error("Legacy context API has been detected within a strict-mode tree.\n\nThe old API will be supported in all 16.x releases, but applications using it should migrate to the new version.\n\nPlease update the following components: %s\n\nLearn more about this warning here: https://reactjs.org/link/legacy-context", sortedNames); } finally{ resetCurrentFiber(); } @@ -11652,33 +14420,27 @@ module.exports = require('./cjs/react-dom.development.js'); function resolveDefaultProps(Component, baseProps) { if (Component && Component.defaultProps) { // Resolve default props. Taken from ReactElement - var props = _assign({ - }, baseProps); + var props = assign({}, baseProps); var defaultProps = Component.defaultProps; for(var propName in defaultProps)if (props[propName] === undefined) props[propName] = defaultProps[propName]; return props; } return baseProps; } - // Max 31 bit integer. The max integer size in V8 for 32-bit systems. - // Math.pow(2, 30) - 1 - // 0b111111111111111111111111111111 - var MAX_SIGNED_31_BIT_INT = 1073741823; var valueCursor = createCursor(null); var rendererSigil; // Use this to detect multiple renderers using the same context - rendererSigil = { - }; + rendererSigil = {}; var currentlyRenderingFiber = null; var lastContextDependency = null; - var lastContextWithAllBitsObserved = null; + var lastFullyObservedContext = null; var isDisallowedContextReadInDEV = false; function resetContextDependencies() { // This is called right before React yields execution, to ensure `readContext` // cannot be called outside the render phase. currentlyRenderingFiber = null; lastContextDependency = null; - lastContextWithAllBitsObserved = null; + lastFullyObservedContext = null; isDisallowedContextReadInDEV = false; } function enterDisallowedContextReadInDEV() { @@ -11687,29 +14449,18 @@ module.exports = require('./cjs/react-dom.development.js'); function exitDisallowedContextReadInDEV() { isDisallowedContextReadInDEV = false; } - function pushProvider(providerFiber, nextValue) { - var context = providerFiber.type._context; + function pushProvider(providerFiber, context, nextValue) { push(valueCursor, context._currentValue, providerFiber); context._currentValue = nextValue; - if (context._currentRenderer !== undefined && context._currentRenderer !== null && context._currentRenderer !== rendererSigil) error1("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."); + if (context._currentRenderer !== undefined && context._currentRenderer !== null && context._currentRenderer !== rendererSigil) error("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."); context._currentRenderer = rendererSigil; } - function popProvider(providerFiber) { + function popProvider(context, providerFiber) { var currentValue = valueCursor.current; pop(valueCursor, providerFiber); - var context = providerFiber.type._context; context._currentValue = currentValue; } - function calculateChangedBits(context, newValue, oldValue) { - if (objectIs(oldValue, newValue)) // No change - return 0; - else { - var changedBits = typeof context._calculateChangedBits === 'function' ? context._calculateChangedBits(oldValue, newValue) : MAX_SIGNED_31_BIT_INT; - if ((changedBits & MAX_SIGNED_31_BIT_INT) !== changedBits) error1("calculateChangedBits: Expected the return value to be a 31-bit integer. Instead received: %s", changedBits); - return changedBits | 0; - } - } - function scheduleWorkOnParentPath(parent, renderLanes) { + function scheduleContextWorkOnParentPath(parent, renderLanes, propagationRoot) { // Update the child lanes of all the ancestors, including the alternates. var node = parent; while(node !== null){ @@ -11718,11 +14469,15 @@ module.exports = require('./cjs/react-dom.development.js'); node.childLanes = mergeLanes(node.childLanes, renderLanes); if (alternate !== null) alternate.childLanes = mergeLanes(alternate.childLanes, renderLanes); } else if (alternate !== null && !isSubsetOfLanes(alternate.childLanes, renderLanes)) alternate.childLanes = mergeLanes(alternate.childLanes, renderLanes); - else break; + if (node === propagationRoot) break; node = node.return; } + if (node !== propagationRoot) error("Expected to find the propagation root when scheduling context work. This error is likely caused by a bug in React. Please file an issue."); + } + function propagateContextChange(workInProgress, context, renderLanes) { + propagateContextChange_eager(workInProgress, context, renderLanes); } - function propagateContextChange(workInProgress, context, changedBits, renderLanes) { + function propagateContextChange_eager(workInProgress, context, renderLanes) { var fiber = workInProgress.child; if (fiber !== null) // Set the return pointer of the child to the work-in-progress fiber. fiber.return = workInProgress; @@ -11734,21 +14489,35 @@ module.exports = require('./cjs/react-dom.development.js'); var dependency = list.firstContext; while(dependency !== null){ // Check if the context matches. - if (dependency.context === context && (dependency.observedBits & changedBits) !== 0) { + if (dependency.context === context) { // Match! Schedule an update on this fiber. if (fiber.tag === ClassComponent) { // Schedule a force update on the work-in-progress. - var update = createUpdate(NoTimestamp, pickArbitraryLane(renderLanes)); + var lane = pickArbitraryLane(renderLanes); + var update = createUpdate(NoTimestamp, lane); update.tag = ForceUpdate; // TODO: Because we don't have a work-in-progress, this will add the // update to the current fiber, too, which means it will persist even if // this render is thrown away. Since it's a race condition, not sure it's // worth fixing. - enqueueUpdate(fiber, update); + // Inlined `enqueueUpdate` to remove interleaved update check + var updateQueue = fiber.updateQueue; + if (updateQueue === null) ; + else { + var sharedQueue = updateQueue.shared; + var pending = sharedQueue.pending; + if (pending === null) // This is the first update. Create a circular list. + update.next = update; + else { + update.next = pending.next; + pending.next = update; + } + sharedQueue.pending = update; + } } fiber.lanes = mergeLanes(fiber.lanes, renderLanes); var alternate = fiber.alternate; if (alternate !== null) alternate.lanes = mergeLanes(alternate.lanes, renderLanes); - scheduleWorkOnParentPath(fiber.return, renderLanes); // Mark the updated lanes on the list, too. + scheduleContextWorkOnParentPath(fiber.return, renderLanes, workInProgress); // Mark the updated lanes on the list, too. list.lanes = mergeLanes(list.lanes, renderLanes); // Since we already found a match, we can stop traversing the break; } @@ -11756,7 +14525,22 @@ module.exports = require('./cjs/react-dom.development.js'); } } else if (fiber.tag === ContextProvider) // Don't scan deeper if this is a matching provider nextFiber = fiber.type === workInProgress.type ? null : fiber.child; - else // Traverse down. + else if (fiber.tag === DehydratedFragment) { + // If a dehydrated suspense boundary is in this subtree, we don't know + // if it will have any context consumers in it. The best we can do is + // mark it as having updates. + var parentSuspense = fiber.return; + if (parentSuspense === null) throw new Error("We just came from a parent so we must have had a parent. This is a bug in React."); + parentSuspense.lanes = mergeLanes(parentSuspense.lanes, renderLanes); + var _alternate = parentSuspense.alternate; + if (_alternate !== null) _alternate.lanes = mergeLanes(_alternate.lanes, renderLanes); + // This is intentionally passing this fiber as the parent + // because we want to schedule this fiber as having work + // on its children. We'll use the childLanes on + // this fiber to indicate that a context has changed. + scheduleContextWorkOnParentPath(parentSuspense, renderLanes, workInProgress); + nextFiber = fiber.sibling; + } else // Traverse down. nextFiber = fiber.child; if (nextFiber !== null) // Set the return pointer of the child to the work-in-progress fiber. nextFiber.return = fiber; @@ -11785,7 +14569,7 @@ module.exports = require('./cjs/react-dom.development.js'); function prepareToReadContext(workInProgress, renderLanes) { currentlyRenderingFiber = workInProgress; lastContextDependency = null; - lastContextWithAllBitsObserved = null; + lastFullyObservedContext = null; var dependencies = workInProgress.dependencies; if (dependencies !== null) { var firstContext = dependencies.firstContext; @@ -11797,37 +14581,132 @@ module.exports = require('./cjs/react-dom.development.js'); } } } - function readContext(context, observedBits) { + function readContext(context) { // This warning would fire if you read context inside a Hook like useMemo. // Unlike the class check below, it's not enforced in production for perf. - if (isDisallowedContextReadInDEV) error1("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo()."); - if (lastContextWithAllBitsObserved === context) ; - else if (observedBits === false || observedBits === 0) ; + if (isDisallowedContextReadInDEV) error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo()."); + var value = context._currentValue; + if (lastFullyObservedContext === context) ; else { - var resolvedObservedBits; // Avoid deopting on observable arguments or heterogeneous types. - if (typeof observedBits !== 'number' || observedBits === MAX_SIGNED_31_BIT_INT) { - // Observe all updates. - lastContextWithAllBitsObserved = context; - resolvedObservedBits = MAX_SIGNED_31_BIT_INT; - } else resolvedObservedBits = observedBits; var contextItem = { context: context, - observedBits: resolvedObservedBits, + memoizedValue: value, next: null }; if (lastContextDependency === null) { - if (!(currentlyRenderingFiber !== null)) throw Error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo()."); + if (currentlyRenderingFiber === null) throw new Error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo()."); // This is the first dependency for this component. Create a new list. lastContextDependency = contextItem; currentlyRenderingFiber.dependencies = { lanes: NoLanes, - firstContext: contextItem, - responders: null + firstContext: contextItem }; } else // Append a new context item. lastContextDependency = lastContextDependency.next = contextItem; } - return context._currentValue; + return value; + } + // render. When this render exits, either because it finishes or because it is + // interrupted, the interleaved updates will be transferred onto the main part + // of the queue. + var concurrentQueues = null; + function pushConcurrentUpdateQueue(queue) { + if (concurrentQueues === null) concurrentQueues = [ + queue + ]; + else concurrentQueues.push(queue); + } + function finishQueueingConcurrentUpdates() { + // Transfer the interleaved updates onto the main queue. Each queue has a + // `pending` field and an `interleaved` field. When they are not null, they + // point to the last node in a circular linked list. We need to append the + // interleaved list to the end of the pending list by joining them into a + // single, circular list. + if (concurrentQueues !== null) { + for(var i = 0; i < concurrentQueues.length; i++){ + var queue = concurrentQueues[i]; + var lastInterleavedUpdate = queue.interleaved; + if (lastInterleavedUpdate !== null) { + queue.interleaved = null; + var firstInterleavedUpdate = lastInterleavedUpdate.next; + var lastPendingUpdate = queue.pending; + if (lastPendingUpdate !== null) { + var firstPendingUpdate = lastPendingUpdate.next; + lastPendingUpdate.next = firstInterleavedUpdate; + lastInterleavedUpdate.next = firstPendingUpdate; + } + queue.pending = lastInterleavedUpdate; + } + } + concurrentQueues = null; + } + } + function enqueueConcurrentHookUpdate(fiber, queue, update, lane) { + var interleaved = queue.interleaved; + if (interleaved === null) { + // This is the first update. Create a circular list. + update.next = update; // At the end of the current render, this queue's interleaved updates will + // be transferred to the pending queue. + pushConcurrentUpdateQueue(queue); + } else { + update.next = interleaved.next; + interleaved.next = update; + } + queue.interleaved = update; + return markUpdateLaneFromFiberToRoot(fiber, lane); + } + function enqueueConcurrentHookUpdateAndEagerlyBailout(fiber, queue, update, lane) { + var interleaved = queue.interleaved; + if (interleaved === null) { + // This is the first update. Create a circular list. + update.next = update; // At the end of the current render, this queue's interleaved updates will + // be transferred to the pending queue. + pushConcurrentUpdateQueue(queue); + } else { + update.next = interleaved.next; + interleaved.next = update; + } + queue.interleaved = update; + } + function enqueueConcurrentClassUpdate(fiber, queue, update, lane) { + var interleaved = queue.interleaved; + if (interleaved === null) { + // This is the first update. Create a circular list. + update.next = update; // At the end of the current render, this queue's interleaved updates will + // be transferred to the pending queue. + pushConcurrentUpdateQueue(queue); + } else { + update.next = interleaved.next; + interleaved.next = update; + } + queue.interleaved = update; + return markUpdateLaneFromFiberToRoot(fiber, lane); + } + function enqueueConcurrentRenderForLane(fiber, lane) { + return markUpdateLaneFromFiberToRoot(fiber, lane); + } // Calling this function outside this module should only be done for backwards + // compatibility and should always be accompanied by a warning. + var unsafe_markUpdateLaneFromFiberToRoot = markUpdateLaneFromFiberToRoot; + function markUpdateLaneFromFiberToRoot(sourceFiber, lane) { + // Update the source fiber's lanes + sourceFiber.lanes = mergeLanes(sourceFiber.lanes, lane); + var alternate = sourceFiber.alternate; + if (alternate !== null) alternate.lanes = mergeLanes(alternate.lanes, lane); + if (alternate === null && (sourceFiber.flags & (Placement | Hydrating)) !== NoFlags) warnAboutUpdateOnNotYetMountedFiberInDEV(sourceFiber); + var node = sourceFiber; + var parent = sourceFiber.return; + while(parent !== null){ + parent.childLanes = mergeLanes(parent.childLanes, lane); + alternate = parent.alternate; + if (alternate !== null) alternate.childLanes = mergeLanes(alternate.childLanes, lane); + else if ((parent.flags & (Placement | Hydrating)) !== NoFlags) warnAboutUpdateOnNotYetMountedFiberInDEV(sourceFiber); + node = parent; + parent = parent.return; + } + if (node.tag === HostRoot) { + var root = node.stateNode; + return root; + } else return null; } var UpdateState = 0; var ReplaceState = 1; @@ -11846,7 +14725,9 @@ module.exports = require('./cjs/react-dom.development.js'); firstBaseUpdate: null, lastBaseUpdate: null, shared: { - pending: null + pending: null, + interleaved: null, + lanes: NoLanes }, effects: null }; @@ -11878,23 +14759,50 @@ module.exports = require('./cjs/react-dom.development.js'); }; return update; } - function enqueueUpdate(fiber, update) { + function enqueueUpdate(fiber, update, lane) { var updateQueue = fiber.updateQueue; if (updateQueue === null) // Only occurs if the fiber has been unmounted. - return; + return null; var sharedQueue = updateQueue.shared; - var pending = sharedQueue.pending; - if (pending === null) // This is the first update. Create a circular list. - update.next = update; - else { - update.next = pending.next; - pending.next = update; - } - sharedQueue.pending = update; if (currentlyProcessingQueue === sharedQueue && !didWarnUpdateInsideUpdate) { - error1("An update (setState, replaceState, or forceUpdate) was scheduled from inside an update function. Update functions should be pure, with zero side-effects. Consider using componentDidUpdate or a callback."); + error("An update (setState, replaceState, or forceUpdate) was scheduled from inside an update function. Update functions should be pure, with zero side-effects. Consider using componentDidUpdate or a callback."); didWarnUpdateInsideUpdate = true; } + if (isUnsafeClassRenderPhaseUpdate()) { + // This is an unsafe render phase update. Add directly to the update + // queue so we can process it immediately during the current render. + var pending = sharedQueue.pending; + if (pending === null) // This is the first update. Create a circular list. + update.next = update; + else { + update.next = pending.next; + pending.next = update; + } + sharedQueue.pending = update; // Update the childLanes even though we're most likely already rendering + // this fiber. This is for backwards compatibility in the case where you + // update a different component during render phase than the one that is + // currently renderings (a pattern that is accompanied by a warning). + return unsafe_markUpdateLaneFromFiberToRoot(fiber, lane); + } else return enqueueConcurrentClassUpdate(fiber, sharedQueue, update, lane); + } + function entangleTransitions(root, fiber, lane) { + var updateQueue = fiber.updateQueue; + if (updateQueue === null) // Only occurs if the fiber has been unmounted. + return; + var sharedQueue = updateQueue.shared; + if (isTransitionLane(lane)) { + var queueLanes = sharedQueue.lanes; // If any entangled lanes are no longer pending on the root, then they must + // have finished. We can remove them from the shared queue, which represents + // a superset of the actually pending lanes. In some cases we may entangle + // more than we need to, but that's OK. In fact it's worse if we *don't* + // entangle when we should. + queueLanes = intersectLanes(queueLanes, root.pendingLanes); // Entangle the new transition lane with the other transition lanes. + var newQueueLanes = mergeLanes(queueLanes, lane); + sharedQueue.lanes = newQueueLanes; // Even if queue.lanes already include lane, we don't know for certain if + // the lane finished since the last time we entangled it. So we need to + // entangle it again, just to be sure. + markRootEntangled(root, newQueueLanes); + } } function enqueueCapturedUpdate(workInProgress, capturedUpdate) { // Captured updates are updates that are thrown by a child during the render @@ -11932,7 +14840,7 @@ module.exports = require('./cjs/react-dom.development.js'); newLast = clone; } update = update.next; - }while (update !== null) // Append the captured update the end of the cloned list. + }while (update !== null); // Append the captured update the end of the cloned list. if (newLast === null) newFirst = newLast = capturedUpdate; else { newLast.next = capturedUpdate; @@ -11960,15 +14868,15 @@ module.exports = require('./cjs/react-dom.development.js'); switch(update.tag){ case ReplaceState: var payload = update.payload; - if (typeof payload === 'function') { + if (typeof payload === "function") { enterDisallowedContextReadInDEV(); var nextState = payload.call(instance, prevState, nextProps); - if (workInProgress.mode & StrictMode) { - disableLogs(); + if (workInProgress.mode & StrictLegacyMode) { + setIsStrictModeForDevtools(true); try { payload.call(instance, prevState, nextProps); } finally{ - reenableLogs(); + setIsStrictModeForDevtools(false); } } exitDisallowedContextReadInDEV(); @@ -11981,15 +14889,15 @@ module.exports = require('./cjs/react-dom.development.js'); case UpdateState: var _payload = update.payload; var partialState; - if (typeof _payload === 'function') { + if (typeof _payload === "function") { enterDisallowedContextReadInDEV(); partialState = _payload.call(instance, prevState, nextProps); - if (workInProgress.mode & StrictMode) { - disableLogs(); + if (workInProgress.mode & StrictLegacyMode) { + setIsStrictModeForDevtools(true); try { _payload.call(instance, prevState, nextProps); } finally{ - reenableLogs(); + setIsStrictModeForDevtools(false); } } exitDisallowedContextReadInDEV(); @@ -11998,8 +14906,7 @@ module.exports = require('./cjs/react-dom.development.js'); if (partialState === null || partialState === undefined) // Null and undefined are treated as no-ops. return prevState; // Merge the partial state and the previous state. - return _assign({ - }, prevState, partialState); + return assign({}, prevState, partialState); case ForceUpdate: hasForceUpdate = true; return prevState; @@ -12087,7 +14994,8 @@ module.exports = require('./cjs/react-dom.development.js'); } // Process this update. newState = getStateFromUpdate(workInProgress, queue, update, newState, props, instance); var callback = update.callback; - if (callback !== null) { + if (callback !== null && // callback again. + update.lane !== NoLane) { workInProgress.flags |= Callback; var effects = queue.effects; if (effects === null) queue.effects = [ @@ -12112,11 +15020,24 @@ module.exports = require('./cjs/react-dom.development.js'); queue.shared.pending = null; } } - }while (true) + }while (true); if (newLastBaseUpdate === null) newBaseState = newState; queue.baseState = newBaseState; queue.firstBaseUpdate = newFirstBaseUpdate; - queue.lastBaseUpdate = newLastBaseUpdate; // Set the remaining expiration time to be whatever is remaining in the queue. + queue.lastBaseUpdate = newLastBaseUpdate; // Interleaved updates are stored on a separate queue. We aren't going to + // process them during this render, but we do need to track which lanes + // are remaining. + var lastInterleaved = queue.shared.interleaved; + if (lastInterleaved !== null) { + var interleaved = lastInterleaved; + do { + newLanes = mergeLanes(newLanes, interleaved.lane); + interleaved = interleaved.next; + }while (interleaved !== lastInterleaved); + } else if (firstBaseUpdate === null) // `queue.lanes` is used for entangling transitions. We can set it back to + // zero once the queue is empty. + queue.shared.lanes = NoLanes; + // Set the remaining expiration time to be whatever is remaining in the queue. // This should be fine because the only two other things that contribute to // expiration time are props and context. We're already in the middle of the // begin phase by the time we start processing the queue, so we've already @@ -12129,8 +15050,8 @@ module.exports = require('./cjs/react-dom.development.js'); } currentlyProcessingQueue = null; } - function callCallback1(callback, context) { - if (!(typeof callback === 'function')) throw Error("Invalid argument passed as callback. Expected a function. Instead received: " + callback); + function callCallback(callback, context) { + if (typeof callback !== "function") throw new Error("Invalid argument passed as callback. Expected a function. Instead " + ("received: " + callback)); callback.call(context); } function resetHasForceUpdateBeforeProcessing() { @@ -12148,13 +15069,11 @@ module.exports = require('./cjs/react-dom.development.js'); var callback = effect.callback; if (callback !== null) { effect.callback = null; - callCallback1(callback, instance); + callCallback(callback, instance); } } } - var fakeInternalInstance = { - }; - var isArray1 = Array.isArray; // React.Component uses a shared frozen object by default. + var fakeInternalInstance = {}; // React.Component uses a shared frozen object by default. // We'll use it to determine whether we need to initialize legacy refs. var emptyRefsObject = new React.Component().refs; var didWarnAboutStateAssignmentForComponent; @@ -12177,19 +15096,19 @@ module.exports = require('./cjs/react-dom.development.js'); didWarnAboutInvalidateContextType = new Set(); var didWarnOnInvalidCallback = new Set(); warnOnInvalidCallback = function(callback, callerName) { - if (callback === null || typeof callback === 'function') return; - var key = callerName + '_' + callback; + if (callback === null || typeof callback === "function") return; + var key = callerName + "_" + callback; if (!didWarnOnInvalidCallback.has(key)) { didWarnOnInvalidCallback.add(key); - error1("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.", callerName, callback); + error("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.", callerName, callback); } }; warnOnUndefinedDerivedState = function(type, partialState) { if (partialState === undefined) { - var componentName = getComponentName(type) || 'Component'; + var componentName = getComponentNameFromType(type) || "Component"; if (!didWarnAboutUndefinedDerivedState.has(componentName)) { didWarnAboutUndefinedDerivedState.add(componentName); - error1("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.", componentName); + error("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.", componentName); } } }; // This is so gross but it's at least non-critical and can be removed if @@ -12197,28 +15116,27 @@ module.exports = require('./cjs/react-dom.development.js'); // ReactDOM15.unstable_renderSubtreeIntoContainer(reactDOM16Component, // ...)) which otherwise throws a "_processChildContext is not a function" // exception. - Object.defineProperty(fakeInternalInstance, '_processChildContext', { + Object.defineProperty(fakeInternalInstance, "_processChildContext", { enumerable: false, value: function() { - throw Error("_processChildContext is not available in React 16+. This likely means you have multiple copies of React and are attempting to nest a React 15 tree inside a React 16 tree using unstable_renderSubtreeIntoContainer, which isn't supported. Try to make sure you have only one copy of React (and ideally, switch to ReactDOM.createPortal)."); + throw new Error("_processChildContext is not available in React 16+. This likely means you have multiple copies of React and are attempting to nest a React 15 tree inside a React 16 tree using unstable_renderSubtreeIntoContainer, which isn't supported. Try to make sure you have only one copy of React (and ideally, switch to ReactDOM.createPortal)."); } }); Object.freeze(fakeInternalInstance); function applyDerivedStateFromProps(workInProgress, ctor, getDerivedStateFromProps, nextProps) { var prevState = workInProgress.memoizedState; - if (workInProgress.mode & StrictMode) { - disableLogs(); + var partialState = getDerivedStateFromProps(nextProps, prevState); + if (workInProgress.mode & StrictLegacyMode) { + setIsStrictModeForDevtools(true); try { // Invoke the function an extra time to help detect side-effects. - getDerivedStateFromProps(nextProps, prevState); + partialState = getDerivedStateFromProps(nextProps, prevState); } finally{ - reenableLogs(); + setIsStrictModeForDevtools(false); } } - var partialState = getDerivedStateFromProps(nextProps, prevState); warnOnUndefinedDerivedState(ctor, partialState); - var memoizedState = partialState === null || partialState === undefined ? prevState : _assign({ - }, prevState, partialState); + var memoizedState = partialState === null || partialState === undefined ? prevState : assign({}, prevState, partialState); workInProgress.memoizedState = memoizedState; // Once the update queue is empty, persist the derived state onto the // base state. if (workInProgress.lanes === NoLanes) { @@ -12230,60 +15148,72 @@ module.exports = require('./cjs/react-dom.development.js'); var classComponentUpdater = { isMounted: isMounted, enqueueSetState: function(inst, payload, callback) { - var fiber = get1(inst); + var fiber = get(inst); var eventTime = requestEventTime(); var lane = requestUpdateLane(fiber); var update = createUpdate(eventTime, lane); update.payload = payload; if (callback !== undefined && callback !== null) { - warnOnInvalidCallback(callback, 'setState'); + warnOnInvalidCallback(callback, "setState"); update.callback = callback; } - enqueueUpdate(fiber, update); - scheduleUpdateOnFiber(fiber, lane, eventTime); + var root = enqueueUpdate(fiber, update, lane); + if (root !== null) { + scheduleUpdateOnFiber(root, fiber, lane, eventTime); + entangleTransitions(root, fiber, lane); + } + markStateUpdateScheduled(fiber, lane); }, enqueueReplaceState: function(inst, payload, callback) { - var fiber = get1(inst); + var fiber = get(inst); var eventTime = requestEventTime(); var lane = requestUpdateLane(fiber); var update = createUpdate(eventTime, lane); update.tag = ReplaceState; update.payload = payload; if (callback !== undefined && callback !== null) { - warnOnInvalidCallback(callback, 'replaceState'); + warnOnInvalidCallback(callback, "replaceState"); update.callback = callback; } - enqueueUpdate(fiber, update); - scheduleUpdateOnFiber(fiber, lane, eventTime); + var root = enqueueUpdate(fiber, update, lane); + if (root !== null) { + scheduleUpdateOnFiber(root, fiber, lane, eventTime); + entangleTransitions(root, fiber, lane); + } + markStateUpdateScheduled(fiber, lane); }, enqueueForceUpdate: function(inst, callback) { - var fiber = get1(inst); + var fiber = get(inst); var eventTime = requestEventTime(); var lane = requestUpdateLane(fiber); var update = createUpdate(eventTime, lane); update.tag = ForceUpdate; if (callback !== undefined && callback !== null) { - warnOnInvalidCallback(callback, 'forceUpdate'); + warnOnInvalidCallback(callback, "forceUpdate"); update.callback = callback; } - enqueueUpdate(fiber, update); - scheduleUpdateOnFiber(fiber, lane, eventTime); + var root = enqueueUpdate(fiber, update, lane); + if (root !== null) { + scheduleUpdateOnFiber(root, fiber, lane, eventTime); + entangleTransitions(root, fiber, lane); + } + markForceUpdateScheduled(fiber, lane); } }; function checkShouldComponentUpdate(workInProgress, ctor, oldProps, newProps, oldState, newState, nextContext) { var instance = workInProgress.stateNode; - if (typeof instance.shouldComponentUpdate === 'function') { - if (workInProgress.mode & StrictMode) { - disableLogs(); + if (typeof instance.shouldComponentUpdate === "function") { + var shouldUpdate = instance.shouldComponentUpdate(newProps, newState, nextContext); + if (workInProgress.mode & StrictLegacyMode) { + setIsStrictModeForDevtools(true); try { // Invoke the function an extra time to help detect side-effects. - instance.shouldComponentUpdate(newProps, newState, nextContext); + shouldUpdate = instance.shouldComponentUpdate(newProps, newState, nextContext); } finally{ - reenableLogs(); + setIsStrictModeForDevtools(false); } } - var shouldUpdate = instance.shouldComponentUpdate(newProps, newState, nextContext); - if (shouldUpdate === undefined) error1("%s.shouldComponentUpdate(): Returned undefined instead of a boolean value. Make sure to return true or false.", getComponentName(ctor) || 'Component'); + if (shouldUpdate === undefined) error("%s.shouldComponentUpdate(): Returned undefined instead of a boolean value. Make sure to return true or false.", getComponentNameFromType(ctor) || "Component"); return shouldUpdate; } if (ctor.prototype && ctor.prototype.isPureReactComponent) return !shallowEqual(oldProps, newProps) || !shallowEqual(oldState, newState); @@ -12291,45 +15221,45 @@ module.exports = require('./cjs/react-dom.development.js'); } function checkClassInstance(workInProgress, ctor, newProps) { var instance = workInProgress.stateNode; - var name = getComponentName(ctor) || 'Component'; + var name = getComponentNameFromType(ctor) || "Component"; var renderPresent = instance.render; if (!renderPresent) { - if (ctor.prototype && typeof ctor.prototype.render === 'function') error1("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?", name); - else error1("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.", name); - } - if (instance.getInitialState && !instance.getInitialState.isReactClassApproved && !instance.state) error1("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?", name); - if (instance.getDefaultProps && !instance.getDefaultProps.isReactClassApproved) error1("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.", name); - if (instance.propTypes) error1("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.", name); - if (instance.contextType) error1("contextType was defined as an instance property on %s. Use a static property to define contextType instead.", name); - if (instance.contextTypes) error1("contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead.", name); + if (ctor.prototype && typeof ctor.prototype.render === "function") error("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?", name); + else error("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.", name); + } + if (instance.getInitialState && !instance.getInitialState.isReactClassApproved && !instance.state) error("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?", name); + if (instance.getDefaultProps && !instance.getDefaultProps.isReactClassApproved) error("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.", name); + if (instance.propTypes) error("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.", name); + if (instance.contextType) error("contextType was defined as an instance property on %s. Use a static property to define contextType instead.", name); + if (instance.contextTypes) error("contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead.", name); if (ctor.contextType && ctor.contextTypes && !didWarnAboutContextTypeAndContextTypes.has(ctor)) { didWarnAboutContextTypeAndContextTypes.add(ctor); - error1("%s declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.", name); - } - if (typeof instance.componentShouldUpdate === 'function') error1("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.", name); - if (ctor.prototype && ctor.prototype.isPureReactComponent && typeof instance.shouldComponentUpdate !== 'undefined') error1("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.", getComponentName(ctor) || 'A pure component'); - if (typeof instance.componentDidUnmount === 'function') error1("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?", name); - if (typeof instance.componentDidReceiveProps === 'function') error1("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().", name); - if (typeof instance.componentWillRecieveProps === 'function') error1("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?", name); - if (typeof instance.UNSAFE_componentWillRecieveProps === 'function') error1("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?", name); + error("%s declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.", name); + } + if (typeof instance.componentShouldUpdate === "function") error("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.", name); + if (ctor.prototype && ctor.prototype.isPureReactComponent && typeof instance.shouldComponentUpdate !== "undefined") error("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.", getComponentNameFromType(ctor) || "A pure component"); + if (typeof instance.componentDidUnmount === "function") error("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?", name); + if (typeof instance.componentDidReceiveProps === "function") error("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().", name); + if (typeof instance.componentWillRecieveProps === "function") error("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?", name); + if (typeof instance.UNSAFE_componentWillRecieveProps === "function") error("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?", name); var hasMutatedProps = instance.props !== newProps; - if (instance.props !== undefined && hasMutatedProps) error1("%s(...): When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.", name, name); - if (instance.defaultProps) error1("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.", name, name); - if (typeof instance.getSnapshotBeforeUpdate === 'function' && typeof instance.componentDidUpdate !== 'function' && !didWarnAboutGetSnapshotBeforeUpdateWithoutDidUpdate.has(ctor)) { + if (instance.props !== undefined && hasMutatedProps) error("%s(...): When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.", name, name); + if (instance.defaultProps) error("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.", name, name); + if (typeof instance.getSnapshotBeforeUpdate === "function" && typeof instance.componentDidUpdate !== "function" && !didWarnAboutGetSnapshotBeforeUpdateWithoutDidUpdate.has(ctor)) { didWarnAboutGetSnapshotBeforeUpdateWithoutDidUpdate.add(ctor); - error1("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.", getComponentName(ctor)); + error("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.", getComponentNameFromType(ctor)); } - if (typeof instance.getDerivedStateFromProps === 'function') error1("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.", name); - if (typeof instance.getDerivedStateFromError === 'function') error1("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.", name); - if (typeof ctor.getSnapshotBeforeUpdate === 'function') error1("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.", name); + if (typeof instance.getDerivedStateFromProps === "function") error("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.", name); + if (typeof instance.getDerivedStateFromError === "function") error("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.", name); + if (typeof ctor.getSnapshotBeforeUpdate === "function") error("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.", name); var _state = instance.state; - if (_state && (typeof _state !== 'object' || isArray1(_state))) error1('%s.state: must be set to an object or null', name); - if (typeof instance.getChildContext === 'function' && typeof ctor.childContextTypes !== 'object') error1("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().", name); + if (_state && (typeof _state !== "object" || isArray(_state))) error("%s.state: must be set to an object or null", name); + if (typeof instance.getChildContext === "function" && typeof ctor.childContextTypes !== "object") error("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().", name); } function adoptClassInstance(workInProgress, instance) { instance.updater = classComponentUpdater; workInProgress.stateNode = instance; // The instance needs access to the fiber so that it can schedule updates - set1(instance, workInProgress); + set(instance, workInProgress); instance._reactInternalInstance = fakeInternalInstance; } function constructClassInstance(workInProgress, ctor, props) { @@ -12337,63 +15267,63 @@ module.exports = require('./cjs/react-dom.development.js'); var unmaskedContext = emptyContextObject; var context = emptyContextObject; var contextType = ctor.contextType; - if ('contextType' in ctor) { + if ("contextType" in ctor) { var isValid = contextType === null || contextType !== undefined && contextType.$$typeof === REACT_CONTEXT_TYPE && contextType._context === undefined; // Not a if (!isValid && !didWarnAboutInvalidateContextType.has(ctor)) { didWarnAboutInvalidateContextType.add(ctor); - var addendum = ''; + var addendum = ""; if (contextType === undefined) addendum = " However, it is set to undefined. This can be caused by a typo or by mixing up named and default imports. This can also happen due to a circular dependency, so try moving the createContext() call to a separate file."; - else if (typeof contextType !== 'object') addendum = ' However, it is set to a ' + typeof contextType + '.'; - else if (contextType.$$typeof === REACT_PROVIDER_TYPE) addendum = ' Did you accidentally pass the Context.Provider instead?'; + else if (typeof contextType !== "object") addendum = " However, it is set to a " + typeof contextType + "."; + else if (contextType.$$typeof === REACT_PROVIDER_TYPE) addendum = " Did you accidentally pass the Context.Provider instead?"; else if (contextType._context !== undefined) // - addendum = ' Did you accidentally pass the Context.Consumer instead?'; - else addendum = ' However, it is set to an object with keys {' + Object.keys(contextType).join(', ') + '}.'; - error1("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s", getComponentName(ctor) || 'Component', addendum); + addendum = " Did you accidentally pass the Context.Consumer instead?"; + else addendum = " However, it is set to an object with keys {" + Object.keys(contextType).join(", ") + "}."; + error("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s", getComponentNameFromType(ctor) || "Component", addendum); } } - if (typeof contextType === 'object' && contextType !== null) context = readContext(contextType); + if (typeof contextType === "object" && contextType !== null) context = readContext(contextType); else { unmaskedContext = getUnmaskedContext(workInProgress, ctor, true); var contextTypes = ctor.contextTypes; isLegacyContextConsumer = contextTypes !== null && contextTypes !== undefined; context = isLegacyContextConsumer ? getMaskedContext(workInProgress, unmaskedContext) : emptyContextObject; - } // Instantiate twice to help detect side-effects. - if (workInProgress.mode & StrictMode) { - disableLogs(); + } + var instance = new ctor(props, context); // Instantiate twice to help detect side-effects. + if (workInProgress.mode & StrictLegacyMode) { + setIsStrictModeForDevtools(true); try { - new ctor(props, context); // eslint-disable-line no-new + instance = new ctor(props, context); // eslint-disable-line no-new } finally{ - reenableLogs(); + setIsStrictModeForDevtools(false); } } - var instance = new ctor(props, context); var state = workInProgress.memoizedState = instance.state !== null && instance.state !== undefined ? instance.state : null; adoptClassInstance(workInProgress, instance); - if (typeof ctor.getDerivedStateFromProps === 'function' && state === null) { - var componentName = getComponentName(ctor) || 'Component'; + if (typeof ctor.getDerivedStateFromProps === "function" && state === null) { + var componentName = getComponentNameFromType(ctor) || "Component"; if (!didWarnAboutUninitializedState.has(componentName)) { didWarnAboutUninitializedState.add(componentName); - error1("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.", componentName, instance.state === null ? 'null' : 'undefined', componentName); + error("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.", componentName, instance.state === null ? "null" : "undefined", componentName); } } // If new component APIs are defined, "unsafe" lifecycles won't be called. // Warn about these lifecycles if they are present. // Don't warn about react-lifecycles-compat polyfilled methods though. - if (typeof ctor.getDerivedStateFromProps === 'function' || typeof instance.getSnapshotBeforeUpdate === 'function') { + if (typeof ctor.getDerivedStateFromProps === "function" || typeof instance.getSnapshotBeforeUpdate === "function") { var foundWillMountName = null; var foundWillReceivePropsName = null; var foundWillUpdateName = null; - if (typeof instance.componentWillMount === 'function' && instance.componentWillMount.__suppressDeprecationWarning !== true) foundWillMountName = 'componentWillMount'; - else if (typeof instance.UNSAFE_componentWillMount === 'function') foundWillMountName = 'UNSAFE_componentWillMount'; - if (typeof instance.componentWillReceiveProps === 'function' && instance.componentWillReceiveProps.__suppressDeprecationWarning !== true) foundWillReceivePropsName = 'componentWillReceiveProps'; - else if (typeof instance.UNSAFE_componentWillReceiveProps === 'function') foundWillReceivePropsName = 'UNSAFE_componentWillReceiveProps'; - if (typeof instance.componentWillUpdate === 'function' && instance.componentWillUpdate.__suppressDeprecationWarning !== true) foundWillUpdateName = 'componentWillUpdate'; - else if (typeof instance.UNSAFE_componentWillUpdate === 'function') foundWillUpdateName = 'UNSAFE_componentWillUpdate'; + if (typeof instance.componentWillMount === "function" && instance.componentWillMount.__suppressDeprecationWarning !== true) foundWillMountName = "componentWillMount"; + else if (typeof instance.UNSAFE_componentWillMount === "function") foundWillMountName = "UNSAFE_componentWillMount"; + if (typeof instance.componentWillReceiveProps === "function" && instance.componentWillReceiveProps.__suppressDeprecationWarning !== true) foundWillReceivePropsName = "componentWillReceiveProps"; + else if (typeof instance.UNSAFE_componentWillReceiveProps === "function") foundWillReceivePropsName = "UNSAFE_componentWillReceiveProps"; + if (typeof instance.componentWillUpdate === "function" && instance.componentWillUpdate.__suppressDeprecationWarning !== true) foundWillUpdateName = "componentWillUpdate"; + else if (typeof instance.UNSAFE_componentWillUpdate === "function") foundWillUpdateName = "UNSAFE_componentWillUpdate"; if (foundWillMountName !== null || foundWillReceivePropsName !== null || foundWillUpdateName !== null) { - var _componentName = getComponentName(ctor) || 'Component'; - var newApiName = typeof ctor.getDerivedStateFromProps === 'function' ? 'getDerivedStateFromProps()' : 'getSnapshotBeforeUpdate()'; + var _componentName = getComponentNameFromType(ctor) || "Component"; + var newApiName = typeof ctor.getDerivedStateFromProps === "function" ? "getDerivedStateFromProps()" : "getSnapshotBeforeUpdate()"; if (!didWarnAboutLegacyLifecyclesAndDerivedState.has(_componentName)) { didWarnAboutLegacyLifecyclesAndDerivedState.add(_componentName); - error1("Unsafe legacy lifecycles will not be called for components using new component APIs.\n\n%s uses %s but also contains the following legacy lifecycles:%s%s%s\n\nThe above lifecycles should be removed. Learn more about this warning here:\nhttps://reactjs.org/link/unsafe-component-lifecycles", _componentName, newApiName, foundWillMountName !== null ? "\n " + foundWillMountName : '', foundWillReceivePropsName !== null ? "\n " + foundWillReceivePropsName : '', foundWillUpdateName !== null ? "\n " + foundWillUpdateName : ''); + error("Unsafe legacy lifecycles will not be called for components using new component APIs.\n\n%s uses %s but also contains the following legacy lifecycles:%s%s%s\n\nThe above lifecycles should be removed. Learn more about this warning here:\nhttps://reactjs.org/link/unsafe-component-lifecycles", _componentName, newApiName, foundWillMountName !== null ? "\n " + foundWillMountName : "", foundWillReceivePropsName !== null ? "\n " + foundWillReceivePropsName : "", foundWillUpdateName !== null ? "\n " + foundWillUpdateName : ""); } } } @@ -12403,22 +15333,22 @@ module.exports = require('./cjs/react-dom.development.js'); } function callComponentWillMount(workInProgress, instance) { var oldState = instance.state; - if (typeof instance.componentWillMount === 'function') instance.componentWillMount(); - if (typeof instance.UNSAFE_componentWillMount === 'function') instance.UNSAFE_componentWillMount(); + if (typeof instance.componentWillMount === "function") instance.componentWillMount(); + if (typeof instance.UNSAFE_componentWillMount === "function") instance.UNSAFE_componentWillMount(); if (oldState !== instance.state) { - error1("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.", getComponentName(workInProgress.type) || 'Component'); + error("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.", getComponentNameFromFiber(workInProgress) || "Component"); classComponentUpdater.enqueueReplaceState(instance, instance.state, null); } } function callComponentWillReceiveProps(workInProgress, instance, newProps, nextContext) { var oldState = instance.state; - if (typeof instance.componentWillReceiveProps === 'function') instance.componentWillReceiveProps(newProps, nextContext); - if (typeof instance.UNSAFE_componentWillReceiveProps === 'function') instance.UNSAFE_componentWillReceiveProps(newProps, nextContext); + if (typeof instance.componentWillReceiveProps === "function") instance.componentWillReceiveProps(newProps, nextContext); + if (typeof instance.UNSAFE_componentWillReceiveProps === "function") instance.UNSAFE_componentWillReceiveProps(newProps, nextContext); if (instance.state !== oldState) { - var componentName = getComponentName(workInProgress.type) || 'Component'; + var componentName = getComponentNameFromFiber(workInProgress) || "Component"; if (!didWarnAboutStateAssignmentForComponent.has(componentName)) { didWarnAboutStateAssignmentForComponent.add(componentName); - error1("%s.componentWillReceiveProps(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.", componentName); + error("%s.componentWillReceiveProps(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.", componentName); } classComponentUpdater.enqueueReplaceState(instance, instance.state, null); } @@ -12431,35 +15361,39 @@ module.exports = require('./cjs/react-dom.development.js'); instance.refs = emptyRefsObject; initializeUpdateQueue(workInProgress); var contextType = ctor.contextType; - if (typeof contextType === 'object' && contextType !== null) instance.context = readContext(contextType); + if (typeof contextType === "object" && contextType !== null) instance.context = readContext(contextType); else { var unmaskedContext = getUnmaskedContext(workInProgress, ctor, true); instance.context = getMaskedContext(workInProgress, unmaskedContext); } if (instance.state === newProps) { - var componentName = getComponentName(ctor) || 'Component'; + var componentName = getComponentNameFromType(ctor) || "Component"; if (!didWarnAboutDirectlyAssigningPropsToState.has(componentName)) { didWarnAboutDirectlyAssigningPropsToState.add(componentName); - error1("%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.", componentName); + error("%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.", componentName); } } - if (workInProgress.mode & StrictMode) ReactStrictModeWarnings.recordLegacyContextWarning(workInProgress, instance); + if (workInProgress.mode & StrictLegacyMode) ReactStrictModeWarnings.recordLegacyContextWarning(workInProgress, instance); ReactStrictModeWarnings.recordUnsafeLifecycleWarnings(workInProgress, instance); - processUpdateQueue(workInProgress, newProps, instance, renderLanes); instance.state = workInProgress.memoizedState; var getDerivedStateFromProps = ctor.getDerivedStateFromProps; - if (typeof getDerivedStateFromProps === 'function') { + if (typeof getDerivedStateFromProps === "function") { applyDerivedStateFromProps(workInProgress, ctor, getDerivedStateFromProps, newProps); instance.state = workInProgress.memoizedState; } // In order to support react-lifecycles-compat polyfilled components, // Unsafe lifecycles should not be invoked for components using the new APIs. - if (typeof ctor.getDerivedStateFromProps !== 'function' && typeof instance.getSnapshotBeforeUpdate !== 'function' && (typeof instance.UNSAFE_componentWillMount === 'function' || typeof instance.componentWillMount === 'function')) { + if (typeof ctor.getDerivedStateFromProps !== "function" && typeof instance.getSnapshotBeforeUpdate !== "function" && (typeof instance.UNSAFE_componentWillMount === "function" || typeof instance.componentWillMount === "function")) { callComponentWillMount(workInProgress, instance); // If we had additional state updates during this life-cycle, let's // process them now. processUpdateQueue(workInProgress, newProps, instance, renderLanes); instance.state = workInProgress.memoizedState; } - if (typeof instance.componentDidMount === 'function') workInProgress.flags |= Update; + if (typeof instance.componentDidMount === "function") { + var fiberFlags = Update; + fiberFlags |= LayoutStatic; + if ((workInProgress.mode & StrictEffectsMode) !== NoMode) fiberFlags |= MountLayoutDev; + workInProgress.flags |= fiberFlags; + } } function resumeMountClassInstance(workInProgress, ctor, newProps, renderLanes) { var instance = workInProgress.stateNode; @@ -12468,18 +15402,18 @@ module.exports = require('./cjs/react-dom.development.js'); var oldContext = instance.context; var contextType = ctor.contextType; var nextContext = emptyContextObject; - if (typeof contextType === 'object' && contextType !== null) nextContext = readContext(contextType); + if (typeof contextType === "object" && contextType !== null) nextContext = readContext(contextType); else { var nextLegacyUnmaskedContext = getUnmaskedContext(workInProgress, ctor, true); nextContext = getMaskedContext(workInProgress, nextLegacyUnmaskedContext); } var getDerivedStateFromProps = ctor.getDerivedStateFromProps; - var hasNewLifecycles = typeof getDerivedStateFromProps === 'function' || typeof instance.getSnapshotBeforeUpdate === 'function'; // Note: During these life-cycles, instance.props/instance.state are what + var hasNewLifecycles = typeof getDerivedStateFromProps === "function" || typeof instance.getSnapshotBeforeUpdate === "function"; // Note: During these life-cycles, instance.props/instance.state are what // ever the previously attempted to render - not the "current". However, // during componentDidUpdate we pass the "current" props. // In order to support react-lifecycles-compat polyfilled components, // Unsafe lifecycles should not be invoked for components using the new APIs. - if (!hasNewLifecycles && (typeof instance.UNSAFE_componentWillReceiveProps === 'function' || typeof instance.componentWillReceiveProps === 'function')) { + if (!hasNewLifecycles && (typeof instance.UNSAFE_componentWillReceiveProps === "function" || typeof instance.componentWillReceiveProps === "function")) { if (oldProps !== newProps || oldContext !== nextContext) callComponentWillReceiveProps(workInProgress, instance, newProps, nextContext); } resetHasForceUpdateBeforeProcessing(); @@ -12490,10 +15424,15 @@ module.exports = require('./cjs/react-dom.development.js'); if (oldProps === newProps && oldState === newState && !hasContextChanged() && !checkHasForceUpdateAfterProcessing()) { // If an update was already in progress, we should schedule an Update // effect even though we're bailing out, so that cWU/cDU are called. - if (typeof instance.componentDidMount === 'function') workInProgress.flags |= Update; + if (typeof instance.componentDidMount === "function") { + var fiberFlags = Update; + fiberFlags |= LayoutStatic; + if ((workInProgress.mode & StrictEffectsMode) !== NoMode) fiberFlags |= MountLayoutDev; + workInProgress.flags |= fiberFlags; + } return false; } - if (typeof getDerivedStateFromProps === 'function') { + if (typeof getDerivedStateFromProps === "function") { applyDerivedStateFromProps(workInProgress, ctor, getDerivedStateFromProps, newProps); newState = workInProgress.memoizedState; } @@ -12501,16 +15440,25 @@ module.exports = require('./cjs/react-dom.development.js'); if (shouldUpdate) { // In order to support react-lifecycles-compat polyfilled components, // Unsafe lifecycles should not be invoked for components using the new APIs. - if (!hasNewLifecycles && (typeof instance.UNSAFE_componentWillMount === 'function' || typeof instance.componentWillMount === 'function')) { - if (typeof instance.componentWillMount === 'function') instance.componentWillMount(); - if (typeof instance.UNSAFE_componentWillMount === 'function') instance.UNSAFE_componentWillMount(); + if (!hasNewLifecycles && (typeof instance.UNSAFE_componentWillMount === "function" || typeof instance.componentWillMount === "function")) { + if (typeof instance.componentWillMount === "function") instance.componentWillMount(); + if (typeof instance.UNSAFE_componentWillMount === "function") instance.UNSAFE_componentWillMount(); + } + if (typeof instance.componentDidMount === "function") { + var _fiberFlags = Update; + _fiberFlags |= LayoutStatic; + if ((workInProgress.mode & StrictEffectsMode) !== NoMode) _fiberFlags |= MountLayoutDev; + workInProgress.flags |= _fiberFlags; } - if (typeof instance.componentDidMount === 'function') workInProgress.flags |= Update; } else { // If an update was already in progress, we should schedule an Update // effect even though we're bailing out, so that cWU/cDU are called. - if (typeof instance.componentDidMount === 'function') workInProgress.flags |= Update; - // If shouldComponentUpdate returned false, we should still update the + if (typeof instance.componentDidMount === "function") { + var _fiberFlags2 = Update; + _fiberFlags2 |= LayoutStatic; + if ((workInProgress.mode & StrictEffectsMode) !== NoMode) _fiberFlags2 |= MountLayoutDev; + workInProgress.flags |= _fiberFlags2; + } // If shouldComponentUpdate returned false, we should still update the // memoized state to indicate that this work can be reused. workInProgress.memoizedProps = newProps; workInProgress.memoizedState = newState; @@ -12531,18 +15479,18 @@ module.exports = require('./cjs/react-dom.development.js'); var oldContext = instance.context; var contextType = ctor.contextType; var nextContext = emptyContextObject; - if (typeof contextType === 'object' && contextType !== null) nextContext = readContext(contextType); + if (typeof contextType === "object" && contextType !== null) nextContext = readContext(contextType); else { var nextUnmaskedContext = getUnmaskedContext(workInProgress, ctor, true); nextContext = getMaskedContext(workInProgress, nextUnmaskedContext); } var getDerivedStateFromProps = ctor.getDerivedStateFromProps; - var hasNewLifecycles = typeof getDerivedStateFromProps === 'function' || typeof instance.getSnapshotBeforeUpdate === 'function'; // Note: During these life-cycles, instance.props/instance.state are what + var hasNewLifecycles = typeof getDerivedStateFromProps === "function" || typeof instance.getSnapshotBeforeUpdate === "function"; // Note: During these life-cycles, instance.props/instance.state are what // ever the previously attempted to render - not the "current". However, // during componentDidUpdate we pass the "current" props. // In order to support react-lifecycles-compat polyfilled components, // Unsafe lifecycles should not be invoked for components using the new APIs. - if (!hasNewLifecycles && (typeof instance.UNSAFE_componentWillReceiveProps === 'function' || typeof instance.componentWillReceiveProps === 'function')) { + if (!hasNewLifecycles && (typeof instance.UNSAFE_componentWillReceiveProps === "function" || typeof instance.componentWillReceiveProps === "function")) { if (unresolvedOldProps !== unresolvedNewProps || oldContext !== nextContext) callComponentWillReceiveProps(workInProgress, instance, newProps, nextContext); } resetHasForceUpdateBeforeProcessing(); @@ -12550,38 +15498,41 @@ module.exports = require('./cjs/react-dom.development.js'); var newState = instance.state = oldState; processUpdateQueue(workInProgress, newProps, instance, renderLanes); newState = workInProgress.memoizedState; - if (unresolvedOldProps === unresolvedNewProps && oldState === newState && !hasContextChanged() && !checkHasForceUpdateAfterProcessing()) { + if (unresolvedOldProps === unresolvedNewProps && oldState === newState && !hasContextChanged() && !checkHasForceUpdateAfterProcessing() && !enableLazyContextPropagation) { // If an update was already in progress, we should schedule an Update // effect even though we're bailing out, so that cWU/cDU are called. - if (typeof instance.componentDidUpdate === 'function') { + if (typeof instance.componentDidUpdate === "function") { if (unresolvedOldProps !== current.memoizedProps || oldState !== current.memoizedState) workInProgress.flags |= Update; } - if (typeof instance.getSnapshotBeforeUpdate === 'function') { + if (typeof instance.getSnapshotBeforeUpdate === "function") { if (unresolvedOldProps !== current.memoizedProps || oldState !== current.memoizedState) workInProgress.flags |= Snapshot; } return false; } - if (typeof getDerivedStateFromProps === 'function') { + if (typeof getDerivedStateFromProps === "function") { applyDerivedStateFromProps(workInProgress, ctor, getDerivedStateFromProps, newProps); newState = workInProgress.memoizedState; } - var shouldUpdate = checkHasForceUpdateAfterProcessing() || checkShouldComponentUpdate(workInProgress, ctor, oldProps, newProps, oldState, newState, nextContext); + var shouldUpdate = checkHasForceUpdateAfterProcessing() || checkShouldComponentUpdate(workInProgress, ctor, oldProps, newProps, oldState, newState, nextContext) || // both before and after `shouldComponentUpdate` has been called. Not ideal, + // but I'm loath to refactor this function. This only happens for memoized + // components so it's not that common. + enableLazyContextPropagation; if (shouldUpdate) { // In order to support react-lifecycles-compat polyfilled components, // Unsafe lifecycles should not be invoked for components using the new APIs. - if (!hasNewLifecycles && (typeof instance.UNSAFE_componentWillUpdate === 'function' || typeof instance.componentWillUpdate === 'function')) { - if (typeof instance.componentWillUpdate === 'function') instance.componentWillUpdate(newProps, newState, nextContext); - if (typeof instance.UNSAFE_componentWillUpdate === 'function') instance.UNSAFE_componentWillUpdate(newProps, newState, nextContext); + if (!hasNewLifecycles && (typeof instance.UNSAFE_componentWillUpdate === "function" || typeof instance.componentWillUpdate === "function")) { + if (typeof instance.componentWillUpdate === "function") instance.componentWillUpdate(newProps, newState, nextContext); + if (typeof instance.UNSAFE_componentWillUpdate === "function") instance.UNSAFE_componentWillUpdate(newProps, newState, nextContext); } - if (typeof instance.componentDidUpdate === 'function') workInProgress.flags |= Update; - if (typeof instance.getSnapshotBeforeUpdate === 'function') workInProgress.flags |= Snapshot; + if (typeof instance.componentDidUpdate === "function") workInProgress.flags |= Update; + if (typeof instance.getSnapshotBeforeUpdate === "function") workInProgress.flags |= Snapshot; } else { // If an update was already in progress, we should schedule an Update // effect even though we're bailing out, so that cWU/cDU are called. - if (typeof instance.componentDidUpdate === 'function') { + if (typeof instance.componentDidUpdate === "function") { if (unresolvedOldProps !== current.memoizedProps || oldState !== current.memoizedState) workInProgress.flags |= Update; } - if (typeof instance.getSnapshotBeforeUpdate === 'function') { + if (typeof instance.getSnapshotBeforeUpdate === "function") { if (unresolvedOldProps !== current.memoizedProps || oldState !== current.memoizedState) workInProgress.flags |= Snapshot; } // If shouldComponentUpdate returned false, we should still update the // memoized props/state to indicate that this work can be reused. @@ -12599,42 +15550,37 @@ module.exports = require('./cjs/react-dom.development.js'); var didWarnAboutStringRefs; var ownerHasKeyUseWarning; var ownerHasFunctionTypeWarning; - var warnForMissingKey = function(child, returnFiber) { - }; + var warnForMissingKey = function(child, returnFiber) {}; didWarnAboutMaps = false; didWarnAboutGenerators = false; - didWarnAboutStringRefs = { - }; + didWarnAboutStringRefs = {}; /** * Warn if there's no key explicitly set on dynamic arrays of children or * object keys are not valid. This allows us to keep track of children between * updates. - */ ownerHasKeyUseWarning = { - }; - ownerHasFunctionTypeWarning = { - }; + */ ownerHasKeyUseWarning = {}; + ownerHasFunctionTypeWarning = {}; warnForMissingKey = function(child, returnFiber) { - if (child === null || typeof child !== 'object') return; + if (child === null || typeof child !== "object") return; if (!child._store || child._store.validated || child.key != null) return; - if (!(typeof child._store === 'object')) throw Error("React Component in warnForMissingKey should have a _store. This error is likely caused by a bug in React. Please file an issue."); + if (typeof child._store !== "object") throw new Error("React Component in warnForMissingKey should have a _store. This error is likely caused by a bug in React. Please file an issue."); child._store.validated = true; - var componentName = getComponentName(returnFiber.type) || 'Component'; + var componentName = getComponentNameFromFiber(returnFiber) || "Component"; if (ownerHasKeyUseWarning[componentName]) return; ownerHasKeyUseWarning[componentName] = true; - error1("Each child in a list should have a unique \"key\" prop. See https://reactjs.org/link/warning-keys for more information."); + error('Each child in a list should have a unique "key" prop. See https://reactjs.org/link/warning-keys for more information.'); }; - var isArray$1 = Array.isArray; function coerceRef(returnFiber, current, element) { var mixedRef = element.ref; - if (mixedRef !== null && typeof mixedRef !== 'function' && typeof mixedRef !== 'object') { + if (mixedRef !== null && typeof mixedRef !== "function" && typeof mixedRef !== "object") { // TODO: Clean this up once we turn on the string ref warning for // everyone, because the strict mode case will no longer be relevant - if ((returnFiber.mode & StrictMode || warnAboutStringRefs) && // because these cannot be automatically converted to an arrow function + if ((returnFiber.mode & StrictLegacyMode || warnAboutStringRefs) && // because these cannot be automatically converted to an arrow function // using a codemod. Therefore, we don't have to warn about string refs again. !(element._owner && element._self && element._owner.stateNode !== element._self)) { - var componentName = getComponentName(returnFiber.type) || 'Component'; + var componentName = getComponentNameFromFiber(returnFiber) || "Component"; if (!didWarnAboutStringRefs[componentName]) { - error1("A string ref, \"%s\", has been found within a strict mode tree. String refs are a source of potential bugs and should be avoided. We recommend using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref", mixedRef); + error('A string ref, "%s", has been found within a strict mode tree. String refs are a source of potential bugs and should be avoided. We recommend using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', mixedRef); didWarnAboutStringRefs[componentName] = true; } } @@ -12643,38 +15589,46 @@ module.exports = require('./cjs/react-dom.development.js'); var inst; if (owner) { var ownerFiber = owner; - if (!(ownerFiber.tag === ClassComponent)) throw Error("Function components cannot have string refs. We recommend using useRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref"); + if (ownerFiber.tag !== ClassComponent) throw new Error("Function components cannot have string refs. We recommend using useRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref"); inst = ownerFiber.stateNode; } - if (!inst) throw Error("Missing owner for string ref " + mixedRef + ". This error is likely caused by a bug in React. Please file an issue."); - var stringRef = '' + mixedRef; // Check if previous string ref matches new string ref - if (current !== null && current.ref !== null && typeof current.ref === 'function' && current.ref._stringRef === stringRef) return current.ref; + if (!inst) throw new Error("Missing owner for string ref " + mixedRef + ". This error is likely caused by a " + "bug in React. Please file an issue."); + // Assigning this to a const so Flow knows it won't change in the closure + var resolvedInst = inst; + checkPropStringCoercion(mixedRef, "ref"); + var stringRef = "" + mixedRef; // Check if previous string ref matches new string ref + if (current !== null && current.ref !== null && typeof current.ref === "function" && current.ref._stringRef === stringRef) return current.ref; var ref = function(value) { - var refs = inst.refs; + var refs = resolvedInst.refs; if (refs === emptyRefsObject) // This is a lazy pooled frozen object, so we need to initialize. - refs = inst.refs = { - }; + refs = resolvedInst.refs = {}; if (value === null) delete refs[stringRef]; else refs[stringRef] = value; }; ref._stringRef = stringRef; return ref; } else { - if (!(typeof mixedRef === 'string')) throw Error("Expected ref to be a function, a string, an object returned by React.createRef(), or null."); - if (!element._owner) throw Error("Element ref was specified as a string (" + mixedRef + ") but no owner was set. This could happen for one of the following reasons:\n1. You may be adding a ref to a function component\n2. You may be adding a ref to a component that was not created inside a component's render method\n3. You have multiple copies of React loaded\nSee https://reactjs.org/link/refs-must-have-owner for more information."); + if (typeof mixedRef !== "string") throw new Error("Expected ref to be a function, a string, an object returned by React.createRef(), or null."); + if (!element._owner) throw new Error("Element ref was specified as a string (" + mixedRef + ") but no owner was set. This could happen for one of" + " the following reasons:\n" + "1. You may be adding a ref to a function component\n" + "2. You may be adding a ref to a component that was not created inside a component's render method\n" + "3. You have multiple copies of React loaded\n" + "See https://reactjs.org/link/refs-must-have-owner for more information."); } } return mixedRef; } function throwOnInvalidObjectType(returnFiber, newChild) { - if (returnFiber.type !== 'textarea') throw Error("Objects are not valid as a React child (found: " + (Object.prototype.toString.call(newChild) === '[object Object]' ? 'object with keys {' + Object.keys(newChild).join(', ') + '}' : newChild) + "). If you meant to render a collection of children, use an array instead."); + var childString = Object.prototype.toString.call(newChild); + throw new Error("Objects are not valid as a React child (found: " + (childString === "[object Object]" ? "object with keys {" + Object.keys(newChild).join(", ") + "}" : childString) + "). " + "If you meant to render a collection of children, use an array " + "instead."); } function warnOnFunctionType(returnFiber) { - var componentName = getComponentName(returnFiber.type) || 'Component'; + var componentName = getComponentNameFromFiber(returnFiber) || "Component"; if (ownerHasFunctionTypeWarning[componentName]) return; ownerHasFunctionTypeWarning[componentName] = true; - error1("Functions are not valid as a React child. This may happen if you return a Component instead of from render. Or maybe you meant to call this function rather than return it."); - } // We avoid inlining this to avoid potential deopts from using try/catch. + error("Functions are not valid as a React child. This may happen if you return a Component instead of from render. Or maybe you meant to call this function rather than return it."); + } + function resolveLazy(lazyType) { + var payload = lazyType._payload; + var init = lazyType._init; + return init(payload); + } // This wrapper function exists because I expect to clone the code in each path // to be able to optimize each path individually by branching early. This needs // a compiler or we can do it manually. Helpers that don't need this branching // live outside of this function. @@ -12682,18 +15636,13 @@ module.exports = require('./cjs/react-dom.development.js'); function deleteChild(returnFiber, childToDelete) { if (!shouldTrackSideEffects) // Noop. return; - // Deletions are added in reversed order so we add it to the front. - // At this point, the return fiber's effect list is empty except for - // deletions, so we can just append the deletion to the list. The remaining - // effects aren't added until the complete phase. Once we implement - // resuming, this may not be true. - var last = returnFiber.lastEffect; - if (last !== null) { - last.nextEffect = childToDelete; - returnFiber.lastEffect = childToDelete; - } else returnFiber.firstEffect = returnFiber.lastEffect = childToDelete; - childToDelete.nextEffect = null; - childToDelete.flags = Deletion; + var deletions = returnFiber.deletions; + if (deletions === null) { + returnFiber.deletions = [ + childToDelete + ]; + returnFiber.flags |= ChildDeletion; + } else deletions.push(childToDelete); } function deleteRemainingChildren(returnFiber, currentFirstChild) { if (!shouldTrackSideEffects) // Noop. @@ -12730,27 +15679,31 @@ module.exports = require('./cjs/react-dom.development.js'); } function placeChild(newFiber, lastPlacedIndex, newIndex) { newFiber.index = newIndex; - if (!shouldTrackSideEffects) // Noop. - return lastPlacedIndex; + if (!shouldTrackSideEffects) { + // During hydration, the useId algorithm needs to know which fibers are + // part of a list of children (arrays, iterators). + newFiber.flags |= Forked; + return lastPlacedIndex; + } var current = newFiber.alternate; if (current !== null) { var oldIndex = current.index; if (oldIndex < lastPlacedIndex) { // This is a move. - newFiber.flags = Placement; + newFiber.flags |= Placement; return lastPlacedIndex; } else // This item can stay in place. return oldIndex; } else { // This is an insertion. - newFiber.flags = Placement; + newFiber.flags |= Placement; return lastPlacedIndex; } } function placeSingleChild(newFiber) { // This is simpler for the single child case. We only need to do a // placement for inserting new children. - if (shouldTrackSideEffects && newFiber.alternate === null) newFiber.flags = Placement; + if (shouldTrackSideEffects && newFiber.alternate === null) newFiber.flags |= Placement; return newFiber; } function updateTextNode(returnFiber, current, textContent, lanes) { @@ -12767,8 +15720,13 @@ module.exports = require('./cjs/react-dom.development.js'); } } function updateElement(returnFiber, current, element, lanes) { + var elementType = element.type; + if (elementType === REACT_FRAGMENT_TYPE) return updateFragment(returnFiber, current, element.props.children, lanes, element.key); if (current !== null) { - if (current.elementType === element.type || isCompatibleFamilyForHotReloading(current, element)) { + if (current.elementType === elementType || isCompatibleFamilyForHotReloading(current, element) || // We need to do this after the Hot Reloading check above, + // because hot reloading has different semantics than prod because + // it doesn't resuspend. So we can't let the call below suspend. + typeof elementType === "object" && elementType !== null && elementType.$$typeof === REACT_LAZY_TYPE && resolveLazy(elementType) === current.type) { // Move based on index var existing = useFiber(current, element.props); existing.ref = coerceRef(returnFiber, current, element); @@ -12810,15 +15768,15 @@ module.exports = require('./cjs/react-dom.development.js'); } } function createChild(returnFiber, newChild, lanes) { - if (typeof newChild === 'string' || typeof newChild === 'number') { + if (typeof newChild === "string" && newChild !== "" || typeof newChild === "number") { // Text nodes don't have keys. If the previous node is implicitly keyed // we can continue to replace it without aborting even if it is not a text // node. - var created = createFiberFromText('' + newChild, returnFiber.mode, lanes); + var created = createFiberFromText("" + newChild, returnFiber.mode, lanes); created.return = returnFiber; return created; } - if (typeof newChild === 'object' && newChild !== null) { + if (typeof newChild === "object" && newChild !== null) { switch(newChild.$$typeof){ case REACT_ELEMENT_TYPE: var _created = createFiberFromElement(newChild, returnFiber.mode, lanes); @@ -12829,83 +15787,92 @@ module.exports = require('./cjs/react-dom.development.js'); var _created2 = createFiberFromPortal(newChild, returnFiber.mode, lanes); _created2.return = returnFiber; return _created2; + case REACT_LAZY_TYPE: + var payload = newChild._payload; + var init = newChild._init; + return createChild(returnFiber, init(payload), lanes); } - if (isArray$1(newChild) || getIteratorFn(newChild)) { + if (isArray(newChild) || getIteratorFn(newChild)) { var _created3 = createFiberFromFragment(newChild, returnFiber.mode, lanes, null); _created3.return = returnFiber; return _created3; } throwOnInvalidObjectType(returnFiber, newChild); } - if (typeof newChild === 'function') warnOnFunctionType(returnFiber); + if (typeof newChild === "function") warnOnFunctionType(returnFiber); return null; } function updateSlot(returnFiber, oldFiber, newChild, lanes) { // Update the fiber if the keys match, otherwise return null. var key = oldFiber !== null ? oldFiber.key : null; - if (typeof newChild === 'string' || typeof newChild === 'number') { + if (typeof newChild === "string" && newChild !== "" || typeof newChild === "number") { // Text nodes don't have keys. If the previous node is implicitly keyed // we can continue to replace it without aborting even if it is not a text // node. if (key !== null) return null; - return updateTextNode(returnFiber, oldFiber, '' + newChild, lanes); + return updateTextNode(returnFiber, oldFiber, "" + newChild, lanes); } - if (typeof newChild === 'object' && newChild !== null) { + if (typeof newChild === "object" && newChild !== null) { switch(newChild.$$typeof){ case REACT_ELEMENT_TYPE: - if (newChild.key === key) { - if (newChild.type === REACT_FRAGMENT_TYPE) return updateFragment(returnFiber, oldFiber, newChild.props.children, lanes, key); - return updateElement(returnFiber, oldFiber, newChild, lanes); - } else return null; + if (newChild.key === key) return updateElement(returnFiber, oldFiber, newChild, lanes); + else return null; case REACT_PORTAL_TYPE: if (newChild.key === key) return updatePortal(returnFiber, oldFiber, newChild, lanes); else return null; + case REACT_LAZY_TYPE: + var payload = newChild._payload; + var init = newChild._init; + return updateSlot(returnFiber, oldFiber, init(payload), lanes); } - if (isArray$1(newChild) || getIteratorFn(newChild)) { + if (isArray(newChild) || getIteratorFn(newChild)) { if (key !== null) return null; return updateFragment(returnFiber, oldFiber, newChild, lanes, null); } throwOnInvalidObjectType(returnFiber, newChild); } - if (typeof newChild === 'function') warnOnFunctionType(returnFiber); + if (typeof newChild === "function") warnOnFunctionType(returnFiber); return null; } function updateFromMap(existingChildren, returnFiber, newIdx, newChild, lanes) { - if (typeof newChild === 'string' || typeof newChild === 'number') { + if (typeof newChild === "string" && newChild !== "" || typeof newChild === "number") { // Text nodes don't have keys, so we neither have to check the old nor // new node for the key. If both are text nodes, they match. var matchedFiber = existingChildren.get(newIdx) || null; - return updateTextNode(returnFiber, matchedFiber, '' + newChild, lanes); + return updateTextNode(returnFiber, matchedFiber, "" + newChild, lanes); } - if (typeof newChild === 'object' && newChild !== null) { + if (typeof newChild === "object" && newChild !== null) { switch(newChild.$$typeof){ case REACT_ELEMENT_TYPE: var _matchedFiber = existingChildren.get(newChild.key === null ? newIdx : newChild.key) || null; - if (newChild.type === REACT_FRAGMENT_TYPE) return updateFragment(returnFiber, _matchedFiber, newChild.props.children, lanes, newChild.key); return updateElement(returnFiber, _matchedFiber, newChild, lanes); case REACT_PORTAL_TYPE: var _matchedFiber2 = existingChildren.get(newChild.key === null ? newIdx : newChild.key) || null; return updatePortal(returnFiber, _matchedFiber2, newChild, lanes); + case REACT_LAZY_TYPE: + var payload = newChild._payload; + var init = newChild._init; + return updateFromMap(existingChildren, returnFiber, newIdx, init(payload), lanes); } - if (isArray$1(newChild) || getIteratorFn(newChild)) { + if (isArray(newChild) || getIteratorFn(newChild)) { var _matchedFiber3 = existingChildren.get(newIdx) || null; return updateFragment(returnFiber, _matchedFiber3, newChild, lanes, null); } throwOnInvalidObjectType(returnFiber, newChild); } - if (typeof newChild === 'function') warnOnFunctionType(returnFiber); + if (typeof newChild === "function") warnOnFunctionType(returnFiber); return null; } /** * Warns if there is a duplicate or missing key */ function warnOnInvalidKey(child, knownKeys, returnFiber) { - if (typeof child !== 'object' || child === null) return knownKeys; + if (typeof child !== "object" || child === null) return knownKeys; switch(child.$$typeof){ case REACT_ELEMENT_TYPE: case REACT_PORTAL_TYPE: warnForMissingKey(child, returnFiber); var key = child.key; - if (typeof key !== 'string') break; + if (typeof key !== "string") break; if (knownKeys === null) { knownKeys = new Set(); knownKeys.add(key); @@ -12915,7 +15882,12 @@ module.exports = require('./cjs/react-dom.development.js'); knownKeys.add(key); break; } - error1("Encountered two children with the same key, `%s`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.", key); + error("Encountered two children with the same key, `%s`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.", key); + break; + case REACT_LAZY_TYPE: + var payload = child._payload; + var init = child._init; + warnOnInvalidKey(init(payload), knownKeys, returnFiber); break; } return knownKeys; @@ -12966,6 +15938,10 @@ module.exports = require('./cjs/react-dom.development.js'); if (newIdx === newChildren.length) { // We've reached the end of the new children. We can delete the rest. deleteRemainingChildren(returnFiber, oldFiber); + if (getIsHydrating()) { + var numberOfForks = newIdx; + pushTreeFork(returnFiber, numberOfForks); + } return resultingFirstChild; } if (oldFiber === null) { @@ -12980,6 +15956,10 @@ module.exports = require('./cjs/react-dom.development.js'); else previousNewFiber.sibling = _newFiber; previousNewFiber = _newFiber; } + if (getIsHydrating()) { + var _numberOfForks = newIdx; + pushTreeFork(returnFiber, _numberOfForks); + } return resultingFirstChild; } // Add all children to a key map for quick lookups. var existingChildren = mapRemainingChildren(returnFiber, oldFiber); // Keep scanning and use the map to restore deleted items as moves. @@ -13004,21 +15984,25 @@ module.exports = require('./cjs/react-dom.development.js'); existingChildren.forEach(function(child) { return deleteChild(returnFiber, child); }); + if (getIsHydrating()) { + var _numberOfForks2 = newIdx; + pushTreeFork(returnFiber, _numberOfForks2); + } return resultingFirstChild; } function reconcileChildrenIterator(returnFiber, currentFirstChild, newChildrenIterable, lanes) { // This is the same implementation as reconcileChildrenArray(), // but using the iterator instead. var iteratorFn = getIteratorFn(newChildrenIterable); - if (!(typeof iteratorFn === 'function')) throw Error("An object is not an iterable. This error is likely caused by a bug in React. Please file an issue."); + if (typeof iteratorFn !== "function") throw new Error("An object is not an iterable. This error is likely caused by a bug in React. Please file an issue."); // We don't support rendering Generators because it's a mutation. // See https://github.com/facebook/react/issues/12995 - if (typeof Symbol === 'function' && newChildrenIterable[Symbol.toStringTag] === 'Generator') { - if (!didWarnAboutGenerators) error1("Using Generators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. Keep in mind you might need to polyfill these features for older browsers."); + if (typeof Symbol === "function" && newChildrenIterable[Symbol.toStringTag] === "Generator") { + if (!didWarnAboutGenerators) error("Using Generators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. Keep in mind you might need to polyfill these features for older browsers."); didWarnAboutGenerators = true; } // Warn about using Maps as children if (newChildrenIterable.entries === iteratorFn) { - if (!didWarnAboutMaps) error1("Using Maps as children is not supported. Use an array of keyed ReactElements instead."); + if (!didWarnAboutMaps) error("Using Maps as children is not supported. Use an array of keyed ReactElements instead."); didWarnAboutMaps = true; } // First, validate keys. // We'll get a different iterator later for the main pass. @@ -13032,7 +16016,7 @@ module.exports = require('./cjs/react-dom.development.js'); } } var newChildren = iteratorFn.call(newChildrenIterable); - if (!(newChildren != null)) throw Error("An iterable object provided no iterator."); + if (newChildren == null) throw new Error("An iterable object provided no iterator."); var resultingFirstChild = null; var previousNewFiber = null; var oldFiber = currentFirstChild; @@ -13073,6 +16057,10 @@ module.exports = require('./cjs/react-dom.development.js'); if (step.done) { // We've reached the end of the new children. We can delete the rest. deleteRemainingChildren(returnFiber, oldFiber); + if (getIsHydrating()) { + var numberOfForks = newIdx; + pushTreeFork(returnFiber, numberOfForks); + } return resultingFirstChild; } if (oldFiber === null) { @@ -13087,6 +16075,10 @@ module.exports = require('./cjs/react-dom.development.js'); else previousNewFiber.sibling = _newFiber3; previousNewFiber = _newFiber3; } + if (getIsHydrating()) { + var _numberOfForks3 = newIdx; + pushTreeFork(returnFiber, _numberOfForks3); + } return resultingFirstChild; } // Add all children to a key map for quick lookups. var existingChildren = mapRemainingChildren(returnFiber, oldFiber); // Keep scanning and use the map to restore deleted items as moves. @@ -13111,6 +16103,10 @@ module.exports = require('./cjs/react-dom.development.js'); existingChildren.forEach(function(child) { return deleteChild(returnFiber, child); }); + if (getIsHydrating()) { + var _numberOfForks4 = newIdx; + pushTreeFork(returnFiber, _numberOfForks4); + } return resultingFirstChild; } function reconcileSingleTextNode(returnFiber, currentFirstChild, textContent, lanes) { @@ -13137,32 +16133,29 @@ module.exports = require('./cjs/react-dom.development.js'); // TODO: If key === null and child.key === null, then this only applies to // the first item in the list. if (child.key === key) { - switch(child.tag){ - case Fragment: - if (element.type === REACT_FRAGMENT_TYPE) { - deleteRemainingChildren(returnFiber, child.sibling); - var existing = useFiber(child, element.props.children); - existing.return = returnFiber; - existing._debugSource = element._source; - existing._debugOwner = element._owner; - return existing; - } - break; - case Block: - // We intentionally fallthrough here if enableBlocksAPI is not on. - // eslint-disable-next-lined no-fallthrough - default: - if (child.elementType === element.type || isCompatibleFamilyForHotReloading(child, element)) { - deleteRemainingChildren(returnFiber, child.sibling); - var _existing3 = useFiber(child, element.props); - _existing3.ref = coerceRef(returnFiber, child, element); - _existing3.return = returnFiber; - _existing3._debugSource = element._source; - _existing3._debugOwner = element._owner; - return _existing3; - } - break; - } // Didn't match. + var elementType = element.type; + if (elementType === REACT_FRAGMENT_TYPE) { + if (child.tag === Fragment) { + deleteRemainingChildren(returnFiber, child.sibling); + var existing = useFiber(child, element.props.children); + existing.return = returnFiber; + existing._debugSource = element._source; + existing._debugOwner = element._owner; + return existing; + } + } else if (child.elementType === elementType || isCompatibleFamilyForHotReloading(child, element) || // We need to do this after the Hot Reloading check above, + // because hot reloading has different semantics than prod because + // it doesn't resuspend. So we can't let the call below suspend. + typeof elementType === "object" && elementType !== null && elementType.$$typeof === REACT_LAZY_TYPE && resolveLazy(elementType) === child.type) { + deleteRemainingChildren(returnFiber, child.sibling); + var _existing = useFiber(child, element.props); + _existing.ref = coerceRef(returnFiber, child, element); + _existing.return = returnFiber; + _existing._debugSource = element._source; + _existing._debugOwner = element._owner; + return _existing; + } + // Didn't match. deleteRemainingChildren(returnFiber, child); break; } else deleteChild(returnFiber, child); @@ -13212,46 +16205,34 @@ module.exports = require('./cjs/react-dom.development.js'); // Handle top level unkeyed fragments as if they were arrays. // This leads to an ambiguity between <>{[...]} and <>.... // We treat the ambiguous cases above the same. - var isUnkeyedTopLevelFragment = typeof newChild === 'object' && newChild !== null && newChild.type === REACT_FRAGMENT_TYPE && newChild.key === null; + var isUnkeyedTopLevelFragment = typeof newChild === "object" && newChild !== null && newChild.type === REACT_FRAGMENT_TYPE && newChild.key === null; if (isUnkeyedTopLevelFragment) newChild = newChild.props.children; // Handle object types - var isObject = typeof newChild === 'object' && newChild !== null; - if (isObject) switch(newChild.$$typeof){ - case REACT_ELEMENT_TYPE: - return placeSingleChild(reconcileSingleElement(returnFiber, currentFirstChild, newChild, lanes)); - case REACT_PORTAL_TYPE: - return placeSingleChild(reconcileSinglePortal(returnFiber, currentFirstChild, newChild, lanes)); - } - if (typeof newChild === 'string' || typeof newChild === 'number') return placeSingleChild(reconcileSingleTextNode(returnFiber, currentFirstChild, '' + newChild, lanes)); - if (isArray$1(newChild)) return reconcileChildrenArray(returnFiber, currentFirstChild, newChild, lanes); - if (getIteratorFn(newChild)) return reconcileChildrenIterator(returnFiber, currentFirstChild, newChild, lanes); - if (isObject) throwOnInvalidObjectType(returnFiber, newChild); - if (typeof newChild === 'function') warnOnFunctionType(returnFiber); - if (typeof newChild === 'undefined' && !isUnkeyedTopLevelFragment) // If the new child is undefined, and the return fiber is a composite - // component, throw an error. If Fiber return types are disabled, - // we already threw above. - switch(returnFiber.tag){ - case ClassComponent: - var instance = returnFiber.stateNode; - if (instance.render._isMockFunction) break; - // Intentionally fall through to the next case, which handles both - // functions and classes - // eslint-disable-next-lined no-fallthrough - case Block: - case FunctionComponent: - case ForwardRef: - case SimpleMemoComponent: - throw Error((getComponentName(returnFiber.type) || 'Component') + "(...): Nothing was returned from render. This usually means a return statement is missing. Or, to render nothing, return null."); + if (typeof newChild === "object" && newChild !== null) { + switch(newChild.$$typeof){ + case REACT_ELEMENT_TYPE: + return placeSingleChild(reconcileSingleElement(returnFiber, currentFirstChild, newChild, lanes)); + case REACT_PORTAL_TYPE: + return placeSingleChild(reconcileSinglePortal(returnFiber, currentFirstChild, newChild, lanes)); + case REACT_LAZY_TYPE: + var payload = newChild._payload; + var init = newChild._init; // TODO: This function is supposed to be non-recursive. + return reconcileChildFibers(returnFiber, currentFirstChild, init(payload), lanes); + } + if (isArray(newChild)) return reconcileChildrenArray(returnFiber, currentFirstChild, newChild, lanes); + if (getIteratorFn(newChild)) return reconcileChildrenIterator(returnFiber, currentFirstChild, newChild, lanes); + throwOnInvalidObjectType(returnFiber, newChild); } - // Remaining cases are all treated as empty. + if (typeof newChild === "string" && newChild !== "" || typeof newChild === "number") return placeSingleChild(reconcileSingleTextNode(returnFiber, currentFirstChild, "" + newChild, lanes)); + if (typeof newChild === "function") warnOnFunctionType(returnFiber); return deleteRemainingChildren(returnFiber, currentFirstChild); } return reconcileChildFibers; } - var reconcileChildFibers1 = ChildReconciler(true); + var reconcileChildFibers = ChildReconciler(true); var mountChildFibers = ChildReconciler(false); function cloneChildFibers(current, workInProgress) { - if (!(current === null || workInProgress.child === current.child)) throw Error("Resuming work not yet implemented."); + if (current !== null && workInProgress.child !== current.child) throw new Error("Resuming work not yet implemented."); if (workInProgress.child === null) return; var currentChild = workInProgress.child; var newChild = createWorkInProgress(currentChild, currentChild.pendingProps); @@ -13271,13 +16252,12 @@ module.exports = require('./cjs/react-dom.development.js'); child = child.sibling; } } - var NO_CONTEXT = { - }; + var NO_CONTEXT = {}; var contextStackCursor$1 = createCursor(NO_CONTEXT); var contextFiberStackCursor = createCursor(NO_CONTEXT); var rootInstanceStackCursor = createCursor(NO_CONTEXT); function requiredContext(c) { - if (!(c !== NO_CONTEXT)) throw Error("Expected host context to exist. This error is likely caused by a bug in React. Please file an issue."); + if (c === NO_CONTEXT) throw new Error("Expected host context to exist. This error is likely caused by a bug in React. Please file an issue."); return c; } function getRootHostContainer() { @@ -13368,14 +16348,7 @@ module.exports = require('./cjs/react-dom.development.js'); return true; return false; } - var props = workInProgress.memoizedProps; // In order to capture, the Suspense component must have a fallback prop. - if (props.fallback === undefined) return false; - // Regular boundaries always capture. - if (props.unstable_avoidThisFallback !== true) return true; - // If it's a boundary we should avoid, then we prefer to bubble up to the - // parent boundary if it is currently invisible. - if (hasInvisibleParent) return false; - // If the parent is not able to handle it, we must handle it. + var props = workInProgress.memoizedProps; // Regular boundaries always capture. return true; } function findFirstSuspended(row) { @@ -13406,228 +16379,14 @@ module.exports = require('./cjs/react-dom.development.js'); } return null; } - var NoFlags$1 = /* */ 0; // Represents whether effect should fire. + var NoFlags$1 = /* */ 0; // Represents whether effect should fire. var HasEffect = /* */ 1; // Represents the phase in which the effect (not the clean-up) fires. - var Layout = /* */ 2; - var Passive$1 = /* */ 4; - // This may have been an insertion or a hydration. - var hydrationParentFiber = null; - var nextHydratableInstance = null; - var isHydrating1 = false; - function enterHydrationState(fiber) { - var parentInstance = fiber.stateNode.containerInfo; - nextHydratableInstance = getFirstHydratableChild(parentInstance); - hydrationParentFiber = fiber; - isHydrating1 = true; - return true; - } - function deleteHydratableInstance(returnFiber, instance) { - switch(returnFiber.tag){ - case HostRoot: - didNotHydrateContainerInstance(returnFiber.stateNode.containerInfo, instance); - break; - case HostComponent: - didNotHydrateInstance(returnFiber.type, returnFiber.memoizedProps, returnFiber.stateNode, instance); - break; - } - var childToDelete = createFiberFromHostInstanceForDeletion(); - childToDelete.stateNode = instance; - childToDelete.return = returnFiber; - childToDelete.flags = Deletion; // This might seem like it belongs on progressedFirstDeletion. However, - // these children are not part of the reconciliation list of children. - // Even if we abort and rereconcile the children, that will try to hydrate - // again and the nodes are still in the host tree so these will be - // recreated. - if (returnFiber.lastEffect !== null) { - returnFiber.lastEffect.nextEffect = childToDelete; - returnFiber.lastEffect = childToDelete; - } else returnFiber.firstEffect = returnFiber.lastEffect = childToDelete; - } - function insertNonHydratedInstance(returnFiber, fiber) { - fiber.flags = fiber.flags & ~Hydrating | Placement; - switch(returnFiber.tag){ - case HostRoot: - var parentContainer = returnFiber.stateNode.containerInfo; - switch(fiber.tag){ - case HostComponent: - var type = fiber.type; - var props = fiber.pendingProps; - didNotFindHydratableContainerInstance(parentContainer, type); - break; - case HostText: - var text = fiber.pendingProps; - didNotFindHydratableContainerTextInstance(parentContainer, text); - break; - } - break; - case HostComponent: - var parentType = returnFiber.type; - var parentProps = returnFiber.memoizedProps; - var parentInstance = returnFiber.stateNode; - switch(fiber.tag){ - case HostComponent: - var _type = fiber.type; - var _props = fiber.pendingProps; - didNotFindHydratableInstance(parentType, parentProps, parentInstance, _type); - break; - case HostText: - var _text = fiber.pendingProps; - didNotFindHydratableTextInstance(parentType, parentProps, parentInstance, _text); - break; - case SuspenseComponent: - didNotFindHydratableSuspenseInstance(parentType, parentProps); - break; - } - break; - default: - return; - } - } - function tryHydrate(fiber, nextInstance) { - switch(fiber.tag){ - case HostComponent: - var type = fiber.type; - var props = fiber.pendingProps; - var instance = canHydrateInstance(nextInstance, type); - if (instance !== null) { - fiber.stateNode = instance; - return true; - } - return false; - case HostText: - var text = fiber.pendingProps; - var textInstance = canHydrateTextInstance(nextInstance, text); - if (textInstance !== null) { - fiber.stateNode = textInstance; - return true; - } - return false; - case SuspenseComponent: - return false; - default: - return false; - } - } - function tryToClaimNextHydratableInstance(fiber) { - if (!isHydrating1) return; - var nextInstance = nextHydratableInstance; - if (!nextInstance) { - // Nothing to hydrate. Make it an insertion. - insertNonHydratedInstance(hydrationParentFiber, fiber); - isHydrating1 = false; - hydrationParentFiber = fiber; - return; - } - var firstAttemptedInstance = nextInstance; - if (!tryHydrate(fiber, nextInstance)) { - // If we can't hydrate this instance let's try the next one. - // We use this as a heuristic. It's based on intuition and not data so it - // might be flawed or unnecessary. - nextInstance = getNextHydratableSibling(firstAttemptedInstance); - if (!nextInstance || !tryHydrate(fiber, nextInstance)) { - // Nothing to hydrate. Make it an insertion. - insertNonHydratedInstance(hydrationParentFiber, fiber); - isHydrating1 = false; - hydrationParentFiber = fiber; - return; - } // We matched the next one, we'll now assume that the first one was - // superfluous and we'll delete it. Since we can't eagerly delete it - // we'll have to schedule a deletion. To do that, this node needs a dummy - // fiber associated with it. - deleteHydratableInstance(hydrationParentFiber, firstAttemptedInstance); - } - hydrationParentFiber = fiber; - nextHydratableInstance = getFirstHydratableChild(nextInstance); - } - function prepareToHydrateHostInstance(fiber, rootContainerInstance, hostContext) { - var instance = fiber.stateNode; - var updatePayload = hydrateInstance(instance, fiber.type, fiber.memoizedProps, rootContainerInstance, hostContext, fiber); // TODO: Type this specific to this type of component. - fiber.updateQueue = updatePayload; // If the update payload indicates that there is a change or if there - // is a new ref we mark this as an update. - if (updatePayload !== null) return true; - return false; - } - function prepareToHydrateHostTextInstance(fiber) { - var textInstance = fiber.stateNode; - var textContent = fiber.memoizedProps; - var shouldUpdate = hydrateTextInstance(textInstance, textContent, fiber); - if (shouldUpdate) { - // We assume that prepareToHydrateHostTextInstance is called in a context where the - // hydration parent is the parent host component of this host text. - var returnFiber = hydrationParentFiber; - if (returnFiber !== null) switch(returnFiber.tag){ - case HostRoot: - var parentContainer = returnFiber.stateNode.containerInfo; - didNotMatchHydratedContainerTextInstance(parentContainer, textInstance, textContent); - break; - case HostComponent: - var parentType = returnFiber.type; - var parentProps = returnFiber.memoizedProps; - var parentInstance = returnFiber.stateNode; - didNotMatchHydratedTextInstance(parentType, parentProps, parentInstance, textInstance, textContent); - break; - } - } - return shouldUpdate; - } - function skipPastDehydratedSuspenseInstance(fiber) { - var suspenseState = fiber.memoizedState; - var suspenseInstance = suspenseState !== null ? suspenseState.dehydrated : null; - if (!suspenseInstance) throw Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue."); - return getNextHydratableInstanceAfterSuspenseInstance(suspenseInstance); - } - function popToNextHostParent(fiber) { - var parent = fiber.return; - while(parent !== null && parent.tag !== HostComponent && parent.tag !== HostRoot && parent.tag !== SuspenseComponent)parent = parent.return; - hydrationParentFiber = parent; - } - function popHydrationState(fiber) { - if (fiber !== hydrationParentFiber) // We're deeper than the current hydration context, inside an inserted - // tree. - return false; - if (!isHydrating1) { - // If we're not currently hydrating but we're in a hydration context, then - // we were an insertion and now need to pop up reenter hydration of our - // siblings. - popToNextHostParent(fiber); - isHydrating1 = true; - return false; - } - var type = fiber.type; // If we have any remaining hydratable nodes, we need to delete them now. - // We only do this deeper than head and body since they tend to have random - // other nodes in them. We also ignore components with pure text content in - // side of them. - // TODO: Better heuristic. - if (fiber.tag !== HostComponent || type !== 'head' && type !== 'body' && !shouldSetTextContent(type, fiber.memoizedProps)) { - var nextInstance = nextHydratableInstance; - while(nextInstance){ - deleteHydratableInstance(fiber, nextInstance); - nextInstance = getNextHydratableSibling(nextInstance); - } - } - popToNextHostParent(fiber); - if (fiber.tag === SuspenseComponent) nextHydratableInstance = skipPastDehydratedSuspenseInstance(fiber); - else nextHydratableInstance = hydrationParentFiber ? getNextHydratableSibling(fiber.stateNode) : null; - return true; - } - function resetHydrationState() { - hydrationParentFiber = null; - nextHydratableInstance = null; - isHydrating1 = false; - } - function getIsHydrating() { - return isHydrating1; - } + var Insertion = /* */ 2; + var Layout = /* */ 4; + var Passive$1 = /* */ 8; // and should be reset before starting a new render. // This tracks which mutable sources need to be reset after a render. var workInProgressSources = []; - var rendererSigil$1; - // Used to detect multiple renderers using the same mutable source. - rendererSigil$1 = { - }; - function markSourceAsDirty(mutableSource) { - workInProgressSources.push(mutableSource); - } function resetWorkInProgressVersions() { for(var i = 0; i < workInProgressSources.length; i++){ var mutableSource = workInProgressSources[i]; @@ -13635,31 +16394,31 @@ module.exports = require('./cjs/react-dom.development.js'); } workInProgressSources.length = 0; } - function getWorkInProgressVersion(mutableSource) { - return mutableSource._workInProgressVersionPrimary; - } - function setWorkInProgressVersion(mutableSource, version) { - mutableSource._workInProgressVersionPrimary = version; - workInProgressSources.push(mutableSource); + // This ensures that the version used for server rendering matches the one + // that is eventually read during hydration. + // If they don't match there's a potential tear and a full deopt render is required. + function registerMutableSourceForHydration(root, mutableSource) { + var getVersion = mutableSource._getVersion; + var version = getVersion(mutableSource._source); // TODO Clear this data once all pending hydration work is finished. + // Retaining it forever may interfere with GC. + if (root.mutableSourceEagerHydrationData == null) root.mutableSourceEagerHydrationData = [ + mutableSource, + version + ]; + else root.mutableSourceEagerHydrationData.push(mutableSource, version); } - function warnAboutMultipleRenderersDEV(mutableSource) { - if (mutableSource._currentPrimaryRenderer == null) mutableSource._currentPrimaryRenderer = rendererSigil$1; - else if (mutableSource._currentPrimaryRenderer !== rendererSigil$1) error1("Detected multiple renderers concurrently rendering the same mutable source. This is currently unsupported."); - } // Eager reads the version of a mutable source and stores it on the root. - var ReactCurrentDispatcher$1 = ReactSharedInternals.ReactCurrentDispatcher, ReactCurrentBatchConfig$1 = ReactSharedInternals.ReactCurrentBatchConfig; + var ReactCurrentDispatcher$1 = ReactSharedInternals.ReactCurrentDispatcher, ReactCurrentBatchConfig$2 = ReactSharedInternals.ReactCurrentBatchConfig; var didWarnAboutMismatchedHooksForComponent; - var didWarnAboutUseOpaqueIdentifier; - didWarnAboutUseOpaqueIdentifier = { - }; + var didWarnUncachedGetSnapshot; didWarnAboutMismatchedHooksForComponent = new Set(); // These are set right before calling the component. - var renderLanes1 = NoLanes; // The work-in-progress fiber. I've named it differently to distinguish it from + var renderLanes = NoLanes; // The work-in-progress fiber. I've named it differently to distinguish it from // the work-in-progress hook. var currentlyRenderingFiber$1 = null; // Hooks are stored as a linked list on the fiber's memoizedState field. The // current hook list is the list that belongs to the current fiber. The // work-in-progress hook list is a new list that will be added to the // work-in-progress fiber. - var currentHook1 = null; + var currentHook = null; var workInProgressHook = null; // Whether an update was scheduled at any point during the render phase. This // does not get reset if we do another render pass; only when we're completely // finished evaluating this component. This is an optimization so we know @@ -13668,7 +16427,11 @@ module.exports = require('./cjs/react-dom.development.js'); // gets reset after each attempt. // TODO: Maybe there's some way to consolidate this with // `didScheduleRenderPhaseUpdate`. Or with `numberOfReRenders`. - var didScheduleRenderPhaseUpdateDuringThisPass = false; + var didScheduleRenderPhaseUpdateDuringThisPass = false; // Counts the number of useId hooks in this component. + var localIdCounter = 0; // Used for ids that are generated completely client-side (i.e. not during + // hydration). This counter is global, so client ids are not stable across + // render attempts. + var globalClientIdCounter = 0; var RE_RENDER_LIMIT = 25; // In DEV, this is the name of the currently executing primitive hook var currentHookNameInDev = null; // In DEV, this list ensures that hooks are called in the same order between renders. // The list stores the order of hooks used during the initial render (mount). @@ -13693,43 +16456,43 @@ module.exports = require('./cjs/react-dom.development.js'); } } function checkDepsAreArrayDev(deps) { - if (deps !== undefined && deps !== null && !Array.isArray(deps)) // Verify deps, but only on mount to avoid extra checks. + if (deps !== undefined && deps !== null && !isArray(deps)) // Verify deps, but only on mount to avoid extra checks. // It's unlikely their type would change as usually you define them inline. - error1("%s received a final argument that is not an array (instead, received `%s`). When specified, the final argument must be an array.", currentHookNameInDev, typeof deps); + error("%s received a final argument that is not an array (instead, received `%s`). When specified, the final argument must be an array.", currentHookNameInDev, typeof deps); } function warnOnHookMismatchInDev(currentHookName) { - var componentName = getComponentName(currentlyRenderingFiber$1.type); + var componentName = getComponentNameFromFiber(currentlyRenderingFiber$1); if (!didWarnAboutMismatchedHooksForComponent.has(componentName)) { didWarnAboutMismatchedHooksForComponent.add(componentName); if (hookTypesDev !== null) { - var table = ''; + var table = ""; var secondColumnStart = 30; for(var i = 0; i <= hookTypesUpdateIndexDev; i++){ var oldHookName = hookTypesDev[i]; var newHookName = i === hookTypesUpdateIndexDev ? currentHookName : oldHookName; var row = i + 1 + ". " + oldHookName; // Extra space so second column lines up // lol @ IE not supporting String#repeat - while(row.length < secondColumnStart)row += ' '; - row += newHookName + '\n'; + while(row.length < secondColumnStart)row += " "; + row += newHookName + "\n"; table += row; } - error1("React has detected a change in the order of Hooks called by %s. This will lead to bugs and errors if not fixed. For more information, read the Rules of Hooks: https://reactjs.org/link/rules-of-hooks\n\n Previous render Next render\n ------------------------------------------------------\n%s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", componentName, table); + error("React has detected a change in the order of Hooks called by %s. This will lead to bugs and errors if not fixed. For more information, read the Rules of Hooks: https://reactjs.org/link/rules-of-hooks\n\n Previous render Next render\n ------------------------------------------------------\n%s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", componentName, table); } } } function throwInvalidHookError() { - throw Error("Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:\n1. You might have mismatching versions of React and the renderer (such as React DOM)\n2. You might be breaking the Rules of Hooks\n3. You might have more than one copy of React in the same app\nSee https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem."); + throw new Error("Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:\n1. You might have mismatching versions of React and the renderer (such as React DOM)\n2. You might be breaking the Rules of Hooks\n3. You might have more than one copy of React in the same app\nSee https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem."); } function areHookInputsEqual(nextDeps, prevDeps) { if (ignorePreviousDependencies) // Only true when this component is being hot reloaded. return false; if (prevDeps === null) { - error1("%s received a final argument during this render, but not during the previous render. Even though the final argument is optional, its type cannot change between renders.", currentHookNameInDev); + error("%s received a final argument during this render, but not during the previous render. Even though the final argument is optional, its type cannot change between renders.", currentHookNameInDev); return false; } // Don't bother comparing lengths in prod because these arrays should be // passed inline. - if (nextDeps.length !== prevDeps.length) error1("The final argument passed to %s changed size between renders. The order and size of this array must remain constant.\n\nPrevious: %s\nIncoming: %s", currentHookNameInDev, "[" + prevDeps.join(', ') + "]", "[" + nextDeps.join(', ') + "]"); + if (nextDeps.length !== prevDeps.length) error("The final argument passed to %s changed size between renders. The order and size of this array must remain constant.\n\nPrevious: %s\nIncoming: %s", currentHookNameInDev, "[" + prevDeps.join(", ") + "]", "[" + nextDeps.join(", ") + "]"); for(var i = 0; i < prevDeps.length && i < nextDeps.length; i++){ if (objectIs(nextDeps[i], prevDeps[i])) continue; return false; @@ -13737,7 +16500,7 @@ module.exports = require('./cjs/react-dom.development.js'); return true; } function renderWithHooks(current, workInProgress, Component, props, secondArg, nextRenderLanes) { - renderLanes1 = nextRenderLanes; + renderLanes = nextRenderLanes; currentlyRenderingFiber$1 = workInProgress; hookTypesDev = current !== null ? current._debugHookTypes : null; hookTypesUpdateIndexDev = -1; // Used for hot reloading: @@ -13760,44 +16523,64 @@ module.exports = require('./cjs/react-dom.development.js'); var numberOfReRenders = 0; do { didScheduleRenderPhaseUpdateDuringThisPass = false; - if (!(numberOfReRenders < RE_RENDER_LIMIT)) throw Error("Too many re-renders. React limits the number of renders to prevent an infinite loop."); + localIdCounter = 0; + if (numberOfReRenders >= RE_RENDER_LIMIT) throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop."); numberOfReRenders += 1; // Even when hot reloading, allow dependencies to stabilize // after first render to prevent infinite render phase updates. ignorePreviousDependencies = false; - currentHook1 = null; + currentHook = null; workInProgressHook = null; workInProgress.updateQueue = null; // Also validate hook order for cascading updates. hookTypesUpdateIndexDev = -1; ReactCurrentDispatcher$1.current = HooksDispatcherOnRerenderInDEV; children = Component(props, secondArg); - }while (didScheduleRenderPhaseUpdateDuringThisPass) + }while (didScheduleRenderPhaseUpdateDuringThisPass); } // We can assume the previous dispatcher is always this one, since we set it - // at the beginning of the render phase and there's no re-entrancy. + // at the beginning of the render phase and there's no re-entrance. ReactCurrentDispatcher$1.current = ContextOnlyDispatcher; workInProgress._debugHookTypes = hookTypesDev; // hookTypesDev could catch more cases (e.g. context) but only in DEV bundles. - var didRenderTooFewHooks = currentHook1 !== null && currentHook1.next !== null; - renderLanes1 = NoLanes; + var didRenderTooFewHooks = currentHook !== null && currentHook.next !== null; + renderLanes = NoLanes; currentlyRenderingFiber$1 = null; - currentHook1 = null; + currentHook = null; workInProgressHook = null; currentHookNameInDev = null; hookTypesDev = null; - hookTypesUpdateIndexDev = -1; - didScheduleRenderPhaseUpdate = false; - if (!!didRenderTooFewHooks) throw Error("Rendered fewer hooks than expected. This may be caused by an accidental early return statement."); + hookTypesUpdateIndexDev = -1; // Confirm that a static flag was not added or removed since the last + // render. If this fires, it suggests that we incorrectly reset the static + // flags in some other part of the codebase. This has happened before, for + // example, in the SuspenseList implementation. + if (current !== null && (current.flags & StaticMask) !== (workInProgress.flags & StaticMask) && // and creates false positives. To make this work in legacy mode, we'd + // need to mark fibers that commit in an incomplete state, somehow. For + // now I'll disable the warning that most of the bugs that would trigger + // it are either exclusive to concurrent mode or exist in both. + (current.mode & ConcurrentMode) !== NoMode) error("Internal React error: Expected static flag was missing. Please notify the React team."); + didScheduleRenderPhaseUpdate = false; // This is reset by checkDidRenderIdHook + // localIdCounter = 0; + if (didRenderTooFewHooks) throw new Error("Rendered fewer hooks than expected. This may be caused by an accidental early return statement."); return children; } + function checkDidRenderIdHook() { + // This should be called immediately after every renderWithHooks call. + // Conceptually, it's part of the return value of renderWithHooks; it's only a + // separate function to avoid using an array tuple. + var didRenderIdHook = localIdCounter !== 0; + localIdCounter = 0; + return didRenderIdHook; + } function bailoutHooks(current, workInProgress, lanes) { - workInProgress.updateQueue = current.updateQueue; - workInProgress.flags &= ~(Passive | Update); + workInProgress.updateQueue = current.updateQueue; // TODO: Don't need to reset the flags here, because they're reset in the + // complete phase (bubbleProperties). + if ((workInProgress.mode & StrictEffectsMode) !== NoMode) workInProgress.flags &= ~(MountPassiveDev | MountLayoutDev | Passive | Update); + else workInProgress.flags &= ~(Passive | Update); current.lanes = removeLanes(current.lanes, lanes); } function resetHooksAfterThrow() { // We can assume the previous dispatcher is always this one, since we set it - // at the beginning of the render phase and there's no re-entrancy. + // at the beginning of the render phase and there's no re-entrance. ReactCurrentDispatcher$1.current = ContextOnlyDispatcher; if (didScheduleRenderPhaseUpdate) { // There were render phase updates. These are only valid for this render @@ -13816,15 +16599,16 @@ module.exports = require('./cjs/react-dom.development.js'); } didScheduleRenderPhaseUpdate = false; } - renderLanes1 = NoLanes; + renderLanes = NoLanes; currentlyRenderingFiber$1 = null; - currentHook1 = null; + currentHook = null; workInProgressHook = null; hookTypesDev = null; hookTypesUpdateIndexDev = -1; currentHookNameInDev = null; isUpdatingOpaqueValueInRenderPhase = false; didScheduleRenderPhaseUpdateDuringThisPass = false; + localIdCounter = 0; } function mountWorkInProgressHook() { var hook = { @@ -13847,11 +16631,11 @@ module.exports = require('./cjs/react-dom.development.js'); // use as a base. When we reach the end of the base list, we must switch to // the dispatcher used for mounts. var nextCurrentHook; - if (currentHook1 === null) { + if (currentHook === null) { var current = currentlyRenderingFiber$1.alternate; if (current !== null) nextCurrentHook = current.memoizedState; else nextCurrentHook = null; - } else nextCurrentHook = currentHook1.next; + } else nextCurrentHook = currentHook.next; var nextWorkInProgressHook; if (workInProgressHook === null) nextWorkInProgressHook = currentlyRenderingFiber$1.memoizedState; else nextWorkInProgressHook = workInProgressHook.next; @@ -13859,16 +16643,16 @@ module.exports = require('./cjs/react-dom.development.js'); // There's already a work-in-progress. Reuse it. workInProgressHook = nextWorkInProgressHook; nextWorkInProgressHook = workInProgressHook.next; - currentHook1 = nextCurrentHook; + currentHook = nextCurrentHook; } else { // Clone from the current hook. - if (!(nextCurrentHook !== null)) throw Error("Rendered more hooks than during the previous render."); - currentHook1 = nextCurrentHook; + if (nextCurrentHook === null) throw new Error("Rendered more hooks than during the previous render."); + currentHook = nextCurrentHook; var newHook = { - memoizedState: currentHook1.memoizedState, - baseState: currentHook1.baseState, - baseQueue: currentHook1.baseQueue, - queue: currentHook1.queue, + memoizedState: currentHook.memoizedState, + baseState: currentHook.baseState, + baseQueue: currentHook.baseQueue, + queue: currentHook.queue, next: null }; if (workInProgressHook === null) // This is the first hook in the list. @@ -13880,12 +16664,13 @@ module.exports = require('./cjs/react-dom.development.js'); } function createFunctionComponentUpdateQueue() { return { - lastEffect: null + lastEffect: null, + stores: null }; } function basicStateReducer(state, action) { // $FlowFixMe: Flow doesn't like mixed types - return typeof action === 'function' ? action(state) : action; + return typeof action === "function" ? action(state) : action; } function mountReducer(reducer, initialArg, init) { var hook = mountWorkInProgressHook(); @@ -13893,13 +16678,16 @@ module.exports = require('./cjs/react-dom.development.js'); if (init !== undefined) initialState = init(initialArg); else initialState = initialArg; hook.memoizedState = hook.baseState = initialState; - var queue = hook.queue = { + var queue = { pending: null, + interleaved: null, + lanes: NoLanes, dispatch: null, lastRenderedReducer: reducer, lastRenderedState: initialState }; - var dispatch = queue.dispatch = dispatchAction.bind(null, currentlyRenderingFiber$1, queue); + hook.queue = queue; + var dispatch = queue.dispatch = dispatchReducerAction.bind(null, currentlyRenderingFiber$1, queue); return [ hook.memoizedState, dispatch @@ -13908,9 +16696,9 @@ module.exports = require('./cjs/react-dom.development.js'); function updateReducer(reducer, initialArg, init) { var hook = updateWorkInProgressHook(); var queue = hook.queue; - if (!(queue !== null)) throw Error("Should have a queue. This is likely a bug in React. Please file an issue."); + if (queue === null) throw new Error("Should have a queue. This is likely a bug in React. Please file an issue."); queue.lastRenderedReducer = reducer; - var current = currentHook1; // The last rebase update that is NOT part of the base state. + var current = currentHook; // The last rebase update that is NOT part of the base state. var baseQueue = current.baseQueue; // The last pending update that hasn't been processed yet. var pendingQueue = queue.pending; if (pendingQueue !== null) { @@ -13925,7 +16713,7 @@ module.exports = require('./cjs/react-dom.development.js'); } if (current.baseQueue !== baseQueue) // Internal invariant that should never happen, but feasibly could in // the future if we implement resuming, or some form of that. - error1("Internal error: Expected work-in-progress queue to be a clone. This is a bug in React."); + error("Internal error: Expected work-in-progress queue to be a clone. This is a bug in React."); current.baseQueue = baseQueue = pendingQueue; queue.pending = null; } @@ -13939,14 +16727,14 @@ module.exports = require('./cjs/react-dom.development.js'); var update = first; do { var updateLane = update.lane; - if (!isSubsetOfLanes(renderLanes1, updateLane)) { + if (!isSubsetOfLanes(renderLanes, updateLane)) { // Priority is insufficient. Skip this update. If this is the first // skipped update, the previous update/state is the new base // update/state. var clone = { lane: updateLane, action: update.action, - eagerReducer: update.eagerReducer, + hasEagerState: update.hasEagerState, eagerState: update.eagerState, next: null }; @@ -13968,14 +16756,14 @@ module.exports = require('./cjs/react-dom.development.js'); // this will never be skipped by the check above. lane: NoLane, action: update.action, - eagerReducer: update.eagerReducer, + hasEagerState: update.hasEagerState, eagerState: update.eagerState, next: null }; newBaseQueueLast = newBaseQueueLast.next = _clone; } // Process this update. - if (update.eagerReducer === reducer) // If this update was processed eagerly, and its reducer matches the - // current reducer, we can use the eagerly computed state. + if (update.hasEagerState) // If this update is a state update (not a reducer) and was processed eagerly, + // we can use the eagerly computed state newState = update.eagerState; else { var action = update.action; @@ -13983,7 +16771,7 @@ module.exports = require('./cjs/react-dom.development.js'); } } update = update.next; - }while (update !== null && update !== first) + }while (update !== null && update !== first); if (newBaseQueueLast === null) newBaseState = newState; else newBaseQueueLast.next = newBaseQueueFirst; // Mark that the fiber performed work, but only if the new state is @@ -13993,7 +16781,21 @@ module.exports = require('./cjs/react-dom.development.js'); hook.baseState = newBaseState; hook.baseQueue = newBaseQueueLast; queue.lastRenderedState = newState; - } + } // Interleaved updates are stored on a separate queue. We aren't going to + // process them during this render, but we do need to track which lanes + // are remaining. + var lastInterleaved = queue.interleaved; + if (lastInterleaved !== null) { + var interleaved = lastInterleaved; + do { + var interleavedLane = interleaved.lane; + currentlyRenderingFiber$1.lanes = mergeLanes(currentlyRenderingFiber$1.lanes, interleavedLane); + markSkippedUpdateLanes(interleavedLane); + interleaved = interleaved.next; + }while (interleaved !== lastInterleaved); + } else if (baseQueue === null) // `queue.lanes` is used for entangling transitions. We can set it back to + // zero once the queue is empty. + queue.lanes = NoLanes; var dispatch = queue.dispatch; return [ hook.memoizedState, @@ -14003,7 +16805,7 @@ module.exports = require('./cjs/react-dom.development.js'); function rerenderReducer(reducer, initialArg, init) { var hook = updateWorkInProgressHook(); var queue = hook.queue; - if (!(queue !== null)) throw Error("Should have a queue. This is likely a bug in React. Please file an issue."); + if (queue === null) throw new Error("Should have a queue. This is likely a bug in React. Please file an issue."); queue.lastRenderedReducer = reducer; // This is a re-render. Apply the new render phase updates to the previous // work-in-progress hook. var dispatch = queue.dispatch; @@ -14021,7 +16823,7 @@ module.exports = require('./cjs/react-dom.development.js'); var action = update.action; newState = reducer(newState, action); update = update.next; - }while (update !== firstRenderPhaseUpdate) // Mark that the fiber performed work, but only if the new state is + }while (update !== firstRenderPhaseUpdate); // Mark that the fiber performed work, but only if the new state is // different from the current state. if (!objectIs(newState, hook.memoizedState)) markWorkInProgressReceivedUpdate(); hook.memoizedState = newState; // Don't persist the state accumulated from the render phase updates to @@ -14036,185 +16838,173 @@ module.exports = require('./cjs/react-dom.development.js'); dispatch ]; } - function readFromUnsubcribedMutableSource(root, source, getSnapshot) { - warnAboutMultipleRenderersDEV(source); - var getVersion = source._getVersion; - var version = getVersion(source._source); // Is it safe for this component to read from this source during the current render? - var isSafeToReadFromSource = false; // Check the version first. - // If this render has already been started with a specific version, - // we can use it alone to determine if we can safely read from the source. - var currentRenderVersion = getWorkInProgressVersion(source); - if (currentRenderVersion !== null) // It's safe to read if the store hasn't been mutated since the last time - // we read something. - isSafeToReadFromSource = currentRenderVersion === version; - else { - // If there's no version, then this is the first time we've read from the - // source during the current render pass, so we need to do a bit more work. - // What we need to determine is if there are any hooks that already - // subscribed to the source, and if so, whether there are any pending - // mutations that haven't been synchronized yet. - // - // If there are no pending mutations, then `root.mutableReadLanes` will be - // empty, and we know we can safely read. - // - // If there *are* pending mutations, we may still be able to safely read - // if the currently rendering lanes are inclusive of the pending mutation - // lanes, since that guarantees that the value we're about to read from - // the source is consistent with the values that we read during the most - // recent mutation. - isSafeToReadFromSource = isSubsetOfLanes(renderLanes1, root.mutableReadLanes); - if (isSafeToReadFromSource) // If it's safe to read from this source during the current render, - // store the version in case other components read from it. - // A changed version number will let those components know to throw and restart the render. - setWorkInProgressVersion(source, version); - } - if (isSafeToReadFromSource) { - var snapshot = getSnapshot(source._source); - if (typeof snapshot === 'function') error1("Mutable source should not return a function as the snapshot value. Functions may close over mutable values and cause tearing."); - return snapshot; + function mountMutableSource(source, getSnapshot, subscribe) { + return undefined; + } + function updateMutableSource(source, getSnapshot, subscribe) { + return undefined; + } + function mountSyncExternalStore(subscribe, getSnapshot, getServerSnapshot) { + var fiber = currentlyRenderingFiber$1; + var hook = mountWorkInProgressHook(); + var nextSnapshot; + var isHydrating = getIsHydrating(); + if (isHydrating) { + if (getServerSnapshot === undefined) throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering."); + nextSnapshot = getServerSnapshot(); + if (!didWarnUncachedGetSnapshot) { + if (nextSnapshot !== getServerSnapshot()) { + error("The result of getServerSnapshot should be cached to avoid an infinite loop"); + didWarnUncachedGetSnapshot = true; + } + } } else { - // This handles the special case of a mutable source being shared between renderers. - // In that case, if the source is mutated between the first and second renderer, - // The second renderer don't know that it needs to reset the WIP version during unwind, - // (because the hook only marks sources as dirty if it's written to their WIP version). - // That would cause this tear check to throw again and eventually be visible to the user. - // We can avoid this infinite loop by explicitly marking the source as dirty. + nextSnapshot = getSnapshot(); + if (!didWarnUncachedGetSnapshot) { + var cachedSnapshot = getSnapshot(); + if (!objectIs(nextSnapshot, cachedSnapshot)) { + error("The result of getSnapshot should be cached to avoid an infinite loop"); + didWarnUncachedGetSnapshot = true; + } + } + // Right before committing, we will walk the tree and check if any of the + // stores were mutated. // - // This can lead to tearing in the first renderer when it resumes, - // but there's nothing we can do about that (short of throwing here and refusing to continue the render). - markSourceAsDirty(source); - throw Error("Cannot read from mutable source during the current render without tearing. This is a bug in React. Please file an issue."); - } - } - function useMutableSource(hook, source, getSnapshot, subscribe) { - var root = getWorkInProgressRoot(); - if (!(root !== null)) throw Error("Expected a work-in-progress root. This is a bug in React. Please file an issue."); - var getVersion = source._getVersion; - var version = getVersion(source._source); - var dispatcher = ReactCurrentDispatcher$1.current; // eslint-disable-next-line prefer-const - var _dispatcher$useState = dispatcher.useState(function() { - return readFromUnsubcribedMutableSource(root, source, getSnapshot); - }), currentSnapshot = _dispatcher$useState[0], setSnapshot = _dispatcher$useState[1]; - var snapshot = currentSnapshot; // Grab a handle to the state hook as well. - // We use it to clear the pending update queue if we have a new source. - var stateHook = workInProgressHook; - var memoizedState = hook.memoizedState; - var refs = memoizedState.refs; - var prevGetSnapshot = refs.getSnapshot; - var prevSource = memoizedState.source; - var prevSubscribe = memoizedState.subscribe; + // We won't do this if we're hydrating server-rendered content, because if + // the content is stale, it's already visible anyway. Instead we'll patch + // it up in a passive effect. + var root = getWorkInProgressRoot(); + if (root === null) throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue."); + if (!includesBlockingLane(root, renderLanes)) pushStoreConsistencyCheck(fiber, getSnapshot, nextSnapshot); + } // Read the current snapshot from the store on every render. This breaks the + // normal rules of React, and only works because store updates are + // always synchronous. + hook.memoizedState = nextSnapshot; + var inst = { + value: nextSnapshot, + getSnapshot: getSnapshot + }; + hook.queue = inst; // Schedule an effect to subscribe to the store. + mountEffect(subscribeToStore.bind(null, fiber, inst, subscribe), [ + subscribe + ]); // Schedule an effect to update the mutable instance fields. We will update + // this whenever subscribe, getSnapshot, or value changes. Because there's no + // clean-up function, and we track the deps correctly, we can call pushEffect + // directly, without storing any additional state. For the same reason, we + // don't need to set a static flag, either. + // TODO: We can move this to the passive phase once we add a pre-commit + // consistency check. See the next comment. + fiber.flags |= Passive; + pushEffect(HasEffect | Passive$1, updateStoreInstance.bind(null, fiber, inst, nextSnapshot, getSnapshot), undefined, null); + return nextSnapshot; + } + function updateSyncExternalStore(subscribe, getSnapshot, getServerSnapshot) { var fiber = currentlyRenderingFiber$1; - hook.memoizedState = { - refs: refs, - source: source, - subscribe: subscribe - }; // Sync the values needed by our subscription handler after each commit. - dispatcher.useEffect(function() { - refs.getSnapshot = getSnapshot; // Normally the dispatch function for a state hook never changes, - // but this hook recreates the queue in certain cases to avoid updates from stale sources. - // handleChange() below needs to reference the dispatch function without re-subscribing, - // so we use a ref to ensure that it always has the latest version. - refs.setSnapshot = setSnapshot; // Check for a possible change between when we last rendered now. - var maybeNewVersion = getVersion(source._source); - if (!objectIs(version, maybeNewVersion)) { - var maybeNewSnapshot = getSnapshot(source._source); - if (typeof maybeNewSnapshot === 'function') error1("Mutable source should not return a function as the snapshot value. Functions may close over mutable values and cause tearing."); - if (!objectIs(snapshot, maybeNewSnapshot)) { - setSnapshot(maybeNewSnapshot); - var lane = requestUpdateLane(fiber); - markRootMutableRead(root, lane); - } // If the source mutated between render and now, - // there may be state updates already scheduled from the old source. - // Entangle the updates so that they render in the same batch. - markRootEntangled(root, root.mutableReadLanes); - } - }, [ - getSnapshot, - source, + var hook = updateWorkInProgressHook(); // Read the current snapshot from the store on every render. This breaks the + // normal rules of React, and only works because store updates are + // always synchronous. + var nextSnapshot = getSnapshot(); + if (!didWarnUncachedGetSnapshot) { + var cachedSnapshot = getSnapshot(); + if (!objectIs(nextSnapshot, cachedSnapshot)) { + error("The result of getSnapshot should be cached to avoid an infinite loop"); + didWarnUncachedGetSnapshot = true; + } + } + var prevSnapshot = hook.memoizedState; + var snapshotChanged = !objectIs(prevSnapshot, nextSnapshot); + if (snapshotChanged) { + hook.memoizedState = nextSnapshot; + markWorkInProgressReceivedUpdate(); + } + var inst = hook.queue; + updateEffect(subscribeToStore.bind(null, fiber, inst, subscribe), [ subscribe - ]); // If we got a new source or subscribe function, re-subscribe in a passive effect. - dispatcher.useEffect(function() { - var handleChange = function() { - var latestGetSnapshot = refs.getSnapshot; - var latestSetSnapshot = refs.setSnapshot; - try { - latestSetSnapshot(latestGetSnapshot(source._source)); // Record a pending mutable source update with the same expiration time. - var lane = requestUpdateLane(fiber); - markRootMutableRead(root, lane); - } catch (error) { - // A selector might throw after a source mutation. - // e.g. it might try to read from a part of the store that no longer exists. - // In this case we should still schedule an update with React. - // Worst case the selector will throw again and then an error boundary will handle it. - latestSetSnapshot(function() { - throw error; - }); - } - }; - var unsubscribe = subscribe(source._source, handleChange); - if (typeof unsubscribe !== 'function') error1('Mutable source subscribe function must return an unsubscribe function.'); - return unsubscribe; - }, [ - source, - subscribe - ]); // If any of the inputs to useMutableSource change, reading is potentially unsafe. - // - // If either the source or the subscription have changed we can't can't trust the update queue. - // Maybe the source changed in a way that the old subscription ignored but the new one depends on. - // - // If the getSnapshot function changed, we also shouldn't rely on the update queue. - // It's possible that the underlying source was mutated between the when the last "change" event fired, - // and when the current render (with the new getSnapshot function) is processed. - // - // In both cases, we need to throw away pending updates (since they are no longer relevant) - // and treat reading from the source as we do in the mount case. - if (!objectIs(prevGetSnapshot, getSnapshot) || !objectIs(prevSource, source) || !objectIs(prevSubscribe, subscribe)) { - // Create a new queue and setState method, - // So if there are interleaved updates, they get pushed to the older queue. - // When this becomes current, the previous queue and dispatch method will be discarded, - // including any interleaving updates that occur. - var newQueue = { - pending: null, - dispatch: null, - lastRenderedReducer: basicStateReducer, - lastRenderedState: snapshot - }; - newQueue.dispatch = setSnapshot = dispatchAction.bind(null, currentlyRenderingFiber$1, newQueue); - stateHook.queue = newQueue; - stateHook.baseQueue = null; - snapshot = readFromUnsubcribedMutableSource(root, source, getSnapshot); - stateHook.memoizedState = stateHook.baseState = snapshot; - } - return snapshot; - } - function mountMutableSource(source, getSnapshot, subscribe) { - var hook = mountWorkInProgressHook(); - hook.memoizedState = { - refs: { - getSnapshot: getSnapshot, - setSnapshot: null - }, - source: source, - subscribe: subscribe + ]); // Whenever getSnapshot or subscribe changes, we need to check in the + // commit phase if there was an interleaved mutation. In concurrent mode + // this can happen all the time, but even in synchronous mode, an earlier + // effect may have mutated the store. + if (inst.getSnapshot !== getSnapshot || snapshotChanged || // checking whether we scheduled a subscription effect above. + workInProgressHook !== null && workInProgressHook.memoizedState.tag & HasEffect) { + fiber.flags |= Passive; + pushEffect(HasEffect | Passive$1, updateStoreInstance.bind(null, fiber, inst, nextSnapshot, getSnapshot), undefined, null); // Unless we're rendering a blocking lane, schedule a consistency check. + // Right before committing, we will walk the tree and check if any of the + // stores were mutated. + var root = getWorkInProgressRoot(); + if (root === null) throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue."); + if (!includesBlockingLane(root, renderLanes)) pushStoreConsistencyCheck(fiber, getSnapshot, nextSnapshot); + } + return nextSnapshot; + } + function pushStoreConsistencyCheck(fiber, getSnapshot, renderedSnapshot) { + fiber.flags |= StoreConsistency; + var check = { + getSnapshot: getSnapshot, + value: renderedSnapshot }; - return useMutableSource(hook, source, getSnapshot, subscribe); + var componentUpdateQueue = currentlyRenderingFiber$1.updateQueue; + if (componentUpdateQueue === null) { + componentUpdateQueue = createFunctionComponentUpdateQueue(); + currentlyRenderingFiber$1.updateQueue = componentUpdateQueue; + componentUpdateQueue.stores = [ + check + ]; + } else { + var stores = componentUpdateQueue.stores; + if (stores === null) componentUpdateQueue.stores = [ + check + ]; + else stores.push(check); + } + } + function updateStoreInstance(fiber, inst, nextSnapshot, getSnapshot) { + // These are updated in the passive phase + inst.value = nextSnapshot; + inst.getSnapshot = getSnapshot; // Something may have been mutated in between render and commit. This could + // have been in an event that fired before the passive effects, or it could + // have been in a layout effect. In that case, we would have used the old + // snapsho and getSnapshot values to bail out. We need to check one more time. + if (checkIfSnapshotChanged(inst)) // Force a re-render. + forceStoreRerender(fiber); + } + function subscribeToStore(fiber, inst, subscribe) { + var handleStoreChange = function() { + // The store changed. Check if the snapshot changed since the last time we + // read from the store. + if (checkIfSnapshotChanged(inst)) // Force a re-render. + forceStoreRerender(fiber); + }; // Subscribe to the store and return a clean-up function. + return subscribe(handleStoreChange); + } + function checkIfSnapshotChanged(inst) { + var latestGetSnapshot = inst.getSnapshot; + var prevValue = inst.value; + try { + var nextValue = latestGetSnapshot(); + return !objectIs(prevValue, nextValue); + } catch (error) { + return true; + } } - function updateMutableSource(source, getSnapshot, subscribe) { - var hook = updateWorkInProgressHook(); - return useMutableSource(hook, source, getSnapshot, subscribe); + function forceStoreRerender(fiber) { + var root = enqueueConcurrentRenderForLane(fiber, SyncLane); + if (root !== null) scheduleUpdateOnFiber(root, fiber, SyncLane, NoTimestamp); } function mountState(initialState) { var hook = mountWorkInProgressHook(); - if (typeof initialState === 'function') // $FlowFixMe: Flow doesn't like mixed types + if (typeof initialState === "function") // $FlowFixMe: Flow doesn't like mixed types initialState = initialState(); hook.memoizedState = hook.baseState = initialState; - var queue = hook.queue = { + var queue = { pending: null, + interleaved: null, + lanes: NoLanes, dispatch: null, lastRenderedReducer: basicStateReducer, lastRenderedState: initialState }; - var dispatch = queue.dispatch = dispatchAction.bind(null, currentlyRenderingFiber$1, queue); + hook.queue = queue; + var dispatch = queue.dispatch = dispatchSetState.bind(null, currentlyRenderingFiber$1, queue); return [ hook.memoizedState, dispatch @@ -14254,12 +17044,11 @@ module.exports = require('./cjs/react-dom.development.js'); } function mountRef(initialValue) { var hook = mountWorkInProgressHook(); - var ref = { + var _ref2 = { current: initialValue }; - Object.seal(ref); - hook.memoizedState = ref; - return ref; + hook.memoizedState = _ref2; + return _ref2; } function updateRef(initialValue) { var hook = updateWorkInProgressHook(); @@ -14275,13 +17064,13 @@ module.exports = require('./cjs/react-dom.development.js'); var hook = updateWorkInProgressHook(); var nextDeps = deps === undefined ? null : deps; var destroy = undefined; - if (currentHook1 !== null) { - var prevEffect = currentHook1.memoizedState; + if (currentHook !== null) { + var prevEffect = currentHook.memoizedState; destroy = prevEffect.destroy; if (nextDeps !== null) { var prevDeps = prevEffect.deps; if (areHookInputsEqual(nextDeps, prevDeps)) { - pushEffect(hookFlags, create, destroy, nextDeps); + hook.memoizedState = pushEffect(hookFlags, create, destroy, nextDeps); return; } } @@ -14290,23 +17079,29 @@ module.exports = require('./cjs/react-dom.development.js'); hook.memoizedState = pushEffect(HasEffect | hookFlags, create, destroy, nextDeps); } function mountEffect(create, deps) { - // $FlowExpectedError - jest isn't a global, and isn't recognized outside of tests - if ('undefined' !== typeof jest) warnIfNotCurrentlyActingEffectsInDEV(currentlyRenderingFiber$1); - return mountEffectImpl(Update | Passive, Passive$1, create, deps); + if ((currentlyRenderingFiber$1.mode & StrictEffectsMode) !== NoMode) return mountEffectImpl(MountPassiveDev | Passive | PassiveStatic, Passive$1, create, deps); + else return mountEffectImpl(Passive | PassiveStatic, Passive$1, create, deps); } function updateEffect(create, deps) { - // $FlowExpectedError - jest isn't a global, and isn't recognized outside of tests - if ('undefined' !== typeof jest) warnIfNotCurrentlyActingEffectsInDEV(currentlyRenderingFiber$1); - return updateEffectImpl(Update | Passive, Passive$1, create, deps); + return updateEffectImpl(Passive, Passive$1, create, deps); + } + function mountInsertionEffect(create, deps) { + return mountEffectImpl(Update, Insertion, create, deps); + } + function updateInsertionEffect(create, deps) { + return updateEffectImpl(Update, Insertion, create, deps); } function mountLayoutEffect(create, deps) { - return mountEffectImpl(Update, Layout, create, deps); + var fiberFlags = Update; + fiberFlags |= LayoutStatic; + if ((currentlyRenderingFiber$1.mode & StrictEffectsMode) !== NoMode) fiberFlags |= MountLayoutDev; + return mountEffectImpl(fiberFlags, Layout, create, deps); } function updateLayoutEffect(create, deps) { return updateEffectImpl(Update, Layout, create, deps); } function imperativeHandleEffect(create, ref) { - if (typeof ref === 'function') { + if (typeof ref === "function") { var refCallback = ref; var _inst = create(); refCallback(_inst); @@ -14315,7 +17110,7 @@ module.exports = require('./cjs/react-dom.development.js'); }; } else if (ref !== null && ref !== undefined) { var refObject = ref; - if (!refObject.hasOwnProperty('current')) error1("Expected useImperativeHandle() first argument to either be a ref callback or React.createRef() object. Instead received: %s.", 'an object with keys {' + Object.keys(refObject).join(', ') + '}'); + if (!refObject.hasOwnProperty("current")) error("Expected useImperativeHandle() first argument to either be a ref callback or React.createRef() object. Instead received: %s.", "an object with keys {" + Object.keys(refObject).join(", ") + "}"); var _inst2 = create(); refObject.current = _inst2; return function() { @@ -14324,14 +17119,17 @@ module.exports = require('./cjs/react-dom.development.js'); } } function mountImperativeHandle(ref, create, deps) { - if (typeof create !== 'function') error1("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.", create !== null ? typeof create : 'null'); + if (typeof create !== "function") error("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.", create !== null ? typeof create : "null"); var effectDeps = deps !== null && deps !== undefined ? deps.concat([ ref ]) : null; - return mountEffectImpl(Update, Layout, imperativeHandleEffect.bind(null, create, ref), effectDeps); + var fiberFlags = Update; + fiberFlags |= LayoutStatic; + if ((currentlyRenderingFiber$1.mode & StrictEffectsMode) !== NoMode) fiberFlags |= MountLayoutDev; + return mountEffectImpl(fiberFlags, Layout, imperativeHandleEffect.bind(null, create, ref), effectDeps); } function updateImperativeHandle(ref, create, deps) { - if (typeof create !== 'function') error1("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.", create !== null ? typeof create : 'null'); + if (typeof create !== "function") error("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.", create !== null ? typeof create : "null"); var effectDeps = deps !== null && deps !== undefined ? deps.concat([ ref ]) : null; @@ -14396,172 +17194,179 @@ module.exports = require('./cjs/react-dom.development.js'); return nextValue; } function mountDeferredValue(value) { - var _mountState = mountState(value), prevValue = _mountState[0], setValue = _mountState[1]; - mountEffect(function() { - var prevTransition = ReactCurrentBatchConfig$1.transition; - ReactCurrentBatchConfig$1.transition = 1; - try { - setValue(value); - } finally{ - ReactCurrentBatchConfig$1.transition = prevTransition; - } - }, [ - value - ]); - return prevValue; + var hook = mountWorkInProgressHook(); + hook.memoizedState = value; + return value; } function updateDeferredValue(value) { - var _updateState = updateState(), prevValue = _updateState[0], setValue = _updateState[1]; - updateEffect(function() { - var prevTransition = ReactCurrentBatchConfig$1.transition; - ReactCurrentBatchConfig$1.transition = 1; - try { - setValue(value); - } finally{ - ReactCurrentBatchConfig$1.transition = prevTransition; - } - }, [ - value - ]); - return prevValue; + var hook = updateWorkInProgressHook(); + var resolvedCurrentHook = currentHook; + var prevValue = resolvedCurrentHook.memoizedState; + return updateDeferredValueImpl(hook, prevValue, value); } function rerenderDeferredValue(value) { - var _rerenderState = rerenderState(), prevValue = _rerenderState[0], setValue = _rerenderState[1]; - updateEffect(function() { - var prevTransition = ReactCurrentBatchConfig$1.transition; - ReactCurrentBatchConfig$1.transition = 1; - try { - setValue(value); - } finally{ - ReactCurrentBatchConfig$1.transition = prevTransition; + var hook = updateWorkInProgressHook(); + if (currentHook === null) { + // This is a rerender during a mount. + hook.memoizedState = value; + return value; + } else { + // This is a rerender during an update. + var prevValue = currentHook.memoizedState; + return updateDeferredValueImpl(hook, prevValue, value); + } + } + function updateDeferredValueImpl(hook, prevValue, value) { + var shouldDeferValue = !includesOnlyNonUrgentLanes(renderLanes); + if (shouldDeferValue) { + // This is an urgent update. If the value has changed, keep using the + // previous value and spawn a deferred render to update it later. + if (!objectIs(value, prevValue)) { + // Schedule a deferred render + var deferredLane = claimNextTransitionLane(); + currentlyRenderingFiber$1.lanes = mergeLanes(currentlyRenderingFiber$1.lanes, deferredLane); + markSkippedUpdateLanes(deferredLane); // Set this to true to indicate that the rendered value is inconsistent + // from the latest value. The name "baseState" doesn't really match how we + // use it because we're reusing a state hook field instead of creating a + // new one. + hook.baseState = true; + } // Reuse the previous value + return prevValue; + } else { + // This is not an urgent update, so we can use the latest value regardless + // of what it is. No need to defer it. + // However, if we're currently inside a spawned render, then we need to mark + // this as an update to prevent the fiber from bailing out. + // + // `baseState` is true when the current value is different from the rendered + // value. The name doesn't really match how we use it because we're reusing + // a state hook field instead of creating a new one. + if (hook.baseState) { + // Flip this back to false. + hook.baseState = false; + markWorkInProgressReceivedUpdate(); } - }, [ - value - ]); - return prevValue; + hook.memoizedState = value; + return value; + } } - function startTransition(setPending, callback) { - var priorityLevel = getCurrentPriorityLevel(); - runWithPriority$1(priorityLevel < UserBlockingPriority$2 ? UserBlockingPriority$2 : priorityLevel, function() { - setPending(true); - }); - runWithPriority$1(priorityLevel > NormalPriority$1 ? NormalPriority$1 : priorityLevel, function() { - var prevTransition = ReactCurrentBatchConfig$1.transition; - ReactCurrentBatchConfig$1.transition = 1; - try { - setPending(false); - callback(); - } finally{ - ReactCurrentBatchConfig$1.transition = prevTransition; + function startTransition(setPending, callback, options) { + var previousPriority = getCurrentUpdatePriority(); + setCurrentUpdatePriority(higherEventPriority(previousPriority, ContinuousEventPriority)); + setPending(true); + var prevTransition = ReactCurrentBatchConfig$2.transition; + ReactCurrentBatchConfig$2.transition = {}; + var currentTransition = ReactCurrentBatchConfig$2.transition; + ReactCurrentBatchConfig$2.transition._updatedFibers = new Set(); + try { + setPending(false); + callback(); + } finally{ + setCurrentUpdatePriority(previousPriority); + ReactCurrentBatchConfig$2.transition = prevTransition; + if (prevTransition === null && currentTransition._updatedFibers) { + var updatedFibersCount = currentTransition._updatedFibers.size; + if (updatedFibersCount > 10) warn("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."); + currentTransition._updatedFibers.clear(); } - }); + } } function mountTransition() { - var _mountState2 = mountState(false), isPending = _mountState2[0], setPending = _mountState2[1]; // The `start` method can be stored on a ref, since `setPending` - // never changes. + var _mountState = mountState(false), isPending = _mountState[0], setPending = _mountState[1]; // The `start` method never changes. var start = startTransition.bind(null, setPending); - mountRef(start); + var hook = mountWorkInProgressHook(); + hook.memoizedState = start; return [ - start, - isPending + isPending, + start ]; } function updateTransition() { - var _updateState2 = updateState(), isPending = _updateState2[0]; - var startRef = updateRef(); - var start = startRef.current; + var _updateState = updateState(), isPending = _updateState[0]; + var hook = updateWorkInProgressHook(); + var start = hook.memoizedState; return [ - start, - isPending + isPending, + start ]; } function rerenderTransition() { - var _rerenderState2 = rerenderState(), isPending = _rerenderState2[0]; - var startRef = updateRef(); - var start = startRef.current; + var _rerenderState = rerenderState(), isPending = _rerenderState[0]; + var hook = updateWorkInProgressHook(); + var start = hook.memoizedState; return [ - start, - isPending + isPending, + start ]; } var isUpdatingOpaqueValueInRenderPhase = false; function getIsUpdatingOpaqueValueInRenderPhaseInDEV() { return isUpdatingOpaqueValueInRenderPhase; } - function warnOnOpaqueIdentifierAccessInDEV(fiber) { - // TODO: Should warn in effects and callbacks, too - var name = getComponentName(fiber.type) || 'Unknown'; - if (getIsRendering() && !didWarnAboutUseOpaqueIdentifier[name]) { - error1("The object passed back from useOpaqueIdentifier is meant to be passed through to attributes only. Do not read the value directly."); - didWarnAboutUseOpaqueIdentifier[name] = true; - } - } - function mountOpaqueIdentifier() { - var makeId = makeClientIdInDEV.bind(null, warnOnOpaqueIdentifierAccessInDEV.bind(null, currentlyRenderingFiber$1)); + function mountId() { + var hook = mountWorkInProgressHook(); + var root = getWorkInProgressRoot(); // TODO: In Fizz, id generation is specific to each server config. Maybe we + // should do this in Fiber, too? Deferring this decision for now because + // there's no other place to store the prefix except for an internal field on + // the public createRoot object, which the fiber tree does not currently have + // a reference to. + var identifierPrefix = root.identifierPrefix; + var id; if (getIsHydrating()) { - var didUpgrade = false; - var fiber = currentlyRenderingFiber$1; - var readValue = function() { - if (!didUpgrade) { - // Only upgrade once. This works even inside the render phase because - // the update is added to a shared queue, which outlasts the - // in-progress render. - didUpgrade = true; - isUpdatingOpaqueValueInRenderPhase = true; - setId(makeId()); - isUpdatingOpaqueValueInRenderPhase = false; - warnOnOpaqueIdentifierAccessInDEV(fiber); - } - throw Error("The object passed back from useOpaqueIdentifier is meant to be passed through to attributes only. Do not read the value directly."); - }; - var id = makeOpaqueHydratingObject(readValue); - var setId = mountState(id)[1]; - if ((currentlyRenderingFiber$1.mode & BlockingMode) === NoMode) { - currentlyRenderingFiber$1.flags |= Update | Passive; - pushEffect(HasEffect | Passive$1, function() { - setId(makeId()); - }, undefined, null); - } - return id; + var treeId = getTreeId(); // Use a captial R prefix for server-generated ids. + id = ":" + identifierPrefix + "R" + treeId; // Unless this is the first id at this level, append a number at the end + // that represents the position of this useId hook among all the useId + // hooks for this fiber. + var localId = localIdCounter++; + if (localId > 0) id += "H" + localId.toString(32); + id += ":"; } else { - var _id = makeId(); - mountState(_id); - return _id; + // Use a lowercase r prefix for client-generated ids. + var globalClientId = globalClientIdCounter++; + id = ":" + identifierPrefix + "r" + globalClientId.toString(32) + ":"; } - } - function updateOpaqueIdentifier() { - var id = updateState()[0]; + hook.memoizedState = id; return id; } - function rerenderOpaqueIdentifier() { - var id = rerenderState()[0]; + function updateId() { + var hook = updateWorkInProgressHook(); + var id = hook.memoizedState; return id; } - function dispatchAction(fiber, queue, action) { - if (typeof arguments[3] === 'function') error1("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect()."); - var eventTime = requestEventTime(); + function dispatchReducerAction(fiber, queue, action) { + if (typeof arguments[3] === "function") error("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect()."); var lane = requestUpdateLane(fiber); var update = { lane: lane, action: action, - eagerReducer: null, + hasEagerState: false, eagerState: null, next: null - }; // Append the update to the end of the list. - var pending = queue.pending; - if (pending === null) // This is the first update. Create a circular list. - update.next = update; + }; + if (isRenderPhaseUpdate(fiber)) enqueueRenderPhaseUpdate(queue, update); else { - update.next = pending.next; - pending.next = update; + var root = enqueueConcurrentHookUpdate(fiber, queue, update, lane); + if (root !== null) { + var eventTime = requestEventTime(); + scheduleUpdateOnFiber(root, fiber, lane, eventTime); + entangleTransitionUpdate(root, queue, lane); + } } - queue.pending = update; - var alternate = fiber.alternate; - if (fiber === currentlyRenderingFiber$1 || alternate !== null && alternate === currentlyRenderingFiber$1) // This is a render phase update. Stash it in a lazily-created map of - // queue -> linked list of updates. After this render pass, we'll restart - // and apply the stashed updates on top of the work-in-progress hook. - didScheduleRenderPhaseUpdateDuringThisPass = didScheduleRenderPhaseUpdate = true; + markUpdateInDevTools(fiber, lane); + } + function dispatchSetState(fiber, queue, action) { + if (typeof arguments[3] === "function") error("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect()."); + var lane = requestUpdateLane(fiber); + var update = { + lane: lane, + action: action, + hasEagerState: false, + eagerState: null, + next: null + }; + if (isRenderPhaseUpdate(fiber)) enqueueRenderPhaseUpdate(queue, update); else { + var alternate = fiber.alternate; if (fiber.lanes === NoLanes && (alternate === null || alternate.lanes === NoLanes)) { // The queue is currently empty, which means we can eagerly compute the // next state before entering the render phase. If the new state is the @@ -14577,26 +17382,66 @@ module.exports = require('./cjs/react-dom.development.js'); // it, on the update object. If the reducer hasn't changed by the // time we enter the render phase, then the eager state can be used // without calling the reducer again. - update.eagerReducer = lastRenderedReducer; + update.hasEagerState = true; update.eagerState = eagerState; - if (objectIs(eagerState, currentState)) // Fast path. We can bail out without scheduling React to re-render. - // It's still possible that we'll need to rebase this update later, - // if the component re-renders for a different reason and by that - // time the reducer has changed. - return; - } catch (error) { - } finally{ + if (objectIs(eagerState, currentState)) { + // Fast path. We can bail out without scheduling React to re-render. + // It's still possible that we'll need to rebase this update later, + // if the component re-renders for a different reason and by that + // time the reducer has changed. + // TODO: Do we still need to entangle transitions in this case? + enqueueConcurrentHookUpdateAndEagerlyBailout(fiber, queue, update, lane); + return; + } + } catch (error1) {} finally{ ReactCurrentDispatcher$1.current = prevDispatcher; } } } - // $FlowExpectedError - jest isn't a global, and isn't recognized outside of tests - if ('undefined' !== typeof jest) { - warnIfNotScopedWithMatchingAct(fiber); - warnIfNotCurrentlyActingUpdatesInDev(fiber); + var root = enqueueConcurrentHookUpdate(fiber, queue, update, lane); + if (root !== null) { + var eventTime = requestEventTime(); + scheduleUpdateOnFiber(root, fiber, lane, eventTime); + entangleTransitionUpdate(root, queue, lane); } - scheduleUpdateOnFiber(fiber, lane, eventTime); } + markUpdateInDevTools(fiber, lane); + } + function isRenderPhaseUpdate(fiber) { + var alternate = fiber.alternate; + return fiber === currentlyRenderingFiber$1 || alternate !== null && alternate === currentlyRenderingFiber$1; + } + function enqueueRenderPhaseUpdate(queue, update) { + // This is a render phase update. Stash it in a lazily-created map of + // queue -> linked list of updates. After this render pass, we'll restart + // and apply the stashed updates on top of the work-in-progress hook. + didScheduleRenderPhaseUpdateDuringThisPass = didScheduleRenderPhaseUpdate = true; + var pending = queue.pending; + if (pending === null) // This is the first update. Create a circular list. + update.next = update; + else { + update.next = pending.next; + pending.next = update; + } + queue.pending = update; + } // TODO: Move to ReactFiberConcurrentUpdates? + function entangleTransitionUpdate(root, queue, lane) { + if (isTransitionLane(lane)) { + var queueLanes = queue.lanes; // If any entangled lanes are no longer pending on the root, then they + // must have finished. We can remove them from the shared queue, which + // represents a superset of the actually pending lanes. In some cases we + // may entangle more than we need to, but that's OK. In fact it's worse if + // we *don't* entangle when we should. + queueLanes = intersectLanes(queueLanes, root.pendingLanes); // Entangle the new transition lane with the other transition lanes. + var newQueueLanes = mergeLanes(queueLanes, lane); + queue.lanes = newQueueLanes; // Even if queue.lanes already include lane, we don't know for certain if + // the lane finished since the last time we entangled it. So we need to + // entangle it again, just to be sure. + markRootEntangled(root, newQueueLanes); + } + } + function markUpdateInDevTools(fiber, lane, action) { + markStateUpdateScheduled(fiber, lane); } var ContextOnlyDispatcher = { readContext: readContext, @@ -14604,6 +17449,7 @@ module.exports = require('./cjs/react-dom.development.js'); useContext: throwInvalidHookError, useEffect: throwInvalidHookError, useImperativeHandle: throwInvalidHookError, + useInsertionEffect: throwInvalidHookError, useLayoutEffect: throwInvalidHookError, useMemo: throwInvalidHookError, useReducer: throwInvalidHookError, @@ -14613,7 +17459,8 @@ module.exports = require('./cjs/react-dom.development.js'); useDeferredValue: throwInvalidHookError, useTransition: throwInvalidHookError, useMutableSource: throwInvalidHookError, - useOpaqueIdentifier: throwInvalidHookError, + useSyncExternalStore: throwInvalidHookError, + useId: throwInvalidHookError, unstable_isNewReconciler: enableNewReconciler }; var HooksDispatcherOnMountInDEV = null; @@ -14624,46 +17471,52 @@ module.exports = require('./cjs/react-dom.development.js'); var InvalidNestedHooksDispatcherOnUpdateInDEV = null; var InvalidNestedHooksDispatcherOnRerenderInDEV = null; var warnInvalidContextAccess = function() { - error1("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo()."); + error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo()."); }; var warnInvalidHookAccess = function() { - error1("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://reactjs.org/link/rules-of-hooks"); + error("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://reactjs.org/link/rules-of-hooks"); }; HooksDispatcherOnMountInDEV = { - readContext: function(context, observedBits) { - return readContext(context, observedBits); + readContext: function(context) { + return readContext(context); }, useCallback: function(callback, deps) { - currentHookNameInDev = 'useCallback'; + currentHookNameInDev = "useCallback"; mountHookTypesDev(); checkDepsAreArrayDev(deps); return mountCallback(callback, deps); }, - useContext: function(context, observedBits) { - currentHookNameInDev = 'useContext'; + useContext: function(context) { + currentHookNameInDev = "useContext"; mountHookTypesDev(); - return readContext(context, observedBits); + return readContext(context); }, useEffect: function(create, deps) { - currentHookNameInDev = 'useEffect'; + currentHookNameInDev = "useEffect"; mountHookTypesDev(); checkDepsAreArrayDev(deps); return mountEffect(create, deps); }, useImperativeHandle: function(ref, create, deps) { - currentHookNameInDev = 'useImperativeHandle'; + currentHookNameInDev = "useImperativeHandle"; mountHookTypesDev(); checkDepsAreArrayDev(deps); return mountImperativeHandle(ref, create, deps); }, + useInsertionEffect: function(create, deps) { + currentHookNameInDev = "useInsertionEffect"; + mountHookTypesDev(); + checkDepsAreArrayDev(deps); + return mountInsertionEffect(create, deps); + }, useLayoutEffect: function(create, deps) { - currentHookNameInDev = 'useLayoutEffect'; + currentHookNameInDev = "useLayoutEffect"; mountHookTypesDev(); checkDepsAreArrayDev(deps); return mountLayoutEffect(create, deps); }, useMemo: function(create, deps) { - currentHookNameInDev = 'useMemo'; + currentHookNameInDev = "useMemo"; mountHookTypesDev(); checkDepsAreArrayDev(deps); var prevDispatcher = ReactCurrentDispatcher$1.current; @@ -14675,7 +17528,7 @@ module.exports = require('./cjs/react-dom.development.js'); } }, useReducer: function(reducer, initialArg, init) { - currentHookNameInDev = 'useReducer'; + currentHookNameInDev = "useReducer"; mountHookTypesDev(); var prevDispatcher = ReactCurrentDispatcher$1.current; ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnMountInDEV; @@ -14686,12 +17539,12 @@ module.exports = require('./cjs/react-dom.development.js'); } }, useRef: function(initialValue) { - currentHookNameInDev = 'useRef'; + currentHookNameInDev = "useRef"; mountHookTypesDev(); return mountRef(initialValue); }, useState: function(initialState) { - currentHookNameInDev = 'useState'; + currentHookNameInDev = "useState"; mountHookTypesDev(); var prevDispatcher = ReactCurrentDispatcher$1.current; ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnMountInDEV; @@ -14702,63 +17555,73 @@ module.exports = require('./cjs/react-dom.development.js'); } }, useDebugValue: function(value, formatterFn) { - currentHookNameInDev = 'useDebugValue'; + currentHookNameInDev = "useDebugValue"; mountHookTypesDev(); return mountDebugValue(); }, useDeferredValue: function(value) { - currentHookNameInDev = 'useDeferredValue'; + currentHookNameInDev = "useDeferredValue"; mountHookTypesDev(); return mountDeferredValue(value); }, useTransition: function() { - currentHookNameInDev = 'useTransition'; + currentHookNameInDev = "useTransition"; mountHookTypesDev(); return mountTransition(); }, useMutableSource: function(source, getSnapshot, subscribe) { - currentHookNameInDev = 'useMutableSource'; + currentHookNameInDev = "useMutableSource"; + mountHookTypesDev(); + return mountMutableSource(); + }, + useSyncExternalStore: function(subscribe, getSnapshot, getServerSnapshot) { + currentHookNameInDev = "useSyncExternalStore"; mountHookTypesDev(); - return mountMutableSource(source, getSnapshot, subscribe); + return mountSyncExternalStore(subscribe, getSnapshot, getServerSnapshot); }, - useOpaqueIdentifier: function() { - currentHookNameInDev = 'useOpaqueIdentifier'; + useId: function() { + currentHookNameInDev = "useId"; mountHookTypesDev(); - return mountOpaqueIdentifier(); + return mountId(); }, unstable_isNewReconciler: enableNewReconciler }; HooksDispatcherOnMountWithHookTypesInDEV = { - readContext: function(context, observedBits) { - return readContext(context, observedBits); + readContext: function(context) { + return readContext(context); }, useCallback: function(callback, deps) { - currentHookNameInDev = 'useCallback'; + currentHookNameInDev = "useCallback"; updateHookTypesDev(); return mountCallback(callback, deps); }, - useContext: function(context, observedBits) { - currentHookNameInDev = 'useContext'; + useContext: function(context) { + currentHookNameInDev = "useContext"; updateHookTypesDev(); - return readContext(context, observedBits); + return readContext(context); }, useEffect: function(create, deps) { - currentHookNameInDev = 'useEffect'; + currentHookNameInDev = "useEffect"; updateHookTypesDev(); return mountEffect(create, deps); }, useImperativeHandle: function(ref, create, deps) { - currentHookNameInDev = 'useImperativeHandle'; + currentHookNameInDev = "useImperativeHandle"; updateHookTypesDev(); return mountImperativeHandle(ref, create, deps); }, + useInsertionEffect: function(create, deps) { + currentHookNameInDev = "useInsertionEffect"; + updateHookTypesDev(); + return mountInsertionEffect(create, deps); + }, useLayoutEffect: function(create, deps) { - currentHookNameInDev = 'useLayoutEffect'; + currentHookNameInDev = "useLayoutEffect"; updateHookTypesDev(); return mountLayoutEffect(create, deps); }, useMemo: function(create, deps) { - currentHookNameInDev = 'useMemo'; + currentHookNameInDev = "useMemo"; updateHookTypesDev(); var prevDispatcher = ReactCurrentDispatcher$1.current; ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnMountInDEV; @@ -14769,7 +17632,7 @@ module.exports = require('./cjs/react-dom.development.js'); } }, useReducer: function(reducer, initialArg, init) { - currentHookNameInDev = 'useReducer'; + currentHookNameInDev = "useReducer"; updateHookTypesDev(); var prevDispatcher = ReactCurrentDispatcher$1.current; ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnMountInDEV; @@ -14780,12 +17643,12 @@ module.exports = require('./cjs/react-dom.development.js'); } }, useRef: function(initialValue) { - currentHookNameInDev = 'useRef'; + currentHookNameInDev = "useRef"; updateHookTypesDev(); return mountRef(initialValue); }, useState: function(initialState) { - currentHookNameInDev = 'useState'; + currentHookNameInDev = "useState"; updateHookTypesDev(); var prevDispatcher = ReactCurrentDispatcher$1.current; ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnMountInDEV; @@ -14796,63 +17659,73 @@ module.exports = require('./cjs/react-dom.development.js'); } }, useDebugValue: function(value, formatterFn) { - currentHookNameInDev = 'useDebugValue'; + currentHookNameInDev = "useDebugValue"; updateHookTypesDev(); return mountDebugValue(); }, useDeferredValue: function(value) { - currentHookNameInDev = 'useDeferredValue'; + currentHookNameInDev = "useDeferredValue"; updateHookTypesDev(); return mountDeferredValue(value); }, useTransition: function() { - currentHookNameInDev = 'useTransition'; + currentHookNameInDev = "useTransition"; updateHookTypesDev(); return mountTransition(); }, useMutableSource: function(source, getSnapshot, subscribe) { - currentHookNameInDev = 'useMutableSource'; + currentHookNameInDev = "useMutableSource"; + updateHookTypesDev(); + return mountMutableSource(); + }, + useSyncExternalStore: function(subscribe, getSnapshot, getServerSnapshot) { + currentHookNameInDev = "useSyncExternalStore"; updateHookTypesDev(); - return mountMutableSource(source, getSnapshot, subscribe); + return mountSyncExternalStore(subscribe, getSnapshot, getServerSnapshot); }, - useOpaqueIdentifier: function() { - currentHookNameInDev = 'useOpaqueIdentifier'; + useId: function() { + currentHookNameInDev = "useId"; updateHookTypesDev(); - return mountOpaqueIdentifier(); + return mountId(); }, unstable_isNewReconciler: enableNewReconciler }; HooksDispatcherOnUpdateInDEV = { - readContext: function(context, observedBits) { - return readContext(context, observedBits); + readContext: function(context) { + return readContext(context); }, useCallback: function(callback, deps) { - currentHookNameInDev = 'useCallback'; + currentHookNameInDev = "useCallback"; updateHookTypesDev(); return updateCallback(callback, deps); }, - useContext: function(context, observedBits) { - currentHookNameInDev = 'useContext'; + useContext: function(context) { + currentHookNameInDev = "useContext"; updateHookTypesDev(); - return readContext(context, observedBits); + return readContext(context); }, useEffect: function(create, deps) { - currentHookNameInDev = 'useEffect'; + currentHookNameInDev = "useEffect"; updateHookTypesDev(); return updateEffect(create, deps); }, useImperativeHandle: function(ref, create, deps) { - currentHookNameInDev = 'useImperativeHandle'; + currentHookNameInDev = "useImperativeHandle"; updateHookTypesDev(); return updateImperativeHandle(ref, create, deps); }, + useInsertionEffect: function(create, deps) { + currentHookNameInDev = "useInsertionEffect"; + updateHookTypesDev(); + return updateInsertionEffect(create, deps); + }, useLayoutEffect: function(create, deps) { - currentHookNameInDev = 'useLayoutEffect'; + currentHookNameInDev = "useLayoutEffect"; updateHookTypesDev(); return updateLayoutEffect(create, deps); }, useMemo: function(create, deps) { - currentHookNameInDev = 'useMemo'; + currentHookNameInDev = "useMemo"; updateHookTypesDev(); var prevDispatcher = ReactCurrentDispatcher$1.current; ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnUpdateInDEV; @@ -14863,7 +17736,7 @@ module.exports = require('./cjs/react-dom.development.js'); } }, useReducer: function(reducer, initialArg, init) { - currentHookNameInDev = 'useReducer'; + currentHookNameInDev = "useReducer"; updateHookTypesDev(); var prevDispatcher = ReactCurrentDispatcher$1.current; ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnUpdateInDEV; @@ -14874,12 +17747,12 @@ module.exports = require('./cjs/react-dom.development.js'); } }, useRef: function(initialValue) { - currentHookNameInDev = 'useRef'; + currentHookNameInDev = "useRef"; updateHookTypesDev(); return updateRef(); }, useState: function(initialState) { - currentHookNameInDev = 'useState'; + currentHookNameInDev = "useState"; updateHookTypesDev(); var prevDispatcher = ReactCurrentDispatcher$1.current; ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnUpdateInDEV; @@ -14890,63 +17763,73 @@ module.exports = require('./cjs/react-dom.development.js'); } }, useDebugValue: function(value, formatterFn) { - currentHookNameInDev = 'useDebugValue'; + currentHookNameInDev = "useDebugValue"; updateHookTypesDev(); return updateDebugValue(); }, useDeferredValue: function(value) { - currentHookNameInDev = 'useDeferredValue'; + currentHookNameInDev = "useDeferredValue"; updateHookTypesDev(); return updateDeferredValue(value); }, useTransition: function() { - currentHookNameInDev = 'useTransition'; + currentHookNameInDev = "useTransition"; updateHookTypesDev(); return updateTransition(); }, useMutableSource: function(source, getSnapshot, subscribe) { - currentHookNameInDev = 'useMutableSource'; + currentHookNameInDev = "useMutableSource"; + updateHookTypesDev(); + return updateMutableSource(); + }, + useSyncExternalStore: function(subscribe, getSnapshot, getServerSnapshot) { + currentHookNameInDev = "useSyncExternalStore"; updateHookTypesDev(); - return updateMutableSource(source, getSnapshot, subscribe); + return updateSyncExternalStore(subscribe, getSnapshot); }, - useOpaqueIdentifier: function() { - currentHookNameInDev = 'useOpaqueIdentifier'; + useId: function() { + currentHookNameInDev = "useId"; updateHookTypesDev(); - return updateOpaqueIdentifier(); + return updateId(); }, unstable_isNewReconciler: enableNewReconciler }; HooksDispatcherOnRerenderInDEV = { - readContext: function(context, observedBits) { - return readContext(context, observedBits); + readContext: function(context) { + return readContext(context); }, useCallback: function(callback, deps) { - currentHookNameInDev = 'useCallback'; + currentHookNameInDev = "useCallback"; updateHookTypesDev(); return updateCallback(callback, deps); }, - useContext: function(context, observedBits) { - currentHookNameInDev = 'useContext'; + useContext: function(context) { + currentHookNameInDev = "useContext"; updateHookTypesDev(); - return readContext(context, observedBits); + return readContext(context); }, useEffect: function(create, deps) { - currentHookNameInDev = 'useEffect'; + currentHookNameInDev = "useEffect"; updateHookTypesDev(); return updateEffect(create, deps); }, useImperativeHandle: function(ref, create, deps) { - currentHookNameInDev = 'useImperativeHandle'; + currentHookNameInDev = "useImperativeHandle"; updateHookTypesDev(); return updateImperativeHandle(ref, create, deps); }, + useInsertionEffect: function(create, deps) { + currentHookNameInDev = "useInsertionEffect"; + updateHookTypesDev(); + return updateInsertionEffect(create, deps); + }, useLayoutEffect: function(create, deps) { - currentHookNameInDev = 'useLayoutEffect'; + currentHookNameInDev = "useLayoutEffect"; updateHookTypesDev(); return updateLayoutEffect(create, deps); }, useMemo: function(create, deps) { - currentHookNameInDev = 'useMemo'; + currentHookNameInDev = "useMemo"; updateHookTypesDev(); var prevDispatcher = ReactCurrentDispatcher$1.current; ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnRerenderInDEV; @@ -14957,7 +17840,7 @@ module.exports = require('./cjs/react-dom.development.js'); } }, useReducer: function(reducer, initialArg, init) { - currentHookNameInDev = 'useReducer'; + currentHookNameInDev = "useReducer"; updateHookTypesDev(); var prevDispatcher = ReactCurrentDispatcher$1.current; ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnRerenderInDEV; @@ -14968,12 +17851,12 @@ module.exports = require('./cjs/react-dom.development.js'); } }, useRef: function(initialValue) { - currentHookNameInDev = 'useRef'; + currentHookNameInDev = "useRef"; updateHookTypesDev(); return updateRef(); }, useState: function(initialState) { - currentHookNameInDev = 'useState'; + currentHookNameInDev = "useState"; updateHookTypesDev(); var prevDispatcher = ReactCurrentDispatcher$1.current; ReactCurrentDispatcher$1.current = InvalidNestedHooksDispatcherOnRerenderInDEV; @@ -14984,69 +17867,80 @@ module.exports = require('./cjs/react-dom.development.js'); } }, useDebugValue: function(value, formatterFn) { - currentHookNameInDev = 'useDebugValue'; + currentHookNameInDev = "useDebugValue"; updateHookTypesDev(); return updateDebugValue(); }, useDeferredValue: function(value) { - currentHookNameInDev = 'useDeferredValue'; + currentHookNameInDev = "useDeferredValue"; updateHookTypesDev(); return rerenderDeferredValue(value); }, useTransition: function() { - currentHookNameInDev = 'useTransition'; + currentHookNameInDev = "useTransition"; updateHookTypesDev(); return rerenderTransition(); }, useMutableSource: function(source, getSnapshot, subscribe) { - currentHookNameInDev = 'useMutableSource'; + currentHookNameInDev = "useMutableSource"; + updateHookTypesDev(); + return updateMutableSource(); + }, + useSyncExternalStore: function(subscribe, getSnapshot, getServerSnapshot) { + currentHookNameInDev = "useSyncExternalStore"; updateHookTypesDev(); - return updateMutableSource(source, getSnapshot, subscribe); + return updateSyncExternalStore(subscribe, getSnapshot); }, - useOpaqueIdentifier: function() { - currentHookNameInDev = 'useOpaqueIdentifier'; + useId: function() { + currentHookNameInDev = "useId"; updateHookTypesDev(); - return rerenderOpaqueIdentifier(); + return updateId(); }, unstable_isNewReconciler: enableNewReconciler }; InvalidNestedHooksDispatcherOnMountInDEV = { - readContext: function(context, observedBits) { + readContext: function(context) { warnInvalidContextAccess(); - return readContext(context, observedBits); + return readContext(context); }, useCallback: function(callback, deps) { - currentHookNameInDev = 'useCallback'; + currentHookNameInDev = "useCallback"; warnInvalidHookAccess(); mountHookTypesDev(); return mountCallback(callback, deps); }, - useContext: function(context, observedBits) { - currentHookNameInDev = 'useContext'; + useContext: function(context) { + currentHookNameInDev = "useContext"; warnInvalidHookAccess(); mountHookTypesDev(); - return readContext(context, observedBits); + return readContext(context); }, useEffect: function(create, deps) { - currentHookNameInDev = 'useEffect'; + currentHookNameInDev = "useEffect"; warnInvalidHookAccess(); mountHookTypesDev(); return mountEffect(create, deps); }, useImperativeHandle: function(ref, create, deps) { - currentHookNameInDev = 'useImperativeHandle'; + currentHookNameInDev = "useImperativeHandle"; warnInvalidHookAccess(); mountHookTypesDev(); return mountImperativeHandle(ref, create, deps); }, + useInsertionEffect: function(create, deps) { + currentHookNameInDev = "useInsertionEffect"; + warnInvalidHookAccess(); + mountHookTypesDev(); + return mountInsertionEffect(create, deps); + }, useLayoutEffect: function(create, deps) { - currentHookNameInDev = 'useLayoutEffect'; + currentHookNameInDev = "useLayoutEffect"; warnInvalidHookAccess(); mountHookTypesDev(); return mountLayoutEffect(create, deps); }, useMemo: function(create, deps) { - currentHookNameInDev = 'useMemo'; + currentHookNameInDev = "useMemo"; warnInvalidHookAccess(); mountHookTypesDev(); var prevDispatcher = ReactCurrentDispatcher$1.current; @@ -15058,7 +17952,7 @@ module.exports = require('./cjs/react-dom.development.js'); } }, useReducer: function(reducer, initialArg, init) { - currentHookNameInDev = 'useReducer'; + currentHookNameInDev = "useReducer"; warnInvalidHookAccess(); mountHookTypesDev(); var prevDispatcher = ReactCurrentDispatcher$1.current; @@ -15070,13 +17964,13 @@ module.exports = require('./cjs/react-dom.development.js'); } }, useRef: function(initialValue) { - currentHookNameInDev = 'useRef'; + currentHookNameInDev = "useRef"; warnInvalidHookAccess(); mountHookTypesDev(); return mountRef(initialValue); }, useState: function(initialState) { - currentHookNameInDev = 'useState'; + currentHookNameInDev = "useState"; warnInvalidHookAccess(); mountHookTypesDev(); var prevDispatcher = ReactCurrentDispatcher$1.current; @@ -15088,74 +17982,86 @@ module.exports = require('./cjs/react-dom.development.js'); } }, useDebugValue: function(value, formatterFn) { - currentHookNameInDev = 'useDebugValue'; + currentHookNameInDev = "useDebugValue"; warnInvalidHookAccess(); mountHookTypesDev(); return mountDebugValue(); }, useDeferredValue: function(value) { - currentHookNameInDev = 'useDeferredValue'; + currentHookNameInDev = "useDeferredValue"; warnInvalidHookAccess(); mountHookTypesDev(); return mountDeferredValue(value); }, useTransition: function() { - currentHookNameInDev = 'useTransition'; + currentHookNameInDev = "useTransition"; warnInvalidHookAccess(); mountHookTypesDev(); return mountTransition(); }, useMutableSource: function(source, getSnapshot, subscribe) { - currentHookNameInDev = 'useMutableSource'; + currentHookNameInDev = "useMutableSource"; + warnInvalidHookAccess(); + mountHookTypesDev(); + return mountMutableSource(); + }, + useSyncExternalStore: function(subscribe, getSnapshot, getServerSnapshot) { + currentHookNameInDev = "useSyncExternalStore"; warnInvalidHookAccess(); mountHookTypesDev(); - return mountMutableSource(source, getSnapshot, subscribe); + return mountSyncExternalStore(subscribe, getSnapshot, getServerSnapshot); }, - useOpaqueIdentifier: function() { - currentHookNameInDev = 'useOpaqueIdentifier'; + useId: function() { + currentHookNameInDev = "useId"; warnInvalidHookAccess(); mountHookTypesDev(); - return mountOpaqueIdentifier(); + return mountId(); }, unstable_isNewReconciler: enableNewReconciler }; InvalidNestedHooksDispatcherOnUpdateInDEV = { - readContext: function(context, observedBits) { + readContext: function(context) { warnInvalidContextAccess(); - return readContext(context, observedBits); + return readContext(context); }, useCallback: function(callback, deps) { - currentHookNameInDev = 'useCallback'; + currentHookNameInDev = "useCallback"; warnInvalidHookAccess(); updateHookTypesDev(); return updateCallback(callback, deps); }, - useContext: function(context, observedBits) { - currentHookNameInDev = 'useContext'; + useContext: function(context) { + currentHookNameInDev = "useContext"; warnInvalidHookAccess(); updateHookTypesDev(); - return readContext(context, observedBits); + return readContext(context); }, useEffect: function(create, deps) { - currentHookNameInDev = 'useEffect'; + currentHookNameInDev = "useEffect"; warnInvalidHookAccess(); updateHookTypesDev(); return updateEffect(create, deps); }, useImperativeHandle: function(ref, create, deps) { - currentHookNameInDev = 'useImperativeHandle'; + currentHookNameInDev = "useImperativeHandle"; warnInvalidHookAccess(); updateHookTypesDev(); return updateImperativeHandle(ref, create, deps); }, + useInsertionEffect: function(create, deps) { + currentHookNameInDev = "useInsertionEffect"; + warnInvalidHookAccess(); + updateHookTypesDev(); + return updateInsertionEffect(create, deps); + }, useLayoutEffect: function(create, deps) { - currentHookNameInDev = 'useLayoutEffect'; + currentHookNameInDev = "useLayoutEffect"; warnInvalidHookAccess(); updateHookTypesDev(); return updateLayoutEffect(create, deps); }, useMemo: function(create, deps) { - currentHookNameInDev = 'useMemo'; + currentHookNameInDev = "useMemo"; warnInvalidHookAccess(); updateHookTypesDev(); var prevDispatcher = ReactCurrentDispatcher$1.current; @@ -15167,7 +18073,7 @@ module.exports = require('./cjs/react-dom.development.js'); } }, useReducer: function(reducer, initialArg, init) { - currentHookNameInDev = 'useReducer'; + currentHookNameInDev = "useReducer"; warnInvalidHookAccess(); updateHookTypesDev(); var prevDispatcher = ReactCurrentDispatcher$1.current; @@ -15179,13 +18085,13 @@ module.exports = require('./cjs/react-dom.development.js'); } }, useRef: function(initialValue) { - currentHookNameInDev = 'useRef'; + currentHookNameInDev = "useRef"; warnInvalidHookAccess(); updateHookTypesDev(); return updateRef(); }, useState: function(initialState) { - currentHookNameInDev = 'useState'; + currentHookNameInDev = "useState"; warnInvalidHookAccess(); updateHookTypesDev(); var prevDispatcher = ReactCurrentDispatcher$1.current; @@ -15197,74 +18103,86 @@ module.exports = require('./cjs/react-dom.development.js'); } }, useDebugValue: function(value, formatterFn) { - currentHookNameInDev = 'useDebugValue'; + currentHookNameInDev = "useDebugValue"; warnInvalidHookAccess(); updateHookTypesDev(); return updateDebugValue(); }, useDeferredValue: function(value) { - currentHookNameInDev = 'useDeferredValue'; + currentHookNameInDev = "useDeferredValue"; warnInvalidHookAccess(); updateHookTypesDev(); return updateDeferredValue(value); }, useTransition: function() { - currentHookNameInDev = 'useTransition'; + currentHookNameInDev = "useTransition"; warnInvalidHookAccess(); updateHookTypesDev(); return updateTransition(); }, useMutableSource: function(source, getSnapshot, subscribe) { - currentHookNameInDev = 'useMutableSource'; + currentHookNameInDev = "useMutableSource"; + warnInvalidHookAccess(); + updateHookTypesDev(); + return updateMutableSource(); + }, + useSyncExternalStore: function(subscribe, getSnapshot, getServerSnapshot) { + currentHookNameInDev = "useSyncExternalStore"; warnInvalidHookAccess(); updateHookTypesDev(); - return updateMutableSource(source, getSnapshot, subscribe); + return updateSyncExternalStore(subscribe, getSnapshot); }, - useOpaqueIdentifier: function() { - currentHookNameInDev = 'useOpaqueIdentifier'; + useId: function() { + currentHookNameInDev = "useId"; warnInvalidHookAccess(); updateHookTypesDev(); - return updateOpaqueIdentifier(); + return updateId(); }, unstable_isNewReconciler: enableNewReconciler }; InvalidNestedHooksDispatcherOnRerenderInDEV = { - readContext: function(context, observedBits) { + readContext: function(context) { warnInvalidContextAccess(); - return readContext(context, observedBits); + return readContext(context); }, useCallback: function(callback, deps) { - currentHookNameInDev = 'useCallback'; + currentHookNameInDev = "useCallback"; warnInvalidHookAccess(); updateHookTypesDev(); return updateCallback(callback, deps); }, - useContext: function(context, observedBits) { - currentHookNameInDev = 'useContext'; + useContext: function(context) { + currentHookNameInDev = "useContext"; warnInvalidHookAccess(); updateHookTypesDev(); - return readContext(context, observedBits); + return readContext(context); }, useEffect: function(create, deps) { - currentHookNameInDev = 'useEffect'; + currentHookNameInDev = "useEffect"; warnInvalidHookAccess(); updateHookTypesDev(); return updateEffect(create, deps); }, useImperativeHandle: function(ref, create, deps) { - currentHookNameInDev = 'useImperativeHandle'; + currentHookNameInDev = "useImperativeHandle"; warnInvalidHookAccess(); updateHookTypesDev(); return updateImperativeHandle(ref, create, deps); }, + useInsertionEffect: function(create, deps) { + currentHookNameInDev = "useInsertionEffect"; + warnInvalidHookAccess(); + updateHookTypesDev(); + return updateInsertionEffect(create, deps); + }, useLayoutEffect: function(create, deps) { - currentHookNameInDev = 'useLayoutEffect'; + currentHookNameInDev = "useLayoutEffect"; warnInvalidHookAccess(); updateHookTypesDev(); return updateLayoutEffect(create, deps); }, useMemo: function(create, deps) { - currentHookNameInDev = 'useMemo'; + currentHookNameInDev = "useMemo"; warnInvalidHookAccess(); updateHookTypesDev(); var prevDispatcher = ReactCurrentDispatcher$1.current; @@ -15276,7 +18194,7 @@ module.exports = require('./cjs/react-dom.development.js'); } }, useReducer: function(reducer, initialArg, init) { - currentHookNameInDev = 'useReducer'; + currentHookNameInDev = "useReducer"; warnInvalidHookAccess(); updateHookTypesDev(); var prevDispatcher = ReactCurrentDispatcher$1.current; @@ -15288,13 +18206,13 @@ module.exports = require('./cjs/react-dom.development.js'); } }, useRef: function(initialValue) { - currentHookNameInDev = 'useRef'; + currentHookNameInDev = "useRef"; warnInvalidHookAccess(); updateHookTypesDev(); return updateRef(); }, useState: function(initialState) { - currentHookNameInDev = 'useState'; + currentHookNameInDev = "useState"; warnInvalidHookAccess(); updateHookTypesDev(); var prevDispatcher = ReactCurrentDispatcher$1.current; @@ -15306,45 +18224,84 @@ module.exports = require('./cjs/react-dom.development.js'); } }, useDebugValue: function(value, formatterFn) { - currentHookNameInDev = 'useDebugValue'; + currentHookNameInDev = "useDebugValue"; warnInvalidHookAccess(); updateHookTypesDev(); return updateDebugValue(); }, useDeferredValue: function(value) { - currentHookNameInDev = 'useDeferredValue'; + currentHookNameInDev = "useDeferredValue"; warnInvalidHookAccess(); updateHookTypesDev(); return rerenderDeferredValue(value); }, useTransition: function() { - currentHookNameInDev = 'useTransition'; + currentHookNameInDev = "useTransition"; warnInvalidHookAccess(); updateHookTypesDev(); return rerenderTransition(); }, useMutableSource: function(source, getSnapshot, subscribe) { - currentHookNameInDev = 'useMutableSource'; + currentHookNameInDev = "useMutableSource"; + warnInvalidHookAccess(); + updateHookTypesDev(); + return updateMutableSource(); + }, + useSyncExternalStore: function(subscribe, getSnapshot, getServerSnapshot) { + currentHookNameInDev = "useSyncExternalStore"; warnInvalidHookAccess(); updateHookTypesDev(); - return updateMutableSource(source, getSnapshot, subscribe); + return updateSyncExternalStore(subscribe, getSnapshot); }, - useOpaqueIdentifier: function() { - currentHookNameInDev = 'useOpaqueIdentifier'; + useId: function() { + currentHookNameInDev = "useId"; warnInvalidHookAccess(); updateHookTypesDev(); - return rerenderOpaqueIdentifier(); + return updateId(); }, unstable_isNewReconciler: enableNewReconciler }; var now$1 = Scheduler.unstable_now; - var commitTime1 = 0; + var commitTime = 0; + var layoutEffectStartTime = -1; var profilerStartTime = -1; + var passiveEffectStartTime = -1; + /** + * Tracks whether the current update was a nested/cascading update (scheduled from a layout effect). + * + * The overall sequence is: + * 1. render + * 2. commit (and call `onRender`, `onCommit`) + * 3. check for nested updates + * 4. flush passive effects (and call `onPostCommit`) + * + * Nested updates are identified in step 3 above, + * but step 4 still applies to the work that was just committed. + * We use two flags to track nested updates then: + * one tracks whether the upcoming update is a nested update, + * and the other tracks whether the current update was a nested update. + * The first value gets synced to the second at the start of the render phase. + */ var currentUpdateIsNested = false; + var nestedUpdateScheduled = false; + function isCurrentUpdateNested() { + return currentUpdateIsNested; + } + function markNestedUpdateScheduled() { + nestedUpdateScheduled = true; + } + function resetNestedUpdateFlag() { + currentUpdateIsNested = false; + nestedUpdateScheduled = false; + } + function syncNestedUpdateFlag() { + currentUpdateIsNested = nestedUpdateScheduled; + nestedUpdateScheduled = false; + } function getCommitTime() { - return commitTime1; + return commitTime; } function recordCommitTime() { - commitTime1 = now$1(); + commitTime = now$1(); } function startProfilerTimer(fiber) { profilerStartTime = now$1(); @@ -15361,6 +18318,57 @@ module.exports = require('./cjs/react-dom.development.js'); profilerStartTime = -1; } } + function recordLayoutEffectDuration(fiber) { + if (layoutEffectStartTime >= 0) { + var elapsedTime = now$1() - layoutEffectStartTime; + layoutEffectStartTime = -1; // Store duration on the next nearest Profiler ancestor + // Or the root (for the DevTools Profiler to read) + var parentFiber = fiber.return; + while(parentFiber !== null){ + switch(parentFiber.tag){ + case HostRoot: + var root = parentFiber.stateNode; + root.effectDuration += elapsedTime; + return; + case Profiler: + var parentStateNode = parentFiber.stateNode; + parentStateNode.effectDuration += elapsedTime; + return; + } + parentFiber = parentFiber.return; + } + } + } + function recordPassiveEffectDuration(fiber) { + if (passiveEffectStartTime >= 0) { + var elapsedTime = now$1() - passiveEffectStartTime; + passiveEffectStartTime = -1; // Store duration on the next nearest Profiler ancestor + // Or the root (for the DevTools Profiler to read) + var parentFiber = fiber.return; + while(parentFiber !== null){ + switch(parentFiber.tag){ + case HostRoot: + var root = parentFiber.stateNode; + if (root !== null) root.passiveEffectDuration += elapsedTime; + return; + case Profiler: + var parentStateNode = parentFiber.stateNode; + if (parentStateNode !== null) // Detached fibers have their state node cleared out. + // In this case, the return pointer is also cleared out, + // so we won't be able to report the time spent in this Profiler's subtree. + parentStateNode.passiveEffectDuration += elapsedTime; + return; + } + parentFiber = parentFiber.return; + } + } + } + function startLayoutEffectTimer() { + layoutEffectStartTime = now$1(); + } + function startPassiveEffectTimer() { + passiveEffectStartTime = now$1(); + } function transferActualDuration(fiber) { // Transfer time spent rendering these children so we don't lose it // after we rerender. This is used as a helper in special cases @@ -15371,107 +18379,498 @@ module.exports = require('./cjs/react-dom.development.js'); child = child.sibling; } } - var ReactCurrentOwner$1 = ReactSharedInternals.ReactCurrentOwner; - var didReceiveUpdate = false; - var didWarnAboutBadClass; - var didWarnAboutModulePatternComponent; - var didWarnAboutContextTypeOnFunctionComponent; - var didWarnAboutGetDerivedStateOnFunctionComponent; - var didWarnAboutFunctionRefs; - var didWarnAboutReassigningProps; - var didWarnAboutRevealOrder; - var didWarnAboutTailOptions; - didWarnAboutBadClass = { - }; - didWarnAboutModulePatternComponent = { - }; - didWarnAboutContextTypeOnFunctionComponent = { - }; - didWarnAboutGetDerivedStateOnFunctionComponent = { - }; - didWarnAboutFunctionRefs = { - }; - didWarnAboutReassigningProps = false; - didWarnAboutRevealOrder = { - }; - didWarnAboutTailOptions = { - }; - function reconcileChildren(current, workInProgress, nextChildren, renderLanes) { - if (current === null) // If this is a fresh new component that hasn't been rendered yet, we - // won't update its child set by applying minimal side-effects. Instead, - // we will add them all to the child before it gets rendered. That means - // we can optimize this reconciliation pass by not tracking side-effects. - workInProgress.child = mountChildFibers(workInProgress, null, nextChildren, renderLanes); - else // If the current child is the same as the work in progress, it means that - // we haven't yet started any work on these children. Therefore, we use - // the clone algorithm to create a copy of all the current children. - // If we had any progressed work already, that is invalid at this point so - // let's throw it out. - workInProgress.child = reconcileChildFibers1(workInProgress, current.child, nextChildren, renderLanes); + function createCapturedValueAtFiber(value, source) { + // If the value is an error, call this function immediately after it is thrown + // so the stack is accurate. + return { + value: value, + source: source, + stack: getStackByFiberInDevAndProd(source), + digest: null + }; } - function forceUnmountCurrentAndReconcile(current, workInProgress, nextChildren, renderLanes) { - // This function is fork of reconcileChildren. It's used in cases where we - // want to reconcile without matching against the existing set. This has the - // effect of all current children being unmounted; even if the type and key - // are the same, the old child is unmounted and a new child is created. - // - // To do this, we're going to go through the reconcile algorithm twice. In - // the first pass, we schedule a deletion for all the current children by - // passing null. - workInProgress.child = reconcileChildFibers1(workInProgress, current.child, null, renderLanes); // In the second pass, we mount the new children. The trick here is that we - // pass null in place of where we usually pass the current child set. This has - // the effect of remounting all children regardless of whether their - // identities match. - workInProgress.child = reconcileChildFibers1(workInProgress, null, nextChildren, renderLanes); + function createCapturedValue(value, digest, stack) { + return { + value: value, + source: null, + stack: stack != null ? stack : null, + digest: digest != null ? digest : null + }; } - function updateForwardRef(current, workInProgress, Component, nextProps, renderLanes) { - if (workInProgress.type !== workInProgress.elementType) { - // Lazy component props can't be validated in createElement - // because they're only guaranteed to be resolved here. - var innerPropTypes = Component.propTypes; - if (innerPropTypes) checkPropTypes(innerPropTypes, nextProps, 'prop', getComponentName(Component)); - } - var render = Component.render; - var ref = workInProgress.ref; // The rest is a fork of updateFunctionComponent - var nextChildren; - prepareToReadContext(workInProgress, renderLanes); - ReactCurrentOwner$1.current = workInProgress; - setIsRendering(true); - nextChildren = renderWithHooks(current, workInProgress, render, nextProps, ref, renderLanes); - if (workInProgress.mode & StrictMode) { - disableLogs(); - try { - nextChildren = renderWithHooks(current, workInProgress, render, nextProps, ref, renderLanes); - } finally{ - reenableLogs(); - } - } - setIsRendering(false); - if (current !== null && !didReceiveUpdate) { - bailoutHooks(current, workInProgress, renderLanes); - return bailoutOnAlreadyFinishedWork(current, workInProgress, renderLanes); - } // React DevTools reads this flag. - workInProgress.flags |= PerformedWork; - reconcileChildren(current, workInProgress, nextChildren, renderLanes); - return workInProgress.child; + // This module is forked in different environments. + // By default, return `true` to log errors to the console. + // Forks can return `false` if this isn't desirable. + function showErrorDialog(boundary, errorInfo) { + return true; } - function updateMemoComponent(current, workInProgress, Component, nextProps, updateLanes, renderLanes) { - if (current === null) { - var type = Component.type; - if (isSimpleFunctionComponent(type) && Component.compare === null && Component.defaultProps === undefined) { - var resolvedType = type; - resolvedType = resolveFunctionForHotReloading(type); - // and with only the default shallow comparison, we upgrade it - // to a SimpleMemoComponent to allow fast path updates. + function logCapturedError(boundary, errorInfo) { + try { + var logError = showErrorDialog(boundary, errorInfo); // Allow injected showErrorDialog() to prevent default console.error logging. + // This enables renderers like ReactNative to better manage redbox behavior. + if (logError === false) return; + var error = errorInfo.value; + var source = errorInfo.source; + var stack = errorInfo.stack; + var componentStack = stack !== null ? stack : ""; // Browsers support silencing uncaught errors by calling + // `preventDefault()` in window `error` handler. + // We record this information as an expando on the error. + if (error != null && error._suppressLogging) { + if (boundary.tag === ClassComponent) // The error is recoverable and was silenced. + // Ignore it and don't print the stack addendum. + // This is handy for testing error boundaries without noise. + return; + // The error is fatal. Since the silencing might have + // been accidental, we'll surface it anyway. + // However, the browser would have silenced the original error + // so we'll print it first, and then print the stack addendum. + console["error"](error); // Don't transform to our wrapper + // For a more detailed description of this block, see: + // https://github.com/facebook/react/pull/13384 + } + var componentName = source ? getComponentNameFromFiber(source) : null; + var componentNameMessage = componentName ? "The above error occurred in the <" + componentName + "> component:" : "The above error occurred in one of your React components:"; + var errorBoundaryMessage; + if (boundary.tag === HostRoot) errorBoundaryMessage = "Consider adding an error boundary to your tree to customize error handling behavior.\nVisit https://reactjs.org/link/error-boundaries to learn more about error boundaries."; + else { + var errorBoundaryName = getComponentNameFromFiber(boundary) || "Anonymous"; + errorBoundaryMessage = "React will try to recreate this component tree from scratch " + ("using the error boundary you provided, " + errorBoundaryName + "."); + } + var combinedMessage = componentNameMessage + "\n" + componentStack + "\n\n" + ("" + errorBoundaryMessage); // In development, we provide our own message with just the component stack. + // We don't include the original error message and JS stack because the browser + // has already printed it. Even if the application swallows the error, it is still + // displayed by the browser thanks to the DEV-only fake event trick in ReactErrorUtils. + console["error"](combinedMessage); // Don't transform to our wrapper + } catch (e) { + // This method must not throw, or React internal state will get messed up. + // If console.error is overridden, or logCapturedError() shows a dialog that throws, + // we want to report this error outside of the normal stack as a last resort. + // https://github.com/facebook/react/issues/13188 + setTimeout(function() { + throw e; + }); + } + } + var PossiblyWeakMap$1 = typeof WeakMap === "function" ? WeakMap : Map; + function createRootErrorUpdate(fiber, errorInfo, lane) { + var update = createUpdate(NoTimestamp, lane); // Unmount the root by rendering null. + update.tag = CaptureUpdate; // Caution: React DevTools currently depends on this property + // being called "element". + update.payload = { + element: null + }; + var error = errorInfo.value; + update.callback = function() { + onUncaughtError(error); + logCapturedError(fiber, errorInfo); + }; + return update; + } + function createClassErrorUpdate(fiber, errorInfo, lane) { + var update = createUpdate(NoTimestamp, lane); + update.tag = CaptureUpdate; + var getDerivedStateFromError = fiber.type.getDerivedStateFromError; + if (typeof getDerivedStateFromError === "function") { + var error$1 = errorInfo.value; + update.payload = function() { + return getDerivedStateFromError(error$1); + }; + update.callback = function() { + markFailedErrorBoundaryForHotReloading(fiber); + logCapturedError(fiber, errorInfo); + }; + } + var inst = fiber.stateNode; + if (inst !== null && typeof inst.componentDidCatch === "function") update.callback = function callback() { + markFailedErrorBoundaryForHotReloading(fiber); + logCapturedError(fiber, errorInfo); + if (typeof getDerivedStateFromError !== "function") // To preserve the preexisting retry behavior of error boundaries, + // we keep track of which ones already failed during this batch. + // This gets reset before we yield back to the browser. + // TODO: Warn in strict mode if getDerivedStateFromError is + // not defined. + markLegacyErrorBoundaryAsFailed(this); + var error$1 = errorInfo.value; + var stack = errorInfo.stack; + this.componentDidCatch(error$1, { + componentStack: stack !== null ? stack : "" + }); + if (typeof getDerivedStateFromError !== "function") // If componentDidCatch is the only error boundary method defined, + // then it needs to call setState to recover from errors. + // If no state update is scheduled then the boundary will swallow the error. + { + if (!includesSomeLane(fiber.lanes, SyncLane)) error("%s: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI.", getComponentNameFromFiber(fiber) || "Unknown"); + } + }; + return update; + } + function attachPingListener(root, wakeable, lanes) { + // Attach a ping listener + // + // The data might resolve before we have a chance to commit the fallback. Or, + // in the case of a refresh, we'll never commit a fallback. So we need to + // attach a listener now. When it resolves ("pings"), we can decide whether to + // try rendering the tree again. + // + // Only attach a listener if one does not already exist for the lanes + // we're currently rendering (which acts like a "thread ID" here). + // + // We only need to do this in concurrent mode. Legacy Suspense always + // commits fallbacks synchronously, so there are no pings. + var pingCache = root.pingCache; + var threadIDs; + if (pingCache === null) { + pingCache = root.pingCache = new PossiblyWeakMap$1(); + threadIDs = new Set(); + pingCache.set(wakeable, threadIDs); + } else { + threadIDs = pingCache.get(wakeable); + if (threadIDs === undefined) { + threadIDs = new Set(); + pingCache.set(wakeable, threadIDs); + } + } + if (!threadIDs.has(lanes)) { + // Memoize using the thread ID to prevent redundant listeners. + threadIDs.add(lanes); + var ping = pingSuspendedRoot.bind(null, root, wakeable, lanes); + if (isDevToolsPresent) // If we have pending work still, restore the original updaters + restorePendingUpdaters(root, lanes); + wakeable.then(ping, ping); + } + } + function attachRetryListener(suspenseBoundary, root, wakeable, lanes) { + // Retry listener + // + // If the fallback does commit, we need to attach a different type of + // listener. This one schedules an update on the Suspense boundary to turn + // the fallback state off. + // + // Stash the wakeable on the boundary fiber so we can access it in the + // commit phase. + // + // When the wakeable resolves, we'll attempt to render the boundary + // again ("retry"). + var wakeables = suspenseBoundary.updateQueue; + if (wakeables === null) { + var updateQueue = new Set(); + updateQueue.add(wakeable); + suspenseBoundary.updateQueue = updateQueue; + } else wakeables.add(wakeable); + } + function resetSuspendedComponent(sourceFiber, rootRenderLanes) { + // A legacy mode Suspense quirk, only relevant to hook components. + var tag = sourceFiber.tag; + if ((sourceFiber.mode & ConcurrentMode) === NoMode && (tag === FunctionComponent || tag === ForwardRef || tag === SimpleMemoComponent)) { + var currentSource = sourceFiber.alternate; + if (currentSource) { + sourceFiber.updateQueue = currentSource.updateQueue; + sourceFiber.memoizedState = currentSource.memoizedState; + sourceFiber.lanes = currentSource.lanes; + } else { + sourceFiber.updateQueue = null; + sourceFiber.memoizedState = null; + } + } + } + function getNearestSuspenseBoundaryToCapture(returnFiber) { + var node = returnFiber; + do { + if (node.tag === SuspenseComponent && shouldCaptureSuspense(node)) return node; + // This boundary already captured during this render. Continue to the next + // boundary. + node = node.return; + }while (node !== null); + return null; + } + function markSuspenseBoundaryShouldCapture(suspenseBoundary, returnFiber, sourceFiber, root, rootRenderLanes) { + // This marks a Suspense boundary so that when we're unwinding the stack, + // it captures the suspended "exception" and does a second (fallback) pass. + if ((suspenseBoundary.mode & ConcurrentMode) === NoMode) { + // Legacy Mode Suspense + // + // If the boundary is in legacy mode, we should *not* + // suspend the commit. Pretend as if the suspended component rendered + // null and keep rendering. When the Suspense boundary completes, + // we'll do a second pass to render the fallback. + if (suspenseBoundary === returnFiber) // Special case where we suspended while reconciling the children of + // a Suspense boundary's inner Offscreen wrapper fiber. This happens + // when a React.lazy component is a direct child of a + // Suspense boundary. + // + // Suspense boundaries are implemented as multiple fibers, but they + // are a single conceptual unit. The legacy mode behavior where we + // pretend the suspended fiber committed as `null` won't work, + // because in this case the "suspended" fiber is the inner + // Offscreen wrapper. + // + // Because the contents of the boundary haven't started rendering + // yet (i.e. nothing in the tree has partially rendered) we can + // switch to the regular, concurrent mode behavior: mark the + // boundary with ShouldCapture and enter the unwind phase. + suspenseBoundary.flags |= ShouldCapture; + else { + suspenseBoundary.flags |= DidCapture; + sourceFiber.flags |= ForceUpdateForLegacySuspense; // We're going to commit this fiber even though it didn't complete. + // But we shouldn't call any lifecycle methods or callbacks. Remove + // all lifecycle effect tags. + sourceFiber.flags &= ~(LifecycleEffectMask | Incomplete); + if (sourceFiber.tag === ClassComponent) { + var currentSourceFiber = sourceFiber.alternate; + if (currentSourceFiber === null) // This is a new mount. Change the tag so it's not mistaken for a + // completed class component. For example, we should not call + // componentWillUnmount if it is deleted. + sourceFiber.tag = IncompleteClassComponent; + else { + // When we try rendering again, we should not reuse the current fiber, + // since it's known to be in an inconsistent state. Use a force update to + // prevent a bail out. + var update = createUpdate(NoTimestamp, SyncLane); + update.tag = ForceUpdate; + enqueueUpdate(sourceFiber, update, SyncLane); + } + } // The source fiber did not complete. Mark it with Sync priority to + // indicate that it still has pending work. + sourceFiber.lanes = mergeLanes(sourceFiber.lanes, SyncLane); + } + return suspenseBoundary; + } // Confirmed that the boundary is in a concurrent mode tree. Continue + // with the normal suspend path. + // + // After this we'll use a set of heuristics to determine whether this + // render pass will run to completion or restart or "suspend" the commit. + // The actual logic for this is spread out in different places. + // + // This first principle is that if we're going to suspend when we complete + // a root, then we should also restart if we get an update or ping that + // might unsuspend it, and vice versa. The only reason to suspend is + // because you think you might want to restart before committing. However, + // it doesn't make sense to restart only while in the period we're suspended. + // + // Restarting too aggressively is also not good because it starves out any + // intermediate loading state. So we use heuristics to determine when. + // Suspense Heuristics + // + // If nothing threw a Promise or all the same fallbacks are already showing, + // then don't suspend/restart. + // + // If this is an initial render of a new tree of Suspense boundaries and + // those trigger a fallback, then don't suspend/restart. We want to ensure + // that we can show the initial loading state as quickly as possible. + // + // If we hit a "Delayed" case, such as when we'd switch from content back into + // a fallback, then we should always suspend/restart. Transitions apply + // to this case. If none is defined, JND is used instead. + // + // If we're already showing a fallback and it gets "retried", allowing us to show + // another level, but there's still an inner boundary that would show a fallback, + // then we suspend/restart for 500ms since the last time we showed a fallback + // anywhere in the tree. This effectively throttles progressive loading into a + // consistent train of commits. This also gives us an opportunity to restart to + // get to the completed state slightly earlier. + // + // If there's ambiguity due to batching it's resolved in preference of: + // 1) "delayed", 2) "initial render", 3) "retry". + // + // We want to ensure that a "busy" state doesn't get force committed. We want to + // ensure that new initial loading states can commit as soon as possible. + suspenseBoundary.flags |= ShouldCapture; // TODO: I think we can remove this, since we now use `DidCapture` in + // the begin phase to prevent an early bailout. + suspenseBoundary.lanes = rootRenderLanes; + return suspenseBoundary; + } + function throwException(root, returnFiber, sourceFiber, value, rootRenderLanes) { + // The source fiber did not complete. + sourceFiber.flags |= Incomplete; + if (isDevToolsPresent) // If we have pending work still, restore the original updaters + restorePendingUpdaters(root, rootRenderLanes); + if (value !== null && typeof value === "object" && typeof value.then === "function") { + // This is a wakeable. The component suspended. + var wakeable = value; + resetSuspendedComponent(sourceFiber); + if (getIsHydrating() && sourceFiber.mode & ConcurrentMode) markDidThrowWhileHydratingDEV(); + var suspenseBoundary = getNearestSuspenseBoundaryToCapture(returnFiber); + if (suspenseBoundary !== null) { + suspenseBoundary.flags &= ~ForceClientRender; + markSuspenseBoundaryShouldCapture(suspenseBoundary, returnFiber, sourceFiber, root, rootRenderLanes); // We only attach ping listeners in concurrent mode. Legacy Suspense always + // commits fallbacks synchronously, so there are no pings. + if (suspenseBoundary.mode & ConcurrentMode) attachPingListener(root, wakeable, rootRenderLanes); + attachRetryListener(suspenseBoundary, root, wakeable); + return; + } else { + // No boundary was found. Unless this is a sync update, this is OK. + // We can suspend and wait for more data to arrive. + if (!includesSyncLane(rootRenderLanes)) { + // This is not a sync update. Suspend. Since we're not activating a + // Suspense boundary, this will unwind all the way to the root without + // performing a second pass to render a fallback. (This is arguably how + // refresh transitions should work, too, since we're not going to commit + // the fallbacks anyway.) + // + // This case also applies to initial hydration. + attachPingListener(root, wakeable, rootRenderLanes); + renderDidSuspendDelayIfPossible(); + return; + } // This is a sync/discrete update. We treat this case like an error + // because discrete renders are expected to produce a complete tree + // synchronously to maintain consistency with external state. + var uncaughtSuspenseError = new Error("A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition."); // If we're outside a transition, fall through to the regular error path. + // The error will be caught by the nearest suspense boundary. + value = uncaughtSuspenseError; + } + } else // This is a regular error, not a Suspense wakeable. + if (getIsHydrating() && sourceFiber.mode & ConcurrentMode) { + markDidThrowWhileHydratingDEV(); + var _suspenseBoundary = getNearestSuspenseBoundaryToCapture(returnFiber); // If the error was thrown during hydration, we may be able to recover by + // discarding the dehydrated content and switching to a client render. + // Instead of surfacing the error, find the nearest Suspense boundary + // and render it again without hydration. + if (_suspenseBoundary !== null) { + if ((_suspenseBoundary.flags & ShouldCapture) === NoFlags) // Set a flag to indicate that we should try rendering the normal + // children again, not the fallback. + _suspenseBoundary.flags |= ForceClientRender; + markSuspenseBoundaryShouldCapture(_suspenseBoundary, returnFiber, sourceFiber, root, rootRenderLanes); // Even though the user may not be affected by this error, we should + // still log it so it can be fixed. + queueHydrationError(createCapturedValueAtFiber(value, sourceFiber)); + return; + } + } + value = createCapturedValueAtFiber(value, sourceFiber); + renderDidError(value); // We didn't find a boundary that could handle this type of exception. Start + // over and traverse parent path again, this time treating the exception + // as an error. + var workInProgress = returnFiber; + do { + switch(workInProgress.tag){ + case HostRoot: + var _errorInfo = value; + workInProgress.flags |= ShouldCapture; + var lane = pickArbitraryLane(rootRenderLanes); + workInProgress.lanes = mergeLanes(workInProgress.lanes, lane); + var update = createRootErrorUpdate(workInProgress, _errorInfo, lane); + enqueueCapturedUpdate(workInProgress, update); + return; + case ClassComponent: + // Capture and retry + var errorInfo = value; + var ctor = workInProgress.type; + var instance = workInProgress.stateNode; + if ((workInProgress.flags & DidCapture) === NoFlags && (typeof ctor.getDerivedStateFromError === "function" || instance !== null && typeof instance.componentDidCatch === "function" && !isAlreadyFailedLegacyErrorBoundary(instance))) { + workInProgress.flags |= ShouldCapture; + var _lane = pickArbitraryLane(rootRenderLanes); + workInProgress.lanes = mergeLanes(workInProgress.lanes, _lane); // Schedule the error boundary to re-render using updated state + var _update = createClassErrorUpdate(workInProgress, errorInfo, _lane); + enqueueCapturedUpdate(workInProgress, _update); + return; + } + break; + } + workInProgress = workInProgress.return; + }while (workInProgress !== null); + } + function getSuspendedCache() { + return null; + } + var ReactCurrentOwner$1 = ReactSharedInternals.ReactCurrentOwner; + var didReceiveUpdate = false; + var didWarnAboutBadClass; + var didWarnAboutModulePatternComponent; + var didWarnAboutContextTypeOnFunctionComponent; + var didWarnAboutGetDerivedStateOnFunctionComponent; + var didWarnAboutFunctionRefs; + var didWarnAboutReassigningProps; + var didWarnAboutRevealOrder; + var didWarnAboutTailOptions; + didWarnAboutBadClass = {}; + didWarnAboutModulePatternComponent = {}; + didWarnAboutContextTypeOnFunctionComponent = {}; + didWarnAboutGetDerivedStateOnFunctionComponent = {}; + didWarnAboutFunctionRefs = {}; + didWarnAboutReassigningProps = false; + didWarnAboutRevealOrder = {}; + didWarnAboutTailOptions = {}; + function reconcileChildren(current, workInProgress, nextChildren, renderLanes) { + if (current === null) // If this is a fresh new component that hasn't been rendered yet, we + // won't update its child set by applying minimal side-effects. Instead, + // we will add them all to the child before it gets rendered. That means + // we can optimize this reconciliation pass by not tracking side-effects. + workInProgress.child = mountChildFibers(workInProgress, null, nextChildren, renderLanes); + else // If the current child is the same as the work in progress, it means that + // we haven't yet started any work on these children. Therefore, we use + // the clone algorithm to create a copy of all the current children. + // If we had any progressed work already, that is invalid at this point so + // let's throw it out. + workInProgress.child = reconcileChildFibers(workInProgress, current.child, nextChildren, renderLanes); + } + function forceUnmountCurrentAndReconcile(current, workInProgress, nextChildren, renderLanes) { + // This function is fork of reconcileChildren. It's used in cases where we + // want to reconcile without matching against the existing set. This has the + // effect of all current children being unmounted; even if the type and key + // are the same, the old child is unmounted and a new child is created. + // + // To do this, we're going to go through the reconcile algorithm twice. In + // the first pass, we schedule a deletion for all the current children by + // passing null. + workInProgress.child = reconcileChildFibers(workInProgress, current.child, null, renderLanes); // In the second pass, we mount the new children. The trick here is that we + // pass null in place of where we usually pass the current child set. This has + // the effect of remounting all children regardless of whether their + // identities match. + workInProgress.child = reconcileChildFibers(workInProgress, null, nextChildren, renderLanes); + } + function updateForwardRef(current, workInProgress, Component, nextProps, renderLanes) { + if (workInProgress.type !== workInProgress.elementType) { + // Lazy component props can't be validated in createElement + // because they're only guaranteed to be resolved here. + var innerPropTypes = Component.propTypes; + if (innerPropTypes) checkPropTypes(innerPropTypes, nextProps, "prop", getComponentNameFromType(Component)); + } + var render = Component.render; + var ref = workInProgress.ref; // The rest is a fork of updateFunctionComponent + var nextChildren; + var hasId; + prepareToReadContext(workInProgress, renderLanes); + markComponentRenderStarted(workInProgress); + ReactCurrentOwner$1.current = workInProgress; + setIsRendering(true); + nextChildren = renderWithHooks(current, workInProgress, render, nextProps, ref, renderLanes); + hasId = checkDidRenderIdHook(); + if (workInProgress.mode & StrictLegacyMode) { + setIsStrictModeForDevtools(true); + try { + nextChildren = renderWithHooks(current, workInProgress, render, nextProps, ref, renderLanes); + hasId = checkDidRenderIdHook(); + } finally{ + setIsStrictModeForDevtools(false); + } + } + setIsRendering(false); + markComponentRenderStopped(); + if (current !== null && !didReceiveUpdate) { + bailoutHooks(current, workInProgress, renderLanes); + return bailoutOnAlreadyFinishedWork(current, workInProgress, renderLanes); + } + if (getIsHydrating() && hasId) pushMaterializedTreeId(workInProgress); + // React DevTools reads this flag. + workInProgress.flags |= PerformedWork; + reconcileChildren(current, workInProgress, nextChildren, renderLanes); + return workInProgress.child; + } + function updateMemoComponent(current, workInProgress, Component, nextProps, renderLanes) { + if (current === null) { + var type = Component.type; + if (isSimpleFunctionComponent(type) && Component.compare === null && Component.defaultProps === undefined) { + var resolvedType = type; + resolvedType = resolveFunctionForHotReloading(type); + // and with only the default shallow comparison, we upgrade it + // to a SimpleMemoComponent to allow fast path updates. workInProgress.tag = SimpleMemoComponent; workInProgress.type = resolvedType; validateFunctionComponentInDev(workInProgress, type); - return updateSimpleMemoComponent(current, workInProgress, resolvedType, nextProps, updateLanes, renderLanes); + return updateSimpleMemoComponent(current, workInProgress, resolvedType, nextProps, renderLanes); } var innerPropTypes = type.propTypes; if (innerPropTypes) // Inner memo component props aren't currently validated in createElement. // We could move it there, but we'd still need this for lazy code path. - checkPropTypes(innerPropTypes, nextProps, 'prop', getComponentName(type)); + checkPropTypes(innerPropTypes, nextProps, "prop", getComponentNameFromType(type)); var child = createFiberFromTypeAndProps(Component.type, null, nextProps, workInProgress, workInProgress.mode, renderLanes); child.ref = workInProgress.ref; child.return = workInProgress; @@ -15482,9 +18881,10 @@ module.exports = require('./cjs/react-dom.development.js'); var _innerPropTypes = _type.propTypes; if (_innerPropTypes) // Inner memo component props aren't currently validated in createElement. // We could move it there, but we'd still need this for lazy code path. - checkPropTypes(_innerPropTypes, nextProps, 'prop', getComponentName(_type)); + checkPropTypes(_innerPropTypes, nextProps, "prop", getComponentNameFromType(_type)); var currentChild = current.child; // This is always exactly one child - if (!includesSomeLane(updateLanes, renderLanes)) { + var hasScheduledUpdateOrContext = checkScheduledUpdateOrContext(current, renderLanes); + if (!hasScheduledUpdateOrContext) { // This will be the props with resolved defaultProps, // unlike current.memoizedProps which will be the unresolved ones. var prevProps = currentChild.memoizedProps; // Default to shallow comparison @@ -15499,7 +18899,7 @@ module.exports = require('./cjs/react-dom.development.js'); workInProgress.child = newChild; return newChild; } - function updateSimpleMemoComponent(current, workInProgress, Component, nextProps, updateLanes, renderLanes) { + function updateSimpleMemoComponent(current, workInProgress, Component, nextProps, renderLanes) { if (workInProgress.type !== workInProgress.elementType) { // Lazy component props can't be validated in createElement // because they're only guaranteed to be resolved here. @@ -15517,18 +18917,33 @@ module.exports = require('./cjs/react-dom.development.js'); outerMemoType = null; } // Inner propTypes will be validated in the function component path. var outerPropTypes = outerMemoType && outerMemoType.propTypes; - if (outerPropTypes) checkPropTypes(outerPropTypes, nextProps, 'prop', getComponentName(outerMemoType)); + if (outerPropTypes) checkPropTypes(outerPropTypes, nextProps, "prop", getComponentNameFromType(outerMemoType)); } } if (current !== null) { var prevProps = current.memoizedProps; if (shallowEqual(prevProps, nextProps) && current.ref === workInProgress.ref && workInProgress.type === current.type) { - didReceiveUpdate = false; - if (!includesSomeLane(renderLanes, updateLanes)) { + didReceiveUpdate = false; // The props are shallowly equal. Reuse the previous props object, like we + // would during a normal fiber bailout. + // + // We don't have strong guarantees that the props object is referentially + // equal during updates where we can't bail out anyway — like if the props + // are shallowly equal, but there's a local state or context update in the + // same batch. + // + // However, as a principle, we should aim to make the behavior consistent + // across different ways of memoizing a component. For example, React.memo + // has a different internal Fiber layout if you pass a normal function + // component (SimpleMemoComponent) versus if you pass a different type + // like forwardRef (MemoComponent). But this is an implementation detail. + // Wrapping a component in forwardRef (or React.lazy, etc) shouldn't + // affect whether the props object is reused during a bailout. + workInProgress.pendingProps = nextProps = prevProps; + if (!checkScheduledUpdateOrContext(current, renderLanes)) { // The pending lanes were cleared at the beginning of beginWork. We're // about to bail out, but there might be other lanes that weren't // included in the current render. Usually, the priority level of the - // remaining updates is accumlated during the evaluation of the + // remaining updates is accumulated during the evaluation of the // component (i.e. when processing the update queue). But since since // we're bailing out early *without* evaluating the component, we need // to account for it here, too. Reset to the value of the current fiber. @@ -15551,44 +18966,57 @@ module.exports = require('./cjs/react-dom.development.js'); var nextProps = workInProgress.pendingProps; var nextChildren = nextProps.children; var prevState = current !== null ? current.memoizedState : null; - if (nextProps.mode === 'hidden' || nextProps.mode === 'unstable-defer-without-hiding') { + if (nextProps.mode === "hidden" || enableLegacyHidden) { + // Rendering a hidden tree. if ((workInProgress.mode & ConcurrentMode) === NoMode) { // In legacy sync mode, don't defer the subtree. Render it now. - // TODO: Figure out what we should do in Blocking mode. + // TODO: Consider how Offscreen should work with transitions in the future var nextState = { - baseLanes: NoLanes + baseLanes: NoLanes, + cachePool: null, + transitions: null }; workInProgress.memoizedState = nextState; pushRenderLanes(workInProgress, renderLanes); } else if (!includesSomeLane(renderLanes, OffscreenLane)) { + var spawnedCachePool = null; // We're hidden, and we're not rendering at Offscreen. We will bail out + // and resume this tree later. var nextBaseLanes; if (prevState !== null) { var prevBaseLanes = prevState.baseLanes; nextBaseLanes = mergeLanes(prevBaseLanes, renderLanes); } else nextBaseLanes = renderLanes; // Schedule this fiber to re-render at offscreen priority. Then bailout. - markSpawnedWork(OffscreenLane); workInProgress.lanes = workInProgress.childLanes = laneToLanes(OffscreenLane); var _nextState = { - baseLanes: nextBaseLanes + baseLanes: nextBaseLanes, + cachePool: spawnedCachePool, + transitions: null }; - workInProgress.memoizedState = _nextState; // We're about to bail out, but we need to push this to the stack anyway + workInProgress.memoizedState = _nextState; + workInProgress.updateQueue = null; // to avoid a push/pop misalignment. pushRenderLanes(workInProgress, nextBaseLanes); return null; } else { + // This is the second render. The surrounding visible content has already + // committed. Now we resume rendering the hidden tree. // Rendering at offscreen, so we can clear the base lanes. var _nextState2 = { - baseLanes: NoLanes + baseLanes: NoLanes, + cachePool: null, + transitions: null }; workInProgress.memoizedState = _nextState2; // Push the lanes that were skipped when we bailed out. var subtreeRenderLanes = prevState !== null ? prevState.baseLanes : renderLanes; pushRenderLanes(workInProgress, subtreeRenderLanes); } } else { + // Rendering a visible tree. var _subtreeRenderLanes; if (prevState !== null) { - _subtreeRenderLanes = mergeLanes(prevState.baseLanes, renderLanes); // Since we're not hidden anymore, reset the state + // We're going from hidden -> visible. + _subtreeRenderLanes = mergeLanes(prevState.baseLanes, renderLanes); workInProgress.memoizedState = null; } else // We weren't previously hidden, and we still aren't, so there's nothing // special to do. Need to push to the stack regardless, though, to avoid @@ -15599,10 +19027,7 @@ module.exports = require('./cjs/react-dom.development.js'); reconcileChildren(current, workInProgress, nextChildren, renderLanes); return workInProgress.child; } // Note: These happen to have identical begin phases, for now. We shouldn't hold - // ourselves to this constraint, though. If the behavior diverges, we should - // fork the function. - var updateLegacyHiddenComponent = updateOffscreenComponent; - function updateFragment1(current, workInProgress, renderLanes) { + function updateFragment(current, workInProgress, renderLanes) { var nextChildren = workInProgress.pendingProps; reconcileChildren(current, workInProgress, nextChildren, renderLanes); return workInProgress.child; @@ -15613,7 +19038,8 @@ module.exports = require('./cjs/react-dom.development.js'); return workInProgress.child; } function updateProfiler(current, workInProgress, renderLanes) { - workInProgress.flags |= Update; // Reset effect durations for the next eventual effect phase. + workInProgress.flags |= Update; + // Reset effect durations for the next eventual effect phase. // These are reset during render to allow the DevTools commit hook a chance to read them, var stateNode = workInProgress.stateNode; stateNode.effectDuration = 0; @@ -15625,47 +19051,77 @@ module.exports = require('./cjs/react-dom.development.js'); } function markRef(current, workInProgress) { var ref = workInProgress.ref; - if (current === null && ref !== null || current !== null && current.ref !== ref) // Schedule a Ref effect - workInProgress.flags |= Ref; + if (current === null && ref !== null || current !== null && current.ref !== ref) { + // Schedule a Ref effect + workInProgress.flags |= Ref; + workInProgress.flags |= RefStatic; + } } function updateFunctionComponent(current, workInProgress, Component, nextProps, renderLanes) { if (workInProgress.type !== workInProgress.elementType) { // Lazy component props can't be validated in createElement // because they're only guaranteed to be resolved here. var innerPropTypes = Component.propTypes; - if (innerPropTypes) checkPropTypes(innerPropTypes, nextProps, 'prop', getComponentName(Component)); + if (innerPropTypes) checkPropTypes(innerPropTypes, nextProps, "prop", getComponentNameFromType(Component)); } var context; var unmaskedContext = getUnmaskedContext(workInProgress, Component, true); context = getMaskedContext(workInProgress, unmaskedContext); var nextChildren; + var hasId; prepareToReadContext(workInProgress, renderLanes); + markComponentRenderStarted(workInProgress); ReactCurrentOwner$1.current = workInProgress; setIsRendering(true); nextChildren = renderWithHooks(current, workInProgress, Component, nextProps, context, renderLanes); - if (workInProgress.mode & StrictMode) { - disableLogs(); + hasId = checkDidRenderIdHook(); + if (workInProgress.mode & StrictLegacyMode) { + setIsStrictModeForDevtools(true); try { nextChildren = renderWithHooks(current, workInProgress, Component, nextProps, context, renderLanes); + hasId = checkDidRenderIdHook(); } finally{ - reenableLogs(); + setIsStrictModeForDevtools(false); } } setIsRendering(false); + markComponentRenderStopped(); if (current !== null && !didReceiveUpdate) { bailoutHooks(current, workInProgress, renderLanes); return bailoutOnAlreadyFinishedWork(current, workInProgress, renderLanes); - } // React DevTools reads this flag. + } + if (getIsHydrating() && hasId) pushMaterializedTreeId(workInProgress); + // React DevTools reads this flag. workInProgress.flags |= PerformedWork; reconcileChildren(current, workInProgress, nextChildren, renderLanes); return workInProgress.child; } function updateClassComponent(current, workInProgress, Component, nextProps, renderLanes) { + // This is used by DevTools to force a boundary to error. + switch(shouldError(workInProgress)){ + case false: + var _instance = workInProgress.stateNode; + var ctor = workInProgress.type; // TODO This way of resetting the error boundary state is a hack. + // Is there a better way to do this? + var tempInstance = new ctor(workInProgress.memoizedProps, _instance.context); + var state = tempInstance.state; + _instance.updater.enqueueSetState(_instance, state, null); + break; + case true: + workInProgress.flags |= DidCapture; + workInProgress.flags |= ShouldCapture; // eslint-disable-next-line react-internal/prod-error-codes + var error$1 = new Error("Simulated error coming from DevTools"); + var lane = pickArbitraryLane(renderLanes); + workInProgress.lanes = mergeLanes(workInProgress.lanes, lane); // Schedule the error boundary to re-render using updated state + var update = createClassErrorUpdate(workInProgress, createCapturedValueAtFiber(error$1, workInProgress), lane); + enqueueCapturedUpdate(workInProgress, update); + break; + } if (workInProgress.type !== workInProgress.elementType) { // Lazy component props can't be validated in createElement // because they're only guaranteed to be resolved here. var innerPropTypes = Component.propTypes; - if (innerPropTypes) checkPropTypes(innerPropTypes, nextProps, 'prop', getComponentName(Component)); + if (innerPropTypes) checkPropTypes(innerPropTypes, nextProps, "prop", getComponentNameFromType(Component)); } // During mounting we don't know the child context yet as the instance doesn't exist. // We will invalidate the child context in finishClassComponent() right after rendering. @@ -15678,15 +19134,7 @@ module.exports = require('./cjs/react-dom.development.js'); var instance = workInProgress.stateNode; var shouldUpdate; if (instance === null) { - if (current !== null) { - // A class component without an instance only mounts if it suspended - // inside a non-concurrent tree, in an inconsistent state. We want to - // treat it like a new mount, even though an empty version of it already - // committed. Disconnect the alternate pointers. - current.alternate = null; - workInProgress.alternate = null; // Since this is conceptually a new fiber, schedule a Placement effect - workInProgress.flags |= Placement; - } // In the initial pass we might need to construct the instance. + resetSuspendedCurrentOnMountInLegacyMode(current, workInProgress); // In the initial pass we might need to construct the instance. constructClassInstance(workInProgress, Component, nextProps); mountClassInstance(workInProgress, Component, nextProps, renderLanes); shouldUpdate = true; @@ -15696,7 +19144,7 @@ module.exports = require('./cjs/react-dom.development.js'); var nextUnitOfWork = finishClassComponent(current, workInProgress, Component, shouldUpdate, hasContext, renderLanes); var inst = workInProgress.stateNode; if (shouldUpdate && inst.props !== nextProps) { - if (!didWarnAboutReassigningProps) error1("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.", getComponentName(workInProgress.type) || 'a component'); + if (!didWarnAboutReassigningProps) error("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.", getComponentNameFromFiber(workInProgress) || "a component"); didWarnAboutReassigningProps = true; } return nextUnitOfWork; @@ -15713,7 +19161,7 @@ module.exports = require('./cjs/react-dom.development.js'); var instance = workInProgress.stateNode; // Rerender ReactCurrentOwner$1.current = workInProgress; var nextChildren; - if (didCaptureError && typeof Component.getDerivedStateFromError !== 'function') { + if (didCaptureError && typeof Component.getDerivedStateFromError !== "function") { // If we captured an error, but getDerivedStateFromError is not defined, // unmount all the children. componentDidCatch will schedule an update to // re-render a fallback. This is temporary until we migrate everyone to @@ -15722,17 +19170,19 @@ module.exports = require('./cjs/react-dom.development.js'); nextChildren = null; stopProfilerTimerIfRunning(); } else { + markComponentRenderStarted(workInProgress); setIsRendering(true); nextChildren = instance.render(); - if (workInProgress.mode & StrictMode) { - disableLogs(); + if (workInProgress.mode & StrictLegacyMode) { + setIsStrictModeForDevtools(true); try { instance.render(); } finally{ - reenableLogs(); + setIsStrictModeForDevtools(false); } } setIsRendering(false); + markComponentRenderStopped(); } // React DevTools reads this flag. workInProgress.flags |= PerformedWork; if (current !== null && didCaptureError) // If we're recovering from an error, reconcile without reusing any of @@ -15756,49 +19206,74 @@ module.exports = require('./cjs/react-dom.development.js'); } function updateHostRoot(current, workInProgress, renderLanes) { pushHostRootContext(workInProgress); - var updateQueue = workInProgress.updateQueue; - if (!(current !== null && updateQueue !== null)) throw Error("If the root does not have an updateQueue, we should have already bailed out. This error is likely caused by a bug in React. Please file an issue."); + if (current === null) throw new Error("Should have a current fiber. This is a bug in React."); var nextProps = workInProgress.pendingProps; var prevState = workInProgress.memoizedState; - var prevChildren = prevState !== null ? prevState.element : null; + var prevChildren = prevState.element; cloneUpdateQueue(current, workInProgress); processUpdateQueue(workInProgress, nextProps, null, renderLanes); - var nextState = workInProgress.memoizedState; // Caution: React DevTools currently depends on this property + var nextState = workInProgress.memoizedState; + var root = workInProgress.stateNode; // being called "element". var nextChildren = nextState.element; - if (nextChildren === prevChildren) { - resetHydrationState(); - return bailoutOnAlreadyFinishedWork(current, workInProgress, renderLanes); - } - var root = workInProgress.stateNode; - if (root.hydrate && enterHydrationState(workInProgress)) { - var mutableSourceEagerHydrationData = root.mutableSourceEagerHydrationData; - if (mutableSourceEagerHydrationData != null) for(var i = 0; i < mutableSourceEagerHydrationData.length; i += 2){ - var mutableSource = mutableSourceEagerHydrationData[i]; - var version = mutableSourceEagerHydrationData[i + 1]; - setWorkInProgressVersion(mutableSource, version); - } - var child = mountChildFibers(workInProgress, null, nextChildren, renderLanes); - workInProgress.child = child; - var node = child; - while(node){ - // Mark each child as hydrating. This is a fast path to know whether this - // tree is part of a hydrating tree. This is used to determine if a child - // node has fully mounted yet, and for scheduling event replaying. - // Conceptually this is similar to Placement in that a new subtree is - // inserted into the React tree here. It just happens to not need DOM - // mutations because it already exists. - node.flags = node.flags & ~Placement | Hydrating; - node = node.sibling; + if (prevState.isDehydrated) { + // This is a hydration root whose shell has not yet hydrated. We should + // attempt to hydrate. + // Flip isDehydrated to false to indicate that when this render + // finishes, the root will no longer be dehydrated. + var overrideState = { + element: nextChildren, + isDehydrated: false, + cache: nextState.cache, + pendingSuspenseBoundaries: nextState.pendingSuspenseBoundaries, + transitions: nextState.transitions + }; + var updateQueue = workInProgress.updateQueue; // `baseState` can always be the last state because the root doesn't + // have reducer functions so it doesn't need rebasing. + updateQueue.baseState = overrideState; + workInProgress.memoizedState = overrideState; + if (workInProgress.flags & ForceClientRender) { + // Something errored during a previous attempt to hydrate the shell, so we + // forced a client render. + var recoverableError = createCapturedValueAtFiber(new Error("There was an error while hydrating. Because the error happened outside of a Suspense boundary, the entire root will switch to client rendering."), workInProgress); + return mountHostRootWithoutHydrating(current, workInProgress, nextChildren, renderLanes, recoverableError); + } else if (nextChildren !== prevChildren) { + var _recoverableError = createCapturedValueAtFiber(new Error("This root received an early update, before anything was able hydrate. Switched the entire root to client rendering."), workInProgress); + return mountHostRootWithoutHydrating(current, workInProgress, nextChildren, renderLanes, _recoverableError); + } else { + // The outermost shell has not hydrated yet. Start hydrating. + enterHydrationState(workInProgress); + var child = mountChildFibers(workInProgress, null, nextChildren, renderLanes); + workInProgress.child = child; + var node = child; + while(node){ + // Mark each child as hydrating. This is a fast path to know whether this + // tree is part of a hydrating tree. This is used to determine if a child + // node has fully mounted yet, and for scheduling event replaying. + // Conceptually this is similar to Placement in that a new subtree is + // inserted into the React tree here. It just happens to not need DOM + // mutations because it already exists. + node.flags = node.flags & ~Placement | Hydrating; + node = node.sibling; + } } } else { - // Otherwise reset hydration state in case we aborted and resumed another - // root. - reconcileChildren(current, workInProgress, nextChildren, renderLanes); + // Root is not dehydrated. Either this is a client-only root, or it + // already hydrated. resetHydrationState(); + if (nextChildren === prevChildren) return bailoutOnAlreadyFinishedWork(current, workInProgress, renderLanes); + reconcileChildren(current, workInProgress, nextChildren, renderLanes); } return workInProgress.child; } + function mountHostRootWithoutHydrating(current, workInProgress, nextChildren, renderLanes, recoverableError) { + // Revert to client rendering. + resetHydrationState(); + queueHydrationError(recoverableError); + workInProgress.flags |= ForceClientRender; + reconcileChildren(current, workInProgress, nextChildren, renderLanes); + return workInProgress.child; + } function updateHostComponent(current, workInProgress, renderLanes) { pushHostContext(workInProgress); if (current === null) tryToClaimNextHydratableInstance(workInProgress); @@ -15825,16 +19300,8 @@ module.exports = require('./cjs/react-dom.development.js'); // immediately after. return null; } - function mountLazyComponent(_current, workInProgress, elementType, updateLanes, renderLanes) { - if (_current !== null) { - // A lazy component only mounts if it suspended inside a non- - // concurrent tree, in an inconsistent state. We want to treat it like - // a new mount, even though an empty version of it already committed. - // Disconnect the alternate pointers. - _current.alternate = null; - workInProgress.alternate = null; // Since this is conceptually a new fiber, schedule a Placement effect - workInProgress.flags |= Placement; - } + function mountLazyComponent(_current, workInProgress, elementType, renderLanes) { + resetSuspendedCurrentOnMountInLegacyMode(_current, workInProgress); var props = workInProgress.pendingProps; var lazyComponent = elementType; var payload = lazyComponent._payload; @@ -15861,25 +19328,19 @@ module.exports = require('./cjs/react-dom.development.js'); case MemoComponent: if (workInProgress.type !== workInProgress.elementType) { var outerPropTypes = Component.propTypes; - if (outerPropTypes) checkPropTypes(outerPropTypes, resolvedProps, 'prop', getComponentName(Component)); + if (outerPropTypes) checkPropTypes(outerPropTypes, resolvedProps, "prop", getComponentNameFromType(Component)); } - child = updateMemoComponent(null, workInProgress, Component, resolveDefaultProps(Component.type, resolvedProps), updateLanes, renderLanes); + child = updateMemoComponent(null, workInProgress, Component, resolveDefaultProps(Component.type, resolvedProps), renderLanes); return child; } - var hint = ''; - if (Component !== null && typeof Component === 'object' && Component.$$typeof === REACT_LAZY_TYPE) hint = ' Did you wrap a component in React.lazy() more than once?'; - throw Error("Element type is invalid. Received a promise that resolves to: " + Component + ". Lazy element type must resolve to a class or function." + hint); + var hint = ""; + if (Component !== null && typeof Component === "object" && Component.$$typeof === REACT_LAZY_TYPE) hint = " Did you wrap a component in React.lazy() more than once?"; + // because the fact that it's a separate type of work is an + // implementation detail. + throw new Error("Element type is invalid. Received a promise that resolves to: " + Component + ". " + ("Lazy element type must resolve to a class or function." + hint)); } function mountIncompleteClassComponent(_current, workInProgress, Component, nextProps, renderLanes) { - if (_current !== null) { - // An incomplete component only mounts if it suspended inside a non- - // concurrent tree, in an inconsistent state. We want to treat it like - // a new mount, even though an empty version of it already committed. - // Disconnect the alternate pointers. - _current.alternate = null; - workInProgress.alternate = null; // Since this is conceptually a new fiber, schedule a Placement effect - workInProgress.flags |= Placement; - } // Promote the fiber to a class and try rendering again. + resetSuspendedCurrentOnMountInLegacyMode(_current, workInProgress); // Promote the fiber to a class and try rendering again. workInProgress.tag = ClassComponent; // The rest of this function is a fork of `updateClassComponent` // Push context providers early to prevent context stack mismatches. // During mounting we don't know the child context yet as the instance doesn't exist. @@ -15895,48 +19356,44 @@ module.exports = require('./cjs/react-dom.development.js'); return finishClassComponent(null, workInProgress, Component, true, hasContext, renderLanes); } function mountIndeterminateComponent(_current, workInProgress, Component, renderLanes) { - if (_current !== null) { - // An indeterminate component only mounts if it suspended inside a non- - // concurrent tree, in an inconsistent state. We want to treat it like - // a new mount, even though an empty version of it already committed. - // Disconnect the alternate pointers. - _current.alternate = null; - workInProgress.alternate = null; // Since this is conceptually a new fiber, schedule a Placement effect - workInProgress.flags |= Placement; - } + resetSuspendedCurrentOnMountInLegacyMode(_current, workInProgress); var props = workInProgress.pendingProps; var context; var unmaskedContext = getUnmaskedContext(workInProgress, Component, false); context = getMaskedContext(workInProgress, unmaskedContext); prepareToReadContext(workInProgress, renderLanes); var value; - if (Component.prototype && typeof Component.prototype.render === 'function') { - var componentName = getComponentName(Component) || 'Unknown'; + var hasId; + markComponentRenderStarted(workInProgress); + if (Component.prototype && typeof Component.prototype.render === "function") { + var componentName = getComponentNameFromType(Component) || "Unknown"; if (!didWarnAboutBadClass[componentName]) { - error1("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.", componentName, componentName); + error("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.", componentName, componentName); didWarnAboutBadClass[componentName] = true; } } - if (workInProgress.mode & StrictMode) ReactStrictModeWarnings.recordLegacyContextWarning(workInProgress, null); + if (workInProgress.mode & StrictLegacyMode) ReactStrictModeWarnings.recordLegacyContextWarning(workInProgress, null); setIsRendering(true); ReactCurrentOwner$1.current = workInProgress; value = renderWithHooks(null, workInProgress, Component, props, context, renderLanes); + hasId = checkDidRenderIdHook(); setIsRendering(false); + markComponentRenderStopped(); workInProgress.flags |= PerformedWork; // Support for module components is deprecated and is removed behind a flag. // Whether or not it would crash later, we want to show a good message in DEV first. - if (typeof value === 'object' && value !== null && typeof value.render === 'function' && value.$$typeof === undefined) { - var _componentName = getComponentName(Component) || 'Unknown'; + if (typeof value === "object" && value !== null && typeof value.render === "function" && value.$$typeof === undefined) { + var _componentName = getComponentNameFromType(Component) || "Unknown"; if (!didWarnAboutModulePatternComponent[_componentName]) { - error1("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.", _componentName, _componentName, _componentName); + error("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.", _componentName, _componentName, _componentName); didWarnAboutModulePatternComponent[_componentName] = true; } } if (// Eventually we'll delete this branch altogether. - typeof value === 'object' && value !== null && typeof value.render === 'function' && value.$$typeof === undefined) { - var _componentName2 = getComponentName(Component) || 'Unknown'; + typeof value === "object" && value !== null && typeof value.render === "function" && value.$$typeof === undefined) { + var _componentName2 = getComponentNameFromType(Component) || "Unknown"; if (!didWarnAboutModulePatternComponent[_componentName2]) { - error1("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.", _componentName2, _componentName2, _componentName2); + error("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.", _componentName2, _componentName2, _componentName2); didWarnAboutModulePatternComponent[_componentName2] = true; } workInProgress.tag = ClassComponent; // Throw out any hooks that were used. @@ -15951,22 +19408,22 @@ module.exports = require('./cjs/react-dom.development.js'); } else hasContext = false; workInProgress.memoizedState = value.state !== null && value.state !== undefined ? value.state : null; initializeUpdateQueue(workInProgress); - var getDerivedStateFromProps = Component.getDerivedStateFromProps; - if (typeof getDerivedStateFromProps === 'function') applyDerivedStateFromProps(workInProgress, Component, getDerivedStateFromProps, props); adoptClassInstance(workInProgress, value); mountClassInstance(workInProgress, Component, props, renderLanes); return finishClassComponent(null, workInProgress, Component, true, hasContext, renderLanes); } else { // Proceed under the assumption that this is a function component workInProgress.tag = FunctionComponent; - if (workInProgress.mode & StrictMode) { - disableLogs(); + if (workInProgress.mode & StrictLegacyMode) { + setIsStrictModeForDevtools(true); try { value = renderWithHooks(null, workInProgress, Component, props, context, renderLanes); + hasId = checkDidRenderIdHook(); } finally{ - reenableLogs(); + setIsStrictModeForDevtools(false); } } + if (getIsHydrating() && hasId) pushMaterializedTreeId(workInProgress); reconcileChildren(null, workInProgress, value, renderLanes); validateFunctionComponentInDev(workInProgress, Component); return workInProgress.child; @@ -15974,47 +19431,53 @@ module.exports = require('./cjs/react-dom.development.js'); } function validateFunctionComponentInDev(workInProgress, Component) { if (Component) { - if (Component.childContextTypes) error1('%s(...): childContextTypes cannot be defined on a function component.', Component.displayName || Component.name || 'Component'); + if (Component.childContextTypes) error("%s(...): childContextTypes cannot be defined on a function component.", Component.displayName || Component.name || "Component"); } if (workInProgress.ref !== null) { - var info = ''; + var info = ""; var ownerName = getCurrentFiberOwnerNameInDevOrNull(); - if (ownerName) info += '\n\nCheck the render method of `' + ownerName + '`.'; - var warningKey = ownerName || workInProgress._debugID || ''; + if (ownerName) info += "\n\nCheck the render method of `" + ownerName + "`."; + var warningKey = ownerName || ""; var debugSource = workInProgress._debugSource; - if (debugSource) warningKey = debugSource.fileName + ':' + debugSource.lineNumber; + if (debugSource) warningKey = debugSource.fileName + ":" + debugSource.lineNumber; if (!didWarnAboutFunctionRefs[warningKey]) { didWarnAboutFunctionRefs[warningKey] = true; - error1("Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?%s", info); + error("Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?%s", info); } } - if (typeof Component.getDerivedStateFromProps === 'function') { - var _componentName3 = getComponentName(Component) || 'Unknown'; + if (typeof Component.getDerivedStateFromProps === "function") { + var _componentName3 = getComponentNameFromType(Component) || "Unknown"; if (!didWarnAboutGetDerivedStateOnFunctionComponent[_componentName3]) { - error1('%s: Function components do not support getDerivedStateFromProps.', _componentName3); + error("%s: Function components do not support getDerivedStateFromProps.", _componentName3); didWarnAboutGetDerivedStateOnFunctionComponent[_componentName3] = true; } } - if (typeof Component.contextType === 'object' && Component.contextType !== null) { - var _componentName4 = getComponentName(Component) || 'Unknown'; + if (typeof Component.contextType === "object" && Component.contextType !== null) { + var _componentName4 = getComponentNameFromType(Component) || "Unknown"; if (!didWarnAboutContextTypeOnFunctionComponent[_componentName4]) { - error1('%s: Function components do not support contextType.', _componentName4); + error("%s: Function components do not support contextType.", _componentName4); didWarnAboutContextTypeOnFunctionComponent[_componentName4] = true; } } } var SUSPENDED_MARKER = { dehydrated: null, + treeContext: null, retryLane: NoLane }; function mountSuspenseOffscreenState(renderLanes) { return { - baseLanes: renderLanes + baseLanes: renderLanes, + cachePool: getSuspendedCache(), + transitions: null }; } function updateSuspenseOffscreenState(prevOffscreenState, renderLanes) { + var cachePool = null; return { - baseLanes: mergeLanes(prevOffscreenState.baseLanes, renderLanes) + baseLanes: mergeLanes(prevOffscreenState.baseLanes, renderLanes), + cachePool: cachePool, + transitions: prevOffscreenState.transitions }; } // TODO: Probably should inline this back function shouldRemainOnFallback(suspenseContext, current, workInProgress, renderLanes) { @@ -16023,7 +19486,7 @@ module.exports = require('./cjs/react-dom.development.js'); // For example, SuspenseList coordinates when nested content appears. if (current !== null) { var suspenseState = current.memoizedState; - if (suspenseState === null) // Currently showing content. Don't hide it, even if ForceSuspenseFallack + if (suspenseState === null) // Currently showing content. Don't hide it, even if ForceSuspenseFallback // is true. More precise name might be "ForceRemainSuspenseFallback". // Note: This is a factoring smell. Can't remain on a fallback if there's // no fallback to remain on. @@ -16046,20 +19509,11 @@ module.exports = require('./cjs/react-dom.development.js'); // rendering the fallback children. showFallback = true; workInProgress.flags &= ~DidCapture; - } else { - // Attempting the main content - if (current === null || current.memoizedState !== null) // This is a new mount or this boundary is already showing a fallback state. - // Mark this subtree context as having at least one invisible parent that could - // handle the fallback state. - // Boundaries without fallbacks or should be avoided are not considered since - // they cannot handle preferred fallback states. - { - if (nextProps.fallback !== undefined && nextProps.unstable_avoidThisFallback !== true) suspenseContext = addSubtreeSuspenseContext(suspenseContext, InvisibleParentSuspenseContext); - } - } + } else // Attempting the main content + if (current === null || current.memoizedState !== null) suspenseContext = addSubtreeSuspenseContext(suspenseContext, InvisibleParentSuspenseContext); suspenseContext = setDefaultShallowSuspenseContext(suspenseContext); pushSuspenseContext(workInProgress, suspenseContext); // OK, the next part is confusing. We're about to reconcile the Suspense - // boundary's children. This involves some custom reconcilation logic. Two + // boundary's children. This involves some custom reconciliation logic. Two // main reasons this is so complicated. // // First, Legacy Mode has different semantics for backwards compatibility. The @@ -16082,9 +19536,14 @@ module.exports = require('./cjs/react-dom.development.js'); // a stack. if (current === null) { // Initial mount + // Special path for hydration // If we're currently hydrating, try to hydrate this boundary. - // But only if this has a fallback. - if (nextProps.fallback !== undefined) tryToClaimNextHydratableInstance(workInProgress); // This could've been a dehydrated suspense component. + tryToClaimNextHydratableInstance(workInProgress); // This could've been a dehydrated suspense component. + var suspenseState = workInProgress.memoizedState; + if (suspenseState !== null) { + var dehydrated = suspenseState.dehydrated; + if (dehydrated !== null) return mountDehydratedSuspenseComponent(workInProgress, dehydrated); + } var nextPrimaryChildren = nextProps.children; var nextFallbackChildren = nextProps.fallback; if (showFallback) { @@ -16093,77 +19552,40 @@ module.exports = require('./cjs/react-dom.development.js'); primaryChildFragment.memoizedState = mountSuspenseOffscreenState(renderLanes); workInProgress.memoizedState = SUSPENDED_MARKER; return fallbackFragment; - } else if (typeof nextProps.unstable_expectedLoadTime === 'number') { - // This is a CPU-bound tree. Skip this tree and show a placeholder to - // unblock the surrounding content. Then immediately retry after the - // initial commit. - var _fallbackFragment = mountSuspenseFallbackChildren(workInProgress, nextPrimaryChildren, nextFallbackChildren, renderLanes); - var _primaryChildFragment = workInProgress.child; - _primaryChildFragment.memoizedState = mountSuspenseOffscreenState(renderLanes); - workInProgress.memoizedState = SUSPENDED_MARKER; // Since nothing actually suspended, there will nothing to ping this to - // get it started back up to attempt the next item. While in terms of - // priority this work has the same priority as this current render, it's - // not part of the same transition once the transition has committed. If - // it's sync, we still want to yield so that it can be painted. - // Conceptually, this is really the same as pinging. We can use any - // RetryLane even if it's the one currently rendering since we're leaving - // it behind on this node. - workInProgress.lanes = SomeRetryLane; - markSpawnedWork(SomeRetryLane); - return _fallbackFragment; - } else return mountSuspensePrimaryChildren(workInProgress, nextPrimaryChildren, renderLanes); + } else return mountSuspensePrimaryChildren(workInProgress, nextPrimaryChildren); } else { // This is an update. - // If the current fiber has a SuspenseState, that means it's already showing - // a fallback. + // Special path for hydration var prevState = current.memoizedState; if (prevState !== null) { - if (showFallback) { - var _nextFallbackChildren2 = nextProps.fallback; - var _nextPrimaryChildren2 = nextProps.children; - var _fallbackChildFragment = updateSuspenseFallbackChildren(current, workInProgress, _nextPrimaryChildren2, _nextFallbackChildren2, renderLanes); - var _primaryChildFragment3 = workInProgress.child; - var prevOffscreenState = current.child.memoizedState; - _primaryChildFragment3.memoizedState = prevOffscreenState === null ? mountSuspenseOffscreenState(renderLanes) : updateSuspenseOffscreenState(prevOffscreenState, renderLanes); - _primaryChildFragment3.childLanes = getRemainingWorkInPrimaryTree(current, renderLanes); - workInProgress.memoizedState = SUSPENDED_MARKER; - return _fallbackChildFragment; - } else { - var _nextPrimaryChildren3 = nextProps.children; - var _primaryChildFragment4 = updateSuspensePrimaryChildren(current, workInProgress, _nextPrimaryChildren3, renderLanes); - workInProgress.memoizedState = null; - return _primaryChildFragment4; - } - } else // The current tree is not already showing a fallback. + var _dehydrated = prevState.dehydrated; + if (_dehydrated !== null) return updateDehydratedSuspenseComponent(current, workInProgress, didSuspend, nextProps, _dehydrated, prevState, renderLanes); + } if (showFallback) { - // Timed out. - var _nextFallbackChildren3 = nextProps.fallback; - var _nextPrimaryChildren4 = nextProps.children; - var _fallbackChildFragment2 = updateSuspenseFallbackChildren(current, workInProgress, _nextPrimaryChildren4, _nextFallbackChildren3, renderLanes); - var _primaryChildFragment5 = workInProgress.child; - var _prevOffscreenState = current.child.memoizedState; - _primaryChildFragment5.memoizedState = _prevOffscreenState === null ? mountSuspenseOffscreenState(renderLanes) : updateSuspenseOffscreenState(_prevOffscreenState, renderLanes); - _primaryChildFragment5.childLanes = getRemainingWorkInPrimaryTree(current, renderLanes); // Skip the primary children, and continue working on the - // fallback children. + var _nextFallbackChildren = nextProps.fallback; + var _nextPrimaryChildren = nextProps.children; + var fallbackChildFragment = updateSuspenseFallbackChildren(current, workInProgress, _nextPrimaryChildren, _nextFallbackChildren, renderLanes); + var _primaryChildFragment2 = workInProgress.child; + var prevOffscreenState = current.child.memoizedState; + _primaryChildFragment2.memoizedState = prevOffscreenState === null ? mountSuspenseOffscreenState(renderLanes) : updateSuspenseOffscreenState(prevOffscreenState, renderLanes); + _primaryChildFragment2.childLanes = getRemainingWorkInPrimaryTree(current, renderLanes); workInProgress.memoizedState = SUSPENDED_MARKER; - return _fallbackChildFragment2; + return fallbackChildFragment; } else { - // Still haven't timed out. Continue rendering the children, like we - // normally do. - var _nextPrimaryChildren5 = nextProps.children; - var _primaryChildFragment6 = updateSuspensePrimaryChildren(current, workInProgress, _nextPrimaryChildren5, renderLanes); + var _nextPrimaryChildren2 = nextProps.children; + var _primaryChildFragment3 = updateSuspensePrimaryChildren(current, workInProgress, _nextPrimaryChildren2, renderLanes); workInProgress.memoizedState = null; - return _primaryChildFragment6; + return _primaryChildFragment3; } } } function mountSuspensePrimaryChildren(workInProgress, primaryChildren, renderLanes) { var mode = workInProgress.mode; var primaryChildProps = { - mode: 'visible', + mode: "visible", children: primaryChildren }; - var primaryChildFragment = createFiberFromOffscreen(primaryChildProps, mode, renderLanes, null); + var primaryChildFragment = mountWorkInProgressOffscreenFiber(primaryChildProps, mode); primaryChildFragment.return = workInProgress; workInProgress.child = primaryChildFragment; return primaryChildFragment; @@ -16172,12 +19594,12 @@ module.exports = require('./cjs/react-dom.development.js'); var mode = workInProgress.mode; var progressedPrimaryFragment = workInProgress.child; var primaryChildProps = { - mode: 'hidden', + mode: "hidden", children: primaryChildren }; var primaryChildFragment; var fallbackChildFragment; - if ((mode & BlockingMode) === NoMode && progressedPrimaryFragment !== null) { + if ((mode & ConcurrentMode) === NoMode && progressedPrimaryFragment !== null) { // In legacy mode, we commit the primary tree as if it successfully // completed, even though it's in an inconsistent state. primaryChildFragment = progressedPrimaryFragment; @@ -16195,7 +19617,7 @@ module.exports = require('./cjs/react-dom.development.js'); } fallbackChildFragment = createFiberFromFragment(fallbackChildren, mode, renderLanes, null); } else { - primaryChildFragment = createFiberFromOffscreen(primaryChildProps, mode, NoLanes, null); + primaryChildFragment = mountWorkInProgressOffscreenFiber(primaryChildProps, mode); fallbackChildFragment = createFiberFromFragment(fallbackChildren, mode, renderLanes, null); } primaryChildFragment.return = workInProgress; @@ -16204,7 +19626,12 @@ module.exports = require('./cjs/react-dom.development.js'); workInProgress.child = primaryChildFragment; return fallbackChildFragment; } - function createWorkInProgressOffscreenFiber(current, offscreenProps) { + function mountWorkInProgressOffscreenFiber(offscreenProps, mode, renderLanes) { + // The props argument to `createFiberFromOffscreen` is `any` typed, so we use + // this wrapper function to constrain it. + return createFiberFromOffscreen(offscreenProps, mode, NoLanes, null); + } + function updateWorkInProgressOffscreenFiber(current, offscreenProps) { // The props argument to `createWorkInProgress` is `any` typed, so we use this // wrapper function to constrain it. return createWorkInProgress(current, offscreenProps); @@ -16212,18 +19639,22 @@ module.exports = require('./cjs/react-dom.development.js'); function updateSuspensePrimaryChildren(current, workInProgress, primaryChildren, renderLanes) { var currentPrimaryChildFragment = current.child; var currentFallbackChildFragment = currentPrimaryChildFragment.sibling; - var primaryChildFragment = createWorkInProgressOffscreenFiber(currentPrimaryChildFragment, { - mode: 'visible', + var primaryChildFragment = updateWorkInProgressOffscreenFiber(currentPrimaryChildFragment, { + mode: "visible", children: primaryChildren }); - if ((workInProgress.mode & BlockingMode) === NoMode) primaryChildFragment.lanes = renderLanes; + if ((workInProgress.mode & ConcurrentMode) === NoMode) primaryChildFragment.lanes = renderLanes; primaryChildFragment.return = workInProgress; primaryChildFragment.sibling = null; if (currentFallbackChildFragment !== null) { // Delete the fallback child fragment - currentFallbackChildFragment.nextEffect = null; - currentFallbackChildFragment.flags = Deletion; - workInProgress.firstEffect = workInProgress.lastEffect = currentFallbackChildFragment; + var deletions = workInProgress.deletions; + if (deletions === null) { + workInProgress.deletions = [ + currentFallbackChildFragment + ]; + workInProgress.flags |= ChildDeletion; + } else deletions.push(currentFallbackChildFragment); } workInProgress.child = primaryChildFragment; return primaryChildFragment; @@ -16233,12 +19664,12 @@ module.exports = require('./cjs/react-dom.development.js'); var currentPrimaryChildFragment = current.child; var currentFallbackChildFragment = currentPrimaryChildFragment.sibling; var primaryChildProps = { - mode: 'hidden', + mode: "hidden", children: primaryChildren }; var primaryChildFragment; if (// completed, even though it's in an inconsistent state. - (mode & BlockingMode) === NoMode && // already cloned. In legacy mode, the only case where this isn't true is + (mode & ConcurrentMode) === NoMode && // already cloned. In legacy mode, the only case where this isn't true is // when DevTools forces us to display a fallback; we skip the first render // pass entirely and go straight to rendering the fallback. (In Concurrent // Mode, SuspenseList can also trigger this scenario, but this is a legacy- @@ -16257,20 +19688,16 @@ module.exports = require('./cjs/react-dom.development.js'); primaryChildFragment.actualStartTime = -1; primaryChildFragment.selfBaseDuration = currentPrimaryChildFragment.selfBaseDuration; primaryChildFragment.treeBaseDuration = currentPrimaryChildFragment.treeBaseDuration; - } // The fallback fiber was added as a deletion effect during the first pass. + } // The fallback fiber was added as a deletion during the first pass. // However, since we're going to remain on the fallback, we no longer want - // to delete it. So we need to remove it from the list. Deletions are stored - // on the same list as effects. We want to keep the effects from the primary - // tree. So we copy the primary child fragment's effect list, which does not - // include the fallback deletion effect. - var progressedLastEffect = primaryChildFragment.lastEffect; - if (progressedLastEffect !== null) { - workInProgress.firstEffect = primaryChildFragment.firstEffect; - workInProgress.lastEffect = progressedLastEffect; - progressedLastEffect.nextEffect = null; - } else // TODO: Reset this somewhere else? Lol legacy mode is so weird. - workInProgress.firstEffect = workInProgress.lastEffect = null; - } else primaryChildFragment = createWorkInProgressOffscreenFiber(currentPrimaryChildFragment, primaryChildProps); + // to delete it. + workInProgress.deletions = null; + } else { + primaryChildFragment = updateWorkInProgressOffscreenFiber(currentPrimaryChildFragment, primaryChildProps); // Since we're reusing a current tree, we need to reuse the flags, too. + // (We don't do this in legacy mode, because in legacy mode we don't re-use + // the current tree; see previous branch.) + primaryChildFragment.subtreeFlags = currentPrimaryChildFragment.subtreeFlags & StaticMask; + } var fallbackChildFragment; if (currentFallbackChildFragment !== null) fallbackChildFragment = createWorkInProgress(currentFallbackChildFragment, fallbackChildren); else { @@ -16284,11 +19711,178 @@ module.exports = require('./cjs/react-dom.development.js'); workInProgress.child = primaryChildFragment; return fallbackChildFragment; } - function scheduleWorkOnFiber(fiber, renderLanes) { + function retrySuspenseComponentWithoutHydrating(current, workInProgress, renderLanes, recoverableError) { + // Falling back to client rendering. Because this has performance + // implications, it's considered a recoverable error, even though the user + // likely won't observe anything wrong with the UI. + // + // The error is passed in as an argument to enforce that every caller provide + // a custom message, or explicitly opt out (currently the only path that opts + // out is legacy mode; every concurrent path provides an error). + if (recoverableError !== null) queueHydrationError(recoverableError); + // This will add the old fiber to the deletion list + reconcileChildFibers(workInProgress, current.child, null, renderLanes); // We're now not suspended nor dehydrated. + var nextProps = workInProgress.pendingProps; + var primaryChildren = nextProps.children; + var primaryChildFragment = mountSuspensePrimaryChildren(workInProgress, primaryChildren); // Needs a placement effect because the parent (the Suspense boundary) already + // mounted but this is a new fiber. + primaryChildFragment.flags |= Placement; + workInProgress.memoizedState = null; + return primaryChildFragment; + } + function mountSuspenseFallbackAfterRetryWithoutHydrating(current, workInProgress, primaryChildren, fallbackChildren, renderLanes) { + var fiberMode = workInProgress.mode; + var primaryChildProps = { + mode: "visible", + children: primaryChildren + }; + var primaryChildFragment = mountWorkInProgressOffscreenFiber(primaryChildProps, fiberMode); + var fallbackChildFragment = createFiberFromFragment(fallbackChildren, fiberMode, renderLanes, null); // Needs a placement effect because the parent (the Suspense + // boundary) already mounted but this is a new fiber. + fallbackChildFragment.flags |= Placement; + primaryChildFragment.return = workInProgress; + fallbackChildFragment.return = workInProgress; + primaryChildFragment.sibling = fallbackChildFragment; + workInProgress.child = primaryChildFragment; + if ((workInProgress.mode & ConcurrentMode) !== NoMode) // We will have dropped the effect list which contains the + // deletion. We need to reconcile to delete the current child. + reconcileChildFibers(workInProgress, current.child, null, renderLanes); + return fallbackChildFragment; + } + function mountDehydratedSuspenseComponent(workInProgress, suspenseInstance, renderLanes) { + // During the first pass, we'll bail out and not drill into the children. + // Instead, we'll leave the content in place and try to hydrate it later. + if ((workInProgress.mode & ConcurrentMode) === NoMode) { + error("Cannot hydrate Suspense in legacy mode. Switch from ReactDOM.hydrate(element, container) to ReactDOMClient.hydrateRoot(container, ).render(element) or remove the Suspense components from the server rendered components."); + workInProgress.lanes = laneToLanes(SyncLane); + } else if (isSuspenseInstanceFallback(suspenseInstance)) // This is a client-only boundary. Since we won't get any content from the server + // for this, we need to schedule that at a higher priority based on when it would + // have timed out. In theory we could render it in this pass but it would have the + // wrong priority associated with it and will prevent hydration of parent path. + // Instead, we'll leave work left on it to render it in a separate commit. + // TODO This time should be the time at which the server rendered response that is + // a parent to this boundary was displayed. However, since we currently don't have + // a protocol to transfer that time, we'll just estimate it by using the current + // time. This will mean that Suspense timeouts are slightly shifted to later than + // they should be. + // Schedule a normal pri update to render this content. + workInProgress.lanes = laneToLanes(DefaultHydrationLane); + else // We'll continue hydrating the rest at offscreen priority since we'll already + // be showing the right content coming from the server, it is no rush. + workInProgress.lanes = laneToLanes(OffscreenLane); + return null; + } + function updateDehydratedSuspenseComponent(current, workInProgress, didSuspend, nextProps, suspenseInstance, suspenseState, renderLanes) { + if (!didSuspend) { + // This is the first render pass. Attempt to hydrate. + // We should never be hydrating at this point because it is the first pass, + // but after we've already committed once. + warnIfHydrating(); + if ((workInProgress.mode & ConcurrentMode) === NoMode) return retrySuspenseComponentWithoutHydrating(current, workInProgress, renderLanes, // required — every concurrent mode path that causes hydration to + // de-opt to client rendering should have an error message. + null); + if (isSuspenseInstanceFallback(suspenseInstance)) { + // This boundary is in a permanent fallback state. In this case, we'll never + // get an update and we'll never be able to hydrate the final content. Let's just try the + // client side render instead. + var digest, message, stack; + var _getSuspenseInstanceF = getSuspenseInstanceFallbackErrorDetails(suspenseInstance); + digest = _getSuspenseInstanceF.digest; + message = _getSuspenseInstanceF.message; + stack = _getSuspenseInstanceF.stack; + var error; + if (message) // eslint-disable-next-line react-internal/prod-error-codes + error = new Error(message); + else error = new Error("The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."); + var capturedValue = createCapturedValue(error, digest, stack); + return retrySuspenseComponentWithoutHydrating(current, workInProgress, renderLanes, capturedValue); + } + // any context has changed, we need to treat is as if the input might have changed. + var hasContextChanged = includesSomeLane(renderLanes, current.childLanes); + if (didReceiveUpdate || hasContextChanged) { + // This boundary has changed since the first render. This means that we are now unable to + // hydrate it. We might still be able to hydrate it using a higher priority lane. + var root = getWorkInProgressRoot(); + if (root !== null) { + var attemptHydrationAtLane = getBumpedLaneForHydration(root, renderLanes); + if (attemptHydrationAtLane !== NoLane && attemptHydrationAtLane !== suspenseState.retryLane) { + // Intentionally mutating since this render will get interrupted. This + // is one of the very rare times where we mutate the current tree + // during the render phase. + suspenseState.retryLane = attemptHydrationAtLane; // TODO: Ideally this would inherit the event time of the current render + var eventTime = NoTimestamp; + enqueueConcurrentRenderForLane(current, attemptHydrationAtLane); + scheduleUpdateOnFiber(root, current, attemptHydrationAtLane, eventTime); + } + } // If we have scheduled higher pri work above, this will probably just abort the render + // since we now have higher priority work, but in case it doesn't, we need to prepare to + // render something, if we time out. Even if that requires us to delete everything and + // skip hydration. + // Delay having to do this as long as the suspense timeout allows us. + renderDidSuspendDelayIfPossible(); + var _capturedValue = createCapturedValue(new Error("This Suspense boundary received an update before it finished hydrating. This caused the boundary to switch to client rendering. The usual way to fix this is to wrap the original update in startTransition.")); + return retrySuspenseComponentWithoutHydrating(current, workInProgress, renderLanes, _capturedValue); + } else if (isSuspenseInstancePending(suspenseInstance)) { + // This component is still pending more data from the server, so we can't hydrate its + // content. We treat it as if this component suspended itself. It might seem as if + // we could just try to render it client-side instead. However, this will perform a + // lot of unnecessary work and is unlikely to complete since it often will suspend + // on missing data anyway. Additionally, the server might be able to render more + // than we can on the client yet. In that case we'd end up with more fallback states + // on the client than if we just leave it alone. If the server times out or errors + // these should update this boundary to the permanent Fallback state instead. + // Mark it as having captured (i.e. suspended). + workInProgress.flags |= DidCapture; // Leave the child in place. I.e. the dehydrated fragment. + workInProgress.child = current.child; // Register a callback to retry this boundary once the server has sent the result. + var retry = retryDehydratedSuspenseBoundary.bind(null, current); + registerSuspenseInstanceRetry(suspenseInstance, retry); + return null; + } else { + // This is the first attempt. + reenterHydrationStateFromDehydratedSuspenseInstance(workInProgress, suspenseInstance, suspenseState.treeContext); + var primaryChildren = nextProps.children; + var primaryChildFragment = mountSuspensePrimaryChildren(workInProgress, primaryChildren); // Mark the children as hydrating. This is a fast path to know whether this + // tree is part of a hydrating tree. This is used to determine if a child + // node has fully mounted yet, and for scheduling event replaying. + // Conceptually this is similar to Placement in that a new subtree is + // inserted into the React tree here. It just happens to not need DOM + // mutations because it already exists. + primaryChildFragment.flags |= Hydrating; + return primaryChildFragment; + } + } else { + // This is the second render pass. We already attempted to hydrated, but + // something either suspended or errored. + if (workInProgress.flags & ForceClientRender) { + // Something errored during hydration. Try again without hydrating. + workInProgress.flags &= ~ForceClientRender; + var _capturedValue2 = createCapturedValue(new Error("There was an error while hydrating this Suspense boundary. Switched to client rendering.")); + return retrySuspenseComponentWithoutHydrating(current, workInProgress, renderLanes, _capturedValue2); + } else if (workInProgress.memoizedState !== null) { + // Something suspended and we should still be in dehydrated mode. + // Leave the existing child in place. + workInProgress.child = current.child; // The dehydrated completion pass expects this flag to be there + // but the normal suspense pass doesn't. + workInProgress.flags |= DidCapture; + return null; + } else { + // Suspended but we should no longer be in dehydrated mode. + // Therefore we now have to render the fallback. + var nextPrimaryChildren = nextProps.children; + var nextFallbackChildren = nextProps.fallback; + var fallbackChildFragment = mountSuspenseFallbackAfterRetryWithoutHydrating(current, workInProgress, nextPrimaryChildren, nextFallbackChildren, renderLanes); + var _primaryChildFragment4 = workInProgress.child; + _primaryChildFragment4.memoizedState = mountSuspenseOffscreenState(renderLanes); + workInProgress.memoizedState = SUSPENDED_MARKER; + return fallbackChildFragment; + } + } + } + function scheduleSuspenseWorkOnFiber(fiber, renderLanes, propagationRoot) { fiber.lanes = mergeLanes(fiber.lanes, renderLanes); var alternate = fiber.alternate; if (alternate !== null) alternate.lanes = mergeLanes(alternate.lanes, renderLanes); - scheduleWorkOnParentPath(fiber.return, renderLanes); + scheduleContextWorkOnParentPath(fiber.return, renderLanes, propagationRoot); } function propagateSuspenseContextChange(workInProgress, firstChild, renderLanes) { // Mark any Suspense boundaries with fallbacks as having work to do. @@ -16298,13 +19892,13 @@ module.exports = require('./cjs/react-dom.development.js'); while(node !== null){ if (node.tag === SuspenseComponent) { var state = node.memoizedState; - if (state !== null) scheduleWorkOnFiber(node, renderLanes); + if (state !== null) scheduleSuspenseWorkOnFiber(node, renderLanes, workInProgress); } else if (node.tag === SuspenseListComponent) // If the tail is hidden there might not be an Suspense boundaries // to schedule work on. In this case we have to schedule it on the // list itself. // We don't have to traverse to the children of the list since // the list will propagate the change when it rerenders. - scheduleWorkOnFiber(node, renderLanes); + scheduleSuspenseWorkOnFiber(node, renderLanes, workInProgress); else if (node.child !== null) { node.child.return = node; node = node.child; @@ -16337,54 +19931,54 @@ module.exports = require('./cjs/react-dom.development.js'); return lastContentRow; } function validateRevealOrder(revealOrder) { - if (revealOrder !== undefined && revealOrder !== 'forwards' && revealOrder !== 'backwards' && revealOrder !== 'together' && !didWarnAboutRevealOrder[revealOrder]) { + if (revealOrder !== undefined && revealOrder !== "forwards" && revealOrder !== "backwards" && revealOrder !== "together" && !didWarnAboutRevealOrder[revealOrder]) { didWarnAboutRevealOrder[revealOrder] = true; - if (typeof revealOrder === 'string') switch(revealOrder.toLowerCase()){ - case 'together': - case 'forwards': - case 'backwards': - error1("\"%s\" is not a valid value for revealOrder on . Use lowercase \"%s\" instead.", revealOrder, revealOrder.toLowerCase()); + if (typeof revealOrder === "string") switch(revealOrder.toLowerCase()){ + case "together": + case "forwards": + case "backwards": + error('"%s" is not a valid value for revealOrder on . Use lowercase "%s" instead.', revealOrder, revealOrder.toLowerCase()); break; - case 'forward': - case 'backward': - error1("\"%s\" is not a valid value for revealOrder on . React uses the -s suffix in the spelling. Use \"%ss\" instead.", revealOrder, revealOrder.toLowerCase()); + case "forward": + case "backward": + error('"%s" is not a valid value for revealOrder on . React uses the -s suffix in the spelling. Use "%ss" instead.', revealOrder, revealOrder.toLowerCase()); break; default: - error1("\"%s\" is not a supported revealOrder on . Did you mean \"together\", \"forwards\" or \"backwards\"?", revealOrder); + error('"%s" is not a supported revealOrder on . Did you mean "together", "forwards" or "backwards"?', revealOrder); break; } - else error1("%s is not a supported value for revealOrder on . Did you mean \"together\", \"forwards\" or \"backwards\"?", revealOrder); + else error('%s is not a supported value for revealOrder on . Did you mean "together", "forwards" or "backwards"?', revealOrder); } } function validateTailOptions(tailMode, revealOrder) { if (tailMode !== undefined && !didWarnAboutTailOptions[tailMode]) { - if (tailMode !== 'collapsed' && tailMode !== 'hidden') { + if (tailMode !== "collapsed" && tailMode !== "hidden") { didWarnAboutTailOptions[tailMode] = true; - error1("\"%s\" is not a supported value for tail on . Did you mean \"collapsed\" or \"hidden\"?", tailMode); - } else if (revealOrder !== 'forwards' && revealOrder !== 'backwards') { + error('"%s" is not a supported value for tail on . Did you mean "collapsed" or "hidden"?', tailMode); + } else if (revealOrder !== "forwards" && revealOrder !== "backwards") { didWarnAboutTailOptions[tailMode] = true; - error1(" is only valid if revealOrder is \"forwards\" or \"backwards\". Did you mean to specify revealOrder=\"forwards\"?", tailMode); + error(' is only valid if revealOrder is "forwards" or "backwards". Did you mean to specify revealOrder="forwards"?', tailMode); } } } function validateSuspenseListNestedChild(childSlot, index) { - var isArray = Array.isArray(childSlot); - var isIterable = !isArray && typeof getIteratorFn(childSlot) === 'function'; - if (isArray || isIterable) { - var type = isArray ? 'array' : 'iterable'; - error1("A nested %s was passed to row #%s in . Wrap it in an additional SuspenseList to configure its revealOrder: ... {%s} ... ", type, index, type); + var isAnArray = isArray(childSlot); + var isIterable = !isAnArray && typeof getIteratorFn(childSlot) === "function"; + if (isAnArray || isIterable) { + var type = isAnArray ? "array" : "iterable"; + error("A nested %s was passed to row #%s in . Wrap it in an additional SuspenseList to configure its revealOrder: ... {%s} ... ", type, index, type); return false; } return true; } function validateSuspenseListChildren(children, revealOrder) { - if ((revealOrder === 'forwards' || revealOrder === 'backwards') && children !== undefined && children !== null && children !== false) { - if (Array.isArray(children)) for(var i = 0; i < children.length; i++){ + if ((revealOrder === "forwards" || revealOrder === "backwards") && children !== undefined && children !== null && children !== false) { + if (isArray(children)) for(var i = 0; i < children.length; i++){ if (!validateSuspenseListNestedChild(children[i], i)) return; } else { var iteratorFn = getIteratorFn(children); - if (typeof iteratorFn === 'function') { + if (typeof iteratorFn === "function") { var childrenIterator = iteratorFn.call(children); if (childrenIterator) { var step = childrenIterator.next(); @@ -16394,11 +19988,11 @@ module.exports = require('./cjs/react-dom.development.js'); _i++; } } - } else error1("A single row was passed to a . This is not useful since it needs multiple rows. Did you mean to pass multiple children or an array?", revealOrder); + } else error('A single row was passed to a . This is not useful since it needs multiple rows. Did you mean to pass multiple children or an array?', revealOrder); } } } - function initSuspenseListRenderState(workInProgress, isBackwards, tail, lastContentRow, tailMode, lastEffectBeforeRendering) { + function initSuspenseListRenderState(workInProgress, isBackwards, tail, lastContentRow, tailMode) { var renderState = workInProgress.memoizedState; if (renderState === null) workInProgress.memoizedState = { isBackwards: isBackwards, @@ -16406,8 +20000,7 @@ module.exports = require('./cjs/react-dom.development.js'); renderingStartTime: 0, last: lastContentRow, tail: tail, - tailMode: tailMode, - lastEffect: lastEffectBeforeRendering + tailMode: tailMode }; else { // We can reuse the existing object from previous renders. @@ -16417,7 +20010,6 @@ module.exports = require('./cjs/react-dom.development.js'); renderState.last = lastContentRow; renderState.tail = tail; renderState.tailMode = tailMode; - renderState.lastEffect = lastEffectBeforeRendering; } } // This can end up rendering this component multiple passes. // The first pass splits the children fibers into two sets. A head and tail. @@ -16449,11 +20041,11 @@ module.exports = require('./cjs/react-dom.development.js'); suspenseContext = setDefaultShallowSuspenseContext(suspenseContext); } pushSuspenseContext(workInProgress, suspenseContext); - if ((workInProgress.mode & BlockingMode) === NoMode) // In legacy mode, SuspenseList doesn't work so we just + if ((workInProgress.mode & ConcurrentMode) === NoMode) // In legacy mode, SuspenseList doesn't work so we just // use make it a noop by treating it as the default revealOrder. workInProgress.memoizedState = null; else switch(revealOrder){ - case 'forwards': + case "forwards": var lastContentRow = findLastContentRow(workInProgress.child); var tail; if (lastContentRow === null) { @@ -16467,9 +20059,9 @@ module.exports = require('./cjs/react-dom.development.js'); tail = lastContentRow.sibling; lastContentRow.sibling = null; } - initSuspenseListRenderState(workInProgress, false, tail, lastContentRow, tailMode, workInProgress.lastEffect); + initSuspenseListRenderState(workInProgress, false, tail, lastContentRow, tailMode); break; - case 'backwards': + case "backwards": // We're going to find the first row that has existing content. // At the same time we're going to reverse the list of everything // we pass in the meantime. That's going to be our tail in reverse @@ -16489,10 +20081,10 @@ module.exports = require('./cjs/react-dom.development.js'); _tail = row; row = nextRow; } // TODO: If workInProgress.child is null, we can continue on the tail immediately. - initSuspenseListRenderState(workInProgress, true, _tail, null, tailMode, workInProgress.lastEffect); + initSuspenseListRenderState(workInProgress, true, _tail, null, tailMode); break; - case 'together': - initSuspenseListRenderState(workInProgress, false, null, null, undefined, workInProgress.lastEffect); + case "together": + initSuspenseListRenderState(workInProgress, false, null, null, undefined); break; default: // The default reveal order is the same as not having @@ -16509,7 +20101,7 @@ module.exports = require('./cjs/react-dom.development.js'); // flow doesn't do during mount. This doesn't happen at the root because // the root always starts with a "current" with a null child. // TODO: Consider unifying this with how the root works. - workInProgress.child = reconcileChildFibers1(workInProgress, null, nextChildren, renderLanes); + workInProgress.child = reconcileChildFibers(workInProgress, null, nextChildren, renderLanes); else reconcileChildren(current, workInProgress, nextChildren, renderLanes); return workInProgress.child; } @@ -16520,24 +20112,23 @@ module.exports = require('./cjs/react-dom.development.js'); var newProps = workInProgress.pendingProps; var oldProps = workInProgress.memoizedProps; var newValue = newProps.value; - if (!('value' in newProps)) { + if (!("value" in newProps)) { if (!hasWarnedAboutUsingNoValuePropOnContextProvider) { hasWarnedAboutUsingNoValuePropOnContextProvider = true; - error1('The `value` prop is required for the ``. Did you misspell it or forget to pass it?'); + error("The `value` prop is required for the ``. Did you misspell it or forget to pass it?"); } } var providerPropTypes = workInProgress.type.propTypes; - if (providerPropTypes) checkPropTypes(providerPropTypes, newProps, 'prop', 'Context.Provider'); - pushProvider(workInProgress, newValue); + if (providerPropTypes) checkPropTypes(providerPropTypes, newProps, "prop", "Context.Provider"); + pushProvider(workInProgress, context, newValue); if (oldProps !== null) { var oldValue = oldProps.value; - var changedBits = calculateChangedBits(context, newValue, oldValue); - if (changedBits === 0) { + if (objectIs(oldValue, newValue)) { // No change. Bailout early if children are the same. if (oldProps.children === newProps.children && !hasContextChanged()) return bailoutOnAlreadyFinishedWork(current, workInProgress, renderLanes); } else // The context value changed. Search for matching consumers and schedule // them to update. - propagateContextChange(workInProgress, context, changedBits, renderLanes); + propagateContextChange(workInProgress, context, renderLanes); } var newChildren = newProps.children; reconcileChildren(current, workInProgress, newChildren, renderLanes); @@ -16553,20 +20144,22 @@ module.exports = require('./cjs/react-dom.development.js'); if (context !== context.Consumer) { if (!hasWarnedAboutUsingContextAsConsumer) { hasWarnedAboutUsingContextAsConsumer = true; - error1("Rendering directly is not supported and will be removed in a future major release. Did you mean to render instead?"); + error("Rendering directly is not supported and will be removed in a future major release. Did you mean to render instead?"); } } } else context = context._context; var newProps = workInProgress.pendingProps; var render = newProps.children; - if (typeof render !== 'function') error1("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it."); + if (typeof render !== "function") error("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it."); prepareToReadContext(workInProgress, renderLanes); - var newValue = readContext(context, newProps.unstable_observedBits); + var newValue = readContext(context); + markComponentRenderStarted(workInProgress); var newChildren; ReactCurrentOwner$1.current = workInProgress; setIsRendering(true); newChildren = render(newValue); setIsRendering(false); + markComponentRenderStopped(); workInProgress.flags |= PerformedWork; reconcileChildren(current, workInProgress, newChildren, renderLanes); return workInProgress.child; @@ -16574,26 +20167,35 @@ module.exports = require('./cjs/react-dom.development.js'); function markWorkInProgressReceivedUpdate() { didReceiveUpdate = true; } + function resetSuspendedCurrentOnMountInLegacyMode(current, workInProgress) { + if ((workInProgress.mode & ConcurrentMode) === NoMode) { + if (current !== null) { + // A lazy component only mounts if it suspended inside a non- + // concurrent tree, in an inconsistent state. We want to treat it like + // a new mount, even though an empty version of it already committed. + // Disconnect the alternate pointers. + current.alternate = null; + workInProgress.alternate = null; // Since this is conceptually a new fiber, schedule a Placement effect + workInProgress.flags |= Placement; + } + } + } function bailoutOnAlreadyFinishedWork(current, workInProgress, renderLanes) { if (current !== null) // Reuse previous dependencies workInProgress.dependencies = current.dependencies; // Don't update "base" render times for bailouts. stopProfilerTimerIfRunning(); markSkippedUpdateLanes(workInProgress.lanes); // Check if the children have any pending work. - if (!includesSomeLane(renderLanes, workInProgress.childLanes)) // The children don't have any work either. We can skip them. - // TODO: Once we add back resuming, we should check if the children are - // a work-in-progress set. If so, we need to transfer their effects. - return null; - else { - // This fiber doesn't have work, but its subtree does. Clone the child - // fibers and continue. - cloneChildFibers(current, workInProgress); - return workInProgress.child; - } + if (!includesSomeLane(renderLanes, workInProgress.childLanes)) return null; + // This fiber doesn't have work, but its subtree does. Clone the child + // fibers and continue. + cloneChildFibers(current, workInProgress); + return workInProgress.child; } function remountFiber(current, oldWorkInProgress, newWorkInProgress) { var returnFiber = oldWorkInProgress.return; - if (returnFiber === null) throw new Error('Cannot swap the root fiber.'); + if (returnFiber === null) // eslint-disable-next-line react-internal/prod-error-codes + throw new Error("Cannot swap the root fiber."); // Disconnect from the old current. // It will get deleted. current.alternate = null; @@ -16605,26 +20207,151 @@ module.exports = require('./cjs/react-dom.development.js'); if (oldWorkInProgress === returnFiber.child) returnFiber.child = newWorkInProgress; else { var prevSibling = returnFiber.child; - if (prevSibling === null) throw new Error('Expected parent to have a child.'); + if (prevSibling === null) // eslint-disable-next-line react-internal/prod-error-codes + throw new Error("Expected parent to have a child."); while(prevSibling.sibling !== oldWorkInProgress){ prevSibling = prevSibling.sibling; - if (prevSibling === null) throw new Error('Expected to find the previous sibling.'); + if (prevSibling === null) // eslint-disable-next-line react-internal/prod-error-codes + throw new Error("Expected to find the previous sibling."); } prevSibling.sibling = newWorkInProgress; } // Delete the old fiber and place the new one. // Since the old fiber is disconnected, we have to schedule it manually. - var last = returnFiber.lastEffect; - if (last !== null) { - last.nextEffect = current; - returnFiber.lastEffect = current; - } else returnFiber.firstEffect = returnFiber.lastEffect = current; - current.nextEffect = null; - current.flags = Deletion; + var deletions = returnFiber.deletions; + if (deletions === null) { + returnFiber.deletions = [ + current + ]; + returnFiber.flags |= ChildDeletion; + } else deletions.push(current); newWorkInProgress.flags |= Placement; // Restart work from the new fiber. return newWorkInProgress; } + function checkScheduledUpdateOrContext(current, renderLanes) { + // Before performing an early bailout, we must check if there are pending + // updates or context. + var updateLanes = current.lanes; + if (includesSomeLane(updateLanes, renderLanes)) return true; + // No pending update, but because context is propagated lazily, we need + return false; + } + function attemptEarlyBailoutIfNoScheduledUpdate(current, workInProgress, renderLanes) { + // This fiber does not have any pending work. Bailout without entering + // the begin phase. There's still some bookkeeping we that needs to be done + // in this optimized path, mostly pushing stuff onto the stack. + switch(workInProgress.tag){ + case HostRoot: + pushHostRootContext(workInProgress); + var root = workInProgress.stateNode; + resetHydrationState(); + break; + case HostComponent: + pushHostContext(workInProgress); + break; + case ClassComponent: + var Component = workInProgress.type; + if (isContextProvider(Component)) pushContextProvider(workInProgress); + break; + case HostPortal: + pushHostContainer(workInProgress, workInProgress.stateNode.containerInfo); + break; + case ContextProvider: + var newValue = workInProgress.memoizedProps.value; + var context = workInProgress.type._context; + pushProvider(workInProgress, context, newValue); + break; + case Profiler: + // Profiler should only call onRender when one of its descendants actually rendered. + var hasChildWork = includesSomeLane(renderLanes, workInProgress.childLanes); + if (hasChildWork) workInProgress.flags |= Update; + // Reset effect durations for the next eventual effect phase. + // These are reset during render to allow the DevTools commit hook a chance to read them, + var stateNode = workInProgress.stateNode; + stateNode.effectDuration = 0; + stateNode.passiveEffectDuration = 0; + break; + case SuspenseComponent: + var state = workInProgress.memoizedState; + if (state !== null) { + if (state.dehydrated !== null) { + pushSuspenseContext(workInProgress, setDefaultShallowSuspenseContext(suspenseStackCursor.current)); // We know that this component will suspend again because if it has + // been unsuspended it has committed as a resolved Suspense component. + // If it needs to be retried, it should have work scheduled on it. + workInProgress.flags |= DidCapture; // We should never render the children of a dehydrated boundary until we + // upgrade it. We return null instead of bailoutOnAlreadyFinishedWork. + return null; + } // If this boundary is currently timed out, we need to decide + // whether to retry the primary children, or to skip over it and + // go straight to the fallback. Check the priority of the primary + // child fragment. + var primaryChildFragment = workInProgress.child; + var primaryChildLanes = primaryChildFragment.childLanes; + if (includesSomeLane(renderLanes, primaryChildLanes)) // The primary children have pending work. Use the normal path + // to attempt to render the primary children again. + return updateSuspenseComponent(current, workInProgress, renderLanes); + else { + // The primary child fragment does not have pending work marked + // on it + pushSuspenseContext(workInProgress, setDefaultShallowSuspenseContext(suspenseStackCursor.current)); // The primary children do not have pending work with sufficient + // priority. Bailout. + var child = bailoutOnAlreadyFinishedWork(current, workInProgress, renderLanes); + if (child !== null) // The fallback children have pending work. Skip over the + // primary children and work on the fallback. + return child.sibling; + else // Note: We can return `null` here because we already checked + // whether there were nested context consumers, via the call to + // `bailoutOnAlreadyFinishedWork` above. + return null; + } + } else pushSuspenseContext(workInProgress, setDefaultShallowSuspenseContext(suspenseStackCursor.current)); + break; + case SuspenseListComponent: + var didSuspendBefore = (current.flags & DidCapture) !== NoFlags; + var _hasChildWork = includesSomeLane(renderLanes, workInProgress.childLanes); + if (didSuspendBefore) { + if (_hasChildWork) // If something was in fallback state last time, and we have all the + // same children then we're still in progressive loading state. + // Something might get unblocked by state updates or retries in the + // tree which will affect the tail. So we need to use the normal + // path to compute the correct tail. + return updateSuspenseListComponent(current, workInProgress, renderLanes); + // If none of the children had any work, that means that none of + // them got retried so they'll still be blocked in the same way + // as before. We can fast bail out. + workInProgress.flags |= DidCapture; + } // If nothing suspended before and we're rendering the same children, + // then the tail doesn't matter. Anything new that suspends will work + // in the "together" mode, so we can continue from the state we had. + var renderState = workInProgress.memoizedState; + if (renderState !== null) { + // Reset to the "together" mode in case we've started a different + // update in the past but didn't complete it. + renderState.rendering = null; + renderState.tail = null; + renderState.lastEffect = null; + } + pushSuspenseContext(workInProgress, suspenseStackCursor.current); + if (_hasChildWork) break; + else // If none of the children had any work, that means that none of + // them got retried so they'll still be blocked in the same way + // as before. We can fast bail out. + return null; + case OffscreenComponent: + case LegacyHiddenComponent: + // Need to check if the tree still needs to be deferred. This is + // almost identical to the logic used in the normal update path, + // so we'll just enter that. The only difference is we'll bail out + // at the next level instead of this one, because the child props + // have not changed. Which is fine. + // TODO: Probably should refactor `beginWork` to split the bailout + // path from the normal path. I'm tempted to do a labeled break here + // but I won't :) + workInProgress.lanes = NoLanes; + return updateOffscreenComponent(current, workInProgress, renderLanes); + } + return bailoutOnAlreadyFinishedWork(current, workInProgress, renderLanes); + } function beginWork(current, workInProgress, renderLanes) { - var updateLanes = workInProgress.lanes; if (workInProgress._debugNeedsRemount && current !== null) // This will restart the begin phase with a new fiber. return remountFiber(current, workInProgress, createFiberFromTypeAndProps(workInProgress.type, workInProgress.key, workInProgress.pendingProps, workInProgress._debugOwner || null, workInProgress.mode, workInProgress.lanes)); if (current !== null) { @@ -16633,118 +20360,42 @@ module.exports = require('./cjs/react-dom.development.js'); if (oldProps !== newProps || hasContextChanged() || workInProgress.type !== current.type) // If props or context changed, mark the fiber as having performed work. // This may be unset if the props are determined to be equal later (memo). didReceiveUpdate = true; - else if (!includesSomeLane(renderLanes, updateLanes)) { - didReceiveUpdate = false; // This fiber does not have any pending work. Bailout without entering - // the begin phase. There's still some bookkeeping we that needs to be done - // in this optimized path, mostly pushing stuff onto the stack. - switch(workInProgress.tag){ - case HostRoot: - pushHostRootContext(workInProgress); - resetHydrationState(); - break; - case HostComponent: - pushHostContext(workInProgress); - break; - case ClassComponent: - var Component = workInProgress.type; - if (isContextProvider(Component)) pushContextProvider(workInProgress); - break; - case HostPortal: - pushHostContainer(workInProgress, workInProgress.stateNode.containerInfo); - break; - case ContextProvider: - var newValue = workInProgress.memoizedProps.value; - pushProvider(workInProgress, newValue); - break; - case Profiler: - // Profiler should only call onRender when one of its descendants actually rendered. - var hasChildWork = includesSomeLane(renderLanes, workInProgress.childLanes); - if (hasChildWork) workInProgress.flags |= Update; - // Reset effect durations for the next eventual effect phase. - // These are reset during render to allow the DevTools commit hook a chance to read them, - var stateNode = workInProgress.stateNode; - stateNode.effectDuration = 0; - stateNode.passiveEffectDuration = 0; - break; - case SuspenseComponent: - var state = workInProgress.memoizedState; - if (state !== null) { - // whether to retry the primary children, or to skip over it and - // go straight to the fallback. Check the priority of the primary - // child fragment. - var primaryChildFragment = workInProgress.child; - var primaryChildLanes = primaryChildFragment.childLanes; - if (includesSomeLane(renderLanes, primaryChildLanes)) // The primary children have pending work. Use the normal path - // to attempt to render the primary children again. - return updateSuspenseComponent(current, workInProgress, renderLanes); - else { - // The primary child fragment does not have pending work marked - // on it - pushSuspenseContext(workInProgress, setDefaultShallowSuspenseContext(suspenseStackCursor.current)); // The primary children do not have pending work with sufficient - // priority. Bailout. - var child = bailoutOnAlreadyFinishedWork(current, workInProgress, renderLanes); - if (child !== null) // The fallback children have pending work. Skip over the - // primary children and work on the fallback. - return child.sibling; - else return null; - } - } else pushSuspenseContext(workInProgress, setDefaultShallowSuspenseContext(suspenseStackCursor.current)); - break; - case SuspenseListComponent: - var didSuspendBefore = (current.flags & DidCapture) !== NoFlags; - var _hasChildWork = includesSomeLane(renderLanes, workInProgress.childLanes); - if (didSuspendBefore) { - if (_hasChildWork) // If something was in fallback state last time, and we have all the - // same children then we're still in progressive loading state. - // Something might get unblocked by state updates or retries in the - // tree which will affect the tail. So we need to use the normal - // path to compute the correct tail. - return updateSuspenseListComponent(current, workInProgress, renderLanes); - // If none of the children had any work, that means that none of - // them got retried so they'll still be blocked in the same way - // as before. We can fast bail out. - workInProgress.flags |= DidCapture; - } // If nothing suspended before and we're rendering the same children, - // then the tail doesn't matter. Anything new that suspends will work - // in the "together" mode, so we can continue from the state we had. - var renderState = workInProgress.memoizedState; - if (renderState !== null) { - // Reset to the "together" mode in case we've started a different - // update in the past but didn't complete it. - renderState.rendering = null; - renderState.tail = null; - renderState.lastEffect = null; - } - pushSuspenseContext(workInProgress, suspenseStackCursor.current); - if (_hasChildWork) break; - else // If none of the children had any work, that means that none of - // them got retried so they'll still be blocked in the same way - // as before. We can fast bail out. - return null; - case OffscreenComponent: - case LegacyHiddenComponent: - // Need to check if the tree still needs to be deferred. This is - // almost identical to the logic used in the normal update path, - // so we'll just enter that. The only difference is we'll bail out - // at the next level instead of this one, because the child props - // have not changed. Which is fine. - // TODO: Probably should refactor `beginWork` to split the bailout - // path from the normal path. I'm tempted to do a labeled break here - // but I won't :) - workInProgress.lanes = NoLanes; - return updateOffscreenComponent(current, workInProgress, renderLanes); - } - return bailoutOnAlreadyFinishedWork(current, workInProgress, renderLanes); - } else if ((current.flags & ForceUpdateForLegacySuspense) !== NoFlags) // This is a special case that only exists for legacy mode. - // See https://github.com/facebook/react/pull/19216. - didReceiveUpdate = true; - else // An update was scheduled on this fiber, but there are no new props - // nor legacy context. Set this to false. If an update queue or context - // consumer produces a changed value, it will set this to true. Otherwise, - // the component will assume the children have not changed and bail out. + else { + // Neither props nor legacy context changes. Check if there's a pending + // update or context change. + var hasScheduledUpdateOrContext = checkScheduledUpdateOrContext(current, renderLanes); + if (!hasScheduledUpdateOrContext && // may not be work scheduled on `current`, so we check for this flag. + (workInProgress.flags & DidCapture) === NoFlags) { + // No pending updates or context. Bail out now. + didReceiveUpdate = false; + return attemptEarlyBailoutIfNoScheduledUpdate(current, workInProgress, renderLanes); + } + if ((current.flags & ForceUpdateForLegacySuspense) !== NoFlags) // This is a special case that only exists for legacy mode. + // See https://github.com/facebook/react/pull/19216. + didReceiveUpdate = true; + else // An update was scheduled on this fiber, but there are no new props + // nor legacy context. Set this to false. If an update queue or context + // consumer produces a changed value, it will set this to true. Otherwise, + // the component will assume the children have not changed and bail out. + didReceiveUpdate = false; + } + } else { didReceiveUpdate = false; - } else didReceiveUpdate = false; - // Before entering the begin phase, clear pending update priority. + if (getIsHydrating() && isForkedChild(workInProgress)) { + // Check if this child belongs to a list of muliple children in + // its parent. + // + // In a true multi-threaded implementation, we would render children on + // parallel threads. This would represent the beginning of a new render + // thread for this subtree. + // + // We only use this for id generation during hydration, which is why the + // logic is located in this special branch. + var slotIndex = workInProgress.index; + var numberOfForks = getForksAtLevel(); + pushTreeId(workInProgress, numberOfForks, slotIndex); + } + } // Before entering the begin phase, clear pending update priority. // TODO: This assumes that we're about to evaluate the component and process // the update queue. However, there's an exception: SimpleMemoComponent // sometimes bails out later in the begin phase. This indicates that we should @@ -16755,17 +20406,17 @@ module.exports = require('./cjs/react-dom.development.js'); return mountIndeterminateComponent(current, workInProgress, workInProgress.type, renderLanes); case LazyComponent: var elementType = workInProgress.elementType; - return mountLazyComponent(current, workInProgress, elementType, updateLanes, renderLanes); + return mountLazyComponent(current, workInProgress, elementType, renderLanes); case FunctionComponent: - var _Component = workInProgress.type; + var Component = workInProgress.type; var unresolvedProps = workInProgress.pendingProps; - var resolvedProps = workInProgress.elementType === _Component ? unresolvedProps : resolveDefaultProps(_Component, unresolvedProps); - return updateFunctionComponent(current, workInProgress, _Component, resolvedProps, renderLanes); + var resolvedProps = workInProgress.elementType === Component ? unresolvedProps : resolveDefaultProps(Component, unresolvedProps); + return updateFunctionComponent(current, workInProgress, Component, resolvedProps, renderLanes); case ClassComponent: - var _Component2 = workInProgress.type; + var _Component = workInProgress.type; var _unresolvedProps = workInProgress.pendingProps; - var _resolvedProps = workInProgress.elementType === _Component2 ? _unresolvedProps : resolveDefaultProps(_Component2, _unresolvedProps); - return updateClassComponent(current, workInProgress, _Component2, _resolvedProps, renderLanes); + var _resolvedProps = workInProgress.elementType === _Component ? _unresolvedProps : resolveDefaultProps(_Component, _unresolvedProps); + return updateClassComponent(current, workInProgress, _Component, _resolvedProps, renderLanes); case HostRoot: return updateHostRoot(current, workInProgress, renderLanes); case HostComponent: @@ -16782,7 +20433,7 @@ module.exports = require('./cjs/react-dom.development.js'); var _resolvedProps2 = workInProgress.elementType === type ? _unresolvedProps2 : resolveDefaultProps(type, _unresolvedProps2); return updateForwardRef(current, workInProgress, type, _resolvedProps2, renderLanes); case Fragment: - return updateFragment1(current, workInProgress, renderLanes); + return updateFragment(current, workInProgress, renderLanes); case Mode: return updateMode(current, workInProgress, renderLanes); case Profiler: @@ -16797,31 +20448,25 @@ module.exports = require('./cjs/react-dom.development.js'); var _resolvedProps3 = resolveDefaultProps(_type2, _unresolvedProps3); if (workInProgress.type !== workInProgress.elementType) { var outerPropTypes = _type2.propTypes; - if (outerPropTypes) checkPropTypes(outerPropTypes, _resolvedProps3, 'prop', getComponentName(_type2)); + if (outerPropTypes) checkPropTypes(outerPropTypes, _resolvedProps3, "prop", getComponentNameFromType(_type2)); } _resolvedProps3 = resolveDefaultProps(_type2.type, _resolvedProps3); - return updateMemoComponent(current, workInProgress, _type2, _resolvedProps3, updateLanes, renderLanes); + return updateMemoComponent(current, workInProgress, _type2, _resolvedProps3, renderLanes); case SimpleMemoComponent: - return updateSimpleMemoComponent(current, workInProgress, workInProgress.type, workInProgress.pendingProps, updateLanes, renderLanes); + return updateSimpleMemoComponent(current, workInProgress, workInProgress.type, workInProgress.pendingProps, renderLanes); case IncompleteClassComponent: - var _Component3 = workInProgress.type; + var _Component2 = workInProgress.type; var _unresolvedProps4 = workInProgress.pendingProps; - var _resolvedProps4 = workInProgress.elementType === _Component3 ? _unresolvedProps4 : resolveDefaultProps(_Component3, _unresolvedProps4); - return mountIncompleteClassComponent(current, workInProgress, _Component3, _resolvedProps4, renderLanes); + var _resolvedProps4 = workInProgress.elementType === _Component2 ? _unresolvedProps4 : resolveDefaultProps(_Component2, _unresolvedProps4); + return mountIncompleteClassComponent(current, workInProgress, _Component2, _resolvedProps4, renderLanes); case SuspenseListComponent: return updateSuspenseListComponent(current, workInProgress, renderLanes); - case FundamentalComponent: - break; case ScopeComponent: break; - case Block: - break; case OffscreenComponent: return updateOffscreenComponent(current, workInProgress, renderLanes); - case LegacyHiddenComponent: - return updateLegacyHiddenComponent(current, workInProgress, renderLanes); } - throw Error("Unknown unit of work tag (" + workInProgress.tag + "). This error is likely caused by a bug in React. Please file an issue."); + throw new Error("Unknown unit of work tag (" + workInProgress.tag + "). This error is likely caused by a bug in " + "React. Please file an issue."); } function markUpdate(workInProgress) { // Tag the fiber with an update effect. This turns a Placement into @@ -16830,6 +20475,7 @@ module.exports = require('./cjs/react-dom.development.js'); } function markRef$1(workInProgress) { workInProgress.flags |= Ref; + workInProgress.flags |= RefStatic; } var appendAllChildren; var updateHostContainer; @@ -16857,8 +20503,7 @@ module.exports = require('./cjs/react-dom.development.js'); node = node.sibling; } }; - updateHostContainer = function(workInProgress) { - }; + updateHostContainer = function(current, workInProgress) {}; updateHostComponent$1 = function(current, workInProgress, type, newProps, rootContainerInstance) { // If we have an alternate, that means this is an update and we need to // schedule a side-effect to do the updates. @@ -16888,7 +20533,7 @@ module.exports = require('./cjs/react-dom.development.js'); // so we don't leave any behind. return; switch(renderState.tailMode){ - case 'hidden': + case "hidden": // Any insertions at the end of the tail list after this point // should be invisible. If there are already mounted boundaries // anything before them are not considered for collapsing. @@ -16907,7 +20552,7 @@ module.exports = require('./cjs/react-dom.development.js'); // inserted. lastTailNode.sibling = null; break; - case 'collapsed': + case "collapsed": // Any insertions at the end of the tail list after this point // should be invisible. If there are already mounted boundaries // anything before them are not considered for collapsing. @@ -16932,8 +20577,149 @@ module.exports = require('./cjs/react-dom.development.js'); break; } } + function bubbleProperties(completedWork) { + var didBailout = completedWork.alternate !== null && completedWork.alternate.child === completedWork.child; + var newChildLanes = NoLanes; + var subtreeFlags = NoFlags; + if (!didBailout) { + // Bubble up the earliest expiration time. + if ((completedWork.mode & ProfileMode) !== NoMode) { + // In profiling mode, resetChildExpirationTime is also used to reset + // profiler durations. + var actualDuration = completedWork.actualDuration; + var treeBaseDuration = completedWork.selfBaseDuration; + var child = completedWork.child; + while(child !== null){ + newChildLanes = mergeLanes(newChildLanes, mergeLanes(child.lanes, child.childLanes)); + subtreeFlags |= child.subtreeFlags; + subtreeFlags |= child.flags; // When a fiber is cloned, its actualDuration is reset to 0. This value will + // only be updated if work is done on the fiber (i.e. it doesn't bailout). + // When work is done, it should bubble to the parent's actualDuration. If + // the fiber has not been cloned though, (meaning no work was done), then + // this value will reflect the amount of time spent working on a previous + // render. In that case it should not bubble. We determine whether it was + // cloned by comparing the child pointer. + actualDuration += child.actualDuration; + treeBaseDuration += child.treeBaseDuration; + child = child.sibling; + } + completedWork.actualDuration = actualDuration; + completedWork.treeBaseDuration = treeBaseDuration; + } else { + var _child = completedWork.child; + while(_child !== null){ + newChildLanes = mergeLanes(newChildLanes, mergeLanes(_child.lanes, _child.childLanes)); + subtreeFlags |= _child.subtreeFlags; + subtreeFlags |= _child.flags; // Update the return pointer so the tree is consistent. This is a code + // smell because it assumes the commit phase is never concurrent with + // the render phase. Will address during refactor to alternate model. + _child.return = completedWork; + _child = _child.sibling; + } + } + completedWork.subtreeFlags |= subtreeFlags; + } else { + // Bubble up the earliest expiration time. + if ((completedWork.mode & ProfileMode) !== NoMode) { + // In profiling mode, resetChildExpirationTime is also used to reset + // profiler durations. + var _treeBaseDuration = completedWork.selfBaseDuration; + var _child2 = completedWork.child; + while(_child2 !== null){ + newChildLanes = mergeLanes(newChildLanes, mergeLanes(_child2.lanes, _child2.childLanes)); // "Static" flags share the lifetime of the fiber/hook they belong to, + // so we should bubble those up even during a bailout. All the other + // flags have a lifetime only of a single render + commit, so we should + // ignore them. + subtreeFlags |= _child2.subtreeFlags & StaticMask; + subtreeFlags |= _child2.flags & StaticMask; + _treeBaseDuration += _child2.treeBaseDuration; + _child2 = _child2.sibling; + } + completedWork.treeBaseDuration = _treeBaseDuration; + } else { + var _child3 = completedWork.child; + while(_child3 !== null){ + newChildLanes = mergeLanes(newChildLanes, mergeLanes(_child3.lanes, _child3.childLanes)); // "Static" flags share the lifetime of the fiber/hook they belong to, + // so we should bubble those up even during a bailout. All the other + // flags have a lifetime only of a single render + commit, so we should + // ignore them. + subtreeFlags |= _child3.subtreeFlags & StaticMask; + subtreeFlags |= _child3.flags & StaticMask; // Update the return pointer so the tree is consistent. This is a code + // smell because it assumes the commit phase is never concurrent with + // the render phase. Will address during refactor to alternate model. + _child3.return = completedWork; + _child3 = _child3.sibling; + } + } + completedWork.subtreeFlags |= subtreeFlags; + } + completedWork.childLanes = newChildLanes; + return didBailout; + } + function completeDehydratedSuspenseBoundary(current, workInProgress, nextState) { + if (hasUnhydratedTailNodes() && (workInProgress.mode & ConcurrentMode) !== NoMode && (workInProgress.flags & DidCapture) === NoFlags) { + warnIfUnhydratedTailNodes(workInProgress); + resetHydrationState(); + workInProgress.flags |= ForceClientRender | Incomplete | ShouldCapture; + return false; + } + var wasHydrated = popHydrationState(workInProgress); + if (nextState !== null && nextState.dehydrated !== null) { + // We might be inside a hydration state the first time we're picking up this + // Suspense boundary, and also after we've reentered it for further hydration. + if (current === null) { + if (!wasHydrated) throw new Error("A dehydrated suspense component was completed without a hydrated node. This is probably a bug in React."); + prepareToHydrateHostSuspenseInstance(workInProgress); + bubbleProperties(workInProgress); + if ((workInProgress.mode & ProfileMode) !== NoMode) { + var isTimedOutSuspense = nextState !== null; + if (isTimedOutSuspense) { + // Don't count time spent in a timed out Suspense subtree as part of the base duration. + var primaryChildFragment = workInProgress.child; + if (primaryChildFragment !== null) // $FlowFixMe Flow doesn't support type casting in combination with the -= operator + workInProgress.treeBaseDuration -= primaryChildFragment.treeBaseDuration; + } + } + return false; + } else { + // We might have reentered this boundary to hydrate it. If so, we need to reset the hydration + // state since we're now exiting out of it. popHydrationState doesn't do that for us. + resetHydrationState(); + if ((workInProgress.flags & DidCapture) === NoFlags) // This boundary did not suspend so it's now hydrated and unsuspended. + workInProgress.memoizedState = null; + // If nothing suspended, we need to schedule an effect to mark this boundary + // as having hydrated so events know that they're free to be invoked. + // It's also a signal to replay events and the suspense callback. + // If something suspended, schedule an effect to attach retry listeners. + // So we might as well always mark this. + workInProgress.flags |= Update; + bubbleProperties(workInProgress); + if ((workInProgress.mode & ProfileMode) !== NoMode) { + var _isTimedOutSuspense = nextState !== null; + if (_isTimedOutSuspense) { + // Don't count time spent in a timed out Suspense subtree as part of the base duration. + var _primaryChildFragment = workInProgress.child; + if (_primaryChildFragment !== null) // $FlowFixMe Flow doesn't support type casting in combination with the -= operator + workInProgress.treeBaseDuration -= _primaryChildFragment.treeBaseDuration; + } + } + return false; + } + } else { + // Successfully completed this tree. If this was a forced client render, + // there may have been recoverable errors during first hydration + // attempt. If so, add them to a queue so we can log them in the + // commit phase. + upgradeHydrationErrorsToRecoverable(); // Fall through to normal Suspense path + return true; + } + } function completeWork(current, workInProgress, renderLanes) { - var newProps = workInProgress.pendingProps; + var newProps = workInProgress.pendingProps; // Note: This intentionally doesn't check if we're hydrating because comparing + // to the current tree provider fiber is just as fast and less error-prone. + // Ideally we would have a special version of the work loop only + // for hydration. + popTreeContext(workInProgress); switch(workInProgress.tag){ case IndeterminateComponent: case LazyComponent: @@ -16945,16 +20731,18 @@ module.exports = require('./cjs/react-dom.development.js'); case Profiler: case ContextConsumer: case MemoComponent: + bubbleProperties(workInProgress); return null; case ClassComponent: var Component = workInProgress.type; if (isContextProvider(Component)) popContext(workInProgress); + bubbleProperties(workInProgress); return null; case HostRoot: + var fiberRoot = workInProgress.stateNode; popHostContainer(workInProgress); popTopLevelContextObject(workInProgress); resetWorkInProgressVersions(); - var fiberRoot = workInProgress.stateNode; if (fiberRoot.pendingContext) { fiberRoot.context = fiberRoot.pendingContext; fiberRoot.pendingContext = null; @@ -16966,13 +20754,24 @@ module.exports = require('./cjs/react-dom.development.js'); if (wasHydrated) // If we hydrated, then we'll need to schedule an update for // the commit side-effects on the root. markUpdate(workInProgress); - else if (!fiberRoot.hydrate) // Schedule an effect to clear this container at the start of the next commit. - // This handles the case of React rendering into a container with previous children. - // It's also safe to do for updates too, because current.child would only be null - // if the previous render was null (so the the container would already be empty). - workInProgress.flags |= Snapshot; + else if (current !== null) { + var prevState = current.memoizedState; + if (!prevState.isDehydrated || (workInProgress.flags & ForceClientRender) !== NoFlags) { + // Schedule an effect to clear this container at the start of the + // next commit. This handles the case of React rendering into a + // container with previous children. It's also safe to do for + // updates too, because current.child would only be null if the + // previous render was null (so the container would already + // be empty). + workInProgress.flags |= Snapshot; // If this was a forced client render, there may have been + // recoverable errors during first hydration attempt. If so, add + // them to a queue so we can log them in the commit phase. + upgradeHydrationErrorsToRecoverable(); + } + } } - updateHostContainer(workInProgress); + updateHostContainer(current, workInProgress); + bubbleProperties(workInProgress); return null; case HostComponent: popHostContext(workInProgress); @@ -16983,8 +20782,9 @@ module.exports = require('./cjs/react-dom.development.js'); if (current.ref !== workInProgress.ref) markRef$1(workInProgress); } else { if (!newProps) { - if (!(workInProgress.stateNode !== null)) throw Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue."); + if (workInProgress.stateNode === null) throw new Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue."); // This can happen when we abort work. + bubbleProperties(workInProgress); return null; } var currentHostContext = getHostContext(); // TODO: Move createInstance to beginWork and keep it on a context @@ -17009,6 +20809,7 @@ module.exports = require('./cjs/react-dom.development.js'); if (workInProgress.ref !== null) // If there is a ref on a host node we need to schedule a callback markRef$1(workInProgress); } + bubbleProperties(workInProgress); return null; case HostText: var newText = newProps; @@ -17017,8 +20818,8 @@ module.exports = require('./cjs/react-dom.development.js'); // to schedule a side-effect to do the updates. updateHostText$1(current, workInProgress, oldText, newText); } else { - if (typeof newText !== 'string') { - if (!(workInProgress.stateNode !== null)) throw Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue."); + if (typeof newText !== "string") { + if (workInProgress.stateNode === null) throw new Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue."); // This can happen when we abort work. } var _rootContainerInstance = getRootHostContainer(); @@ -17028,76 +20829,112 @@ module.exports = require('./cjs/react-dom.development.js'); if (prepareToHydrateHostTextInstance(workInProgress)) markUpdate(workInProgress); } else workInProgress.stateNode = createTextInstance(newText, _rootContainerInstance, _currentHostContext, workInProgress); } + bubbleProperties(workInProgress); return null; case SuspenseComponent: popSuspenseContext(workInProgress); - var nextState = workInProgress.memoizedState; + var nextState = workInProgress.memoizedState; // Special path for dehydrated boundaries. We may eventually move this + // to its own fiber type so that we can add other kinds of hydration + // boundaries that aren't associated with a Suspense tree. In anticipation + // of such a refactor, all the hydration logic is contained in + // this branch. + if (current === null || current.memoizedState !== null && current.memoizedState.dehydrated !== null) { + var fallthroughToNormalSuspensePath = completeDehydratedSuspenseBoundary(current, workInProgress, nextState); + if (!fallthroughToNormalSuspensePath) { + if (workInProgress.flags & ShouldCapture) // Special case. There were remaining unhydrated nodes. We treat + // this as a mismatch. Revert to client rendering. + return workInProgress; + else // Did not finish hydrating, either because this is the initial + // render or because something suspended. + return null; + } // Continue with the normal Suspense path. + } if ((workInProgress.flags & DidCapture) !== NoFlags) { // Something suspended. Re-render with the fallback children. workInProgress.lanes = renderLanes; // Do not reset the effect list. if ((workInProgress.mode & ProfileMode) !== NoMode) transferActualDuration(workInProgress); + // Don't bubble properties in this case. return workInProgress; } var nextDidTimeout = nextState !== null; - var prevDidTimeout = false; - if (current === null) { - if (workInProgress.memoizedProps.fallback !== undefined) popHydrationState(workInProgress); - } else { - var prevState = current.memoizedState; - prevDidTimeout = prevState !== null; - } - if (nextDidTimeout && !prevDidTimeout) // If this subtreee is running in blocking mode we can suspend, - // otherwise we won't suspend. - // TODO: This will still suspend a synchronous tree if anything - // in the concurrent tree already suspended during this render. - // This is a known bug. + var prevDidTimeout = current !== null && current.memoizedState !== null; + // a passive effect, which is when we process the transitions + if (nextDidTimeout !== prevDidTimeout) // an effect to toggle the subtree's visibility. When we switch from + // fallback -> primary, the inner Offscreen fiber schedules this effect + // as part of its normal complete phase. But when we switch from + // primary -> fallback, the inner Offscreen fiber does not have a complete + // phase. So we need to schedule its effect here. + // + // We also use this flag to connect/disconnect the effects, but the same + // logic applies: when re-connecting, the Offscreen fiber's complete + // phase will handle scheduling the effect. It's only when the fallback + // is active that we have to do anything special. { - if ((workInProgress.mode & BlockingMode) !== NoMode) { - // TODO: Move this back to throwException because this is too late - // if this is a large tree which is common for initial loads. We - // don't know if we should restart a render or not until we get - // this marker, and this is too late. - // If this render already had a ping or lower pri updates, - // and this is the first time we know we're going to suspend we - // should be able to immediately restart from within throwException. - var hasInvisibleChildContext = current === null && workInProgress.memoizedProps.unstable_avoidThisFallback !== true; - if (hasInvisibleChildContext || hasSuspenseContext(suspenseStackCursor.current, InvisibleParentSuspenseContext)) // If this was in an invisible tree or a new render, then showing - // this boundary is ok. - renderDidSuspend(); - else // Otherwise, we're going to have to hide content so we should - // suspend for longer if possible. - renderDidSuspendDelayIfPossible(); + if (nextDidTimeout) { + var _offscreenFiber2 = workInProgress.child; + _offscreenFiber2.flags |= Visibility; // TODO: This will still suspend a synchronous tree if anything + // in the concurrent tree already suspended during this render. + // This is a known bug. + if ((workInProgress.mode & ConcurrentMode) !== NoMode) { + // TODO: Move this back to throwException because this is too late + // if this is a large tree which is common for initial loads. We + // don't know if we should restart a render or not until we get + // this marker, and this is too late. + // If this render already had a ping or lower pri updates, + // and this is the first time we know we're going to suspend we + // should be able to immediately restart from within throwException. + var hasInvisibleChildContext = current === null && (workInProgress.memoizedProps.unstable_avoidThisFallback !== true || !enableSuspenseAvoidThisFallback); + if (hasInvisibleChildContext || hasSuspenseContext(suspenseStackCursor.current, InvisibleParentSuspenseContext)) // If this was in an invisible tree or a new render, then showing + // this boundary is ok. + renderDidSuspend(); + else // Otherwise, we're going to have to hide content so we should + // suspend for longer if possible. + renderDidSuspendDelayIfPossible(); + } } } - // TODO: Only schedule updates if these values are non equal, i.e. it changed. - if (nextDidTimeout || prevDidTimeout) // If this boundary just timed out, schedule an effect to attach a - // retry listener to the promise. This flag is also used to hide the - // primary children. In mutation mode, we also need the flag to - // *unhide* children that were previously hidden, so check if this - // is currently timed out, too. + var wakeables = workInProgress.updateQueue; + if (wakeables !== null) // Schedule an effect to attach a retry listener to the promise. + // TODO: Move to passive phase workInProgress.flags |= Update; + bubbleProperties(workInProgress); + if ((workInProgress.mode & ProfileMode) !== NoMode) { + if (nextDidTimeout) { + // Don't count time spent in a timed out Suspense subtree as part of the base duration. + var primaryChildFragment = workInProgress.child; + if (primaryChildFragment !== null) // $FlowFixMe Flow doesn't support type casting in combination with the -= operator + workInProgress.treeBaseDuration -= primaryChildFragment.treeBaseDuration; + } + } return null; case HostPortal: popHostContainer(workInProgress); - updateHostContainer(workInProgress); + updateHostContainer(current, workInProgress); if (current === null) preparePortalMount(workInProgress.stateNode.containerInfo); + bubbleProperties(workInProgress); return null; case ContextProvider: // Pop provider fiber - popProvider(workInProgress); + var context = workInProgress.type._context; + popProvider(context, workInProgress); + bubbleProperties(workInProgress); return null; case IncompleteClassComponent: // Same as class component case. I put it down here so that the tags are // sequential to ensure this switch is compiled to a jump table. var _Component = workInProgress.type; if (isContextProvider(_Component)) popContext(workInProgress); + bubbleProperties(workInProgress); return null; case SuspenseListComponent: popSuspenseContext(workInProgress); var renderState = workInProgress.memoizedState; - if (renderState === null) // We're running in the default, "independent" mode. - // We don't do anything in this mode. - return null; + if (renderState === null) { + // We're running in the default, "independent" mode. + // We don't do anything in this mode. + bubbleProperties(workInProgress); + return null; + } var didSuspendAlready = (workInProgress.flags & DidCapture) !== NoFlags; var renderedTail = renderState.rendering; if (renderedTail === null) { @@ -17122,7 +20959,7 @@ module.exports = require('./cjs/react-dom.development.js'); workInProgress.flags |= DidCapture; cutOffTailIfNeeded(renderState, false); // If this is a newly suspended tree, it might not get committed as // part of the second pass. In that case nothing will subscribe to - // its thennables. Instead, we'll transfer its thennables to the + // its thenables. Instead, we'll transfer its thenables to the // SuspenseList so that it can retry if they resolve. // There might be multiple of these in the list but since we're // going to wait for all of them anyway, it doesn't really matter @@ -17132,18 +20969,18 @@ module.exports = require('./cjs/react-dom.development.js'); // We might bail out of the loop before finding any but that // doesn't matter since that means that the other boundaries that // we did find already has their listeners attached. - var newThennables = suspended.updateQueue; - if (newThennables !== null) { - workInProgress.updateQueue = newThennables; + var newThenables = suspended.updateQueue; + if (newThenables !== null) { + workInProgress.updateQueue = newThenables; workInProgress.flags |= Update; } // Rerender the whole list, but this time, we'll force fallbacks // to stay in place. - // Reset the effect list before doing the second pass since that's now invalid. - if (renderState.lastEffect === null) workInProgress.firstEffect = null; - workInProgress.lastEffect = renderState.lastEffect; // Reset the child fibers to their original state. + // Reset the effect flags before doing the second pass since that's now invalid. + // Reset the child fibers to their original state. + workInProgress.subtreeFlags = NoFlags; resetChildFibers(workInProgress, renderLanes); // Set up the Suspense Context to force suspense and immediately // rerender the children. - pushSuspenseContext(workInProgress, setShallowSuspenseContext(suspenseStackCursor.current, ForceSuspenseFallback)); + pushSuspenseContext(workInProgress, setShallowSuspenseContext(suspenseStackCursor.current, ForceSuspenseFallback)); // Don't bubble properties in this case. return workInProgress.child; } row = row.sibling; @@ -17164,7 +21001,6 @@ module.exports = require('./cjs/react-dom.development.js'); // We can use any RetryLane even if it's the one currently rendering // since we're leaving it behind on this node. workInProgress.lanes = SomeRetryLane; - markSpawnedWork(SomeRetryLane); } } else cutOffTailIfNeeded(renderState, false); // Next we're going to render the tail. @@ -17176,20 +21012,16 @@ module.exports = require('./cjs/react-dom.development.js'); workInProgress.flags |= DidCapture; didSuspendAlready = true; // Ensure we transfer the update queue to the parent so that it doesn't // get lost if this row ends up dropped during a second pass. - var _newThennables = _suspended.updateQueue; - if (_newThennables !== null) { - workInProgress.updateQueue = _newThennables; + var _newThenables = _suspended.updateQueue; + if (_newThenables !== null) { + workInProgress.updateQueue = _newThenables; workInProgress.flags |= Update; } cutOffTailIfNeeded(renderState, true); // This might have been modified. - if (renderState.tail === null && renderState.tailMode === 'hidden' && !renderedTail.alternate && !getIsHydrating() // We don't cut it if we're hydrating. + if (renderState.tail === null && renderState.tailMode === "hidden" && !renderedTail.alternate && !getIsHydrating() // We don't cut it if we're hydrating. ) { - // We need to delete the row we just rendered. - // Reset the effect list to what it was before we rendered this - // child. The nested children have already appended themselves. - var lastEffect = workInProgress.lastEffect = renderState.lastEffect; // Remove any effects that were appended after this point. - if (lastEffect !== null) lastEffect.nextEffect = null; - // We're done. + // We're done. + bubbleProperties(workInProgress); return null; } } else if (// time we have to render. So rendering one more row would likely @@ -17209,7 +21041,6 @@ module.exports = require('./cjs/react-dom.development.js'); // We can use any RetryLane even if it's the one currently rendering // since we're leaving it behind on this node. workInProgress.lanes = SomeRetryLane; - markSpawnedWork(SomeRetryLane); } } if (renderState.isBackwards) { @@ -17233,7 +21064,6 @@ module.exports = require('./cjs/react-dom.development.js'); var next = renderState.tail; renderState.rendering = next; renderState.tail = next.sibling; - renderState.lastEffect = workInProgress.lastEffect; renderState.renderingStartTime = now(); next.sibling = null; // Restore the context. // TODO: We can probably just avoid popping it instead and only @@ -17242,30 +21072,47 @@ module.exports = require('./cjs/react-dom.development.js'); if (didSuspendAlready) suspenseContext = setShallowSuspenseContext(suspenseContext, ForceSuspenseFallback); else suspenseContext = setDefaultShallowSuspenseContext(suspenseContext); pushSuspenseContext(workInProgress, suspenseContext); // Do a pass over the next row. + // Don't bubble properties in this case. return next; } + bubbleProperties(workInProgress); return null; - case FundamentalComponent: - break; case ScopeComponent: break; - case Block: - break; case OffscreenComponent: case LegacyHiddenComponent: popRenderLanes(workInProgress); + var _nextState = workInProgress.memoizedState; + var nextIsHidden = _nextState !== null; if (current !== null) { - var _nextState = workInProgress.memoizedState; var _prevState = current.memoizedState; var prevIsHidden = _prevState !== null; - var nextIsHidden = _nextState !== null; - if (prevIsHidden !== nextIsHidden && newProps.mode !== 'unstable-defer-without-hiding') workInProgress.flags |= Update; + if (prevIsHidden !== nextIsHidden && !enableLegacyHidden) workInProgress.flags |= Visibility; } + if (!nextIsHidden || (workInProgress.mode & ConcurrentMode) === NoMode) bubbleProperties(workInProgress); + else // Don't bubble properties for hidden children unless we're rendering + // at offscreen priority. + if (includesSomeLane(subtreeRenderLanes, OffscreenLane)) { + bubbleProperties(workInProgress); + // Check if there was an insertion or update in the hidden subtree. + // If so, we need to hide those nodes in the commit phase, so + // schedule a visibility effect. + if (workInProgress.subtreeFlags & (Placement | Update)) workInProgress.flags |= Visibility; + } + return null; + case CacheComponent: + return null; + case TracingMarkerComponent: return null; } - throw Error("Unknown unit of work tag (" + workInProgress.tag + "). This error is likely caused by a bug in React. Please file an issue."); + throw new Error("Unknown unit of work tag (" + workInProgress.tag + "). This error is likely caused by a bug in " + "React. Please file an issue."); } - function unwindWork(workInProgress, renderLanes) { + function unwindWork(current, workInProgress, renderLanes) { + // Note: This intentionally doesn't check if we're hydrating because comparing + // to the current tree provider fiber is just as fast and less error-prone. + // Ideally we would have a special version of the work loop only + // for hydration. + popTreeContext(workInProgress); switch(workInProgress.tag){ case ClassComponent: var Component = workInProgress.type; @@ -17278,19 +21125,29 @@ module.exports = require('./cjs/react-dom.development.js'); } return null; case HostRoot: + var root = workInProgress.stateNode; popHostContainer(workInProgress); popTopLevelContextObject(workInProgress); resetWorkInProgressVersions(); var _flags = workInProgress.flags; - if (!((_flags & DidCapture) === NoFlags)) throw Error("The root failed to unmount after an error. This is likely a bug in React. Please file an issue."); - workInProgress.flags = _flags & ~ShouldCapture | DidCapture; - return workInProgress; + if ((_flags & ShouldCapture) !== NoFlags && (_flags & DidCapture) === NoFlags) { + // There was an error during render that wasn't captured by a suspense + // boundary. Do a second pass on the root to unmount the children. + workInProgress.flags = _flags & ~ShouldCapture | DidCapture; + return workInProgress; + } // We unwound to the root without completing it. Exit. + return null; case HostComponent: // TODO: popHydrationState popHostContext(workInProgress); return null; case SuspenseComponent: popSuspenseContext(workInProgress); + var suspenseState = workInProgress.memoizedState; + if (suspenseState !== null && suspenseState.dehydrated !== null) { + if (workInProgress.alternate === null) throw new Error("Threw in newly mounted dehydrated component. This is likely a bug in React. Please file an issue."); + resetHydrationState(); + } var _flags2 = workInProgress.flags; if (_flags2 & ShouldCapture) { workInProgress.flags = _flags2 & ~ShouldCapture | DidCapture; // Captured a suspense effect. Re-render the boundary. @@ -17306,23 +21163,32 @@ module.exports = require('./cjs/react-dom.development.js'); popHostContainer(workInProgress); return null; case ContextProvider: - popProvider(workInProgress); + var context = workInProgress.type._context; + popProvider(context, workInProgress); return null; case OffscreenComponent: case LegacyHiddenComponent: popRenderLanes(workInProgress); return null; + case CacheComponent: + return null; default: return null; } } - function unwindInterruptedWork(interruptedWork) { + function unwindInterruptedWork(current, interruptedWork, renderLanes) { + // Note: This intentionally doesn't check if we're hydrating because comparing + // to the current tree provider fiber is just as fast and less error-prone. + // Ideally we would have a special version of the work loop only + // for hydration. + popTreeContext(interruptedWork); switch(interruptedWork.tag){ case ClassComponent: var childContextTypes = interruptedWork.type.childContextTypes; if (childContextTypes !== null && childContextTypes !== undefined) popContext(interruptedWork); break; case HostRoot: + var root = interruptedWork.stateNode; popHostContainer(interruptedWork); popTopLevelContextObject(interruptedWork); resetWorkInProgressVersions(); @@ -17340,7 +21206,8 @@ module.exports = require('./cjs/react-dom.development.js'); popSuspenseContext(interruptedWork); break; case ContextProvider: - popProvider(interruptedWork); + var context = interruptedWork.type._context; + popProvider(context, interruptedWork); break; case OffscreenComponent: case LegacyHiddenComponent: @@ -17348,467 +21215,323 @@ module.exports = require('./cjs/react-dom.development.js'); break; } } - function createCapturedValue(value, source) { - // If the value is an error, call this function immediately after it is thrown - // so the stack is accurate. - return { - value: value, - source: source, - stack: getStackByFiberInDevAndProd(source) - }; - } - // This module is forked in different environments. - // By default, return `true` to log errors to the console. - // Forks can return `false` if this isn't desirable. - function showErrorDialog(boundary, errorInfo) { - return true; + var didWarnAboutUndefinedSnapshotBeforeUpdate = null; + didWarnAboutUndefinedSnapshotBeforeUpdate = new Set(); + // Allows us to avoid traversing the return path to find the nearest Offscreen ancestor. + // Only used when enableSuspenseLayoutEffectSemantics is enabled. + var offscreenSubtreeIsHidden = false; + var offscreenSubtreeWasHidden = false; + var PossiblyWeakSet = typeof WeakSet === "function" ? WeakSet : Set; + var nextEffect = null; // Used for Profiling builds to track updaters. + var inProgressLanes = null; + var inProgressRoot = null; + function reportUncaughtErrorInDEV(error) { + invokeGuardedCallback(null, function() { + throw error; + }); + clearCaughtError(); } - function logCapturedError(boundary, errorInfo) { + var callComponentWillUnmountWithTimer = function(current, instance) { + instance.props = current.memoizedProps; + instance.state = current.memoizedState; + if (current.mode & ProfileMode) try { + startLayoutEffectTimer(); + instance.componentWillUnmount(); + } finally{ + recordLayoutEffectDuration(current); + } + else instance.componentWillUnmount(); + }; // Capture errors so they don't interrupt mounting. + function safelyCallCommitHookLayoutEffectListMount(current, nearestMountedAncestor) { try { - var logError = showErrorDialog(boundary, errorInfo); // Allow injected showErrorDialog() to prevent default console.error logging. - // This enables renderers like ReactNative to better manage redbox behavior. - if (logError === false) return; - var error = errorInfo.value; - var source = errorInfo.source; - var stack = errorInfo.stack; - var componentStack = stack !== null ? stack : ''; // Browsers support silencing uncaught errors by calling - // `preventDefault()` in window `error` handler. - // We record this information as an expando on the error. - if (error != null && error._suppressLogging) { - if (boundary.tag === ClassComponent) // The error is recoverable and was silenced. - // Ignore it and don't print the stack addendum. - // This is handy for testing error boundaries without noise. - return; - // The error is fatal. Since the silencing might have - // been accidental, we'll surface it anyway. - // However, the browser would have silenced the original error - // so we'll print it first, and then print the stack addendum. - console['error'](error); // Don't transform to our wrapper - // For a more detailed description of this block, see: - // https://github.com/facebook/react/pull/13384 - } - var componentName = source ? getComponentName(source.type) : null; - var componentNameMessage = componentName ? "The above error occurred in the <" + componentName + "> component:" : 'The above error occurred in one of your React components:'; - var errorBoundaryMessage; - var errorBoundaryName = getComponentName(boundary.type); - if (errorBoundaryName) errorBoundaryMessage = "React will try to recreate this component tree from scratch " + ("using the error boundary you provided, " + errorBoundaryName + "."); - else errorBoundaryMessage = "Consider adding an error boundary to your tree to customize error handling behavior.\nVisit https://reactjs.org/link/error-boundaries to learn more about error boundaries."; - var combinedMessage = componentNameMessage + "\n" + componentStack + "\n\n" + ("" + errorBoundaryMessage); // In development, we provide our own message with just the component stack. - // We don't include the original error message and JS stack because the browser - // has already printed it. Even if the application swallows the error, it is still - // displayed by the browser thanks to the DEV-only fake event trick in ReactErrorUtils. - console['error'](combinedMessage); // Don't transform to our wrapper - } catch (e) { - // This method must not throw, or React internal state will get messed up. - // If console.error is overridden, or logCapturedError() shows a dialog that throws, - // we want to report this error outside of the normal stack as a last resort. - // https://github.com/facebook/react/issues/13188 - setTimeout(function() { - throw e; - }); + commitHookEffectListMount(Layout, current); + } catch (error) { + captureCommitPhaseError(current, nearestMountedAncestor, error); } - } - var PossiblyWeakMap$1 = typeof WeakMap === 'function' ? WeakMap : Map; - function createRootErrorUpdate(fiber, errorInfo, lane) { - var update = createUpdate(NoTimestamp, lane); // Unmount the root by rendering null. - update.tag = CaptureUpdate; // Caution: React DevTools currently depends on this property - // being called "element". - update.payload = { - element: null - }; - var error = errorInfo.value; - update.callback = function() { - onUncaughtError(error); - logCapturedError(fiber, errorInfo); - }; - return update; - } - function createClassErrorUpdate(fiber, errorInfo, lane) { - var update = createUpdate(NoTimestamp, lane); - update.tag = CaptureUpdate; - var getDerivedStateFromError = fiber.type.getDerivedStateFromError; - if (typeof getDerivedStateFromError === 'function') { - var error$1 = errorInfo.value; - update.payload = function() { - logCapturedError(fiber, errorInfo); - return getDerivedStateFromError(error$1); - }; - } - var inst = fiber.stateNode; - if (inst !== null && typeof inst.componentDidCatch === 'function') update.callback = function callback() { - markFailedErrorBoundaryForHotReloading(fiber); - if (typeof getDerivedStateFromError !== 'function') { - // To preserve the preexisting retry behavior of error boundaries, - // we keep track of which ones already failed during this batch. - // This gets reset before we yield back to the browser. - // TODO: Warn in strict mode if getDerivedStateFromError is - // not defined. - markLegacyErrorBoundaryAsFailed(this); // Only log here if componentDidCatch is the only error boundary method defined - logCapturedError(fiber, errorInfo); - } - var error$1 = errorInfo.value; - var stack = errorInfo.stack; - this.componentDidCatch(error$1, { - componentStack: stack !== null ? stack : '' - }); - if (typeof getDerivedStateFromError !== 'function') // If componentDidCatch is the only error boundary method defined, - // then it needs to call setState to recover from errors. - // If no state update is scheduled then the boundary will swallow the error. - { - if (!includesSomeLane(fiber.lanes, SyncLane)) error1("%s: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI.", getComponentName(fiber.type) || 'Unknown'); - } - }; - else update.callback = function() { - markFailedErrorBoundaryForHotReloading(fiber); - }; - return update; - } - function attachPingListener(root, wakeable, lanes) { - // Attach a listener to the promise to "ping" the root and retry. But only if - // one does not already exist for the lanes we're currently rendering (which - // acts like a "thread ID" here). - var pingCache = root.pingCache; - var threadIDs; - if (pingCache === null) { - pingCache = root.pingCache = new PossiblyWeakMap$1(); - threadIDs = new Set(); - pingCache.set(wakeable, threadIDs); - } else { - threadIDs = pingCache.get(wakeable); - if (threadIDs === undefined) { - threadIDs = new Set(); - pingCache.set(wakeable, threadIDs); - } + } // Capture errors so they don't interrupt unmounting. + function safelyCallComponentWillUnmount(current, nearestMountedAncestor, instance) { + try { + callComponentWillUnmountWithTimer(current, instance); + } catch (error) { + captureCommitPhaseError(current, nearestMountedAncestor, error); } - if (!threadIDs.has(lanes)) { - // Memoize using the thread ID to prevent redundant listeners. - threadIDs.add(lanes); - var ping = pingSuspendedRoot.bind(null, root, wakeable, lanes); - wakeable.then(ping, ping); + } // Capture errors so they don't interrupt mounting. + function safelyCallComponentDidMount(current, nearestMountedAncestor, instance) { + try { + instance.componentDidMount(); + } catch (error) { + captureCommitPhaseError(current, nearestMountedAncestor, error); } - } - function throwException(root, returnFiber, sourceFiber, value, rootRenderLanes) { - // The source fiber did not complete. - sourceFiber.flags |= Incomplete; // Its effect list is no longer valid. - sourceFiber.firstEffect = sourceFiber.lastEffect = null; - if (value !== null && typeof value === 'object' && typeof value.then === 'function') { - // This is a wakeable. - var wakeable = value; - if ((sourceFiber.mode & BlockingMode) === NoMode) { - // Reset the memoizedState to what it was before we attempted - // to render it. - var currentSource = sourceFiber.alternate; - if (currentSource) { - sourceFiber.updateQueue = currentSource.updateQueue; - sourceFiber.memoizedState = currentSource.memoizedState; - sourceFiber.lanes = currentSource.lanes; - } else { - sourceFiber.updateQueue = null; - sourceFiber.memoizedState = null; - } - } - var hasInvisibleParentBoundary = hasSuspenseContext(suspenseStackCursor.current, InvisibleParentSuspenseContext); // Schedule the nearest Suspense to re-render the timed out view. - var _workInProgress = returnFiber; - do { - if (_workInProgress.tag === SuspenseComponent && shouldCaptureSuspense(_workInProgress, hasInvisibleParentBoundary)) { - // Found the nearest boundary. - // Stash the promise on the boundary fiber. If the boundary times out, we'll - // attach another listener to flip the boundary back to its normal state. - var wakeables = _workInProgress.updateQueue; - if (wakeables === null) { - var updateQueue = new Set(); - updateQueue.add(wakeable); - _workInProgress.updateQueue = updateQueue; - } else wakeables.add(wakeable); - // If the boundary is outside of blocking mode, we should *not* - // suspend the commit. Pretend as if the suspended component rendered - // null and keep rendering. In the commit phase, we'll schedule a - // subsequent synchronous update to re-render the Suspense. - // - // Note: It doesn't matter whether the component that suspended was - // inside a blocking mode tree. If the Suspense is outside of it, we - // should *not* suspend the commit. - if ((_workInProgress.mode & BlockingMode) === NoMode) { - _workInProgress.flags |= DidCapture; - sourceFiber.flags |= ForceUpdateForLegacySuspense; // We're going to commit this fiber even though it didn't complete. - // But we shouldn't call any lifecycle methods or callbacks. Remove - // all lifecycle effect tags. - sourceFiber.flags &= ~(LifecycleEffectMask | Incomplete); - if (sourceFiber.tag === ClassComponent) { - var currentSourceFiber = sourceFiber.alternate; - if (currentSourceFiber === null) // This is a new mount. Change the tag so it's not mistaken for a - // completed class component. For example, we should not call - // componentWillUnmount if it is deleted. - sourceFiber.tag = IncompleteClassComponent; - else { - // When we try rendering again, we should not reuse the current fiber, - // since it's known to be in an inconsistent state. Use a force update to - // prevent a bail out. - var update = createUpdate(NoTimestamp, SyncLane); - update.tag = ForceUpdate; - enqueueUpdate(sourceFiber, update); - } - } // The source fiber did not complete. Mark it with Sync priority to - // indicate that it still has pending work. - sourceFiber.lanes = mergeLanes(sourceFiber.lanes, SyncLane); // Exit without suspending. - return; - } // Confirmed that the boundary is in a concurrent mode tree. Continue - // with the normal suspend path. - // - // After this we'll use a set of heuristics to determine whether this - // render pass will run to completion or restart or "suspend" the commit. - // The actual logic for this is spread out in different places. - // - // This first principle is that if we're going to suspend when we complete - // a root, then we should also restart if we get an update or ping that - // might unsuspend it, and vice versa. The only reason to suspend is - // because you think you might want to restart before committing. However, - // it doesn't make sense to restart only while in the period we're suspended. - // - // Restarting too aggressively is also not good because it starves out any - // intermediate loading state. So we use heuristics to determine when. - // Suspense Heuristics - // - // If nothing threw a Promise or all the same fallbacks are already showing, - // then don't suspend/restart. - // - // If this is an initial render of a new tree of Suspense boundaries and - // those trigger a fallback, then don't suspend/restart. We want to ensure - // that we can show the initial loading state as quickly as possible. - // - // If we hit a "Delayed" case, such as when we'd switch from content back into - // a fallback, then we should always suspend/restart. Transitions apply - // to this case. If none is defined, JND is used instead. - // - // If we're already showing a fallback and it gets "retried", allowing us to show - // another level, but there's still an inner boundary that would show a fallback, - // then we suspend/restart for 500ms since the last time we showed a fallback - // anywhere in the tree. This effectively throttles progressive loading into a - // consistent train of commits. This also gives us an opportunity to restart to - // get to the completed state slightly earlier. - // - // If there's ambiguity due to batching it's resolved in preference of: - // 1) "delayed", 2) "initial render", 3) "retry". - // - // We want to ensure that a "busy" state doesn't get force committed. We want to - // ensure that new initial loading states can commit as soon as possible. - attachPingListener(root, wakeable, rootRenderLanes); - _workInProgress.flags |= ShouldCapture; - _workInProgress.lanes = rootRenderLanes; - return; - } // This boundary already captured during this render. Continue to the next - // boundary. - _workInProgress = _workInProgress.return; - }while (_workInProgress !== null) // No boundary was found. Fallthrough to error mode. - // TODO: Use invariant so the message is stripped in prod? - value = new Error((getComponentName(sourceFiber.type) || 'A React component') + ' suspended while rendering, but no fallback UI was specified.\n' + '\n' + 'Add a component higher in the tree to ' + 'provide a loading indicator or placeholder to display.'); - } // We didn't find a boundary that could handle this type of exception. Start - // over and traverse parent path again, this time treating the exception - // as an error. - renderDidError(); - value = createCapturedValue(value, sourceFiber); - var workInProgress = returnFiber; - do { - switch(workInProgress.tag){ - case HostRoot: - var _errorInfo = value; - workInProgress.flags |= ShouldCapture; - var lane = pickArbitraryLane(rootRenderLanes); - workInProgress.lanes = mergeLanes(workInProgress.lanes, lane); - var _update = createRootErrorUpdate(workInProgress, _errorInfo, lane); - enqueueCapturedUpdate(workInProgress, _update); - return; - case ClassComponent: - // Capture and retry - var errorInfo = value; - var ctor = workInProgress.type; - var instance = workInProgress.stateNode; - if ((workInProgress.flags & DidCapture) === NoFlags && (typeof ctor.getDerivedStateFromError === 'function' || instance !== null && typeof instance.componentDidCatch === 'function' && !isAlreadyFailedLegacyErrorBoundary(instance))) { - workInProgress.flags |= ShouldCapture; - var _lane = pickArbitraryLane(rootRenderLanes); - workInProgress.lanes = mergeLanes(workInProgress.lanes, _lane); // Schedule the error boundary to re-render using updated state - var _update2 = createClassErrorUpdate(workInProgress, errorInfo, _lane); - enqueueCapturedUpdate(workInProgress, _update2); - return; - } - break; - } - workInProgress = workInProgress.return; - }while (workInProgress !== null) - } - var didWarnAboutUndefinedSnapshotBeforeUpdate = null; - didWarnAboutUndefinedSnapshotBeforeUpdate = new Set(); - var PossiblyWeakSet = typeof WeakSet === 'function' ? WeakSet : Set; - var callComponentWillUnmountWithTimer = function(current, instance) { - instance.props = current.memoizedProps; - instance.state = current.memoizedState; - instance.componentWillUnmount(); - }; // Capture errors so they don't interrupt unmounting. - function safelyCallComponentWillUnmount(current, instance) { - invokeGuardedCallback(null, callComponentWillUnmountWithTimer, null, current, instance); - if (hasCaughtError()) { - var unmountError = clearCaughtError(); - captureCommitPhaseError(current, unmountError); + } // Capture errors so they don't interrupt mounting. + function safelyAttachRef(current, nearestMountedAncestor) { + try { + commitAttachRef(current); + } catch (error) { + captureCommitPhaseError(current, nearestMountedAncestor, error); } } - function safelyDetachRef(current) { + function safelyDetachRef(current, nearestMountedAncestor) { var ref = current.ref; if (ref !== null) { - if (typeof ref === 'function') { - invokeGuardedCallback(null, ref, null, null); - if (hasCaughtError()) { - var refError = clearCaughtError(); - captureCommitPhaseError(current, refError); + if (typeof ref === "function") { + var retVal; + try { + if (enableProfilerTimer && enableProfilerCommitHooks && current.mode & ProfileMode) try { + startLayoutEffectTimer(); + retVal = ref(null); + } finally{ + recordLayoutEffectDuration(current); + } + else retVal = ref(null); + } catch (error1) { + captureCommitPhaseError(current, nearestMountedAncestor, error1); } + if (typeof retVal === "function") error("Unexpected return value from a callback ref in %s. A callback ref should not return a function.", getComponentNameFromFiber(current)); } else ref.current = null; } } - function safelyCallDestroy(current, destroy) { - invokeGuardedCallback(null, destroy, null); - if (hasCaughtError()) { - var error = clearCaughtError(); - captureCommitPhaseError(current, error); + function safelyCallDestroy(current, nearestMountedAncestor, destroy) { + try { + destroy(); + } catch (error) { + captureCommitPhaseError(current, nearestMountedAncestor, error); } } - function commitBeforeMutationLifeCycles(current, finishedWork) { - switch(finishedWork.tag){ - case FunctionComponent: - case ForwardRef: - case SimpleMemoComponent: - case Block: + var focusedInstanceHandle = null; + var shouldFireAfterActiveInstanceBlur = false; + function commitBeforeMutationEffects(root, firstChild) { + focusedInstanceHandle = prepareForCommit(root.containerInfo); + nextEffect = firstChild; + commitBeforeMutationEffects_begin(); // We no longer need to track the active instance fiber + var shouldFire = shouldFireAfterActiveInstanceBlur; + shouldFireAfterActiveInstanceBlur = false; + focusedInstanceHandle = null; + return shouldFire; + } + function commitBeforeMutationEffects_begin() { + while(nextEffect !== null){ + var fiber = nextEffect; // This phase is only used for beforeActiveInstanceBlur. + var child = fiber.child; + if ((fiber.subtreeFlags & BeforeMutationMask) !== NoFlags && child !== null) { + child.return = fiber; + nextEffect = child; + } else commitBeforeMutationEffects_complete(); + } + } + function commitBeforeMutationEffects_complete() { + while(nextEffect !== null){ + var fiber = nextEffect; + setCurrentFiber(fiber); + try { + commitBeforeMutationEffectsOnFiber(fiber); + } catch (error) { + captureCommitPhaseError(fiber, fiber.return, error); + } + resetCurrentFiber(); + var sibling = fiber.sibling; + if (sibling !== null) { + sibling.return = fiber.return; + nextEffect = sibling; return; - case ClassComponent: - if (finishedWork.flags & Snapshot) { + } + nextEffect = fiber.return; + } + } + function commitBeforeMutationEffectsOnFiber(finishedWork) { + var current = finishedWork.alternate; + var flags = finishedWork.flags; + if ((flags & Snapshot) !== NoFlags) { + setCurrentFiber(finishedWork); + switch(finishedWork.tag){ + case FunctionComponent: + case ForwardRef: + case SimpleMemoComponent: + break; + case ClassComponent: if (current !== null) { var prevProps = current.memoizedProps; var prevState = current.memoizedState; var instance = finishedWork.stateNode; // We could update instance props and state here, if (finishedWork.type === finishedWork.elementType && !didWarnAboutReassigningProps) { - if (instance.props !== finishedWork.memoizedProps) error1("Expected %s props to match memoized props before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.", getComponentName(finishedWork.type) || 'instance'); - if (instance.state !== finishedWork.memoizedState) error1("Expected %s state to match memoized state before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.", getComponentName(finishedWork.type) || 'instance'); + if (instance.props !== finishedWork.memoizedProps) error("Expected %s props to match memoized props before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.", getComponentNameFromFiber(finishedWork) || "instance"); + if (instance.state !== finishedWork.memoizedState) error("Expected %s state to match memoized state before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.", getComponentNameFromFiber(finishedWork) || "instance"); } var snapshot = instance.getSnapshotBeforeUpdate(finishedWork.elementType === finishedWork.type ? prevProps : resolveDefaultProps(finishedWork.type, prevProps), prevState); var didWarnSet = didWarnAboutUndefinedSnapshotBeforeUpdate; if (snapshot === undefined && !didWarnSet.has(finishedWork.type)) { didWarnSet.add(finishedWork.type); - error1("%s.getSnapshotBeforeUpdate(): A snapshot value (or null) must be returned. You have returned undefined.", getComponentName(finishedWork.type)); + error("%s.getSnapshotBeforeUpdate(): A snapshot value (or null) must be returned. You have returned undefined.", getComponentNameFromFiber(finishedWork)); } instance.__reactInternalSnapshotBeforeUpdate = snapshot; } - } - return; - case HostRoot: - if (finishedWork.flags & Snapshot) { + break; + case HostRoot: var root = finishedWork.stateNode; clearContainer(root.containerInfo); - } - return; - case HostComponent: - case HostText: - case HostPortal: - case IncompleteClassComponent: - // Nothing to do for these component types - return; + break; + case HostComponent: + case HostText: + case HostPortal: + case IncompleteClassComponent: + break; + default: + throw new Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue."); + } + resetCurrentFiber(); } - throw Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue."); } - function commitHookEffectListUnmount(tag, finishedWork) { + function commitHookEffectListUnmount(flags, finishedWork, nearestMountedAncestor) { var updateQueue = finishedWork.updateQueue; var lastEffect = updateQueue !== null ? updateQueue.lastEffect : null; if (lastEffect !== null) { var firstEffect = lastEffect.next; var effect = firstEffect; do { - if ((effect.tag & tag) === tag) { + if ((effect.tag & flags) === flags) { // Unmount var destroy = effect.destroy; effect.destroy = undefined; - if (destroy !== undefined) destroy(); + if (destroy !== undefined) { + if ((flags & Passive$1) !== NoFlags$1) markComponentPassiveEffectUnmountStarted(finishedWork); + else if ((flags & Layout) !== NoFlags$1) markComponentLayoutEffectUnmountStarted(finishedWork); + if ((flags & Insertion) !== NoFlags$1) setIsRunningInsertionEffect(true); + safelyCallDestroy(finishedWork, nearestMountedAncestor, destroy); + if ((flags & Insertion) !== NoFlags$1) setIsRunningInsertionEffect(false); + if ((flags & Passive$1) !== NoFlags$1) markComponentPassiveEffectUnmountStopped(); + else if ((flags & Layout) !== NoFlags$1) markComponentLayoutEffectUnmountStopped(); + } } effect = effect.next; - }while (effect !== firstEffect) + }while (effect !== firstEffect); } } - function commitHookEffectListMount(tag, finishedWork) { + function commitHookEffectListMount(flags, finishedWork) { var updateQueue = finishedWork.updateQueue; var lastEffect = updateQueue !== null ? updateQueue.lastEffect : null; if (lastEffect !== null) { var firstEffect = lastEffect.next; var effect = firstEffect; do { - if ((effect.tag & tag) === tag) { - // Mount + if ((effect.tag & flags) === flags) { + if ((flags & Passive$1) !== NoFlags$1) markComponentPassiveEffectMountStarted(finishedWork); + else if ((flags & Layout) !== NoFlags$1) markComponentLayoutEffectMountStarted(finishedWork); var create = effect.create; + if ((flags & Insertion) !== NoFlags$1) setIsRunningInsertionEffect(true); effect.destroy = create(); + if ((flags & Insertion) !== NoFlags$1) setIsRunningInsertionEffect(false); + if ((flags & Passive$1) !== NoFlags$1) markComponentPassiveEffectMountStopped(); + else if ((flags & Layout) !== NoFlags$1) markComponentLayoutEffectMountStopped(); var destroy = effect.destroy; - if (destroy !== undefined && typeof destroy !== 'function') { + if (destroy !== undefined && typeof destroy !== "function") { + var hookName = void 0; + if ((effect.tag & Layout) !== NoFlags) hookName = "useLayoutEffect"; + else if ((effect.tag & Insertion) !== NoFlags) hookName = "useInsertionEffect"; + else hookName = "useEffect"; var addendum = void 0; if (destroy === null) addendum = " You returned null. If your effect does not require clean up, return undefined (or nothing)."; - else if (typeof destroy.then === 'function') addendum = "\n\nIt looks like you wrote useEffect(async () => ...) or returned a Promise. Instead, write the async function inside your effect and call it immediately:\n\nuseEffect(() => {\n async function fetchData() {\n // You can await here\n const response = await MyAPI.getData(someId);\n // ...\n }\n fetchData();\n}, [someId]); // Or [] if effect doesn't need props or state\n\nLearn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-fetching"; - else addendum = ' You returned: ' + destroy; - error1("An effect function must not return anything besides a function, which is used for clean-up.%s", addendum); + else if (typeof destroy.then === "function") addendum = "\n\nIt looks like you wrote " + hookName + "(async () => ...) or returned a Promise. " + "Instead, write the async function inside your effect " + "and call it immediately:\n\n" + hookName + "(() => {\n" + " async function fetchData() {\n" + " // You can await here\n" + " const response = await MyAPI.getData(someId);\n" + " // ...\n" + " }\n" + " fetchData();\n" + "}, [someId]); // Or [] if effect doesn't need props or state\n\n" + "Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-fetching"; + else addendum = " You returned: " + destroy; + error("%s must not return anything besides a function, which is used for clean-up.%s", hookName, addendum); } } effect = effect.next; - }while (effect !== firstEffect) + }while (effect !== firstEffect); } } - function schedulePassiveEffects(finishedWork) { - var updateQueue = finishedWork.updateQueue; - var lastEffect = updateQueue !== null ? updateQueue.lastEffect : null; - if (lastEffect !== null) { - var firstEffect = lastEffect.next; - var effect = firstEffect; - do { - var _effect = effect, next = _effect.next, tag = _effect.tag; - if ((tag & Passive$1) !== NoFlags$1 && (tag & HasEffect) !== NoFlags$1) { - enqueuePendingPassiveHookEffectUnmount(finishedWork, effect); - enqueuePendingPassiveHookEffectMount(finishedWork, effect); + function commitPassiveEffectDurations(finishedRoot, finishedWork) { + // Only Profilers with work in their subtree will have an Update effect scheduled. + if ((finishedWork.flags & Update) !== NoFlags) switch(finishedWork.tag){ + case Profiler: + var passiveEffectDuration = finishedWork.stateNode.passiveEffectDuration; + var _finishedWork$memoize = finishedWork.memoizedProps, id = _finishedWork$memoize.id, onPostCommit = _finishedWork$memoize.onPostCommit; // This value will still reflect the previous commit phase. + // It does not get reset until the start of the next commit phase. + var commitTime = getCommitTime(); + var phase = finishedWork.alternate === null ? "mount" : "update"; + if (isCurrentUpdateNested()) phase = "nested-update"; + if (typeof onPostCommit === "function") onPostCommit(id, phase, passiveEffectDuration, commitTime); + // Bubble times to the next nearest ancestor Profiler. + // After we process that Profiler, we'll bubble further up. + var parentFiber = finishedWork.return; + outer: while(parentFiber !== null){ + switch(parentFiber.tag){ + case HostRoot: + var root = parentFiber.stateNode; + root.passiveEffectDuration += passiveEffectDuration; + break outer; + case Profiler: + var parentStateNode = parentFiber.stateNode; + parentStateNode.passiveEffectDuration += passiveEffectDuration; + break outer; + } + parentFiber = parentFiber.return; } - effect = next; - }while (effect !== firstEffect) + break; } } - function commitLifeCycles(finishedRoot, current, finishedWork, committedLanes) { - switch(finishedWork.tag){ + function commitLayoutEffectOnFiber(finishedRoot, current, finishedWork, committedLanes) { + if ((finishedWork.flags & LayoutMask) !== NoFlags) switch(finishedWork.tag){ case FunctionComponent: case ForwardRef: case SimpleMemoComponent: - case Block: - commitHookEffectListMount(Layout | HasEffect, finishedWork); - schedulePassiveEffects(finishedWork); - return; + if (!offscreenSubtreeWasHidden) { + // At this point layout effects have already been destroyed (during mutation phase). + // This is done to prevent sibling component effects from interfering with each other, + // e.g. a destroy function in one component should never override a ref set + // by a create function in another component during the same commit. + if (finishedWork.mode & ProfileMode) try { + startLayoutEffectTimer(); + commitHookEffectListMount(Layout | HasEffect, finishedWork); + } finally{ + recordLayoutEffectDuration(finishedWork); + } + else commitHookEffectListMount(Layout | HasEffect, finishedWork); + } + break; case ClassComponent: var instance = finishedWork.stateNode; if (finishedWork.flags & Update) { - if (current === null) { - if (finishedWork.type === finishedWork.elementType && !didWarnAboutReassigningProps) { - if (instance.props !== finishedWork.memoizedProps) error1("Expected %s props to match memoized props before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.", getComponentName(finishedWork.type) || 'instance'); - if (instance.state !== finishedWork.memoizedState) error1("Expected %s state to match memoized state before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.", getComponentName(finishedWork.type) || 'instance'); - } - instance.componentDidMount(); - } else { - var prevProps = finishedWork.elementType === finishedWork.type ? current.memoizedProps : resolveDefaultProps(finishedWork.type, current.memoizedProps); - var prevState = current.memoizedState; // We could update instance props and state here, - if (finishedWork.type === finishedWork.elementType && !didWarnAboutReassigningProps) { - if (instance.props !== finishedWork.memoizedProps) error1("Expected %s props to match memoized props before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.", getComponentName(finishedWork.type) || 'instance'); - if (instance.state !== finishedWork.memoizedState) error1("Expected %s state to match memoized state before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.", getComponentName(finishedWork.type) || 'instance'); + if (!offscreenSubtreeWasHidden) { + if (current === null) { + if (finishedWork.type === finishedWork.elementType && !didWarnAboutReassigningProps) { + if (instance.props !== finishedWork.memoizedProps) error("Expected %s props to match memoized props before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.", getComponentNameFromFiber(finishedWork) || "instance"); + if (instance.state !== finishedWork.memoizedState) error("Expected %s state to match memoized state before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.", getComponentNameFromFiber(finishedWork) || "instance"); + } + if (finishedWork.mode & ProfileMode) try { + startLayoutEffectTimer(); + instance.componentDidMount(); + } finally{ + recordLayoutEffectDuration(finishedWork); + } + else instance.componentDidMount(); + } else { + var prevProps = finishedWork.elementType === finishedWork.type ? current.memoizedProps : resolveDefaultProps(finishedWork.type, current.memoizedProps); + var prevState = current.memoizedState; // We could update instance props and state here, + if (finishedWork.type === finishedWork.elementType && !didWarnAboutReassigningProps) { + if (instance.props !== finishedWork.memoizedProps) error("Expected %s props to match memoized props before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.", getComponentNameFromFiber(finishedWork) || "instance"); + if (instance.state !== finishedWork.memoizedState) error("Expected %s state to match memoized state before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.", getComponentNameFromFiber(finishedWork) || "instance"); + } + if (finishedWork.mode & ProfileMode) try { + startLayoutEffectTimer(); + instance.componentDidUpdate(prevProps, prevState, instance.__reactInternalSnapshotBeforeUpdate); + } finally{ + recordLayoutEffectDuration(finishedWork); + } + else instance.componentDidUpdate(prevProps, prevState, instance.__reactInternalSnapshotBeforeUpdate); } - instance.componentDidUpdate(prevProps, prevState, instance.__reactInternalSnapshotBeforeUpdate); } } // TODO: I think this is now always non-null by the time it reaches the // commit phase. Consider removing the type check. var updateQueue = finishedWork.updateQueue; if (updateQueue !== null) { if (finishedWork.type === finishedWork.elementType && !didWarnAboutReassigningProps) { - if (instance.props !== finishedWork.memoizedProps) error1("Expected %s props to match memoized props before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.", getComponentName(finishedWork.type) || 'instance'); - if (instance.state !== finishedWork.memoizedState) error1("Expected %s state to match memoized state before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.", getComponentName(finishedWork.type) || 'instance'); + if (instance.props !== finishedWork.memoizedProps) error("Expected %s props to match memoized props before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.", getComponentNameFromFiber(finishedWork) || "instance"); + if (instance.state !== finishedWork.memoizedState) error("Expected %s state to match memoized state before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.", getComponentNameFromFiber(finishedWork) || "instance"); } // but instead we rely on them being set during last render. // TODO: revisit this when we implement resuming. commitUpdateQueue(finishedWork, updateQueue, instance); } - return; + break; case HostRoot: // TODO: I think this is now always non-null by the time it reaches the // commit phase. Consider removing the type check. @@ -17825,7 +21548,7 @@ module.exports = require('./cjs/react-dom.development.js'); } commitUpdateQueue(finishedWork, _updateQueue, _instance); } - return; + break; case HostComponent: var _instance2 = finishedWork.stateNode; // Renderers may schedule work to be done after host components are mounted // (eg DOM renderer may schedule auto-focus for inputs and form controls). @@ -17836,45 +21559,107 @@ module.exports = require('./cjs/react-dom.development.js'); var props = finishedWork.memoizedProps; commitMount(_instance2, type, props); } - return; + break; case HostText: - // We have no life-cycles associated with text. - return; + break; case HostPortal: - // We have no life-cycles associated with portals. - return; + break; case Profiler: var _finishedWork$memoize2 = finishedWork.memoizedProps, onCommit = _finishedWork$memoize2.onCommit, onRender = _finishedWork$memoize2.onRender; var effectDuration = finishedWork.stateNode.effectDuration; var commitTime = getCommitTime(); - if (typeof onRender === 'function') onRender(finishedWork.memoizedProps.id, current === null ? 'mount' : 'update', finishedWork.actualDuration, finishedWork.treeBaseDuration, finishedWork.actualStartTime, commitTime, finishedRoot.memoizedInteractions); - return; + var phase = current === null ? "mount" : "update"; + if (isCurrentUpdateNested()) phase = "nested-update"; + if (typeof onRender === "function") onRender(finishedWork.memoizedProps.id, phase, finishedWork.actualDuration, finishedWork.treeBaseDuration, finishedWork.actualStartTime, commitTime); + if (typeof onCommit === "function") onCommit(finishedWork.memoizedProps.id, phase, effectDuration, commitTime); + // Schedule a passive effect for this Profiler to call onPostCommit hooks. + // This effect should be scheduled even if there is no onPostCommit callback for this Profiler, + // because the effect is also where times bubble to parent Profilers. + enqueuePendingPassiveProfilerEffect(finishedWork); // Propagate layout effect durations to the next nearest Profiler ancestor. + // Do not reset these values until the next render so DevTools has a chance to read them first. + var parentFiber = finishedWork.return; + outer: while(parentFiber !== null){ + switch(parentFiber.tag){ + case HostRoot: + var root = parentFiber.stateNode; + root.effectDuration += effectDuration; + break outer; + case Profiler: + var parentStateNode = parentFiber.stateNode; + parentStateNode.effectDuration += effectDuration; + break outer; + } + parentFiber = parentFiber.return; + } + break; case SuspenseComponent: commitSuspenseHydrationCallbacks(finishedRoot, finishedWork); - return; + break; case SuspenseListComponent: case IncompleteClassComponent: - case FundamentalComponent: case ScopeComponent: case OffscreenComponent: case LegacyHiddenComponent: - return; + case TracingMarkerComponent: + break; + default: + throw new Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue."); + } + if (!offscreenSubtreeWasHidden) { + if (finishedWork.flags & Ref) commitAttachRef(finishedWork); + } + } + function reappearLayoutEffectsOnFiber(node) { + // Turn on layout effects in a tree that previously disappeared. + // TODO (Offscreen) Check: flags & LayoutStatic + switch(node.tag){ + case FunctionComponent: + case ForwardRef: + case SimpleMemoComponent: + if (node.mode & ProfileMode) try { + startLayoutEffectTimer(); + safelyCallCommitHookLayoutEffectListMount(node, node.return); + } finally{ + recordLayoutEffectDuration(node); + } + else safelyCallCommitHookLayoutEffectListMount(node, node.return); + break; + case ClassComponent: + var instance = node.stateNode; + if (typeof instance.componentDidMount === "function") safelyCallComponentDidMount(node, node.return, instance); + safelyAttachRef(node, node.return); + break; + case HostComponent: + safelyAttachRef(node, node.return); + break; } - throw Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue."); } function hideOrUnhideAllChildren(finishedWork, isHidden) { + // Only hide or unhide the top-most host nodes. + var hostSubtreeRoot = null; // We only have the top Fiber that was inserted but we need to recurse down its // children to find all the terminal nodes. var node = finishedWork; while(true){ if (node.tag === HostComponent) { - var instance = node.stateNode; - if (isHidden) hideInstance(instance); - else unhideInstance(node.stateNode, node.memoizedProps); + if (hostSubtreeRoot === null) { + hostSubtreeRoot = node; + try { + var instance = node.stateNode; + if (isHidden) hideInstance(instance); + else unhideInstance(node.stateNode, node.memoizedProps); + } catch (error) { + captureCommitPhaseError(finishedWork, finishedWork.return, error); + } + } } else if (node.tag === HostText) { - var _instance3 = node.stateNode; - if (isHidden) hideTextInstance(_instance3); - else unhideTextInstance(_instance3, node.memoizedProps); + if (hostSubtreeRoot === null) try { + var _instance3 = node.stateNode; + if (isHidden) hideTextInstance(_instance3); + else unhideTextInstance(_instance3, node.memoizedProps); + } catch (error1) { + captureCommitPhaseError(finishedWork, finishedWork.return, error1); + } } else if ((node.tag === OffscreenComponent || node.tag === LegacyHiddenComponent) && node.memoizedState !== null && node !== finishedWork) ; else if (node.child !== null) { node.child.return = node; @@ -17884,8 +21669,10 @@ module.exports = require('./cjs/react-dom.development.js'); if (node === finishedWork) return; while(node.sibling === null){ if (node.return === null || node.return === finishedWork) return; + if (hostSubtreeRoot === node) hostSubtreeRoot = null; node = node.return; } + if (hostSubtreeRoot === node) hostSubtreeRoot = null; node.sibling.return = node.return; node = node.sibling; } @@ -17902,116 +21689,81 @@ module.exports = require('./cjs/react-dom.development.js'); default: instanceToUse = instance; } // Moved outside to ensure DCE works with this flag - if (typeof ref === 'function') ref(instanceToUse); - else { - if (!ref.hasOwnProperty('current')) error1("Unexpected ref object provided for %s. Use either a ref-setter function or React.createRef().", getComponentName(finishedWork.type)); + if (typeof ref === "function") { + var retVal; + if (finishedWork.mode & ProfileMode) try { + startLayoutEffectTimer(); + retVal = ref(instanceToUse); + } finally{ + recordLayoutEffectDuration(finishedWork); + } + else retVal = ref(instanceToUse); + if (typeof retVal === "function") error("Unexpected return value from a callback ref in %s. A callback ref should not return a function.", getComponentNameFromFiber(finishedWork)); + } else { + if (!ref.hasOwnProperty("current")) error("Unexpected ref object provided for %s. Use either a ref-setter function or React.createRef().", getComponentNameFromFiber(finishedWork)); ref.current = instanceToUse; } } } - function commitDetachRef(current) { - var currentRef = current.ref; - if (currentRef !== null) { - if (typeof currentRef === 'function') currentRef(null); - else currentRef.current = null; - } - } // User-originating errors (lifecycles and refs) should not interrupt - // deletion, so don't let them throw. Host-originating errors should - // interrupt deletion, so it's okay - function commitUnmount(finishedRoot, current, renderPriorityLevel) { - onCommitUnmount(current); - switch(current.tag){ - case FunctionComponent: - case ForwardRef: - case MemoComponent: - case SimpleMemoComponent: - case Block: - var updateQueue = current.updateQueue; - if (updateQueue !== null) { - var lastEffect = updateQueue.lastEffect; - if (lastEffect !== null) { - var firstEffect = lastEffect.next; - var effect = firstEffect; - do { - var _effect2 = effect, destroy = _effect2.destroy, tag = _effect2.tag; - if (destroy !== undefined) { - if ((tag & Passive$1) !== NoFlags$1) enqueuePendingPassiveHookEffectUnmount(current, effect); - else safelyCallDestroy(current, destroy); - } - effect = effect.next; - }while (effect !== firstEffect) - } - } - return; - case ClassComponent: - safelyDetachRef(current); - var instance = current.stateNode; - if (typeof instance.componentWillUnmount === 'function') safelyCallComponentWillUnmount(current, instance); - return; - case HostComponent: - safelyDetachRef(current); - return; - case HostPortal: - unmountHostComponents(finishedRoot, current); - return; - case FundamentalComponent: - return; - case DehydratedFragment: - return; - case ScopeComponent: - return; - } - } - function commitNestedUnmounts(finishedRoot, root, renderPriorityLevel) { - // While we're inside a removed host node we don't want to call - // removeChild on the inner nodes because they're removed by the top - // call anyway. We also want to call componentWillUnmount on all - // composites before this host node is removed from the tree. Therefore - // we do an inner loop while we're still inside the host node. - var node = root; - while(true){ - commitUnmount(finishedRoot, node); // Visit children because they may contain more composite or host nodes. - // Skip portals because commitUnmount() currently visits them recursively. - if (node.child !== null && // If we don't use mutation we drill down into portals here instead. - node.tag !== HostPortal) { - node.child.return = node; - node = node.child; - continue; - } - if (node === root) return; - while(node.sibling === null){ - if (node.return === null || node.return === root) return; - node = node.return; - } - node.sibling.return = node.return; - node = node.sibling; - } - } function detachFiberMutation(fiber) { - // Cut off the return pointers to disconnect it from the tree. Ideally, we - // should clear the child pointer of the parent alternate to let this + // Cut off the return pointer to disconnect it from the tree. + // This enables us to detect and warn against state updates on an unmounted component. + // It also prevents events from bubbling from within disconnected components. + // + // Ideally, we should also clear the child pointer of the parent alternate to let this // get GC:ed but we don't know which for sure which parent is the current - // one so we'll settle for GC:ing the subtree of this child. This child - // itself will be GC:ed when the parent updates the next time. - // Note: we cannot null out sibling here, otherwise it can cause issues - // with findDOMNode and how it requires the sibling field to carry out - // traversal in a later effect. See PR #16820. We now clear the sibling - // field after effects, see: detachFiberAfterEffects. + // one so we'll settle for GC:ing the subtree of this child. + // This child itself will be GC:ed when the parent updates the next time. + // + // Note that we can't clear child or sibling pointers yet. + // They're needed for passive effects and for findDOMNode. + // We defer those fields, and all other cleanup, to the passive phase (see detachFiberAfterEffects). // - // Don't disconnect stateNode now; it will be detached in detachFiberAfterEffects. - // It may be required if the current component is an error boundary, - // and one of its descendants throws while unmounting a passive effect. - fiber.alternate = null; + // Don't reset the alternate yet, either. We need that so we can detach the + // alternate's fields in the passive phase. Clearing the return pointer is + // sufficient for findDOMNode semantics. + var alternate = fiber.alternate; + if (alternate !== null) alternate.return = null; + fiber.return = null; + } + function detachFiberAfterEffects(fiber) { + var alternate = fiber.alternate; + if (alternate !== null) { + fiber.alternate = null; + detachFiberAfterEffects(alternate); + } // Note: Defensively using negation instead of < in case + // Clear cyclical Fiber fields. This level alone is designed to roughly + // approximate the planned Fiber refactor. In that world, `setState` will be + // bound to a special "instance" object instead of a Fiber. The Instance + // object will not have any of these fields. It will only be connected to + // the fiber tree via a single link at the root. So if this level alone is + // sufficient to fix memory issues, that bodes well for our plans. fiber.child = null; + fiber.deletions = null; + fiber.sibling = null; // The `stateNode` is cyclical because on host nodes it points to the host + // tree, which has its own pointers to children, parents, and siblings. + // The other host nodes also point back to fibers, so we should detach that + // one, too. + if (fiber.tag === HostComponent) { + var hostInstance = fiber.stateNode; + if (hostInstance !== null) detachDeletedInstance(hostInstance); + } + fiber.stateNode = null; // I'm intentionally not clearing the `return` field in this level. We + fiber._debugOwner = null; + // Theoretically, nothing in here should be necessary, because we already + // disconnected the fiber from the tree. So even if something leaks this + // particular fiber, it won't leak anything else + // + // The purpose of this branch is to be super aggressive so we can measure + // if there's any difference in memory impact. If there is, that could + // indicate a React leak we don't know about. + fiber.return = null; fiber.dependencies = null; - fiber.firstEffect = null; - fiber.lastEffect = null; fiber.memoizedProps = null; fiber.memoizedState = null; fiber.pendingProps = null; - fiber.return = null; + fiber.stateNode = null; // TODO: Move to `commitPassiveUnmountInsideDeletedTreeOnFiber` instead. fiber.updateQueue = null; - fiber._debugOwner = null; } function getHostParentFiber(fiber) { var parent = fiber.return; @@ -18019,7 +21771,7 @@ module.exports = require('./cjs/react-dom.development.js'); if (isHostParent(parent)) return parent; parent = parent.return; } - throw Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue."); + throw new Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue."); } function isHostParent(fiber) { return fiber.tag === HostComponent || fiber.tag === HostRoot || fiber.tag === HostPortal; @@ -18058,42 +21810,34 @@ module.exports = require('./cjs/react-dom.development.js'); } function commitPlacement(finishedWork) { var parentFiber = getHostParentFiber(finishedWork); // Note: these two variables *must* always be updated together. - var parent; - var isContainer; - var parentStateNode = parentFiber.stateNode; switch(parentFiber.tag){ case HostComponent: - parent = parentStateNode; - isContainer = false; + var parent = parentFiber.stateNode; + if (parentFiber.flags & ContentReset) { + // Reset the text content of the parent before doing any insertions + resetTextContent(parent); // Clear ContentReset from the effect tag + parentFiber.flags &= ~ContentReset; + } + var before = getHostSibling(finishedWork); // We only have the top Fiber that was inserted but we need to recurse down its + // children to find all the terminal nodes. + insertOrAppendPlacementNode(finishedWork, before, parent); break; case HostRoot: - parent = parentStateNode.containerInfo; - isContainer = true; - break; case HostPortal: - parent = parentStateNode.containerInfo; - isContainer = true; + var _parent = parentFiber.stateNode.containerInfo; + var _before = getHostSibling(finishedWork); + insertOrAppendPlacementNodeIntoContainer(finishedWork, _before, _parent); break; - case FundamentalComponent: // eslint-disable-next-line-no-fallthrough default: - throw Error("Invalid host parent fiber. This error is likely caused by a bug in React. Please file an issue."); + throw new Error("Invalid host parent fiber. This error is likely caused by a bug in React. Please file an issue."); } - if (parentFiber.flags & ContentReset) { - // Reset the text content of the parent before doing any insertions - resetTextContent(parent); // Clear ContentReset from the effect tag - parentFiber.flags &= ~ContentReset; - } - var before = getHostSibling(finishedWork); // We only have the top Fiber that was inserted but we need to recurse down its - // children to find all the terminal nodes. - if (isContainer) insertOrAppendPlacementNodeIntoContainer(finishedWork, before, parent); - else insertOrAppendPlacementNode(finishedWork, before, parent); } function insertOrAppendPlacementNodeIntoContainer(node, before, parent) { var tag = node.tag; var isHost = tag === HostComponent || tag === HostText; - if (isHost || enableFundamentalAPI) { - var stateNode = isHost ? node.stateNode : node.stateNode.instance; + if (isHost) { + var stateNode = node.stateNode; if (before) insertInContainerBefore(parent, stateNode, before); else appendChildToContainer(parent, stateNode); } else if (tag === HostPortal) ; @@ -18112,8 +21856,8 @@ module.exports = require('./cjs/react-dom.development.js'); function insertOrAppendPlacementNode(node, before, parent) { var tag = node.tag; var isHost = tag === HostComponent || tag === HostText; - if (isHost || enableFundamentalAPI) { - var stateNode = isHost ? node.stateNode : node.stateNode.instance; + if (isHost) { + var stateNode = node.stateNode; if (before) insertBefore(parent, stateNode, before); else appendChild(parent, stateNode); } else if (tag === HostPortal) ; @@ -18128,165 +21872,167 @@ module.exports = require('./cjs/react-dom.development.js'); } } } - } - function unmountHostComponents(finishedRoot, current, renderPriorityLevel) { + } // These are tracked on the stack as we recursively traverse a + // deleted subtree. + // TODO: Update these during the whole mutation phase, not just during + // a deletion. + var hostParent = null; + var hostParentIsContainer = false; + function commitDeletionEffects(root, returnFiber, deletedFiber) { // We only have the top Fiber that was deleted but we need to recurse down its // children to find all the terminal nodes. - var node = current; // Each iteration, currentParent is populated with node's host parent if not - // currentParentIsValid. - var currentParentIsValid = false; // Note: these two variables *must* always be updated together. - var currentParent; - var currentParentIsContainer; - while(true){ - if (!currentParentIsValid) { - var parent = node.return; - findParent: while(true){ - if (!(parent !== null)) throw Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue."); - var parentStateNode = parent.stateNode; - switch(parent.tag){ - case HostComponent: - currentParent = parentStateNode; - currentParentIsContainer = false; - break findParent; - case HostRoot: - currentParent = parentStateNode.containerInfo; - currentParentIsContainer = true; - break findParent; - case HostPortal: - currentParent = parentStateNode.containerInfo; - currentParentIsContainer = true; - break findParent; - } - parent = parent.return; - } - currentParentIsValid = true; - } - if (node.tag === HostComponent || node.tag === HostText) { - commitNestedUnmounts(finishedRoot, node); // After all the children have unmounted, it is now safe to remove the - // node from the tree. - if (currentParentIsContainer) removeChildFromContainer(currentParent, node.stateNode); - else removeChild(currentParent, node.stateNode); - // Don't visit children because we already visited them. - } else if (node.tag === HostPortal) { - if (node.child !== null) { - // When we go into a portal, it becomes the parent to remove from. - // We will reassign it back when we pop the portal on the way up. - currentParent = node.stateNode.containerInfo; - currentParentIsContainer = true; // Visit children because portals might contain host components. - node.child.return = node; - node = node.child; - continue; - } - } else { - commitUnmount(finishedRoot, node); // Visit children because we may find more host components below. - if (node.child !== null) { - node.child.return = node; - node = node.child; - continue; - } - } - if (node === current) return; - while(node.sibling === null){ - if (node.return === null || node.return === current) return; - node = node.return; - if (node.tag === HostPortal) // When we go out of the portal, we need to restore the parent. - // Since we don't keep a stack of them, we will search for it. - currentParentIsValid = false; + // Recursively delete all host nodes from the parent, detach refs, clean + // up mounted layout effects, and call componentWillUnmount. + // We only need to remove the topmost host child in each branch. But then we + // still need to keep traversing to unmount effects, refs, and cWU. TODO: We + // could split this into two separate traversals functions, where the second + // one doesn't include any removeChild logic. This is maybe the same + // function as "disappearLayoutEffects" (or whatever that turns into after + // the layout phase is refactored to use recursion). + // Before starting, find the nearest host parent on the stack so we know + // which instance/container to remove the children from. + // TODO: Instead of searching up the fiber return path on every deletion, we + // can track the nearest host component on the JS stack as we traverse the + // tree during the commit phase. This would make insertions faster, too. + var parent = returnFiber; + findParent: while(parent !== null){ + switch(parent.tag){ + case HostComponent: + hostParent = parent.stateNode; + hostParentIsContainer = false; + break findParent; + case HostRoot: + hostParent = parent.stateNode.containerInfo; + hostParentIsContainer = true; + break findParent; + case HostPortal: + hostParent = parent.stateNode.containerInfo; + hostParentIsContainer = true; + break findParent; } - node.sibling.return = node.return; - node = node.sibling; + parent = parent.return; } + if (hostParent === null) throw new Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue."); + commitDeletionEffectsOnFiber(root, returnFiber, deletedFiber); + hostParent = null; + hostParentIsContainer = false; + detachFiberMutation(deletedFiber); } - function commitDeletion(finishedRoot, current, renderPriorityLevel) { - // Recursively delete all host nodes from the parent. - // Detach refs and call componentWillUnmount() on the whole subtree. - unmountHostComponents(finishedRoot, current); - var alternate = current.alternate; - detachFiberMutation(current); - if (alternate !== null) detachFiberMutation(alternate); + function recursivelyTraverseDeletionEffects(finishedRoot, nearestMountedAncestor, parent) { + // TODO: Use a static flag to skip trees that don't have unmount effects + var child = parent.child; + while(child !== null){ + commitDeletionEffectsOnFiber(finishedRoot, nearestMountedAncestor, child); + child = child.sibling; + } } - function commitWork(current, finishedWork) { - switch(finishedWork.tag){ - case FunctionComponent: - case ForwardRef: - case MemoComponent: - case SimpleMemoComponent: - case Block: - commitHookEffectListUnmount(Layout | HasEffect, finishedWork); - return; - case ClassComponent: - return; + function commitDeletionEffectsOnFiber(finishedRoot, nearestMountedAncestor, deletedFiber) { + onCommitUnmount(deletedFiber); // The cases in this outer switch modify the stack before they traverse + // into their subtree. There are simpler cases in the inner switch + // that don't modify the stack. + switch(deletedFiber.tag){ case HostComponent: - var instance = finishedWork.stateNode; - if (instance != null) { - // Commit the work prepared earlier. - var newProps = finishedWork.memoizedProps; // For hydration we reuse the update path but we treat the oldProps - // as the newProps. The updatePayload will contain the real change in - // this case. - var oldProps = current !== null ? current.memoizedProps : newProps; - var type = finishedWork.type; // TODO: Type the updateQueue to be specific to host components. - var updatePayload = finishedWork.updateQueue; - finishedWork.updateQueue = null; - if (updatePayload !== null) commitUpdate(instance, updatePayload, type, oldProps, newProps); - } - return; + if (!offscreenSubtreeWasHidden) safelyDetachRef(deletedFiber, nearestMountedAncestor); + // Intentional fallthrough to next branch + // eslint-disable-next-line-no-fallthrough case HostText: - if (!(finishedWork.stateNode !== null)) throw Error("This should have a text node initialized. This error is likely caused by a bug in React. Please file an issue."); - var textInstance = finishedWork.stateNode; - var newText = finishedWork.memoizedProps; // For hydration we reuse the update path but we treat the oldProps - // as the newProps. The updatePayload will contain the real change in - // this case. - var oldText = current !== null ? current.memoizedProps : newText; - commitTextUpdate(textInstance, oldText, newText); - return; - case HostRoot: - var _root = finishedWork.stateNode; - if (_root.hydrate) { - // We've just hydrated. No need to hydrate again. - _root.hydrate = false; - commitHydratedContainer(_root.containerInfo); + var prevHostParent = hostParent; + var prevHostParentIsContainer = hostParentIsContainer; + hostParent = null; + recursivelyTraverseDeletionEffects(finishedRoot, nearestMountedAncestor, deletedFiber); + hostParent = prevHostParent; + hostParentIsContainer = prevHostParentIsContainer; + if (hostParent !== null) { + // Now that all the child effects have unmounted, we can remove the + // node from the tree. + if (hostParentIsContainer) removeChildFromContainer(hostParent, deletedFiber.stateNode); + else removeChild(hostParent, deletedFiber.stateNode); } return; - case Profiler: + case DehydratedFragment: + if (hostParent !== null) { + if (hostParentIsContainer) clearSuspenseBoundaryFromContainer(hostParent, deletedFiber.stateNode); + else clearSuspenseBoundary(hostParent, deletedFiber.stateNode); + } return; - case SuspenseComponent: - commitSuspenseComponent(finishedWork); - attachSuspenseRetryListeners(finishedWork); + case HostPortal: + // When we go into a portal, it becomes the parent to remove from. + var _prevHostParent = hostParent; + var _prevHostParentIsContainer = hostParentIsContainer; + hostParent = deletedFiber.stateNode.containerInfo; + hostParentIsContainer = true; + recursivelyTraverseDeletionEffects(finishedRoot, nearestMountedAncestor, deletedFiber); + hostParent = _prevHostParent; + hostParentIsContainer = _prevHostParentIsContainer; return; - case SuspenseListComponent: - attachSuspenseRetryListeners(finishedWork); + case FunctionComponent: + case ForwardRef: + case MemoComponent: + case SimpleMemoComponent: + if (!offscreenSubtreeWasHidden) { + var updateQueue = deletedFiber.updateQueue; + if (updateQueue !== null) { + var lastEffect = updateQueue.lastEffect; + if (lastEffect !== null) { + var firstEffect = lastEffect.next; + var effect = firstEffect; + do { + var _effect = effect, destroy = _effect.destroy, tag = _effect.tag; + if (destroy !== undefined) { + if ((tag & Insertion) !== NoFlags$1) safelyCallDestroy(deletedFiber, nearestMountedAncestor, destroy); + else if ((tag & Layout) !== NoFlags$1) { + markComponentLayoutEffectUnmountStarted(deletedFiber); + if (deletedFiber.mode & ProfileMode) { + startLayoutEffectTimer(); + safelyCallDestroy(deletedFiber, nearestMountedAncestor, destroy); + recordLayoutEffectDuration(deletedFiber); + } else safelyCallDestroy(deletedFiber, nearestMountedAncestor, destroy); + markComponentLayoutEffectUnmountStopped(); + } + } + effect = effect.next; + }while (effect !== firstEffect); + } + } + } + recursivelyTraverseDeletionEffects(finishedRoot, nearestMountedAncestor, deletedFiber); return; - case IncompleteClassComponent: + case ClassComponent: + if (!offscreenSubtreeWasHidden) { + safelyDetachRef(deletedFiber, nearestMountedAncestor); + var instance = deletedFiber.stateNode; + if (typeof instance.componentWillUnmount === "function") safelyCallComponentWillUnmount(deletedFiber, nearestMountedAncestor, instance); + } + recursivelyTraverseDeletionEffects(finishedRoot, nearestMountedAncestor, deletedFiber); return; - case FundamentalComponent: - break; case ScopeComponent: - break; + recursivelyTraverseDeletionEffects(finishedRoot, nearestMountedAncestor, deletedFiber); + return; case OffscreenComponent: - case LegacyHiddenComponent: - var newState = finishedWork.memoizedState; - var isHidden = newState !== null; - hideOrUnhideAllChildren(finishedWork, isHidden); + if (deletedFiber.mode & ConcurrentMode) { + // If this offscreen component is hidden, we already unmounted it. Before + // deleting the children, track that it's already unmounted so that we + // don't attempt to unmount the effects again. + // TODO: If the tree is hidden, in most cases we should be able to skip + // over the nested children entirely. An exception is we haven't yet found + // the topmost host node to delete, which we already track on the stack. + // But the other case is portals, which need to be detached no matter how + // deeply they are nested. We should use a subtree flag to track whether a + // subtree includes a nested portal. + var prevOffscreenSubtreeWasHidden = offscreenSubtreeWasHidden; + offscreenSubtreeWasHidden = prevOffscreenSubtreeWasHidden || deletedFiber.memoizedState !== null; + recursivelyTraverseDeletionEffects(finishedRoot, nearestMountedAncestor, deletedFiber); + offscreenSubtreeWasHidden = prevOffscreenSubtreeWasHidden; + } else recursivelyTraverseDeletionEffects(finishedRoot, nearestMountedAncestor, deletedFiber); + break; + default: + recursivelyTraverseDeletionEffects(finishedRoot, nearestMountedAncestor, deletedFiber); return; } - throw Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue."); } - function commitSuspenseComponent(finishedWork) { + function commitSuspenseCallback(finishedWork) { + // TODO: Move this to passive phase var newState = finishedWork.memoizedState; - if (newState !== null) { - markCommitTimeOfFallback(); - // Hide the Offscreen component that contains the primary children. TODO: - // Ideally, this effect would have been scheduled on the Offscreen fiber - // itself. That's how unhiding works: the Offscreen component schedules an - // effect on itself. However, in this case, the component didn't complete, - // so the fiber was never added to the effect list in the normal path. We - // could have appended it to the effect list in the Suspense component's - // second pass, but doing it this way is less complicated. This would be - // simpler if we got rid of the effect list and traversed the tree, like - // we're planning to do. - var primaryChildParent = finishedWork.child; - hideOrUnhideAllChildren(primaryChildParent, true); - } } function commitSuspenseHydrationCallbacks(finishedRoot, finishedWork) { var newState = finishedWork.memoizedState; @@ -18314,130 +22060,809 @@ module.exports = require('./cjs/react-dom.development.js'); // Memoize using the boundary fiber to prevent redundant listeners. var retry = resolveRetryWakeable.bind(null, finishedWork, wakeable); if (!retryCache.has(wakeable)) { - if (wakeable.__reactDoNotTraceInteractions !== true) retry = tracing.unstable_wrap(retry); retryCache.add(wakeable); + if (isDevToolsPresent) { + if (inProgressLanes !== null && inProgressRoot !== null) // If we have pending work still, associate the original updaters with it. + restorePendingUpdaters(inProgressRoot, inProgressLanes); + else throw Error("Expected finished root and lanes to be set. This is a bug in React."); + } wakeable.then(retry, retry); } }); } } // This function detects when a Suspense boundary goes from visible to hidden. - // It returns false if the boundary is already hidden. - // TODO: Use an effect tag. - function isSuspenseBoundaryBeingHidden(current, finishedWork) { - if (current !== null) { - var oldState = current.memoizedState; - if (oldState === null || oldState.dehydrated !== null) { - var newState = finishedWork.memoizedState; - return newState !== null && newState.dehydrated === null; + function commitMutationEffects(root, finishedWork, committedLanes) { + inProgressLanes = committedLanes; + inProgressRoot = root; + setCurrentFiber(finishedWork); + commitMutationEffectsOnFiber(finishedWork, root); + setCurrentFiber(finishedWork); + inProgressLanes = null; + inProgressRoot = null; + } + function recursivelyTraverseMutationEffects(root, parentFiber, lanes) { + // Deletions effects can be scheduled on any fiber type. They need to happen + // before the children effects hae fired. + var deletions = parentFiber.deletions; + if (deletions !== null) for(var i = 0; i < deletions.length; i++){ + var childToDelete = deletions[i]; + try { + commitDeletionEffects(root, parentFiber, childToDelete); + } catch (error) { + captureCommitPhaseError(childToDelete, parentFiber, error); } } - return false; - } - function commitResetTextContent(current) { - resetTextContent(current.stateNode); + var prevDebugFiber = getCurrentFiber(); + if (parentFiber.subtreeFlags & MutationMask) { + var child = parentFiber.child; + while(child !== null){ + setCurrentFiber(child); + commitMutationEffectsOnFiber(child, root); + child = child.sibling; + } + } + setCurrentFiber(prevDebugFiber); } - var COMPONENT_TYPE = 0; - var HAS_PSEUDO_CLASS_TYPE = 1; - var ROLE_TYPE = 2; - var TEST_NAME_TYPE = 3; - var TEXT_TYPE = 4; - if (typeof Symbol === 'function' && Symbol.for) { - var symbolFor$1 = Symbol.for; - COMPONENT_TYPE = symbolFor$1('selector.component'); - HAS_PSEUDO_CLASS_TYPE = symbolFor$1('selector.has_pseudo_class'); - ROLE_TYPE = symbolFor$1('selector.role'); - TEST_NAME_TYPE = symbolFor$1('selector.test_id'); - TEXT_TYPE = symbolFor$1('selector.text'); + function commitMutationEffectsOnFiber(finishedWork, root, lanes) { + var current = finishedWork.alternate; + var flags = finishedWork.flags; // The effect flag should be checked *after* we refine the type of fiber, + // because the fiber tag is more specific. An exception is any flag related + // to reconcilation, because those can be set on all fiber types. + switch(finishedWork.tag){ + case FunctionComponent: + case ForwardRef: + case MemoComponent: + case SimpleMemoComponent: + recursivelyTraverseMutationEffects(root, finishedWork); + commitReconciliationEffects(finishedWork); + if (flags & Update) { + try { + commitHookEffectListUnmount(Insertion | HasEffect, finishedWork, finishedWork.return); + commitHookEffectListMount(Insertion | HasEffect, finishedWork); + } catch (error) { + captureCommitPhaseError(finishedWork, finishedWork.return, error); + } // Layout effects are destroyed during the mutation phase so that all + // destroy functions for all fibers are called before any create functions. + // This prevents sibling component effects from interfering with each other, + // e.g. a destroy function in one component should never override a ref set + // by a create function in another component during the same commit. + if (finishedWork.mode & ProfileMode) { + try { + startLayoutEffectTimer(); + commitHookEffectListUnmount(Layout | HasEffect, finishedWork, finishedWork.return); + } catch (error1) { + captureCommitPhaseError(finishedWork, finishedWork.return, error1); + } + recordLayoutEffectDuration(finishedWork); + } else try { + commitHookEffectListUnmount(Layout | HasEffect, finishedWork, finishedWork.return); + } catch (error2) { + captureCommitPhaseError(finishedWork, finishedWork.return, error2); + } + } + return; + case ClassComponent: + recursivelyTraverseMutationEffects(root, finishedWork); + commitReconciliationEffects(finishedWork); + if (flags & Ref) { + if (current !== null) safelyDetachRef(current, current.return); + } + return; + case HostComponent: + recursivelyTraverseMutationEffects(root, finishedWork); + commitReconciliationEffects(finishedWork); + if (flags & Ref) { + if (current !== null) safelyDetachRef(current, current.return); + } + // TODO: ContentReset gets cleared by the children during the commit + // phase. This is a refactor hazard because it means we must read + // flags the flags after `commitReconciliationEffects` has already run; + // the order matters. We should refactor so that ContentReset does not + // rely on mutating the flag during commit. Like by setting a flag + // during the render phase instead. + if (finishedWork.flags & ContentReset) { + var instance = finishedWork.stateNode; + try { + resetTextContent(instance); + } catch (error3) { + captureCommitPhaseError(finishedWork, finishedWork.return, error3); + } + } + if (flags & Update) { + var _instance4 = finishedWork.stateNode; + if (_instance4 != null) { + // Commit the work prepared earlier. + var newProps = finishedWork.memoizedProps; // For hydration we reuse the update path but we treat the oldProps + // as the newProps. The updatePayload will contain the real change in + // this case. + var oldProps = current !== null ? current.memoizedProps : newProps; + var type = finishedWork.type; // TODO: Type the updateQueue to be specific to host components. + var updatePayload = finishedWork.updateQueue; + finishedWork.updateQueue = null; + if (updatePayload !== null) try { + commitUpdate(_instance4, updatePayload, type, oldProps, newProps, finishedWork); + } catch (error4) { + captureCommitPhaseError(finishedWork, finishedWork.return, error4); + } + } + } + return; + case HostText: + recursivelyTraverseMutationEffects(root, finishedWork); + commitReconciliationEffects(finishedWork); + if (flags & Update) { + if (finishedWork.stateNode === null) throw new Error("This should have a text node initialized. This error is likely caused by a bug in React. Please file an issue."); + var textInstance = finishedWork.stateNode; + var newText = finishedWork.memoizedProps; // For hydration we reuse the update path but we treat the oldProps + // as the newProps. The updatePayload will contain the real change in + // this case. + var oldText = current !== null ? current.memoizedProps : newText; + try { + commitTextUpdate(textInstance, oldText, newText); + } catch (error5) { + captureCommitPhaseError(finishedWork, finishedWork.return, error5); + } + } + return; + case HostRoot: + recursivelyTraverseMutationEffects(root, finishedWork); + commitReconciliationEffects(finishedWork); + if (flags & Update) { + if (current !== null) { + var prevRootState = current.memoizedState; + if (prevRootState.isDehydrated) try { + commitHydratedContainer(root.containerInfo); + } catch (error6) { + captureCommitPhaseError(finishedWork, finishedWork.return, error6); + } + } + } + return; + case HostPortal: + recursivelyTraverseMutationEffects(root, finishedWork); + commitReconciliationEffects(finishedWork); + return; + case SuspenseComponent: + recursivelyTraverseMutationEffects(root, finishedWork); + commitReconciliationEffects(finishedWork); + var offscreenFiber = finishedWork.child; + if (offscreenFiber.flags & Visibility) { + var offscreenInstance = offscreenFiber.stateNode; + var newState = offscreenFiber.memoizedState; + var isHidden = newState !== null; // Track the current state on the Offscreen instance so we can + // read it during an event + offscreenInstance.isHidden = isHidden; + if (isHidden) { + var wasHidden = offscreenFiber.alternate !== null && offscreenFiber.alternate.memoizedState !== null; + if (!wasHidden) // TODO: Move to passive phase + markCommitTimeOfFallback(); + } + } + if (flags & Update) { + try { + commitSuspenseCallback(finishedWork); + } catch (error7) { + captureCommitPhaseError(finishedWork, finishedWork.return, error7); + } + attachSuspenseRetryListeners(finishedWork); + } + return; + case OffscreenComponent: + var _wasHidden = current !== null && current.memoizedState !== null; + if (finishedWork.mode & ConcurrentMode) { + // Before committing the children, track on the stack whether this + // offscreen subtree was already hidden, so that we don't unmount the + // effects again. + var prevOffscreenSubtreeWasHidden = offscreenSubtreeWasHidden; + offscreenSubtreeWasHidden = prevOffscreenSubtreeWasHidden || _wasHidden; + recursivelyTraverseMutationEffects(root, finishedWork); + offscreenSubtreeWasHidden = prevOffscreenSubtreeWasHidden; + } else recursivelyTraverseMutationEffects(root, finishedWork); + commitReconciliationEffects(finishedWork); + if (flags & Visibility) { + var _offscreenInstance = finishedWork.stateNode; + var _newState = finishedWork.memoizedState; + var _isHidden = _newState !== null; + var offscreenBoundary = finishedWork; // Track the current state on the Offscreen instance so we can + // read it during an event + _offscreenInstance.isHidden = _isHidden; + if (_isHidden) { + if (!_wasHidden) { + if ((offscreenBoundary.mode & ConcurrentMode) !== NoMode) { + nextEffect = offscreenBoundary; + var offscreenChild = offscreenBoundary.child; + while(offscreenChild !== null){ + nextEffect = offscreenChild; + disappearLayoutEffects_begin(offscreenChild); + offscreenChild = offscreenChild.sibling; + } + } + } + } + // TODO: This needs to run whenever there's an insertion or update + // inside a hidden Offscreen tree. + hideOrUnhideAllChildren(offscreenBoundary, _isHidden); + } + return; + case SuspenseListComponent: + recursivelyTraverseMutationEffects(root, finishedWork); + commitReconciliationEffects(finishedWork); + if (flags & Update) attachSuspenseRetryListeners(finishedWork); + return; + case ScopeComponent: + return; + default: + recursivelyTraverseMutationEffects(root, finishedWork); + commitReconciliationEffects(finishedWork); + return; + } } - var commitHooks = []; - function onCommitRoot$1() { - commitHooks.forEach(function(commitHook) { - return commitHook(); - }); + function commitReconciliationEffects(finishedWork) { + // Placement effects (insertions, reorders) can be scheduled on any fiber + // type. They needs to happen after the children effects have fired, but + // before the effects on this fiber have fired. + var flags = finishedWork.flags; + if (flags & Placement) { + try { + commitPlacement(finishedWork); + } catch (error) { + captureCommitPhaseError(finishedWork, finishedWork.return, error); + } // Clear the "placement" from effect tag so that we know that this is + // inserted, before any life-cycles like componentDidMount gets called. + // TODO: findDOMNode doesn't rely on this any more but isMounted does + // and isMounted is deprecated anyway so we should be able to kill this. + finishedWork.flags &= ~Placement; + } + if (flags & Hydrating) finishedWork.flags &= ~Hydrating; + } + function commitLayoutEffects(finishedWork, root, committedLanes) { + inProgressLanes = committedLanes; + inProgressRoot = root; + nextEffect = finishedWork; + commitLayoutEffects_begin(finishedWork, root, committedLanes); + inProgressLanes = null; + inProgressRoot = null; + } + function commitLayoutEffects_begin(subtreeRoot, root, committedLanes) { + // Suspense layout effects semantics don't change for legacy roots. + var isModernRoot = (subtreeRoot.mode & ConcurrentMode) !== NoMode; + while(nextEffect !== null){ + var fiber = nextEffect; + var firstChild = fiber.child; + if (fiber.tag === OffscreenComponent && isModernRoot) { + // Keep track of the current Offscreen stack's state. + var isHidden = fiber.memoizedState !== null; + var newOffscreenSubtreeIsHidden = isHidden || offscreenSubtreeIsHidden; + if (newOffscreenSubtreeIsHidden) { + // The Offscreen tree is hidden. Skip over its layout effects. + commitLayoutMountEffects_complete(subtreeRoot, root, committedLanes); + continue; + } else { + // TODO (Offscreen) Also check: subtreeFlags & LayoutMask + var current = fiber.alternate; + var wasHidden = current !== null && current.memoizedState !== null; + var newOffscreenSubtreeWasHidden = wasHidden || offscreenSubtreeWasHidden; + var prevOffscreenSubtreeIsHidden = offscreenSubtreeIsHidden; + var prevOffscreenSubtreeWasHidden = offscreenSubtreeWasHidden; // Traverse the Offscreen subtree with the current Offscreen as the root. + offscreenSubtreeIsHidden = newOffscreenSubtreeIsHidden; + offscreenSubtreeWasHidden = newOffscreenSubtreeWasHidden; + if (offscreenSubtreeWasHidden && !prevOffscreenSubtreeWasHidden) { + // This is the root of a reappearing boundary. Turn its layout effects + // back on. + nextEffect = fiber; + reappearLayoutEffects_begin(fiber); + } + var child = firstChild; + while(child !== null){ + nextEffect = child; + commitLayoutEffects_begin(child, root, committedLanes); + child = child.sibling; + } // Restore Offscreen state and resume in our-progress traversal. + nextEffect = fiber; + offscreenSubtreeIsHidden = prevOffscreenSubtreeIsHidden; + offscreenSubtreeWasHidden = prevOffscreenSubtreeWasHidden; + commitLayoutMountEffects_complete(subtreeRoot, root, committedLanes); + continue; + } + } + if ((fiber.subtreeFlags & LayoutMask) !== NoFlags && firstChild !== null) { + firstChild.return = fiber; + nextEffect = firstChild; + } else commitLayoutMountEffects_complete(subtreeRoot, root, committedLanes); + } } - var ceil = Math.ceil; - var ReactCurrentDispatcher$2 = ReactSharedInternals.ReactCurrentDispatcher, ReactCurrentOwner$2 = ReactSharedInternals.ReactCurrentOwner, IsSomeRendererActing = ReactSharedInternals.IsSomeRendererActing; - var NoContext = /* */ 0; - var BatchedContext = /* */ 1; - var EventContext = /* */ 2; - var DiscreteEventContext = /* */ 4; - var LegacyUnbatchedContext = /* */ 8; - var RenderContext = /* */ 16; - var CommitContext = /* */ 32; - var RetryAfterError = /* */ 64; - var RootIncomplete = 0; - var RootFatalErrored = 1; - var RootErrored = 2; - var RootSuspended = 3; - var RootSuspendedWithDelay = 4; - var RootCompleted = 5; // Describes where we are in the React execution stack - var executionContext = NoContext; // The root we're working on - var workInProgressRoot = null; // The fiber we're working on - var workInProgress1 = null; // The lanes we're rendering - var workInProgressRootRenderLanes = NoLanes; // Stack that allows components to change the render lanes for its subtree - // This is a superset of the lanes we started working on at the root. The only - // case where it's different from `workInProgressRootRenderLanes` is when we - // enter a subtree that is hidden and needs to be unhidden: Suspense and - // Offscreen component. - // - // Most things in the work loop should deal with workInProgressRootRenderLanes. - // Most things in begin/complete phases should deal with subtreeRenderLanes. - var subtreeRenderLanes1 = NoLanes; - var subtreeRenderLanesCursor = createCursor(NoLanes); // Whether to root completed, errored, suspended, etc. - var workInProgressRootExitStatus = RootIncomplete; // A fatal error, if one is thrown - var workInProgressRootFatalError = null; // "Included" lanes refer to lanes that were worked on during this render. It's - // slightly different than `renderLanes` because `renderLanes` can change as you - // enter and exit an Offscreen tree. This value is the combination of all render - // lanes for the entire render phase. - var workInProgressRootIncludedLanes = NoLanes; // The work left over by components that were visited during this render. Only - // includes unprocessed updates, not work in bailed out children. - var workInProgressRootSkippedLanes = NoLanes; // Lanes that were updated (in an interleaved event) during this render. - var workInProgressRootUpdatedLanes = NoLanes; // Lanes that were pinged (in an interleaved event) during this render. - var workInProgressRootPingedLanes = NoLanes; - var mostRecentlyUpdatedRoot = null; // The most recent time we committed a fallback. This lets us ensure a train - // model where we don't commit new loading states in too quick succession. - var globalMostRecentFallbackTime = 0; - var FALLBACK_THROTTLE_MS = 500; // The absolute time for when we should start giving up on rendering - // more and prefer CPU suspense heuristics instead. - var workInProgressRootRenderTargetTime = Infinity; // How long a render is supposed to take before we start following CPU - // suspense heuristics and opt out of rendering more content. - var RENDER_TIMEOUT_MS = 500; - function resetRenderTimer() { - workInProgressRootRenderTargetTime = now() + RENDER_TIMEOUT_MS; + function commitLayoutMountEffects_complete(subtreeRoot, root, committedLanes) { + while(nextEffect !== null){ + var fiber = nextEffect; + if ((fiber.flags & LayoutMask) !== NoFlags) { + var current = fiber.alternate; + setCurrentFiber(fiber); + try { + commitLayoutEffectOnFiber(root, current, fiber, committedLanes); + } catch (error) { + captureCommitPhaseError(fiber, fiber.return, error); + } + resetCurrentFiber(); + } + if (fiber === subtreeRoot) { + nextEffect = null; + return; + } + var sibling = fiber.sibling; + if (sibling !== null) { + sibling.return = fiber.return; + nextEffect = sibling; + return; + } + nextEffect = fiber.return; + } } - function getRenderTargetTime() { - return workInProgressRootRenderTargetTime; + function disappearLayoutEffects_begin(subtreeRoot) { + while(nextEffect !== null){ + var fiber = nextEffect; + var firstChild = fiber.child; // TODO (Offscreen) Check: flags & (RefStatic | LayoutStatic) + switch(fiber.tag){ + case FunctionComponent: + case ForwardRef: + case MemoComponent: + case SimpleMemoComponent: + if (fiber.mode & ProfileMode) try { + startLayoutEffectTimer(); + commitHookEffectListUnmount(Layout, fiber, fiber.return); + } finally{ + recordLayoutEffectDuration(fiber); + } + else commitHookEffectListUnmount(Layout, fiber, fiber.return); + break; + case ClassComponent: + // TODO (Offscreen) Check: flags & RefStatic + safelyDetachRef(fiber, fiber.return); + var instance = fiber.stateNode; + if (typeof instance.componentWillUnmount === "function") safelyCallComponentWillUnmount(fiber, fiber.return, instance); + break; + case HostComponent: + safelyDetachRef(fiber, fiber.return); + break; + case OffscreenComponent: + // Check if this is a + var isHidden = fiber.memoizedState !== null; + if (isHidden) { + // Nested Offscreen tree is already hidden. Don't disappear + // its effects. + disappearLayoutEffects_complete(subtreeRoot); + continue; + } + break; + } // TODO (Offscreen) Check: subtreeFlags & LayoutStatic + if (firstChild !== null) { + firstChild.return = fiber; + nextEffect = firstChild; + } else disappearLayoutEffects_complete(subtreeRoot); + } } - var nextEffect = null; - var hasUncaughtError = false; + function disappearLayoutEffects_complete(subtreeRoot) { + while(nextEffect !== null){ + var fiber = nextEffect; + if (fiber === subtreeRoot) { + nextEffect = null; + return; + } + var sibling = fiber.sibling; + if (sibling !== null) { + sibling.return = fiber.return; + nextEffect = sibling; + return; + } + nextEffect = fiber.return; + } + } + function reappearLayoutEffects_begin(subtreeRoot) { + while(nextEffect !== null){ + var fiber = nextEffect; + var firstChild = fiber.child; + if (fiber.tag === OffscreenComponent) { + var isHidden = fiber.memoizedState !== null; + if (isHidden) { + // Nested Offscreen tree is still hidden. Don't re-appear its effects. + reappearLayoutEffects_complete(subtreeRoot); + continue; + } + } // TODO (Offscreen) Check: subtreeFlags & LayoutStatic + if (firstChild !== null) { + // This node may have been reused from a previous render, so we can't + // assume its return pointer is correct. + firstChild.return = fiber; + nextEffect = firstChild; + } else reappearLayoutEffects_complete(subtreeRoot); + } + } + function reappearLayoutEffects_complete(subtreeRoot) { + while(nextEffect !== null){ + var fiber = nextEffect; // TODO (Offscreen) Check: flags & LayoutStatic + setCurrentFiber(fiber); + try { + reappearLayoutEffectsOnFiber(fiber); + } catch (error) { + captureCommitPhaseError(fiber, fiber.return, error); + } + resetCurrentFiber(); + if (fiber === subtreeRoot) { + nextEffect = null; + return; + } + var sibling = fiber.sibling; + if (sibling !== null) { + // This node may have been reused from a previous render, so we can't + // assume its return pointer is correct. + sibling.return = fiber.return; + nextEffect = sibling; + return; + } + nextEffect = fiber.return; + } + } + function commitPassiveMountEffects(root, finishedWork, committedLanes, committedTransitions) { + nextEffect = finishedWork; + commitPassiveMountEffects_begin(finishedWork, root, committedLanes, committedTransitions); + } + function commitPassiveMountEffects_begin(subtreeRoot, root, committedLanes, committedTransitions) { + while(nextEffect !== null){ + var fiber = nextEffect; + var firstChild = fiber.child; + if ((fiber.subtreeFlags & PassiveMask) !== NoFlags && firstChild !== null) { + firstChild.return = fiber; + nextEffect = firstChild; + } else commitPassiveMountEffects_complete(subtreeRoot, root, committedLanes, committedTransitions); + } + } + function commitPassiveMountEffects_complete(subtreeRoot, root, committedLanes, committedTransitions) { + while(nextEffect !== null){ + var fiber = nextEffect; + if ((fiber.flags & Passive) !== NoFlags) { + setCurrentFiber(fiber); + try { + commitPassiveMountOnFiber(root, fiber, committedLanes, committedTransitions); + } catch (error) { + captureCommitPhaseError(fiber, fiber.return, error); + } + resetCurrentFiber(); + } + if (fiber === subtreeRoot) { + nextEffect = null; + return; + } + var sibling = fiber.sibling; + if (sibling !== null) { + sibling.return = fiber.return; + nextEffect = sibling; + return; + } + nextEffect = fiber.return; + } + } + function commitPassiveMountOnFiber(finishedRoot, finishedWork, committedLanes, committedTransitions) { + switch(finishedWork.tag){ + case FunctionComponent: + case ForwardRef: + case SimpleMemoComponent: + if (finishedWork.mode & ProfileMode) { + startPassiveEffectTimer(); + try { + commitHookEffectListMount(Passive$1 | HasEffect, finishedWork); + } finally{ + recordPassiveEffectDuration(finishedWork); + } + } else commitHookEffectListMount(Passive$1 | HasEffect, finishedWork); + break; + } + } + function commitPassiveUnmountEffects(firstChild) { + nextEffect = firstChild; + commitPassiveUnmountEffects_begin(); + } + function commitPassiveUnmountEffects_begin() { + while(nextEffect !== null){ + var fiber = nextEffect; + var child = fiber.child; + if ((nextEffect.flags & ChildDeletion) !== NoFlags) { + var deletions = fiber.deletions; + if (deletions !== null) { + for(var i = 0; i < deletions.length; i++){ + var fiberToDelete = deletions[i]; + nextEffect = fiberToDelete; + commitPassiveUnmountEffectsInsideOfDeletedTree_begin(fiberToDelete, fiber); + } + // A fiber was deleted from this parent fiber, but it's still part of + // the previous (alternate) parent fiber's list of children. Because + // children are a linked list, an earlier sibling that's still alive + // will be connected to the deleted fiber via its `alternate`: + // + // live fiber + // --alternate--> previous live fiber + // --sibling--> deleted fiber + // + // We can't disconnect `alternate` on nodes that haven't been deleted + // yet, but we can disconnect the `sibling` and `child` pointers. + var previousFiber = fiber.alternate; + if (previousFiber !== null) { + var detachedChild = previousFiber.child; + if (detachedChild !== null) { + previousFiber.child = null; + do { + var detachedSibling = detachedChild.sibling; + detachedChild.sibling = null; + detachedChild = detachedSibling; + }while (detachedChild !== null); + } + } + nextEffect = fiber; + } + } + if ((fiber.subtreeFlags & PassiveMask) !== NoFlags && child !== null) { + child.return = fiber; + nextEffect = child; + } else commitPassiveUnmountEffects_complete(); + } + } + function commitPassiveUnmountEffects_complete() { + while(nextEffect !== null){ + var fiber = nextEffect; + if ((fiber.flags & Passive) !== NoFlags) { + setCurrentFiber(fiber); + commitPassiveUnmountOnFiber(fiber); + resetCurrentFiber(); + } + var sibling = fiber.sibling; + if (sibling !== null) { + sibling.return = fiber.return; + nextEffect = sibling; + return; + } + nextEffect = fiber.return; + } + } + function commitPassiveUnmountOnFiber(finishedWork) { + switch(finishedWork.tag){ + case FunctionComponent: + case ForwardRef: + case SimpleMemoComponent: + if (finishedWork.mode & ProfileMode) { + startPassiveEffectTimer(); + commitHookEffectListUnmount(Passive$1 | HasEffect, finishedWork, finishedWork.return); + recordPassiveEffectDuration(finishedWork); + } else commitHookEffectListUnmount(Passive$1 | HasEffect, finishedWork, finishedWork.return); + break; + } + } + function commitPassiveUnmountEffectsInsideOfDeletedTree_begin(deletedSubtreeRoot, nearestMountedAncestor) { + while(nextEffect !== null){ + var fiber = nextEffect; // Deletion effects fire in parent -> child order + // TODO: Check if fiber has a PassiveStatic flag + setCurrentFiber(fiber); + commitPassiveUnmountInsideDeletedTreeOnFiber(fiber, nearestMountedAncestor); + resetCurrentFiber(); + var child = fiber.child; // TODO: Only traverse subtree if it has a PassiveStatic flag. (But, if we + // do this, still need to handle `deletedTreeCleanUpLevel` correctly.) + if (child !== null) { + child.return = fiber; + nextEffect = child; + } else commitPassiveUnmountEffectsInsideOfDeletedTree_complete(deletedSubtreeRoot); + } + } + function commitPassiveUnmountEffectsInsideOfDeletedTree_complete(deletedSubtreeRoot) { + while(nextEffect !== null){ + var fiber = nextEffect; + var sibling = fiber.sibling; + var returnFiber = fiber.return; + // Recursively traverse the entire deleted tree and clean up fiber fields. + // This is more aggressive than ideal, and the long term goal is to only + // have to detach the deleted tree at the root. + detachFiberAfterEffects(fiber); + if (fiber === deletedSubtreeRoot) { + nextEffect = null; + return; + } + if (sibling !== null) { + sibling.return = returnFiber; + nextEffect = sibling; + return; + } + nextEffect = returnFiber; + } + } + function commitPassiveUnmountInsideDeletedTreeOnFiber(current, nearestMountedAncestor) { + switch(current.tag){ + case FunctionComponent: + case ForwardRef: + case SimpleMemoComponent: + if (current.mode & ProfileMode) { + startPassiveEffectTimer(); + commitHookEffectListUnmount(Passive$1, current, nearestMountedAncestor); + recordPassiveEffectDuration(current); + } else commitHookEffectListUnmount(Passive$1, current, nearestMountedAncestor); + break; + } + } // TODO: Reuse reappearLayoutEffects traversal here? + function invokeLayoutEffectMountInDEV(fiber) { + // We don't need to re-check StrictEffectsMode here. + // This function is only called if that check has already passed. + switch(fiber.tag){ + case FunctionComponent: + case ForwardRef: + case SimpleMemoComponent: + try { + commitHookEffectListMount(Layout | HasEffect, fiber); + } catch (error) { + captureCommitPhaseError(fiber, fiber.return, error); + } + break; + case ClassComponent: + var instance = fiber.stateNode; + try { + instance.componentDidMount(); + } catch (error1) { + captureCommitPhaseError(fiber, fiber.return, error1); + } + break; + } + } + function invokePassiveEffectMountInDEV(fiber) { + // We don't need to re-check StrictEffectsMode here. + // This function is only called if that check has already passed. + switch(fiber.tag){ + case FunctionComponent: + case ForwardRef: + case SimpleMemoComponent: + try { + commitHookEffectListMount(Passive$1 | HasEffect, fiber); + } catch (error) { + captureCommitPhaseError(fiber, fiber.return, error); + } + break; + } + } + function invokeLayoutEffectUnmountInDEV(fiber) { + // We don't need to re-check StrictEffectsMode here. + // This function is only called if that check has already passed. + switch(fiber.tag){ + case FunctionComponent: + case ForwardRef: + case SimpleMemoComponent: + try { + commitHookEffectListUnmount(Layout | HasEffect, fiber, fiber.return); + } catch (error) { + captureCommitPhaseError(fiber, fiber.return, error); + } + break; + case ClassComponent: + var instance = fiber.stateNode; + if (typeof instance.componentWillUnmount === "function") safelyCallComponentWillUnmount(fiber, fiber.return, instance); + break; + } + } + function invokePassiveEffectUnmountInDEV(fiber) { + // We don't need to re-check StrictEffectsMode here. + // This function is only called if that check has already passed. + switch(fiber.tag){ + case FunctionComponent: + case ForwardRef: + case SimpleMemoComponent: + try { + commitHookEffectListUnmount(Passive$1 | HasEffect, fiber, fiber.return); + } catch (error) { + captureCommitPhaseError(fiber, fiber.return, error); + } + } + } + var COMPONENT_TYPE = 0; + var HAS_PSEUDO_CLASS_TYPE = 1; + var ROLE_TYPE = 2; + var TEST_NAME_TYPE = 3; + var TEXT_TYPE = 4; + if (typeof Symbol === "function" && Symbol.for) { + var symbolFor = Symbol.for; + COMPONENT_TYPE = symbolFor("selector.component"); + HAS_PSEUDO_CLASS_TYPE = symbolFor("selector.has_pseudo_class"); + ROLE_TYPE = symbolFor("selector.role"); + TEST_NAME_TYPE = symbolFor("selector.test_id"); + TEXT_TYPE = symbolFor("selector.text"); + } + var commitHooks = []; + function onCommitRoot$1() { + commitHooks.forEach(function(commitHook) { + return commitHook(); + }); + } + var ReactCurrentActQueue = ReactSharedInternals.ReactCurrentActQueue; + function isLegacyActEnvironment(fiber) { + // Legacy mode. We preserve the behavior of React 17's act. It assumes an + // act environment whenever `jest` is defined, but you can still turn off + // spurious warnings by setting IS_REACT_ACT_ENVIRONMENT explicitly + // to false. + var isReactActEnvironmentGlobal = typeof IS_REACT_ACT_ENVIRONMENT !== "undefined" ? IS_REACT_ACT_ENVIRONMENT : undefined; // $FlowExpectedError - Flow doesn't know about jest + var jestIsDefined = typeof jest !== "undefined"; + return jestIsDefined && isReactActEnvironmentGlobal !== false; + } + function isConcurrentActEnvironment() { + var isReactActEnvironmentGlobal = typeof IS_REACT_ACT_ENVIRONMENT !== "undefined" ? IS_REACT_ACT_ENVIRONMENT : undefined; + if (!isReactActEnvironmentGlobal && ReactCurrentActQueue.current !== null) // TODO: Include link to relevant documentation page. + error("The current testing environment is not configured to support act(...)"); + return isReactActEnvironmentGlobal; + } + var ceil = Math.ceil; + var ReactCurrentDispatcher$2 = ReactSharedInternals.ReactCurrentDispatcher, ReactCurrentOwner$2 = ReactSharedInternals.ReactCurrentOwner, ReactCurrentBatchConfig$3 = ReactSharedInternals.ReactCurrentBatchConfig, ReactCurrentActQueue$1 = ReactSharedInternals.ReactCurrentActQueue; + var NoContext = /* */ 0; + var BatchedContext = /* */ 1; + var RenderContext = /* */ 2; + var CommitContext = /* */ 4; + var RootInProgress = 0; + var RootFatalErrored = 1; + var RootErrored = 2; + var RootSuspended = 3; + var RootSuspendedWithDelay = 4; + var RootCompleted = 5; + var RootDidNotComplete = 6; // Describes where we are in the React execution stack + var executionContext = NoContext; // The root we're working on + var workInProgressRoot = null; // The fiber we're working on + var workInProgress = null; // The lanes we're rendering + var workInProgressRootRenderLanes = NoLanes; // Stack that allows components to change the render lanes for its subtree + // This is a superset of the lanes we started working on at the root. The only + // case where it's different from `workInProgressRootRenderLanes` is when we + // enter a subtree that is hidden and needs to be unhidden: Suspense and + // Offscreen component. + // + // Most things in the work loop should deal with workInProgressRootRenderLanes. + // Most things in begin/complete phases should deal with subtreeRenderLanes. + var subtreeRenderLanes = NoLanes; + var subtreeRenderLanesCursor = createCursor(NoLanes); // Whether to root completed, errored, suspended, etc. + var workInProgressRootExitStatus = RootInProgress; // A fatal error, if one is thrown + var workInProgressRootFatalError = null; // "Included" lanes refer to lanes that were worked on during this render. It's + // slightly different than `renderLanes` because `renderLanes` can change as you + // enter and exit an Offscreen tree. This value is the combination of all render + // lanes for the entire render phase. + var workInProgressRootIncludedLanes = NoLanes; // The work left over by components that were visited during this render. Only + // includes unprocessed updates, not work in bailed out children. + var workInProgressRootSkippedLanes = NoLanes; // Lanes that were updated (in an interleaved event) during this render. + var workInProgressRootInterleavedUpdatedLanes = NoLanes; // Lanes that were updated during the render phase (*not* an interleaved event). + var workInProgressRootPingedLanes = NoLanes; // Errors that are thrown during the render phase. + var workInProgressRootConcurrentErrors = null; // These are errors that we recovered from without surfacing them to the UI. + // We will log them once the tree commits. + var workInProgressRootRecoverableErrors = null; // The most recent time we committed a fallback. This lets us ensure a train + // model where we don't commit new loading states in too quick succession. + var globalMostRecentFallbackTime = 0; + var FALLBACK_THROTTLE_MS = 500; // The absolute time for when we should start giving up on rendering + // more and prefer CPU suspense heuristics instead. + var workInProgressRootRenderTargetTime = Infinity; // How long a render is supposed to take before we start following CPU + // suspense heuristics and opt out of rendering more content. + var RENDER_TIMEOUT_MS = 500; + var workInProgressTransitions = null; + function resetRenderTimer() { + workInProgressRootRenderTargetTime = now() + RENDER_TIMEOUT_MS; + } + function getRenderTargetTime() { + return workInProgressRootRenderTargetTime; + } + var hasUncaughtError = false; var firstUncaughtError = null; - var legacyErrorBoundariesThatAlreadyFailed = null; + var legacyErrorBoundariesThatAlreadyFailed = null; // Only used when enableProfilerNestedUpdateScheduledHook is true; var rootDoesHavePassiveEffects = false; var rootWithPendingPassiveEffects = null; - var pendingPassiveEffectsRenderPriority = NoPriority$1; var pendingPassiveEffectsLanes = NoLanes; - var pendingPassiveHookEffectsMount = []; - var pendingPassiveHookEffectsUnmount = []; - var rootsWithPendingDiscreteUpdates = null; // Use these to prevent an infinite loop of nested updates + var pendingPassiveProfilerEffects = []; + var pendingPassiveTransitions = null; // Use these to prevent an infinite loop of nested updates var NESTED_UPDATE_LIMIT = 50; var nestedUpdateCount = 0; var rootWithNestedUpdates = null; + var isFlushingPassiveEffects = false; + var didScheduleUpdateDuringPassiveEffects = false; var NESTED_PASSIVE_UPDATE_LIMIT = 50; - var nestedPassiveUpdateCount = 0; // Marks the need to reschedule pending interactions at these lanes - // during the commit phase. This enables them to be traced across components - // that spawn new work during render. E.g. hidden boundaries, suspended SSR - // hydration or SuspenseList. - // TODO: Can use a bitmask instead of an array - var spawnedWorkDuringRender = null; // If two updates are scheduled within the same event, we should treat their + var nestedPassiveUpdateCount = 0; + var rootWithPassiveNestedUpdates = null; // If two updates are scheduled within the same event, we should treat their // event times as simultaneous, even if the actual clock time has advanced // between the first and second call. var currentEventTime = NoTimestamp; - var currentEventWipLanes = NoLanes; - var currentEventPendingLanes = NoLanes; // Dev only flag that tracks if passive effects are currently being flushed. - // We warn about state updates for unmounted components differently in this case. - var isFlushingPassiveEffects = false; - var focusedInstanceHandle = null; - var shouldFireAfterActiveInstanceBlur = false; + var currentEventTransitionLane = NoLanes; + var isRunningInsertionEffect = false; function getWorkInProgressRoot() { return workInProgressRoot; } @@ -18454,42 +22879,49 @@ module.exports = require('./cjs/react-dom.development.js'); function requestUpdateLane(fiber) { // Special cases var mode = fiber.mode; - if ((mode & BlockingMode) === NoMode) return SyncLane; - else if ((mode & ConcurrentMode) === NoMode) return getCurrentPriorityLevel() === ImmediatePriority$1 ? SyncLane : SyncBatchedLane; - // The algorithm for assigning an update to a lane should be stable for all - // updates at the same priority within the same event. To do this, the inputs - // to the algorithm must be the same. For example, we use the `renderLanes` - // to avoid choosing a lane that is already in the middle of rendering. - // - // However, the "included" lanes could be mutated in between updates in the - // same event, like if you perform an update inside `flushSync`. Or any other - // code path that might call `prepareFreshStack`. - // - // The trick we use is to cache the first of each of these inputs within an - // event. Then reset the cached values once we can be sure the event is over. - // Our heuristic for that is whenever we enter a concurrent work loop. - // - // We'll do the same for `currentEventPendingLanes` below. - if (currentEventWipLanes === NoLanes) currentEventWipLanes = workInProgressRootIncludedLanes; + if ((mode & ConcurrentMode) === NoMode) return SyncLane; + else if ((executionContext & RenderContext) !== NoContext && workInProgressRootRenderLanes !== NoLanes) // This is a render phase update. These are not officially supported. The + // old behavior is to give this the same "thread" (lanes) as + // whatever is currently rendering. So if you call `setState` on a component + // that happens later in the same render, it will flush. Ideally, we want to + // remove the special case and treat them as if they came from an + // interleaved event. Regardless, this pattern is not officially supported. + // This behavior is only a fallback. The flag only exists until we can roll + // out the setState warning, since existing code might accidentally rely on + // the current behavior. + return pickArbitraryLane(workInProgressRootRenderLanes); var isTransition = requestCurrentTransition() !== NoTransition; if (isTransition) { - if (currentEventPendingLanes !== NoLanes) currentEventPendingLanes = mostRecentlyUpdatedRoot !== null ? mostRecentlyUpdatedRoot.pendingLanes : NoLanes; - return findTransitionLane(currentEventWipLanes, currentEventPendingLanes); - } // TODO: Remove this dependency on the Scheduler priority. - // To do that, we're replacing it with an update lane priority. - var schedulerPriority = getCurrentPriorityLevel(); // The old behavior was using the priority level of the Scheduler. - // This couples React to the Scheduler internals, so we're replacing it - // with the currentUpdateLanePriority above. As an example of how this - // could be problematic, if we're not inside `Scheduler.runWithPriority`, - // then we'll get the priority of the current running Scheduler task, - // which is probably not what we want. - var lane; - if ((executionContext & DiscreteEventContext) !== NoContext && schedulerPriority === UserBlockingPriority$2) lane = findUpdateLane(InputDiscreteLanePriority, currentEventWipLanes); - else { - var schedulerLanePriority = schedulerPriorityToLanePriority(schedulerPriority); - lane = findUpdateLane(schedulerLanePriority, currentEventWipLanes); - } - return lane; + if (ReactCurrentBatchConfig$3.transition !== null) { + var transition = ReactCurrentBatchConfig$3.transition; + if (!transition._updatedFibers) transition._updatedFibers = new Set(); + transition._updatedFibers.add(fiber); + } // The algorithm for assigning an update to a lane should be stable for all + // updates at the same priority within the same event. To do this, the + // inputs to the algorithm must be the same. + // + // The trick we use is to cache the first of each of these inputs within an + // event. Then reset the cached values once we can be sure the event is + // over. Our heuristic for that is whenever we enter a concurrent work loop. + if (currentEventTransitionLane === NoLane) // All transitions within the same event are assigned the same lane. + currentEventTransitionLane = claimNextTransitionLane(); + return currentEventTransitionLane; + } // Updates originating inside certain React methods, like flushSync, have + // their priority set by tracking it with a context variable. + // + // The opaque type returned by the host config is internally a lane, so we can + // use that directly. + // TODO: Move this type conversion to the event priority module. + var updateLane = getCurrentUpdatePriority(); + if (updateLane !== NoLane) return updateLane; + // This update originated outside React. Ask the host environment for an + // appropriate priority, based on the type of event. + // + // The opaque type returned by the host config is internally a lane, so we can + // use that directly. + // TODO: Move this type conversion to the event priority module. + var eventLane = getCurrentEventPriority(); + return eventLane; } function requestRetryLane(fiber) { // This is a fork of `requestUpdateLane` designed specifically for Suspense @@ -18497,96 +22929,70 @@ module.exports = require('./cjs/react-dom.development.js'); // from its placeholder state to its primary/resolved state. // Special cases var mode = fiber.mode; - if ((mode & BlockingMode) === NoMode) return SyncLane; - else if ((mode & ConcurrentMode) === NoMode) return getCurrentPriorityLevel() === ImmediatePriority$1 ? SyncLane : SyncBatchedLane; - // See `requestUpdateLane` for explanation of `currentEventWipLanes` - if (currentEventWipLanes === NoLanes) currentEventWipLanes = workInProgressRootIncludedLanes; - return findRetryLane(currentEventWipLanes); + if ((mode & ConcurrentMode) === NoMode) return SyncLane; + return claimNextRetryLane(); } - function scheduleUpdateOnFiber(fiber, lane, eventTime) { + function scheduleUpdateOnFiber(root, fiber, lane, eventTime) { checkForNestedUpdates(); - warnAboutRenderPhaseUpdatesInDEV(fiber); - var root = markUpdateLaneFromFiberToRoot(fiber, lane); - if (root === null) { - warnAboutUpdateOnUnmountedFiberInDEV(fiber); - return null; - } // Mark that the root has a pending update. + if (isRunningInsertionEffect) error("useInsertionEffect must not schedule updates."); + if (isFlushingPassiveEffects) didScheduleUpdateDuringPassiveEffects = true; markRootUpdated(root, lane, eventTime); - if (root === workInProgressRoot) { - workInProgressRootUpdatedLanes = mergeLanes(workInProgressRootUpdatedLanes, lane); - if (workInProgressRootExitStatus === RootSuspendedWithDelay) // The root already suspended with a delay, which means this render - // definitely won't finish. Since we have a new update, let's mark it as - // suspended now, right before marking the incoming update. This has the - // effect of interrupting the current render and switching to the update. - // TODO: Make sure this doesn't override pings that happen while we've - // already started rendering. - markRootSuspended$1(root, workInProgressRootRenderLanes); - } // TODO: requestUpdateLanePriority also reads the priority. Pass the - // priority as an argument to that function and this one. - var priorityLevel = getCurrentPriorityLevel(); - if (lane === SyncLane) { - if ((executionContext & LegacyUnbatchedContext) !== NoContext && (executionContext & (RenderContext | CommitContext)) === NoContext) { - // Register pending interactions on the root to avoid losing traced interaction data. - schedulePendingInteractions(root, lane); // This is a legacy edge case. The initial mount of a ReactDOM.render-ed - // root inside of batchedUpdates should be synchronous, but layout updates - // should be deferred until the end of the batch. - performSyncWorkOnRoot(root); - } else { - ensureRootIsScheduled(root, eventTime); - schedulePendingInteractions(root, lane); - if (executionContext === NoContext) { - // Flush the synchronous work now, unless we're already working or inside - // a batch. This is intentionally inside scheduleUpdateOnFiber instead of - // scheduleCallbackForFiber to preserve the ability to schedule a callback - // without immediately flushing it. We only do this for user-initiated - // updates, to preserve historical behavior of legacy mode. - resetRenderTimer(); - flushSyncCallbackQueue(); - } + if ((executionContext & RenderContext) !== NoLanes && root === workInProgressRoot) // This update was dispatched during the render phase. This is a mistake + // if the update originates from user space (with the exception of local + // hook updates, which are handled differently and don't reach this + // function), but there are some internal React features that use this as + // an implementation detail, like selective hydration. + warnAboutRenderPhaseUpdatesInDEV(fiber); // Track lanes that were updated during the render phase + else { + if (isDevToolsPresent) addFiberToLanesMap(root, fiber, lane); + warnIfUpdatesNotWrappedWithActDEV(fiber); + if (root === workInProgressRoot) { + // Received an update to a tree that's in the middle of rendering. Mark + // that there was an interleaved update work on this root. Unless the + // `deferRenderPhaseUpdateToNextBatch` flag is off and this is a render + // phase update. In that case, we don't treat render phase updates as if + // they were interleaved, for backwards compat reasons. + if ((executionContext & RenderContext) === NoContext) workInProgressRootInterleavedUpdatedLanes = mergeLanes(workInProgressRootInterleavedUpdatedLanes, lane); + if (workInProgressRootExitStatus === RootSuspendedWithDelay) // The root already suspended with a delay, which means this render + // definitely won't finish. Since we have a new update, let's mark it as + // suspended now, right before marking the incoming update. This has the + // effect of interrupting the current render and switching to the update. + // TODO: Make sure this doesn't override pings that happen while we've + // already started rendering. + markRootSuspended$1(root, workInProgressRootRenderLanes); } - } else { - // Schedule a discrete update but only if it's not Sync. - if ((executionContext & DiscreteEventContext) !== NoContext && // discrete, even inside a discrete event. - (priorityLevel === UserBlockingPriority$2 || priorityLevel === ImmediatePriority$1)) { - // This is the result of a discrete event. Track the lowest priority - // discrete update per root so we can flush them early, if needed. - if (rootsWithPendingDiscreteUpdates === null) rootsWithPendingDiscreteUpdates = new Set([ - root - ]); - else rootsWithPendingDiscreteUpdates.add(root); - } // Schedule other updates after in case the callback is sync. ensureRootIsScheduled(root, eventTime); - schedulePendingInteractions(root, lane); - } // We use this when assigning a lane for a transition inside - // `requestUpdateLane`. We assume it's the same as the root being updated, - // since in the common case of a single root app it probably is. If it's not - // the same root, then it's not a huge deal, we just might batch more stuff - // together more than necessary. - mostRecentlyUpdatedRoot = root; - } // This is split into a separate function so we can mark a fiber with pending - // work without treating it as a typical update that originates from an event; - // e.g. retrying a Suspense boundary isn't an update, but it does schedule work - // on a fiber. - function markUpdateLaneFromFiberToRoot(sourceFiber, lane) { - // Update the source fiber's lanes - sourceFiber.lanes = mergeLanes(sourceFiber.lanes, lane); - var alternate = sourceFiber.alternate; - if (alternate !== null) alternate.lanes = mergeLanes(alternate.lanes, lane); - if (alternate === null && (sourceFiber.flags & (Placement | Hydrating)) !== NoFlags) warnAboutUpdateOnNotYetMountedFiberInDEV(sourceFiber); - var node = sourceFiber; - var parent = sourceFiber.return; - while(parent !== null){ - parent.childLanes = mergeLanes(parent.childLanes, lane); - alternate = parent.alternate; - if (alternate !== null) alternate.childLanes = mergeLanes(alternate.childLanes, lane); - else if ((parent.flags & (Placement | Hydrating)) !== NoFlags) warnAboutUpdateOnNotYetMountedFiberInDEV(sourceFiber); - node = parent; - parent = parent.return; + if (lane === SyncLane && executionContext === NoContext && (fiber.mode & ConcurrentMode) === NoMode && !ReactCurrentActQueue$1.isBatchingLegacy) { + // Flush the synchronous work now, unless we're already working or inside + // a batch. This is intentionally inside scheduleUpdateOnFiber instead of + // scheduleCallbackForFiber to preserve the ability to schedule a callback + // without immediately flushing it. We only do this for user-initiated + // updates, to preserve historical behavior of legacy mode. + resetRenderTimer(); + flushSyncCallbacksOnlyInLegacyMode(); + } } - if (node.tag === HostRoot) { - var root = node.stateNode; - return root; - } else return null; + } + function scheduleInitialHydrationOnRoot(root, lane, eventTime) { + // This is a special fork of scheduleUpdateOnFiber that is only used to + // schedule the initial hydration of a root that has just been created. Most + // of the stuff in scheduleUpdateOnFiber can be skipped. + // + // The main reason for this separate path, though, is to distinguish the + // initial children from subsequent updates. In fully client-rendered roots + // (createRoot instead of hydrateRoot), all top-level renders are modeled as + // updates, but hydration roots are special because the initial render must + // match what was rendered on the server. + var current = root.current; + current.lanes = lane; + markRootUpdated(root, lane, eventTime); + ensureRootIsScheduled(root, eventTime); + } + function isUnsafeClassRenderPhaseUpdate(fiber) { + // Check if this is a render phase update. Only called by class components, + // which special (deprecated) behavior for UNSAFE_componentWillReceive props. + return(// decided not to enable it. + (executionContext & RenderContext) !== NoContext); } // Use this function to schedule a task for a root. There's only one task per // root; if a task was already scheduled, we'll check to make sure the priority // of the existing task is the same as the priority of the next level that the @@ -18596,45 +23002,82 @@ module.exports = require('./cjs/react-dom.development.js'); var existingCallbackNode = root.callbackNode; // Check if any lanes are being starved by other work. If so, mark them as // expired so we know to work on those next. markStarvedLanesAsExpired(root, currentTime); // Determine the next lanes to work on, and their priority. - var nextLanes = getNextLanes(root, root === workInProgressRoot ? workInProgressRootRenderLanes : NoLanes); // This returns the priority level computed during the `getNextLanes` call. - var newCallbackPriority = returnNextLanesPriority(); + var nextLanes = getNextLanes(root, root === workInProgressRoot ? workInProgressRootRenderLanes : NoLanes); if (nextLanes === NoLanes) { // Special case: There's nothing to work on. - if (existingCallbackNode !== null) { - cancelCallback(existingCallbackNode); - root.callbackNode = null; - root.callbackPriority = NoLanePriority; - } + if (existingCallbackNode !== null) cancelCallback$1(existingCallbackNode); + root.callbackNode = null; + root.callbackPriority = NoLane; return; - } // Check if there's an existing task. We may be able to reuse it. - if (existingCallbackNode !== null) { - var existingCallbackPriority = root.callbackPriority; - if (existingCallbackPriority === newCallbackPriority) // The priority hasn't changed. We can reuse the existing task. Exit. + } // We use the highest priority lane to represent the priority of the callback. + var newCallbackPriority = getHighestPriorityLane(nextLanes); // Check if there's an existing task. We may be able to reuse it. + var existingCallbackPriority = root.callbackPriority; + if (existingCallbackPriority === newCallbackPriority && // Scheduler task, rather than an `act` task, cancel it and re-scheduled + // on the `act` queue. + !(ReactCurrentActQueue$1.current !== null && existingCallbackNode !== fakeActCallbackNode)) { + // If we're going to re-use an existing task, it needs to exist. + // Assume that discrete update microtasks are non-cancellable and null. + // TODO: Temporary until we confirm this warning is not fired. + if (existingCallbackNode == null && existingCallbackPriority !== SyncLane) error("Expected scheduled callback to exist. This error is likely caused by a bug in React. Please file an issue."); return; - // The priority changed. Cancel the existing callback. We'll schedule a new - // one below. - cancelCallback(existingCallbackNode); - } // Schedule a new callback. + } + if (existingCallbackNode != null) // Cancel the existing callback. We'll schedule a new one below. + cancelCallback$1(existingCallbackNode); + // Schedule a new callback. var newCallbackNode; - if (newCallbackPriority === SyncLanePriority) // Special case: Sync React callbacks are scheduled on a special - // internal queue - newCallbackNode = scheduleSyncCallback(performSyncWorkOnRoot.bind(null, root)); - else if (newCallbackPriority === SyncBatchedLanePriority) newCallbackNode = scheduleCallback(ImmediatePriority$1, performSyncWorkOnRoot.bind(null, root)); - else { - var schedulerPriorityLevel = lanePriorityToSchedulerPriority(newCallbackPriority); - newCallbackNode = scheduleCallback(schedulerPriorityLevel, performConcurrentWorkOnRoot.bind(null, root)); + if (newCallbackPriority === SyncLane) { + // Special case: Sync React callbacks are scheduled on a special + // internal queue + if (root.tag === LegacyRoot) { + if (ReactCurrentActQueue$1.isBatchingLegacy !== null) ReactCurrentActQueue$1.didScheduleLegacyUpdate = true; + scheduleLegacySyncCallback(performSyncWorkOnRoot.bind(null, root)); + } else scheduleSyncCallback(performSyncWorkOnRoot.bind(null, root)); + // Flush the queue in a microtask. + if (ReactCurrentActQueue$1.current !== null) // Inside `act`, use our internal `act` queue so that these get flushed + // at the end of the current scope even when using the sync version + // of `act`. + ReactCurrentActQueue$1.current.push(flushSyncCallbacks); + else scheduleMicrotask(function() { + // In Safari, appending an iframe forces microtasks to run. + // https://github.com/facebook/react/issues/22459 + // We don't support running callbacks in the middle of render + // or commit so we need to check against that. + if ((executionContext & (RenderContext | CommitContext)) === NoContext) // Note that this would still prematurely flush the callbacks + // if this happens outside render or commit phase (e.g. in an event). + flushSyncCallbacks(); + }); + newCallbackNode = null; + } else { + var schedulerPriorityLevel; + switch(lanesToEventPriority(nextLanes)){ + case DiscreteEventPriority: + schedulerPriorityLevel = ImmediatePriority; + break; + case ContinuousEventPriority: + schedulerPriorityLevel = UserBlockingPriority; + break; + case DefaultEventPriority: + schedulerPriorityLevel = NormalPriority; + break; + case IdleEventPriority: + schedulerPriorityLevel = IdlePriority; + break; + default: + schedulerPriorityLevel = NormalPriority; + break; + } + newCallbackNode = scheduleCallback$1(schedulerPriorityLevel, performConcurrentWorkOnRoot.bind(null, root)); } root.callbackPriority = newCallbackPriority; root.callbackNode = newCallbackNode; } // This is the entry point for every concurrent task, i.e. anything that // goes through Scheduler. - function performConcurrentWorkOnRoot(root) { - // Since we know we're in a React event, we can clear the current + function performConcurrentWorkOnRoot(root, didTimeout) { + resetNestedUpdateFlag(); // event time. The next update will compute a new event time. currentEventTime = NoTimestamp; - currentEventWipLanes = NoLanes; - currentEventPendingLanes = NoLanes; - if (!((executionContext & (RenderContext | CommitContext)) === NoContext)) throw Error("Should not already be working."); + currentEventTransitionLane = NoLanes; + if ((executionContext & (RenderContext | CommitContext)) !== NoContext) throw new Error("Should not already be working."); // Flush any pending passive effects before deciding which lanes to work on, // in case they schedule additional work. var originalCallbackNode = root.callbackNode; @@ -18646,32 +23089,30 @@ module.exports = require('./cjs/react-dom.development.js'); // `ensureRootIsScheduled` because the check above implies either that // there's a new task, or that there's no remaining work on this root. return null; - } // Determine the next expiration time to work on, using the fields stored + } // Determine the next lanes to work on, using the fields stored // on the root. var lanes = getNextLanes(root, root === workInProgressRoot ? workInProgressRootRenderLanes : NoLanes); if (lanes === NoLanes) // Defensive coding. This is never expected to happen. return null; - var exitStatus = renderRootConcurrent(root, lanes); - if (includesSomeLane(workInProgressRootIncludedLanes, workInProgressRootUpdatedLanes)) // The render included lanes that were updated during the render phase. - // For example, when unhiding a hidden tree, we include all the lanes - // that were previously skipped when the tree was hidden. That set of - // lanes is a superset of the lanes we started rendering with. - // - // So we'll throw out the current work and restart. - prepareFreshStack(root, NoLanes); - else if (exitStatus !== RootIncomplete) { + // We disable time-slicing in some cases: if the work has been CPU-bound + // for too long ("expired" work, to prevent starvation), or we're in + // sync-updates-by-default mode. + // TODO: We only check `didTimeout` defensively, to account for a Scheduler + // bug we're still investigating. Once the bug in Scheduler is fixed, + // we can remove this, since we track expiration ourselves. + var shouldTimeSlice = !includesBlockingLane(root, lanes) && !includesExpiredLane(root, lanes) && !didTimeout; + var exitStatus = shouldTimeSlice ? renderRootConcurrent(root, lanes) : renderRootSync(root, lanes); + if (exitStatus !== RootInProgress) { if (exitStatus === RootErrored) { - executionContext |= RetryAfterError; // If an error occurred during hydration, - // discard server response and fall back to client side render. - if (root.hydrate) { - root.hydrate = false; - clearContainer(root.containerInfo); - } // If something threw an error, try rendering one more time. We'll render - // synchronously to block concurrent data mutations, and we'll includes - // all pending updates are included. If it still fails after the second - // attempt, we'll give up and commit the resulting tree. - lanes = getLanesToRetrySynchronouslyOnError(root); - if (lanes !== NoLanes) exitStatus = renderRootSync(root, lanes); + // If something threw an error, try rendering one more time. We'll + // render synchronously to block concurrent data mutations, and we'll + // includes all pending updates are included. If it still fails after + // the second attempt, we'll give up and commit the resulting tree. + var errorRetryLanes = getLanesToRetrySynchronouslyOnError(root); + if (errorRetryLanes !== NoLanes) { + lanes = errorRetryLanes; + exitStatus = recoverFromConcurrentError(root, errorRetryLanes); + } } if (exitStatus === RootFatalErrored) { var fatalError = workInProgressRootFatalError; @@ -18679,12 +23120,49 @@ module.exports = require('./cjs/react-dom.development.js'); markRootSuspended$1(root, lanes); ensureRootIsScheduled(root, now()); throw fatalError; - } // We now have a consistent tree. The next step is either to commit it, - // or, if something suspended, wait to commit it after a timeout. - var finishedWork = root.current.alternate; - root.finishedWork = finishedWork; - root.finishedLanes = lanes; - finishConcurrentRender(root, exitStatus, lanes); + } + if (exitStatus === RootDidNotComplete) // The render unwound without completing the tree. This happens in special + // cases where need to exit the current render without producing a + // consistent tree or committing. + // + // This should only happen during a concurrent render, not a discrete or + // synchronous update. We should have already checked for this when we + // unwound the stack. + markRootSuspended$1(root, lanes); + else { + // The render completed. + // Check if this render may have yielded to a concurrent event, and if so, + // confirm that any newly rendered stores are consistent. + // TODO: It's possible that even a concurrent render may never have yielded + // to the main thread, if it was fast enough, or if it expired. We could + // skip the consistency check in that case, too. + var renderWasConcurrent = !includesBlockingLane(root, lanes); + var finishedWork = root.current.alternate; + if (renderWasConcurrent && !isRenderConsistentWithExternalStores(finishedWork)) { + // A store was mutated in an interleaved event. Render again, + // synchronously, to block further mutations. + exitStatus = renderRootSync(root, lanes); // We need to check again if something threw + if (exitStatus === RootErrored) { + var _errorRetryLanes = getLanesToRetrySynchronouslyOnError(root); + if (_errorRetryLanes !== NoLanes) { + lanes = _errorRetryLanes; + exitStatus = recoverFromConcurrentError(root, _errorRetryLanes); // We assume the tree is now consistent because we didn't yield to any + // concurrent events. + } + } + if (exitStatus === RootFatalErrored) { + var _fatalError = workInProgressRootFatalError; + prepareFreshStack(root, NoLanes); + markRootSuspended$1(root, lanes); + ensureRootIsScheduled(root, now()); + throw _fatalError; + } + } // We now have a consistent tree. The next step is either to commit it, + // or, if something suspended, wait to commit it after a timeout. + root.finishedWork = finishedWork; + root.finishedLanes = lanes; + finishConcurrentRender(root, exitStatus, lanes); + } } ensureRootIsScheduled(root, now()); if (root.callbackNode === originalCallbackNode) // The task node scheduled for this root is the same one that's @@ -18692,18 +23170,56 @@ module.exports = require('./cjs/react-dom.development.js'); return performConcurrentWorkOnRoot.bind(null, root); return null; } + function recoverFromConcurrentError(root, errorRetryLanes) { + // If an error occurred during hydration, discard server response and fall + // back to client side render. + // Before rendering again, save the errors from the previous attempt. + var errorsFromFirstAttempt = workInProgressRootConcurrentErrors; + if (isRootDehydrated(root)) { + // The shell failed to hydrate. Set a flag to force a client rendering + // during the next attempt. To do this, we call prepareFreshStack now + // to create the root work-in-progress fiber. This is a bit weird in terms + // of factoring, because it relies on renderRootSync not calling + // prepareFreshStack again in the call below, which happens because the + // root and lanes haven't changed. + // + // TODO: I think what we should do is set ForceClientRender inside + // throwException, like we do for nested Suspense boundaries. The reason + // it's here instead is so we can switch to the synchronous work loop, too. + // Something to consider for a future refactor. + var rootWorkInProgress = prepareFreshStack(root, errorRetryLanes); + rootWorkInProgress.flags |= ForceClientRender; + errorHydratingContainer(root.containerInfo); + } + var exitStatus = renderRootSync(root, errorRetryLanes); + if (exitStatus !== RootErrored) { + // Successfully finished rendering on retry + // The errors from the failed first attempt have been recovered. Add + // them to the collection of recoverable errors. We'll log them in the + // commit phase. + var errorsFromSecondAttempt = workInProgressRootRecoverableErrors; + workInProgressRootRecoverableErrors = errorsFromFirstAttempt; // The errors from the second attempt should be queued after the errors + // from the first attempt, to preserve the causal sequence. + if (errorsFromSecondAttempt !== null) queueRecoverableErrors(errorsFromSecondAttempt); + } + return exitStatus; + } + function queueRecoverableErrors(errors) { + if (workInProgressRootRecoverableErrors === null) workInProgressRootRecoverableErrors = errors; + else workInProgressRootRecoverableErrors.push.apply(workInProgressRootRecoverableErrors, errors); + } function finishConcurrentRender(root, exitStatus, lanes) { switch(exitStatus){ - case RootIncomplete: + case RootInProgress: case RootFatalErrored: - throw Error("Root did not complete. This is a bug in React."); + throw new Error("Root did not complete. This is a bug in React."); // Flow knows about invariant, so it complains if I add a break // statement, but eslint doesn't know about invariant, so it complains // if I do. eslint-disable-next-line no-fallthrough case RootErrored: // We should have already attempted to retry this tree. If we reached // this point, it errored again. Commit it. - commitRoot(root); + commitRoot(root, workInProgressRootRecoverableErrors, workInProgressTransitions); break; case RootSuspended: markRootSuspended$1(root, lanes); // We have an acceptable loading state. We need to figure out if we @@ -18727,11 +23243,11 @@ module.exports = require('./cjs/react-dom.development.js'); } // The render is suspended, it hasn't timed out, and there's no // lower priority work to do. Instead of committing the fallback // immediately, wait for more data to arrive. - root.timeoutHandle = scheduleTimeout(commitRoot.bind(null, root), msUntilTimeout); + root.timeoutHandle = scheduleTimeout(commitRoot.bind(null, root, workInProgressRootRecoverableErrors, workInProgressTransitions), msUntilTimeout); break; } } // The work expired. Commit immediately. - commitRoot(root); + commitRoot(root, workInProgressRootRecoverableErrors, workInProgressTransitions); break; case RootSuspendedWithDelay: markRootSuspended$1(root, lanes); @@ -18750,68 +23266,93 @@ module.exports = require('./cjs/react-dom.development.js'); if (_msUntilTimeout > 10) { // Instead of committing the fallback immediately, wait for more data // to arrive. - root.timeoutHandle = scheduleTimeout(commitRoot.bind(null, root), _msUntilTimeout); + root.timeoutHandle = scheduleTimeout(commitRoot.bind(null, root, workInProgressRootRecoverableErrors, workInProgressTransitions), _msUntilTimeout); break; } } // Commit the placeholder. - commitRoot(root); + commitRoot(root, workInProgressRootRecoverableErrors, workInProgressTransitions); break; case RootCompleted: // The work completed. Ready to commit. - commitRoot(root); + commitRoot(root, workInProgressRootRecoverableErrors, workInProgressTransitions); break; default: - throw Error("Unknown root exit status."); + throw new Error("Unknown root exit status."); } } + function isRenderConsistentWithExternalStores(finishedWork) { + // Search the rendered tree for external store reads, and check whether the + // stores were mutated in a concurrent event. Intentionally using an iterative + // loop instead of recursion so we can exit early. + var node = finishedWork; + while(true){ + if (node.flags & StoreConsistency) { + var updateQueue = node.updateQueue; + if (updateQueue !== null) { + var checks = updateQueue.stores; + if (checks !== null) for(var i = 0; i < checks.length; i++){ + var check = checks[i]; + var getSnapshot = check.getSnapshot; + var renderedValue = check.value; + try { + if (!objectIs(getSnapshot(), renderedValue)) // Found an inconsistent store. + return false; + } catch (error) { + // If `getSnapshot` throws, return `false`. This will schedule + // a re-render, and the error will be rethrown during render. + return false; + } + } + } + } + var child = node.child; + if (node.subtreeFlags & StoreConsistency && child !== null) { + child.return = node; + node = child; + continue; + } + if (node === finishedWork) return true; + while(node.sibling === null){ + if (node.return === null || node.return === finishedWork) return true; + node = node.return; + } + node.sibling.return = node.return; + node = node.sibling; + } // Flow doesn't know this is unreachable, but eslint does + // eslint-disable-next-line no-unreachable + return true; + } function markRootSuspended$1(root, suspendedLanes) { // When suspending, we should always exclude lanes that were pinged or (more // rarely, since we try to avoid it) updated during the render phase. // TODO: Lol maybe there's a better way to factor this besides this // obnoxiously named function :) suspendedLanes = removeLanes(suspendedLanes, workInProgressRootPingedLanes); - suspendedLanes = removeLanes(suspendedLanes, workInProgressRootUpdatedLanes); + suspendedLanes = removeLanes(suspendedLanes, workInProgressRootInterleavedUpdatedLanes); markRootSuspended(root, suspendedLanes); } // This is the entry point for synchronous tasks that don't go // through Scheduler function performSyncWorkOnRoot(root) { - if (!((executionContext & (RenderContext | CommitContext)) === NoContext)) throw Error("Should not already be working."); + syncNestedUpdateFlag(); + if ((executionContext & (RenderContext | CommitContext)) !== NoContext) throw new Error("Should not already be working."); flushPassiveEffects(); - var lanes; - var exitStatus; - if (root === workInProgressRoot && includesSomeLane(root.expiredLanes, workInProgressRootRenderLanes)) { - // There's a partial tree, and at least one of its lanes has expired. Finish - // rendering it before rendering the rest of the expired work. - lanes = workInProgressRootRenderLanes; - exitStatus = renderRootSync(root, lanes); - if (includesSomeLane(workInProgressRootIncludedLanes, workInProgressRootUpdatedLanes)) { - // The render included lanes that were updated during the render phase. - // For example, when unhiding a hidden tree, we include all the lanes - // that were previously skipped when the tree was hidden. That set of - // lanes is a superset of the lanes we started rendering with. - // - // Note that this only happens when part of the tree is rendered - // concurrently. If the whole tree is rendered synchronously, then there - // are no interleaved events. - lanes = getNextLanes(root, lanes); - exitStatus = renderRootSync(root, lanes); - } - } else { - lanes = getNextLanes(root, NoLanes); - exitStatus = renderRootSync(root, lanes); + var lanes = getNextLanes(root, NoLanes); + if (!includesSomeLane(lanes, SyncLane)) { + // There's no remaining sync work left. + ensureRootIsScheduled(root, now()); + return null; } + var exitStatus = renderRootSync(root, lanes); if (root.tag !== LegacyRoot && exitStatus === RootErrored) { - executionContext |= RetryAfterError; // If an error occurred during hydration, - // discard server response and fall back to client side render. - if (root.hydrate) { - root.hydrate = false; - clearContainer(root.containerInfo); - } // If something threw an error, try rendering one more time. We'll render + // If something threw an error, try rendering one more time. We'll render // synchronously to block concurrent data mutations, and we'll includes // all pending updates are included. If it still fails after the second // attempt, we'll give up and commit the resulting tree. - lanes = getLanesToRetrySynchronouslyOnError(root); - if (lanes !== NoLanes) exitStatus = renderRootSync(root, lanes); + var errorRetryLanes = getLanesToRetrySynchronouslyOnError(root); + if (errorRetryLanes !== NoLanes) { + lanes = errorRetryLanes; + exitStatus = recoverFromConcurrentError(root, errorRetryLanes); + } } if (exitStatus === RootFatalErrored) { var fatalError = workInProgressRootFatalError; @@ -18819,125 +23360,91 @@ module.exports = require('./cjs/react-dom.development.js'); markRootSuspended$1(root, lanes); ensureRootIsScheduled(root, now()); throw fatalError; - } // We now have a consistent tree. Because this is a sync render, we + } + if (exitStatus === RootDidNotComplete) throw new Error("Root did not complete. This is a bug in React."); + // We now have a consistent tree. Because this is a sync render, we // will commit it even if something suspended. var finishedWork = root.current.alternate; root.finishedWork = finishedWork; root.finishedLanes = lanes; - commitRoot(root); // Before exiting, make sure there's a callback scheduled for the next + commitRoot(root, workInProgressRootRecoverableErrors, workInProgressTransitions); // Before exiting, make sure there's a callback scheduled for the next // pending level. ensureRootIsScheduled(root, now()); return null; } - function flushDiscreteUpdates() { - // TODO: Should be able to flush inside batchedUpdates, but not inside `act`. - // However, `act` uses `batchedUpdates`, so there's no way to distinguish - // those two cases. Need to fix this before exposing flushDiscreteUpdates - // as a public API. - if ((executionContext & (BatchedContext | RenderContext | CommitContext)) !== NoContext) { - if ((executionContext & RenderContext) !== NoContext) error1("unstable_flushDiscreteUpdates: Cannot flush updates when React is already rendering."); - // This is probably a nested event dispatch triggered by a lifecycle/effect, - // like `el.focus()`. Exit. - return; - } - flushPendingDiscreteUpdates(); // If the discrete updates scheduled passive effects, flush them now so that - // they fire before the next serial event. - flushPassiveEffects(); - } - function flushPendingDiscreteUpdates() { - if (rootsWithPendingDiscreteUpdates !== null) { - // For each root with pending discrete updates, schedule a callback to - // immediately flush them. - var roots = rootsWithPendingDiscreteUpdates; - rootsWithPendingDiscreteUpdates = null; - roots.forEach(function(root) { - markDiscreteUpdatesExpired(root); - ensureRootIsScheduled(root, now()); - }); - } // Now flush the immediate queue. - flushSyncCallbackQueue(); - } - function batchedUpdates$1(fn, a) { - var prevExecutionContext = executionContext; - executionContext |= BatchedContext; - try { - return fn(a); - } finally{ - executionContext = prevExecutionContext; - if (executionContext === NoContext) { - // Flush the immediate callbacks that were scheduled during this batch + function flushRoot(root, lanes) { + if (lanes !== NoLanes) { + markRootEntangled(root, mergeLanes(lanes, SyncLane)); + ensureRootIsScheduled(root, now()); + if ((executionContext & (RenderContext | CommitContext)) === NoContext) { resetRenderTimer(); - flushSyncCallbackQueue(); + flushSyncCallbacks(); } } } - function batchedEventUpdates$1(fn, a) { + function batchedUpdates$1(fn, a) { var prevExecutionContext = executionContext; - executionContext |= EventContext; + executionContext |= BatchedContext; try { return fn(a); } finally{ - executionContext = prevExecutionContext; - if (executionContext === NoContext) { - // Flush the immediate callbacks that were scheduled during this batch - resetRenderTimer(); - flushSyncCallbackQueue(); - } - } - } - function discreteUpdates$1(fn, a, b, c, d) { - var prevExecutionContext = executionContext; - executionContext |= DiscreteEventContext; - try { - return runWithPriority$1(UserBlockingPriority$2, fn.bind(null, a, b, c, d)); - } finally{ - executionContext = prevExecutionContext; - if (executionContext === NoContext) { - // Flush the immediate callbacks that were scheduled during this batch + executionContext = prevExecutionContext; // If there were legacy sync updates, flush them at the end of the outer + // most batchedUpdates-like method. + if (executionContext === NoContext && !ReactCurrentActQueue$1.isBatchingLegacy) { resetRenderTimer(); - flushSyncCallbackQueue(); + flushSyncCallbacksOnlyInLegacyMode(); } } } - function unbatchedUpdates(fn, a) { - var prevExecutionContext = executionContext; - executionContext &= ~BatchedContext; - executionContext |= LegacyUnbatchedContext; + function discreteUpdates(fn, a, b, c, d) { + var previousPriority = getCurrentUpdatePriority(); + var prevTransition = ReactCurrentBatchConfig$3.transition; try { - return fn(a); + ReactCurrentBatchConfig$3.transition = null; + setCurrentUpdatePriority(DiscreteEventPriority); + return fn(a, b, c, d); } finally{ - executionContext = prevExecutionContext; - if (executionContext === NoContext) { - // Flush the immediate callbacks that were scheduled during this batch - resetRenderTimer(); - flushSyncCallbackQueue(); - } - } - } - function flushSync(fn, a) { + setCurrentUpdatePriority(previousPriority); + ReactCurrentBatchConfig$3.transition = prevTransition; + if (executionContext === NoContext) resetRenderTimer(); + } + } // Overload the definition to the two valid signatures. + // Warning, this opts-out of checking the function body. + // eslint-disable-next-line no-redeclare + function flushSync(fn) { + // In legacy mode, we flush pending passive effects at the beginning of the + // next event, not at the end of the previous one. + if (rootWithPendingPassiveEffects !== null && rootWithPendingPassiveEffects.tag === LegacyRoot && (executionContext & (RenderContext | CommitContext)) === NoContext) flushPassiveEffects(); var prevExecutionContext = executionContext; - if ((prevExecutionContext & (RenderContext | CommitContext)) !== NoContext) { - error1("flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task."); - return fn(a); - } executionContext |= BatchedContext; + var prevTransition = ReactCurrentBatchConfig$3.transition; + var previousPriority = getCurrentUpdatePriority(); try { - if (fn) return runWithPriority$1(ImmediatePriority$1, fn.bind(null, a)); + ReactCurrentBatchConfig$3.transition = null; + setCurrentUpdatePriority(DiscreteEventPriority); + if (fn) return fn(); else return undefined; } finally{ + setCurrentUpdatePriority(previousPriority); + ReactCurrentBatchConfig$3.transition = prevTransition; executionContext = prevExecutionContext; // Flush the immediate callbacks that were scheduled during this batch. // Note that this will happen even if batchedUpdates is higher up // the stack. - flushSyncCallbackQueue(); + if ((executionContext & (RenderContext | CommitContext)) === NoContext) flushSyncCallbacks(); } } + function isAlreadyRendering() { + // Used by the renderer to print a warning if certain APIs are called from + // the wrong context. + return (executionContext & (RenderContext | CommitContext)) !== NoContext; + } function pushRenderLanes(fiber, lanes) { - push(subtreeRenderLanesCursor, subtreeRenderLanes1, fiber); - subtreeRenderLanes1 = mergeLanes(subtreeRenderLanes1, lanes); + push(subtreeRenderLanesCursor, subtreeRenderLanes, fiber); + subtreeRenderLanes = mergeLanes(subtreeRenderLanes, lanes); workInProgressRootIncludedLanes = mergeLanes(workInProgressRootIncludedLanes, lanes); } function popRenderLanes(fiber) { - subtreeRenderLanes1 = subtreeRenderLanesCursor.current; + subtreeRenderLanes = subtreeRenderLanesCursor.current; pop(subtreeRenderLanesCursor, fiber); } function prepareFreshStack(root, lanes) { @@ -18950,27 +23457,32 @@ module.exports = require('./cjs/react-dom.development.js'); root.timeoutHandle = noTimeout; // $FlowFixMe Complains noTimeout is not a TimeoutID, despite the check above cancelTimeout(timeoutHandle); } - if (workInProgress1 !== null) { - var interruptedWork = workInProgress1.return; + if (workInProgress !== null) { + var interruptedWork = workInProgress.return; while(interruptedWork !== null){ - unwindInterruptedWork(interruptedWork); + var current = interruptedWork.alternate; + unwindInterruptedWork(current, interruptedWork); interruptedWork = interruptedWork.return; } } workInProgressRoot = root; - workInProgress1 = createWorkInProgress(root.current, null); - workInProgressRootRenderLanes = subtreeRenderLanes1 = workInProgressRootIncludedLanes = lanes; - workInProgressRootExitStatus = RootIncomplete; + var rootWorkInProgress = createWorkInProgress(root.current, null); + workInProgress = rootWorkInProgress; + workInProgressRootRenderLanes = subtreeRenderLanes = workInProgressRootIncludedLanes = lanes; + workInProgressRootExitStatus = RootInProgress; workInProgressRootFatalError = null; workInProgressRootSkippedLanes = NoLanes; - workInProgressRootUpdatedLanes = NoLanes; + workInProgressRootInterleavedUpdatedLanes = NoLanes; workInProgressRootPingedLanes = NoLanes; - spawnedWorkDuringRender = null; + workInProgressRootConcurrentErrors = null; + workInProgressRootRecoverableErrors = null; + finishQueueingConcurrentUpdates(); ReactStrictModeWarnings.discardPendingWarnings(); + return rootWorkInProgress; } function handleError(root, thrownValue) { do { - var erroredWork = workInProgress1; + var erroredWork = workInProgress; try { // Reset module-level state that was set during the render phase. resetContextDependencies(); @@ -18990,28 +23502,35 @@ module.exports = require('./cjs/react-dom.development.js'); // handled by `completeUnitOfWork` or `unwindWork`, but since we're // intentionally not calling those, we need set it here. // TODO: Consider calling `unwindWork` to pop the contexts. - workInProgress1 = null; + workInProgress = null; return; } if (enableProfilerTimer && erroredWork.mode & ProfileMode) // Record the time spent rendering before an error was thrown. This // avoids inaccurate Profiler durations in the case of a // suspended render. stopProfilerTimerIfRunningAndRecordDelta(erroredWork, true); + if (enableSchedulingProfiler) { + markComponentRenderStopped(); + if (thrownValue !== null && typeof thrownValue === "object" && typeof thrownValue.then === "function") { + var wakeable = thrownValue; + markComponentSuspended(erroredWork, wakeable, workInProgressRootRenderLanes); + } else markComponentErrored(erroredWork, thrownValue, workInProgressRootRenderLanes); + } throwException(root, erroredWork.return, erroredWork, thrownValue, workInProgressRootRenderLanes); completeUnitOfWork(erroredWork); } catch (yetAnotherThrownValue) { // Something in the return path also threw. thrownValue = yetAnotherThrownValue; - if (workInProgress1 === erroredWork && erroredWork !== null) { + if (workInProgress === erroredWork && erroredWork !== null) { // If this boundary has already errored, then we had trouble processing // the error. Bubble it to the next boundary. erroredWork = erroredWork.return; - workInProgress1 = erroredWork; - } else erroredWork = workInProgress1; + workInProgress = erroredWork; + } else erroredWork = workInProgress; continue; } // Return to the normal work loop. return; - }while (true) + }while (true); } function pushDispatcher() { var prevDispatcher = ReactCurrentDispatcher$2.current; @@ -19025,14 +23544,6 @@ module.exports = require('./cjs/react-dom.development.js'); function popDispatcher(prevDispatcher) { ReactCurrentDispatcher$2.current = prevDispatcher; } - function pushInteractions(root) { - var prevInteractions = tracing.__interactionsRef.current; - tracing.__interactionsRef.current = root.memoizedInteractions; - return prevInteractions; - } - function popInteractions(prevInteractions) { - tracing.__interactionsRef.current = prevInteractions; - } function markCommitTimeOfFallback() { globalMostRecentFallbackTime = now(); } @@ -19040,13 +23551,13 @@ module.exports = require('./cjs/react-dom.development.js'); workInProgressRootSkippedLanes = mergeLanes(lane, workInProgressRootSkippedLanes); } function renderDidSuspend() { - if (workInProgressRootExitStatus === RootIncomplete) workInProgressRootExitStatus = RootSuspended; + if (workInProgressRootExitStatus === RootInProgress) workInProgressRootExitStatus = RootSuspended; } function renderDidSuspendDelayIfPossible() { - if (workInProgressRootExitStatus === RootIncomplete || workInProgressRootExitStatus === RootSuspended) workInProgressRootExitStatus = RootSuspendedWithDelay; + if (workInProgressRootExitStatus === RootInProgress || workInProgressRootExitStatus === RootSuspended || workInProgressRootExitStatus === RootErrored) workInProgressRootExitStatus = RootSuspendedWithDelay; // Check if there are updates that we skipped tree that might have unblocked // this render. - if (workInProgressRoot !== null && (includesNonIdleWork(workInProgressRootSkippedLanes) || includesNonIdleWork(workInProgressRootUpdatedLanes))) // Mark the current render as suspended so that we switch to working on + if (workInProgressRoot !== null && (includesNonIdleWork(workInProgressRootSkippedLanes) || includesNonIdleWork(workInProgressRootInterleavedUpdatedLanes))) // Mark the current render as suspended so that we switch to working on // the updates that were skipped. Usually we only suspend at the end of // the render phase. // TODO: We should probably always mark the root as suspended immediately @@ -19055,14 +23566,18 @@ module.exports = require('./cjs/react-dom.development.js'); // pinged or updated while we were rendering. markRootSuspended$1(workInProgressRoot, workInProgressRootRenderLanes); } - function renderDidError() { - if (workInProgressRootExitStatus !== RootCompleted) workInProgressRootExitStatus = RootErrored; + function renderDidError(error) { + if (workInProgressRootExitStatus !== RootSuspendedWithDelay) workInProgressRootExitStatus = RootErrored; + if (workInProgressRootConcurrentErrors === null) workInProgressRootConcurrentErrors = [ + error + ]; + else workInProgressRootConcurrentErrors.push(error); } // Called during render to determine if anything has suspended. // Returns false if we're not sure. function renderHasNotSuspendedYet() { // If something errored or completed, we can't really be sure, // so those are false. - return workInProgressRootExitStatus === RootIncomplete; + return workInProgressRootExitStatus === RootInProgress; } function renderRootSync(root, lanes) { var prevExecutionContext = executionContext; @@ -19070,10 +23585,21 @@ module.exports = require('./cjs/react-dom.development.js'); var prevDispatcher = pushDispatcher(); // If the root or lanes have changed, throw out the existing stack // and prepare a fresh one. Otherwise we'll continue where we left off. if (workInProgressRoot !== root || workInProgressRootRenderLanes !== lanes) { + if (isDevToolsPresent) { + var memoizedUpdaters = root.memoizedUpdaters; + if (memoizedUpdaters.size > 0) { + restorePendingUpdaters(root, workInProgressRootRenderLanes); + memoizedUpdaters.clear(); + } // At this point, move Fibers that scheduled the upcoming work from the Map to the Set. + // If we bailout on this work, we'll move them back (like above). + // It's important to move them now in case the work spawns more work at the same priority with different updaters. + // That way we can keep the current update and future updates separate. + movePendingFibersToMemoized(root, lanes); + } + workInProgressTransitions = getTransitionsForLanes(); prepareFreshStack(root, lanes); - startWorkOnPendingInteractions(root, lanes); } - var prevInteractions = pushInteractions(root); + markRenderStarted(lanes); for(;;)try { workLoopSync(); break; @@ -19081,17 +23607,18 @@ module.exports = require('./cjs/react-dom.development.js'); handleError(root, thrownValue); } resetContextDependencies(); - popInteractions(prevInteractions); executionContext = prevExecutionContext; popDispatcher(prevDispatcher); - if (workInProgress1 !== null) throw Error("Cannot commit an incomplete root. This error is likely caused by a bug in React. Please file an issue."); + if (workInProgress !== null) // This is a sync render, so we should have finished the whole tree. + throw new Error("Cannot commit an incomplete root. This error is likely caused by a bug in React. Please file an issue."); + markRenderStopped(); workInProgressRoot = null; workInProgressRootRenderLanes = NoLanes; return workInProgressRootExitStatus; } // The work loop is an extremely hot path. Tell Closure not to inline it. /** @noinline */ function workLoopSync() { // Already timed out, so perform work without checking if we need to yield. - while(workInProgress1 !== null)performUnitOfWork(workInProgress1); + while(workInProgress !== null)performUnitOfWork(workInProgress); } function renderRootConcurrent(root, lanes) { var prevExecutionContext = executionContext; @@ -19099,11 +23626,22 @@ module.exports = require('./cjs/react-dom.development.js'); var prevDispatcher = pushDispatcher(); // If the root or lanes have changed, throw out the existing stack // and prepare a fresh one. Otherwise we'll continue where we left off. if (workInProgressRoot !== root || workInProgressRootRenderLanes !== lanes) { + if (isDevToolsPresent) { + var memoizedUpdaters = root.memoizedUpdaters; + if (memoizedUpdaters.size > 0) { + restorePendingUpdaters(root, workInProgressRootRenderLanes); + memoizedUpdaters.clear(); + } // At this point, move Fibers that scheduled the upcoming work from the Map to the Set. + // If we bailout on this work, we'll move them back (like above). + // It's important to move them now in case the work spawns more work at the same priority with different updaters. + // That way we can keep the current update and future updates separate. + movePendingFibersToMemoized(root, lanes); + } + workInProgressTransitions = getTransitionsForLanes(); resetRenderTimer(); prepareFreshStack(root, lanes); - startWorkOnPendingInteractions(root, lanes); } - var prevInteractions = pushInteractions(root); + markRenderStarted(lanes); for(;;)try { workLoopConcurrent(); break; @@ -19111,11 +23649,13 @@ module.exports = require('./cjs/react-dom.development.js'); handleError(root, thrownValue); } resetContextDependencies(); - popInteractions(prevInteractions); popDispatcher(prevDispatcher); executionContext = prevExecutionContext; - if (workInProgress1 !== null) return RootIncomplete; - else { + if (workInProgress !== null) { + markRenderYielded(); + return RootInProgress; + } else { + markRenderStopped(); workInProgressRoot = null; workInProgressRootRenderLanes = NoLanes; // Return the final exit status. return workInProgressRootExitStatus; @@ -19123,7 +23663,7 @@ module.exports = require('./cjs/react-dom.development.js'); } /** @noinline */ function workLoopConcurrent() { // Perform work until Scheduler asks us to yield - while(workInProgress1 !== null && !shouldYield())performUnitOfWork(workInProgress1); + while(workInProgress !== null && !shouldYield())performUnitOfWork(workInProgress); } function performUnitOfWork(unitOfWork) { // The current, flushed, state of this fiber is the alternate. Ideally @@ -19134,14 +23674,14 @@ module.exports = require('./cjs/react-dom.development.js'); var next; if ((unitOfWork.mode & ProfileMode) !== NoMode) { startProfilerTimer(unitOfWork); - next = beginWork$1(current, unitOfWork, subtreeRenderLanes1); + next = beginWork$1(current, unitOfWork, subtreeRenderLanes); stopProfilerTimerIfRunningAndRecordDelta(unitOfWork, true); - } else next = beginWork$1(current, unitOfWork, subtreeRenderLanes1); + } else next = beginWork$1(current, unitOfWork, subtreeRenderLanes); resetCurrentFiber(); unitOfWork.memoizedProps = unitOfWork.pendingProps; if (next === null) // If this doesn't spawn new work, complete the current work. completeUnitOfWork(unitOfWork); - else workInProgress1 = next; + else workInProgress = next; ReactCurrentOwner$2.current = null; } function completeUnitOfWork(unitOfWork) { @@ -19157,54 +23697,30 @@ module.exports = require('./cjs/react-dom.development.js'); if ((completedWork.flags & Incomplete) === NoFlags) { setCurrentFiber(completedWork); var next = void 0; - if ((completedWork.mode & ProfileMode) === NoMode) next = completeWork(current, completedWork, subtreeRenderLanes1); + if ((completedWork.mode & ProfileMode) === NoMode) next = completeWork(current, completedWork, subtreeRenderLanes); else { startProfilerTimer(completedWork); - next = completeWork(current, completedWork, subtreeRenderLanes1); // Update render duration assuming we didn't error. + next = completeWork(current, completedWork, subtreeRenderLanes); // Update render duration assuming we didn't error. stopProfilerTimerIfRunningAndRecordDelta(completedWork, false); } resetCurrentFiber(); if (next !== null) { // Completing this fiber spawned new work. Work on that next. - workInProgress1 = next; + workInProgress = next; return; } - resetChildLanes(completedWork); - if (returnFiber !== null && (returnFiber.flags & Incomplete) === NoFlags) { - // Append all the effects of the subtree and this fiber onto the effect - // list of the parent. The completion order of the children affects the - // side-effect order. - if (returnFiber.firstEffect === null) returnFiber.firstEffect = completedWork.firstEffect; - if (completedWork.lastEffect !== null) { - if (returnFiber.lastEffect !== null) returnFiber.lastEffect.nextEffect = completedWork.firstEffect; - returnFiber.lastEffect = completedWork.lastEffect; - } // If this fiber had side-effects, we append it AFTER the children's - // side-effects. We can perform certain side-effects earlier if needed, - // by doing multiple passes over the effect list. We don't want to - // schedule our own side-effect on our own list because if end up - // reusing children we'll schedule this effect onto itself since we're - // at the end. - var flags = completedWork.flags; // Skip both NoWork and PerformedWork tags when creating the effect - // list. PerformedWork effect is read by React DevTools but shouldn't be - // committed. - if (flags > PerformedWork) { - if (returnFiber.lastEffect !== null) returnFiber.lastEffect.nextEffect = completedWork; - else returnFiber.firstEffect = completedWork; - returnFiber.lastEffect = completedWork; - } - } } else { // This fiber did not complete because something threw. Pop values off // the stack without entering the complete phase. If this is a boundary, // capture values if possible. - var _next = unwindWork(completedWork); // Because this fiber did not complete, don't reset its expiration time. + var _next = unwindWork(current, completedWork); // Because this fiber did not complete, don't reset its lanes. if (_next !== null) { // If completing this work spawned new work, do that next. We'll come // back here again. // Since we're restarting, remove anything that is not a host effect // from the effect tag. _next.flags &= HostEffectMask; - workInProgress1 = _next; + workInProgress = _next; return; } if ((completedWork.mode & ProfileMode) !== NoMode) { @@ -19219,70 +23735,44 @@ module.exports = require('./cjs/react-dom.development.js'); completedWork.actualDuration = actualDuration; } if (returnFiber !== null) { - // Mark the parent fiber as incomplete and clear its effect list. - returnFiber.firstEffect = returnFiber.lastEffect = null; + // Mark the parent fiber as incomplete and clear its subtree flags. returnFiber.flags |= Incomplete; + returnFiber.subtreeFlags = NoFlags; + returnFiber.deletions = null; + } else { + // We've unwound all the way to the root. + workInProgressRootExitStatus = RootDidNotComplete; + workInProgress = null; + return; } } var siblingFiber = completedWork.sibling; if (siblingFiber !== null) { // If there is more work to do in this returnFiber, do that next. - workInProgress1 = siblingFiber; + workInProgress = siblingFiber; return; } // Otherwise, return to the parent completedWork = returnFiber; // Update the next thing we're working on in case something throws. - workInProgress1 = completedWork; - }while (completedWork !== null) // We've reached the root. - if (workInProgressRootExitStatus === RootIncomplete) workInProgressRootExitStatus = RootCompleted; - } - function resetChildLanes(completedWork) { - if (// to switch statement in `completeWork`. - (completedWork.tag === LegacyHiddenComponent || completedWork.tag === OffscreenComponent) && completedWork.memoizedState !== null && !includesSomeLane(subtreeRenderLanes1, OffscreenLane) && (completedWork.mode & ConcurrentMode) !== NoLanes) // The children of this component are hidden. Don't bubble their - // expiration times. - return; - var newChildLanes = NoLanes; // Bubble up the earliest expiration time. - if ((completedWork.mode & ProfileMode) !== NoMode) { - // In profiling mode, resetChildExpirationTime is also used to reset - // profiler durations. - var actualDuration = completedWork.actualDuration; - var treeBaseDuration = completedWork.selfBaseDuration; // When a fiber is cloned, its actualDuration is reset to 0. This value will - // only be updated if work is done on the fiber (i.e. it doesn't bailout). - // When work is done, it should bubble to the parent's actualDuration. If - // the fiber has not been cloned though, (meaning no work was done), then - // this value will reflect the amount of time spent working on a previous - // render. In that case it should not bubble. We determine whether it was - // cloned by comparing the child pointer. - var shouldBubbleActualDurations = completedWork.alternate === null || completedWork.child !== completedWork.alternate.child; - var child = completedWork.child; - while(child !== null){ - newChildLanes = mergeLanes(newChildLanes, mergeLanes(child.lanes, child.childLanes)); - if (shouldBubbleActualDurations) actualDuration += child.actualDuration; - treeBaseDuration += child.treeBaseDuration; - child = child.sibling; - } - var isTimedOutSuspense = completedWork.tag === SuspenseComponent && completedWork.memoizedState !== null; - if (isTimedOutSuspense) { - // Don't count time spent in a timed out Suspense subtree as part of the base duration. - var primaryChildFragment = completedWork.child; - if (primaryChildFragment !== null) treeBaseDuration -= primaryChildFragment.treeBaseDuration; - } - completedWork.actualDuration = actualDuration; - completedWork.treeBaseDuration = treeBaseDuration; - } else { - var _child = completedWork.child; - while(_child !== null){ - newChildLanes = mergeLanes(newChildLanes, mergeLanes(_child.lanes, _child.childLanes)); - _child = _child.sibling; - } + workInProgress = completedWork; + }while (completedWork !== null); // We've reached the root. + if (workInProgressRootExitStatus === RootInProgress) workInProgressRootExitStatus = RootCompleted; + } + function commitRoot(root, recoverableErrors, transitions) { + // TODO: This no longer makes any sense. We already wrap the mutation and + // layout phases. Should be able to remove. + var previousUpdateLanePriority = getCurrentUpdatePriority(); + var prevTransition = ReactCurrentBatchConfig$3.transition; + try { + ReactCurrentBatchConfig$3.transition = null; + setCurrentUpdatePriority(DiscreteEventPriority); + commitRootImpl(root, recoverableErrors, transitions, previousUpdateLanePriority); + } finally{ + ReactCurrentBatchConfig$3.transition = prevTransition; + setCurrentUpdatePriority(previousUpdateLanePriority); } - completedWork.childLanes = newChildLanes; - } - function commitRoot(root) { - var renderPriorityLevel = getCurrentPriorityLevel(); - runWithPriority$1(ImmediatePriority$1, commitRootImpl.bind(null, root, renderPriorityLevel)); return null; } - function commitRootImpl(root, renderPriorityLevel) { + function commitRootImpl(root, recoverableErrors, transitions, renderPriorityLevel) { do // `flushPassiveEffects` will call `flushSyncUpdateQueue` at the end, which // means `flushPassiveEffects` will sometimes result in additional // passive effects. So we need to keep flushing in a loop until there are @@ -19290,102 +23780,90 @@ module.exports = require('./cjs/react-dom.development.js'); // TODO: Might be better if `flushPassiveEffects` did not automatically // flush synchronous work at the end, to avoid factoring hazards like this. flushPassiveEffects(); - while (rootWithPendingPassiveEffects !== null) + while (rootWithPendingPassiveEffects !== null); flushRenderPhaseStrictModeWarningsInDEV(); - if (!((executionContext & (RenderContext | CommitContext)) === NoContext)) throw Error("Should not already be working."); + if ((executionContext & (RenderContext | CommitContext)) !== NoContext) throw new Error("Should not already be working."); var finishedWork = root.finishedWork; var lanes = root.finishedLanes; - if (finishedWork === null) return null; + markCommitStarted(lanes); + if (finishedWork === null) { + markCommitStopped(); + return null; + } else if (lanes === NoLanes) error("root.finishedLanes should not be empty during a commit. This is a bug in React."); root.finishedWork = null; root.finishedLanes = NoLanes; - if (!(finishedWork !== root.current)) throw Error("Cannot commit the same tree as before. This error is likely caused by a bug in React. Please file an issue."); + if (finishedWork === root.current) throw new Error("Cannot commit the same tree as before. This error is likely caused by a bug in React. Please file an issue."); // commitRoot never returns a continuation; it always finishes synchronously. // So we can clear these now to allow a new callback to be scheduled. - root.callbackNode = null; // Update the first and last pending times on this root. The new first + root.callbackNode = null; + root.callbackPriority = NoLane; // Update the first and last pending times on this root. The new first // pending time is whatever is left on the root fiber. var remainingLanes = mergeLanes(finishedWork.lanes, finishedWork.childLanes); - markRootFinished(root, remainingLanes); // Clear already finished discrete updates in case that a later call of - // `flushDiscreteUpdates` starts a useless render pass which may cancels - // a scheduled timeout. - if (rootsWithPendingDiscreteUpdates !== null) { - if (!hasDiscreteLanes(remainingLanes) && rootsWithPendingDiscreteUpdates.has(root)) rootsWithPendingDiscreteUpdates.delete(root); - } + markRootFinished(root, remainingLanes); if (root === workInProgressRoot) { // We can reset these now that they are finished. workInProgressRoot = null; - workInProgress1 = null; + workInProgress = null; workInProgressRootRenderLanes = NoLanes; - } // Get the list of effects. - var firstEffect; - if (finishedWork.flags > PerformedWork) { - // A fiber's effect list consists only of its children, not itself. So if - // the root has an effect, we need to add it to the end of the list. The - // resulting list is the set that would belong to the root's parent, if it - // had one; that is, all the effects in the tree including the root. - if (finishedWork.lastEffect !== null) { - finishedWork.lastEffect.nextEffect = finishedWork; - firstEffect = finishedWork.firstEffect; - } else firstEffect = finishedWork; - } else // There is no effect on the root. - firstEffect = finishedWork.firstEffect; - if (firstEffect !== null) { + } // If there are pending passive effects, schedule a callback to process them. + // Do this as early as possible, so it is queued before anything else that + // might get scheduled in the commit phase. (See #16714.) + // TODO: Delete all other places that schedule the passive effect callback + // They're redundant. + if ((finishedWork.subtreeFlags & PassiveMask) !== NoFlags || (finishedWork.flags & PassiveMask) !== NoFlags) { + if (!rootDoesHavePassiveEffects) { + rootDoesHavePassiveEffects = true; + // to store it in pendingPassiveTransitions until they get processed + // We need to pass this through as an argument to commitRoot + // because workInProgressTransitions might have changed between + // the previous render and commit if we throttle the commit + // with setTimeout + pendingPassiveTransitions = transitions; + scheduleCallback$1(NormalPriority, function() { + flushPassiveEffects(); // This render triggered passive effects: release the root cache pool + // *after* passive effects fire to avoid freeing a cache pool that may + // be referenced by a node in the tree (HostRoot, Cache boundary etc) + return null; + }); + } + } // Check if there are any effects in the whole tree. + // TODO: This is left over from the effect list implementation, where we had + // to check for the existence of `firstEffect` to satisfy Flow. I think the + // only other reason this optimization exists is because it affects profiling. + // Reconsider whether this is necessary. + var subtreeHasEffects = (finishedWork.subtreeFlags & (BeforeMutationMask | MutationMask | LayoutMask | PassiveMask)) !== NoFlags; + var rootHasEffect = (finishedWork.flags & (BeforeMutationMask | MutationMask | LayoutMask | PassiveMask)) !== NoFlags; + if (subtreeHasEffects || rootHasEffect) { + var prevTransition = ReactCurrentBatchConfig$3.transition; + ReactCurrentBatchConfig$3.transition = null; + var previousPriority = getCurrentUpdatePriority(); + setCurrentUpdatePriority(DiscreteEventPriority); var prevExecutionContext = executionContext; - executionContext |= CommitContext; - var prevInteractions = pushInteractions(root); // Reset this to null before calling lifecycles + executionContext |= CommitContext; // Reset this to null before calling lifecycles ReactCurrentOwner$2.current = null; // The commit phase is broken into several sub-phases. We do a separate pass // of the effect list for each phase: all mutation effects come before all // layout effects, and so on. // The first phase a "before mutation" phase. We use this phase to read the // state of the host tree right before we mutate it. This is where // getSnapshotBeforeUpdate is called. - focusedInstanceHandle = prepareForCommit(root.containerInfo); - shouldFireAfterActiveInstanceBlur = false; - nextEffect = firstEffect; - do { - invokeGuardedCallback(null, commitBeforeMutationEffects, null); - if (hasCaughtError()) { - if (!(nextEffect !== null)) throw Error("Should be working on an effect."); - var error = clearCaughtError(); - captureCommitPhaseError(nextEffect, error); - nextEffect = nextEffect.nextEffect; - } - }while (nextEffect !== null) // We no longer need to track the active instance fiber - focusedInstanceHandle = null; + var shouldFireAfterActiveInstanceBlur = commitBeforeMutationEffects(root, finishedWork); // Mark the current commit time to be shared by all Profilers in this // batch. This enables them to be grouped later. recordCommitTime(); - nextEffect = firstEffect; - do { - invokeGuardedCallback(null, commitMutationEffects, null, root, renderPriorityLevel); - if (hasCaughtError()) { - if (!(nextEffect !== null)) throw Error("Should be working on an effect."); - var _error = clearCaughtError(); - captureCommitPhaseError(nextEffect, _error); - nextEffect = nextEffect.nextEffect; - } - }while (nextEffect !== null) + commitMutationEffects(root, finishedWork, lanes); resetAfterCommit(root.containerInfo); // The work-in-progress tree is now the current tree. This must come after // the mutation phase, so that the previous tree is still current during // componentWillUnmount, but before the layout phase, so that the finished // work is current during componentDidMount/Update. root.current = finishedWork; // The next phase is the layout phase, where we call effects that read - // the host tree after it's been mutated. The idiomatic use case for this is - // layout, but class component lifecycles also fire here for legacy reasons. - nextEffect = firstEffect; - do { - invokeGuardedCallback(null, commitLayoutEffects, null, root, lanes); - if (hasCaughtError()) { - if (!(nextEffect !== null)) throw Error("Should be working on an effect."); - var _error2 = clearCaughtError(); - captureCommitPhaseError(nextEffect, _error2); - nextEffect = nextEffect.nextEffect; - } - }while (nextEffect !== null) - nextEffect = null; // Tell Scheduler to yield at the end of the frame, so the browser has an + markLayoutEffectsStarted(lanes); + commitLayoutEffects(finishedWork, root, lanes); + markLayoutEffectsStopped(); // opportunity to paint. requestPaint(); - popInteractions(prevInteractions); - executionContext = prevExecutionContext; + executionContext = prevExecutionContext; // Reset the priority to the previous non-sync value. + setCurrentUpdatePriority(previousPriority); + ReactCurrentBatchConfig$3.transition = prevTransition; } else { // No effects. root.current = finishedWork; // Measure these anyway so the flamegraph explicitly shows that there were @@ -19398,258 +23876,150 @@ module.exports = require('./cjs/react-dom.development.js'); rootDoesHavePassiveEffects = false; rootWithPendingPassiveEffects = root; pendingPassiveEffectsLanes = lanes; - pendingPassiveEffectsRenderPriority = renderPriorityLevel; } else { - // We are done with the effect chain at this point so let's clear the - // nextEffect pointers to assist with GC. If we have passive effects, we'll - // clear this in flushPassiveEffects. - nextEffect = firstEffect; - while(nextEffect !== null){ - var nextNextEffect = nextEffect.nextEffect; - nextEffect.nextEffect = null; - if (nextEffect.flags & Deletion) detachFiberAfterEffects(nextEffect); - nextEffect = nextNextEffect; - } + nestedPassiveUpdateCount = 0; + rootWithPassiveNestedUpdates = null; } // Read this again, since an effect might have updated it remainingLanes = root.pendingLanes; // Check if there's remaining work on this root - if (remainingLanes !== NoLanes) { - if (spawnedWorkDuringRender !== null) { - var expirationTimes = spawnedWorkDuringRender; - spawnedWorkDuringRender = null; - for(var i = 0; i < expirationTimes.length; i++)scheduleInteractions(root, expirationTimes[i], root.memoizedInteractions); - } - schedulePendingInteractions(root, remainingLanes); - } else // If there's no remaining work, we can clear the set of already failed + // TODO: This is part of the `componentDidCatch` implementation. Its purpose + // is to detect whether something might have called setState inside + // `componentDidCatch`. The mechanism is known to be flawed because `setState` + // inside `componentDidCatch` is itself flawed — that's why we recommend + // `getDerivedStateFromError` instead. However, it could be improved by + // checking if remainingLanes includes Sync work, instead of whether there's + // any work remaining at all (which would also include stuff like Suspense + // retries or transitions). It's been like this for a while, though, so fixing + // it probably isn't that urgent. + if (remainingLanes === NoLanes) // If there's no remaining work, we can clear the set of already failed // error boundaries. legacyErrorBoundariesThatAlreadyFailed = null; - if (!rootDidHavePassiveEffects) // If there are no passive effects, then we can complete the pending interactions. - // Otherwise, we'll wait until after the passive effects are flushed. - // Wait to do this until after remaining work has been scheduled, - // so that we don't prematurely signal complete for interactions when there's e.g. hidden work. - finishPendingInteractions(root, lanes); - if (remainingLanes === SyncLane) { - // Count the number of times the root synchronously re-renders without - // finishing. If there are too many, it indicates an infinite update loop. - if (root === rootWithNestedUpdates) nestedUpdateCount++; - else { - nestedUpdateCount = 0; - rootWithNestedUpdates = root; - } - } else nestedUpdateCount = 0; + if (!rootDidHavePassiveEffects) commitDoubleInvokeEffectsInDEV(root.current, false); onCommitRoot(finishedWork.stateNode, renderPriorityLevel); + if (isDevToolsPresent) root.memoizedUpdaters.clear(); onCommitRoot$1(); // additional work on this root is scheduled. ensureRootIsScheduled(root, now()); + if (recoverableErrors !== null) { + // There were errors during this render, but recovered from them without + // needing to surface it to the UI. We log them here. + var onRecoverableError = root.onRecoverableError; + for(var i = 0; i < recoverableErrors.length; i++){ + var recoverableError = recoverableErrors[i]; + var componentStack = recoverableError.stack; + var digest = recoverableError.digest; + onRecoverableError(recoverableError.value, { + componentStack: componentStack, + digest: digest + }); + } + } if (hasUncaughtError) { hasUncaughtError = false; - var _error3 = firstUncaughtError; + var error$1 = firstUncaughtError; firstUncaughtError = null; - throw _error3; - } - if ((executionContext & LegacyUnbatchedContext) !== NoContext) // a ReactDOM.render-ed root inside of batchedUpdates. The commit fired - // synchronously, but layout updates should be deferred until the end - // of the batch. - return null; + throw error$1; + } // If the passive effects are the result of a discrete render, flush them + // synchronously at the end of the current task so that the result is + // immediately observable. Otherwise, we assume that they are not + // order-dependent and do not need to be observed by external systems, so we + // can wait until after paint. + // TODO: We can optimize this by not scheduling the callback earlier. Since we + // currently schedule the callback in multiple places, will wait until those + // are consolidated. + if (includesSomeLane(pendingPassiveEffectsLanes, SyncLane) && root.tag !== LegacyRoot) flushPassiveEffects(); + // Read this again, since a passive effect might have updated it + remainingLanes = root.pendingLanes; + if (includesSomeLane(remainingLanes, SyncLane)) { + markNestedUpdateScheduled(); + // finishing. If there are too many, it indicates an infinite update loop. + if (root === rootWithNestedUpdates) nestedUpdateCount++; + else { + nestedUpdateCount = 0; + rootWithNestedUpdates = root; + } + } else nestedUpdateCount = 0; // If layout work was scheduled, flush it now. - flushSyncCallbackQueue(); + flushSyncCallbacks(); + markCommitStopped(); return null; } - function commitBeforeMutationEffects() { - while(nextEffect !== null){ - var current = nextEffect.alternate; - if (!shouldFireAfterActiveInstanceBlur && focusedInstanceHandle !== null) { - if ((nextEffect.flags & Deletion) !== NoFlags) { - if (doesFiberContain(nextEffect, focusedInstanceHandle)) shouldFireAfterActiveInstanceBlur = true; - } else // TODO: Move this out of the hot path using a dedicated effect tag. - if (nextEffect.tag === SuspenseComponent && isSuspenseBoundaryBeingHidden(current, nextEffect) && doesFiberContain(nextEffect, focusedInstanceHandle)) shouldFireAfterActiveInstanceBlur = true; - } - var flags = nextEffect.flags; - if ((flags & Snapshot) !== NoFlags) { - setCurrentFiber(nextEffect); - commitBeforeMutationLifeCycles(current, nextEffect); - resetCurrentFiber(); - } - if ((flags & Passive) !== NoFlags) // If there are passive effects, schedule a callback to flush at - // the earliest opportunity. - { - if (!rootDoesHavePassiveEffects) { - rootDoesHavePassiveEffects = true; - scheduleCallback(NormalPriority$1, function() { - flushPassiveEffects(); - return null; - }); - } - } - nextEffect = nextEffect.nextEffect; - } - } - function commitMutationEffects(root, renderPriorityLevel) { - // TODO: Should probably move the bulk of this function to commitWork. - while(nextEffect !== null){ - setCurrentFiber(nextEffect); - var flags = nextEffect.flags; - if (flags & ContentReset) commitResetTextContent(nextEffect); - if (flags & Ref) { - var current = nextEffect.alternate; - if (current !== null) commitDetachRef(current); - } // The following switch statement is only concerned about placement, - // updates, and deletions. To avoid needing to add a case for every possible - // bitmap value, we remove the secondary effects from the effect tag and - // switch on that value. - var primaryFlags = flags & (Placement | Update | Deletion | Hydrating); - switch(primaryFlags){ - case Placement: - commitPlacement(nextEffect); // Clear the "placement" from effect tag so that we know that this is - // inserted, before any life-cycles like componentDidMount gets called. - // TODO: findDOMNode doesn't rely on this any more but isMounted does - // and isMounted is deprecated anyway so we should be able to kill this. - nextEffect.flags &= ~Placement; - break; - case PlacementAndUpdate: - // Placement - commitPlacement(nextEffect); // Clear the "placement" from effect tag so that we know that this is - // inserted, before any life-cycles like componentDidMount gets called. - nextEffect.flags &= ~Placement; // Update - var _current = nextEffect.alternate; - commitWork(_current, nextEffect); - break; - case Hydrating: - nextEffect.flags &= ~Hydrating; - break; - case HydratingAndUpdate: - nextEffect.flags &= ~Hydrating; // Update - var _current2 = nextEffect.alternate; - commitWork(_current2, nextEffect); - break; - case Update: - var _current3 = nextEffect.alternate; - commitWork(_current3, nextEffect); - break; - case Deletion: - commitDeletion(root, nextEffect); - break; - } - resetCurrentFiber(); - nextEffect = nextEffect.nextEffect; - } - } - function commitLayoutEffects(root, committedLanes) { - while(nextEffect !== null){ - setCurrentFiber(nextEffect); - var flags = nextEffect.flags; - if (flags & (Update | Callback)) { - var current = nextEffect.alternate; - commitLifeCycles(root, current, nextEffect); - } - if (flags & Ref) commitAttachRef(nextEffect); - resetCurrentFiber(); - nextEffect = nextEffect.nextEffect; - } - } function flushPassiveEffects() { // Returns whether passive effects were flushed. - if (pendingPassiveEffectsRenderPriority !== NoPriority$1) { - var priorityLevel = pendingPassiveEffectsRenderPriority > NormalPriority$1 ? NormalPriority$1 : pendingPassiveEffectsRenderPriority; - pendingPassiveEffectsRenderPriority = NoPriority$1; - return runWithPriority$1(priorityLevel, flushPassiveEffectsImpl); + // TODO: Combine this check with the one in flushPassiveEFfectsImpl. We should + // probably just combine the two functions. I believe they were only separate + // in the first place because we used to wrap it with + // `Scheduler.runWithPriority`, which accepts a function. But now we track the + // priority within React itself, so we can mutate the variable directly. + if (rootWithPendingPassiveEffects !== null) { + var renderPriority = lanesToEventPriority(pendingPassiveEffectsLanes); + var priority = lowerEventPriority(DefaultEventPriority, renderPriority); + var prevTransition = ReactCurrentBatchConfig$3.transition; + var previousPriority = getCurrentUpdatePriority(); + try { + ReactCurrentBatchConfig$3.transition = null; + setCurrentUpdatePriority(priority); + return flushPassiveEffectsImpl(); + } finally{ + setCurrentUpdatePriority(previousPriority); + ReactCurrentBatchConfig$3.transition = prevTransition; // Once passive effects have run for the tree - giving components a + } } return false; } - function enqueuePendingPassiveHookEffectMount(fiber, effect) { - pendingPassiveHookEffectsMount.push(effect, fiber); - if (!rootDoesHavePassiveEffects) { - rootDoesHavePassiveEffects = true; - scheduleCallback(NormalPriority$1, function() { - flushPassiveEffects(); - return null; - }); - } - } - function enqueuePendingPassiveHookEffectUnmount(fiber, effect) { - pendingPassiveHookEffectsUnmount.push(effect, fiber); - fiber.flags |= PassiveUnmountPendingDev; - var alternate = fiber.alternate; - if (alternate !== null) alternate.flags |= PassiveUnmountPendingDev; + function enqueuePendingPassiveProfilerEffect(fiber) { + pendingPassiveProfilerEffects.push(fiber); if (!rootDoesHavePassiveEffects) { rootDoesHavePassiveEffects = true; - scheduleCallback(NormalPriority$1, function() { + scheduleCallback$1(NormalPriority, function() { flushPassiveEffects(); return null; }); } } - function invokePassiveEffectCreate(effect) { - var create = effect.create; - effect.destroy = create(); - } function flushPassiveEffectsImpl() { if (rootWithPendingPassiveEffects === null) return false; + // Cache and clear the transitions flag + var transitions = pendingPassiveTransitions; + pendingPassiveTransitions = null; var root = rootWithPendingPassiveEffects; var lanes = pendingPassiveEffectsLanes; - rootWithPendingPassiveEffects = null; + rootWithPendingPassiveEffects = null; // TODO: This is sometimes out of sync with rootWithPendingPassiveEffects. + // Figure out why and fix it. It's not causing any known issues (probably + // because it's only used for profiling), but it's a refactor hazard. pendingPassiveEffectsLanes = NoLanes; - if (!((executionContext & (RenderContext | CommitContext)) === NoContext)) throw Error("Cannot flush passive effects while already rendering."); + if ((executionContext & (RenderContext | CommitContext)) !== NoContext) throw new Error("Cannot flush passive effects while already rendering."); isFlushingPassiveEffects = true; + didScheduleUpdateDuringPassiveEffects = false; + markPassiveEffectsStarted(lanes); var prevExecutionContext = executionContext; executionContext |= CommitContext; - var prevInteractions = pushInteractions(root); // It's important that ALL pending passive effect destroy functions are called - // before ANY passive effect create functions are called. - // Otherwise effects in sibling components might interfere with each other. - // e.g. a destroy function in one component may unintentionally override a ref - // value set by a create function in another component. - // Layout effects have the same constraint. - // First pass: Destroy stale passive effects. - var unmountEffects = pendingPassiveHookEffectsUnmount; - pendingPassiveHookEffectsUnmount = []; - for(var i = 0; i < unmountEffects.length; i += 2){ - var _effect = unmountEffects[i]; - var fiber = unmountEffects[i + 1]; - var destroy = _effect.destroy; - _effect.destroy = undefined; - fiber.flags &= ~PassiveUnmountPendingDev; - var alternate = fiber.alternate; - if (alternate !== null) alternate.flags &= ~PassiveUnmountPendingDev; - if (typeof destroy === 'function') { - setCurrentFiber(fiber); - invokeGuardedCallback(null, destroy, null); - if (hasCaughtError()) { - if (!(fiber !== null)) throw Error("Should be working on an effect."); - var error = clearCaughtError(); - captureCommitPhaseError(fiber, error); - } - resetCurrentFiber(); - } - } // Second pass: Create new passive effects. - var mountEffects = pendingPassiveHookEffectsMount; - pendingPassiveHookEffectsMount = []; - for(var _i = 0; _i < mountEffects.length; _i += 2){ - var _effect2 = mountEffects[_i]; - var _fiber = mountEffects[_i + 1]; - setCurrentFiber(_fiber); - invokeGuardedCallback(null, invokePassiveEffectCreate, null, _effect2); - if (hasCaughtError()) { - if (!(_fiber !== null)) throw Error("Should be working on an effect."); - var _error4 = clearCaughtError(); - captureCommitPhaseError(_fiber, _error4); - } - resetCurrentFiber(); - } // Note: This currently assumes there are no passive effects on the root fiber - // because the root is not part of its own effect list. - // This could change in the future. - var effect = root.current.firstEffect; - while(effect !== null){ - var nextNextEffect = effect.nextEffect; // Remove nextEffect pointer to assist GC - effect.nextEffect = null; - if (effect.flags & Deletion) detachFiberAfterEffects(effect); - effect = nextNextEffect; - } - popInteractions(prevInteractions); - finishPendingInteractions(root, lanes); - isFlushingPassiveEffects = false; + commitPassiveUnmountEffects(root.current); + commitPassiveMountEffects(root, root.current, lanes, transitions); // TODO: Move to commitPassiveMountEffects + var profilerEffects = pendingPassiveProfilerEffects; + pendingPassiveProfilerEffects = []; + for(var i = 0; i < profilerEffects.length; i++){ + var _fiber = profilerEffects[i]; + commitPassiveEffectDurations(root, _fiber); + } + markPassiveEffectsStopped(); + commitDoubleInvokeEffectsInDEV(root.current, true); executionContext = prevExecutionContext; - flushSyncCallbackQueue(); // If additional passive effects were scheduled, increment a counter. If this + flushSyncCallbacks(); + // If additional passive effects were scheduled, increment a counter. If this // exceeds the limit, we'll fire a warning. - nestedPassiveUpdateCount = rootWithPendingPassiveEffects === null ? 0 : nestedPassiveUpdateCount + 1; + if (didScheduleUpdateDuringPassiveEffects) { + if (root === rootWithPassiveNestedUpdates) nestedPassiveUpdateCount++; + else { + nestedPassiveUpdateCount = 0; + rootWithPassiveNestedUpdates = root; + } + } else nestedPassiveUpdateCount = 0; + isFlushingPassiveEffects = false; + didScheduleUpdateDuringPassiveEffects = false; + onPostCommitRoot(root); + var stateNode = root.current.stateNode; + stateNode.effectDuration = 0; + stateNode.passiveEffectDuration = 0; return true; } function isAlreadyFailedLegacyErrorBoundary(instance) { @@ -19669,60 +24039,53 @@ module.exports = require('./cjs/react-dom.development.js'); } var onUncaughtError = prepareToThrowUncaughtError; function captureCommitPhaseErrorOnRoot(rootFiber, sourceFiber, error) { - var errorInfo = createCapturedValue(error, sourceFiber); + var errorInfo = createCapturedValueAtFiber(error, sourceFiber); var update = createRootErrorUpdate(rootFiber, errorInfo, SyncLane); - enqueueUpdate(rootFiber, update); + var root = enqueueUpdate(rootFiber, update, SyncLane); var eventTime = requestEventTime(); - var root = markUpdateLaneFromFiberToRoot(rootFiber, SyncLane); if (root !== null) { markRootUpdated(root, SyncLane, eventTime); ensureRootIsScheduled(root, eventTime); - schedulePendingInteractions(root, SyncLane); } } - function captureCommitPhaseError(sourceFiber, error) { + function captureCommitPhaseError(sourceFiber, nearestMountedAncestor, error$1) { + reportUncaughtErrorInDEV(error$1); + setIsRunningInsertionEffect(false); if (sourceFiber.tag === HostRoot) { // Error was thrown at the root. There is no parent, so the root // itself should capture it. - captureCommitPhaseErrorOnRoot(sourceFiber, sourceFiber, error); + captureCommitPhaseErrorOnRoot(sourceFiber, sourceFiber, error$1); return; } - var fiber = sourceFiber.return; + var fiber = null; + fiber = nearestMountedAncestor; while(fiber !== null){ if (fiber.tag === HostRoot) { - captureCommitPhaseErrorOnRoot(fiber, sourceFiber, error); + captureCommitPhaseErrorOnRoot(fiber, sourceFiber, error$1); return; } else if (fiber.tag === ClassComponent) { var ctor = fiber.type; var instance = fiber.stateNode; - if (typeof ctor.getDerivedStateFromError === 'function' || typeof instance.componentDidCatch === 'function' && !isAlreadyFailedLegacyErrorBoundary(instance)) { - var errorInfo = createCapturedValue(error, sourceFiber); + if (typeof ctor.getDerivedStateFromError === "function" || typeof instance.componentDidCatch === "function" && !isAlreadyFailedLegacyErrorBoundary(instance)) { + var errorInfo = createCapturedValueAtFiber(error$1, sourceFiber); var update = createClassErrorUpdate(fiber, errorInfo, SyncLane); - enqueueUpdate(fiber, update); + var root = enqueueUpdate(fiber, update, SyncLane); var eventTime = requestEventTime(); - var root = markUpdateLaneFromFiberToRoot(fiber, SyncLane); if (root !== null) { markRootUpdated(root, SyncLane, eventTime); ensureRootIsScheduled(root, eventTime); - schedulePendingInteractions(root, SyncLane); - } else { - // This component has already been unmounted. - // We can't schedule any follow up work for the root because the fiber is already unmounted, - // but we can still call the log-only boundary so the error isn't swallowed. - // - // TODO This is only a temporary bandaid for the old reconciler fork. - // We can delete this special case once the new fork is merged. - if (typeof instance.componentDidCatch === 'function' && !isAlreadyFailedLegacyErrorBoundary(instance)) try { - instance.componentDidCatch(error, errorInfo); - } catch (errorToIgnore) { - // This is kind of an edge case. - } } return; } } fiber = fiber.return; } + // TODO: Until we re-land skipUnmountedBoundaries (see #20147), this warning + // will fire for errors that are thrown by destroy functions inside deleted + // trees. What it should instead do is propagate the error to the parent of + // the deleted tree. In the meantime, do not add this warning to the + // allowlist; this is only for our internal use. + error("Internal React error: Attempted to capture a commit phase error inside a detached tree. This indicates a bug in React. Likely causes include deleting the same fiber more than once, committing an already-finished tree, or an inconsistent return pointer.\n\nError message:\n\n%s", error$1); } function pingSuspendedRoot(root, wakeable, pingedLanes) { var pingCache = root.pingCache; @@ -19731,6 +24094,7 @@ module.exports = require('./cjs/react-dom.development.js'); pingCache.delete(wakeable); var eventTime = requestEventTime(); markRootPinged(root, pingedLanes); + warnIfSuspenseResolutionNotWrappedWithActDEV(root); if (workInProgressRoot === root && isSubsetOfLanes(workInProgressRootRenderLanes, pingedLanes)) { // Received a ping at the same priority level at which we're currently // rendering. We might want to restart this render. This should mirror @@ -19746,27 +24110,44 @@ module.exports = require('./cjs/react-dom.development.js'); workInProgressRootPingedLanes = mergeLanes(workInProgressRootPingedLanes, pingedLanes); } ensureRootIsScheduled(root, eventTime); - schedulePendingInteractions(root, pingedLanes); } function retryTimedOutBoundary(boundaryFiber, retryLane) { // The boundary fiber (a Suspense component or SuspenseList component) // previously was rendered in its fallback state. One of the promises that // suspended it has resolved, which means at least part of the tree was - // likely unblocked. Try rendering again, at a new expiration time. - if (retryLane === NoLane) retryLane = requestRetryLane(boundaryFiber); + // likely unblocked. Try rendering again, at a new lanes. + if (retryLane === NoLane) // TODO: Assign this to `suspenseState.retryLane`? to avoid + // unnecessary entanglement? + retryLane = requestRetryLane(boundaryFiber); // TODO: Special case idle priority? var eventTime = requestEventTime(); - var root = markUpdateLaneFromFiberToRoot(boundaryFiber, retryLane); + var root = enqueueConcurrentRenderForLane(boundaryFiber, retryLane); if (root !== null) { markRootUpdated(root, retryLane, eventTime); ensureRootIsScheduled(root, eventTime); - schedulePendingInteractions(root, retryLane); } } + function retryDehydratedSuspenseBoundary(boundaryFiber) { + var suspenseState = boundaryFiber.memoizedState; + var retryLane = NoLane; + if (suspenseState !== null) retryLane = suspenseState.retryLane; + retryTimedOutBoundary(boundaryFiber, retryLane); + } function resolveRetryWakeable(boundaryFiber, wakeable) { var retryLane = NoLane; // Default var retryCache; - retryCache = boundaryFiber.stateNode; + switch(boundaryFiber.tag){ + case SuspenseComponent: + retryCache = boundaryFiber.stateNode; + var suspenseState = boundaryFiber.memoizedState; + if (suspenseState !== null) retryLane = suspenseState.retryLane; + break; + case SuspenseListComponent: + retryCache = boundaryFiber.stateNode; + break; + default: + throw new Error("Pinged unknown suspense boundary type. This is probably a bug in React."); + } if (retryCache !== null) // The wakeable resolved, so we no longer need to memoize, because it will // never be thrown again. retryCache.delete(wakeable); @@ -19787,72 +24168,70 @@ module.exports = require('./cjs/react-dom.development.js'); if (nestedUpdateCount > NESTED_UPDATE_LIMIT) { nestedUpdateCount = 0; rootWithNestedUpdates = null; - throw Error("Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops."); + throw new Error("Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops."); } if (nestedPassiveUpdateCount > NESTED_PASSIVE_UPDATE_LIMIT) { nestedPassiveUpdateCount = 0; - error1("Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render."); + rootWithPassiveNestedUpdates = null; + error("Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render."); } } function flushRenderPhaseStrictModeWarningsInDEV() { ReactStrictModeWarnings.flushLegacyContextWarning(); ReactStrictModeWarnings.flushPendingUnsafeLifecycleWarnings(); } + function commitDoubleInvokeEffectsInDEV(fiber, hasPassiveEffects) { + // TODO (StrictEffects) Should we set a marker on the root if it contains strict effects + // so we don't traverse unnecessarily? similar to subtreeFlags but just at the root level. + // Maybe not a big deal since this is DEV only behavior. + setCurrentFiber(fiber); + invokeEffectsInDev(fiber, MountLayoutDev, invokeLayoutEffectUnmountInDEV); + if (hasPassiveEffects) invokeEffectsInDev(fiber, MountPassiveDev, invokePassiveEffectUnmountInDEV); + invokeEffectsInDev(fiber, MountLayoutDev, invokeLayoutEffectMountInDEV); + if (hasPassiveEffects) invokeEffectsInDev(fiber, MountPassiveDev, invokePassiveEffectMountInDEV); + resetCurrentFiber(); + } + function invokeEffectsInDev(firstChild, fiberFlags, invokeEffectFn) { + // We don't need to re-check StrictEffectsMode here. + // This function is only called if that check has already passed. + var current = firstChild; + var subtreeRoot = null; + while(current !== null){ + var primarySubtreeFlag = current.subtreeFlags & fiberFlags; + if (current !== subtreeRoot && current.child !== null && primarySubtreeFlag !== NoFlags) current = current.child; + else { + if ((current.flags & fiberFlags) !== NoFlags) invokeEffectFn(current); + if (current.sibling !== null) current = current.sibling; + else current = subtreeRoot = current.return; + } + } + } var didWarnStateUpdateForNotYetMountedComponent = null; function warnAboutUpdateOnNotYetMountedFiberInDEV(fiber) { if ((executionContext & RenderContext) !== NoContext) // We let the other warning about render phase updates deal with this one. return; - if (!(fiber.mode & (BlockingMode | ConcurrentMode))) return; + if (!(fiber.mode & ConcurrentMode)) return; var tag = fiber.tag; - if (tag !== IndeterminateComponent && tag !== HostRoot && tag !== ClassComponent && tag !== FunctionComponent && tag !== ForwardRef && tag !== MemoComponent && tag !== SimpleMemoComponent && tag !== Block) // Only warn for user-defined components, not internal ones like Suspense. + if (tag !== IndeterminateComponent && tag !== HostRoot && tag !== ClassComponent && tag !== FunctionComponent && tag !== ForwardRef && tag !== MemoComponent && tag !== SimpleMemoComponent) // Only warn for user-defined components, not internal ones like Suspense. return; // We show the whole stack but dedupe on the top component's name because // the problematic code almost always lies inside that component. - var componentName = getComponentName(fiber.type) || 'ReactComponent'; + var componentName = getComponentNameFromFiber(fiber) || "ReactComponent"; if (didWarnStateUpdateForNotYetMountedComponent !== null) { if (didWarnStateUpdateForNotYetMountedComponent.has(componentName)) return; didWarnStateUpdateForNotYetMountedComponent.add(componentName); } else didWarnStateUpdateForNotYetMountedComponent = new Set([ componentName ]); - var previousFiber = current1; + var previousFiber = current; try { setCurrentFiber(fiber); - error1("Can't perform a React state update on a component that hasn't mounted yet. This indicates that you have a side-effect in your render function that asynchronously later calls tries to update the component. Move this work to useEffect instead."); + error("Can't perform a React state update on a component that hasn't mounted yet. This indicates that you have a side-effect in your render function that asynchronously later calls tries to update the component. Move this work to useEffect instead."); } finally{ if (previousFiber) setCurrentFiber(fiber); else resetCurrentFiber(); } } - var didWarnStateUpdateForUnmountedComponent = null; - function warnAboutUpdateOnUnmountedFiberInDEV(fiber) { - var tag = fiber.tag; - if (tag !== HostRoot && tag !== ClassComponent && tag !== FunctionComponent && tag !== ForwardRef && tag !== MemoComponent && tag !== SimpleMemoComponent && tag !== Block) // Only warn for user-defined components, not internal ones like Suspense. - return; - // If there are pending passive effects unmounts for this Fiber, - // we can assume that they would have prevented this update. - if ((fiber.flags & PassiveUnmountPendingDev) !== NoFlags) return; - // We show the whole stack but dedupe on the top component's name because - // the problematic code almost always lies inside that component. - var componentName = getComponentName(fiber.type) || 'ReactComponent'; - if (didWarnStateUpdateForUnmountedComponent !== null) { - if (didWarnStateUpdateForUnmountedComponent.has(componentName)) return; - didWarnStateUpdateForUnmountedComponent.add(componentName); - } else didWarnStateUpdateForUnmountedComponent = new Set([ - componentName - ]); - if (isFlushingPassiveEffects) ; - else { - var previousFiber = current1; - try { - setCurrentFiber(fiber); - error1("Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in %s.", tag === ClassComponent ? 'the componentWillUnmount method' : 'a useEffect cleanup function'); - } finally{ - if (previousFiber) setCurrentFiber(fiber); - else resetCurrentFiber(); - } - } - } var beginWork$1; var dummyFiber = null; beginWork$1 = function(current, unitOfWork, lanes) { @@ -19865,7 +24244,8 @@ module.exports = require('./cjs/react-dom.development.js'); try { return beginWork(current, unitOfWork, lanes); } catch (originalError) { - if (originalError !== null && typeof originalError === 'object' && typeof originalError.then === 'function') // Don't replay promises. Treat everything else like an error. + if (didSuspendOrErrorWhileHydratingDEV() || originalError !== null && typeof originalError === "object" && typeof originalError.then === "function") // Don't replay promises. + // Don't replay errors if we are hydrating and have already suspended or handled an error throw originalError; // Keep this code in sync with handleError; any changes here must have // corresponding changes there. @@ -19873,17 +24253,18 @@ module.exports = require('./cjs/react-dom.development.js'); resetHooksAfterThrow(); // Don't reset current debug fiber, since we're about to work on the // same fiber again. // Unwind the failed stack frame - unwindInterruptedWork(unitOfWork); // Restore the original properties of the fiber. + unwindInterruptedWork(current, unitOfWork); // Restore the original properties of the fiber. assignFiberPropertiesInDEV(unitOfWork, originalWorkInProgressCopy); if (unitOfWork.mode & ProfileMode) // Reset the profiler timer. startProfilerTimer(unitOfWork); // Run beginWork again. invokeGuardedCallback(null, beginWork, null, current, unitOfWork, lanes); if (hasCaughtError()) { - var replayError = clearCaughtError(); // `invokeGuardedCallback` sometimes sets an expando `_suppressLogging`. - // Rethrow this error instead of the original one. - throw replayError; - } else // This branch is reachable if the render phase is impure. + var replayError = clearCaughtError(); + if (typeof replayError === "object" && replayError !== null && replayError._suppressLogging && typeof originalError === "object" && originalError !== null && !originalError._suppressLogging) // If suppressed, let the flag carry over to the original error which is the one we'll rethrow. + originalError._suppressLogging = true; + } // We always throw the original error in case the second render pass is not idempotent. + // This can happen if a memoized function or CommonJS module doesn't throw after first invocation. throw originalError; } }; @@ -19891,188 +24272,88 @@ module.exports = require('./cjs/react-dom.development.js'); var didWarnAboutUpdateInRenderForAnotherComponent; didWarnAboutUpdateInRenderForAnotherComponent = new Set(); function warnAboutRenderPhaseUpdatesInDEV(fiber) { - if (isRendering && (executionContext & RenderContext) !== NoContext && !getIsUpdatingOpaqueValueInRenderPhaseInDEV()) switch(fiber.tag){ + if (isRendering && !getIsUpdatingOpaqueValueInRenderPhaseInDEV()) switch(fiber.tag){ case FunctionComponent: case ForwardRef: case SimpleMemoComponent: - var renderingComponentName = workInProgress1 && getComponentName(workInProgress1.type) || 'Unknown'; // Dedupe by the rendering component because it's the one that needs to be fixed. + var renderingComponentName = workInProgress && getComponentNameFromFiber(workInProgress) || "Unknown"; // Dedupe by the rendering component because it's the one that needs to be fixed. var dedupeKey = renderingComponentName; if (!didWarnAboutUpdateInRenderForAnotherComponent.has(dedupeKey)) { didWarnAboutUpdateInRenderForAnotherComponent.add(dedupeKey); - var setStateComponentName = getComponentName(fiber.type) || 'Unknown'; - error1("Cannot update a component (`%s`) while rendering a different component (`%s`). To locate the bad setState() call inside `%s`, follow the stack trace as described in https://reactjs.org/link/setstate-in-render", setStateComponentName, renderingComponentName, renderingComponentName); + var setStateComponentName = getComponentNameFromFiber(fiber) || "Unknown"; + error("Cannot update a component (`%s`) while rendering a different component (`%s`). To locate the bad setState() call inside `%s`, follow the stack trace as described in https://reactjs.org/link/setstate-in-render", setStateComponentName, renderingComponentName, renderingComponentName); } break; case ClassComponent: if (!didWarnAboutUpdateInRender) { - error1("Cannot update during an existing state transition (such as within `render`). Render methods should be a pure function of props and state."); + error("Cannot update during an existing state transition (such as within `render`). Render methods should be a pure function of props and state."); didWarnAboutUpdateInRender = true; } break; } - } // a 'shared' variable that changes when act() opens/closes in tests. - var IsThisRendererActing = { - current: false - }; - function warnIfNotScopedWithMatchingAct(fiber) { - if (IsSomeRendererActing.current === true && IsThisRendererActing.current !== true) { - var previousFiber = current1; - try { - setCurrentFiber(fiber); - error1("It looks like you're using the wrong act() around your test interactions.\nBe sure to use the matching version of act() corresponding to your renderer:\n\n// for react-dom:\nimport {act} from 'react-dom/test-utils';\n// ...\nact(() => ...);\n\n// for react-test-renderer:\nimport TestRenderer from react-test-renderer';\nconst {act} = TestRenderer;\n// ...\nact(() => ...);"); - } finally{ - if (previousFiber) setCurrentFiber(fiber); - else resetCurrentFiber(); - } + } + function restorePendingUpdaters(root, lanes) { + if (isDevToolsPresent) { + var memoizedUpdaters = root.memoizedUpdaters; + memoizedUpdaters.forEach(function(schedulingFiber) { + addFiberToLanesMap(root, schedulingFiber, lanes); + }); // This function intentionally does not clear memoized updaters. + // Those may still be relevant to the current commit + // and a future one (e.g. Suspense). } } - function warnIfNotCurrentlyActingEffectsInDEV(fiber) { - if ((fiber.mode & StrictMode) !== NoMode && IsSomeRendererActing.current === false && IsThisRendererActing.current === false) error1("An update to %s ran an effect, but was not wrapped in act(...).\n\nWhen testing, code that causes React state updates should be wrapped into act(...):\n\nact(() => {\n /* fire events that update state */\n});\n/* assert on the output */\n\nThis ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act", getComponentName(fiber.type)); + var fakeActCallbackNode = {}; + function scheduleCallback$1(priorityLevel, callback) { + // If we're currently inside an `act` scope, bypass Scheduler and push to + // the `act` queue instead. + var actQueue = ReactCurrentActQueue$1.current; + if (actQueue !== null) { + actQueue.push(callback); + return fakeActCallbackNode; + } else return scheduleCallback(priorityLevel, callback); + } + function cancelCallback$1(callbackNode) { + if (callbackNode === fakeActCallbackNode) return; + // In production, always call Scheduler. This function will be stripped out. + return cancelCallback(callbackNode); + } + function shouldForceFlushFallbacksInDEV() { + // Never force flush in production. This function should get stripped out. + return ReactCurrentActQueue$1.current !== null; } - function warnIfNotCurrentlyActingUpdatesInDEV(fiber) { - if (executionContext === NoContext && IsSomeRendererActing.current === false && IsThisRendererActing.current === false) { - var previousFiber = current1; + function warnIfUpdatesNotWrappedWithActDEV(fiber) { + if (fiber.mode & ConcurrentMode) { + if (!isConcurrentActEnvironment()) // Not in an act environment. No need to warn. + return; + } else { + // Legacy mode has additional cases where we suppress a warning. + if (!isLegacyActEnvironment()) // Not in an act environment. No need to warn. + return; + if (executionContext !== NoContext) // Legacy mode doesn't warn if the update is batched, i.e. + // batchedUpdates or flushSync. + return; + if (fiber.tag !== FunctionComponent && fiber.tag !== ForwardRef && fiber.tag !== SimpleMemoComponent) // For backwards compatibility with pre-hooks code, legacy mode only + // warns for updates that originate from a hook. + return; + } + if (ReactCurrentActQueue$1.current === null) { + var previousFiber = current; try { setCurrentFiber(fiber); - error1("An update to %s inside a test was not wrapped in act(...).\n\nWhen testing, code that causes React state updates should be wrapped into act(...):\n\nact(() => {\n /* fire events that update state */\n});\n/* assert on the output */\n\nThis ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act", getComponentName(fiber.type)); + error("An update to %s inside a test was not wrapped in act(...).\n\nWhen testing, code that causes React state updates should be wrapped into act(...):\n\nact(() => {\n /* fire events that update state */\n});\n/* assert on the output */\n\nThis ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act", getComponentNameFromFiber(fiber)); } finally{ if (previousFiber) setCurrentFiber(fiber); else resetCurrentFiber(); } } } - var warnIfNotCurrentlyActingUpdatesInDev = warnIfNotCurrentlyActingUpdatesInDEV; // In tests, we want to enforce a mocked scheduler. - var didWarnAboutUnmockedScheduler = false; // TODO Before we release concurrent mode, revisit this and decide whether a mocked - // scheduler is the actual recommendation. The alternative could be a testing build, - // a new lib, or whatever; we dunno just yet. This message is for early adopters - // to get their tests right. - function warnIfUnmockedScheduler(fiber) { - if (didWarnAboutUnmockedScheduler === false && Scheduler.unstable_flushAllWithoutAsserting === undefined) { - if (fiber.mode & BlockingMode || fiber.mode & ConcurrentMode) { - didWarnAboutUnmockedScheduler = true; - error1("In Concurrent or Sync modes, the \"scheduler\" module needs to be mocked to guarantee consistent behaviour across tests and browsers. For example, with jest: \njest.mock('scheduler', () => require('scheduler/unstable_mock'));\n\nFor more info, visit https://reactjs.org/link/mock-scheduler"); - } - } - } - function computeThreadID(root, lane) { - // Interaction threads are unique per root and expiration time. - // NOTE: Intentionally unsound cast. All that matters is that it's a number - // and it represents a batch of work. Could make a helper function instead, - // but meh this is fine for now. - return lane * 1000 + root.interactionThreadID; - } - function markSpawnedWork(lane) { - if (spawnedWorkDuringRender === null) spawnedWorkDuringRender = [ - lane - ]; - else spawnedWorkDuringRender.push(lane); - } - function scheduleInteractions(root, lane, interactions) { - if (interactions.size > 0) { - var pendingInteractionMap = root.pendingInteractionMap; - var pendingInteractions = pendingInteractionMap.get(lane); - if (pendingInteractions != null) interactions.forEach(function(interaction) { - if (!pendingInteractions.has(interaction)) // Update the pending async work count for previously unscheduled interaction. - interaction.__count++; - pendingInteractions.add(interaction); - }); - else { - pendingInteractionMap.set(lane, new Set(interactions)); // Update the pending async work count for the current interactions. - interactions.forEach(function(interaction) { - interaction.__count++; - }); - } - var subscriber = tracing.__subscriberRef.current; - if (subscriber !== null) { - var threadID = computeThreadID(root, lane); - subscriber.onWorkScheduled(interactions, threadID); - } - } - } - function schedulePendingInteractions(root, lane) { - scheduleInteractions(root, lane, tracing.__interactionsRef.current); - } - function startWorkOnPendingInteractions(root, lanes) { - // we can accurately attribute time spent working on it, And so that cascading - // work triggered during the render phase will be associated with it. - var interactions = new Set(); - root.pendingInteractionMap.forEach(function(scheduledInteractions, scheduledLane) { - if (includesSomeLane(lanes, scheduledLane)) scheduledInteractions.forEach(function(interaction) { - return interactions.add(interaction); - }); - }); // Store the current set of interactions on the FiberRoot for a few reasons: - // We can re-use it in hot functions like performConcurrentWorkOnRoot() - // without having to recalculate it. We will also use it in commitWork() to - // pass to any Profiler onRender() hooks. This also provides DevTools with a - // way to access it when the onCommitRoot() hook is called. - root.memoizedInteractions = interactions; - if (interactions.size > 0) { - var subscriber = tracing.__subscriberRef.current; - if (subscriber !== null) { - var threadID = computeThreadID(root, lanes); - try { - subscriber.onWorkStarted(interactions, threadID); - } catch (error) { - // If the subscriber throws, rethrow it in a separate task - scheduleCallback(ImmediatePriority$1, function() { - throw error; - }); - } - } - } - } - function finishPendingInteractions(root, committedLanes) { - var remainingLanesAfterCommit = root.pendingLanes; - var subscriber; - try { - subscriber = tracing.__subscriberRef.current; - if (subscriber !== null && root.memoizedInteractions.size > 0) { - // FIXME: More than one lane can finish in a single commit. - var threadID = computeThreadID(root, committedLanes); - subscriber.onWorkStopped(root.memoizedInteractions, threadID); - } - } catch (error2) { - // If the subscriber throws, rethrow it in a separate task - scheduleCallback(ImmediatePriority$1, function() { - throw error2; - }); - } finally{ - // Clear completed interactions from the pending Map. - // Unless the render was suspended or cascading work was scheduled, - // In which case– leave pending interactions until the subsequent render. - var pendingInteractionMap = root.pendingInteractionMap; - pendingInteractionMap.forEach(function(scheduledInteractions, lane) { - // Only decrement the pending interaction count if we're done. - // If there's still work at the current priority, - // That indicates that we are waiting for suspense data. - if (!includesSomeLane(remainingLanesAfterCommit, lane)) { - pendingInteractionMap.delete(lane); - scheduledInteractions.forEach(function(interaction) { - interaction.__count--; - if (subscriber !== null && interaction.__count === 0) try { - subscriber.onInteractionScheduledWorkCompleted(interaction); - } catch (error) { - // If the subscriber throws, rethrow it in a separate task - scheduleCallback(ImmediatePriority$1, function() { - throw error; - }); - } - }); - } - }); - } - } // `act` testing API - function shouldForceFlushFallbacksInDEV() { - // Never force flush in production. This function should get stripped out. - return actingUpdatesScopeDepth > 0; + function warnIfSuspenseResolutionNotWrappedWithActDEV(root) { + if (root.tag !== LegacyRoot && isConcurrentActEnvironment() && ReactCurrentActQueue$1.current === null) error("A suspended resource finished loading inside a test, but the event was not wrapped in act(...).\n\nWhen testing, code that resolves suspended data should be wrapped into act(...):\n\nact(() => {\n /* finish loading suspended data */\n});\n/* assert on the output */\n\nThis ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act"); } - // so we can tell if any async act() calls try to run in parallel. - var actingUpdatesScopeDepth = 0; - function detachFiberAfterEffects(fiber) { - fiber.sibling = null; - fiber.stateNode = null; + function setIsRunningInsertionEffect(isRunning) { + isRunningInsertionEffect = isRunning; } - var resolveFamily = null; // $FlowFixMe Flow gets confused by a WeakSet feature check below. + /* eslint-disable react-internal/prod-error-codes */ var resolveFamily = null; // $FlowFixMe Flow gets confused by a WeakSet feature check below. var failedBoundaries = null; var setRefreshHandler = function(handler) { resolveFamily = handler; @@ -20095,7 +24376,7 @@ module.exports = require('./cjs/react-dom.development.js'); var family = resolveFamily(type); if (family === undefined) { // Check if we're dealing with a real forwardRef. Don't want to crash early. - if (type !== null && type !== undefined && typeof type.render === 'function') { + if (type !== null && type !== undefined && typeof type.render === "function") { // ForwardRef is special because its resolved .type is an object, // but it's possible that we only have its inner render function in the map. // If that inner render function is different, we'll build a new forwardRef type. @@ -20119,13 +24400,13 @@ module.exports = require('./cjs/react-dom.development.js'); var prevType = fiber.elementType; var nextType = element.type; // If we got here, we know types aren't === equal. var needsCompareFamilies = false; - var $$typeofNextType = typeof nextType === 'object' && nextType !== null ? nextType.$$typeof : null; + var $$typeofNextType = typeof nextType === "object" && nextType !== null ? nextType.$$typeof : null; switch(fiber.tag){ case ClassComponent: - if (typeof nextType === 'function') needsCompareFamilies = true; + if (typeof nextType === "function") needsCompareFamilies = true; break; case FunctionComponent: - if (typeof nextType === 'function') needsCompareFamilies = true; + if (typeof nextType === "function") needsCompareFamilies = true; else if ($$typeofNextType === REACT_LAZY_TYPE) // We don't know the inner type yet. // We're going to assume that the lazy inner type is stable, // and so it is sufficient to avoid reconciling it away. @@ -20160,7 +24441,7 @@ module.exports = require('./cjs/react-dom.development.js'); function markFailedErrorBoundaryForHotReloading(fiber) { if (resolveFamily === null) // Hot reloading is disabled. return; - if (typeof WeakSet !== 'function') return; + if (typeof WeakSet !== "function") return; if (failedBoundaries === null) failedBoundaries = new WeakSet(); failedBoundaries.add(fiber); } @@ -20196,7 +24477,7 @@ module.exports = require('./cjs/react-dom.development.js'); candidateType = type.render; break; } - if (resolveFamily === null) throw new Error('Expected resolveFamily to be set during hot reload.'); + if (resolveFamily === null) throw new Error("Expected resolveFamily to be set during hot reload."); var needsRender = false; var needsRemount = false; if (candidateType !== null) { @@ -20213,7 +24494,10 @@ module.exports = require('./cjs/react-dom.development.js'); if (failedBoundaries.has(fiber) || alternate !== null && failedBoundaries.has(alternate)) needsRemount = true; } if (needsRemount) fiber._debugNeedsRemount = true; - if (needsRemount || needsRender) scheduleUpdateOnFiber(fiber, SyncLane, NoTimestamp); + if (needsRemount || needsRender) { + var _root = enqueueConcurrentRenderForLane(fiber, SyncLane); + if (_root !== null) scheduleUpdateOnFiber(_root, fiber, SyncLane, NoTimestamp); + } if (child !== null && !needsRemount) scheduleFibersWithFamiliesRecursively(child, updatedFamilies, staleFamilies); if (sibling !== null) scheduleFibersWithFamiliesRecursively(sibling, updatedFamilies, staleFamilies); } @@ -20267,7 +24551,7 @@ module.exports = require('./cjs/react-dom.development.js'); hostInstances.add(node.stateNode.containerInfo); return; } - if (node.return === null) throw new Error('Expected to reach root first.'); + if (node.return === null) throw new Error("Expected to reach root first."); node = node.return; } } @@ -20297,8 +24581,7 @@ module.exports = require('./cjs/react-dom.development.js'); var hasBadMapPolyfill; hasBadMapPolyfill = false; try { - var nonExtensibleObject = Object.preventExtensions({ - }); + var nonExtensibleObject = Object.preventExtensions({}); /* eslint-disable no-new */ new Map([ [ nonExtensibleObject, @@ -20308,11 +24591,10 @@ module.exports = require('./cjs/react-dom.development.js'); new Set([ nonExtensibleObject ]); - /* eslint-enable no-new */ } catch (e) { + /* eslint-enable no-new */ } catch (e1) { // TODO: Consider warning about bad polyfills hasBadMapPolyfill = true; } - var debugCounter = 1; function FiberNode(tag, pendingProps, key, mode) { // Instance this.tag = tag; @@ -20332,9 +24614,8 @@ module.exports = require('./cjs/react-dom.development.js'); this.dependencies = null; this.mode = mode; // Effects this.flags = NoFlags; - this.nextEffect = null; - this.firstEffect = null; - this.lastEffect = null; + this.subtreeFlags = NoFlags; + this.deletions = null; this.lanes = NoLanes; this.childLanes = NoLanes; this.alternate = null; @@ -20361,12 +24642,11 @@ module.exports = require('./cjs/react-dom.development.js'); this.selfBaseDuration = 0; this.treeBaseDuration = 0; // This isn't directly used but is handy for debugging internals: - this._debugID = debugCounter++; this._debugSource = null; this._debugOwner = null; this._debugNeedsRemount = false; this._debugHookTypes = null; - if (!hasBadMapPolyfill && typeof Object.preventExtensions === 'function') Object.preventExtensions(this); + if (!hasBadMapPolyfill && typeof Object.preventExtensions === "function") Object.preventExtensions(this); } // This is a constructor function, rather than a POJO constructor, still // please ensure we do the following: // 1) Nobody should add any instance methods on this. Instance methods can be @@ -20389,10 +24669,10 @@ module.exports = require('./cjs/react-dom.development.js'); return !!(prototype && prototype.isReactComponent); } function isSimpleFunctionComponent(type) { - return typeof type === 'function' && !shouldConstruct$1(type) && type.defaultProps === undefined; + return typeof type === "function" && !shouldConstruct$1(type) && type.defaultProps === undefined; } function resolveLazyComponentTag(Component) { - if (typeof Component === 'function') return shouldConstruct$1(Component) ? ClassComponent : FunctionComponent; + if (typeof Component === "function") return shouldConstruct$1(Component) ? ClassComponent : FunctionComponent; else if (Component !== undefined && Component !== null) { var $$typeof = Component.$$typeof; if ($$typeof === REACT_FORWARD_REF_TYPE) return ForwardRef; @@ -20413,7 +24693,6 @@ module.exports = require('./cjs/react-dom.development.js'); workInProgress.type = current.type; workInProgress.stateNode = current.stateNode; // DEV-only fields - workInProgress._debugID = current._debugID; workInProgress._debugSource = current._debugSource; workInProgress._debugOwner = current._debugOwner; workInProgress._debugHookTypes = current._debugHookTypes; @@ -20423,17 +24702,18 @@ module.exports = require('./cjs/react-dom.development.js'); workInProgress.pendingProps = pendingProps; // Needed because Blocks store data on type. workInProgress.type = current.type; // We already have an alternate. // Reset the effect tag. - workInProgress.flags = NoFlags; // The effect list is no longer valid. - workInProgress.nextEffect = null; - workInProgress.firstEffect = null; - workInProgress.lastEffect = null; + workInProgress.flags = NoFlags; // The effects are no longer valid. + workInProgress.subtreeFlags = NoFlags; + workInProgress.deletions = null; // We intentionally reset, rather than copy, actualDuration & actualStartTime. // This prevents time from endlessly accumulating in new commits. // This has the downside of resetting values for different priority renders, // But works for yielding (the common case) and should support resuming. workInProgress.actualDuration = 0; workInProgress.actualStartTime = -1; - } + } // Reset all effects except static ones. + // Static effects are not specific to a render. + workInProgress.flags = current.flags & StaticMask; workInProgress.childLanes = current.childLanes; workInProgress.lanes = current.lanes; workInProgress.child = current.child; @@ -20474,18 +24754,16 @@ module.exports = require('./cjs/react-dom.development.js'); // when they should be reading from current and writing to workInProgress. // We assume pendingProps, index, key, ref, return are still untouched to // avoid doing another reconciliation. - // Reset the effect tag but keep any Placement tags, since that's something + // Reset the effect flags but keep any Placement tags, since that's something // that child fiber is setting, not the reconciliation. - workInProgress.flags &= Placement; // The effect list is no longer valid. - workInProgress.nextEffect = null; - workInProgress.firstEffect = null; - workInProgress.lastEffect = null; + workInProgress.flags &= StaticMask | Placement; // The effects are no longer valid. var current = workInProgress.alternate; if (current === null) { // Reset to createFiber's initial values. workInProgress.childLanes = NoLanes; workInProgress.lanes = renderLanes; workInProgress.child = null; + workInProgress.subtreeFlags = NoFlags; workInProgress.memoizedProps = null; workInProgress.memoizedState = null; workInProgress.updateQueue = null; @@ -20500,6 +24778,8 @@ module.exports = require('./cjs/react-dom.development.js'); workInProgress.childLanes = current.childLanes; workInProgress.lanes = current.lanes; workInProgress.child = current.child; + workInProgress.subtreeFlags = NoFlags; + workInProgress.deletions = null; workInProgress.memoizedProps = current.memoizedProps; workInProgress.memoizedState = current.memoizedState; workInProgress.updateQueue = current.updateQueue; // Needed because Blocks store data on type. @@ -20517,11 +24797,15 @@ module.exports = require('./cjs/react-dom.development.js'); } return workInProgress; } - function createHostRootFiber(tag) { + function createHostRootFiber(tag, isStrictMode, concurrentUpdatesByDefaultOverride) { var mode; - if (tag === ConcurrentRoot) mode = ConcurrentMode | BlockingMode | StrictMode; - else if (tag === BlockingRoot) mode = BlockingMode | StrictMode; - else mode = NoMode; + if (tag === ConcurrentRoot) { + mode = ConcurrentMode; + if (isStrictMode === true) { + mode |= StrictLegacyMode; + mode |= StrictEffectsMode; + } + } else mode = NoMode; if (isDevToolsPresent) // Always collect profile timings when DevTools are present. // This enables DevTools to start capturing timing at any point– // Without some nodes in the tree having empty base times. @@ -20531,22 +24815,20 @@ module.exports = require('./cjs/react-dom.development.js'); function createFiberFromTypeAndProps(type, key, pendingProps, owner, mode, lanes) { var fiberTag = IndeterminateComponent; // The resolved type is set if we know what the final type will be. I.e. it's not lazy. var resolvedType = type; - if (typeof type === 'function') { + if (typeof type === "function") { if (shouldConstruct$1(type)) { fiberTag = ClassComponent; resolvedType = resolveClassForHotReloading(resolvedType); } else resolvedType = resolveFunctionForHotReloading(resolvedType); - } else if (typeof type === 'string') fiberTag = HostComponent; + } else if (typeof type === "string") fiberTag = HostComponent; else getTag: switch(type){ case REACT_FRAGMENT_TYPE: return createFiberFromFragment(pendingProps.children, mode, lanes, key); - case REACT_DEBUG_TRACING_MODE_TYPE: - fiberTag = Mode; - mode |= DebugTracingMode; - break; case REACT_STRICT_MODE_TYPE: fiberTag = Mode; - mode |= StrictMode; + mode |= StrictLegacyMode; + if ((mode & ConcurrentMode) !== NoMode) // Strict effects should never run on legacy roots + mode |= StrictEffectsMode; break; case REACT_PROFILER_TYPE: return createFiberFromProfiler(pendingProps, mode, lanes, key); @@ -20557,11 +24839,17 @@ module.exports = require('./cjs/react-dom.development.js'); case REACT_OFFSCREEN_TYPE: return createFiberFromOffscreen(pendingProps, mode, lanes, key); case REACT_LEGACY_HIDDEN_TYPE: - return createFiberFromLegacyHidden(pendingProps, mode, lanes, key); + // eslint-disable-next-line no-fallthrough case REACT_SCOPE_TYPE: // eslint-disable-next-line no-fallthrough + case REACT_CACHE_TYPE: + // eslint-disable-next-line no-fallthrough + case REACT_TRACING_MARKER_TYPE: + // eslint-disable-next-line no-fallthrough + case REACT_DEBUG_TRACING_MODE_TYPE: + // eslint-disable-next-line no-fallthrough default: - if (typeof type === 'object' && type !== null) switch(type.$$typeof){ + if (typeof type === "object" && type !== null) switch(type.$$typeof){ case REACT_PROVIDER_TYPE: fiberTag = ContextProvider; break getTag; @@ -20580,15 +24868,12 @@ module.exports = require('./cjs/react-dom.development.js'); fiberTag = LazyComponent; resolvedType = null; break getTag; - case REACT_BLOCK_TYPE: - fiberTag = Block; - break getTag; } - var info = ''; - if (type === undefined || typeof type === 'object' && type !== null && Object.keys(type).length === 0) info += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."; - var ownerName = owner ? getComponentName(owner.type) : null; - if (ownerName) info += '\n\nCheck the render method of `' + ownerName + '`.'; - throw Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: " + (type == null ? type : typeof type) + "." + info); + var info = ""; + if (type === undefined || typeof type === "object" && type !== null && Object.keys(type).length === 0) info += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."; + var ownerName = owner ? getComponentNameFromFiber(owner) : null; + if (ownerName) info += "\n\nCheck the render method of `" + ownerName + "`."; + throw new Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) " + ("but got: " + (type == null ? type : typeof type) + "." + info)); } var fiber = createFiber(fiberTag, pendingProps, key, mode); fiber.elementType = type; @@ -20614,10 +24899,9 @@ module.exports = require('./cjs/react-dom.development.js'); return fiber; } function createFiberFromProfiler(pendingProps, mode, lanes, key) { - if (typeof pendingProps.id !== 'string') error1('Profiler must specify an "id" as a prop'); - var fiber = createFiber(Profiler, pendingProps, key, mode | ProfileMode); // TODO: The Profiler fiber shouldn't have a type. It has a tag. + if (typeof pendingProps.id !== "string") error('Profiler must specify an "id" of type `string` as a prop. Received the type `%s` instead.', typeof pendingProps.id); + var fiber = createFiber(Profiler, pendingProps, key, mode | ProfileMode); fiber.elementType = REACT_PROFILER_TYPE; - fiber.type = REACT_PROFILER_TYPE; fiber.lanes = lanes; fiber.stateNode = { effectDuration: 0, @@ -20626,36 +24910,25 @@ module.exports = require('./cjs/react-dom.development.js'); return fiber; } function createFiberFromSuspense(pendingProps, mode, lanes, key) { - var fiber = createFiber(SuspenseComponent, pendingProps, key, mode); // TODO: The SuspenseComponent fiber shouldn't have a type. It has a tag. - // This needs to be fixed in getComponentName so that it relies on the tag - // instead. - fiber.type = REACT_SUSPENSE_TYPE; + var fiber = createFiber(SuspenseComponent, pendingProps, key, mode); fiber.elementType = REACT_SUSPENSE_TYPE; fiber.lanes = lanes; return fiber; } function createFiberFromSuspenseList(pendingProps, mode, lanes, key) { var fiber = createFiber(SuspenseListComponent, pendingProps, key, mode); - // TODO: The SuspenseListComponent fiber shouldn't have a type. It has a tag. - // This needs to be fixed in getComponentName so that it relies on the tag - // instead. - fiber.type = REACT_SUSPENSE_LIST_TYPE; fiber.elementType = REACT_SUSPENSE_LIST_TYPE; fiber.lanes = lanes; return fiber; } function createFiberFromOffscreen(pendingProps, mode, lanes, key) { - var fiber = createFiber(OffscreenComponent, pendingProps, key, mode); // TODO: The OffscreenComponent fiber shouldn't have a type. It has a tag. - fiber.type = REACT_OFFSCREEN_TYPE; + var fiber = createFiber(OffscreenComponent, pendingProps, key, mode); fiber.elementType = REACT_OFFSCREEN_TYPE; fiber.lanes = lanes; - return fiber; - } - function createFiberFromLegacyHidden(pendingProps, mode, lanes, key) { - var fiber = createFiber(LegacyHiddenComponent, pendingProps, key, mode); // TODO: The LegacyHidden fiber shouldn't have a type. It has a tag. - fiber.type = REACT_LEGACY_HIDDEN_TYPE; - fiber.elementType = REACT_LEGACY_HIDDEN_TYPE; - fiber.lanes = lanes; + var primaryChildInstance = { + isHidden: false + }; + fiber.stateNode = primaryChildInstance; return fiber; } function createFiberFromText(content, mode, lanes) { @@ -20664,9 +24937,13 @@ module.exports = require('./cjs/react-dom.development.js'); return fiber; } function createFiberFromHostInstanceForDeletion() { - var fiber = createFiber(HostComponent, null, null, NoMode); // TODO: These should not need a type. - fiber.elementType = 'DELETED'; - fiber.type = 'DELETED'; + var fiber = createFiber(HostComponent, null, null, NoMode); + fiber.elementType = "DELETED"; + return fiber; + } + function createFiberFromDehydratedFragment(dehydratedNode) { + var fiber = createFiber(DehydratedFragment, null, null, NoMode); + fiber.stateNode = dehydratedNode; return fiber; } function createFiberFromPortal(portal, mode, lanes) { @@ -20707,9 +24984,8 @@ module.exports = require('./cjs/react-dom.development.js'); target.dependencies = source.dependencies; target.mode = source.mode; target.flags = source.flags; - target.nextEffect = source.nextEffect; - target.firstEffect = source.firstEffect; - target.lastEffect = source.lastEffect; + target.subtreeFlags = source.subtreeFlags; + target.deletions = source.deletions; target.lanes = source.lanes; target.childLanes = source.childLanes; target.alternate = source.alternate; @@ -20717,14 +24993,13 @@ module.exports = require('./cjs/react-dom.development.js'); target.actualStartTime = source.actualStartTime; target.selfBaseDuration = source.selfBaseDuration; target.treeBaseDuration = source.treeBaseDuration; - target._debugID = source._debugID; target._debugSource = source._debugSource; target._debugOwner = source._debugOwner; target._debugNeedsRemount = source._debugNeedsRemount; target._debugHookTypes = source._debugHookTypes; return target; } - function FiberRootNode(containerInfo, tag, hydrate) { + function FiberRootNode(containerInfo, tag, hydrate, identifierPrefix, onRecoverableError) { this.tag = tag; this.containerInfo = containerInfo; this.pendingChildren = null; @@ -20734,9 +25009,8 @@ module.exports = require('./cjs/react-dom.development.js'); this.timeoutHandle = noTimeout; this.context = null; this.pendingContext = null; - this.hydrate = hydrate; this.callbackNode = null; - this.callbackPriority = NoLanePriority; + this.callbackPriority = NoLane; this.eventTimes = createLaneMap(NoLanes); this.expirationTimes = createLaneMap(NoTimestamp); this.pendingLanes = NoLanes; @@ -20747,50 +25021,52 @@ module.exports = require('./cjs/react-dom.development.js'); this.finishedLanes = NoLanes; this.entangledLanes = NoLanes; this.entanglements = createLaneMap(NoLanes); + this.identifierPrefix = identifierPrefix; + this.onRecoverableError = onRecoverableError; this.mutableSourceEagerHydrationData = null; - this.interactionThreadID = tracing.unstable_getThreadID(); - this.memoizedInteractions = new Set(); - this.pendingInteractionMap = new Map(); + this.effectDuration = 0; + this.passiveEffectDuration = 0; + this.memoizedUpdaters = new Set(); + var pendingUpdatersLaneMap = this.pendingUpdatersLaneMap = []; + for(var _i = 0; _i < TotalLanes; _i++)pendingUpdatersLaneMap.push(new Set()); switch(tag){ - case BlockingRoot: - this._debugRootType = 'createBlockingRoot()'; - break; case ConcurrentRoot: - this._debugRootType = 'createRoot()'; + this._debugRootType = hydrate ? "hydrateRoot()" : "createRoot()"; break; case LegacyRoot: - this._debugRootType = 'createLegacyRoot()'; + this._debugRootType = hydrate ? "hydrate()" : "render()"; break; } } - function createFiberRoot(containerInfo, tag, hydrate, hydrationCallbacks) { - var root = new FiberRootNode(containerInfo, tag, hydrate); + function createFiberRoot(containerInfo, tag, hydrate, initialChildren, hydrationCallbacks, isStrictMode, concurrentUpdatesByDefaultOverride, // host config, but because they are passed in at runtime, we have to thread + // them through the root constructor. Perhaps we should put them all into a + // single type, like a DynamicHostConfig that is defined by the renderer. + identifierPrefix, onRecoverableError, transitionCallbacks) { + var root = new FiberRootNode(containerInfo, tag, hydrate, identifierPrefix, onRecoverableError); // stateNode is any. - var uninitializedFiber = createHostRootFiber(tag); + var uninitializedFiber = createHostRootFiber(tag, isStrictMode); root.current = uninitializedFiber; uninitializedFiber.stateNode = root; + var _initialState = { + element: initialChildren, + isDehydrated: hydrate, + cache: null, + // not enabled yet + transitions: null, + pendingSuspenseBoundaries: null + }; + uninitializedFiber.memoizedState = _initialState; initializeUpdateQueue(uninitializedFiber); return root; } - // This ensures that the version used for server rendering matches the one - // that is eventually read during hydration. - // If they don't match there's a potential tear and a full deopt render is required. - function registerMutableSourceForHydration(root, mutableSource) { - var getVersion = mutableSource._getVersion; - var version = getVersion(mutableSource._source); // TODO Clear this data once all pending hydration work is finished. - // Retaining it forever may interfere with GC. - if (root.mutableSourceEagerHydrationData == null) root.mutableSourceEagerHydrationData = [ - mutableSource, - version - ]; - else root.mutableSourceEagerHydrationData.push(mutableSource, version); - } + var ReactVersion = "18.2.0"; function createPortal(children, containerInfo, implementation) { var key = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : null; + checkKeyStringCoercion(key); return { // This tag allow us to uniquely identify this as a React Portal $$typeof: REACT_PORTAL_TYPE, - key: key == null ? null : '' + key, + key: key == null ? null : "" + key, children: children, containerInfo: containerInfo, implementation: implementation @@ -20799,11 +25075,10 @@ module.exports = require('./cjs/react-dom.development.js'); var didWarnAboutNestedUpdates; var didWarnAboutFindNodeInStrictMode; didWarnAboutNestedUpdates = false; - didWarnAboutFindNodeInStrictMode = { - }; + didWarnAboutFindNodeInStrictMode = {}; function getContextForSubtree(parentComponent) { if (!parentComponent) return emptyContextObject; - var fiber = get1(parentComponent); + var fiber = get(parentComponent); var parentContext = findCurrentUnmaskedContext(fiber); if (fiber.tag === ClassComponent) { var Component = fiber.type; @@ -20812,22 +25087,25 @@ module.exports = require('./cjs/react-dom.development.js'); return parentContext; } function findHostInstanceWithWarning(component, methodName) { - var fiber = get1(component); + var fiber = get(component); if (fiber === undefined) { - if (typeof component.render === 'function') throw Error("Unable to find node on an unmounted component."); - else throw Error("Argument appears to not be a ReactComponent. Keys: " + Object.keys(component)); + if (typeof component.render === "function") throw new Error("Unable to find node on an unmounted component."); + else { + var keys = Object.keys(component).join(","); + throw new Error("Argument appears to not be a ReactComponent. Keys: " + keys); + } } var hostFiber = findCurrentHostFiber(fiber); if (hostFiber === null) return null; - if (hostFiber.mode & StrictMode) { - var componentName = getComponentName(fiber.type) || 'Component'; + if (hostFiber.mode & StrictLegacyMode) { + var componentName = getComponentNameFromFiber(fiber) || "Component"; if (!didWarnAboutFindNodeInStrictMode[componentName]) { didWarnAboutFindNodeInStrictMode[componentName] = true; - var previousFiber = current1; + var previousFiber = current; try { setCurrentFiber(hostFiber); - if (fiber.mode & StrictMode) error1("%s is deprecated in StrictMode. %s was passed an instance of %s which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node", methodName, methodName, componentName); - else error1("%s is deprecated in StrictMode. %s was passed an instance of %s which renders StrictMode children. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node", methodName, methodName, componentName); + if (fiber.mode & StrictLegacyMode) error("%s is deprecated in StrictMode. %s was passed an instance of %s which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node", methodName, methodName, componentName); + else error("%s is deprecated in StrictMode. %s was passed an instance of %s which renders StrictMode children. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node", methodName, methodName, componentName); } finally{ // Ideally this should reset to previous but this shouldn't be called in // render and there's another warning for that anyway. @@ -20838,25 +25116,41 @@ module.exports = require('./cjs/react-dom.development.js'); } return hostFiber.stateNode; } - function createContainer(containerInfo, tag, hydrate, hydrationCallbacks) { - return createFiberRoot(containerInfo, tag, hydrate); + function createContainer(containerInfo, tag, hydrationCallbacks, isStrictMode, concurrentUpdatesByDefaultOverride, identifierPrefix, onRecoverableError, transitionCallbacks) { + var hydrate = false; + var initialChildren = null; + return createFiberRoot(containerInfo, tag, hydrate, initialChildren, hydrationCallbacks, isStrictMode, concurrentUpdatesByDefaultOverride, identifierPrefix, onRecoverableError); + } + function createHydrationContainer(initialChildren, callback, containerInfo, tag, hydrationCallbacks, isStrictMode, concurrentUpdatesByDefaultOverride, identifierPrefix, onRecoverableError, transitionCallbacks) { + var hydrate = true; + var root = createFiberRoot(containerInfo, tag, hydrate, initialChildren, hydrationCallbacks, isStrictMode, concurrentUpdatesByDefaultOverride, identifierPrefix, onRecoverableError); // TODO: Move this to FiberRoot constructor + root.context = getContextForSubtree(null); // Schedule the initial render. In a hydration root, this is different from + // a regular update because the initial render must match was was rendered + // on the server. + // NOTE: This update intentionally doesn't have a payload. We're only using + // the update to schedule work on the root fiber (and, for legacy roots, to + // enqueue the callback if one is provided). + var current = root.current; + var eventTime = requestEventTime(); + var lane = requestUpdateLane(current); + var update = createUpdate(eventTime, lane); + update.callback = callback !== undefined && callback !== null ? callback : null; + enqueueUpdate(current, update, lane); + scheduleInitialHydrationOnRoot(root, lane, eventTime); + return root; } function updateContainer(element, container, parentComponent, callback) { onScheduleRoot(container, element); var current$1 = container.current; var eventTime = requestEventTime(); - // $FlowExpectedError - jest isn't a global, and isn't recognized outside of tests - if ('undefined' !== typeof jest) { - warnIfUnmockedScheduler(current$1); - warnIfNotScopedWithMatchingAct(current$1); - } var lane = requestUpdateLane(current$1); + markRenderScheduled(lane); var context = getContextForSubtree(parentComponent); if (container.context === null) container.context = context; else container.pendingContext = context; - if (isRendering && current1 !== null && !didWarnAboutNestedUpdates) { + if (isRendering && current !== null && !didWarnAboutNestedUpdates) { didWarnAboutNestedUpdates = true; - error1("Render methods should be a pure function of props and state; triggering nested component updates from render is not allowed. If necessary, trigger nested updates in componentDidUpdate.\n\nCheck the render method of %s.", getComponentName(current1.type) || 'Unknown'); + error("Render methods should be a pure function of props and state; triggering nested component updates from render is not allowed. If necessary, trigger nested updates in componentDidUpdate.\n\nCheck the render method of %s.", getComponentNameFromFiber(current) || "Unknown"); } var update = createUpdate(eventTime, lane); // Caution: React DevTools currently depends on this property // being called "element". @@ -20865,11 +25159,14 @@ module.exports = require('./cjs/react-dom.development.js'); }; callback = callback === undefined ? null : callback; if (callback !== null) { - if (typeof callback !== 'function') error1("render(...): Expected the last optional `callback` argument to be a function. Instead received: %s.", callback); + if (typeof callback !== "function") error("render(...): Expected the last optional `callback` argument to be a function. Instead received: %s.", callback); update.callback = callback; } - enqueueUpdate(current$1, update); - scheduleUpdateOnFiber(current$1, lane, eventTime); + var root = enqueueUpdate(current$1, update, lane); + if (root !== null) { + scheduleUpdateOnFiber(root, current$1, lane, eventTime); + entangleTransitions(root, current$1, lane); + } return lane; } function getPublicRootInstance(container) { @@ -20882,56 +25179,77 @@ module.exports = require('./cjs/react-dom.development.js'); return containerFiber.child.stateNode; } } + function attemptSynchronousHydration$1(fiber) { + switch(fiber.tag){ + case HostRoot: + var root = fiber.stateNode; + if (isRootDehydrated(root)) { + // Flush the first scheduled "update". + var lanes = getHighestPriorityPendingLanes(root); + flushRoot(root, lanes); + } + break; + case SuspenseComponent: + flushSync(function() { + var root = enqueueConcurrentRenderForLane(fiber, SyncLane); + if (root !== null) { + var eventTime = requestEventTime(); + scheduleUpdateOnFiber(root, fiber, SyncLane, eventTime); + } + }); // If we're still blocked after this, we need to increase + // the priority of any promises resolving within this + // boundary so that they next attempt also has higher pri. + var retryLane = SyncLane; + markRetryLaneIfNotHydrated(fiber, retryLane); + break; + } + } function markRetryLaneImpl(fiber, retryLane) { var suspenseState = fiber.memoizedState; if (suspenseState !== null && suspenseState.dehydrated !== null) suspenseState.retryLane = higherPriorityLane(suspenseState.retryLane, retryLane); - } // Increases the priority of thennables when they resolve within this boundary. + } // Increases the priority of thenables when they resolve within this boundary. function markRetryLaneIfNotHydrated(fiber, retryLane) { markRetryLaneImpl(fiber, retryLane); var alternate = fiber.alternate; if (alternate) markRetryLaneImpl(alternate, retryLane); } - function attemptUserBlockingHydration$1(fiber) { - if (fiber.tag !== SuspenseComponent) // We ignore HostRoots here because we can't increase - // their priority and they should not suspend on I/O, - // since you have to wrap anything that might suspend in - // Suspense. - return; - var eventTime = requestEventTime(); - var lane = InputDiscreteHydrationLane; - scheduleUpdateOnFiber(fiber, lane, eventTime); - markRetryLaneIfNotHydrated(fiber, lane); - } function attemptContinuousHydration$1(fiber) { if (fiber.tag !== SuspenseComponent) // We ignore HostRoots here because we can't increase // their priority and they should not suspend on I/O, // since you have to wrap anything that might suspend in // Suspense. return; - var eventTime = requestEventTime(); var lane = SelectiveHydrationLane; - scheduleUpdateOnFiber(fiber, lane, eventTime); + var root = enqueueConcurrentRenderForLane(fiber, lane); + if (root !== null) { + var eventTime = requestEventTime(); + scheduleUpdateOnFiber(root, fiber, lane, eventTime); + } markRetryLaneIfNotHydrated(fiber, lane); } function attemptHydrationAtCurrentPriority$1(fiber) { if (fiber.tag !== SuspenseComponent) // We ignore HostRoots here because we can't increase // their priority other than synchronously flush it. return; - var eventTime = requestEventTime(); var lane = requestUpdateLane(fiber); - scheduleUpdateOnFiber(fiber, lane, eventTime); + var root = enqueueConcurrentRenderForLane(fiber, lane); + if (root !== null) { + var eventTime = requestEventTime(); + scheduleUpdateOnFiber(root, fiber, lane, eventTime); + } markRetryLaneIfNotHydrated(fiber, lane); } - function runWithPriority$2(priority, fn) { - setCurrentUpdateLanePriority(priority); - return fn(); - } function findHostInstanceWithNoPortals(fiber) { var hostFiber = findCurrentHostFiberWithNoPortals(fiber); if (hostFiber === null) return null; - if (hostFiber.tag === FundamentalComponent) return hostFiber.stateNode.instance; return hostFiber.stateNode; } + var shouldErrorImpl = function(fiber) { + return null; + }; + function shouldError(fiber) { + return shouldErrorImpl(fiber); + } var shouldSuspendImpl = function(fiber) { return false; }; @@ -20945,13 +25263,13 @@ module.exports = require('./cjs/react-dom.development.js'); var overridePropsDeletePath = null; var overridePropsRenamePath = null; var scheduleUpdate = null; + var setErrorHandler = null; var setSuspenseHandler = null; var copyWithDeleteImpl = function(obj, path, index) { var key = path[index]; - var updated = Array.isArray(obj) ? obj.slice() : _assign({ - }, obj); + var updated = isArray(obj) ? obj.slice() : assign({}, obj); if (index + 1 === path.length) { - if (Array.isArray(updated)) updated.splice(key, 1); + if (isArray(updated)) updated.splice(key, 1); else delete updated[key]; return updated; } // $FlowFixMe number or string is fine here @@ -20963,12 +25281,11 @@ module.exports = require('./cjs/react-dom.development.js'); }; var copyWithRenameImpl = function(obj, oldPath, newPath, index) { var oldKey = oldPath[index]; - var updated = Array.isArray(obj) ? obj.slice() : _assign({ - }, obj); + var updated = isArray(obj) ? obj.slice() : assign({}, obj); if (index + 1 === oldPath.length) { var newKey = newPath[index]; // $FlowFixMe number or string is fine here updated[newKey] = updated[oldKey]; - if (Array.isArray(updated)) updated.splice(oldKey, 1); + if (isArray(updated)) updated.splice(oldKey, 1); else delete updated[oldKey]; } else // $FlowFixMe number or string is fine here updated[oldKey] = copyWithRenameImpl(obj[oldKey], oldPath, newPath, index + 1); @@ -20976,11 +25293,11 @@ module.exports = require('./cjs/react-dom.development.js'); }; var copyWithRename = function(obj, oldPath, newPath) { if (oldPath.length !== newPath.length) { - warn('copyWithRename() expects paths of the same length'); + warn("copyWithRename() expects paths of the same length"); return; } else { for(var i = 0; i < newPath.length - 1; i++)if (oldPath[i] !== newPath[i]) { - warn('copyWithRename() expects paths to be the same except for the deepest key'); + warn("copyWithRename() expects paths to be the same except for the deepest key"); return; } } @@ -20989,8 +25306,7 @@ module.exports = require('./cjs/react-dom.development.js'); var copyWithSetImpl = function(obj, path, index, value) { if (index >= path.length) return value; var key = path[index]; - var updated = Array.isArray(obj) ? obj.slice() : _assign({ - }, obj); // $FlowFixMe number or string is fine here + var updated = isArray(obj) ? obj.slice() : assign({}, obj); // $FlowFixMe number or string is fine here updated[key] = copyWithSetImpl(obj[key], path, index + 1, value); return updated; }; @@ -21017,9 +25333,9 @@ module.exports = require('./cjs/react-dom.development.js'); // (There's no appropriate action type for DevTools overrides.) // As a result though, React will see the scheduled update as a noop and bailout. // Shallow cloning props works as a workaround for now to bypass the bailout check. - fiber.memoizedProps = _assign({ - }, fiber.memoizedProps); - scheduleUpdateOnFiber(fiber, SyncLane, NoTimestamp); + fiber.memoizedProps = assign({}, fiber.memoizedProps); + var root = enqueueConcurrentRenderForLane(fiber, SyncLane); + if (root !== null) scheduleUpdateOnFiber(root, fiber, SyncLane, NoTimestamp); } }; overrideHookStateDeletePath = function(fiber, id, path) { @@ -21032,9 +25348,9 @@ module.exports = require('./cjs/react-dom.development.js'); // (There's no appropriate action type for DevTools overrides.) // As a result though, React will see the scheduled update as a noop and bailout. // Shallow cloning props works as a workaround for now to bypass the bailout check. - fiber.memoizedProps = _assign({ - }, fiber.memoizedProps); - scheduleUpdateOnFiber(fiber, SyncLane, NoTimestamp); + fiber.memoizedProps = assign({}, fiber.memoizedProps); + var root = enqueueConcurrentRenderForLane(fiber, SyncLane); + if (root !== null) scheduleUpdateOnFiber(root, fiber, SyncLane, NoTimestamp); } }; overrideHookStateRenamePath = function(fiber, id, oldPath, newPath) { @@ -21047,28 +25363,35 @@ module.exports = require('./cjs/react-dom.development.js'); // (There's no appropriate action type for DevTools overrides.) // As a result though, React will see the scheduled update as a noop and bailout. // Shallow cloning props works as a workaround for now to bypass the bailout check. - fiber.memoizedProps = _assign({ - }, fiber.memoizedProps); - scheduleUpdateOnFiber(fiber, SyncLane, NoTimestamp); + fiber.memoizedProps = assign({}, fiber.memoizedProps); + var root = enqueueConcurrentRenderForLane(fiber, SyncLane); + if (root !== null) scheduleUpdateOnFiber(root, fiber, SyncLane, NoTimestamp); } }; // Support DevTools props for function components, forwardRef, memo, host components, etc. overrideProps = function(fiber, path, value) { fiber.pendingProps = copyWithSet(fiber.memoizedProps, path, value); if (fiber.alternate) fiber.alternate.pendingProps = fiber.pendingProps; - scheduleUpdateOnFiber(fiber, SyncLane, NoTimestamp); + var root = enqueueConcurrentRenderForLane(fiber, SyncLane); + if (root !== null) scheduleUpdateOnFiber(root, fiber, SyncLane, NoTimestamp); }; overridePropsDeletePath = function(fiber, path) { fiber.pendingProps = copyWithDelete(fiber.memoizedProps, path); if (fiber.alternate) fiber.alternate.pendingProps = fiber.pendingProps; - scheduleUpdateOnFiber(fiber, SyncLane, NoTimestamp); + var root = enqueueConcurrentRenderForLane(fiber, SyncLane); + if (root !== null) scheduleUpdateOnFiber(root, fiber, SyncLane, NoTimestamp); }; overridePropsRenamePath = function(fiber, oldPath, newPath) { fiber.pendingProps = copyWithRename(fiber.memoizedProps, oldPath, newPath); if (fiber.alternate) fiber.alternate.pendingProps = fiber.pendingProps; - scheduleUpdateOnFiber(fiber, SyncLane, NoTimestamp); + var root = enqueueConcurrentRenderForLane(fiber, SyncLane); + if (root !== null) scheduleUpdateOnFiber(root, fiber, SyncLane, NoTimestamp); }; scheduleUpdate = function(fiber) { - scheduleUpdateOnFiber(fiber, SyncLane, NoTimestamp); + var root = enqueueConcurrentRenderForLane(fiber, SyncLane); + if (root !== null) scheduleUpdateOnFiber(root, fiber, SyncLane, NoTimestamp); + }; + setErrorHandler = function(newShouldErrorImpl) { + shouldErrorImpl = newShouldErrorImpl; }; setSuspenseHandler = function(newShouldSuspendImpl) { shouldSuspendImpl = newShouldSuspendImpl; @@ -21082,7 +25405,7 @@ module.exports = require('./cjs/react-dom.development.js'); return null; } function getCurrentFiberForDevTools() { - return current1; + return current; } function injectIntoDevTools(devToolsConfig) { var findFiberByHostInstance = devToolsConfig.findFiberByHostInstance; @@ -21098,6 +25421,7 @@ module.exports = require('./cjs/react-dom.development.js'); overrideProps: overrideProps, overridePropsDeletePath: overridePropsDeletePath, overridePropsRenamePath: overridePropsRenamePath, + setErrorHandler: setErrorHandler, setSuspenseHandler: setSuspenseHandler, scheduleUpdate: scheduleUpdate, currentDispatcherRef: ReactCurrentDispatcher, @@ -21109,176 +25433,241 @@ module.exports = require('./cjs/react-dom.development.js'); scheduleRoot: scheduleRoot, setRefreshHandler: setRefreshHandler, // Enables DevTools to append owner stacks to error messages in DEV mode. - getCurrentFiber: getCurrentFiberForDevTools + getCurrentFiber: getCurrentFiberForDevTools, + // Enables DevTools to detect reconciler version rather than renderer version + // which may not match for third party renderers. + reconcilerVersion: ReactVersion }); } - function ReactDOMRoot(container, options) { - this._internalRoot = createRootImpl(container, ConcurrentRoot, options); - } - function ReactDOMBlockingRoot(container, tag, options) { - this._internalRoot = createRootImpl(container, tag, options); + /* global reportError */ var defaultOnRecoverableError = typeof reportError === "function" ? // emulating an uncaught JavaScript error. + reportError : function(error) { + // In older browsers and test environments, fallback to console.error. + // eslint-disable-next-line react-internal/no-production-logging + console["error"](error); + }; + function ReactDOMRoot(internalRoot) { + this._internalRoot = internalRoot; } - ReactDOMRoot.prototype.render = ReactDOMBlockingRoot.prototype.render = function(children) { + ReactDOMHydrationRoot.prototype.render = ReactDOMRoot.prototype.render = function(children) { var root = this._internalRoot; - if (typeof arguments[1] === 'function') error1("render(...): does not support the second callback argument. To execute a side effect after rendering, declare it in a component body with useEffect()."); + if (root === null) throw new Error("Cannot update an unmounted root."); + if (typeof arguments[1] === "function") error("render(...): does not support the second callback argument. To execute a side effect after rendering, declare it in a component body with useEffect()."); + else if (isValidContainer(arguments[1])) error("You passed a container to the second argument of root.render(...). You don't need to pass it again since you already passed it to create the root."); + else if (typeof arguments[1] !== "undefined") error("You passed a second argument to root.render(...) but it only accepts one argument."); var container = root.containerInfo; if (container.nodeType !== COMMENT_NODE) { var hostInstance = findHostInstanceWithNoPortals(root.current); if (hostInstance) { - if (hostInstance.parentNode !== container) error1("render(...): It looks like the React-rendered content of the root container was removed without using React. This is not supported and will cause errors. Instead, call root.unmount() to empty a root's container."); + if (hostInstance.parentNode !== container) error("render(...): It looks like the React-rendered content of the root container was removed without using React. This is not supported and will cause errors. Instead, call root.unmount() to empty a root's container."); } } updateContainer(children, root, null, null); }; - ReactDOMRoot.prototype.unmount = ReactDOMBlockingRoot.prototype.unmount = function() { - if (typeof arguments[0] === 'function') error1("unmount(...): does not support a callback argument. To execute a side effect after rendering, declare it in a component body with useEffect()."); + ReactDOMHydrationRoot.prototype.unmount = ReactDOMRoot.prototype.unmount = function() { + if (typeof arguments[0] === "function") error("unmount(...): does not support a callback argument. To execute a side effect after rendering, declare it in a component body with useEffect()."); var root = this._internalRoot; - var container = root.containerInfo; - updateContainer(null, root, null, function() { + if (root !== null) { + this._internalRoot = null; + var container = root.containerInfo; + if (isAlreadyRendering()) error("Attempted to synchronously unmount a root while React was already rendering. React cannot finish unmounting the root until the current render has completed, which may lead to a race condition."); + flushSync(function() { + updateContainer(null, root, null, null); + }); unmarkContainerAsRoot(container); - }); + } }; - function createRootImpl(container, tag, options) { - // Tag is either LegacyRoot or Concurrent Root - var hydrate = options != null && options.hydrate === true; - var hydrationCallbacks = options != null && options.hydrationOptions || null; - var mutableSources = options != null && options.hydrationOptions != null && options.hydrationOptions.mutableSources || null; - var root = createContainer(container, tag, hydrate); + function createRoot(container, options) { + if (!isValidContainer(container)) throw new Error("createRoot(...): Target container is not a DOM element."); + warnIfReactDOMContainerInDEV(container); + var isStrictMode = false; + var concurrentUpdatesByDefaultOverride = false; + var identifierPrefix = ""; + var onRecoverableError = defaultOnRecoverableError; + var transitionCallbacks = null; + if (options !== null && options !== undefined) { + if (options.hydrate) warn("hydrate through createRoot is deprecated. Use ReactDOMClient.hydrateRoot(container, ) instead."); + else if (typeof options === "object" && options !== null && options.$$typeof === REACT_ELEMENT_TYPE) error("You passed a JSX element to createRoot. You probably meant to call root.render instead. Example usage:\n\n let root = createRoot(domContainer);\n root.render();"); + if (options.unstable_strictMode === true) isStrictMode = true; + if (options.identifierPrefix !== undefined) identifierPrefix = options.identifierPrefix; + if (options.onRecoverableError !== undefined) onRecoverableError = options.onRecoverableError; + if (options.transitionCallbacks !== undefined) transitionCallbacks = options.transitionCallbacks; + } + var root = createContainer(container, ConcurrentRoot, null, isStrictMode, concurrentUpdatesByDefaultOverride, identifierPrefix, onRecoverableError); markContainerAsRoot(root.current, container); - var containerNodeType = container.nodeType; var rootContainerElement = container.nodeType === COMMENT_NODE ? container.parentNode : container; listenToAllSupportedEvents(rootContainerElement); + return new ReactDOMRoot(root); + } + function ReactDOMHydrationRoot(internalRoot) { + this._internalRoot = internalRoot; + } + function scheduleHydration(target) { + if (target) queueExplicitHydrationTarget(target); + } + ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = scheduleHydration; + function hydrateRoot(container, initialChildren, options) { + if (!isValidContainer(container)) throw new Error("hydrateRoot(...): Target container is not a DOM element."); + warnIfReactDOMContainerInDEV(container); + if (initialChildren === undefined) error("Must provide initial children as second argument to hydrateRoot. Example usage: hydrateRoot(domContainer, )"); + // the hydration callbacks. + var hydrationCallbacks = options != null ? options : null; // TODO: Delete this option + var mutableSources = options != null && options.hydratedSources || null; + var isStrictMode = false; + var concurrentUpdatesByDefaultOverride = false; + var identifierPrefix = ""; + var onRecoverableError = defaultOnRecoverableError; + if (options !== null && options !== undefined) { + if (options.unstable_strictMode === true) isStrictMode = true; + if (options.identifierPrefix !== undefined) identifierPrefix = options.identifierPrefix; + if (options.onRecoverableError !== undefined) onRecoverableError = options.onRecoverableError; + } + var root = createHydrationContainer(initialChildren, null, container, ConcurrentRoot, hydrationCallbacks, isStrictMode, concurrentUpdatesByDefaultOverride, identifierPrefix, onRecoverableError); + markContainerAsRoot(root.current, container); // This can't be a comment node since hydration doesn't work on comment nodes anyway. + listenToAllSupportedEvents(container); if (mutableSources) for(var i = 0; i < mutableSources.length; i++){ var mutableSource = mutableSources[i]; registerMutableSourceForHydration(root, mutableSource); } - return root; - } - function createLegacyRoot(container, options) { - return new ReactDOMBlockingRoot(container, LegacyRoot, options); + return new ReactDOMHydrationRoot(root); } function isValidContainer(node) { - return !!(node && (node.nodeType === ELEMENT_NODE || node.nodeType === DOCUMENT_NODE || node.nodeType === DOCUMENT_FRAGMENT_NODE || node.nodeType === COMMENT_NODE && node.nodeValue === ' react-mount-point-unstable ')); + return !!(node && (node.nodeType === ELEMENT_NODE || node.nodeType === DOCUMENT_NODE || node.nodeType === DOCUMENT_FRAGMENT_NODE || !disableCommentsAsDOMContainers)); + } // TODO: Remove this function which also includes comment nodes. + // We only use it in places that are currently more relaxed. + function isValidContainerLegacy(node) { + return !!(node && (node.nodeType === ELEMENT_NODE || node.nodeType === DOCUMENT_NODE || node.nodeType === DOCUMENT_FRAGMENT_NODE || node.nodeType === COMMENT_NODE && node.nodeValue === " react-mount-point-unstable ")); + } + function warnIfReactDOMContainerInDEV(container) { + if (container.nodeType === ELEMENT_NODE && container.tagName && container.tagName.toUpperCase() === "BODY") error("createRoot(): Creating roots directly with document.body is discouraged, since its children are often manipulated by third-party scripts and browser extensions. This may lead to subtle reconciliation issues. Try using a container element created for your app."); + if (isContainerMarkedAsRoot(container)) { + if (container._reactRootContainer) error("You are calling ReactDOMClient.createRoot() on a container that was previously passed to ReactDOM.render(). This is not supported."); + else error("You are calling ReactDOMClient.createRoot() on a container that has already been passed to createRoot() before. Instead, call root.render() on the existing root instead if you want to update it."); + } } var ReactCurrentOwner$3 = ReactSharedInternals.ReactCurrentOwner; var topLevelUpdateWarnings; - var warnedAboutHydrateAPI = false; topLevelUpdateWarnings = function(container) { if (container._reactRootContainer && container.nodeType !== COMMENT_NODE) { - var hostInstance = findHostInstanceWithNoPortals(container._reactRootContainer._internalRoot.current); + var hostInstance = findHostInstanceWithNoPortals(container._reactRootContainer.current); if (hostInstance) { - if (hostInstance.parentNode !== container) error1("render(...): It looks like the React-rendered content of this container was removed without using React. This is not supported and will cause errors. Instead, call ReactDOM.unmountComponentAtNode to empty a container."); + if (hostInstance.parentNode !== container) error("render(...): It looks like the React-rendered content of this container was removed without using React. This is not supported and will cause errors. Instead, call ReactDOM.unmountComponentAtNode to empty a container."); } } var isRootRenderedBySomeReact = !!container._reactRootContainer; var rootEl = getReactRootElementInContainer(container); var hasNonRootReactChild = !!(rootEl && getInstanceFromNode(rootEl)); - if (hasNonRootReactChild && !isRootRenderedBySomeReact) error1("render(...): Replacing React-rendered children with a new root component. If you intended to update the children of this node, you should instead have the existing children update their state and render the new components instead of calling ReactDOM.render."); - if (container.nodeType === ELEMENT_NODE && container.tagName && container.tagName.toUpperCase() === 'BODY') error1("render(): Rendering components directly into document.body is discouraged, since its children are often manipulated by third-party scripts and browser extensions. This may lead to subtle reconciliation issues. Try rendering into a container element created for your app."); + if (hasNonRootReactChild && !isRootRenderedBySomeReact) error("render(...): Replacing React-rendered children with a new root component. If you intended to update the children of this node, you should instead have the existing children update their state and render the new components instead of calling ReactDOM.render."); + if (container.nodeType === ELEMENT_NODE && container.tagName && container.tagName.toUpperCase() === "BODY") error("render(): Rendering components directly into document.body is discouraged, since its children are often manipulated by third-party scripts and browser extensions. This may lead to subtle reconciliation issues. Try rendering into a container element created for your app."); }; function getReactRootElementInContainer(container) { if (!container) return null; if (container.nodeType === DOCUMENT_NODE) return container.documentElement; else return container.firstChild; } - function shouldHydrateDueToLegacyHeuristic(container) { - var rootElement = getReactRootElementInContainer(container); - return !!(rootElement && rootElement.nodeType === ELEMENT_NODE && rootElement.hasAttribute(ROOT_ATTRIBUTE_NAME)); + function noopOnRecoverableError() { + // legacy API. } - function legacyCreateRootFromDOMContainer(container, forceHydrate) { - var shouldHydrate = forceHydrate || shouldHydrateDueToLegacyHeuristic(container); // First clear any existing content. - if (!shouldHydrate) { - var warned = false; + function legacyCreateRootFromDOMContainer(container, initialChildren, parentComponent, callback, isHydrationContainer) { + if (isHydrationContainer) { + if (typeof callback === "function") { + var originalCallback = callback; + callback = function() { + var instance = getPublicRootInstance(root); + originalCallback.call(instance); + }; + } + var root = createHydrationContainer(initialChildren, callback, container, LegacyRoot, null, false, false, "", noopOnRecoverableError); + container._reactRootContainer = root; + markContainerAsRoot(root.current, container); + var rootContainerElement = container.nodeType === COMMENT_NODE ? container.parentNode : container; + listenToAllSupportedEvents(rootContainerElement); + flushSync(); + return root; + } else { + // First clear any existing content. var rootSibling; - while(rootSibling = container.lastChild){ - if (!warned && rootSibling.nodeType === ELEMENT_NODE && rootSibling.hasAttribute(ROOT_ATTRIBUTE_NAME)) { - warned = true; - error1("render(): Target node has markup rendered by React, but there are unrelated nodes as well. This is most commonly caused by white-space inserted around server-rendered markup."); - } - container.removeChild(rootSibling); + while(rootSibling = container.lastChild)container.removeChild(rootSibling); + if (typeof callback === "function") { + var _originalCallback = callback; + callback = function() { + var instance = getPublicRootInstance(_root); + _originalCallback.call(instance); + }; } + var _root = createContainer(container, LegacyRoot, null, false, false, "", noopOnRecoverableError); + container._reactRootContainer = _root; + markContainerAsRoot(_root.current, container); + var _rootContainerElement = container.nodeType === COMMENT_NODE ? container.parentNode : container; + listenToAllSupportedEvents(_rootContainerElement); // Initial mount should not be batched. + flushSync(function() { + updateContainer(initialChildren, _root, parentComponent, callback); + }); + return _root; } - if (shouldHydrate && !forceHydrate && !warnedAboutHydrateAPI) { - warnedAboutHydrateAPI = true; - warn("render(): Calling ReactDOM.render() to hydrate server-rendered markup will stop working in React v18. Replace the ReactDOM.render() call with ReactDOM.hydrate() if you want React to attach to the server HTML."); - } - return createLegacyRoot(container, shouldHydrate ? { - hydrate: true - } : undefined); } function warnOnInvalidCallback$1(callback, callerName) { - if (callback !== null && typeof callback !== 'function') error1("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.", callerName, callback); + if (callback !== null && typeof callback !== "function") error("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.", callerName, callback); } function legacyRenderSubtreeIntoContainer(parentComponent, children, container, forceHydrate, callback) { topLevelUpdateWarnings(container); - warnOnInvalidCallback$1(callback === undefined ? null : callback, 'render'); - // member of intersection type." Whyyyyyy. - var root = container._reactRootContainer; - var fiberRoot; - if (!root) { - // Initial mount - root = container._reactRootContainer = legacyCreateRootFromDOMContainer(container, forceHydrate); - fiberRoot = root._internalRoot; - if (typeof callback === 'function') { + warnOnInvalidCallback$1(callback === undefined ? null : callback, "render"); + var maybeRoot = container._reactRootContainer; + var root; + if (!maybeRoot) // Initial mount + root = legacyCreateRootFromDOMContainer(container, children, parentComponent, callback, forceHydrate); + else { + root = maybeRoot; + if (typeof callback === "function") { var originalCallback = callback; callback = function() { - var instance = getPublicRootInstance(fiberRoot); + var instance = getPublicRootInstance(root); originalCallback.call(instance); }; - } // Initial mount should not be batched. - unbatchedUpdates(function() { - updateContainer(children, fiberRoot, parentComponent, callback); - }); - } else { - fiberRoot = root._internalRoot; - if (typeof callback === 'function') { - var _originalCallback = callback; - callback = function() { - var instance = getPublicRootInstance(fiberRoot); - _originalCallback.call(instance); - }; } // Update - updateContainer(children, fiberRoot, parentComponent, callback); + updateContainer(children, root, parentComponent, callback); } - return getPublicRootInstance(fiberRoot); + return getPublicRootInstance(root); } function findDOMNode(componentOrElement) { var owner = ReactCurrentOwner$3.current; if (owner !== null && owner.stateNode !== null) { var warnedAboutRefsInRender = owner.stateNode._warnedAboutRefsInRender; - if (!warnedAboutRefsInRender) error1("%s is accessing findDOMNode inside its render(). render() should be a pure function of props and state. It should never access something that requires stale data from the previous render, such as refs. Move this logic to componentDidMount and componentDidUpdate instead.", getComponentName(owner.type) || 'A component'); + if (!warnedAboutRefsInRender) error("%s is accessing findDOMNode inside its render(). render() should be a pure function of props and state. It should never access something that requires stale data from the previous render, such as refs. Move this logic to componentDidMount and componentDidUpdate instead.", getComponentNameFromType(owner.type) || "A component"); owner.stateNode._warnedAboutRefsInRender = true; } if (componentOrElement == null) return null; if (componentOrElement.nodeType === ELEMENT_NODE) return componentOrElement; - return findHostInstanceWithWarning(componentOrElement, 'findDOMNode'); + return findHostInstanceWithWarning(componentOrElement, "findDOMNode"); } - function hydrate1(element, container, callback) { - if (!isValidContainer(container)) throw Error("Target container is not a DOM element."); + function hydrate(element, container, callback) { + error("ReactDOM.hydrate is no longer supported in React 18. Use hydrateRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"); + if (!isValidContainerLegacy(container)) throw new Error("Target container is not a DOM element."); var isModernRoot = isContainerMarkedAsRoot(container) && container._reactRootContainer === undefined; - if (isModernRoot) error1("You are calling ReactDOM.hydrate() on a container that was previously passed to ReactDOM.createRoot(). This is not supported. Did you mean to call createRoot(container, {hydrate: true}).render(element)?"); + if (isModernRoot) error("You are calling ReactDOM.hydrate() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call hydrateRoot(container, element)?"); return legacyRenderSubtreeIntoContainer(null, element, container, true, callback); } - function render1(element, container, callback) { - if (!isValidContainer(container)) throw Error("Target container is not a DOM element."); + function render(element, container, callback) { + error("ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"); + if (!isValidContainerLegacy(container)) throw new Error("Target container is not a DOM element."); var isModernRoot = isContainerMarkedAsRoot(container) && container._reactRootContainer === undefined; - if (isModernRoot) error1("You are calling ReactDOM.render() on a container that was previously passed to ReactDOM.createRoot(). This is not supported. Did you mean to call root.render(element)?"); + if (isModernRoot) error("You are calling ReactDOM.render() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call root.render(element)?"); return legacyRenderSubtreeIntoContainer(null, element, container, false, callback); } function unstable_renderSubtreeIntoContainer(parentComponent, element, containerNode, callback) { - if (!isValidContainer(containerNode)) throw Error("Target container is not a DOM element."); - if (!(parentComponent != null && has1(parentComponent))) throw Error("parentComponent must be a valid React Component"); + error("ReactDOM.unstable_renderSubtreeIntoContainer() is no longer supported in React 18. Consider using a portal instead. Until you switch to the createRoot API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"); + if (!isValidContainerLegacy(containerNode)) throw new Error("Target container is not a DOM element."); + if (parentComponent == null || !has(parentComponent)) throw new Error("parentComponent must be a valid React Component"); return legacyRenderSubtreeIntoContainer(parentComponent, element, containerNode, false, callback); } function unmountComponentAtNode(container) { - if (!isValidContainer(container)) throw Error("unmountComponentAtNode(...): Target container is not a DOM element."); + if (!isValidContainerLegacy(container)) throw new Error("unmountComponentAtNode(...): Target container is not a DOM element."); var isModernRoot = isContainerMarkedAsRoot(container) && container._reactRootContainer === undefined; - if (isModernRoot) error1("You are calling ReactDOM.unmountComponentAtNode() on a container that was previously passed to ReactDOM.createRoot(). This is not supported. Did you mean to call root.unmount()?"); + if (isModernRoot) error("You are calling ReactDOM.unmountComponentAtNode() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call root.unmount()?"); if (container._reactRootContainer) { var rootEl = getReactRootElementInContainer(container); var renderedByDifferentReact = rootEl && !getInstanceFromNode(rootEl); - if (renderedByDifferentReact) error1("unmountComponentAtNode(): The node you're attempting to unmount was rendered by another copy of React."); - unbatchedUpdates(function() { + if (renderedByDifferentReact) error("unmountComponentAtNode(): The node you're attempting to unmount was rendered by another copy of React."); + flushSync(function() { legacyRenderSubtreeIntoContainer(null, null, container, false, function() { // $FlowFixMe This should probably use `delete container._reactRootContainer` container._reactRootContainer = null; @@ -21290,22 +25679,22 @@ module.exports = require('./cjs/react-dom.development.js'); } else { var _rootEl = getReactRootElementInContainer(container); var hasNonRootReactChild = !!(_rootEl && getInstanceFromNode(_rootEl)); // Check if the container itself is a React root node. - var isContainerReactRoot = container.nodeType === ELEMENT_NODE && isValidContainer(container.parentNode) && !!container.parentNode._reactRootContainer; - if (hasNonRootReactChild) error1("unmountComponentAtNode(): The node you're attempting to unmount was rendered by React and is not a top-level container. %s", isContainerReactRoot ? "You may have accidentally passed in a React root node instead of its container." : "Instead, have the parent component update its state and rerender in order to remove this component."); + var isContainerReactRoot = container.nodeType === ELEMENT_NODE && isValidContainerLegacy(container.parentNode) && !!container.parentNode._reactRootContainer; + if (hasNonRootReactChild) error("unmountComponentAtNode(): The node you're attempting to unmount was rendered by React and is not a top-level container. %s", isContainerReactRoot ? "You may have accidentally passed in a React root node instead of its container." : "Instead, have the parent component update its state and rerender in order to remove this component."); return false; } } - setAttemptUserBlockingHydration(attemptUserBlockingHydration$1); + setAttemptSynchronousHydration(attemptSynchronousHydration$1); setAttemptContinuousHydration(attemptContinuousHydration$1); setAttemptHydrationAtCurrentPriority(attemptHydrationAtCurrentPriority$1); - setAttemptHydrationAtPriority(runWithPriority$2); - var didWarnAboutUnstableCreatePortal = false; - if (typeof Map !== 'function' || Map.prototype == null || typeof Map.prototype.forEach !== 'function' || typeof Set !== 'function' || Set.prototype == null || typeof Set.prototype.clear !== 'function' || typeof Set.prototype.forEach !== 'function') error1("React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"); + setGetCurrentUpdatePriority(getCurrentUpdatePriority); + setAttemptHydrationAtPriority(runWithPriority); + if (typeof Map !== "function" || Map.prototype == null || typeof Map.prototype.forEach !== "function" || typeof Set !== "function" || Set.prototype == null || typeof Set.prototype.clear !== "function" || typeof Set.prototype.forEach !== "function") error("React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"); setRestoreImplementation(restoreControlledState$3); - setBatchingImplementation(batchedUpdates$1, discreteUpdates$1, flushDiscreteUpdates, batchedEventUpdates$1); + setBatchingImplementation(batchedUpdates$1, discreteUpdates, flushSync); function createPortal$1(children, container) { var key = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null; - if (!isValidContainer(container)) throw Error("Target container is not a DOM element."); + if (!isValidContainer(container)) throw new Error("Target container is not a DOM element."); // TODO: pass ReactDOM portal implementation as third argument // $FlowFixMe The Flow type is opaque but there's no way to actually create it. return createPortal(children, container, null, key); @@ -21313,16 +25702,9 @@ module.exports = require('./cjs/react-dom.development.js'); function renderSubtreeIntoContainer(parentComponent, element, containerNode, callback) { return unstable_renderSubtreeIntoContainer(parentComponent, element, containerNode, callback); } - function unstable_createPortal(children, container) { - var key = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null; - if (!didWarnAboutUnstableCreatePortal) { - didWarnAboutUnstableCreatePortal = true; - warn("The ReactDOM.unstable_createPortal() alias has been deprecated, and will be removed in React 18+. Update your code to use ReactDOM.createPortal() instead. It has the exact same API, but without the \"unstable_\" prefix."); - } - return createPortal$1(children, container, key); - } var Internals = { - // Keep in sync with ReactTestUtils.js, and ReactTestUtilsAct.js. + usingClientEntryPoint: false, + // Keep in sync with ReactTestUtils.js. // This is an array for better minification. Events: [ getInstanceFromNode, @@ -21330,216 +25712,96 @@ module.exports = require('./cjs/react-dom.development.js'); getFiberCurrentPropsFromNode, enqueueStateRestore, restoreStateIfNeeded, - flushPassiveEffects, - IsThisRendererActing + batchedUpdates$1 ] }; + function createRoot$1(container, options) { + if (!Internals.usingClientEntryPoint && true) error('You are importing createRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'); + return createRoot(container, options); + } + function hydrateRoot$1(container, initialChildren, options) { + if (!Internals.usingClientEntryPoint && true) error('You are importing hydrateRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'); + return hydrateRoot(container, initialChildren, options); + } // Overload the definition to the two valid signatures. + // Warning, this opts-out of checking the function body. + // eslint-disable-next-line no-redeclare + function flushSync$1(fn) { + if (isAlreadyRendering()) error("flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task."); + return flushSync(fn); + } var foundDevTools = injectIntoDevTools({ findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 1, version: ReactVersion, - rendererPackageName: 'react-dom' + rendererPackageName: "react-dom" }); if (!foundDevTools && canUseDOM && window.top === window.self) // If we're in Chrome or Firefox, provide a download link if not installed. { - if (navigator.userAgent.indexOf('Chrome') > -1 && navigator.userAgent.indexOf('Edge') === -1 || navigator.userAgent.indexOf('Firefox') > -1) { + if (navigator.userAgent.indexOf("Chrome") > -1 && navigator.userAgent.indexOf("Edge") === -1 || navigator.userAgent.indexOf("Firefox") > -1) { var protocol = window.location.protocol; // Don't warn in exotic cases like chrome-extension://. if (/^(https?|file):$/.test(protocol)) // eslint-disable-next-line react-internal/no-production-logging - console.info("%cDownload the React DevTools for a better development experience: https://reactjs.org/link/react-devtools" + (protocol === 'file:' ? "\nYou might need to use a local HTTP server (instead of file://): https://reactjs.org/link/react-devtools-faq" : ''), 'font-weight:bold'); + console.info("%cDownload the React DevTools for a better development experience: https://reactjs.org/link/react-devtools" + (protocol === "file:" ? "\nYou might need to use a local HTTP server (instead of file://): https://reactjs.org/link/react-devtools-faq" : ""), "font-weight:bold"); } } exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Internals; exports.createPortal = createPortal$1; + exports.createRoot = createRoot$1; exports.findDOMNode = findDOMNode; - exports.flushSync = flushSync; - exports.hydrate = hydrate1; - exports.render = render1; + exports.flushSync = flushSync$1; + exports.hydrate = hydrate; + exports.hydrateRoot = hydrateRoot$1; + exports.render = render; exports.unmountComponentAtNode = unmountComponentAtNode; exports.unstable_batchedUpdates = batchedUpdates$1; - exports.unstable_createPortal = unstable_createPortal; exports.unstable_renderSubtreeIntoContainer = renderSubtreeIntoContainer; exports.version = ReactVersion; + /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */ if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ !== "undefined" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop === "function") __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error()); })(); -},{"react":"21dqq","object-assign":"7OXxh","scheduler":"juvHo","scheduler/tracing":"9ZY7A"}],"juvHo":[function(require,module,exports) { -'use strict'; -module.exports = require('./cjs/scheduler.development.js'); +},{"react":"21dqq","scheduler":"juvHo"}],"juvHo":[function(require,module,exports) { +"use strict"; +module.exports = require("./cjs/scheduler.development.js"); },{"./cjs/scheduler.development.js":"RqdIf"}],"RqdIf":[function(require,module,exports) { -/** @license React v0.20.2 +/** + * @license React * scheduler.development.js * * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - */ 'use strict'; + */ "use strict"; (function() { + "use strict"; + /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */ if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ !== "undefined" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart === "function") __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error()); var enableSchedulerDebugging = false; var enableProfiling = false; - var requestHostCallback; - var requestHostTimeout; - var cancelHostTimeout; - var requestPaint; - var hasPerformanceNow = typeof performance === 'object' && typeof performance.now === 'function'; - if (hasPerformanceNow) { - var localPerformance = performance; - exports.unstable_now = function() { - return localPerformance.now(); - }; - } else { - var localDate = Date; - var initialTime = localDate.now(); - exports.unstable_now = function() { - return localDate.now() - initialTime; - }; - } - if (// implementation using setTimeout. - typeof window === 'undefined' || typeof MessageChannel !== 'function') { - // If this accidentally gets imported in a non-browser environment, e.g. JavaScriptCore, - // fallback to a naive implementation. - var _callback = null; - var _timeoutID = null; - var _flushCallback = function() { - if (_callback !== null) try { - var currentTime = exports.unstable_now(); - var hasRemainingTime = true; - _callback(hasRemainingTime, currentTime); - _callback = null; - } catch (e) { - setTimeout(_flushCallback, 0); - throw e; - } - }; - requestHostCallback = function(cb) { - if (_callback !== null) // Protect against re-entrancy. - setTimeout(requestHostCallback, 0, cb); - else { - _callback = cb; - setTimeout(_flushCallback, 0); - } - }; - requestHostTimeout = function(cb, ms) { - _timeoutID = setTimeout(cb, ms); - }; - cancelHostTimeout = function() { - clearTimeout(_timeoutID); - }; - exports.unstable_shouldYield = function() { - return false; - }; - requestPaint = exports.unstable_forceFrameRate = function() { - }; - } else { - // Capture local references to native APIs, in case a polyfill overrides them. - var _setTimeout = window.setTimeout; - var _clearTimeout = window.clearTimeout; - if (typeof console !== 'undefined') { - // TODO: Scheduler no longer requires these methods to be polyfilled. But - // maybe we want to continue warning if they don't exist, to preserve the - // option to rely on it in the future? - var requestAnimationFrame = window.requestAnimationFrame; - var cancelAnimationFrame = window.cancelAnimationFrame; - if (typeof requestAnimationFrame !== 'function') // Using console['error'] to evade Babel and ESLint - console['error']("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"); - if (typeof cancelAnimationFrame !== 'function') // Using console['error'] to evade Babel and ESLint - console['error']("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"); - } - var isMessageLoopRunning = false; - var scheduledHostCallback = null; - var taskTimeoutID = -1; // Scheduler periodically yields in case there is other work on the main - // thread, like user events. By default, it yields multiple times per frame. - // It does not attempt to align with frame boundaries, since most tasks don't - // need to be frame aligned; for those that do, use requestAnimationFrame. - var yieldInterval = 5; - var deadline = 0; // TODO: Make this configurable - // `isInputPending` is not available. Since we have no way of knowing if - // there's pending input, always yield at the end of the frame. - exports.unstable_shouldYield = function() { - return exports.unstable_now() >= deadline; - }; // Since we yield every frame regardless, `requestPaint` has no effect. - requestPaint = function() { - }; - exports.unstable_forceFrameRate = function(fps) { - if (fps < 0 || fps > 125) { - // Using console['error'] to evade Babel and ESLint - console['error']("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"); - return; - } - if (fps > 0) yieldInterval = Math.floor(1000 / fps); - else // reset the framerate - yieldInterval = 5; - }; - var performWorkUntilDeadline = function() { - if (scheduledHostCallback !== null) { - var currentTime = exports.unstable_now(); // Yield after `yieldInterval` ms, regardless of where we are in the vsync - // cycle. This means there's always time remaining at the beginning of - // the message event. - deadline = currentTime + yieldInterval; - var hasTimeRemaining = true; - try { - var hasMoreWork = scheduledHostCallback(hasTimeRemaining, currentTime); - if (!hasMoreWork) { - isMessageLoopRunning = false; - scheduledHostCallback = null; - } else // If there's more work, schedule the next message event at the end - // of the preceding one. - port.postMessage(null); - } catch (error) { - // If a scheduler task throws, exit the current browser task so the - // error can be observed. - port.postMessage(null); - throw error; - } - } else isMessageLoopRunning = false; - // Yielding to the browser will give it a chance to paint, so we can - }; - var channel = new MessageChannel(); - var port = channel.port2; - channel.port1.onmessage = performWorkUntilDeadline; - requestHostCallback = function(callback) { - scheduledHostCallback = callback; - if (!isMessageLoopRunning) { - isMessageLoopRunning = true; - port.postMessage(null); - } - }; - requestHostTimeout = function(callback, ms) { - taskTimeoutID = _setTimeout(function() { - callback(exports.unstable_now()); - }, ms); - }; - cancelHostTimeout = function() { - _clearTimeout(taskTimeoutID); - taskTimeoutID = -1; - }; - } + var frameYieldMs = 5; function push(heap, node) { var index = heap.length; heap.push(node); siftUp(heap, node, index); } function peek(heap) { - var first = heap[0]; - return first === undefined ? null : first; + return heap.length === 0 ? null : heap[0]; } function pop(heap) { + if (heap.length === 0) return null; var first = heap[0]; - if (first !== undefined) { - var last = heap.pop(); - if (last !== first) { - heap[0] = last; - siftDown(heap, last, 0); - } - return first; - } else return null; + var last = heap.pop(); + if (last !== first) { + heap[0] = last; + siftDown(heap, last, 0); + } + return first; } function siftUp(heap, node, i) { var index = i; - while(true){ + while(index > 0){ var parentIndex = index - 1 >>> 1; var parent = heap[parentIndex]; - if (parent !== undefined && compare(parent, node) > 0) { + if (compare(parent, node) > 0) { // The parent is larger. Swap positions. heap[parentIndex] = node; heap[index] = parent; @@ -21551,13 +25813,14 @@ module.exports = require('./cjs/scheduler.development.js'); function siftDown(heap, node, i) { var index = i; var length = heap.length; - while(index < length){ + var halfLength = length >>> 1; + while(index < halfLength){ var leftIndex = (index + 1) * 2 - 1; var left = heap[leftIndex]; var rightIndex = leftIndex + 1; var right = heap[rightIndex]; // If the left or right node is smaller, swap with the smaller of those. - if (left !== undefined && compare(left, node) < 0) { - if (right !== undefined && compare(right, left) < 0) { + if (compare(left, node) < 0) { + if (rightIndex < length && compare(right, left) < 0) { heap[index] = right; heap[rightIndex] = node; index = rightIndex; @@ -21566,7 +25829,7 @@ module.exports = require('./cjs/scheduler.development.js'); heap[leftIndex] = node; index = leftIndex; } - } else if (right !== undefined && compare(right, node) < 0) { + } else if (rightIndex < length && compare(right, node) < 0) { heap[index] = right; heap[rightIndex] = node; index = rightIndex; @@ -21585,9 +25848,21 @@ module.exports = require('./cjs/scheduler.development.js'); var NormalPriority = 3; var LowPriority = 4; var IdlePriority = 5; - function markTaskErrored(task, ms) { - } - /* eslint-disable no-var */ // Math.pow(2, 30) - 1 + function markTaskErrored(task, ms) {} + /* eslint-disable no-var */ var hasPerformanceNow = typeof performance === "object" && typeof performance.now === "function"; + if (hasPerformanceNow) { + var localPerformance = performance; + exports.unstable_now = function() { + return localPerformance.now(); + }; + } else { + var localDate = Date; + var initialTime = localDate.now(); + exports.unstable_now = function() { + return localDate.now() - initialTime; + }; + } // Max 31 bit integer. The max integer size in V8 for 32-bit systems. + // Math.pow(2, 30) - 1 // 0b111111111111111111111111111111 var maxSigned31BitInt = 1073741823; // Times out immediately var IMMEDIATE_PRIORITY_TIMEOUT = -1; // Eventually times out @@ -21599,10 +25874,14 @@ module.exports = require('./cjs/scheduler.development.js'); var timerQueue = []; // Incrementing id counter. Used to maintain insertion order. var taskIdCounter = 1; // Pausing the scheduler is useful for debugging. var currentTask = null; - var currentPriorityLevel = NormalPriority; // This is set while performing work, to prevent re-entrancy. + var currentPriorityLevel = NormalPriority; // This is set while performing work, to prevent re-entrance. var isPerformingWork = false; var isHostCallbackScheduled = false; - var isHostTimeoutScheduled = false; + var isHostTimeoutScheduled = false; // Capture local references to native APIs, in case a polyfill overrides them. + var localSetTimeout = typeof setTimeout === "function" ? setTimeout : null; + var localClearTimeout = typeof clearTimeout === "function" ? clearTimeout : null; + var localSetImmediate = typeof setImmediate !== "undefined" ? setImmediate : null; // IE and Node.js + jsdom + var isInputPending = typeof navigator !== "undefined" && navigator.scheduling !== undefined && navigator.scheduling.isInputPending !== undefined ? navigator.scheduling.isInputPending.bind(navigator.scheduling) : null; function advanceTimers(currentTime) { // Check for tasks that are no longer delayed and add them to the queue. var timer = peek(timerQueue); @@ -21665,15 +25944,15 @@ module.exports = require('./cjs/scheduler.development.js'); advanceTimers(currentTime); currentTask = peek(taskQueue); while(currentTask !== null && !enableSchedulerDebugging){ - if (currentTask.expirationTime > currentTime && (!hasTimeRemaining || exports.unstable_shouldYield())) break; + if (currentTask.expirationTime > currentTime && (!hasTimeRemaining || shouldYieldToHost())) break; var callback = currentTask.callback; - if (typeof callback === 'function') { + if (typeof callback === "function") { currentTask.callback = null; currentPriorityLevel = currentTask.priorityLevel; var didUserCallbackTimeout = currentTask.expirationTime <= currentTime; var continuationCallback = callback(didUserCallbackTimeout); currentTime = exports.unstable_now(); - if (typeof continuationCallback === 'function') currentTask.callback = continuationCallback; + if (typeof continuationCallback === "function") currentTask.callback = continuationCallback; else if (currentTask === peek(taskQueue)) pop(taskQueue); advanceTimers(currentTime); } else pop(taskQueue); @@ -21743,9 +26022,9 @@ module.exports = require('./cjs/scheduler.development.js'); function unstable_scheduleCallback(priorityLevel, callback, options) { var currentTime = exports.unstable_now(); var startTime; - if (typeof options === 'object' && options !== null) { + if (typeof options === "object" && options !== null) { var delay = options.delay; - if (typeof delay === 'number' && delay > 0) startTime = currentTime + delay; + if (typeof delay === "number" && delay > 0) startTime = currentTime + delay; else startTime = currentTime; } else startTime = currentTime; var timeout; @@ -21799,8 +26078,7 @@ module.exports = require('./cjs/scheduler.development.js'); } return newTask; } - function unstable_pauseExecution() { - } + function unstable_pauseExecution() {} function unstable_continueExecution() { if (!isHostCallbackScheduled && !isPerformingWork) { isHostCallbackScheduled = true; @@ -21818,6 +26096,103 @@ module.exports = require('./cjs/scheduler.development.js'); function unstable_getCurrentPriorityLevel() { return currentPriorityLevel; } + var isMessageLoopRunning = false; + var scheduledHostCallback = null; + var taskTimeoutID = -1; // Scheduler periodically yields in case there is other work on the main + // thread, like user events. By default, it yields multiple times per frame. + // It does not attempt to align with frame boundaries, since most tasks don't + // need to be frame aligned; for those that do, use requestAnimationFrame. + var frameInterval = frameYieldMs; + var startTime = -1; + function shouldYieldToHost() { + var timeElapsed = exports.unstable_now() - startTime; + if (timeElapsed < frameInterval) // The main thread has only been blocked for a really short amount of time; + // smaller than a single frame. Don't yield yet. + return false; + // The main thread has been blocked for a non-negligible amount of time. We + return true; + } + function requestPaint() {} + function forceFrameRate(fps) { + if (fps < 0 || fps > 125) { + // Using console['error'] to evade Babel and ESLint + console["error"]("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"); + return; + } + if (fps > 0) frameInterval = Math.floor(1000 / fps); + else // reset the framerate + frameInterval = frameYieldMs; + } + var performWorkUntilDeadline = function() { + if (scheduledHostCallback !== null) { + var currentTime = exports.unstable_now(); // Keep track of the start time so we can measure how long the main thread + // has been blocked. + startTime = currentTime; + var hasTimeRemaining = true; // If a scheduler task throws, exit the current browser task so the + // error can be observed. + // + // Intentionally not using a try-catch, since that makes some debugging + // techniques harder. Instead, if `scheduledHostCallback` errors, then + // `hasMoreWork` will remain true, and we'll continue the work loop. + var hasMoreWork = true; + try { + hasMoreWork = scheduledHostCallback(hasTimeRemaining, currentTime); + } finally{ + if (hasMoreWork) // If there's more work, schedule the next message event at the end + // of the preceding one. + schedulePerformWorkUntilDeadline(); + else { + isMessageLoopRunning = false; + scheduledHostCallback = null; + } + } + } else isMessageLoopRunning = false; + // Yielding to the browser will give it a chance to paint, so we can + }; + var schedulePerformWorkUntilDeadline; + if (typeof localSetImmediate === "function") // Node.js and old IE. + // There's a few reasons for why we prefer setImmediate. + // + // Unlike MessageChannel, it doesn't prevent a Node.js process from exiting. + // (Even though this is a DOM fork of the Scheduler, you could get here + // with a mix of Node.js 15+, which has a MessageChannel, and jsdom.) + // https://github.com/facebook/react/issues/20756 + // + // But also, it runs earlier which is the semantic we want. + // If other browsers ever implement it, it's better to use it. + // Although both of these would be inferior to native scheduling. + schedulePerformWorkUntilDeadline = function() { + localSetImmediate(performWorkUntilDeadline); + }; + else if (typeof MessageChannel !== "undefined") { + // DOM and Worker environments. + // We prefer MessageChannel because of the 4ms setTimeout clamping. + var channel = new MessageChannel(); + var port = channel.port2; + channel.port1.onmessage = performWorkUntilDeadline; + schedulePerformWorkUntilDeadline = function() { + port.postMessage(null); + }; + } else // We should only fallback here in non-browser environments. + schedulePerformWorkUntilDeadline = function() { + localSetTimeout(performWorkUntilDeadline, 0); + }; + function requestHostCallback(callback) { + scheduledHostCallback = callback; + if (!isMessageLoopRunning) { + isMessageLoopRunning = true; + schedulePerformWorkUntilDeadline(); + } + } + function requestHostTimeout(callback, ms) { + taskTimeoutID = localSetTimeout(function() { + callback(exports.unstable_now()); + }, ms); + } + function cancelHostTimeout() { + localClearTimeout(taskTimeoutID); + taskTimeoutID = -1; + } var unstable_requestPaint = requestPaint; var unstable_Profiling = null; exports.unstable_IdlePriority = IdlePriority; @@ -21828,6 +26203,7 @@ module.exports = require('./cjs/scheduler.development.js'); exports.unstable_UserBlockingPriority = UserBlockingPriority; exports.unstable_cancelCallback = unstable_cancelCallback; exports.unstable_continueExecution = unstable_continueExecution; + exports.unstable_forceFrameRate = forceFrameRate; exports.unstable_getCurrentPriorityLevel = unstable_getCurrentPriorityLevel; exports.unstable_getFirstCallbackNode = unstable_getFirstCallbackNode; exports.unstable_next = unstable_next; @@ -21835,1615 +26211,302 @@ module.exports = require('./cjs/scheduler.development.js'); exports.unstable_requestPaint = unstable_requestPaint; exports.unstable_runWithPriority = unstable_runWithPriority; exports.unstable_scheduleCallback = unstable_scheduleCallback; + exports.unstable_shouldYield = shouldYieldToHost; exports.unstable_wrapCallback = unstable_wrapCallback; + /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */ if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ !== "undefined" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop === "function") __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error()); })(); -},{}],"9ZY7A":[function(require,module,exports) { -'use strict'; -module.exports = require('./cjs/scheduler-tracing.development.js'); - -},{"./cjs/scheduler-tracing.development.js":"dClkR"}],"dClkR":[function(require,module,exports) { -/** @license React v0.20.2 - * scheduler-tracing.development.js - * - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ 'use strict'; -(function() { - var DEFAULT_THREAD_ID = 0; // Counters used to generate unique IDs. - var interactionIDCounter = 0; - var threadIDCounter = 0; // Set of currently traced interactions. - // Interactions "stack"– - // Meaning that newly traced interactions are appended to the previously active set. - // When an interaction goes out of scope, the previous set (if any) is restored. - exports.__interactionsRef = null; // Listener(s) to notify when interactions begin and end. - exports.__subscriberRef = null; - exports.__interactionsRef = { - current: new Set() - }; - exports.__subscriberRef = { - current: null +},{}],"gkKU3":[function(require,module,exports) { +exports.interopDefault = function(a) { + return a && a.__esModule ? a : { + default: a }; - function unstable_clear(callback) { - var prevInteractions = exports.__interactionsRef.current; - exports.__interactionsRef.current = new Set(); - try { - return callback(); - } finally{ - exports.__interactionsRef.current = prevInteractions; - } - } - function unstable_getCurrent() { - return exports.__interactionsRef.current; - } - function unstable_getThreadID() { - return ++threadIDCounter; - } - function unstable_trace(name, timestamp, callback) { - var threadID = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : DEFAULT_THREAD_ID; - var interaction = { - __count: 1, - id: interactionIDCounter++, - name: name, - timestamp: timestamp - }; - var prevInteractions = exports.__interactionsRef.current; // Traced interactions should stack/accumulate. - // To do that, clone the current interactions. - // The previous set will be restored upon completion. - var interactions = new Set(prevInteractions); - interactions.add(interaction); - exports.__interactionsRef.current = interactions; - var subscriber = exports.__subscriberRef.current; - var returnValue; - try { - if (subscriber !== null) subscriber.onInteractionTraced(interaction); - } finally{ - try { - if (subscriber !== null) subscriber.onWorkStarted(interactions, threadID); - } finally{ - try { - returnValue = callback(); - } finally{ - exports.__interactionsRef.current = prevInteractions; - try { - if (subscriber !== null) subscriber.onWorkStopped(interactions, threadID); - } finally{ - interaction.__count--; // If no async work was scheduled for this interaction, - // Notify subscribers that it's completed. - if (subscriber !== null && interaction.__count === 0) subscriber.onInteractionScheduledWorkCompleted(interaction); - } - } +}; +exports.defineInteropFlag = function(a) { + Object.defineProperty(a, "__esModule", { + value: true + }); +}; +exports.exportAll = function(source, dest) { + Object.keys(source).forEach(function(key) { + if (key === "default" || key === "__esModule" || dest.hasOwnProperty(key)) return; + Object.defineProperty(dest, key, { + enumerable: true, + get: function() { + return source[key]; } - } - return returnValue; - } - function unstable_wrap(callback) { - var threadID = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : DEFAULT_THREAD_ID; - var wrappedInteractions = exports.__interactionsRef.current; - var subscriber = exports.__subscriberRef.current; - if (subscriber !== null) subscriber.onWorkScheduled(wrappedInteractions, threadID); - // Update the pending async work count for the current interactions. - // Update after calling subscribers in case of error. - wrappedInteractions.forEach(function(interaction) { - interaction.__count++; }); - var hasRun = false; - function wrapped() { - var prevInteractions = exports.__interactionsRef.current; - exports.__interactionsRef.current = wrappedInteractions; - subscriber = exports.__subscriberRef.current; - try { - var returnValue; - try { - if (subscriber !== null) subscriber.onWorkStarted(wrappedInteractions, threadID); - } finally{ - try { - returnValue = callback.apply(undefined, arguments); - } finally{ - exports.__interactionsRef.current = prevInteractions; - if (subscriber !== null) subscriber.onWorkStopped(wrappedInteractions, threadID); - } - } - return returnValue; - } finally{ - if (!hasRun) { - // We only expect a wrapped function to be executed once, - // But in the event that it's executed more than once– - // Only decrement the outstanding interaction counts once. - hasRun = true; // Update pending async counts for all wrapped interactions. - // If this was the last scheduled async work for any of them, - // Mark them as completed. - wrappedInteractions.forEach(function(interaction) { - interaction.__count--; - if (subscriber !== null && interaction.__count === 0) subscriber.onInteractionScheduledWorkCompleted(interaction); - }); - } - } - } - wrapped.cancel = function cancel() { - subscriber = exports.__subscriberRef.current; - try { - if (subscriber !== null) subscriber.onWorkCanceled(wrappedInteractions, threadID); - } finally{ - // Update pending async counts for all wrapped interactions. - // If this was the last scheduled async work for any of them, - // Mark them as completed. - wrappedInteractions.forEach(function(interaction) { - interaction.__count--; - if (subscriber && interaction.__count === 0) subscriber.onInteractionScheduledWorkCompleted(interaction); - }); - } - }; - return wrapped; - } - var subscribers = null; - subscribers = new Set(); - function unstable_subscribe(subscriber) { - subscribers.add(subscriber); - if (subscribers.size === 1) exports.__subscriberRef.current = { - onInteractionScheduledWorkCompleted: onInteractionScheduledWorkCompleted, - onInteractionTraced: onInteractionTraced, - onWorkCanceled: onWorkCanceled, - onWorkScheduled: onWorkScheduled, - onWorkStarted: onWorkStarted, - onWorkStopped: onWorkStopped - }; - } - function unstable_unsubscribe(subscriber) { - subscribers.delete(subscriber); - if (subscribers.size === 0) exports.__subscriberRef.current = null; - } - function onInteractionTraced(interaction) { - var didCatchError = false; - var caughtError = null; - subscribers.forEach(function(subscriber) { - try { - subscriber.onInteractionTraced(interaction); - } catch (error) { - if (!didCatchError) { - didCatchError = true; - caughtError = error; - } - } - }); - if (didCatchError) throw caughtError; - } - function onInteractionScheduledWorkCompleted(interaction) { - var didCatchError = false; - var caughtError = null; - subscribers.forEach(function(subscriber) { - try { - subscriber.onInteractionScheduledWorkCompleted(interaction); - } catch (error) { - if (!didCatchError) { - didCatchError = true; - caughtError = error; - } - } - }); - if (didCatchError) throw caughtError; - } - function onWorkScheduled(interactions, threadID) { - var didCatchError = false; - var caughtError = null; - subscribers.forEach(function(subscriber) { - try { - subscriber.onWorkScheduled(interactions, threadID); - } catch (error) { - if (!didCatchError) { - didCatchError = true; - caughtError = error; - } - } - }); - if (didCatchError) throw caughtError; - } - function onWorkStarted(interactions, threadID) { - var didCatchError = false; - var caughtError = null; - subscribers.forEach(function(subscriber) { - try { - subscriber.onWorkStarted(interactions, threadID); - } catch (error) { - if (!didCatchError) { - didCatchError = true; - caughtError = error; - } - } - }); - if (didCatchError) throw caughtError; - } - function onWorkStopped(interactions, threadID) { - var didCatchError = false; - var caughtError = null; - subscribers.forEach(function(subscriber) { - try { - subscriber.onWorkStopped(interactions, threadID); - } catch (error) { - if (!didCatchError) { - didCatchError = true; - caughtError = error; - } - } - }); - if (didCatchError) throw caughtError; - } - function onWorkCanceled(interactions, threadID) { - var didCatchError = false; - var caughtError = null; - subscribers.forEach(function(subscriber) { - try { - subscriber.onWorkCanceled(interactions, threadID); - } catch (error) { - if (!didCatchError) { - didCatchError = true; - caughtError = error; - } - } - }); - if (didCatchError) throw caughtError; - } - exports.unstable_clear = unstable_clear; - exports.unstable_getCurrent = unstable_getCurrent; - exports.unstable_getThreadID = unstable_getThreadID; - exports.unstable_subscribe = unstable_subscribe; - exports.unstable_trace = unstable_trace; - exports.unstable_unsubscribe = unstable_unsubscribe; - exports.unstable_wrap = unstable_wrap; -})(); - -},{}],"6FgRc":[function(require,module,exports) { -var $parcel$ReactRefreshHelpers$9d5b = require("@parcel/transformer-react-refresh-wrap/lib/helpers/helpers.js"); -var prevRefreshReg = window.$RefreshReg$; -var prevRefreshSig = window.$RefreshSig$; -$parcel$ReactRefreshHelpers$9d5b.prelude(module); - -try { -var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js"); -parcelHelpers.defineInteropFlag(exports); -var _jsxDevRuntime = require("react/jsx-dev-runtime"); -var _react = require("react"); -var _reactDefault = parcelHelpers.interopDefault(_react); -var _lib = require("../../lib"); -var _libDefault = parcelHelpers.interopDefault(_lib); -var _demoContent = require("./DemoContent"); -var _demoContentDefault = parcelHelpers.interopDefault(_demoContent); -var _demoStylesCss = require("./demo-styles.css"); -function App() { - return(/*#__PURE__*/ _jsxDevRuntime.jsxDEV("div", { - className: "App", - children: [ - /*#__PURE__*/ _jsxDevRuntime.jsxDEV(_libDefault.default, { - //color="255,255,255" - innerSize: 8, - outerSize: 35, - innerScale: 1, - outerScale: 1.7, - outerAlpha: 0, - hasBlendMode: true, - outerStyle: { - border: '3px solid var(--cursor-color)' - }, - innerStyle: { - backgroundColor: 'var(--cursor-color)' - } - }, void 0, false, { - fileName: "demo/src/App.js", - lineNumber: 9, - columnNumber: 7 - }, this), - /*#__PURE__*/ _jsxDevRuntime.jsxDEV(_demoContentDefault.default, { - }, void 0, false, { - fileName: "demo/src/App.js", - lineNumber: 24, - columnNumber: 7 - }, this) - ] - }, void 0, true, { - fileName: "demo/src/App.js", - lineNumber: 8, - columnNumber: 5 - }, this)); -} -exports.default = App; -_c = App; -var _c; -$RefreshReg$(_c, "App"); - - $parcel$ReactRefreshHelpers$9d5b.postlude(module); -} finally { - window.$RefreshReg$ = prevRefreshReg; - window.$RefreshSig$ = prevRefreshSig; -} -},{"react":"21dqq","../../lib":"kShel","./DemoContent":"5vOuW","./demo-styles.css":"j0UaV","@parcel/transformer-js/src/esmodule-helpers.js":"gkKU3","@parcel/transformer-react-refresh-wrap/lib/helpers/helpers.js":"km3Ru","react/jsx-dev-runtime":"iTorj"}],"kShel":[function(require,module,exports) { -var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js"); -parcelHelpers.defineInteropFlag(exports); -var _animatedCursorJs = require("./AnimatedCursor.js"); -var _animatedCursorJsDefault = parcelHelpers.interopDefault(_animatedCursorJs); -exports.default = _animatedCursorJsDefault.default; - -},{"./AnimatedCursor.js":"d5RkL","@parcel/transformer-js/src/esmodule-helpers.js":"gkKU3"}],"d5RkL":[function(require,module,exports) { -var $parcel$ReactRefreshHelpers$5fa0 = require("@parcel/transformer-react-refresh-wrap/lib/helpers/helpers.js"); -var prevRefreshReg = window.$RefreshReg$; -var prevRefreshSig = window.$RefreshSig$; -$parcel$ReactRefreshHelpers$5fa0.prelude(module); - -try { -var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js"); -parcelHelpers.defineInteropFlag(exports); -var _jsxDevRuntime = require("react/jsx-dev-runtime"); -var _react = require("react"); -var _reactDefault = parcelHelpers.interopDefault(_react); -var _propTypes = require("prop-types"); -var _propTypesDefault = parcelHelpers.interopDefault(_propTypes); -var _useEventListener = require("./hooks/useEventListener"); -var _isDeviceJs = require("./helpers/IsDevice.js"); -var _isDeviceJsDefault = parcelHelpers.interopDefault(_isDeviceJs); -var _s = $RefreshSig$(); -/** - * Cursor Core - * Replaces the native cursor with a custom animated cursor, consisting - * of an inner and outer dot that scale inversely based on hover or click. - * - * @author Stephen Scaff (github.com/stephenscaff) - * - * @param {string} color - rgb color value - * @param {number} outerAlpha - level of alpha transparency for color - * @param {number} innerSize - inner cursor size in px - * @param {number} innerScale - inner cursor scale amount - * @param {number} outerSize - outer cursor size in px - * @param {number} outerScale - outer cursor scale amount - * @param {object} outerStyle - style object for outer cursor - * @param {object} innerStyle - style object for inner cursor - * @param {array} clickables - array of clickable selectors - * - */ function CursorCore({ outerStyle , innerStyle , color ='220, 90, 90' , outerAlpha =0.3 , innerSize =8 , outerSize =8 , outerScale =6 , innerScale =0.6 , trailingSpeed =8 , clickables =[ - 'a', - 'input[type="text"]', - 'input[type="email"]', - 'input[type="number"]', - 'input[type="submit"]', - 'input[type="image"]', - 'label[for]', - 'select', - 'textarea', - 'button', - '.link' -] }) { - _s(); - const cursorOuterRef = _react.useRef(); - const cursorInnerRef = _react.useRef(); - const requestRef = _react.useRef(); - const previousTimeRef = _react.useRef(); - const [coords, setCoords] = _react.useState({ - x: 0, - y: 0 - }); - const [isVisible, setIsVisible] = _react.useState(false); - const [isActive, setIsActive] = _react.useState(false); - const [isActiveClickable, setIsActiveClickable] = _react.useState(false); - let endX = _react.useRef(0); - let endY = _react.useRef(0); - /** - * Primary Mouse move event - * @param {number} clientX - MouseEvent.clientx - * @param {number} clientY - MouseEvent.clienty - */ const onMouseMove = _react.useCallback(({ clientX , clientY })=>{ - setCoords({ - x: clientX, - y: clientY - }); - cursorInnerRef.current.style.top = `${clientY}px`; - cursorInnerRef.current.style.left = `${clientX}px`; - endX.current = clientX; - endY.current = clientY; - }, []); - // Outer Cursor Animation Delay - const animateOuterCursor = _react.useCallback((time)=>{ - if (previousTimeRef.current !== undefined) { - coords.x += (endX.current - coords.x) / trailingSpeed; - coords.y += (endY.current - coords.y) / trailingSpeed; - cursorOuterRef.current.style.top = `${coords.y}px`; - cursorOuterRef.current.style.left = `${coords.x}px`; - } - previousTimeRef.current = time; - requestRef.current = requestAnimationFrame(animateOuterCursor); - }, [ - requestRef - ] // eslint-disable-line - ); - // RAF for animateOuterCursor - _react.useEffect(()=>{ - requestRef.current = requestAnimationFrame(animateOuterCursor); - return ()=>cancelAnimationFrame(requestRef.current) - ; - }, [ - animateOuterCursor - ]); - // Mouse Events State updates - const onMouseDown = _react.useCallback(()=>setIsActive(true) - , []); - const onMouseUp = _react.useCallback(()=>setIsActive(false) - , []); - const onMouseEnterViewport = _react.useCallback(()=>setIsVisible(true) - , []); - const onMouseLeaveViewport = _react.useCallback(()=>setIsVisible(false) - , []); - _useEventListener.useEventListener('mousemove', onMouseMove); - _useEventListener.useEventListener('mousedown', onMouseDown); - _useEventListener.useEventListener('mouseup', onMouseUp); - _useEventListener.useEventListener('mouseover', onMouseEnterViewport); - _useEventListener.useEventListener('mouseout', onMouseLeaveViewport); - // Cursors Hover/Active State - _react.useEffect(()=>{ - if (isActive) { - cursorInnerRef.current.style.transform = `translate(-50%, -50%) scale(${innerScale})`; - cursorOuterRef.current.style.transform = `translate(-50%, -50%) scale(${outerScale})`; - } else { - cursorInnerRef.current.style.transform = 'translate(-50%, -50%) scale(1)'; - cursorOuterRef.current.style.transform = 'translate(-50%, -50%) scale(1)'; - } - }, [ - innerScale, - outerScale, - isActive - ]); - // Cursors Click States - _react.useEffect(()=>{ - if (isActiveClickable) { - cursorInnerRef.current.style.transform = `translate(-50%, -50%) scale(${innerScale * 1.2})`; - cursorOuterRef.current.style.transform = `translate(-50%, -50%) scale(${outerScale * 1.4})`; - } - }, [ - innerScale, - outerScale, - isActiveClickable - ]); - // Cursor Visibility State - _react.useEffect(()=>{ - if (isVisible) { - cursorInnerRef.current.style.opacity = 1; - cursorOuterRef.current.style.opacity = 1; - } else { - cursorInnerRef.current.style.opacity = 0; - cursorOuterRef.current.style.opacity = 0; - } - }, [ - isVisible - ]); - _react.useEffect(()=>{ - const clickableEls = document.querySelectorAll(clickables.join(',')); - clickableEls.forEach((el)=>{ - el.style.cursor = 'none'; - el.addEventListener('mouseover', ()=>{ - setIsActive(true); - }); - el.addEventListener('click', ()=>{ - setIsActive(true); - setIsActiveClickable(false); - }); - el.addEventListener('mousedown', ()=>{ - setIsActiveClickable(true); - }); - el.addEventListener('mouseup', ()=>{ - setIsActive(true); - }); - el.addEventListener('mouseout', ()=>{ - setIsActive(false); - setIsActiveClickable(false); - }); - }); - return ()=>{ - clickableEls.forEach((el)=>{ - el.removeEventListener('mouseover', ()=>{ - setIsActive(true); - }); - el.removeEventListener('click', ()=>{ - setIsActive(true); - setIsActiveClickable(false); - }); - el.removeEventListener('mousedown', ()=>{ - setIsActiveClickable(true); - }); - el.removeEventListener('mouseup', ()=>{ - setIsActive(true); - }); - el.removeEventListener('mouseout', ()=>{ - setIsActive(false); - setIsActiveClickable(false); - }); - }); - }; - }, [ - isActive, - clickables - ]); - // Cursor Styles - const styles = { - cursorInner: { - zIndex: 999, - display: 'block', - position: 'fixed', - borderRadius: '50%', - width: innerSize, - height: innerSize, - pointerEvents: 'none', - backgroundColor: `rgba(${color}, 1)`, - ...innerStyle && innerStyle, - transition: 'opacity 0.15s ease-in-out, transform 0.25s ease-in-out' - }, - cursorOuter: { - zIndex: 999, - display: 'block', - position: 'fixed', - borderRadius: '50%', - pointerEvents: 'none', - width: outerSize, - height: outerSize, - backgroundColor: `rgba(${color}, ${outerAlpha})`, - transition: 'opacity 0.15s ease-in-out, transform 0.15s ease-in-out', - willChange: 'transform', - ...outerStyle && outerStyle - } - }; - // Hide / Show global cursor - document.body.style.cursor = 'none'; - return(/*#__PURE__*/ _jsxDevRuntime.jsxDEV(_reactDefault.default.Fragment, { - children: [ - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("div", { - ref: cursorOuterRef, - style: styles.cursorOuter - }, void 0, false, { - fileName: "lib/AnimatedCursor.js", - lineNumber: 221, - columnNumber: 7 - }, this), - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("div", { - ref: cursorInnerRef, - style: styles.cursorInner - }, void 0, false, { - fileName: "lib/AnimatedCursor.js", - lineNumber: 222, - columnNumber: 7 - }, this) - ] - }, void 0, true, { - fileName: "lib/AnimatedCursor.js", - lineNumber: 220, - columnNumber: 5 - }, this)); -} -_s(CursorCore, "muaGRHX1ilRfGd++U0jBzYmQnpM=", false, function() { - return [ - _useEventListener.useEventListener, - _useEventListener.useEventListener, - _useEventListener.useEventListener, - _useEventListener.useEventListener, - _useEventListener.useEventListener - ]; -}); -_c = CursorCore; -/** - * AnimatedCursor - * Calls and passes props to CursorCore if not a touch/mobile device. - */ function AnimatedCursor({ outerStyle , innerStyle , color , outerAlpha , innerSize , innerScale , outerSize , outerScale , trailingSpeed , clickables }) { - if (typeof navigator !== 'undefined' && _isDeviceJsDefault.default.any()) return(/*#__PURE__*/ _jsxDevRuntime.jsxDEV(_reactDefault.default.Fragment, { - }, void 0, false, { - fileName: "lib/AnimatedCursor.js", - lineNumber: 244, - columnNumber: 12 - }, this)); - return(/*#__PURE__*/ _jsxDevRuntime.jsxDEV(CursorCore, { - outerStyle: outerStyle, - innerStyle: innerStyle, - color: color, - outerAlpha: outerAlpha, - innerSize: innerSize, - innerScale: innerScale, - outerSize: outerSize, - outerScale: outerScale, - trailingSpeed: trailingSpeed, - clickables: clickables - }, void 0, false, { - fileName: "lib/AnimatedCursor.js", - lineNumber: 247, - columnNumber: 5 - }, this)); -} -_c1 = AnimatedCursor; -AnimatedCursor.propTypes = { - color: _propTypesDefault.default.string, - outerAlpha: _propTypesDefault.default.number, - innerSize: _propTypesDefault.default.number, - outerSize: _propTypesDefault.default.number, - outerScale: _propTypesDefault.default.number, - innerScale: _propTypesDefault.default.number, - outerStyle: _propTypesDefault.default.object, - innerStyle: _propTypesDefault.default.object, - trailingSpeed: _propTypesDefault.default.number, - clickables: _propTypesDefault.default.array -}; -exports.default = AnimatedCursor; -var _c, _c1; -$RefreshReg$(_c, "CursorCore"); -$RefreshReg$(_c1, "AnimatedCursor"); - - $parcel$ReactRefreshHelpers$5fa0.postlude(module); -} finally { - window.$RefreshReg$ = prevRefreshReg; - window.$RefreshSig$ = prevRefreshSig; -} -},{"react":"21dqq","prop-types":"7wKI2","./hooks/useEventListener":"hUrF9","./helpers/IsDevice.js":"lm8AM","@parcel/transformer-js/src/esmodule-helpers.js":"gkKU3","@parcel/transformer-react-refresh-wrap/lib/helpers/helpers.js":"km3Ru","react/jsx-dev-runtime":"iTorj"}],"7wKI2":[function(require,module,exports) { -var ReactIs = require('react-is'); -// By explicitly using `prop-types` you are opting into new development behavior. -// http://fb.me/prop-types-in-prod -var throwOnDirectAccess = true; -module.exports = require('./factoryWithTypeCheckers')(ReactIs.isElement, throwOnDirectAccess); - -},{"react-is":"7EuwB","./factoryWithTypeCheckers":"bBUgD"}],"7EuwB":[function(require,module,exports) { -'use strict'; -module.exports = require('./cjs/react-is.development.js'); - -},{"./cjs/react-is.development.js":"5DsXl"}],"5DsXl":[function(require,module,exports) { -/** @license React v16.13.1 - * react-is.development.js - * - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ 'use strict'; -(function() { - // The Symbol used to tag the ReactElement-like types. If there is no native Symbol - // nor polyfill, then a plain number is used for performance. - var hasSymbol = typeof Symbol === 'function' && Symbol.for; - var REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 60103; - var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 60106; - var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 60107; - var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 60108; - var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 60114; - var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 60109; - var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 60110; // TODO: We don't use AsyncMode or ConcurrentMode anymore. They were temporary - // (unstable) APIs that have been removed. Can we remove the symbols? - var REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for('react.async_mode') : 60111; - var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 60111; - var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 60112; - var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 60113; - var REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for('react.suspense_list') : 60120; - var REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 60115; - var REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 60116; - var REACT_BLOCK_TYPE = hasSymbol ? Symbol.for('react.block') : 60121; - var REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for('react.fundamental') : 60117; - var REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for('react.responder') : 60118; - var REACT_SCOPE_TYPE = hasSymbol ? Symbol.for('react.scope') : 60119; - function isValidElementType(type) { - return typeof type === 'string' || typeof type === 'function' || type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || typeof type === 'object' && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_RESPONDER_TYPE || type.$$typeof === REACT_SCOPE_TYPE || type.$$typeof === REACT_BLOCK_TYPE); - } - function typeOf(object) { - if (typeof object === 'object' && object !== null) { - var $$typeof = object.$$typeof; - switch($$typeof){ - case REACT_ELEMENT_TYPE: - var type = object.type; - switch(type){ - case REACT_ASYNC_MODE_TYPE: - case REACT_CONCURRENT_MODE_TYPE: - case REACT_FRAGMENT_TYPE: - case REACT_PROFILER_TYPE: - case REACT_STRICT_MODE_TYPE: - case REACT_SUSPENSE_TYPE: - return type; - default: - var $$typeofType = type && type.$$typeof; - switch($$typeofType){ - case REACT_CONTEXT_TYPE: - case REACT_FORWARD_REF_TYPE: - case REACT_LAZY_TYPE: - case REACT_MEMO_TYPE: - case REACT_PROVIDER_TYPE: - return $$typeofType; - default: - return $$typeof; - } - } - case REACT_PORTAL_TYPE: - return $$typeof; - } - } - return undefined; - } // AsyncMode is deprecated along with isAsyncMode - var AsyncMode = REACT_ASYNC_MODE_TYPE; - var ConcurrentMode = REACT_CONCURRENT_MODE_TYPE; - var ContextConsumer = REACT_CONTEXT_TYPE; - var ContextProvider = REACT_PROVIDER_TYPE; - var Element = REACT_ELEMENT_TYPE; - var ForwardRef = REACT_FORWARD_REF_TYPE; - var Fragment = REACT_FRAGMENT_TYPE; - var Lazy = REACT_LAZY_TYPE; - var Memo = REACT_MEMO_TYPE; - var Portal = REACT_PORTAL_TYPE; - var Profiler = REACT_PROFILER_TYPE; - var StrictMode = REACT_STRICT_MODE_TYPE; - var Suspense = REACT_SUSPENSE_TYPE; - var hasWarnedAboutDeprecatedIsAsyncMode = false; // AsyncMode should be deprecated - function isAsyncMode(object) { - if (!hasWarnedAboutDeprecatedIsAsyncMode) { - hasWarnedAboutDeprecatedIsAsyncMode = true; // Using console['warn'] to evade Babel and ESLint - console['warn']("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API."); - } - return isConcurrentMode(object) || typeOf(object) === REACT_ASYNC_MODE_TYPE; - } - function isConcurrentMode(object) { - return typeOf(object) === REACT_CONCURRENT_MODE_TYPE; - } - function isContextConsumer(object) { - return typeOf(object) === REACT_CONTEXT_TYPE; - } - function isContextProvider(object) { - return typeOf(object) === REACT_PROVIDER_TYPE; - } - function isElement(object) { - return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE; - } - function isForwardRef(object) { - return typeOf(object) === REACT_FORWARD_REF_TYPE; - } - function isFragment(object) { - return typeOf(object) === REACT_FRAGMENT_TYPE; - } - function isLazy(object) { - return typeOf(object) === REACT_LAZY_TYPE; - } - function isMemo(object) { - return typeOf(object) === REACT_MEMO_TYPE; - } - function isPortal(object) { - return typeOf(object) === REACT_PORTAL_TYPE; - } - function isProfiler(object) { - return typeOf(object) === REACT_PROFILER_TYPE; - } - function isStrictMode(object) { - return typeOf(object) === REACT_STRICT_MODE_TYPE; - } - function isSuspense(object) { - return typeOf(object) === REACT_SUSPENSE_TYPE; - } - exports.AsyncMode = AsyncMode; - exports.ConcurrentMode = ConcurrentMode; - exports.ContextConsumer = ContextConsumer; - exports.ContextProvider = ContextProvider; - exports.Element = Element; - exports.ForwardRef = ForwardRef; - exports.Fragment = Fragment; - exports.Lazy = Lazy; - exports.Memo = Memo; - exports.Portal = Portal; - exports.Profiler = Profiler; - exports.StrictMode = StrictMode; - exports.Suspense = Suspense; - exports.isAsyncMode = isAsyncMode; - exports.isConcurrentMode = isConcurrentMode; - exports.isContextConsumer = isContextConsumer; - exports.isContextProvider = isContextProvider; - exports.isElement = isElement; - exports.isForwardRef = isForwardRef; - exports.isFragment = isFragment; - exports.isLazy = isLazy; - exports.isMemo = isMemo; - exports.isPortal = isPortal; - exports.isProfiler = isProfiler; - exports.isStrictMode = isStrictMode; - exports.isSuspense = isSuspense; - exports.isValidElementType = isValidElementType; - exports.typeOf = typeOf; -})(); - -},{}],"bBUgD":[function(require,module,exports) { -/** - * Copyright (c) 2013-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ 'use strict'; -var ReactIs = require('react-is'); -var assign = require('object-assign'); -var ReactPropTypesSecret = require('./lib/ReactPropTypesSecret'); -var has = require('./lib/has'); -var checkPropTypes = require('./checkPropTypes'); -var printWarning = function() { + }); + return dest; }; -printWarning = function(text) { - var message = 'Warning: ' + text; - if (typeof console !== 'undefined') console.error(message); - try { - // --- Welcome to debugging React --- - // This error was thrown as a convenience so that you can use this stack - // to find the callsite that caused this warning to fire. - throw new Error(message); - } catch (x) { - } +exports.export = function(dest, destName, get) { + Object.defineProperty(dest, destName, { + enumerable: true, + get: get + }); }; -function emptyFunctionThatReturnsNull() { - return null; + +},{}],"km3Ru":[function(require,module,exports) { +"use strict"; +var Refresh = require("react-refresh/runtime"); +function debounce(func, delay) { + var args; + var timeout = undefined; + return function(args) { + clearTimeout(timeout); + timeout = setTimeout(function() { + timeout = undefined; + func.call(null, args); + }, delay); + }; } -module.exports = function(isValidElement, throwOnDirectAccess) { - /* global Symbol */ var ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator; - var FAUX_ITERATOR_SYMBOL = '@@iterator'; // Before Symbol spec. - /** - * Returns the iterator method function contained on the iterable object. - * - * Be sure to invoke the function with the iterable as context: - * - * var iteratorFn = getIteratorFn(myIterable); - * if (iteratorFn) { - * var iterator = iteratorFn.call(myIterable); - * ... - * } - * - * @param {?object} maybeIterable - * @return {?function} - */ function getIteratorFn(maybeIterable) { - var iteratorFn = maybeIterable && (ITERATOR_SYMBOL && maybeIterable[ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL]); - if (typeof iteratorFn === 'function') return iteratorFn; - } - /** - * Collection of methods that allow declaration and validation of props that are - * supplied to React components. Example usage: - * - * var Props = require('ReactPropTypes'); - * var MyArticle = React.createClass({ - * propTypes: { - * // An optional string prop named "description". - * description: Props.string, - * - * // A required enum prop named "category". - * category: Props.oneOf(['News','Photos']).isRequired, - * - * // A prop named "dialog" that requires an instance of Dialog. - * dialog: Props.instanceOf(Dialog).isRequired - * }, - * render: function() { ... } - * }); - * - * A more formal specification of how these methods are used: - * - * type := array|bool|func|object|number|string|oneOf([...])|instanceOf(...) - * decl := ReactPropTypes.{type}(.isRequired)? - * - * Each and every declaration produces a function with the same signature. This - * allows the creation of custom validation functions. For example: - * - * var MyLink = React.createClass({ - * propTypes: { - * // An optional string or URI prop named "href". - * href: function(props, propName, componentName) { - * var propValue = props[propName]; - * if (propValue != null && typeof propValue !== 'string' && - * !(propValue instanceof URI)) { - * return new Error( - * 'Expected a string or an URI for ' + propName + ' in ' + - * componentName - * ); - * } - * } - * }, - * render: function() {...} - * }); - * - * @internal - */ var ANONYMOUS = '<>'; - // Important! - // Keep this list in sync with production version in `./factoryWithThrowingShims.js`. - var ReactPropTypes = { - array: createPrimitiveTypeChecker('array'), - bigint: createPrimitiveTypeChecker('bigint'), - bool: createPrimitiveTypeChecker('boolean'), - func: createPrimitiveTypeChecker('function'), - number: createPrimitiveTypeChecker('number'), - object: createPrimitiveTypeChecker('object'), - string: createPrimitiveTypeChecker('string'), - symbol: createPrimitiveTypeChecker('symbol'), - any: createAnyTypeChecker(), - arrayOf: createArrayOfTypeChecker, - element: createElementTypeChecker(), - elementType: createElementTypeTypeChecker(), - instanceOf: createInstanceTypeChecker, - node: createNodeChecker(), - objectOf: createObjectOfTypeChecker, - oneOf: createEnumTypeChecker, - oneOfType: createUnionTypeChecker, - shape: createShapeTypeChecker, - exact: createStrictShapeTypeChecker +var enqueueUpdate = debounce(function() { + Refresh.performReactRefresh(); +}, 30); // Everthing below is either adapted or copied from +// https://github.com/facebook/metro/blob/61de16bd1edd7e738dd0311c89555a644023ab2d/packages/metro/src/lib/polyfills/require.js +// MIT License - Copyright (c) Facebook, Inc. and its affiliates. +module.exports.prelude = function(module1) { + window.$RefreshReg$ = function(type, id) { + Refresh.register(type, module1.id + " " + id); }; - /** - * inlined Object.is polyfill to avoid requiring consumers ship their own - * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is - */ /*eslint-disable no-self-compare*/ function is(x, y) { - // SameValue algorithm - if (x === y) // Steps 1-5, 7-10 - // Steps 6.b-6.e: +0 != -0 - return x !== 0 || 1 / x === 1 / y; - else // Step 6.a: NaN == NaN - return x !== x && y !== y; - } - /*eslint-enable no-self-compare*/ /** - * We use an Error-like object for backward compatibility as people may call - * PropTypes directly and inspect their output. However, we don't use real - * Errors anymore. We don't inspect their stack anyway, and creating them - * is prohibitively expensive if they are created too often, such as what - * happens in oneOfType() for any type before the one that matched. - */ function PropTypeError(message, data) { - this.message = message; - this.data = data && typeof data === 'object' ? data : { - }; - this.stack = ''; - } - // Make `instanceof Error` still work for returned errors. - PropTypeError.prototype = Error.prototype; - function createChainableTypeChecker(validate) { - var manualPropTypeCallCache = { - }; - var manualPropTypeWarningCount = 0; - function checkType(isRequired, props, propName, componentName, location, propFullName, secret) { - componentName = componentName || ANONYMOUS; - propFullName = propFullName || propName; - if (secret !== ReactPropTypesSecret) { - if (throwOnDirectAccess) { - // New behavior only for users of `prop-types` package - var err = new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"); - err.name = 'Invariant Violation'; - throw err; - } else if (typeof console !== 'undefined') { - // Old behavior for people using React.PropTypes - var cacheKey = componentName + ':' + propName; - if (!manualPropTypeCallCache[cacheKey] && // Avoid spamming the console because they are often not actionable except for lib authors - manualPropTypeWarningCount < 3) { - printWarning("You are manually calling a React.PropTypes validation function for the `" + propFullName + '` prop on `' + componentName + '`. This is deprecated ' + 'and will throw in the standalone `prop-types` package. ' + 'You may be seeing this warning due to a third-party PropTypes ' + 'library. See https://fb.me/react-warning-dont-call-proptypes ' + 'for details.'); - manualPropTypeCallCache[cacheKey] = true; - manualPropTypeWarningCount++; + window.$RefreshSig$ = Refresh.createSignatureFunctionForTransform; +}; +module.exports.postlude = function(module1) { + if (isReactRefreshBoundary(module1.exports)) { + registerExportsForReactRefresh(module1); + if (module1.hot) { + module1.hot.dispose(function(data) { + if (Refresh.hasUnrecoverableErrors()) window.location.reload(); + data.prevExports = module1.exports; + }); + module1.hot.accept(function(getParents) { + var prevExports = module1.hot.data.prevExports; + var nextExports = module1.exports; // Since we just executed the code for it, it's possible + // that the new exports make it ineligible for being a boundary. + var isNoLongerABoundary = !isReactRefreshBoundary(nextExports); // It can also become ineligible if its exports are incompatible + // with the previous exports. + // For example, if you add/remove/change exports, we'll want + // to re-execute the importing modules, and force those components + // to re-render. Similarly, if you convert a class component + // to a function, we want to invalidate the boundary. + var didInvalidate = shouldInvalidateReactRefreshBoundary(prevExports, nextExports); + if (isNoLongerABoundary || didInvalidate) { + // We'll be conservative. The only case in which we won't do a full + // reload is if all parent modules are also refresh boundaries. + // In that case we'll add them to the current queue. + var parents = getParents(); + if (parents.length === 0) { + // Looks like we bubbled to the root. Can't recover from that. + window.location.reload(); + return; } + return parents; } - } - if (props[propName] == null) { - if (isRequired) { - if (props[propName] === null) return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required ' + ('in `' + componentName + '`, but its value is `null`.')); - return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required in ' + ('`' + componentName + '`, but its value is `undefined`.')); - } - return null; - } else return validate(props, propName, componentName, location, propFullName); - } - var chainedCheckType = checkType.bind(null, false); - chainedCheckType.isRequired = checkType.bind(null, true); - return chainedCheckType; - } - function createPrimitiveTypeChecker(expectedType) { - function validate(props, propName, componentName, location, propFullName, secret) { - var propValue = props[propName]; - var propType = getPropType(propValue); - if (propType !== expectedType) { - // `propValue` being instance of, say, date/regexp, pass the 'object' - // check, but we can offer a more precise error message here rather than - // 'of type `object`'. - var preciseType = getPreciseType(propValue); - return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + preciseType + '` supplied to `' + componentName + '`, expected ') + ('`' + expectedType + '`.'), { - expectedType: expectedType - }); - } - return null; - } - return createChainableTypeChecker(validate); - } - function createAnyTypeChecker() { - return createChainableTypeChecker(emptyFunctionThatReturnsNull); - } - function createArrayOfTypeChecker(typeChecker) { - function validate(props, propName, componentName, location, propFullName) { - if (typeof typeChecker !== 'function') return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside arrayOf.'); - var propValue = props[propName]; - if (!Array.isArray(propValue)) { - var propType = getPropType(propValue); - return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an array.')); - } - for(var i = 0; i < propValue.length; i++){ - var error = typeChecker(propValue, i, componentName, location, propFullName + '[' + i + ']', ReactPropTypesSecret); - if (error instanceof Error) return error; - } - return null; - } - return createChainableTypeChecker(validate); - } - function createElementTypeChecker() { - function validate(props, propName, componentName, location, propFullName) { - var propValue = props[propName]; - if (!isValidElement(propValue)) { - var propType = getPropType(propValue); - return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement.')); - } - return null; - } - return createChainableTypeChecker(validate); - } - function createElementTypeTypeChecker() { - function validate(props, propName, componentName, location, propFullName) { - var propValue = props[propName]; - if (!ReactIs.isValidElementType(propValue)) { - var propType = getPropType(propValue); - return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement type.')); - } - return null; - } - return createChainableTypeChecker(validate); - } - function createInstanceTypeChecker(expectedClass) { - function validate(props, propName, componentName, location, propFullName) { - if (!(props[propName] instanceof expectedClass)) { - var expectedClassName = expectedClass.name || ANONYMOUS; - var actualClassName = getClassName(props[propName]); - return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + actualClassName + '` supplied to `' + componentName + '`, expected ') + ('instance of `' + expectedClassName + '`.')); - } - return null; - } - return createChainableTypeChecker(validate); - } - function createEnumTypeChecker(expectedValues) { - if (!Array.isArray(expectedValues)) { - { - if (arguments.length > 1) printWarning('Invalid arguments supplied to oneOf, expected an array, got ' + arguments.length + ' arguments. ' + 'A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).'); - else printWarning('Invalid argument supplied to oneOf, expected an array.'); - } - return emptyFunctionThatReturnsNull; - } - function validate(props, propName, componentName, location, propFullName) { - var propValue = props[propName]; - for(var i = 0; i < expectedValues.length; i++){ - if (is(propValue, expectedValues[i])) return null; - } - var valuesString = JSON.stringify(expectedValues, function replacer(key, value) { - var type = getPreciseType(value); - if (type === 'symbol') return String(value); - return value; + enqueueUpdate(); }); - return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of value `' + String(propValue) + '` ' + ('supplied to `' + componentName + '`, expected one of ' + valuesString + '.')); - } - return createChainableTypeChecker(validate); - } - function createObjectOfTypeChecker(typeChecker) { - function validate(props, propName, componentName, location, propFullName) { - if (typeof typeChecker !== 'function') return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside objectOf.'); - var propValue = props[propName]; - var propType = getPropType(propValue); - if (propType !== 'object') return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an object.')); - for(var key in propValue)if (has(propValue, key)) { - var error = typeChecker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret); - if (error instanceof Error) return error; - } - return null; - } - return createChainableTypeChecker(validate); - } - function createUnionTypeChecker(arrayOfTypeCheckers) { - if (!Array.isArray(arrayOfTypeCheckers)) { - printWarning('Invalid argument supplied to oneOfType, expected an instance of array.'); - return emptyFunctionThatReturnsNull; - } - for(var i1 = 0; i1 < arrayOfTypeCheckers.length; i1++){ - var checker = arrayOfTypeCheckers[i1]; - if (typeof checker !== 'function') { - printWarning("Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + getPostfixForTypeWarning(checker) + ' at index ' + i1 + '.'); - return emptyFunctionThatReturnsNull; - } - } - function validate(props, propName, componentName, location, propFullName) { - var expectedTypes = []; - for(var i = 0; i < arrayOfTypeCheckers.length; i++){ - var checker = arrayOfTypeCheckers[i]; - var checkerResult = checker(props, propName, componentName, location, propFullName, ReactPropTypesSecret); - if (checkerResult == null) return null; - if (checkerResult.data && has(checkerResult.data, 'expectedType')) expectedTypes.push(checkerResult.data.expectedType); - } - var expectedTypesMessage = expectedTypes.length > 0 ? ', expected one of type [' + expectedTypes.join(', ') + ']' : ''; - return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`' + expectedTypesMessage + '.')); - } - return createChainableTypeChecker(validate); - } - function createNodeChecker() { - function validate(props, propName, componentName, location, propFullName) { - if (!isNode(props[propName])) return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`, expected a ReactNode.')); - return null; - } - return createChainableTypeChecker(validate); - } - function invalidValidatorError(componentName, location, propFullName, key, type) { - return new PropTypeError((componentName || 'React class') + ': ' + location + ' type `' + propFullName + '.' + key + '` is invalid; ' + 'it must be a function, usually from the `prop-types` package, but received `' + type + '`.'); - } - function createShapeTypeChecker(shapeTypes) { - function validate(props, propName, componentName, location, propFullName) { - var propValue = props[propName]; - var propType = getPropType(propValue); - if (propType !== 'object') return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.')); - for(var key in shapeTypes){ - var checker = shapeTypes[key]; - if (typeof checker !== 'function') return invalidValidatorError(componentName, location, propFullName, key, getPreciseType(checker)); - var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret); - if (error) return error; - } - return null; - } - return createChainableTypeChecker(validate); - } - function createStrictShapeTypeChecker(shapeTypes) { - function validate(props, propName, componentName, location, propFullName) { - var propValue = props[propName]; - var propType = getPropType(propValue); - if (propType !== 'object') return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.')); - // We need to check all keys in case some are required but missing from props. - var allKeys = assign({ - }, props[propName], shapeTypes); - for(var key in allKeys){ - var checker = shapeTypes[key]; - if (has(shapeTypes, key) && typeof checker !== 'function') return invalidValidatorError(componentName, location, propFullName, key, getPreciseType(checker)); - if (!checker) return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` key `' + key + '` supplied to `' + componentName + '`.' + '\nBad object: ' + JSON.stringify(props[propName], null, ' ') + '\nValid keys: ' + JSON.stringify(Object.keys(shapeTypes), null, ' ')); - var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret); - if (error) return error; - } - return null; - } - return createChainableTypeChecker(validate); - } - function isNode(propValue) { - switch(typeof propValue){ - case 'number': - case 'string': - case 'undefined': - return true; - case 'boolean': - return !propValue; - case 'object': - if (Array.isArray(propValue)) return propValue.every(isNode); - if (propValue === null || isValidElement(propValue)) return true; - var iteratorFn = getIteratorFn(propValue); - if (iteratorFn) { - var iterator = iteratorFn.call(propValue); - var step; - if (iteratorFn !== propValue.entries) while(!(step = iterator.next()).done){ - if (!isNode(step.value)) return false; - } - else // Iterator will provide entry [k,v] tuples rather than values. - while(!(step = iterator.next()).done){ - var entry = step.value; - if (entry) { - if (!isNode(entry[1])) return false; - } - } - } else return false; - return true; - default: - return false; } } - function isSymbol(propType, propValue) { - // Native Symbol. - if (propType === 'symbol') return true; - // falsy value can't be a Symbol - if (!propValue) return false; - // 19.4.3.5 Symbol.prototype[@@toStringTag] === 'Symbol' - if (propValue['@@toStringTag'] === 'Symbol') return true; - // Fallback for non-spec compliant Symbols which are polyfilled. - if (typeof Symbol === 'function' && propValue instanceof Symbol) return true; +}; +function isReactRefreshBoundary(exports) { + if (Refresh.isLikelyComponentType(exports)) return true; + if (exports == null || typeof exports !== "object") // Exit if we can't iterate over exports. + return false; + var hasExports = false; + var areAllExportsComponents = true; + let isESM = "__esModule" in exports; + for(var key in exports){ + hasExports = true; + if (key === "__esModule") continue; + var desc = Object.getOwnPropertyDescriptor(exports, key); + if (desc && desc.get && !isESM) // Don't invoke getters for CJS as they may have side effects. return false; + var exportValue = exports[key]; + if (!Refresh.isLikelyComponentType(exportValue)) areAllExportsComponents = false; } - // Equivalent of `typeof` but with special handling for array and regexp. - function getPropType(propValue) { - var propType = typeof propValue; - if (Array.isArray(propValue)) return 'array'; - if (propValue instanceof RegExp) // Old webkits (at least until Android 4.0) return 'function' rather than - // 'object' for typeof a RegExp. We'll normalize this here so that /bla/ - // passes PropTypes.object. - return 'object'; - if (isSymbol(propType, propValue)) return 'symbol'; - return propType; - } - // This handles more types than `getPropType`. Only used for error messages. - // See `createPrimitiveTypeChecker`. - function getPreciseType(propValue) { - if (typeof propValue === 'undefined' || propValue === null) return '' + propValue; - var propType = getPropType(propValue); - if (propType === 'object') { - if (propValue instanceof Date) return 'date'; - else if (propValue instanceof RegExp) return 'regexp'; - } - return propType; - } - // Returns a string that is postfixed to a warning about an invalid type. - // For example, "undefined" or "of type array" - function getPostfixForTypeWarning(value) { - var type = getPreciseType(value); - switch(type){ - case 'array': - case 'object': - return 'an ' + type; - case 'boolean': - case 'date': - case 'regexp': - return 'a ' + type; - default: - return type; - } - } - // Returns class name of the object, if any. - function getClassName(propValue) { - if (!propValue.constructor || !propValue.constructor.name) return ANONYMOUS; - return propValue.constructor.name; - } - ReactPropTypes.checkPropTypes = checkPropTypes; - ReactPropTypes.resetWarningCache = checkPropTypes.resetWarningCache; - ReactPropTypes.PropTypes = ReactPropTypes; - return ReactPropTypes; -}; - -},{"react-is":"7EuwB","object-assign":"7OXxh","./lib/ReactPropTypesSecret":"jZTZJ","./lib/has":"fqKuf","./checkPropTypes":"5VwyJ"}],"jZTZJ":[function(require,module,exports) { -/** - * Copyright (c) 2013-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ 'use strict'; -var ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED'; -module.exports = ReactPropTypesSecret; - -},{}],"fqKuf":[function(require,module,exports) { -module.exports = Function.call.bind(Object.prototype.hasOwnProperty); - -},{}],"5VwyJ":[function(require,module,exports) { -/** - * Copyright (c) 2013-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ 'use strict'; -var printWarning = function() { -}; -var ReactPropTypesSecret = require('./lib/ReactPropTypesSecret'); -var loggedTypeFailures = { -}; -var has = require('./lib/has'); -printWarning = function(text) { - var message = 'Warning: ' + text; - if (typeof console !== 'undefined') console.error(message); - try { - // --- Welcome to debugging React --- - // This error was thrown as a convenience so that you can use this stack - // to find the callsite that caused this warning to fire. - throw new Error(message); - } catch (x) { + return hasExports && areAllExportsComponents; +} +function shouldInvalidateReactRefreshBoundary(prevExports, nextExports) { + var prevSignature = getRefreshBoundarySignature(prevExports); + var nextSignature = getRefreshBoundarySignature(nextExports); + if (prevSignature.length !== nextSignature.length) return true; + for(var i = 0; i < nextSignature.length; i++){ + if (prevSignature[i] !== nextSignature[i]) return true; } -}; -/** - * Assert that the values match with the type specs. - * Error messages are memorized and will only be shown once. - * - * @param {object} typeSpecs Map of name to a ReactPropType - * @param {object} values Runtime values that need to be type-checked - * @param {string} location e.g. "prop", "context", "child context" - * @param {string} componentName Name of the component for error messages. - * @param {?Function} getStack Returns the component stack. - * @private - */ function checkPropTypes(typeSpecs, values, location, componentName, getStack) { - for(var typeSpecName in typeSpecs)if (has(typeSpecs, typeSpecName)) { - var error; - // Prop type validation may throw. In case they do, we don't want to - // fail the render phase where it didn't fail before. So we log it. - // After these have been cleaned up, we'll let them throw. - try { - // This is intentionally an invariant that gets caught. It's the same - // behavior as without this statement except with a better message. - if (typeof typeSpecs[typeSpecName] !== 'function') { - var err = Error((componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' + 'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.' + 'This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.'); - err.name = 'Invariant Violation'; - throw err; - } - error = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, ReactPropTypesSecret); - } catch (ex) { - error = ex; - } - if (error && !(error instanceof Error)) printWarning((componentName || 'React class') + ': type specification of ' + location + ' `' + typeSpecName + '` is invalid; the type checker ' + 'function must return `null` or an `Error` but returned a ' + typeof error + '. ' + 'You may have forgotten to pass an argument to the type checker ' + 'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' + 'shape all require an argument).'); - if (error instanceof Error && !(error.message in loggedTypeFailures)) { - // Only monitor this failure once because there tends to be a lot of the - // same error. - loggedTypeFailures[error.message] = true; - var stack = getStack ? getStack() : ''; - printWarning('Failed ' + location + ' type: ' + error.message + (stack != null ? stack : '')); - } + return false; +} // When this signature changes, it's unsafe to stop at this refresh boundary. +function getRefreshBoundarySignature(exports) { + var signature = []; + signature.push(Refresh.getFamilyByType(exports)); + if (exports == null || typeof exports !== "object") // Exit if we can't iterate over exports. + // (This is important for legacy environments.) + return signature; + let isESM = "__esModule" in exports; + for(var key in exports){ + if (key === "__esModule") continue; + var desc = Object.getOwnPropertyDescriptor(exports, key); + if (desc && desc.get && !isESM) continue; + var exportValue = exports[key]; + signature.push(key); + signature.push(Refresh.getFamilyByType(exportValue)); } + return signature; } -/** - * Resets warning cache when testing. - * - * @private - */ checkPropTypes.resetWarningCache = function() { - loggedTypeFailures = { - }; -}; -module.exports = checkPropTypes; - -},{"./lib/ReactPropTypesSecret":"jZTZJ","./lib/has":"fqKuf"}],"hUrF9":[function(require,module,exports) { -var $parcel$ReactRefreshHelpers$da07 = require("@parcel/transformer-react-refresh-wrap/lib/helpers/helpers.js"); -var prevRefreshReg = window.$RefreshReg$; -var prevRefreshSig = window.$RefreshSig$; -$parcel$ReactRefreshHelpers$da07.prelude(module); - -try { -var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js"); -parcelHelpers.defineInteropFlag(exports); -/* eslint-disable react-hooks/exhaustive-deps */ /** - * useEventListener - * Hook for handling EventListeners - * @return {object} width, height - */ parcelHelpers.export(exports, "useEventListener", ()=>useEventListener -); -var _react = require("react"); -var _s = $RefreshSig$(); -function useEventListener(eventName, handler, element = window) { - _s(); - // Create a ref that stores handler - const savedHandler = _react.useRef(); - // Update ref.current value if handler changes. - _react.useEffect(()=>{ - savedHandler.current = handler; - }, [ - handler - ]); - _react.useEffect(()=>{ - // Make sure element supports addEventListener - const isSupported = element && element.addEventListener; - if (!isSupported) return; - // Create event listener that calls handler function stored in ref - const eventListener = (event)=>savedHandler.current(event) - ; - // Add event listener - element.addEventListener(eventName, eventListener); - // Remove event listener on cleanup - return ()=>{ - element.removeEventListener(eventName, eventListener); - }; - }, [ - eventName, - element - ] // Re-run if eventName or element changes - ); -} -_s(useEventListener, "XoZIjRFu3rOkeAcYGIxrbqMN+XY="); - - $parcel$ReactRefreshHelpers$da07.postlude(module); -} finally { - window.$RefreshReg$ = prevRefreshReg; - window.$RefreshSig$ = prevRefreshSig; +function registerExportsForReactRefresh(module1) { + var exports = module1.exports, id = module1.id; + Refresh.register(exports, id + " %exports%"); + if (exports == null || typeof exports !== "object") // Exit if we can't iterate over exports. + // (This is important for legacy environments.) + return; + let isESM = "__esModule" in exports; + for(var key in exports){ + var desc = Object.getOwnPropertyDescriptor(exports, key); + if (desc && desc.get && !isESM) continue; + var exportValue = exports[key]; + Refresh.register(exportValue, id + " %exports% " + key); + } } -},{"react":"21dqq","@parcel/transformer-react-refresh-wrap/lib/helpers/helpers.js":"km3Ru","@parcel/transformer-js/src/esmodule-helpers.js":"gkKU3"}],"gkKU3":[function(require,module,exports) { -exports.interopDefault = function(a) { - return a && a.__esModule ? a : { - default: a - }; -}; -exports.defineInteropFlag = function(a) { - Object.defineProperty(a, '__esModule', { - value: true - }); -}; -exports.exportAll = function(source, dest) { - Object.keys(source).forEach(function(key) { - if (key === 'default' || key === '__esModule' || dest.hasOwnProperty(key)) return; - Object.defineProperty(dest, key, { - enumerable: true, - get: function() { - return source[key]; - } - }); - }); - return dest; -}; -exports.export = function(dest, destName, get) { - Object.defineProperty(dest, destName, { - enumerable: true, - get: get - }); -}; - -},{}],"lm8AM":[function(require,module,exports) { -var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js"); -parcelHelpers.defineInteropFlag(exports); -const IsDevice = (()=>{ - if (typeof navigator == 'undefined') return; - let ua = navigator.userAgent; - return { - info: ua, - Android () { - return ua.match(/Android/i); - }, - BlackBerry () { - return ua.match(/BlackBerry/i); - }, - IEMobile () { - return ua.match(/IEMobile/i); - }, - iOS () { - return ua.match(/iPhone|iPad|iPod/i); - }, - iPad () { - return ua.match(/Mac/) && navigator.maxTouchPoints && navigator.maxTouchPoints > 2; - }, - OperaMini () { - return ua.match(/Opera Mini/i); - }, - /** - * Any Device - */ any () { - return IsDevice.Android() || IsDevice.BlackBerry() || IsDevice.iOS() || IsDevice.iPad() || IsDevice.OperaMini() || IsDevice.IEMobile(); - } - }; -})(); -exports.default = IsDevice; -},{"@parcel/transformer-js/src/esmodule-helpers.js":"gkKU3"}],"iTorj":[function(require,module,exports) { -'use strict'; -module.exports = require('./cjs/react-jsx-dev-runtime.development.js'); +},{"react-refresh/runtime":"786KC"}],"iTorj":[function(require,module,exports) { +"use strict"; +module.exports = require("./cjs/react-jsx-dev-runtime.development.js"); },{"./cjs/react-jsx-dev-runtime.development.js":"48uCM"}],"48uCM":[function(require,module,exports) { -/** @license React v17.0.2 +/** + * @license React * react-jsx-dev-runtime.development.js * * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - */ 'use strict'; + */ "use strict"; (function() { - var React = require('react'); - var _assign = require('object-assign'); + "use strict"; + var React = require("react"); // ATTENTION // When adding new symbols to this file, // Please consider also adding to 'react-devtools-shared/src/backend/ReactSymbols' - // The Symbol used to tag the ReactElement-like types. If there is no native Symbol - // nor polyfill, then a plain number is used for performance. - var REACT_ELEMENT_TYPE = 60103; - var REACT_PORTAL_TYPE = 60106; - exports.Fragment = 60107; - var REACT_STRICT_MODE_TYPE = 60108; - var REACT_PROFILER_TYPE = 60114; - var REACT_PROVIDER_TYPE = 60109; - var REACT_CONTEXT_TYPE = 60110; - var REACT_FORWARD_REF_TYPE = 60112; - var REACT_SUSPENSE_TYPE = 60113; - var REACT_SUSPENSE_LIST_TYPE = 60120; - var REACT_MEMO_TYPE = 60115; - var REACT_LAZY_TYPE = 60116; - var REACT_BLOCK_TYPE = 60121; - var REACT_SERVER_BLOCK_TYPE = 60122; - var REACT_FUNDAMENTAL_TYPE = 60117; - var REACT_SCOPE_TYPE = 60119; - var REACT_OPAQUE_ID_TYPE = 60128; - var REACT_DEBUG_TRACING_MODE_TYPE = 60129; - var REACT_OFFSCREEN_TYPE = 60130; - var REACT_LEGACY_HIDDEN_TYPE = 60131; - if (typeof Symbol === 'function' && Symbol.for) { - var symbolFor = Symbol.for; - REACT_ELEMENT_TYPE = symbolFor('react.element'); - REACT_PORTAL_TYPE = symbolFor('react.portal'); - exports.Fragment = symbolFor('react.fragment'); - REACT_STRICT_MODE_TYPE = symbolFor('react.strict_mode'); - REACT_PROFILER_TYPE = symbolFor('react.profiler'); - REACT_PROVIDER_TYPE = symbolFor('react.provider'); - REACT_CONTEXT_TYPE = symbolFor('react.context'); - REACT_FORWARD_REF_TYPE = symbolFor('react.forward_ref'); - REACT_SUSPENSE_TYPE = symbolFor('react.suspense'); - REACT_SUSPENSE_LIST_TYPE = symbolFor('react.suspense_list'); - REACT_MEMO_TYPE = symbolFor('react.memo'); - REACT_LAZY_TYPE = symbolFor('react.lazy'); - REACT_BLOCK_TYPE = symbolFor('react.block'); - REACT_SERVER_BLOCK_TYPE = symbolFor('react.server.block'); - REACT_FUNDAMENTAL_TYPE = symbolFor('react.fundamental'); - REACT_SCOPE_TYPE = symbolFor('react.scope'); - REACT_OPAQUE_ID_TYPE = symbolFor('react.opaque.id'); - REACT_DEBUG_TRACING_MODE_TYPE = symbolFor('react.debug_trace_mode'); - REACT_OFFSCREEN_TYPE = symbolFor('react.offscreen'); - REACT_LEGACY_HIDDEN_TYPE = symbolFor('react.legacy_hidden'); - } - var MAYBE_ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator; - var FAUX_ITERATOR_SYMBOL = '@@iterator'; + // The Symbol used to tag the ReactElement-like types. + var REACT_ELEMENT_TYPE = Symbol.for("react.element"); + var REACT_PORTAL_TYPE = Symbol.for("react.portal"); + var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"); + var REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"); + var REACT_PROFILER_TYPE = Symbol.for("react.profiler"); + var REACT_PROVIDER_TYPE = Symbol.for("react.provider"); + var REACT_CONTEXT_TYPE = Symbol.for("react.context"); + var REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"); + var REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"); + var REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"); + var REACT_MEMO_TYPE = Symbol.for("react.memo"); + var REACT_LAZY_TYPE = Symbol.for("react.lazy"); + var REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen"); + var MAYBE_ITERATOR_SYMBOL = Symbol.iterator; + var FAUX_ITERATOR_SYMBOL = "@@iterator"; function getIteratorFn(maybeIterable) { - if (maybeIterable === null || typeof maybeIterable !== 'object') return null; + if (maybeIterable === null || typeof maybeIterable !== "object") return null; var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL]; - if (typeof maybeIterator === 'function') return maybeIterator; + if (typeof maybeIterator === "function") return maybeIterator; return null; } var ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED; function error(format) { for(var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++)args[_key2 - 1] = arguments[_key2]; - printWarning('error', format, args); + printWarning("error", format, args); } function printWarning(level, format, args) { var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame; var stack = ReactDebugCurrentFrame.getStackAddendum(); - if (stack !== '') { - format += '%s'; + if (stack !== "") { + format += "%s"; args = args.concat([ stack ]); - } + } // eslint-disable-next-line react-internal/safe-string-coercion var argsWithFormat = args.map(function(item) { - return '' + item; + return String(item); }); // Careful: RN currently depends on this prefix - argsWithFormat.unshift('Warning: ' + format); // We intentionally don't use spread (or .apply) directly because it + argsWithFormat.unshift("Warning: " + format); // We intentionally don't use spread (or .apply) directly because it // breaks IE9: https://github.com/facebook/react/issues/13610 // eslint-disable-next-line react-internal/no-production-logging Function.prototype.apply.call(console[level], console, argsWithFormat); } - // Filter certain DOM attributes (e.g. src, href) if their values are empty strings. + // ----------------------------------------------------------------------------- var enableScopeAPI = false; // Experimental Create Event Handle API. + var enableCacheElement = false; + var enableTransitionTracing = false; // No known bugs, but needs performance testing + var enableLegacyHidden = false; // Enables unstable_avoidThisFallback feature in Fiber + // stuff. Intended to enable React core members to more easily debug scheduling + // issues in DEV builds. + var enableDebugTracing = false; // Track which Fiber(s) schedule render work. + var REACT_MODULE_REFERENCE; + REACT_MODULE_REFERENCE = Symbol.for("react.module.reference"); function isValidElementType(type) { - if (typeof type === 'string' || typeof type === 'function') return true; + if (typeof type === "string" || typeof type === "function") return true; // Note: typeof might be other than 'symbol' or 'number' (e.g. if it's a polyfill). - if (type === exports.Fragment || type === REACT_PROFILER_TYPE || type === REACT_DEBUG_TRACING_MODE_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || type === REACT_LEGACY_HIDDEN_TYPE || enableScopeAPI) return true; - if (typeof type === 'object' && type !== null) { - if (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_BLOCK_TYPE || type[0] === REACT_SERVER_BLOCK_TYPE) return true; + if (type === REACT_FRAGMENT_TYPE || type === REACT_PROFILER_TYPE || enableDebugTracing || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || enableLegacyHidden || type === REACT_OFFSCREEN_TYPE || enableScopeAPI || enableCacheElement || enableTransitionTracing) return true; + if (typeof type === "object" && type !== null) { + if (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || // types supported by any Flight configuration anywhere since + // we don't know which Flight build this will end up being used + // with. + type.$$typeof === REACT_MODULE_REFERENCE || type.getModuleId !== undefined) return true; } return false; } function getWrappedName(outerType, innerType, wrapperName) { - var functionName = innerType.displayName || innerType.name || ''; - return outerType.displayName || (functionName !== '' ? wrapperName + "(" + functionName + ")" : wrapperName); - } + var displayName = outerType.displayName; + if (displayName) return displayName; + var functionName = innerType.displayName || innerType.name || ""; + return functionName !== "" ? wrapperName + "(" + functionName + ")" : wrapperName; + } // Keep in sync with react-reconciler/getComponentNameFromFiber function getContextName(type) { - return type.displayName || 'Context'; - } - function getComponentName(type) { + return type.displayName || "Context"; + } // Note that the reconciler package should generally prefer to use getComponentNameFromFiber() instead. + function getComponentNameFromType(type) { if (type == null) // Host root, text node or just invalid type. return null; - if (typeof type.tag === 'number') error("Received an unexpected object in getComponentName(). This is likely a bug in React. Please file an issue."); - if (typeof type === 'function') return type.displayName || type.name || null; - if (typeof type === 'string') return type; + if (typeof type.tag === "number") error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."); + if (typeof type === "function") return type.displayName || type.name || null; + if (typeof type === "string") return type; switch(type){ - case exports.Fragment: - return 'Fragment'; + case REACT_FRAGMENT_TYPE: + return "Fragment"; case REACT_PORTAL_TYPE: - return 'Portal'; + return "Portal"; case REACT_PROFILER_TYPE: - return 'Profiler'; + return "Profiler"; case REACT_STRICT_MODE_TYPE: - return 'StrictMode'; + return "StrictMode"; case REACT_SUSPENSE_TYPE: - return 'Suspense'; + return "Suspense"; case REACT_SUSPENSE_LIST_TYPE: - return 'SuspenseList'; + return "SuspenseList"; } - if (typeof type === 'object') switch(type.$$typeof){ + if (typeof type === "object") switch(type.$$typeof){ case REACT_CONTEXT_TYPE: var context = type; - return getContextName(context) + '.Consumer'; + return getContextName(context) + ".Consumer"; case REACT_PROVIDER_TYPE: var provider = type; - return getContextName(provider._context) + '.Provider'; + return getContextName(provider._context) + ".Provider"; case REACT_FORWARD_REF_TYPE: - return getWrappedName(type, type.render, 'ForwardRef'); + return getWrappedName(type, type.render, "ForwardRef"); case REACT_MEMO_TYPE: - return getComponentName(type.type); - case REACT_BLOCK_TYPE: - return getComponentName(type._render); + var outerName = type.displayName || null; + if (outerName !== null) return outerName; + return getComponentNameFromType(type.type) || "Memo"; case REACT_LAZY_TYPE: var lazyComponent = type; var payload = lazyComponent._payload; var init = lazyComponent._init; try { - return getComponentName(init(payload)); + return getComponentNameFromType(init(payload)); } catch (x) { return null; } } return null; } + var assign = Object.assign; // Helpers to patch console.logs to avoid logging during side-effect free // replaying on render function. This currently only patches the object // lazily which won't cover if the log function was extracted eagerly. @@ -23456,8 +26519,7 @@ module.exports = require('./cjs/react-jsx-dev-runtime.development.js'); var prevGroup; var prevGroupCollapsed; var prevGroupEnd; - function disabledLog() { - } + function disabledLog() {} disabledLog.__reactDisabledLog = true; function disableLogs() { if (disabledDepth === 0) { @@ -23495,32 +26557,25 @@ module.exports = require('./cjs/react-jsx-dev-runtime.development.js'); writable: true }; // $FlowFixMe Flow thinks console is immutable. Object.defineProperties(console, { - log: _assign({ - }, props, { + log: assign({}, props, { value: prevLog }), - info: _assign({ - }, props, { + info: assign({}, props, { value: prevInfo }), - warn: _assign({ - }, props, { + warn: assign({}, props, { value: prevWarn }), - error: _assign({ - }, props, { + error: assign({}, props, { value: prevError }), - group: _assign({ - }, props, { + group: assign({}, props, { value: prevGroup }), - groupCollapsed: _assign({ - }, props, { + groupCollapsed: assign({}, props, { value: prevGroupCollapsed }), - groupEnd: _assign({ - }, props, { + groupEnd: assign({}, props, { value: prevGroupEnd }) }); @@ -23535,18 +26590,18 @@ module.exports = require('./cjs/react-jsx-dev-runtime.development.js'); throw Error(); } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); - prefix = match && match[1] || ''; + prefix = match && match[1] || ""; } // We use the prefix to ensure our stacks line up with native stack frames. - return '\n' + prefix + name; + return "\n" + prefix + name; } var reentry = false; var componentFrameCache; - var PossiblyWeakMap = typeof WeakMap === 'function' ? WeakMap : Map; + var PossiblyWeakMap = typeof WeakMap === "function" ? WeakMap : Map; componentFrameCache = new PossiblyWeakMap(); function describeNativeComponentFrame(fn, construct) { // If something asked for a stack inside a fake render, it should get ignored. - if (!fn || reentry) return ''; + if (!fn || reentry) return ""; var frame = componentFrameCache.get(fn); if (frame !== undefined) return frame; var control; @@ -23565,14 +26620,14 @@ module.exports = require('./cjs/react-jsx-dev-runtime.development.js'); var Fake = function() { throw Error(); }; // $FlowFixMe - Object.defineProperty(Fake.prototype, 'props', { + Object.defineProperty(Fake.prototype, "props", { set: function() { // We use a throwing setter instead of frozen or non-writable props // because that won't throw in a non-strict mode function. throw Error(); } }); - if (typeof Reflect === 'object' && Reflect.construct) { + if (typeof Reflect === "object" && Reflect.construct) { // We construct a different control for this case to include any extra // frames added by the construct call. try { @@ -23584,26 +26639,26 @@ module.exports = require('./cjs/react-jsx-dev-runtime.development.js'); } else { try { Fake.call(); - } catch (x) { - control = x; + } catch (x1) { + control = x1; } fn.call(Fake.prototype); } } else { try { throw Error(); - } catch (x) { - control = x; + } catch (x2) { + control = x2; } fn(); } } catch (sample) { // This is inlined manually because closure doesn't do it for us. - if (sample && control && typeof sample.stack === 'string') { + if (sample && control && typeof sample.stack === "string") { // This extracts the first frame from the sample that isn't also in the control. // Skipping one frame that we assume is the frame that calls the two. - var sampleLines = sample.stack.split('\n'); - var controlLines = control.stack.split('\n'); + var sampleLines = sample.stack.split("\n"); + var controlLines = control.stack.split("\n"); var s = sampleLines.length - 1; var c = controlLines.length - 1; while(s >= 1 && c >= 0 && sampleLines[s] !== controlLines[c])// We expect at least one stack frame to be shared. @@ -23627,11 +26682,14 @@ module.exports = require('./cjs/react-jsx-dev-runtime.development.js'); // The next one that isn't the same should be our match though. if (c < 0 || sampleLines[s] !== controlLines[c]) { // V8 adds a "new" prefix for native classes. Let's remove it to make it prettier. - var _frame = '\n' + sampleLines[s].replace(' at new ', ' at '); - if (typeof fn === 'function') componentFrameCache.set(fn, _frame); + var _frame = "\n" + sampleLines[s].replace(" at new ", " at "); // If our component frame is labeled "" + // but we have a user-provided "displayName" + // splice it in to make the stack more readable. + if (fn.displayName && _frame.includes("")) _frame = _frame.replace("", fn.displayName); + if (typeof fn === "function") componentFrameCache.set(fn, _frame); return _frame; } - }while (s >= 1 && c >= 0) + }while (s >= 1 && c >= 0); break; } } @@ -23641,9 +26699,9 @@ module.exports = require('./cjs/react-jsx-dev-runtime.development.js'); reenableLogs(); Error.prepareStackTrace = previousPrepareStackTrace; } // Fallback to just using the name if we couldn't make it throw. - var name = fn ? fn.displayName || fn.name : ''; - var syntheticFrame = name ? describeBuiltInComponentFrame(name) : ''; - if (typeof fn === 'function') componentFrameCache.set(fn, syntheticFrame); + var name = fn ? fn.displayName || fn.name : ""; + var syntheticFrame = name ? describeBuiltInComponentFrame(name) : ""; + if (typeof fn === "function") componentFrameCache.set(fn, syntheticFrame); return syntheticFrame; } function describeFunctionComponentFrame(fn, source, ownerFn) { @@ -23654,23 +26712,21 @@ module.exports = require('./cjs/react-jsx-dev-runtime.development.js'); return !!(prototype && prototype.isReactComponent); } function describeUnknownElementTypeFrameInDEV(type, source, ownerFn) { - if (type == null) return ''; - if (typeof type === 'function') return describeNativeComponentFrame(type, shouldConstruct(type)); - if (typeof type === 'string') return describeBuiltInComponentFrame(type); + if (type == null) return ""; + if (typeof type === "function") return describeNativeComponentFrame(type, shouldConstruct(type)); + if (typeof type === "string") return describeBuiltInComponentFrame(type); switch(type){ case REACT_SUSPENSE_TYPE: - return describeBuiltInComponentFrame('Suspense'); + return describeBuiltInComponentFrame("Suspense"); case REACT_SUSPENSE_LIST_TYPE: - return describeBuiltInComponentFrame('SuspenseList'); + return describeBuiltInComponentFrame("SuspenseList"); } - if (typeof type === 'object') switch(type.$$typeof){ + if (typeof type === "object") switch(type.$$typeof){ case REACT_FORWARD_REF_TYPE: return describeFunctionComponentFrame(type.render); case REACT_MEMO_TYPE: // Memo may contain any component type so we recursively resolve it. return describeUnknownElementTypeFrameInDEV(type.type, source, ownerFn); - case REACT_BLOCK_TYPE: - return describeFunctionComponentFrame(type._render); case REACT_LAZY_TYPE: var lazyComponent = type; var payload = lazyComponent._payload; @@ -23678,24 +26734,23 @@ module.exports = require('./cjs/react-jsx-dev-runtime.development.js'); try { // Lazy may contain any component type so we recursively resolve it. return describeUnknownElementTypeFrameInDEV(init(payload), source, ownerFn); - } catch (x) { - } + } catch (x) {} } - return ''; + return ""; } - var loggedTypeFailures = { - }; - var ReactDebugCurrentFrame1 = ReactSharedInternals.ReactDebugCurrentFrame; + var hasOwnProperty = Object.prototype.hasOwnProperty; + var loggedTypeFailures = {}; + var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame; function setCurrentlyValidatingElement(element) { if (element) { var owner = element._owner; var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null); - ReactDebugCurrentFrame1.setExtraStackFrame(stack); - } else ReactDebugCurrentFrame1.setExtraStackFrame(null); + ReactDebugCurrentFrame.setExtraStackFrame(stack); + } else ReactDebugCurrentFrame.setExtraStackFrame(null); } function checkPropTypes(typeSpecs, values, location, componentName, element) { // $FlowFixMe This is okay but Flow doesn't know it. - var has = Function.call.bind(Object.prototype.hasOwnProperty); + var has = Function.call.bind(hasOwnProperty); for(var typeSpecName in typeSpecs)if (has(typeSpecs, typeSpecName)) { var error$1 = void 0; // Prop type validation may throw. In case they do, we don't want to // fail the render phase where it didn't fail before. So we log it. @@ -23703,18 +26758,19 @@ module.exports = require('./cjs/react-jsx-dev-runtime.development.js'); try { // This is intentionally an invariant that gets caught. It's the same // behavior as without this statement except with a better message. - if (typeof typeSpecs[typeSpecName] !== 'function') { - var err = Error((componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' + 'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.' + 'This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.'); - err.name = 'Invariant Violation'; + if (typeof typeSpecs[typeSpecName] !== "function") { + // eslint-disable-next-line react-internal/prod-error-codes + var err = Error((componentName || "React class") + ": " + location + " type `" + typeSpecName + "` is invalid; " + "it must be a function, usually from the `prop-types` package, but received `" + typeof typeSpecs[typeSpecName] + "`." + "This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."); + err.name = "Invariant Violation"; throw err; } - error$1 = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED'); + error$1 = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"); } catch (ex) { error$1 = ex; } if (error$1 && !(error$1 instanceof Error)) { setCurrentlyValidatingElement(element); - error("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", componentName || 'React class', location, typeSpecName, typeof error$1); + error("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", componentName || "React class", location, typeSpecName, typeof error$1); setCurrentlyValidatingElement(null); } if (error$1 instanceof Error && !(error$1.message in loggedTypeFailures)) { @@ -23722,13 +26778,71 @@ module.exports = require('./cjs/react-jsx-dev-runtime.development.js'); // same error. loggedTypeFailures[error$1.message] = true; setCurrentlyValidatingElement(element); - error('Failed %s type: %s', location, error$1.message); + error("Failed %s type: %s", location, error$1.message); setCurrentlyValidatingElement(null); } } } + var isArrayImpl = Array.isArray; // eslint-disable-next-line no-redeclare + function isArray(a) { + return isArrayImpl(a); + } + /* + * The `'' + value` pattern (used in in perf-sensitive code) throws for Symbol + * and Temporal.* types. See https://github.com/facebook/react/pull/22064. + * + * The functions in this module will throw an easier-to-understand, + * easier-to-debug exception with a clear errors message message explaining the + * problem. (Instead of a confusing exception thrown inside the implementation + * of the `value` object). + */ // $FlowFixMe only called in DEV, so void return is not possible. + function typeName(value) { + // toStringTag is needed for namespaced types like Temporal.Instant + var hasToStringTag = typeof Symbol === "function" && Symbol.toStringTag; + var type = hasToStringTag && value[Symbol.toStringTag] || value.constructor.name || "Object"; + return type; + } // $FlowFixMe only called in DEV, so void return is not possible. + function willCoercionThrow(value) { + try { + testStringCoercion(value); + return false; + } catch (e) { + return true; + } + } + function testStringCoercion(value) { + // If you ended up here by following an exception call stack, here's what's + // happened: you supplied an object or symbol value to React (as a prop, key, + // DOM attribute, CSS property, string ref, etc.) and when React tried to + // coerce it to a string using `'' + value`, an exception was thrown. + // + // The most common types that will cause this exception are `Symbol` instances + // and Temporal objects like `Temporal.Instant`. But any object that has a + // `valueOf` or `[Symbol.toPrimitive]` method that throws will also cause this + // exception. (Library authors do this to prevent users from using built-in + // numeric operators like `+` or comparison operators like `>=` because custom + // methods are needed to perform accurate arithmetic or comparison.) + // + // To fix the problem, coerce this object or symbol value to a string before + // passing it to React. The most reliable way is usually `String(value)`. + // + // To find which value is throwing, check the browser or debugger console. + // Before this exception was thrown, there should be `console.error` output + // that shows the type (Symbol, Temporal.PlainDate, etc.) that caused the + // problem and how that type was used: key, atrribute, input value prop, etc. + // In most cases, this console output also shows the component and its + // ancestor components where the exception happened. + // + // eslint-disable-next-line react-internal/safe-string-coercion + return "" + value; + } + function checkKeyStringCoercion(value) { + if (willCoercionThrow(value)) { + error("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", typeName(value)); + return testStringCoercion(value); // throw (to help callers find troubleshooting comments) + } + } var ReactCurrentOwner = ReactSharedInternals.ReactCurrentOwner; - var hasOwnProperty = Object.prototype.hasOwnProperty; var RESERVED_PROPS = { key: true, ref: true, @@ -23738,27 +26852,26 @@ module.exports = require('./cjs/react-jsx-dev-runtime.development.js'); var specialPropKeyWarningShown; var specialPropRefWarningShown; var didWarnAboutStringRefs; - didWarnAboutStringRefs = { - }; + didWarnAboutStringRefs = {}; function hasValidRef(config) { - if (hasOwnProperty.call(config, 'ref')) { - var getter = Object.getOwnPropertyDescriptor(config, 'ref').get; + if (hasOwnProperty.call(config, "ref")) { + var getter = Object.getOwnPropertyDescriptor(config, "ref").get; if (getter && getter.isReactWarning) return false; } return config.ref !== undefined; } function hasValidKey(config) { - if (hasOwnProperty.call(config, 'key')) { - var getter = Object.getOwnPropertyDescriptor(config, 'key').get; + if (hasOwnProperty.call(config, "key")) { + var getter = Object.getOwnPropertyDescriptor(config, "key").get; if (getter && getter.isReactWarning) return false; } return config.key !== undefined; } function warnIfStringRefCannotBeAutoConverted(config, self) { - if (typeof config.ref === 'string' && ReactCurrentOwner.current && self && ReactCurrentOwner.current.stateNode !== self) { - var componentName = getComponentName(ReactCurrentOwner.current.type); + if (typeof config.ref === "string" && ReactCurrentOwner.current && self && ReactCurrentOwner.current.stateNode !== self) { + var componentName = getComponentNameFromType(ReactCurrentOwner.current.type); if (!didWarnAboutStringRefs[componentName]) { - error("Component \"%s\" contains the string ref \"%s\". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref", getComponentName(ReactCurrentOwner.current.type), config.ref); + error('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', getComponentNameFromType(ReactCurrentOwner.current.type), config.ref); didWarnAboutStringRefs[componentName] = true; } } @@ -23771,7 +26884,7 @@ module.exports = require('./cjs/react-jsx-dev-runtime.development.js'); } }; warnAboutAccessingKey.isReactWarning = true; - Object.defineProperty(props, 'key', { + Object.defineProperty(props, "key", { get: warnAboutAccessingKey, configurable: true }); @@ -23784,7 +26897,7 @@ module.exports = require('./cjs/react-jsx-dev-runtime.development.js'); } }; warnAboutAccessingRef.isReactWarning = true; - Object.defineProperty(props, 'ref', { + Object.defineProperty(props, "ref", { get: warnAboutAccessingRef, configurable: true }); @@ -23824,25 +26937,24 @@ module.exports = require('./cjs/react-jsx-dev-runtime.development.js'); // an external backing store so that we can freeze the whole object. // This can be replaced with a WeakMap once they are implemented in // commonly used development environments. - element._store = { - }; // To make comparing ReactElements easier for testing purposes, we make + element._store = {}; // To make comparing ReactElements easier for testing purposes, we make // the validation flag non-enumerable (where possible, which should // include every environment we run tests in), so the test framework // ignores it. - Object.defineProperty(element._store, 'validated', { + Object.defineProperty(element._store, "validated", { configurable: false, enumerable: false, writable: true, value: false }); // self and source are DEV only properties. - Object.defineProperty(element, '_self', { + Object.defineProperty(element, "_self", { configurable: false, enumerable: false, writable: false, value: self }); // Two elements created in two different places should be considered // equal for testing purposes and therefore we hide it from enumeration. - Object.defineProperty(element, '_source', { + Object.defineProperty(element, "_source", { configurable: false, enumerable: false, writable: false, @@ -23861,8 +26973,7 @@ module.exports = require('./cjs/react-jsx-dev-runtime.development.js'); * @param {string} key */ function jsxDEV(type, config, maybeKey, source, self) { var propName; // Reserved names are extracted - var props = { - }; + var props = {}; var key = null; var ref = null; // Currently, key can be spread in as a prop. This causes a potential // issue if key is also explicitly declared (ie.
@@ -23870,8 +26981,14 @@ module.exports = require('./cjs/react-jsx-dev-runtime.development.js'); // but as an intermediary step, we will use jsxDEV for everything except //
, because we aren't currently able to tell if // key is explicitly declared to be undefined or not. - if (maybeKey !== undefined) key = '' + maybeKey; - if (hasValidKey(config)) key = '' + config.key; + if (maybeKey !== undefined) { + checkKeyStringCoercion(maybeKey); + key = "" + maybeKey; + } + if (hasValidKey(config)) { + checkKeyStringCoercion(config.key); + key = "" + config.key; + } if (hasValidRef(config)) { ref = config.ref; warnIfStringRefCannotBeAutoConverted(config, self); @@ -23883,7 +27000,7 @@ module.exports = require('./cjs/react-jsx-dev-runtime.development.js'); for(propName in defaultProps)if (props[propName] === undefined) props[propName] = defaultProps[propName]; } if (key || ref) { - var displayName = typeof type === 'function' ? type.displayName || type.name || 'Unknown' : type; + var displayName = typeof type === "function" ? type.displayName || type.name || "Unknown" : type; if (key) defineKeyPropWarningGetter(props, displayName); if (ref) defineRefPropWarningGetter(props, displayName); } @@ -23907,33 +27024,32 @@ module.exports = require('./cjs/react-jsx-dev-runtime.development.js'); * @return {boolean} True if `object` is a ReactElement. * @final */ function isValidElement(object) { - return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE; + return typeof object === "object" && object !== null && object.$$typeof === REACT_ELEMENT_TYPE; } function getDeclarationErrorAddendum() { if (ReactCurrentOwner$1.current) { - var name = getComponentName(ReactCurrentOwner$1.current.type); - if (name) return '\n\nCheck the render method of `' + name + '`.'; + var name = getComponentNameFromType(ReactCurrentOwner$1.current.type); + if (name) return "\n\nCheck the render method of `" + name + "`."; } - return ''; + return ""; } function getSourceInfoErrorAddendum(source) { if (source !== undefined) { - var fileName = source.fileName.replace(/^.*[\\\/]/, ''); + var fileName = source.fileName.replace(/^.*[\\\/]/, ""); var lineNumber = source.lineNumber; - return '\n\nCheck your code at ' + fileName + ':' + lineNumber + '.'; + return "\n\nCheck your code at " + fileName + ":" + lineNumber + "."; } - return ''; + return ""; } /** * Warn if there's no key explicitly set on dynamic arrays of children or * object keys are not valid. This allows us to keep track of children between * updates. - */ var ownerHasKeyUseWarning = { - }; + */ var ownerHasKeyUseWarning = {}; function getCurrentComponentErrorInfo(parentType) { var info = getDeclarationErrorAddendum(); if (!info) { - var parentName = typeof parentType === 'string' ? parentType : parentType.displayName || parentType.name; + var parentName = typeof parentType === "string" ? parentType : parentType.displayName || parentType.name; if (parentName) info = "\n\nCheck the top-level render call using <" + parentName + ">."; } return info; @@ -23956,11 +27072,11 @@ module.exports = require('./cjs/react-jsx-dev-runtime.development.js'); ownerHasKeyUseWarning[currentComponentErrorInfo] = true; // Usually the current owner is the offender, but if it accepts children as a // property, it may be the creator of the child that's responsible for // assigning it a key. - var childOwner = ''; + var childOwner = ""; if (element && element._owner && element._owner !== ReactCurrentOwner$1.current) // Give the component that originally created this child. - childOwner = " It was passed a child from " + getComponentName(element._owner.type) + "."; + childOwner = " It was passed a child from " + getComponentNameFromType(element._owner.type) + "."; setCurrentlyValidatingElement$1(element); - error("Each child in a list should have a unique \"key\" prop.%s%s See https://reactjs.org/link/warning-keys for more information.", currentComponentErrorInfo, childOwner); + error('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', currentComponentErrorInfo, childOwner); setCurrentlyValidatingElement$1(null); } /** @@ -23972,8 +27088,8 @@ module.exports = require('./cjs/react-jsx-dev-runtime.development.js'); * @param {ReactNode} node Statically passed child of any type. * @param {*} parentType node's parent's type. */ function validateChildKeys(node, parentType) { - if (typeof node !== 'object') return; - if (Array.isArray(node)) for(var i = 0; i < node.length; i++){ + if (typeof node !== "object") return; + if (isArray(node)) for(var i = 0; i < node.length; i++){ var child = node[i]; if (isValidElement(child)) validateExplicitKey(child, parentType); } @@ -23982,7 +27098,7 @@ module.exports = require('./cjs/react-jsx-dev-runtime.development.js'); if (node._store) node._store.validated = true; } else if (node) { var iteratorFn = getIteratorFn(node); - if (typeof iteratorFn === 'function') // Entry iterators used to provide implicit keys, + if (typeof iteratorFn === "function") // Entry iterators used to provide implicit keys, // but now we print a separate warning for them later. { if (iteratorFn !== node.entries) { @@ -24000,400 +27116,824 @@ module.exports = require('./cjs/react-jsx-dev-runtime.development.js'); * @param {ReactElement} element */ function validatePropTypes(element) { var type = element.type; - if (type === null || type === undefined || typeof type === 'string') return; + if (type === null || type === undefined || typeof type === "string") return; var propTypes; - if (typeof type === 'function') propTypes = type.propTypes; - else if (typeof type === 'object' && (type.$$typeof === REACT_FORWARD_REF_TYPE || // Inner props are checked in the reconciler. + if (typeof type === "function") propTypes = type.propTypes; + else if (typeof type === "object" && (type.$$typeof === REACT_FORWARD_REF_TYPE || // Inner props are checked in the reconciler. type.$$typeof === REACT_MEMO_TYPE)) propTypes = type.propTypes; else return; if (propTypes) { // Intentionally inside to avoid triggering lazy initializers: - var name = getComponentName(type); - checkPropTypes(propTypes, element.props, 'prop', name, element); + var name = getComponentNameFromType(type); + checkPropTypes(propTypes, element.props, "prop", name, element); } else if (type.PropTypes !== undefined && !propTypesMisspellWarningShown) { propTypesMisspellWarningShown = true; // Intentionally inside to avoid triggering lazy initializers: - var _name = getComponentName(type); - error('Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?', _name || 'Unknown'); + var _name = getComponentNameFromType(type); + error("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", _name || "Unknown"); + } + if (typeof type.getDefaultProps === "function" && !type.getDefaultProps.isReactClassApproved) error("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead."); + } + /** + * Given a fragment, validate that it can only be provided with fragment props + * @param {ReactElement} fragment + */ function validateFragmentProps(fragment) { + var keys = Object.keys(fragment.props); + for(var i = 0; i < keys.length; i++){ + var key = keys[i]; + if (key !== "children" && key !== "key") { + setCurrentlyValidatingElement$1(fragment); + error("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", key); + setCurrentlyValidatingElement$1(null); + break; + } + } + if (fragment.ref !== null) { + setCurrentlyValidatingElement$1(fragment); + error("Invalid attribute `ref` supplied to `React.Fragment`."); + setCurrentlyValidatingElement$1(null); + } + } + function jsxWithValidation(type, props, key, isStaticChildren, source, self) { + var validType = isValidElementType(type); // We warn in this case but don't throw. We expect the element creation to + // succeed and there will likely be errors in render. + if (!validType) { + var info = ""; + if (type === undefined || typeof type === "object" && type !== null && Object.keys(type).length === 0) info += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."; + var sourceInfo = getSourceInfoErrorAddendum(source); + if (sourceInfo) info += sourceInfo; + else info += getDeclarationErrorAddendum(); + var typeString; + if (type === null) typeString = "null"; + else if (isArray(type)) typeString = "array"; + else if (type !== undefined && type.$$typeof === REACT_ELEMENT_TYPE) { + typeString = "<" + (getComponentNameFromType(type.type) || "Unknown") + " />"; + info = " Did you accidentally export a JSX literal instead of a component?"; + } else typeString = typeof type; + error("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", typeString, info); + } + var element = jsxDEV(type, props, key, source, self); // The result can be nullish if a mock or a custom function is used. + // TODO: Drop this when these are no longer allowed as the type argument. + if (element == null) return element; + // Skip key warning if the type isn't valid since our key validation logic + // doesn't expect a non-string/function type and can throw confusing errors. + // We don't want exception behavior to differ between dev and prod. + // (Rendering will throw with a helpful message and as soon as the type is + // fixed, the key warnings will appear.) + if (validType) { + var children = props.children; + if (children !== undefined) { + if (isStaticChildren) { + if (isArray(children)) { + for(var i = 0; i < children.length; i++)validateChildKeys(children[i], type); + if (Object.freeze) Object.freeze(children); + } else error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."); + } else validateChildKeys(children, type); + } + } + if (type === REACT_FRAGMENT_TYPE) validateFragmentProps(element); + else validatePropTypes(element); + return element; + } // These two functions exist to still get child warnings in dev + var jsxDEV$1 = jsxWithValidation; + exports.Fragment = REACT_FRAGMENT_TYPE; + exports.jsxDEV = jsxDEV$1; +})(); + +},{"react":"21dqq"}],"bRpUT":[function(require,module,exports) { +var $parcel$ReactRefreshHelpers$b776 = require("@parcel/transformer-react-refresh-wrap/lib/helpers/helpers.js"); +var prevRefreshReg = window.$RefreshReg$; +var prevRefreshSig = window.$RefreshSig$; +$parcel$ReactRefreshHelpers$b776.prelude(module); + +try { +var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js"); +parcelHelpers.defineInteropFlag(exports); +parcelHelpers.export(exports, "App", ()=>App); +var _jsxDevRuntime = require("react/jsx-dev-runtime"); +var _lib = require("../../lib"); +var _demoContent = require("./DemoContent"); +var _demoStylesCss = require("./demo-styles.css"); +const App = ()=>/*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("div", { + className: "App", + children: [ + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)((0, _lib.AnimatedCursor), { + color: "#dc5a5a", + innerSize: 8, + outerSize: 35, + innerScale: 1, + outerScale: 1.7 + }, void 0, false, { + fileName: "demo/src/App.tsx", + lineNumber: 7, + columnNumber: 5 + }, undefined), + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)((0, _demoContent.DemoContent), {}, void 0, false, { + fileName: "demo/src/App.tsx", + lineNumber: 14, + columnNumber: 5 + }, undefined) + ] + }, void 0, true, { + fileName: "demo/src/App.tsx", + lineNumber: 6, + columnNumber: 3 + }, undefined); +_c = App; +var _c; +$RefreshReg$(_c, "App"); + + $parcel$ReactRefreshHelpers$b776.postlude(module); +} finally { + window.$RefreshReg$ = prevRefreshReg; + window.$RefreshSig$ = prevRefreshSig; +} +},{"react/jsx-dev-runtime":"iTorj","../../lib":"b74RF","./DemoContent":"e0zHM","./demo-styles.css":"j0UaV","@parcel/transformer-js/src/esmodule-helpers.js":"gkKU3","@parcel/transformer-react-refresh-wrap/lib/helpers/helpers.js":"km3Ru"}],"b74RF":[function(require,module,exports) { +var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js"); +parcelHelpers.defineInteropFlag(exports); +parcelHelpers.export(exports, "AnimatedCursor", ()=>(0, _animatedCursor.AnimatedCursor)); +var _animatedCursor = require("./AnimatedCursor"); + +},{"./AnimatedCursor":"di8tK","@parcel/transformer-js/src/esmodule-helpers.js":"gkKU3"}],"di8tK":[function(require,module,exports) { +var $parcel$ReactRefreshHelpers$b255 = require("@parcel/transformer-react-refresh-wrap/lib/helpers/helpers.js"); +var prevRefreshReg = window.$RefreshReg$; +var prevRefreshSig = window.$RefreshSig$; +$parcel$ReactRefreshHelpers$b255.prelude(module); + +try { +var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js"); +parcelHelpers.defineInteropFlag(exports); +parcelHelpers.export(exports, "AnimatedCursor", ()=>AnimatedCursor); +var _jsxDevRuntime = require("react/jsx-dev-runtime"); +var _react = require("react"); +var _hexToRGB = require("./helpers/hexToRGB"); +var _isDevice = require("./helpers/IsDevice"); +var _useEventListener = require("./hooks/useEventListener"); +var _s = $RefreshSig$(); +/** + * Cursor Core + * Replaces the native cursor with a custom animated cursor, consisting + * of an inner and outer dot that scale inversely based on hover or click. + * + * @author Stephen Scaff (github.com/stephenscaff) + * + * @param {string} color - rgb color value (RGB or HEX) + * @param {number} outerAlpha - level of alpha transparency for color + * @param {number} innerSize - inner cursor size in px + * @param {number} innerScale - inner cursor scale amount + * @param {number} outerSize - outer cursor size in px + * @param {number} outerScale - outer cursor scale amount + * @param {object} outerStyle - style object for outer cursor + * @param {object} innerStyle - style object for inner cursor + * @param {array} clickables - array of clickable selectors + * + */ const CursorCore = ({ outerStyle , innerStyle , color , outerAlpha , innerSize , innerScale , outerSize , outerScale , trailingSpeed , clickables })=>{ + _s(); + const cursorOuterRef = (0, _react.useRef)(null); + const cursorInnerRef = (0, _react.useRef)(null); + const requestRef = (0, _react.useRef)(null); + const previousTimeRef = (0, _react.useRef)(null); + const [coords, setCoords] = (0, _react.useState)({ + x: 0, + y: 0 + }); + const [isVisible, setIsVisible] = (0, _react.useState)(false); + const [isActive, setIsActive] = (0, _react.useState)(false); + const [isActiveClickable, setIsActiveClickable] = (0, _react.useState)(false); + let endX = (0, _react.useRef)(0); + let endY = (0, _react.useRef)(0); + /** + * Primary Mouse move event + * @param {number} clientX - MouseEvent.clientx + * @param {number} clientY - MouseEvent.clienty + */ const onMouseMove = (0, _react.useCallback)(({ clientX , clientY })=>{ + setCoords({ + x: clientX, + y: clientY + }); + cursorInnerRef.current.style.top = `${clientY}px`; + cursorInnerRef.current.style.left = `${clientX}px`; + endX.current = clientX; + endY.current = clientY; + }, []); + // Outer Cursor Animation Delay + const animateOuterCursor = (0, _react.useCallback)((time)=>{ + if (previousTimeRef.current !== undefined) { + coords.x += (endX.current - coords.x) / trailingSpeed; + coords.y += (endY.current - coords.y) / trailingSpeed; + cursorOuterRef.current.style.top = `${coords.y}px`; + cursorOuterRef.current.style.left = `${coords.x}px`; + } + previousTimeRef.current = time; + requestRef.current = requestAnimationFrame(animateOuterCursor); + }, [ + requestRef + ] // eslint-disable-line + ); + // RAF for animateOuterCursor + (0, _react.useEffect)(()=>{ + requestRef.current = requestAnimationFrame(animateOuterCursor); + return ()=>cancelAnimationFrame(requestRef.current); + }, [ + animateOuterCursor + ]); + // Mouse Events State updates + const onMouseDown = (0, _react.useCallback)(()=>setIsActive(true), []); + const onMouseUp = (0, _react.useCallback)(()=>setIsActive(false), []); + const onMouseEnterViewport = (0, _react.useCallback)(()=>setIsVisible(true), []); + const onMouseLeaveViewport = (0, _react.useCallback)(()=>setIsVisible(false), []); + (0, _useEventListener.useEventListener)("mousemove", onMouseMove); + (0, _useEventListener.useEventListener)("mousedown", onMouseDown); + (0, _useEventListener.useEventListener)("mouseup", onMouseUp); + (0, _useEventListener.useEventListener)("mouseover", onMouseEnterViewport); + (0, _useEventListener.useEventListener)("mouseout", onMouseLeaveViewport); + // Cursors Hover/Active State + (0, _react.useEffect)(()=>{ + if (isActive) { + cursorInnerRef.current.style.transform = `translate(-50%, -50%) scale(${innerScale})`; + cursorOuterRef.current.style.transform = `translate(-50%, -50%) scale(${outerScale})`; + } else { + cursorInnerRef.current.style.transform = "translate(-50%, -50%) scale(1)"; + cursorOuterRef.current.style.transform = "translate(-50%, -50%) scale(1)"; } - if (typeof type.getDefaultProps === 'function' && !type.getDefaultProps.isReactClassApproved) error("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead."); - } - /** - * Given a fragment, validate that it can only be provided with fragment props - * @param {ReactElement} fragment - */ function validateFragmentProps(fragment) { - var keys = Object.keys(fragment.props); - for(var i = 0; i < keys.length; i++){ - var key = keys[i]; - if (key !== 'children' && key !== 'key') { - setCurrentlyValidatingElement$1(fragment); - error("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", key); - setCurrentlyValidatingElement$1(null); - break; - } + }, [ + innerScale, + outerScale, + isActive + ]); + // Cursors Click States + (0, _react.useEffect)(()=>{ + if (isActiveClickable) { + cursorInnerRef.current.style.transform = `translate(-50%, -50%) scale(${innerScale * 1.2})`; + cursorOuterRef.current.style.transform = `translate(-50%, -50%) scale(${outerScale * 1.4})`; } - if (fragment.ref !== null) { - setCurrentlyValidatingElement$1(fragment); - error('Invalid attribute `ref` supplied to `React.Fragment`.'); - setCurrentlyValidatingElement$1(null); + }, [ + innerScale, + outerScale, + isActiveClickable + ]); + // Cursor Visibility State + (0, _react.useEffect)(()=>{ + if (isVisible) { + cursorInnerRef.current.style.opacity = "1"; + cursorOuterRef.current.style.opacity = "1"; + } else { + cursorInnerRef.current.style.opacity = "0"; + cursorOuterRef.current.style.opacity = "0"; } - } - function jsxWithValidation(type, props, key, isStaticChildren, source, self) { - var validType = isValidElementType(type); // We warn in this case but don't throw. We expect the element creation to - // succeed and there will likely be errors in render. - if (!validType) { - var info = ''; - if (type === undefined || typeof type === 'object' && type !== null && Object.keys(type).length === 0) info += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."; - var sourceInfo = getSourceInfoErrorAddendum(source); - if (sourceInfo) info += sourceInfo; - else info += getDeclarationErrorAddendum(); - var typeString; - if (type === null) typeString = 'null'; - else if (Array.isArray(type)) typeString = 'array'; - else if (type !== undefined && type.$$typeof === REACT_ELEMENT_TYPE) { - typeString = "<" + (getComponentName(type.type) || 'Unknown') + " />"; - info = ' Did you accidentally export a JSX literal instead of a component?'; - } else typeString = typeof type; - error("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", typeString, info); + }, [ + isVisible + ]); + (0, _react.useEffect)(()=>{ + const clickableEls = document.querySelectorAll(clickables.join(",")); + clickableEls.forEach((el)=>{ + el.style.cursor = "none"; + el.addEventListener("mouseover", ()=>{ + setIsActive(true); + }); + el.addEventListener("click", ()=>{ + setIsActive(true); + setIsActiveClickable(false); + }); + el.addEventListener("mousedown", ()=>{ + setIsActiveClickable(true); + }); + el.addEventListener("mouseup", ()=>{ + setIsActive(true); + }); + el.addEventListener("mouseout", ()=>{ + setIsActive(false); + setIsActiveClickable(false); + }); + }); + return ()=>{ + clickableEls.forEach((el)=>{ + el.removeEventListener("mouseover", ()=>{ + setIsActive(true); + }); + el.removeEventListener("click", ()=>{ + setIsActive(true); + setIsActiveClickable(false); + }); + el.removeEventListener("mousedown", ()=>{ + setIsActiveClickable(true); + }); + el.removeEventListener("mouseup", ()=>{ + setIsActive(true); + }); + el.removeEventListener("mouseout", ()=>{ + setIsActive(false); + setIsActiveClickable(false); + }); + }); + }; + }, [ + isActive, + clickables + ]); + const mainStyles = { + zIndex: 999, + display: "block", + position: "fixed", + borderRadius: "50%", + pointerEvents: "none", + transition: "opacity 0.15s ease-in-out, transform 0.25s ease-in-out" + }; + // Cursor Styles + const styles = { + cursorInner: { + ...mainStyles, + width: innerSize, + height: innerSize, + backgroundColor: color.includes("#") ? (0, _hexToRGB.hexToRGB)(color) : `rgba(${color}, 1)`, + ...innerStyle && innerStyle + }, + cursorOuter: { + ...mainStyles, + width: outerSize, + height: outerSize, + backgroundColor: color.includes("#") ? (0, _hexToRGB.hexToRGB)(color, outerAlpha) : `rgba(${color}, ${outerAlpha} )`, + willChange: "transform", + ...outerStyle && outerStyle } - var element = jsxDEV(type, props, key, source, self); // The result can be nullish if a mock or a custom function is used. - // TODO: Drop this when these are no longer allowed as the type argument. - if (element == null) return element; - // Skip key warning if the type isn't valid since our key validation logic - // doesn't expect a non-string/function type and can throw confusing errors. - // We don't want exception behavior to differ between dev and prod. - // (Rendering will throw with a helpful message and as soon as the type is - // fixed, the key warnings will appear.) - if (validType) { - var children = props.children; - if (children !== undefined) { - if (isStaticChildren) { - if (Array.isArray(children)) { - for(var i = 0; i < children.length; i++)validateChildKeys(children[i], type); - if (Object.freeze) Object.freeze(children); - } else error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."); - } else validateChildKeys(children, type); - } + }; + // Hide / Show global cursor + document.body.style.cursor = "none"; + return /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)((0, _jsxDevRuntime.Fragment), { + children: [ + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("div", { + ref: cursorOuterRef, + style: styles.cursorOuter + }, void 0, false, { + fileName: "lib/AnimatedCursor.tsx", + lineNumber: 239, + columnNumber: 7 + }, undefined), + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("div", { + ref: cursorInnerRef, + style: styles.cursorInner + }, void 0, false, { + fileName: "lib/AnimatedCursor.tsx", + lineNumber: 240, + columnNumber: 7 + }, undefined) + ] + }, void 0, true); +}; +_s(CursorCore, "muaGRHX1ilRfGd++U0jBzYmQnpM=", false, function() { + return [ + (0, _useEventListener.useEventListener), + (0, _useEventListener.useEventListener), + (0, _useEventListener.useEventListener), + (0, _useEventListener.useEventListener), + (0, _useEventListener.useEventListener) + ]; +}); +_c = CursorCore; +const AnimatedCursor = ({ outerStyle , innerStyle , color ="220, 90, 90" , outerAlpha =0.3 , innerSize =8 , outerSize =8 , outerScale =6 , innerScale =0.6 , trailingSpeed =8 , clickables =[ + "a", + 'input[type="text"]', + 'input[type="email"]', + 'input[type="number"]', + 'input[type="submit"]', + 'input[type="image"]', + "label[for]", + "select", + "textarea", + "button", + ".link" +] })=>{ + if (typeof navigator !== "undefined" && (0, _isDevice.IsDevice).any()) return /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)((0, _jsxDevRuntime.Fragment), {}, void 0, false); + return /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)(CursorCore, { + outerStyle: outerStyle, + innerStyle: innerStyle, + color: color, + outerAlpha: outerAlpha, + innerSize: innerSize, + innerScale: innerScale, + outerSize: outerSize, + outerScale: outerScale, + trailingSpeed: trailingSpeed, + clickables: clickables + }, void 0, false, { + fileName: "lib/AnimatedCursor.tsx", + lineNumber: 277, + columnNumber: 5 + }, undefined); +}; +_c1 = AnimatedCursor; +var _c, _c1; +$RefreshReg$(_c, "CursorCore"); +$RefreshReg$(_c1, "AnimatedCursor"); + + $parcel$ReactRefreshHelpers$b255.postlude(module); +} finally { + window.$RefreshReg$ = prevRefreshReg; + window.$RefreshSig$ = prevRefreshSig; +} +},{"react/jsx-dev-runtime":"iTorj","react":"21dqq","./hooks/useEventListener":"bKIw0","@parcel/transformer-js/src/esmodule-helpers.js":"gkKU3","@parcel/transformer-react-refresh-wrap/lib/helpers/helpers.js":"km3Ru","./helpers/IsDevice":"ixmwS","./helpers/hexToRGB":"di9He"}],"bKIw0":[function(require,module,exports) { +var $parcel$ReactRefreshHelpers$8cf7 = require("@parcel/transformer-react-refresh-wrap/lib/helpers/helpers.js"); +var prevRefreshReg = window.$RefreshReg$; +var prevRefreshSig = window.$RefreshSig$; +$parcel$ReactRefreshHelpers$8cf7.prelude(module); + +try { +var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js"); +parcelHelpers.defineInteropFlag(exports); +parcelHelpers.export(exports, "useEventListener", ()=>useEventListener); +var _react = require("react"); +const useEventListener = (eventName, // eslint-disable-next-line no-unused-vars +handler, element = window)=>{ + // Create a ref that stores handler + const savedHandler = (0, _react.useRef)(null); + // Update ref.current value if handler changes. + (0, _react.useEffect)(()=>{ + savedHandler.current = handler; + }, [ + handler + ]); + (0, _react.useEffect)(()=>{ + // Make sure element supports addEventListener + const isSupported = element && element.addEventListener; + if (!isSupported) return; + // Create event listener that calls handler function stored in ref + const eventListener = (event)=>savedHandler.current(event); + // Add event listener + element.addEventListener(eventName, eventListener); + // Remove event listener on cleanup + return ()=>{ + element.removeEventListener(eventName, eventListener); + }; + }, [ + eventName, + element + ] // Re-run if eventName or element changes + ); +}; + + $parcel$ReactRefreshHelpers$8cf7.postlude(module); +} finally { + window.$RefreshReg$ = prevRefreshReg; + window.$RefreshSig$ = prevRefreshSig; +} +},{"react":"21dqq","@parcel/transformer-js/src/esmodule-helpers.js":"gkKU3","@parcel/transformer-react-refresh-wrap/lib/helpers/helpers.js":"km3Ru"}],"ixmwS":[function(require,module,exports) { +var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js"); +parcelHelpers.defineInteropFlag(exports); +parcelHelpers.export(exports, "IsDevice", ()=>IsDevice); +const IsDevice = (()=>{ + if (typeof navigator == "undefined") return; + let ua = navigator.userAgent; + return { + info: ua, + Android () { + return ua.match(/Android/i); + }, + BlackBerry () { + return ua.match(/BlackBerry/i); + }, + IEMobile () { + return ua.match(/IEMobile/i); + }, + iOS () { + return ua.match(/iPhone|iPad|iPod/i); + }, + iPad () { + return ua.match(/Mac/) && navigator.maxTouchPoints && navigator.maxTouchPoints > 2; + }, + OperaMini () { + return ua.match(/Opera Mini/i); + }, + /** + * Any Device + */ any () { + return IsDevice.Android() || IsDevice.BlackBerry() || IsDevice.iOS() || IsDevice.iPad() || IsDevice.OperaMini() || IsDevice.IEMobile(); } - if (type === exports.Fragment) validateFragmentProps(element); - else validatePropTypes(element); - return element; - } // These two functions exist to still get child warnings in dev - var jsxDEV$1 = jsxWithValidation; - exports.jsxDEV = jsxDEV$1; + }; })(); -},{"react":"21dqq","object-assign":"7OXxh"}],"5vOuW":[function(require,module,exports) { -var $parcel$ReactRefreshHelpers$0dda = require("@parcel/transformer-react-refresh-wrap/lib/helpers/helpers.js"); +},{"@parcel/transformer-js/src/esmodule-helpers.js":"gkKU3"}],"di9He":[function(require,module,exports) { +var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js"); +parcelHelpers.defineInteropFlag(exports); +parcelHelpers.export(exports, "hexToRGB", ()=>hexToRGB); +const hexToRGB = (hex, alpha = 1)=>{ + let parseString = hex; + if (hex.startsWith("#")) parseString = hex.slice(1, 7); + if (parseString.length !== 6) return `rgba(255, 255, 255, ${alpha})`; + const r = parseInt(parseString.slice(0, 2), 16); + const g = parseInt(parseString.slice(2, 4), 16); + const b = parseInt(parseString.slice(4, 6), 16); + if (isNaN(r) || isNaN(g) || isNaN(b)) return `rgba(255, 255, 255, ${alpha})`; + return `rgba(${r}, ${g}, ${b}, ${alpha})`; +}; + +},{"@parcel/transformer-js/src/esmodule-helpers.js":"gkKU3"}],"e0zHM":[function(require,module,exports) { +var $parcel$ReactRefreshHelpers$cd32 = require("@parcel/transformer-react-refresh-wrap/lib/helpers/helpers.js"); var prevRefreshReg = window.$RefreshReg$; var prevRefreshSig = window.$RefreshSig$; -$parcel$ReactRefreshHelpers$0dda.prelude(module); +$parcel$ReactRefreshHelpers$cd32.prelude(module); try { var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js"); parcelHelpers.defineInteropFlag(exports); +parcelHelpers.export(exports, "DemoContent", ()=>DemoContent); var _jsxDevRuntime = require("react/jsx-dev-runtime"); -var _react = require("react"); -var _reactDefault = parcelHelpers.interopDefault(_react); const styles = { section: { - padding: '4em 0' + padding: "4em 0" }, title: { - marginBottom: '0.7em', - fontSize: '3em', + marginBottom: "0.7em", + fontSize: "3em", fontWeight: 800, - textAlign: 'center' + textAlign: "center" }, sep: { border: 0, - margin: '0 auto 2em', + margin: "0 auto 2em", height: 2, - width: '3em', - backgroundColor: 'rgba(255, 255, 255, 0.5)' + width: "3em", + backgroundColor: "rgba(255, 255, 255, 0.5)" } }; -function Content() { - return(/*#__PURE__*/ _jsxDevRuntime.jsxDEV("section", { +const DemoContent = ()=>{ + return /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("section", { style: styles.section, children: [ - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("h1", { + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("h1", { style: styles.title, children: [ "Animated Cursor ", - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("br", { - }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 26, + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("br", {}, void 0, false, { + fileName: "demo/src/DemoContent.tsx", + lineNumber: 29, columnNumber: 25 - }, this), + }, undefined), "React Component" ] }, void 0, true, { - fileName: "demo/src/DemoContent.js", - lineNumber: 25, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 28, columnNumber: 7 - }, this), - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("hr", { + }, undefined), + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("hr", { style: styles.sep }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 29, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 32, columnNumber: 7 - }, this), - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("p", { + }, undefined), + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("p", { children: [ "An animated cursor component made as a ", - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("a", { + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("a", { children: "Functional Component" }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 31, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 34, columnNumber: 48 - }, this), + }, undefined), ", using ", - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("a", { + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("a", { children: "React hooks" }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 32, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 35, columnNumber: 15 - }, this), + }, undefined), " like ", - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("a", { + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("a", { children: "useEffect" }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 32, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 35, columnNumber: 39 - }, this), + }, undefined), " to handle event listeners, local state, an ", - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("a", { + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("a", { children: "RequestAnimationFrame" }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 33, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 36, columnNumber: 36 - }, this), + }, undefined), " management." ] }, void 0, true, { - fileName: "demo/src/DemoContent.js", - lineNumber: 30, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 33, columnNumber: 7 - }, this), - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("p", { + }, undefined), + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("p", { children: [ "Hover over these ", - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("a", { + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("a", { children: "links" }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 36, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 39, columnNumber: 26 - }, this), + }, undefined), " and see how that animated cursor does it's thing. Kinda nifty, right? Not right for most things, but a nice move for more interactive-type projects. Here's another", - ' ', - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("a", { + " ", + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("a", { href: "", children: "link to nowhere." }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 39, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 42, columnNumber: 9 - }, this) + }, undefined) ] }, void 0, true, { - fileName: "demo/src/DemoContent.js", - lineNumber: 35, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 38, columnNumber: 7 - }, this), - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("p", { + }, undefined), + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("p", { children: [ "Play with the ", - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("a", { + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("a", { children: "css variables" }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 42, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 45, columnNumber: 23 - }, this), + }, undefined), " to influence the cursor, cursor outline size, and amount of scale on target hover. I suppose those could all be ", - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("a", { + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("a", { children: "props" }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 44, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 47, columnNumber: 16 - }, this), + }, undefined), " with some. Click in the margin to check click animation." ] }, void 0, true, { - fileName: "demo/src/DemoContent.js", - lineNumber: 41, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 44, columnNumber: 7 - }, this), - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("p", { + }, undefined), + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("p", { children: "There's probably a better way to manage these kind of events, but this was the best I could come up with. Recently started mucking more with React cause I'm down with the simplicity of Functional Components and Hooks. And if you read the docs, the future ain't class components. So, best get on them functions." }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 47, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 50, columnNumber: 7 - }, this), - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("h3", { + }, undefined), + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("h3", { children: "Clickables" }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 54, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 57, columnNumber: 7 - }, this), - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("p", { + }, undefined), + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("p", { children: "Let's do a text of all clickable elements:" }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 55, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 58, columnNumber: 7 - }, this), - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("ul", { + }, undefined), + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("ul", { children: [ - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("li", { - children: /*#__PURE__*/ _jsxDevRuntime.jsxDEV("a", { + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("li", { + children: /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("a", { children: "Basic Link Tag" }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 58, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 61, columnNumber: 11 - }, this) + }, undefined) }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 57, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 60, columnNumber: 9 - }, this), - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("li", { - children: /*#__PURE__*/ _jsxDevRuntime.jsxDEV("button", { + }, undefined), + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("li", { + children: /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("button", { children: "Buttons" }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 61, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 64, columnNumber: 11 - }, this) + }, undefined) }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 60, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 63, columnNumber: 9 - }, this), - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("li", { - children: /*#__PURE__*/ _jsxDevRuntime.jsxDEV("input", { + }, undefined), + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("li", { + children: /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("input", { type: "submit", value: "Submit" }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 64, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 67, columnNumber: 11 - }, this) + }, undefined) }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 63, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 66, columnNumber: 9 - }, this), - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("li", { - children: /*#__PURE__*/ _jsxDevRuntime.jsxDEV("select", { - children: /*#__PURE__*/ _jsxDevRuntime.jsxDEV("option", { + }, undefined), + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("li", { + children: /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("select", { + children: /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("option", { children: "Select" }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 68, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 71, columnNumber: 13 - }, this) + }, undefined) }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 67, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 70, columnNumber: 11 - }, this) + }, undefined) }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 66, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 69, columnNumber: 9 - }, this), - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("li", { - children: /*#__PURE__*/ _jsxDevRuntime.jsxDEV("input", { + }, undefined), + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("li", { + children: /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("input", { type: "image", id: "image-input", alt: "Image Input", src: "https://cdn2.iconfinder.com/data/icons/button-v1/30/25-512.png", width: "30px" }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 72, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 75, columnNumber: 11 - }, this) + }, undefined) }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 71, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 74, columnNumber: 9 - }, this), - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("li", { + }, undefined), + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("li", { children: [ - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("label", { + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("label", { htmlFor: "label_for", children: "Label For" }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 81, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 84, columnNumber: 11 - }, this), - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("input", { + }, undefined), + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("input", { type: "radio", name: "gender", id: "label_for", value: "label_for" }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 82, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 85, columnNumber: 11 - }, this) + }, undefined) ] }, void 0, true, { - fileName: "demo/src/DemoContent.js", - lineNumber: 80, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 83, columnNumber: 9 - }, this), - /*#__PURE__*/ _jsxDevRuntime.jsxDEV("li", { - children: /*#__PURE__*/ _jsxDevRuntime.jsxDEV("div", { + }, undefined), + /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("li", { + children: /*#__PURE__*/ (0, _jsxDevRuntime.jsxDEV)("div", { className: "link", - children: "Class name =\"link\"" + children: 'Class name ="link"' }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 85, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 88, columnNumber: 11 - }, this) + }, undefined) }, void 0, false, { - fileName: "demo/src/DemoContent.js", - lineNumber: 84, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 87, columnNumber: 9 - }, this) + }, undefined) ] }, void 0, true, { - fileName: "demo/src/DemoContent.js", - lineNumber: 56, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 59, columnNumber: 7 - }, this) + }, undefined) ] }, void 0, true, { - fileName: "demo/src/DemoContent.js", - lineNumber: 24, + fileName: "demo/src/DemoContent.tsx", + lineNumber: 27, columnNumber: 5 - }, this)); -} -exports.default = Content; -_c = Content; + }, undefined); +}; +_c = DemoContent; var _c; -$RefreshReg$(_c, "Content"); +$RefreshReg$(_c, "DemoContent"); - $parcel$ReactRefreshHelpers$0dda.postlude(module); + $parcel$ReactRefreshHelpers$cd32.postlude(module); } finally { window.$RefreshReg$ = prevRefreshReg; window.$RefreshSig$ = prevRefreshSig; } -},{"react":"21dqq","@parcel/transformer-js/src/esmodule-helpers.js":"gkKU3","@parcel/transformer-react-refresh-wrap/lib/helpers/helpers.js":"km3Ru","react/jsx-dev-runtime":"iTorj"}],"j0UaV":[function() {},{}]},["kn9T2","7fZR8","1DPGO"], "1DPGO", "parcelRequire77fe") +},{"react/jsx-dev-runtime":"iTorj","@parcel/transformer-js/src/esmodule-helpers.js":"gkKU3","@parcel/transformer-react-refresh-wrap/lib/helpers/helpers.js":"km3Ru"}],"j0UaV":[function() {},{}]},["1xC6H","lCSOP","1DPGO"], "1DPGO", "parcelRequire77fe") //# sourceMappingURL=index.9f592e3e.js.map diff --git a/demo/dist/index.9f592e3e.js.map b/demo/dist/index.9f592e3e.js.map index f0a82ba..1a00a15 100644 --- a/demo/dist/index.9f592e3e.js.map +++ b/demo/dist/index.9f592e3e.js.map @@ -1 +1 @@ -{"mappings":"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","sources":["node_modules/@parcel/runtime-react-refresh/lib/runtime-84cceff3fa1cd9d3.js","node_modules/react-refresh/runtime.js","node_modules/react-refresh/cjs/react-refresh-runtime.development.js","node_modules/@parcel/runtime-browser-hmr/lib/runtime-f8119a5901db60eb.js","demo/src/index.js","node_modules/@parcel/transformer-react-refresh-wrap/lib/helpers/helpers.js","node_modules/react/index.js","node_modules/react/cjs/react.development.js","node_modules/object-assign/index.js","node_modules/react-dom/index.js","node_modules/react-dom/cjs/react-dom.development.js","node_modules/scheduler/index.js","node_modules/scheduler/cjs/scheduler.development.js","node_modules/scheduler/tracing.js","node_modules/scheduler/cjs/scheduler-tracing.development.js","demo/src/App.js","lib/index.js","lib/AnimatedCursor.js","node_modules/prop-types/index.js","node_modules/react-is/index.js","node_modules/react-is/cjs/react-is.development.js","node_modules/prop-types/factoryWithTypeCheckers.js","node_modules/prop-types/lib/ReactPropTypesSecret.js","node_modules/prop-types/lib/has.js","node_modules/prop-types/checkPropTypes.js","lib/hooks/useEventListener.js","node_modules/@parcel/transformer-js/src/esmodule-helpers.js","lib/helpers/isDevice.js","node_modules/react/jsx-dev-runtime.js","node_modules/react/cjs/react-jsx-dev-runtime.development.js","demo/src/DemoContent.js"],"sourcesContent":["\nvar Refresh = require('react-refresh/runtime');\n\nRefresh.injectIntoGlobalHook(window);\nwindow.$RefreshReg$ = function() {};\nwindow.$RefreshSig$ = function() {\n return function(type) {\n return type;\n };\n};","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-refresh-runtime.production.min.js');\n} else {\n module.exports = require('./cjs/react-refresh-runtime.development.js');\n}\n","/** @license React v0.9.0\n * react-refresh-runtime.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use strict';\n\n// ATTENTION\n// When adding new symbols to this file,\n// Please consider also adding to 'react-devtools-shared/src/backend/ReactSymbols'\n// The Symbol used to tag the ReactElement-like types. If there is no native Symbol\n// nor polyfill, then a plain number is used for performance.\nvar REACT_ELEMENT_TYPE = 0xeac7;\nvar REACT_PORTAL_TYPE = 0xeaca;\nvar REACT_FRAGMENT_TYPE = 0xeacb;\nvar REACT_STRICT_MODE_TYPE = 0xeacc;\nvar REACT_PROFILER_TYPE = 0xead2;\nvar REACT_PROVIDER_TYPE = 0xeacd;\nvar REACT_CONTEXT_TYPE = 0xeace;\nvar REACT_FORWARD_REF_TYPE = 0xead0;\nvar REACT_SUSPENSE_TYPE = 0xead1;\nvar REACT_SUSPENSE_LIST_TYPE = 0xead8;\nvar REACT_MEMO_TYPE = 0xead3;\nvar REACT_LAZY_TYPE = 0xead4;\nvar REACT_BLOCK_TYPE = 0xead9;\nvar REACT_SERVER_BLOCK_TYPE = 0xeada;\nvar REACT_FUNDAMENTAL_TYPE = 0xead5;\nvar REACT_SCOPE_TYPE = 0xead7;\nvar REACT_OPAQUE_ID_TYPE = 0xeae0;\nvar REACT_DEBUG_TRACING_MODE_TYPE = 0xeae1;\nvar REACT_OFFSCREEN_TYPE = 0xeae2;\nvar REACT_LEGACY_HIDDEN_TYPE = 0xeae3;\n\nif (typeof Symbol === 'function' && Symbol.for) {\n var symbolFor = Symbol.for;\n REACT_ELEMENT_TYPE = symbolFor('react.element');\n REACT_PORTAL_TYPE = symbolFor('react.portal');\n REACT_FRAGMENT_TYPE = symbolFor('react.fragment');\n REACT_STRICT_MODE_TYPE = symbolFor('react.strict_mode');\n REACT_PROFILER_TYPE = symbolFor('react.profiler');\n REACT_PROVIDER_TYPE = symbolFor('react.provider');\n REACT_CONTEXT_TYPE = symbolFor('react.context');\n REACT_FORWARD_REF_TYPE = symbolFor('react.forward_ref');\n REACT_SUSPENSE_TYPE = symbolFor('react.suspense');\n REACT_SUSPENSE_LIST_TYPE = symbolFor('react.suspense_list');\n REACT_MEMO_TYPE = symbolFor('react.memo');\n REACT_LAZY_TYPE = symbolFor('react.lazy');\n REACT_BLOCK_TYPE = symbolFor('react.block');\n REACT_SERVER_BLOCK_TYPE = symbolFor('react.server.block');\n REACT_FUNDAMENTAL_TYPE = symbolFor('react.fundamental');\n REACT_SCOPE_TYPE = symbolFor('react.scope');\n REACT_OPAQUE_ID_TYPE = symbolFor('react.opaque.id');\n REACT_DEBUG_TRACING_MODE_TYPE = symbolFor('react.debug_trace_mode');\n REACT_OFFSCREEN_TYPE = symbolFor('react.offscreen');\n REACT_LEGACY_HIDDEN_TYPE = symbolFor('react.legacy_hidden');\n}\n\nvar PossiblyWeakMap = typeof WeakMap === 'function' ? WeakMap : Map; // We never remove these associations.\n// It's OK to reference families, but use WeakMap/Set for types.\n\nvar allFamiliesByID = new Map();\nvar allFamiliesByType = new PossiblyWeakMap();\nvar allSignaturesByType = new PossiblyWeakMap(); // This WeakMap is read by React, so we only put families\n// that have actually been edited here. This keeps checks fast.\n// $FlowIssue\n\nvar updatedFamiliesByType = new PossiblyWeakMap(); // This is cleared on every performReactRefresh() call.\n// It is an array of [Family, NextType] tuples.\n\nvar pendingUpdates = []; // This is injected by the renderer via DevTools global hook.\n\nvar helpersByRendererID = new Map();\nvar helpersByRoot = new Map(); // We keep track of mounted roots so we can schedule updates.\n\nvar mountedRoots = new Set(); // If a root captures an error, we remember it so we can retry on edit.\n\nvar failedRoots = new Set(); // In environments that support WeakMap, we also remember the last element for every root.\n// It needs to be weak because we do this even for roots that failed to mount.\n// If there is no WeakMap, we won't attempt to do retrying.\n// $FlowIssue\n\nvar rootElements = // $FlowIssue\ntypeof WeakMap === 'function' ? new WeakMap() : null;\nvar isPerformingRefresh = false;\n\nfunction computeFullKey(signature) {\n if (signature.fullKey !== null) {\n return signature.fullKey;\n }\n\n var fullKey = signature.ownKey;\n var hooks;\n\n try {\n hooks = signature.getCustomHooks();\n } catch (err) {\n // This can happen in an edge case, e.g. if expression like Foo.useSomething\n // depends on Foo which is lazily initialized during rendering.\n // In that case just assume we'll have to remount.\n signature.forceReset = true;\n signature.fullKey = fullKey;\n return fullKey;\n }\n\n for (var i = 0; i < hooks.length; i++) {\n var hook = hooks[i];\n\n if (typeof hook !== 'function') {\n // Something's wrong. Assume we need to remount.\n signature.forceReset = true;\n signature.fullKey = fullKey;\n return fullKey;\n }\n\n var nestedHookSignature = allSignaturesByType.get(hook);\n\n if (nestedHookSignature === undefined) {\n // No signature means Hook wasn't in the source code, e.g. in a library.\n // We'll skip it because we can assume it won't change during this session.\n continue;\n }\n\n var nestedHookKey = computeFullKey(nestedHookSignature);\n\n if (nestedHookSignature.forceReset) {\n signature.forceReset = true;\n }\n\n fullKey += '\\n---\\n' + nestedHookKey;\n }\n\n signature.fullKey = fullKey;\n return fullKey;\n}\n\nfunction haveEqualSignatures(prevType, nextType) {\n var prevSignature = allSignaturesByType.get(prevType);\n var nextSignature = allSignaturesByType.get(nextType);\n\n if (prevSignature === undefined && nextSignature === undefined) {\n return true;\n }\n\n if (prevSignature === undefined || nextSignature === undefined) {\n return false;\n }\n\n if (computeFullKey(prevSignature) !== computeFullKey(nextSignature)) {\n return false;\n }\n\n if (nextSignature.forceReset) {\n return false;\n }\n\n return true;\n}\n\nfunction isReactClass(type) {\n return type.prototype && type.prototype.isReactComponent;\n}\n\nfunction canPreserveStateBetween(prevType, nextType) {\n if (isReactClass(prevType) || isReactClass(nextType)) {\n return false;\n }\n\n if (haveEqualSignatures(prevType, nextType)) {\n return true;\n }\n\n return false;\n}\n\nfunction resolveFamily(type) {\n // Only check updated types to keep lookups fast.\n return updatedFamiliesByType.get(type);\n} // If we didn't care about IE11, we could use new Map/Set(iterable).\n\n\nfunction cloneMap(map) {\n var clone = new Map();\n map.forEach(function (value, key) {\n clone.set(key, value);\n });\n return clone;\n}\n\nfunction cloneSet(set) {\n var clone = new Set();\n set.forEach(function (value) {\n clone.add(value);\n });\n return clone;\n}\n\nfunction performReactRefresh() {\n\n if (pendingUpdates.length === 0) {\n return null;\n }\n\n if (isPerformingRefresh) {\n return null;\n }\n\n isPerformingRefresh = true;\n\n try {\n var staleFamilies = new Set();\n var updatedFamilies = new Set();\n var updates = pendingUpdates;\n pendingUpdates = [];\n updates.forEach(function (_ref) {\n var family = _ref[0],\n nextType = _ref[1];\n // Now that we got a real edit, we can create associations\n // that will be read by the React reconciler.\n var prevType = family.current;\n updatedFamiliesByType.set(prevType, family);\n updatedFamiliesByType.set(nextType, family);\n family.current = nextType; // Determine whether this should be a re-render or a re-mount.\n\n if (canPreserveStateBetween(prevType, nextType)) {\n updatedFamilies.add(family);\n } else {\n staleFamilies.add(family);\n }\n }); // TODO: rename these fields to something more meaningful.\n\n var update = {\n updatedFamilies: updatedFamilies,\n // Families that will re-render preserving state\n staleFamilies: staleFamilies // Families that will be remounted\n\n };\n helpersByRendererID.forEach(function (helpers) {\n // Even if there are no roots, set the handler on first update.\n // This ensures that if *new* roots are mounted, they'll use the resolve handler.\n helpers.setRefreshHandler(resolveFamily);\n });\n var didError = false;\n var firstError = null; // We snapshot maps and sets that are mutated during commits.\n // If we don't do this, there is a risk they will be mutated while\n // we iterate over them. For example, trying to recover a failed root\n // may cause another root to be added to the failed list -- an infinite loop.\n\n var failedRootsSnapshot = cloneSet(failedRoots);\n var mountedRootsSnapshot = cloneSet(mountedRoots);\n var helpersByRootSnapshot = cloneMap(helpersByRoot);\n failedRootsSnapshot.forEach(function (root) {\n var helpers = helpersByRootSnapshot.get(root);\n\n if (helpers === undefined) {\n throw new Error('Could not find helpers for a root. This is a bug in React Refresh.');\n }\n\n if (!failedRoots.has(root)) {// No longer failed.\n }\n\n if (rootElements === null) {\n return;\n }\n\n if (!rootElements.has(root)) {\n return;\n }\n\n var element = rootElements.get(root);\n\n try {\n helpers.scheduleRoot(root, element);\n } catch (err) {\n if (!didError) {\n didError = true;\n firstError = err;\n } // Keep trying other roots.\n\n }\n });\n mountedRootsSnapshot.forEach(function (root) {\n var helpers = helpersByRootSnapshot.get(root);\n\n if (helpers === undefined) {\n throw new Error('Could not find helpers for a root. This is a bug in React Refresh.');\n }\n\n if (!mountedRoots.has(root)) {// No longer mounted.\n }\n\n try {\n helpers.scheduleRefresh(root, update);\n } catch (err) {\n if (!didError) {\n didError = true;\n firstError = err;\n } // Keep trying other roots.\n\n }\n });\n\n if (didError) {\n throw firstError;\n }\n\n return update;\n } finally {\n isPerformingRefresh = false;\n }\n}\nfunction register(type, id) {\n {\n if (type === null) {\n return;\n }\n\n if (typeof type !== 'function' && typeof type !== 'object') {\n return;\n } // This can happen in an edge case, e.g. if we register\n // return value of a HOC but it returns a cached component.\n // Ignore anything but the first registration for each type.\n\n\n if (allFamiliesByType.has(type)) {\n return;\n } // Create family or remember to update it.\n // None of this bookkeeping affects reconciliation\n // until the first performReactRefresh() call above.\n\n\n var family = allFamiliesByID.get(id);\n\n if (family === undefined) {\n family = {\n current: type\n };\n allFamiliesByID.set(id, family);\n } else {\n pendingUpdates.push([family, type]);\n }\n\n allFamiliesByType.set(type, family); // Visit inner types because we might not have registered them.\n\n if (typeof type === 'object' && type !== null) {\n switch (type.$$typeof) {\n case REACT_FORWARD_REF_TYPE:\n register(type.render, id + '$render');\n break;\n\n case REACT_MEMO_TYPE:\n register(type.type, id + '$type');\n break;\n }\n }\n }\n}\nfunction setSignature(type, key) {\n var forceReset = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;\n var getCustomHooks = arguments.length > 3 ? arguments[3] : undefined;\n\n {\n allSignaturesByType.set(type, {\n forceReset: forceReset,\n ownKey: key,\n fullKey: null,\n getCustomHooks: getCustomHooks || function () {\n return [];\n }\n });\n }\n} // This is lazily called during first render for a type.\n// It captures Hook list at that time so inline requires don't break comparisons.\n\nfunction collectCustomHooksForSignature(type) {\n {\n var signature = allSignaturesByType.get(type);\n\n if (signature !== undefined) {\n computeFullKey(signature);\n }\n }\n}\nfunction getFamilyByID(id) {\n {\n return allFamiliesByID.get(id);\n }\n}\nfunction getFamilyByType(type) {\n {\n return allFamiliesByType.get(type);\n }\n}\nfunction findAffectedHostInstances(families) {\n {\n var affectedInstances = new Set();\n mountedRoots.forEach(function (root) {\n var helpers = helpersByRoot.get(root);\n\n if (helpers === undefined) {\n throw new Error('Could not find helpers for a root. This is a bug in React Refresh.');\n }\n\n var instancesForRoot = helpers.findHostInstancesForRefresh(root, families);\n instancesForRoot.forEach(function (inst) {\n affectedInstances.add(inst);\n });\n });\n return affectedInstances;\n }\n}\nfunction injectIntoGlobalHook(globalObject) {\n {\n // For React Native, the global hook will be set up by require('react-devtools-core').\n // That code will run before us. So we need to monkeypatch functions on existing hook.\n // For React Web, the global hook will be set up by the extension.\n // This will also run before us.\n var hook = globalObject.__REACT_DEVTOOLS_GLOBAL_HOOK__;\n\n if (hook === undefined) {\n // However, if there is no DevTools extension, we'll need to set up the global hook ourselves.\n // Note that in this case it's important that renderer code runs *after* this method call.\n // Otherwise, the renderer will think that there is no global hook, and won't do the injection.\n var nextID = 0;\n globalObject.__REACT_DEVTOOLS_GLOBAL_HOOK__ = hook = {\n renderers: new Map(),\n supportsFiber: true,\n inject: function (injected) {\n return nextID++;\n },\n onScheduleFiberRoot: function (id, root, children) {},\n onCommitFiberRoot: function (id, root, maybePriorityLevel, didError) {},\n onCommitFiberUnmount: function () {}\n };\n } // Here, we just want to get a reference to scheduleRefresh.\n\n\n var oldInject = hook.inject;\n\n hook.inject = function (injected) {\n var id = oldInject.apply(this, arguments);\n\n if (typeof injected.scheduleRefresh === 'function' && typeof injected.setRefreshHandler === 'function') {\n // This version supports React Refresh.\n helpersByRendererID.set(id, injected);\n }\n\n return id;\n }; // Do the same for any already injected roots.\n // This is useful if ReactDOM has already been initialized.\n // https://github.com/facebook/react/issues/17626\n\n\n hook.renderers.forEach(function (injected, id) {\n if (typeof injected.scheduleRefresh === 'function' && typeof injected.setRefreshHandler === 'function') {\n // This version supports React Refresh.\n helpersByRendererID.set(id, injected);\n }\n }); // We also want to track currently mounted roots.\n\n var oldOnCommitFiberRoot = hook.onCommitFiberRoot;\n\n var oldOnScheduleFiberRoot = hook.onScheduleFiberRoot || function () {};\n\n hook.onScheduleFiberRoot = function (id, root, children) {\n if (!isPerformingRefresh) {\n // If it was intentionally scheduled, don't attempt to restore.\n // This includes intentionally scheduled unmounts.\n failedRoots.delete(root);\n\n if (rootElements !== null) {\n rootElements.set(root, children);\n }\n }\n\n return oldOnScheduleFiberRoot.apply(this, arguments);\n };\n\n hook.onCommitFiberRoot = function (id, root, maybePriorityLevel, didError) {\n var helpers = helpersByRendererID.get(id);\n\n if (helpers === undefined) {\n return;\n }\n\n helpersByRoot.set(root, helpers);\n var current = root.current;\n var alternate = current.alternate; // We need to determine whether this root has just (un)mounted.\n // This logic is copy-pasted from similar logic in the DevTools backend.\n // If this breaks with some refactoring, you'll want to update DevTools too.\n\n if (alternate !== null) {\n var wasMounted = alternate.memoizedState != null && alternate.memoizedState.element != null;\n var isMounted = current.memoizedState != null && current.memoizedState.element != null;\n\n if (!wasMounted && isMounted) {\n // Mount a new root.\n mountedRoots.add(root);\n failedRoots.delete(root);\n } else if (wasMounted && isMounted) ; else if (wasMounted && !isMounted) {\n // Unmount an existing root.\n mountedRoots.delete(root);\n\n if (didError) {\n // We'll remount it on future edits.\n failedRoots.add(root);\n } else {\n helpersByRoot.delete(root);\n }\n } else if (!wasMounted && !isMounted) {\n if (didError) {\n // We'll remount it on future edits.\n failedRoots.add(root);\n }\n }\n } else {\n // Mount a new root.\n mountedRoots.add(root);\n }\n\n return oldOnCommitFiberRoot.apply(this, arguments);\n };\n }\n}\nfunction hasUnrecoverableErrors() {\n // TODO: delete this after removing dependency in RN.\n return false;\n} // Exposed for testing.\n\nfunction _getMountedRootCount() {\n {\n return mountedRoots.size;\n }\n} // This is a wrapper over more primitive functions for setting signature.\n// Signatures let us decide whether the Hook order has changed on refresh.\n//\n// This function is intended to be used as a transform target, e.g.:\n// var _s = createSignatureFunctionForTransform()\n//\n// function Hello() {\n// const [foo, setFoo] = useState(0);\n// const value = useCustomHook();\n// _s(); /* Second call triggers collecting the custom Hook list.\n// * This doesn't happen during the module evaluation because we\n// * don't want to change the module order with inline requires.\n// * Next calls are noops. */\n// return

Hi

;\n// }\n//\n// /* First call specifies the signature: */\n// _s(\n// Hello,\n// 'useState{[foo, setFoo]}(0)',\n// () => [useCustomHook], /* Lazy to avoid triggering inline requires */\n// );\n\nfunction createSignatureFunctionForTransform() {\n {\n // We'll fill in the signature in two steps.\n // First, we'll know the signature itself. This happens outside the component.\n // Then, we'll know the references to custom Hooks. This happens inside the component.\n // After that, the returned function will be a fast path no-op.\n var status = 'needsSignature';\n var savedType;\n var hasCustomHooks;\n return function (type, key, forceReset, getCustomHooks) {\n switch (status) {\n case 'needsSignature':\n if (type !== undefined) {\n // If we received an argument, this is the initial registration call.\n savedType = type;\n hasCustomHooks = typeof getCustomHooks === 'function';\n setSignature(type, key, forceReset, getCustomHooks); // The next call we expect is from inside a function, to fill in the custom Hooks.\n\n status = 'needsCustomHooks';\n }\n\n break;\n\n case 'needsCustomHooks':\n if (hasCustomHooks) {\n collectCustomHooksForSignature(savedType);\n }\n\n status = 'resolved';\n break;\n }\n\n return type;\n };\n }\n}\nfunction isLikelyComponentType(type) {\n {\n switch (typeof type) {\n case 'function':\n {\n // First, deal with classes.\n if (type.prototype != null) {\n if (type.prototype.isReactComponent) {\n // React class.\n return true;\n }\n\n var ownNames = Object.getOwnPropertyNames(type.prototype);\n\n if (ownNames.length > 1 || ownNames[0] !== 'constructor') {\n // This looks like a class.\n return false;\n } // eslint-disable-next-line no-proto\n\n\n if (type.prototype.__proto__ !== Object.prototype) {\n // It has a superclass.\n return false;\n } // Pass through.\n // This looks like a regular function with empty prototype.\n\n } // For plain functions and arrows, use name as a heuristic.\n\n\n var name = type.name || type.displayName;\n return typeof name === 'string' && /^[A-Z]/.test(name);\n }\n\n case 'object':\n {\n if (type != null) {\n switch (type.$$typeof) {\n case REACT_FORWARD_REF_TYPE:\n case REACT_MEMO_TYPE:\n // Definitely React components.\n return true;\n\n default:\n return false;\n }\n }\n\n return false;\n }\n\n default:\n {\n return false;\n }\n }\n }\n}\n\nexports._getMountedRootCount = _getMountedRootCount;\nexports.collectCustomHooksForSignature = collectCustomHooksForSignature;\nexports.createSignatureFunctionForTransform = createSignatureFunctionForTransform;\nexports.findAffectedHostInstances = findAffectedHostInstances;\nexports.getFamilyByID = getFamilyByID;\nexports.getFamilyByType = getFamilyByType;\nexports.hasUnrecoverableErrors = hasUnrecoverableErrors;\nexports.injectIntoGlobalHook = injectIntoGlobalHook;\nexports.isLikelyComponentType = isLikelyComponentType;\nexports.performReactRefresh = performReactRefresh;\nexports.register = register;\nexports.setSignature = setSignature;\n })();\n}\n","var HMR_HOST = null;var HMR_PORT = null;var HMR_SECURE = false;var HMR_ENV_HASH = \"d6ea1d42532a7575\";module.bundle.HMR_BUNDLE_ID = \"9f36c6df9f592e3e\";\"use strict\";\n\nfunction _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }\n\nfunction _nonIterableSpread() { throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _iterableToArray(iter) { if (typeof Symbol !== \"undefined\" && iter[Symbol.iterator] != null || iter[\"@@iterator\"] != null) return Array.from(iter); }\n\nfunction _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }\n\nfunction _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== \"undefined\" && o[Symbol.iterator] || o[\"@@iterator\"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === \"number\") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\n/* global HMR_HOST, HMR_PORT, HMR_ENV_HASH, HMR_SECURE */\n\n/*::\nimport type {\n HMRAsset,\n HMRMessage,\n} from '@parcel/reporter-dev-server/src/HMRServer.js';\ninterface ParcelRequire {\n (string): mixed;\n cache: {|[string]: ParcelModule|};\n hotData: mixed;\n Module: any;\n parent: ?ParcelRequire;\n isParcelRequire: true;\n modules: {|[string]: [Function, {|[string]: string|}]|};\n HMR_BUNDLE_ID: string;\n root: ParcelRequire;\n}\ninterface ParcelModule {\n hot: {|\n data: mixed,\n accept(cb: (Function) => void): void,\n dispose(cb: (mixed) => void): void,\n // accept(deps: Array | string, cb: (Function) => void): void,\n // decline(): void,\n _acceptCallbacks: Array<(Function) => void>,\n _disposeCallbacks: Array<(mixed) => void>,\n |};\n}\ndeclare var module: {bundle: ParcelRequire, ...};\ndeclare var HMR_HOST: string;\ndeclare var HMR_PORT: string;\ndeclare var HMR_ENV_HASH: string;\ndeclare var HMR_SECURE: boolean;\n*/\nvar OVERLAY_ID = '__parcel__error__overlay__';\nvar OldModule = module.bundle.Module;\n\nfunction Module(moduleName) {\n OldModule.call(this, moduleName);\n this.hot = {\n data: module.bundle.hotData,\n _acceptCallbacks: [],\n _disposeCallbacks: [],\n accept: function accept(fn) {\n this._acceptCallbacks.push(fn || function () {});\n },\n dispose: function dispose(fn) {\n this._disposeCallbacks.push(fn);\n }\n };\n module.bundle.hotData = undefined;\n}\n\nmodule.bundle.Module = Module;\nvar checkedAssets\n/*: {|[string]: boolean|} */\n, acceptedAssets\n/*: {|[string]: boolean|} */\n, assetsToAccept\n/*: Array<[ParcelRequire, string]> */\n;\n\nfunction getHostname() {\n return HMR_HOST || (location.protocol.indexOf('http') === 0 ? location.hostname : 'localhost');\n}\n\nfunction getPort() {\n return HMR_PORT || location.port;\n} // eslint-disable-next-line no-redeclare\n\n\nvar parent = module.bundle.parent;\n\nif ((!parent || !parent.isParcelRequire) && typeof WebSocket !== 'undefined') {\n var hostname = getHostname();\n var port = getPort();\n var protocol = HMR_SECURE || location.protocol == 'https:' && !/localhost|127.0.0.1|0.0.0.0/.test(hostname) ? 'wss' : 'ws';\n var ws = new WebSocket(protocol + '://' + hostname + (port ? ':' + port : '') + '/'); // $FlowFixMe\n\n ws.onmessage = function (event\n /*: {data: string, ...} */\n ) {\n checkedAssets = {}\n /*: {|[string]: boolean|} */\n ;\n acceptedAssets = {}\n /*: {|[string]: boolean|} */\n ;\n assetsToAccept = [];\n var data\n /*: HMRMessage */\n = JSON.parse(event.data);\n\n if (data.type === 'update') {\n // Remove error overlay if there is one\n if (typeof document !== 'undefined') {\n removeErrorOverlay();\n }\n\n var assets = data.assets.filter(function (asset) {\n return asset.envHash === HMR_ENV_HASH;\n }); // Handle HMR Update\n\n var handled = assets.every(function (asset) {\n return asset.type === 'css' || asset.type === 'js' && hmrAcceptCheck(module.bundle.root, asset.id, asset.depsByBundle);\n });\n\n if (handled) {\n console.clear();\n assets.forEach(function (asset) {\n hmrApply(module.bundle.root, asset);\n });\n\n for (var i = 0; i < assetsToAccept.length; i++) {\n var id = assetsToAccept[i][1];\n\n if (!acceptedAssets[id]) {\n hmrAcceptRun(assetsToAccept[i][0], id);\n }\n }\n } else {\n window.location.reload();\n }\n }\n\n if (data.type === 'error') {\n // Log parcel errors to console\n var _iterator = _createForOfIteratorHelper(data.diagnostics.ansi),\n _step;\n\n try {\n for (_iterator.s(); !(_step = _iterator.n()).done;) {\n var ansiDiagnostic = _step.value;\n var stack = ansiDiagnostic.codeframe ? ansiDiagnostic.codeframe : ansiDiagnostic.stack;\n console.error('🚨 [parcel]: ' + ansiDiagnostic.message + '\\n' + stack + '\\n\\n' + ansiDiagnostic.hints.join('\\n'));\n }\n } catch (err) {\n _iterator.e(err);\n } finally {\n _iterator.f();\n }\n\n if (typeof document !== 'undefined') {\n // Render the fancy html overlay\n removeErrorOverlay();\n var overlay = createErrorOverlay(data.diagnostics.html); // $FlowFixMe\n\n document.body.appendChild(overlay);\n }\n }\n };\n\n ws.onerror = function (e) {\n console.error(e.message);\n };\n\n ws.onclose = function () {\n console.warn('[parcel] 🚨 Connection to the HMR server was lost');\n };\n}\n\nfunction removeErrorOverlay() {\n var overlay = document.getElementById(OVERLAY_ID);\n\n if (overlay) {\n overlay.remove();\n console.log('[parcel] ✨ Error resolved');\n }\n}\n\nfunction createErrorOverlay(diagnostics) {\n var overlay = document.createElement('div');\n overlay.id = OVERLAY_ID;\n var errorHTML = '
';\n\n var _iterator2 = _createForOfIteratorHelper(diagnostics),\n _step2;\n\n try {\n for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {\n var diagnostic = _step2.value;\n var stack = diagnostic.codeframe ? diagnostic.codeframe : diagnostic.stack;\n errorHTML += \"\\n
\\n
\\n \\uD83D\\uDEA8 \".concat(diagnostic.message, \"\\n
\\n
\").concat(stack, \"
\\n
\\n \").concat(diagnostic.hints.map(function (hint) {\n return '
💡 ' + hint + '
';\n }).join(''), \"\\n
\\n \").concat(diagnostic.documentation ? \"
\\uD83D\\uDCDD Learn more
\") : '', \"\\n
\\n \");\n }\n } catch (err) {\n _iterator2.e(err);\n } finally {\n _iterator2.f();\n }\n\n errorHTML += '
';\n overlay.innerHTML = errorHTML;\n return overlay;\n}\n\nfunction getParents(bundle, id)\n/*: Array<[ParcelRequire, string]> */\n{\n var modules = bundle.modules;\n\n if (!modules) {\n return [];\n }\n\n var parents = [];\n var k, d, dep;\n\n for (k in modules) {\n for (d in modules[k][1]) {\n dep = modules[k][1][d];\n\n if (dep === id || Array.isArray(dep) && dep[dep.length - 1] === id) {\n parents.push([bundle, k]);\n }\n }\n }\n\n if (bundle.parent) {\n parents = parents.concat(getParents(bundle.parent, id));\n }\n\n return parents;\n}\n\nfunction updateLink(link) {\n var newLink = link.cloneNode();\n\n newLink.onload = function () {\n if (link.parentNode !== null) {\n // $FlowFixMe\n link.parentNode.removeChild(link);\n }\n };\n\n newLink.setAttribute('href', // $FlowFixMe\n link.getAttribute('href').split('?')[0] + '?' + Date.now()); // $FlowFixMe\n\n link.parentNode.insertBefore(newLink, link.nextSibling);\n}\n\nvar cssTimeout = null;\n\nfunction reloadCSS() {\n if (cssTimeout) {\n return;\n }\n\n cssTimeout = setTimeout(function () {\n var links = document.querySelectorAll('link[rel=\"stylesheet\"]');\n\n for (var i = 0; i < links.length; i++) {\n // $FlowFixMe[incompatible-type]\n var href\n /*: string */\n = links[i].getAttribute('href');\n var hostname = getHostname();\n var servedFromHMRServer = hostname === 'localhost' ? new RegExp('^(https?:\\\\/\\\\/(0.0.0.0|127.0.0.1)|localhost):' + getPort()).test(href) : href.indexOf(hostname + ':' + getPort());\n var absolute = /^https?:\\/\\//i.test(href) && href.indexOf(window.location.origin) !== 0 && !servedFromHMRServer;\n\n if (!absolute) {\n updateLink(links[i]);\n }\n }\n\n cssTimeout = null;\n }, 50);\n}\n\nfunction hmrApply(bundle\n/*: ParcelRequire */\n, asset\n/*: HMRAsset */\n) {\n var modules = bundle.modules;\n\n if (!modules) {\n return;\n }\n\n if (asset.type === 'css') {\n reloadCSS();\n } else if (asset.type === 'js') {\n var deps = asset.depsByBundle[bundle.HMR_BUNDLE_ID];\n\n if (deps) {\n if (modules[asset.id]) {\n // Remove dependencies that are removed and will become orphaned.\n // This is necessary so that if the asset is added back again, the cache is gone, and we prevent a full page reload.\n var oldDeps = modules[asset.id][1];\n\n for (var dep in oldDeps) {\n if (!deps[dep] || deps[dep] !== oldDeps[dep]) {\n var id = oldDeps[dep];\n var parents = getParents(module.bundle.root, id);\n\n if (parents.length === 1) {\n hmrDelete(module.bundle.root, id);\n }\n }\n }\n }\n\n var fn = new Function('require', 'module', 'exports', asset.output);\n modules[asset.id] = [fn, deps];\n } else if (bundle.parent) {\n hmrApply(bundle.parent, asset);\n }\n }\n}\n\nfunction hmrDelete(bundle, id) {\n var modules = bundle.modules;\n\n if (!modules) {\n return;\n }\n\n if (modules[id]) {\n // Collect dependencies that will become orphaned when this module is deleted.\n var deps = modules[id][1];\n var orphans = [];\n\n for (var dep in deps) {\n var parents = getParents(module.bundle.root, deps[dep]);\n\n if (parents.length === 1) {\n orphans.push(deps[dep]);\n }\n } // Delete the module. This must be done before deleting dependencies in case of circular dependencies.\n\n\n delete modules[id];\n delete bundle.cache[id]; // Now delete the orphans.\n\n orphans.forEach(function (id) {\n hmrDelete(module.bundle.root, id);\n });\n } else if (bundle.parent) {\n hmrDelete(bundle.parent, id);\n }\n}\n\nfunction hmrAcceptCheck(bundle\n/*: ParcelRequire */\n, id\n/*: string */\n, depsByBundle\n/*: ?{ [string]: { [string]: string } }*/\n) {\n if (hmrAcceptCheckOne(bundle, id, depsByBundle)) {\n return true;\n } // Traverse parents breadth first. All possible ancestries must accept the HMR update, or we'll reload.\n\n\n var parents = getParents(module.bundle.root, id);\n var accepted = false;\n\n while (parents.length > 0) {\n var v = parents.shift();\n var a = hmrAcceptCheckOne(v[0], v[1], null);\n\n if (a) {\n // If this parent accepts, stop traversing upward, but still consider siblings.\n accepted = true;\n } else {\n // Otherwise, queue the parents in the next level upward.\n var p = getParents(module.bundle.root, v[1]);\n\n if (p.length === 0) {\n // If there are no parents, then we've reached an entry without accepting. Reload.\n accepted = false;\n break;\n }\n\n parents.push.apply(parents, _toConsumableArray(p));\n }\n }\n\n return accepted;\n}\n\nfunction hmrAcceptCheckOne(bundle\n/*: ParcelRequire */\n, id\n/*: string */\n, depsByBundle\n/*: ?{ [string]: { [string]: string } }*/\n) {\n var modules = bundle.modules;\n\n if (!modules) {\n return;\n }\n\n if (depsByBundle && !depsByBundle[bundle.HMR_BUNDLE_ID]) {\n // If we reached the root bundle without finding where the asset should go,\n // there's nothing to do. Mark as \"accepted\" so we don't reload the page.\n if (!bundle.parent) {\n return true;\n }\n\n return hmrAcceptCheck(bundle.parent, id, depsByBundle);\n }\n\n if (checkedAssets[id]) {\n return true;\n }\n\n checkedAssets[id] = true;\n var cached = bundle.cache[id];\n assetsToAccept.push([bundle, id]);\n\n if (!cached || cached.hot && cached.hot._acceptCallbacks.length) {\n return true;\n }\n}\n\nfunction hmrAcceptRun(bundle\n/*: ParcelRequire */\n, id\n/*: string */\n) {\n var cached = bundle.cache[id];\n bundle.hotData = {};\n\n if (cached && cached.hot) {\n cached.hot.data = bundle.hotData;\n }\n\n if (cached && cached.hot && cached.hot._disposeCallbacks.length) {\n cached.hot._disposeCallbacks.forEach(function (cb) {\n cb(bundle.hotData);\n });\n }\n\n delete bundle.cache[id];\n bundle(id);\n cached = bundle.cache[id];\n\n if (cached && cached.hot && cached.hot._acceptCallbacks.length) {\n cached.hot._acceptCallbacks.forEach(function (cb) {\n var assetsToAlsoAccept = cb(function () {\n return getParents(module.bundle.root, id);\n });\n\n if (assetsToAlsoAccept && assetsToAccept.length) {\n // $FlowFixMe[method-unbinding]\n assetsToAccept.push.apply(assetsToAccept, assetsToAlsoAccept);\n }\n });\n }\n\n acceptedAssets[id] = true;\n}","import React from 'react'\nimport ReactDOM from 'react-dom'\nimport App from './App'\n\nReactDOM.render(, document.getElementById('root'))\n","\"use strict\";\n\nvar Refresh = require('react-refresh/runtime');\n\nfunction debounce(func, delay) {\n if (process.env.NODE_ENV === 'test') {\n return function (args) {\n func.call(null, args);\n };\n } else {\n var timeout = undefined;\n return function (args) {\n clearTimeout(timeout);\n timeout = setTimeout(function () {\n timeout = undefined;\n func.call(null, args);\n }, delay);\n };\n }\n}\n\nvar enqueueUpdate = debounce(function () {\n Refresh.performReactRefresh();\n}, 30); // Everthing below is either adapted or copied from\n// https://github.com/facebook/metro/blob/61de16bd1edd7e738dd0311c89555a644023ab2d/packages/metro/src/lib/polyfills/require.js\n// MIT License - Copyright (c) Facebook, Inc. and its affiliates.\n\nmodule.exports.prelude = function (module) {\n window.$RefreshReg$ = function (type, id) {\n Refresh.register(type, module.id + ' ' + id);\n };\n\n window.$RefreshSig$ = Refresh.createSignatureFunctionForTransform;\n};\n\nmodule.exports.postlude = function (module) {\n if (isReactRefreshBoundary(module.exports)) {\n registerExportsForReactRefresh(module);\n\n if (module.hot) {\n module.hot.dispose(function (data) {\n if (Refresh.hasUnrecoverableErrors()) {\n window.location.reload();\n }\n\n data.prevExports = module.exports;\n });\n module.hot.accept(function (getParents) {\n var prevExports = module.hot.data.prevExports;\n var nextExports = module.exports; // Since we just executed the code for it, it's possible\n // that the new exports make it ineligible for being a boundary.\n\n var isNoLongerABoundary = !isReactRefreshBoundary(nextExports); // It can also become ineligible if its exports are incompatible\n // with the previous exports.\n // For example, if you add/remove/change exports, we'll want\n // to re-execute the importing modules, and force those components\n // to re-render. Similarly, if you convert a class component\n // to a function, we want to invalidate the boundary.\n\n var didInvalidate = shouldInvalidateReactRefreshBoundary(prevExports, nextExports);\n\n if (isNoLongerABoundary || didInvalidate) {\n // We'll be conservative. The only case in which we won't do a full\n // reload is if all parent modules are also refresh boundaries.\n // In that case we'll add them to the current queue.\n var parents = getParents();\n\n if (parents.length === 0) {\n // Looks like we bubbled to the root. Can't recover from that.\n window.location.reload();\n return;\n }\n\n return parents;\n }\n\n enqueueUpdate();\n });\n }\n }\n};\n\nfunction isReactRefreshBoundary(exports) {\n if (Refresh.isLikelyComponentType(exports)) {\n return true;\n }\n\n if (exports == null || typeof exports !== 'object') {\n // Exit if we can't iterate over exports.\n return false;\n }\n\n var hasExports = false;\n var areAllExportsComponents = true;\n let isESM = ('__esModule' in exports);\n\n for (var key in exports) {\n hasExports = true;\n\n if (key === '__esModule') {\n continue;\n }\n\n var desc = Object.getOwnPropertyDescriptor(exports, key);\n\n if (desc && desc.get && !isESM) {\n // Don't invoke getters for CJS as they may have side effects.\n return false;\n }\n\n var exportValue = exports[key];\n\n if (!Refresh.isLikelyComponentType(exportValue)) {\n areAllExportsComponents = false;\n }\n }\n\n return hasExports && areAllExportsComponents;\n}\n\nfunction shouldInvalidateReactRefreshBoundary(prevExports, nextExports) {\n var prevSignature = getRefreshBoundarySignature(prevExports);\n var nextSignature = getRefreshBoundarySignature(nextExports);\n\n if (prevSignature.length !== nextSignature.length) {\n return true;\n }\n\n for (var i = 0; i < nextSignature.length; i++) {\n if (prevSignature[i] !== nextSignature[i]) {\n return true;\n }\n }\n\n return false;\n} // When this signature changes, it's unsafe to stop at this refresh boundary.\n\n\nfunction getRefreshBoundarySignature(exports) {\n var signature = [];\n signature.push(Refresh.getFamilyByType(exports));\n\n if (exports == null || typeof exports !== 'object') {\n // Exit if we can't iterate over exports.\n // (This is important for legacy environments.)\n return signature;\n }\n\n let isESM = ('__esModule' in exports);\n\n for (var key in exports) {\n if (key === '__esModule') {\n continue;\n }\n\n var desc = Object.getOwnPropertyDescriptor(exports, key);\n\n if (desc && desc.get && !isESM) {\n // Don't invoke getters for CJS as they may have side effects.\n continue;\n }\n\n var exportValue = exports[key];\n signature.push(key);\n signature.push(Refresh.getFamilyByType(exportValue));\n }\n\n return signature;\n}\n\nfunction registerExportsForReactRefresh(module) {\n var exports = module.exports,\n id = module.id;\n Refresh.register(exports, id + ' %exports%');\n\n if (exports == null || typeof exports !== 'object') {\n // Exit if we can't iterate over exports.\n // (This is important for legacy environments.)\n return;\n }\n\n let isESM = ('__esModule' in exports);\n\n for (var key in exports) {\n var desc = Object.getOwnPropertyDescriptor(exports, key);\n\n if (desc && desc.get && !isESM) {\n // Don't invoke getters for CJS as they may have side effects.\n continue;\n }\n\n var exportValue = exports[key];\n Refresh.register(exportValue, id + ' %exports% ' + key);\n }\n}","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react.production.min.js');\n} else {\n module.exports = require('./cjs/react.development.js');\n}\n","/** @license React v17.0.2\n * react.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use strict';\n\nvar _assign = require('object-assign');\n\n// TODO: this is special because it gets imported during build.\nvar ReactVersion = '17.0.2';\n\n// ATTENTION\n// When adding new symbols to this file,\n// Please consider also adding to 'react-devtools-shared/src/backend/ReactSymbols'\n// The Symbol used to tag the ReactElement-like types. If there is no native Symbol\n// nor polyfill, then a plain number is used for performance.\nvar REACT_ELEMENT_TYPE = 0xeac7;\nvar REACT_PORTAL_TYPE = 0xeaca;\nexports.Fragment = 0xeacb;\nexports.StrictMode = 0xeacc;\nexports.Profiler = 0xead2;\nvar REACT_PROVIDER_TYPE = 0xeacd;\nvar REACT_CONTEXT_TYPE = 0xeace;\nvar REACT_FORWARD_REF_TYPE = 0xead0;\nexports.Suspense = 0xead1;\nvar REACT_SUSPENSE_LIST_TYPE = 0xead8;\nvar REACT_MEMO_TYPE = 0xead3;\nvar REACT_LAZY_TYPE = 0xead4;\nvar REACT_BLOCK_TYPE = 0xead9;\nvar REACT_SERVER_BLOCK_TYPE = 0xeada;\nvar REACT_FUNDAMENTAL_TYPE = 0xead5;\nvar REACT_SCOPE_TYPE = 0xead7;\nvar REACT_OPAQUE_ID_TYPE = 0xeae0;\nvar REACT_DEBUG_TRACING_MODE_TYPE = 0xeae1;\nvar REACT_OFFSCREEN_TYPE = 0xeae2;\nvar REACT_LEGACY_HIDDEN_TYPE = 0xeae3;\n\nif (typeof Symbol === 'function' && Symbol.for) {\n var symbolFor = Symbol.for;\n REACT_ELEMENT_TYPE = symbolFor('react.element');\n REACT_PORTAL_TYPE = symbolFor('react.portal');\n exports.Fragment = symbolFor('react.fragment');\n exports.StrictMode = symbolFor('react.strict_mode');\n exports.Profiler = symbolFor('react.profiler');\n REACT_PROVIDER_TYPE = symbolFor('react.provider');\n REACT_CONTEXT_TYPE = symbolFor('react.context');\n REACT_FORWARD_REF_TYPE = symbolFor('react.forward_ref');\n exports.Suspense = symbolFor('react.suspense');\n REACT_SUSPENSE_LIST_TYPE = symbolFor('react.suspense_list');\n REACT_MEMO_TYPE = symbolFor('react.memo');\n REACT_LAZY_TYPE = symbolFor('react.lazy');\n REACT_BLOCK_TYPE = symbolFor('react.block');\n REACT_SERVER_BLOCK_TYPE = symbolFor('react.server.block');\n REACT_FUNDAMENTAL_TYPE = symbolFor('react.fundamental');\n REACT_SCOPE_TYPE = symbolFor('react.scope');\n REACT_OPAQUE_ID_TYPE = symbolFor('react.opaque.id');\n REACT_DEBUG_TRACING_MODE_TYPE = symbolFor('react.debug_trace_mode');\n REACT_OFFSCREEN_TYPE = symbolFor('react.offscreen');\n REACT_LEGACY_HIDDEN_TYPE = symbolFor('react.legacy_hidden');\n}\n\nvar MAYBE_ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;\nvar FAUX_ITERATOR_SYMBOL = '@@iterator';\nfunction getIteratorFn(maybeIterable) {\n if (maybeIterable === null || typeof maybeIterable !== 'object') {\n return null;\n }\n\n var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];\n\n if (typeof maybeIterator === 'function') {\n return maybeIterator;\n }\n\n return null;\n}\n\n/**\n * Keeps track of the current dispatcher.\n */\nvar ReactCurrentDispatcher = {\n /**\n * @internal\n * @type {ReactComponent}\n */\n current: null\n};\n\n/**\n * Keeps track of the current batch's configuration such as how long an update\n * should suspend for if it needs to.\n */\nvar ReactCurrentBatchConfig = {\n transition: 0\n};\n\n/**\n * Keeps track of the current owner.\n *\n * The current owner is the component who should own any components that are\n * currently being constructed.\n */\nvar ReactCurrentOwner = {\n /**\n * @internal\n * @type {ReactComponent}\n */\n current: null\n};\n\nvar ReactDebugCurrentFrame = {};\nvar currentExtraStackFrame = null;\nfunction setExtraStackFrame(stack) {\n {\n currentExtraStackFrame = stack;\n }\n}\n\n{\n ReactDebugCurrentFrame.setExtraStackFrame = function (stack) {\n {\n currentExtraStackFrame = stack;\n }\n }; // Stack implementation injected by the current renderer.\n\n\n ReactDebugCurrentFrame.getCurrentStack = null;\n\n ReactDebugCurrentFrame.getStackAddendum = function () {\n var stack = ''; // Add an extra top frame while an element is being validated\n\n if (currentExtraStackFrame) {\n stack += currentExtraStackFrame;\n } // Delegate to the injected renderer-specific implementation\n\n\n var impl = ReactDebugCurrentFrame.getCurrentStack;\n\n if (impl) {\n stack += impl() || '';\n }\n\n return stack;\n };\n}\n\n/**\n * Used by act() to track whether you're inside an act() scope.\n */\nvar IsSomeRendererActing = {\n current: false\n};\n\nvar ReactSharedInternals = {\n ReactCurrentDispatcher: ReactCurrentDispatcher,\n ReactCurrentBatchConfig: ReactCurrentBatchConfig,\n ReactCurrentOwner: ReactCurrentOwner,\n IsSomeRendererActing: IsSomeRendererActing,\n // Used by renderers to avoid bundling object-assign twice in UMD bundles:\n assign: _assign\n};\n\n{\n ReactSharedInternals.ReactDebugCurrentFrame = ReactDebugCurrentFrame;\n}\n\n// by calls to these methods by a Babel plugin.\n//\n// In PROD (or in packages without access to React internals),\n// they are left as they are instead.\n\nfunction warn(format) {\n {\n for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n args[_key - 1] = arguments[_key];\n }\n\n printWarning('warn', format, args);\n }\n}\nfunction error(format) {\n {\n for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {\n args[_key2 - 1] = arguments[_key2];\n }\n\n printWarning('error', format, args);\n }\n}\n\nfunction printWarning(level, format, args) {\n // When changing this logic, you might want to also\n // update consoleWithStackDev.www.js as well.\n {\n var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;\n var stack = ReactDebugCurrentFrame.getStackAddendum();\n\n if (stack !== '') {\n format += '%s';\n args = args.concat([stack]);\n }\n\n var argsWithFormat = args.map(function (item) {\n return '' + item;\n }); // Careful: RN currently depends on this prefix\n\n argsWithFormat.unshift('Warning: ' + format); // We intentionally don't use spread (or .apply) directly because it\n // breaks IE9: https://github.com/facebook/react/issues/13610\n // eslint-disable-next-line react-internal/no-production-logging\n\n Function.prototype.apply.call(console[level], console, argsWithFormat);\n }\n}\n\nvar didWarnStateUpdateForUnmountedComponent = {};\n\nfunction warnNoop(publicInstance, callerName) {\n {\n var _constructor = publicInstance.constructor;\n var componentName = _constructor && (_constructor.displayName || _constructor.name) || 'ReactClass';\n var warningKey = componentName + \".\" + callerName;\n\n if (didWarnStateUpdateForUnmountedComponent[warningKey]) {\n return;\n }\n\n error(\"Can't call %s on a component that is not yet mounted. \" + 'This is a no-op, but it might indicate a bug in your application. ' + 'Instead, assign to `this.state` directly or define a `state = {};` ' + 'class property with the desired state in the %s component.', callerName, componentName);\n\n didWarnStateUpdateForUnmountedComponent[warningKey] = true;\n }\n}\n/**\n * This is the abstract API for an update queue.\n */\n\n\nvar ReactNoopUpdateQueue = {\n /**\n * Checks whether or not this composite component is mounted.\n * @param {ReactClass} publicInstance The instance we want to test.\n * @return {boolean} True if mounted, false otherwise.\n * @protected\n * @final\n */\n isMounted: function (publicInstance) {\n return false;\n },\n\n /**\n * Forces an update. This should only be invoked when it is known with\n * certainty that we are **not** in a DOM transaction.\n *\n * You may want to call this when you know that some deeper aspect of the\n * component's state has changed but `setState` was not called.\n *\n * This will not invoke `shouldComponentUpdate`, but it will invoke\n * `componentWillUpdate` and `componentDidUpdate`.\n *\n * @param {ReactClass} publicInstance The instance that should rerender.\n * @param {?function} callback Called after component is updated.\n * @param {?string} callerName name of the calling function in the public API.\n * @internal\n */\n enqueueForceUpdate: function (publicInstance, callback, callerName) {\n warnNoop(publicInstance, 'forceUpdate');\n },\n\n /**\n * Replaces all of the state. Always use this or `setState` to mutate state.\n * You should treat `this.state` as immutable.\n *\n * There is no guarantee that `this.state` will be immediately updated, so\n * accessing `this.state` after calling this method may return the old value.\n *\n * @param {ReactClass} publicInstance The instance that should rerender.\n * @param {object} completeState Next state.\n * @param {?function} callback Called after component is updated.\n * @param {?string} callerName name of the calling function in the public API.\n * @internal\n */\n enqueueReplaceState: function (publicInstance, completeState, callback, callerName) {\n warnNoop(publicInstance, 'replaceState');\n },\n\n /**\n * Sets a subset of the state. This only exists because _pendingState is\n * internal. This provides a merging strategy that is not available to deep\n * properties which is confusing. TODO: Expose pendingState or don't use it\n * during the merge.\n *\n * @param {ReactClass} publicInstance The instance that should rerender.\n * @param {object} partialState Next partial state to be merged with state.\n * @param {?function} callback Called after component is updated.\n * @param {?string} Name of the calling function in the public API.\n * @internal\n */\n enqueueSetState: function (publicInstance, partialState, callback, callerName) {\n warnNoop(publicInstance, 'setState');\n }\n};\n\nvar emptyObject = {};\n\n{\n Object.freeze(emptyObject);\n}\n/**\n * Base class helpers for the updating state of a component.\n */\n\n\nfunction Component(props, context, updater) {\n this.props = props;\n this.context = context; // If a component has string refs, we will assign a different object later.\n\n this.refs = emptyObject; // We initialize the default updater but the real one gets injected by the\n // renderer.\n\n this.updater = updater || ReactNoopUpdateQueue;\n}\n\nComponent.prototype.isReactComponent = {};\n/**\n * Sets a subset of the state. Always use this to mutate\n * state. You should treat `this.state` as immutable.\n *\n * There is no guarantee that `this.state` will be immediately updated, so\n * accessing `this.state` after calling this method may return the old value.\n *\n * There is no guarantee that calls to `setState` will run synchronously,\n * as they may eventually be batched together. You can provide an optional\n * callback that will be executed when the call to setState is actually\n * completed.\n *\n * When a function is provided to setState, it will be called at some point in\n * the future (not synchronously). It will be called with the up to date\n * component arguments (state, props, context). These values can be different\n * from this.* because your function may be called after receiveProps but before\n * shouldComponentUpdate, and this new state, props, and context will not yet be\n * assigned to this.\n *\n * @param {object|function} partialState Next partial state or function to\n * produce next partial state to be merged with current state.\n * @param {?function} callback Called after state is updated.\n * @final\n * @protected\n */\n\nComponent.prototype.setState = function (partialState, callback) {\n if (!(typeof partialState === 'object' || typeof partialState === 'function' || partialState == null)) {\n {\n throw Error( \"setState(...): takes an object of state variables to update or a function which returns an object of state variables.\" );\n }\n }\n\n this.updater.enqueueSetState(this, partialState, callback, 'setState');\n};\n/**\n * Forces an update. This should only be invoked when it is known with\n * certainty that we are **not** in a DOM transaction.\n *\n * You may want to call this when you know that some deeper aspect of the\n * component's state has changed but `setState` was not called.\n *\n * This will not invoke `shouldComponentUpdate`, but it will invoke\n * `componentWillUpdate` and `componentDidUpdate`.\n *\n * @param {?function} callback Called after update is complete.\n * @final\n * @protected\n */\n\n\nComponent.prototype.forceUpdate = function (callback) {\n this.updater.enqueueForceUpdate(this, callback, 'forceUpdate');\n};\n/**\n * Deprecated APIs. These APIs used to exist on classic React classes but since\n * we would like to deprecate them, we're not going to move them over to this\n * modern base class. Instead, we define a getter that warns if it's accessed.\n */\n\n\n{\n var deprecatedAPIs = {\n isMounted: ['isMounted', 'Instead, make sure to clean up subscriptions and pending requests in ' + 'componentWillUnmount to prevent memory leaks.'],\n replaceState: ['replaceState', 'Refactor your code to use setState instead (see ' + 'https://github.com/facebook/react/issues/3236).']\n };\n\n var defineDeprecationWarning = function (methodName, info) {\n Object.defineProperty(Component.prototype, methodName, {\n get: function () {\n warn('%s(...) is deprecated in plain JavaScript React classes. %s', info[0], info[1]);\n\n return undefined;\n }\n });\n };\n\n for (var fnName in deprecatedAPIs) {\n if (deprecatedAPIs.hasOwnProperty(fnName)) {\n defineDeprecationWarning(fnName, deprecatedAPIs[fnName]);\n }\n }\n}\n\nfunction ComponentDummy() {}\n\nComponentDummy.prototype = Component.prototype;\n/**\n * Convenience component with default shallow equality check for sCU.\n */\n\nfunction PureComponent(props, context, updater) {\n this.props = props;\n this.context = context; // If a component has string refs, we will assign a different object later.\n\n this.refs = emptyObject;\n this.updater = updater || ReactNoopUpdateQueue;\n}\n\nvar pureComponentPrototype = PureComponent.prototype = new ComponentDummy();\npureComponentPrototype.constructor = PureComponent; // Avoid an extra prototype jump for these methods.\n\n_assign(pureComponentPrototype, Component.prototype);\n\npureComponentPrototype.isPureReactComponent = true;\n\n// an immutable object with a single mutable value\nfunction createRef() {\n var refObject = {\n current: null\n };\n\n {\n Object.seal(refObject);\n }\n\n return refObject;\n}\n\nfunction getWrappedName(outerType, innerType, wrapperName) {\n var functionName = innerType.displayName || innerType.name || '';\n return outerType.displayName || (functionName !== '' ? wrapperName + \"(\" + functionName + \")\" : wrapperName);\n}\n\nfunction getContextName(type) {\n return type.displayName || 'Context';\n}\n\nfunction getComponentName(type) {\n if (type == null) {\n // Host root, text node or just invalid type.\n return null;\n }\n\n {\n if (typeof type.tag === 'number') {\n error('Received an unexpected object in getComponentName(). ' + 'This is likely a bug in React. Please file an issue.');\n }\n }\n\n if (typeof type === 'function') {\n return type.displayName || type.name || null;\n }\n\n if (typeof type === 'string') {\n return type;\n }\n\n switch (type) {\n case exports.Fragment:\n return 'Fragment';\n\n case REACT_PORTAL_TYPE:\n return 'Portal';\n\n case exports.Profiler:\n return 'Profiler';\n\n case exports.StrictMode:\n return 'StrictMode';\n\n case exports.Suspense:\n return 'Suspense';\n\n case REACT_SUSPENSE_LIST_TYPE:\n return 'SuspenseList';\n }\n\n if (typeof type === 'object') {\n switch (type.$$typeof) {\n case REACT_CONTEXT_TYPE:\n var context = type;\n return getContextName(context) + '.Consumer';\n\n case REACT_PROVIDER_TYPE:\n var provider = type;\n return getContextName(provider._context) + '.Provider';\n\n case REACT_FORWARD_REF_TYPE:\n return getWrappedName(type, type.render, 'ForwardRef');\n\n case REACT_MEMO_TYPE:\n return getComponentName(type.type);\n\n case REACT_BLOCK_TYPE:\n return getComponentName(type._render);\n\n case REACT_LAZY_TYPE:\n {\n var lazyComponent = type;\n var payload = lazyComponent._payload;\n var init = lazyComponent._init;\n\n try {\n return getComponentName(init(payload));\n } catch (x) {\n return null;\n }\n }\n }\n }\n\n return null;\n}\n\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar RESERVED_PROPS = {\n key: true,\n ref: true,\n __self: true,\n __source: true\n};\nvar specialPropKeyWarningShown, specialPropRefWarningShown, didWarnAboutStringRefs;\n\n{\n didWarnAboutStringRefs = {};\n}\n\nfunction hasValidRef(config) {\n {\n if (hasOwnProperty.call(config, 'ref')) {\n var getter = Object.getOwnPropertyDescriptor(config, 'ref').get;\n\n if (getter && getter.isReactWarning) {\n return false;\n }\n }\n }\n\n return config.ref !== undefined;\n}\n\nfunction hasValidKey(config) {\n {\n if (hasOwnProperty.call(config, 'key')) {\n var getter = Object.getOwnPropertyDescriptor(config, 'key').get;\n\n if (getter && getter.isReactWarning) {\n return false;\n }\n }\n }\n\n return config.key !== undefined;\n}\n\nfunction defineKeyPropWarningGetter(props, displayName) {\n var warnAboutAccessingKey = function () {\n {\n if (!specialPropKeyWarningShown) {\n specialPropKeyWarningShown = true;\n\n error('%s: `key` is not a prop. Trying to access it will result ' + 'in `undefined` being returned. If you need to access the same ' + 'value within the child component, you should pass it as a different ' + 'prop. (https://reactjs.org/link/special-props)', displayName);\n }\n }\n };\n\n warnAboutAccessingKey.isReactWarning = true;\n Object.defineProperty(props, 'key', {\n get: warnAboutAccessingKey,\n configurable: true\n });\n}\n\nfunction defineRefPropWarningGetter(props, displayName) {\n var warnAboutAccessingRef = function () {\n {\n if (!specialPropRefWarningShown) {\n specialPropRefWarningShown = true;\n\n error('%s: `ref` is not a prop. Trying to access it will result ' + 'in `undefined` being returned. If you need to access the same ' + 'value within the child component, you should pass it as a different ' + 'prop. (https://reactjs.org/link/special-props)', displayName);\n }\n }\n };\n\n warnAboutAccessingRef.isReactWarning = true;\n Object.defineProperty(props, 'ref', {\n get: warnAboutAccessingRef,\n configurable: true\n });\n}\n\nfunction warnIfStringRefCannotBeAutoConverted(config) {\n {\n if (typeof config.ref === 'string' && ReactCurrentOwner.current && config.__self && ReactCurrentOwner.current.stateNode !== config.__self) {\n var componentName = getComponentName(ReactCurrentOwner.current.type);\n\n if (!didWarnAboutStringRefs[componentName]) {\n error('Component \"%s\" contains the string ref \"%s\". ' + 'Support for string refs will be removed in a future major release. ' + 'This case cannot be automatically converted to an arrow function. ' + 'We ask you to manually fix this case by using useRef() or createRef() instead. ' + 'Learn more about using refs safely here: ' + 'https://reactjs.org/link/strict-mode-string-ref', componentName, config.ref);\n\n didWarnAboutStringRefs[componentName] = true;\n }\n }\n }\n}\n/**\n * Factory method to create a new React element. This no longer adheres to\n * the class pattern, so do not use new to call it. Also, instanceof check\n * will not work. Instead test $$typeof field against Symbol.for('react.element') to check\n * if something is a React Element.\n *\n * @param {*} type\n * @param {*} props\n * @param {*} key\n * @param {string|object} ref\n * @param {*} owner\n * @param {*} self A *temporary* helper to detect places where `this` is\n * different from the `owner` when React.createElement is called, so that we\n * can warn. We want to get rid of owner and replace string `ref`s with arrow\n * functions, and as long as `this` and owner are the same, there will be no\n * change in behavior.\n * @param {*} source An annotation object (added by a transpiler or otherwise)\n * indicating filename, line number, and/or other information.\n * @internal\n */\n\n\nvar ReactElement = function (type, key, ref, self, source, owner, props) {\n var element = {\n // This tag allows us to uniquely identify this as a React Element\n $$typeof: REACT_ELEMENT_TYPE,\n // Built-in properties that belong on the element\n type: type,\n key: key,\n ref: ref,\n props: props,\n // Record the component responsible for creating this element.\n _owner: owner\n };\n\n {\n // The validation flag is currently mutative. We put it on\n // an external backing store so that we can freeze the whole object.\n // This can be replaced with a WeakMap once they are implemented in\n // commonly used development environments.\n element._store = {}; // To make comparing ReactElements easier for testing purposes, we make\n // the validation flag non-enumerable (where possible, which should\n // include every environment we run tests in), so the test framework\n // ignores it.\n\n Object.defineProperty(element._store, 'validated', {\n configurable: false,\n enumerable: false,\n writable: true,\n value: false\n }); // self and source are DEV only properties.\n\n Object.defineProperty(element, '_self', {\n configurable: false,\n enumerable: false,\n writable: false,\n value: self\n }); // Two elements created in two different places should be considered\n // equal for testing purposes and therefore we hide it from enumeration.\n\n Object.defineProperty(element, '_source', {\n configurable: false,\n enumerable: false,\n writable: false,\n value: source\n });\n\n if (Object.freeze) {\n Object.freeze(element.props);\n Object.freeze(element);\n }\n }\n\n return element;\n};\n/**\n * Create and return a new ReactElement of the given type.\n * See https://reactjs.org/docs/react-api.html#createelement\n */\n\nfunction createElement(type, config, children) {\n var propName; // Reserved names are extracted\n\n var props = {};\n var key = null;\n var ref = null;\n var self = null;\n var source = null;\n\n if (config != null) {\n if (hasValidRef(config)) {\n ref = config.ref;\n\n {\n warnIfStringRefCannotBeAutoConverted(config);\n }\n }\n\n if (hasValidKey(config)) {\n key = '' + config.key;\n }\n\n self = config.__self === undefined ? null : config.__self;\n source = config.__source === undefined ? null : config.__source; // Remaining properties are added to a new props object\n\n for (propName in config) {\n if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {\n props[propName] = config[propName];\n }\n }\n } // Children can be more than one argument, and those are transferred onto\n // the newly allocated props object.\n\n\n var childrenLength = arguments.length - 2;\n\n if (childrenLength === 1) {\n props.children = children;\n } else if (childrenLength > 1) {\n var childArray = Array(childrenLength);\n\n for (var i = 0; i < childrenLength; i++) {\n childArray[i] = arguments[i + 2];\n }\n\n {\n if (Object.freeze) {\n Object.freeze(childArray);\n }\n }\n\n props.children = childArray;\n } // Resolve default props\n\n\n if (type && type.defaultProps) {\n var defaultProps = type.defaultProps;\n\n for (propName in defaultProps) {\n if (props[propName] === undefined) {\n props[propName] = defaultProps[propName];\n }\n }\n }\n\n {\n if (key || ref) {\n var displayName = typeof type === 'function' ? type.displayName || type.name || 'Unknown' : type;\n\n if (key) {\n defineKeyPropWarningGetter(props, displayName);\n }\n\n if (ref) {\n defineRefPropWarningGetter(props, displayName);\n }\n }\n }\n\n return ReactElement(type, key, ref, self, source, ReactCurrentOwner.current, props);\n}\nfunction cloneAndReplaceKey(oldElement, newKey) {\n var newElement = ReactElement(oldElement.type, newKey, oldElement.ref, oldElement._self, oldElement._source, oldElement._owner, oldElement.props);\n return newElement;\n}\n/**\n * Clone and return a new ReactElement using element as the starting point.\n * See https://reactjs.org/docs/react-api.html#cloneelement\n */\n\nfunction cloneElement(element, config, children) {\n if (!!(element === null || element === undefined)) {\n {\n throw Error( \"React.cloneElement(...): The argument must be a React element, but you passed \" + element + \".\" );\n }\n }\n\n var propName; // Original props are copied\n\n var props = _assign({}, element.props); // Reserved names are extracted\n\n\n var key = element.key;\n var ref = element.ref; // Self is preserved since the owner is preserved.\n\n var self = element._self; // Source is preserved since cloneElement is unlikely to be targeted by a\n // transpiler, and the original source is probably a better indicator of the\n // true owner.\n\n var source = element._source; // Owner will be preserved, unless ref is overridden\n\n var owner = element._owner;\n\n if (config != null) {\n if (hasValidRef(config)) {\n // Silently steal the ref from the parent.\n ref = config.ref;\n owner = ReactCurrentOwner.current;\n }\n\n if (hasValidKey(config)) {\n key = '' + config.key;\n } // Remaining properties override existing props\n\n\n var defaultProps;\n\n if (element.type && element.type.defaultProps) {\n defaultProps = element.type.defaultProps;\n }\n\n for (propName in config) {\n if (hasOwnProperty.call(config, propName) && !RESERVED_PROPS.hasOwnProperty(propName)) {\n if (config[propName] === undefined && defaultProps !== undefined) {\n // Resolve default props\n props[propName] = defaultProps[propName];\n } else {\n props[propName] = config[propName];\n }\n }\n }\n } // Children can be more than one argument, and those are transferred onto\n // the newly allocated props object.\n\n\n var childrenLength = arguments.length - 2;\n\n if (childrenLength === 1) {\n props.children = children;\n } else if (childrenLength > 1) {\n var childArray = Array(childrenLength);\n\n for (var i = 0; i < childrenLength; i++) {\n childArray[i] = arguments[i + 2];\n }\n\n props.children = childArray;\n }\n\n return ReactElement(element.type, key, ref, self, source, owner, props);\n}\n/**\n * Verifies the object is a ReactElement.\n * See https://reactjs.org/docs/react-api.html#isvalidelement\n * @param {?object} object\n * @return {boolean} True if `object` is a ReactElement.\n * @final\n */\n\nfunction isValidElement(object) {\n return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;\n}\n\nvar SEPARATOR = '.';\nvar SUBSEPARATOR = ':';\n/**\n * Escape and wrap key so it is safe to use as a reactid\n *\n * @param {string} key to be escaped.\n * @return {string} the escaped key.\n */\n\nfunction escape(key) {\n var escapeRegex = /[=:]/g;\n var escaperLookup = {\n '=': '=0',\n ':': '=2'\n };\n var escapedString = key.replace(escapeRegex, function (match) {\n return escaperLookup[match];\n });\n return '$' + escapedString;\n}\n/**\n * TODO: Test that a single child and an array with one item have the same key\n * pattern.\n */\n\n\nvar didWarnAboutMaps = false;\nvar userProvidedKeyEscapeRegex = /\\/+/g;\n\nfunction escapeUserProvidedKey(text) {\n return text.replace(userProvidedKeyEscapeRegex, '$&/');\n}\n/**\n * Generate a key string that identifies a element within a set.\n *\n * @param {*} element A element that could contain a manual key.\n * @param {number} index Index that is used if a manual key is not provided.\n * @return {string}\n */\n\n\nfunction getElementKey(element, index) {\n // Do some typechecking here since we call this blindly. We want to ensure\n // that we don't block potential future ES APIs.\n if (typeof element === 'object' && element !== null && element.key != null) {\n // Explicit key\n return escape('' + element.key);\n } // Implicit key determined by the index in the set\n\n\n return index.toString(36);\n}\n\nfunction mapIntoArray(children, array, escapedPrefix, nameSoFar, callback) {\n var type = typeof children;\n\n if (type === 'undefined' || type === 'boolean') {\n // All of the above are perceived as null.\n children = null;\n }\n\n var invokeCallback = false;\n\n if (children === null) {\n invokeCallback = true;\n } else {\n switch (type) {\n case 'string':\n case 'number':\n invokeCallback = true;\n break;\n\n case 'object':\n switch (children.$$typeof) {\n case REACT_ELEMENT_TYPE:\n case REACT_PORTAL_TYPE:\n invokeCallback = true;\n }\n\n }\n }\n\n if (invokeCallback) {\n var _child = children;\n var mappedChild = callback(_child); // If it's the only child, treat the name as if it was wrapped in an array\n // so that it's consistent if the number of children grows:\n\n var childKey = nameSoFar === '' ? SEPARATOR + getElementKey(_child, 0) : nameSoFar;\n\n if (Array.isArray(mappedChild)) {\n var escapedChildKey = '';\n\n if (childKey != null) {\n escapedChildKey = escapeUserProvidedKey(childKey) + '/';\n }\n\n mapIntoArray(mappedChild, array, escapedChildKey, '', function (c) {\n return c;\n });\n } else if (mappedChild != null) {\n if (isValidElement(mappedChild)) {\n mappedChild = cloneAndReplaceKey(mappedChild, // Keep both the (mapped) and old keys if they differ, just as\n // traverseAllChildren used to do for objects as children\n escapedPrefix + ( // $FlowFixMe Flow incorrectly thinks React.Portal doesn't have a key\n mappedChild.key && (!_child || _child.key !== mappedChild.key) ? // $FlowFixMe Flow incorrectly thinks existing element's key can be a number\n escapeUserProvidedKey('' + mappedChild.key) + '/' : '') + childKey);\n }\n\n array.push(mappedChild);\n }\n\n return 1;\n }\n\n var child;\n var nextName;\n var subtreeCount = 0; // Count of children found in the current subtree.\n\n var nextNamePrefix = nameSoFar === '' ? SEPARATOR : nameSoFar + SUBSEPARATOR;\n\n if (Array.isArray(children)) {\n for (var i = 0; i < children.length; i++) {\n child = children[i];\n nextName = nextNamePrefix + getElementKey(child, i);\n subtreeCount += mapIntoArray(child, array, escapedPrefix, nextName, callback);\n }\n } else {\n var iteratorFn = getIteratorFn(children);\n\n if (typeof iteratorFn === 'function') {\n var iterableChildren = children;\n\n {\n // Warn about using Maps as children\n if (iteratorFn === iterableChildren.entries) {\n if (!didWarnAboutMaps) {\n warn('Using Maps as children is not supported. ' + 'Use an array of keyed ReactElements instead.');\n }\n\n didWarnAboutMaps = true;\n }\n }\n\n var iterator = iteratorFn.call(iterableChildren);\n var step;\n var ii = 0;\n\n while (!(step = iterator.next()).done) {\n child = step.value;\n nextName = nextNamePrefix + getElementKey(child, ii++);\n subtreeCount += mapIntoArray(child, array, escapedPrefix, nextName, callback);\n }\n } else if (type === 'object') {\n var childrenString = '' + children;\n\n {\n {\n throw Error( \"Objects are not valid as a React child (found: \" + (childrenString === '[object Object]' ? 'object with keys {' + Object.keys(children).join(', ') + '}' : childrenString) + \"). If you meant to render a collection of children, use an array instead.\" );\n }\n }\n }\n }\n\n return subtreeCount;\n}\n\n/**\n * Maps children that are typically specified as `props.children`.\n *\n * See https://reactjs.org/docs/react-api.html#reactchildrenmap\n *\n * The provided mapFunction(child, index) will be called for each\n * leaf child.\n *\n * @param {?*} children Children tree container.\n * @param {function(*, int)} func The map function.\n * @param {*} context Context for mapFunction.\n * @return {object} Object containing the ordered map of results.\n */\nfunction mapChildren(children, func, context) {\n if (children == null) {\n return children;\n }\n\n var result = [];\n var count = 0;\n mapIntoArray(children, result, '', '', function (child) {\n return func.call(context, child, count++);\n });\n return result;\n}\n/**\n * Count the number of children that are typically specified as\n * `props.children`.\n *\n * See https://reactjs.org/docs/react-api.html#reactchildrencount\n *\n * @param {?*} children Children tree container.\n * @return {number} The number of children.\n */\n\n\nfunction countChildren(children) {\n var n = 0;\n mapChildren(children, function () {\n n++; // Don't return anything\n });\n return n;\n}\n\n/**\n * Iterates through children that are typically specified as `props.children`.\n *\n * See https://reactjs.org/docs/react-api.html#reactchildrenforeach\n *\n * The provided forEachFunc(child, index) will be called for each\n * leaf child.\n *\n * @param {?*} children Children tree container.\n * @param {function(*, int)} forEachFunc\n * @param {*} forEachContext Context for forEachContext.\n */\nfunction forEachChildren(children, forEachFunc, forEachContext) {\n mapChildren(children, function () {\n forEachFunc.apply(this, arguments); // Don't return anything.\n }, forEachContext);\n}\n/**\n * Flatten a children object (typically specified as `props.children`) and\n * return an array with appropriately re-keyed children.\n *\n * See https://reactjs.org/docs/react-api.html#reactchildrentoarray\n */\n\n\nfunction toArray(children) {\n return mapChildren(children, function (child) {\n return child;\n }) || [];\n}\n/**\n * Returns the first child in a collection of children and verifies that there\n * is only one child in the collection.\n *\n * See https://reactjs.org/docs/react-api.html#reactchildrenonly\n *\n * The current implementation of this function assumes that a single child gets\n * passed without a wrapper, but the purpose of this helper function is to\n * abstract away the particular structure of children.\n *\n * @param {?object} children Child collection structure.\n * @return {ReactElement} The first and only `ReactElement` contained in the\n * structure.\n */\n\n\nfunction onlyChild(children) {\n if (!isValidElement(children)) {\n {\n throw Error( \"React.Children.only expected to receive a single React element child.\" );\n }\n }\n\n return children;\n}\n\nfunction createContext(defaultValue, calculateChangedBits) {\n if (calculateChangedBits === undefined) {\n calculateChangedBits = null;\n } else {\n {\n if (calculateChangedBits !== null && typeof calculateChangedBits !== 'function') {\n error('createContext: Expected the optional second argument to be a ' + 'function. Instead received: %s', calculateChangedBits);\n }\n }\n }\n\n var context = {\n $$typeof: REACT_CONTEXT_TYPE,\n _calculateChangedBits: calculateChangedBits,\n // As a workaround to support multiple concurrent renderers, we categorize\n // some renderers as primary and others as secondary. We only expect\n // there to be two concurrent renderers at most: React Native (primary) and\n // Fabric (secondary); React DOM (primary) and React ART (secondary).\n // Secondary renderers store their context values on separate fields.\n _currentValue: defaultValue,\n _currentValue2: defaultValue,\n // Used to track how many concurrent renderers this context currently\n // supports within in a single renderer. Such as parallel server rendering.\n _threadCount: 0,\n // These are circular\n Provider: null,\n Consumer: null\n };\n context.Provider = {\n $$typeof: REACT_PROVIDER_TYPE,\n _context: context\n };\n var hasWarnedAboutUsingNestedContextConsumers = false;\n var hasWarnedAboutUsingConsumerProvider = false;\n var hasWarnedAboutDisplayNameOnConsumer = false;\n\n {\n // A separate object, but proxies back to the original context object for\n // backwards compatibility. It has a different $$typeof, so we can properly\n // warn for the incorrect usage of Context as a Consumer.\n var Consumer = {\n $$typeof: REACT_CONTEXT_TYPE,\n _context: context,\n _calculateChangedBits: context._calculateChangedBits\n }; // $FlowFixMe: Flow complains about not setting a value, which is intentional here\n\n Object.defineProperties(Consumer, {\n Provider: {\n get: function () {\n if (!hasWarnedAboutUsingConsumerProvider) {\n hasWarnedAboutUsingConsumerProvider = true;\n\n error('Rendering is not supported and will be removed in ' + 'a future major release. Did you mean to render instead?');\n }\n\n return context.Provider;\n },\n set: function (_Provider) {\n context.Provider = _Provider;\n }\n },\n _currentValue: {\n get: function () {\n return context._currentValue;\n },\n set: function (_currentValue) {\n context._currentValue = _currentValue;\n }\n },\n _currentValue2: {\n get: function () {\n return context._currentValue2;\n },\n set: function (_currentValue2) {\n context._currentValue2 = _currentValue2;\n }\n },\n _threadCount: {\n get: function () {\n return context._threadCount;\n },\n set: function (_threadCount) {\n context._threadCount = _threadCount;\n }\n },\n Consumer: {\n get: function () {\n if (!hasWarnedAboutUsingNestedContextConsumers) {\n hasWarnedAboutUsingNestedContextConsumers = true;\n\n error('Rendering is not supported and will be removed in ' + 'a future major release. Did you mean to render instead?');\n }\n\n return context.Consumer;\n }\n },\n displayName: {\n get: function () {\n return context.displayName;\n },\n set: function (displayName) {\n if (!hasWarnedAboutDisplayNameOnConsumer) {\n warn('Setting `displayName` on Context.Consumer has no effect. ' + \"You should set it directly on the context with Context.displayName = '%s'.\", displayName);\n\n hasWarnedAboutDisplayNameOnConsumer = true;\n }\n }\n }\n }); // $FlowFixMe: Flow complains about missing properties because it doesn't understand defineProperty\n\n context.Consumer = Consumer;\n }\n\n {\n context._currentRenderer = null;\n context._currentRenderer2 = null;\n }\n\n return context;\n}\n\nvar Uninitialized = -1;\nvar Pending = 0;\nvar Resolved = 1;\nvar Rejected = 2;\n\nfunction lazyInitializer(payload) {\n if (payload._status === Uninitialized) {\n var ctor = payload._result;\n var thenable = ctor(); // Transition to the next state.\n\n var pending = payload;\n pending._status = Pending;\n pending._result = thenable;\n thenable.then(function (moduleObject) {\n if (payload._status === Pending) {\n var defaultExport = moduleObject.default;\n\n {\n if (defaultExport === undefined) {\n error('lazy: Expected the result of a dynamic import() call. ' + 'Instead received: %s\\n\\nYour code should look like: \\n ' + // Break up imports to avoid accidentally parsing them as dependencies.\n 'const MyComponent = lazy(() => imp' + \"ort('./MyComponent'))\", moduleObject);\n }\n } // Transition to the next state.\n\n\n var resolved = payload;\n resolved._status = Resolved;\n resolved._result = defaultExport;\n }\n }, function (error) {\n if (payload._status === Pending) {\n // Transition to the next state.\n var rejected = payload;\n rejected._status = Rejected;\n rejected._result = error;\n }\n });\n }\n\n if (payload._status === Resolved) {\n return payload._result;\n } else {\n throw payload._result;\n }\n}\n\nfunction lazy(ctor) {\n var payload = {\n // We use these fields to store the result.\n _status: -1,\n _result: ctor\n };\n var lazyType = {\n $$typeof: REACT_LAZY_TYPE,\n _payload: payload,\n _init: lazyInitializer\n };\n\n {\n // In production, this would just set it on the object.\n var defaultProps;\n var propTypes; // $FlowFixMe\n\n Object.defineProperties(lazyType, {\n defaultProps: {\n configurable: true,\n get: function () {\n return defaultProps;\n },\n set: function (newDefaultProps) {\n error('React.lazy(...): It is not supported to assign `defaultProps` to ' + 'a lazy component import. Either specify them where the component ' + 'is defined, or create a wrapping component around it.');\n\n defaultProps = newDefaultProps; // Match production behavior more closely:\n // $FlowFixMe\n\n Object.defineProperty(lazyType, 'defaultProps', {\n enumerable: true\n });\n }\n },\n propTypes: {\n configurable: true,\n get: function () {\n return propTypes;\n },\n set: function (newPropTypes) {\n error('React.lazy(...): It is not supported to assign `propTypes` to ' + 'a lazy component import. Either specify them where the component ' + 'is defined, or create a wrapping component around it.');\n\n propTypes = newPropTypes; // Match production behavior more closely:\n // $FlowFixMe\n\n Object.defineProperty(lazyType, 'propTypes', {\n enumerable: true\n });\n }\n }\n });\n }\n\n return lazyType;\n}\n\nfunction forwardRef(render) {\n {\n if (render != null && render.$$typeof === REACT_MEMO_TYPE) {\n error('forwardRef requires a render function but received a `memo` ' + 'component. Instead of forwardRef(memo(...)), use ' + 'memo(forwardRef(...)).');\n } else if (typeof render !== 'function') {\n error('forwardRef requires a render function but was given %s.', render === null ? 'null' : typeof render);\n } else {\n if (render.length !== 0 && render.length !== 2) {\n error('forwardRef render functions accept exactly two parameters: props and ref. %s', render.length === 1 ? 'Did you forget to use the ref parameter?' : 'Any additional parameter will be undefined.');\n }\n }\n\n if (render != null) {\n if (render.defaultProps != null || render.propTypes != null) {\n error('forwardRef render functions do not support propTypes or defaultProps. ' + 'Did you accidentally pass a React component?');\n }\n }\n }\n\n var elementType = {\n $$typeof: REACT_FORWARD_REF_TYPE,\n render: render\n };\n\n {\n var ownName;\n Object.defineProperty(elementType, 'displayName', {\n enumerable: false,\n configurable: true,\n get: function () {\n return ownName;\n },\n set: function (name) {\n ownName = name;\n\n if (render.displayName == null) {\n render.displayName = name;\n }\n }\n });\n }\n\n return elementType;\n}\n\n// Filter certain DOM attributes (e.g. src, href) if their values are empty strings.\n\nvar enableScopeAPI = false; // Experimental Create Event Handle API.\n\nfunction isValidElementType(type) {\n if (typeof type === 'string' || typeof type === 'function') {\n return true;\n } // Note: typeof might be other than 'symbol' or 'number' (e.g. if it's a polyfill).\n\n\n if (type === exports.Fragment || type === exports.Profiler || type === REACT_DEBUG_TRACING_MODE_TYPE || type === exports.StrictMode || type === exports.Suspense || type === REACT_SUSPENSE_LIST_TYPE || type === REACT_LEGACY_HIDDEN_TYPE || enableScopeAPI ) {\n return true;\n }\n\n if (typeof type === 'object' && type !== null) {\n if (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_BLOCK_TYPE || type[0] === REACT_SERVER_BLOCK_TYPE) {\n return true;\n }\n }\n\n return false;\n}\n\nfunction memo(type, compare) {\n {\n if (!isValidElementType(type)) {\n error('memo: The first argument must be a component. Instead ' + 'received: %s', type === null ? 'null' : typeof type);\n }\n }\n\n var elementType = {\n $$typeof: REACT_MEMO_TYPE,\n type: type,\n compare: compare === undefined ? null : compare\n };\n\n {\n var ownName;\n Object.defineProperty(elementType, 'displayName', {\n enumerable: false,\n configurable: true,\n get: function () {\n return ownName;\n },\n set: function (name) {\n ownName = name;\n\n if (type.displayName == null) {\n type.displayName = name;\n }\n }\n });\n }\n\n return elementType;\n}\n\nfunction resolveDispatcher() {\n var dispatcher = ReactCurrentDispatcher.current;\n\n if (!(dispatcher !== null)) {\n {\n throw Error( \"Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:\\n1. You might have mismatching versions of React and the renderer (such as React DOM)\\n2. You might be breaking the Rules of Hooks\\n3. You might have more than one copy of React in the same app\\nSee https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.\" );\n }\n }\n\n return dispatcher;\n}\n\nfunction useContext(Context, unstable_observedBits) {\n var dispatcher = resolveDispatcher();\n\n {\n if (unstable_observedBits !== undefined) {\n error('useContext() second argument is reserved for future ' + 'use in React. Passing it is not supported. ' + 'You passed: %s.%s', unstable_observedBits, typeof unstable_observedBits === 'number' && Array.isArray(arguments[2]) ? '\\n\\nDid you call array.map(useContext)? ' + 'Calling Hooks inside a loop is not supported. ' + 'Learn more at https://reactjs.org/link/rules-of-hooks' : '');\n } // TODO: add a more generic warning for invalid values.\n\n\n if (Context._context !== undefined) {\n var realContext = Context._context; // Don't deduplicate because this legitimately causes bugs\n // and nobody should be using this in existing code.\n\n if (realContext.Consumer === Context) {\n error('Calling useContext(Context.Consumer) is not supported, may cause bugs, and will be ' + 'removed in a future major release. Did you mean to call useContext(Context) instead?');\n } else if (realContext.Provider === Context) {\n error('Calling useContext(Context.Provider) is not supported. ' + 'Did you mean to call useContext(Context) instead?');\n }\n }\n }\n\n return dispatcher.useContext(Context, unstable_observedBits);\n}\nfunction useState(initialState) {\n var dispatcher = resolveDispatcher();\n return dispatcher.useState(initialState);\n}\nfunction useReducer(reducer, initialArg, init) {\n var dispatcher = resolveDispatcher();\n return dispatcher.useReducer(reducer, initialArg, init);\n}\nfunction useRef(initialValue) {\n var dispatcher = resolveDispatcher();\n return dispatcher.useRef(initialValue);\n}\nfunction useEffect(create, deps) {\n var dispatcher = resolveDispatcher();\n return dispatcher.useEffect(create, deps);\n}\nfunction useLayoutEffect(create, deps) {\n var dispatcher = resolveDispatcher();\n return dispatcher.useLayoutEffect(create, deps);\n}\nfunction useCallback(callback, deps) {\n var dispatcher = resolveDispatcher();\n return dispatcher.useCallback(callback, deps);\n}\nfunction useMemo(create, deps) {\n var dispatcher = resolveDispatcher();\n return dispatcher.useMemo(create, deps);\n}\nfunction useImperativeHandle(ref, create, deps) {\n var dispatcher = resolveDispatcher();\n return dispatcher.useImperativeHandle(ref, create, deps);\n}\nfunction useDebugValue(value, formatterFn) {\n {\n var dispatcher = resolveDispatcher();\n return dispatcher.useDebugValue(value, formatterFn);\n }\n}\n\n// Helpers to patch console.logs to avoid logging during side-effect free\n// replaying on render function. This currently only patches the object\n// lazily which won't cover if the log function was extracted eagerly.\n// We could also eagerly patch the method.\nvar disabledDepth = 0;\nvar prevLog;\nvar prevInfo;\nvar prevWarn;\nvar prevError;\nvar prevGroup;\nvar prevGroupCollapsed;\nvar prevGroupEnd;\n\nfunction disabledLog() {}\n\ndisabledLog.__reactDisabledLog = true;\nfunction disableLogs() {\n {\n if (disabledDepth === 0) {\n /* eslint-disable react-internal/no-production-logging */\n prevLog = console.log;\n prevInfo = console.info;\n prevWarn = console.warn;\n prevError = console.error;\n prevGroup = console.group;\n prevGroupCollapsed = console.groupCollapsed;\n prevGroupEnd = console.groupEnd; // https://github.com/facebook/react/issues/19099\n\n var props = {\n configurable: true,\n enumerable: true,\n value: disabledLog,\n writable: true\n }; // $FlowFixMe Flow thinks console is immutable.\n\n Object.defineProperties(console, {\n info: props,\n log: props,\n warn: props,\n error: props,\n group: props,\n groupCollapsed: props,\n groupEnd: props\n });\n /* eslint-enable react-internal/no-production-logging */\n }\n\n disabledDepth++;\n }\n}\nfunction reenableLogs() {\n {\n disabledDepth--;\n\n if (disabledDepth === 0) {\n /* eslint-disable react-internal/no-production-logging */\n var props = {\n configurable: true,\n enumerable: true,\n writable: true\n }; // $FlowFixMe Flow thinks console is immutable.\n\n Object.defineProperties(console, {\n log: _assign({}, props, {\n value: prevLog\n }),\n info: _assign({}, props, {\n value: prevInfo\n }),\n warn: _assign({}, props, {\n value: prevWarn\n }),\n error: _assign({}, props, {\n value: prevError\n }),\n group: _assign({}, props, {\n value: prevGroup\n }),\n groupCollapsed: _assign({}, props, {\n value: prevGroupCollapsed\n }),\n groupEnd: _assign({}, props, {\n value: prevGroupEnd\n })\n });\n /* eslint-enable react-internal/no-production-logging */\n }\n\n if (disabledDepth < 0) {\n error('disabledDepth fell below zero. ' + 'This is a bug in React. Please file an issue.');\n }\n }\n}\n\nvar ReactCurrentDispatcher$1 = ReactSharedInternals.ReactCurrentDispatcher;\nvar prefix;\nfunction describeBuiltInComponentFrame(name, source, ownerFn) {\n {\n if (prefix === undefined) {\n // Extract the VM specific prefix used by each line.\n try {\n throw Error();\n } catch (x) {\n var match = x.stack.trim().match(/\\n( *(at )?)/);\n prefix = match && match[1] || '';\n }\n } // We use the prefix to ensure our stacks line up with native stack frames.\n\n\n return '\\n' + prefix + name;\n }\n}\nvar reentry = false;\nvar componentFrameCache;\n\n{\n var PossiblyWeakMap = typeof WeakMap === 'function' ? WeakMap : Map;\n componentFrameCache = new PossiblyWeakMap();\n}\n\nfunction describeNativeComponentFrame(fn, construct) {\n // If something asked for a stack inside a fake render, it should get ignored.\n if (!fn || reentry) {\n return '';\n }\n\n {\n var frame = componentFrameCache.get(fn);\n\n if (frame !== undefined) {\n return frame;\n }\n }\n\n var control;\n reentry = true;\n var previousPrepareStackTrace = Error.prepareStackTrace; // $FlowFixMe It does accept undefined.\n\n Error.prepareStackTrace = undefined;\n var previousDispatcher;\n\n {\n previousDispatcher = ReactCurrentDispatcher$1.current; // Set the dispatcher in DEV because this might be call in the render function\n // for warnings.\n\n ReactCurrentDispatcher$1.current = null;\n disableLogs();\n }\n\n try {\n // This should throw.\n if (construct) {\n // Something should be setting the props in the constructor.\n var Fake = function () {\n throw Error();\n }; // $FlowFixMe\n\n\n Object.defineProperty(Fake.prototype, 'props', {\n set: function () {\n // We use a throwing setter instead of frozen or non-writable props\n // because that won't throw in a non-strict mode function.\n throw Error();\n }\n });\n\n if (typeof Reflect === 'object' && Reflect.construct) {\n // We construct a different control for this case to include any extra\n // frames added by the construct call.\n try {\n Reflect.construct(Fake, []);\n } catch (x) {\n control = x;\n }\n\n Reflect.construct(fn, [], Fake);\n } else {\n try {\n Fake.call();\n } catch (x) {\n control = x;\n }\n\n fn.call(Fake.prototype);\n }\n } else {\n try {\n throw Error();\n } catch (x) {\n control = x;\n }\n\n fn();\n }\n } catch (sample) {\n // This is inlined manually because closure doesn't do it for us.\n if (sample && control && typeof sample.stack === 'string') {\n // This extracts the first frame from the sample that isn't also in the control.\n // Skipping one frame that we assume is the frame that calls the two.\n var sampleLines = sample.stack.split('\\n');\n var controlLines = control.stack.split('\\n');\n var s = sampleLines.length - 1;\n var c = controlLines.length - 1;\n\n while (s >= 1 && c >= 0 && sampleLines[s] !== controlLines[c]) {\n // We expect at least one stack frame to be shared.\n // Typically this will be the root most one. However, stack frames may be\n // cut off due to maximum stack limits. In this case, one maybe cut off\n // earlier than the other. We assume that the sample is longer or the same\n // and there for cut off earlier. So we should find the root most frame in\n // the sample somewhere in the control.\n c--;\n }\n\n for (; s >= 1 && c >= 0; s--, c--) {\n // Next we find the first one that isn't the same which should be the\n // frame that called our sample function and the control.\n if (sampleLines[s] !== controlLines[c]) {\n // In V8, the first line is describing the message but other VMs don't.\n // If we're about to return the first line, and the control is also on the same\n // line, that's a pretty good indicator that our sample threw at same line as\n // the control. I.e. before we entered the sample frame. So we ignore this result.\n // This can happen if you passed a class to function component, or non-function.\n if (s !== 1 || c !== 1) {\n do {\n s--;\n c--; // We may still have similar intermediate frames from the construct call.\n // The next one that isn't the same should be our match though.\n\n if (c < 0 || sampleLines[s] !== controlLines[c]) {\n // V8 adds a \"new\" prefix for native classes. Let's remove it to make it prettier.\n var _frame = '\\n' + sampleLines[s].replace(' at new ', ' at ');\n\n {\n if (typeof fn === 'function') {\n componentFrameCache.set(fn, _frame);\n }\n } // Return the line we found.\n\n\n return _frame;\n }\n } while (s >= 1 && c >= 0);\n }\n\n break;\n }\n }\n }\n } finally {\n reentry = false;\n\n {\n ReactCurrentDispatcher$1.current = previousDispatcher;\n reenableLogs();\n }\n\n Error.prepareStackTrace = previousPrepareStackTrace;\n } // Fallback to just using the name if we couldn't make it throw.\n\n\n var name = fn ? fn.displayName || fn.name : '';\n var syntheticFrame = name ? describeBuiltInComponentFrame(name) : '';\n\n {\n if (typeof fn === 'function') {\n componentFrameCache.set(fn, syntheticFrame);\n }\n }\n\n return syntheticFrame;\n}\nfunction describeFunctionComponentFrame(fn, source, ownerFn) {\n {\n return describeNativeComponentFrame(fn, false);\n }\n}\n\nfunction shouldConstruct(Component) {\n var prototype = Component.prototype;\n return !!(prototype && prototype.isReactComponent);\n}\n\nfunction describeUnknownElementTypeFrameInDEV(type, source, ownerFn) {\n\n if (type == null) {\n return '';\n }\n\n if (typeof type === 'function') {\n {\n return describeNativeComponentFrame(type, shouldConstruct(type));\n }\n }\n\n if (typeof type === 'string') {\n return describeBuiltInComponentFrame(type);\n }\n\n switch (type) {\n case exports.Suspense:\n return describeBuiltInComponentFrame('Suspense');\n\n case REACT_SUSPENSE_LIST_TYPE:\n return describeBuiltInComponentFrame('SuspenseList');\n }\n\n if (typeof type === 'object') {\n switch (type.$$typeof) {\n case REACT_FORWARD_REF_TYPE:\n return describeFunctionComponentFrame(type.render);\n\n case REACT_MEMO_TYPE:\n // Memo may contain any component type so we recursively resolve it.\n return describeUnknownElementTypeFrameInDEV(type.type, source, ownerFn);\n\n case REACT_BLOCK_TYPE:\n return describeFunctionComponentFrame(type._render);\n\n case REACT_LAZY_TYPE:\n {\n var lazyComponent = type;\n var payload = lazyComponent._payload;\n var init = lazyComponent._init;\n\n try {\n // Lazy may contain any component type so we recursively resolve it.\n return describeUnknownElementTypeFrameInDEV(init(payload), source, ownerFn);\n } catch (x) {}\n }\n }\n }\n\n return '';\n}\n\nvar loggedTypeFailures = {};\nvar ReactDebugCurrentFrame$1 = ReactSharedInternals.ReactDebugCurrentFrame;\n\nfunction setCurrentlyValidatingElement(element) {\n {\n if (element) {\n var owner = element._owner;\n var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);\n ReactDebugCurrentFrame$1.setExtraStackFrame(stack);\n } else {\n ReactDebugCurrentFrame$1.setExtraStackFrame(null);\n }\n }\n}\n\nfunction checkPropTypes(typeSpecs, values, location, componentName, element) {\n {\n // $FlowFixMe This is okay but Flow doesn't know it.\n var has = Function.call.bind(Object.prototype.hasOwnProperty);\n\n for (var typeSpecName in typeSpecs) {\n if (has(typeSpecs, typeSpecName)) {\n var error$1 = void 0; // Prop type validation may throw. In case they do, we don't want to\n // fail the render phase where it didn't fail before. So we log it.\n // After these have been cleaned up, we'll let them throw.\n\n try {\n // This is intentionally an invariant that gets caught. It's the same\n // behavior as without this statement except with a better message.\n if (typeof typeSpecs[typeSpecName] !== 'function') {\n var err = Error((componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' + 'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.' + 'This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.');\n err.name = 'Invariant Violation';\n throw err;\n }\n\n error$1 = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED');\n } catch (ex) {\n error$1 = ex;\n }\n\n if (error$1 && !(error$1 instanceof Error)) {\n setCurrentlyValidatingElement(element);\n\n error('%s: type specification of %s' + ' `%s` is invalid; the type checker ' + 'function must return `null` or an `Error` but returned a %s. ' + 'You may have forgotten to pass an argument to the type checker ' + 'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' + 'shape all require an argument).', componentName || 'React class', location, typeSpecName, typeof error$1);\n\n setCurrentlyValidatingElement(null);\n }\n\n if (error$1 instanceof Error && !(error$1.message in loggedTypeFailures)) {\n // Only monitor this failure once because there tends to be a lot of the\n // same error.\n loggedTypeFailures[error$1.message] = true;\n setCurrentlyValidatingElement(element);\n\n error('Failed %s type: %s', location, error$1.message);\n\n setCurrentlyValidatingElement(null);\n }\n }\n }\n }\n}\n\nfunction setCurrentlyValidatingElement$1(element) {\n {\n if (element) {\n var owner = element._owner;\n var stack = describeUnknownElementTypeFrameInDEV(element.type, element._source, owner ? owner.type : null);\n setExtraStackFrame(stack);\n } else {\n setExtraStackFrame(null);\n }\n }\n}\n\nvar propTypesMisspellWarningShown;\n\n{\n propTypesMisspellWarningShown = false;\n}\n\nfunction getDeclarationErrorAddendum() {\n if (ReactCurrentOwner.current) {\n var name = getComponentName(ReactCurrentOwner.current.type);\n\n if (name) {\n return '\\n\\nCheck the render method of `' + name + '`.';\n }\n }\n\n return '';\n}\n\nfunction getSourceInfoErrorAddendum(source) {\n if (source !== undefined) {\n var fileName = source.fileName.replace(/^.*[\\\\\\/]/, '');\n var lineNumber = source.lineNumber;\n return '\\n\\nCheck your code at ' + fileName + ':' + lineNumber + '.';\n }\n\n return '';\n}\n\nfunction getSourceInfoErrorAddendumForProps(elementProps) {\n if (elementProps !== null && elementProps !== undefined) {\n return getSourceInfoErrorAddendum(elementProps.__source);\n }\n\n return '';\n}\n/**\n * Warn if there's no key explicitly set on dynamic arrays of children or\n * object keys are not valid. This allows us to keep track of children between\n * updates.\n */\n\n\nvar ownerHasKeyUseWarning = {};\n\nfunction getCurrentComponentErrorInfo(parentType) {\n var info = getDeclarationErrorAddendum();\n\n if (!info) {\n var parentName = typeof parentType === 'string' ? parentType : parentType.displayName || parentType.name;\n\n if (parentName) {\n info = \"\\n\\nCheck the top-level render call using <\" + parentName + \">.\";\n }\n }\n\n return info;\n}\n/**\n * Warn if the element doesn't have an explicit key assigned to it.\n * This element is in an array. The array could grow and shrink or be\n * reordered. All children that haven't already been validated are required to\n * have a \"key\" property assigned to it. Error statuses are cached so a warning\n * will only be shown once.\n *\n * @internal\n * @param {ReactElement} element Element that requires a key.\n * @param {*} parentType element's parent's type.\n */\n\n\nfunction validateExplicitKey(element, parentType) {\n if (!element._store || element._store.validated || element.key != null) {\n return;\n }\n\n element._store.validated = true;\n var currentComponentErrorInfo = getCurrentComponentErrorInfo(parentType);\n\n if (ownerHasKeyUseWarning[currentComponentErrorInfo]) {\n return;\n }\n\n ownerHasKeyUseWarning[currentComponentErrorInfo] = true; // Usually the current owner is the offender, but if it accepts children as a\n // property, it may be the creator of the child that's responsible for\n // assigning it a key.\n\n var childOwner = '';\n\n if (element && element._owner && element._owner !== ReactCurrentOwner.current) {\n // Give the component that originally created this child.\n childOwner = \" It was passed a child from \" + getComponentName(element._owner.type) + \".\";\n }\n\n {\n setCurrentlyValidatingElement$1(element);\n\n error('Each child in a list should have a unique \"key\" prop.' + '%s%s See https://reactjs.org/link/warning-keys for more information.', currentComponentErrorInfo, childOwner);\n\n setCurrentlyValidatingElement$1(null);\n }\n}\n/**\n * Ensure that every element either is passed in a static location, in an\n * array with an explicit keys property defined, or in an object literal\n * with valid key property.\n *\n * @internal\n * @param {ReactNode} node Statically passed child of any type.\n * @param {*} parentType node's parent's type.\n */\n\n\nfunction validateChildKeys(node, parentType) {\n if (typeof node !== 'object') {\n return;\n }\n\n if (Array.isArray(node)) {\n for (var i = 0; i < node.length; i++) {\n var child = node[i];\n\n if (isValidElement(child)) {\n validateExplicitKey(child, parentType);\n }\n }\n } else if (isValidElement(node)) {\n // This element was passed in a valid location.\n if (node._store) {\n node._store.validated = true;\n }\n } else if (node) {\n var iteratorFn = getIteratorFn(node);\n\n if (typeof iteratorFn === 'function') {\n // Entry iterators used to provide implicit keys,\n // but now we print a separate warning for them later.\n if (iteratorFn !== node.entries) {\n var iterator = iteratorFn.call(node);\n var step;\n\n while (!(step = iterator.next()).done) {\n if (isValidElement(step.value)) {\n validateExplicitKey(step.value, parentType);\n }\n }\n }\n }\n }\n}\n/**\n * Given an element, validate that its props follow the propTypes definition,\n * provided by the type.\n *\n * @param {ReactElement} element\n */\n\n\nfunction validatePropTypes(element) {\n {\n var type = element.type;\n\n if (type === null || type === undefined || typeof type === 'string') {\n return;\n }\n\n var propTypes;\n\n if (typeof type === 'function') {\n propTypes = type.propTypes;\n } else if (typeof type === 'object' && (type.$$typeof === REACT_FORWARD_REF_TYPE || // Note: Memo only checks outer props here.\n // Inner props are checked in the reconciler.\n type.$$typeof === REACT_MEMO_TYPE)) {\n propTypes = type.propTypes;\n } else {\n return;\n }\n\n if (propTypes) {\n // Intentionally inside to avoid triggering lazy initializers:\n var name = getComponentName(type);\n checkPropTypes(propTypes, element.props, 'prop', name, element);\n } else if (type.PropTypes !== undefined && !propTypesMisspellWarningShown) {\n propTypesMisspellWarningShown = true; // Intentionally inside to avoid triggering lazy initializers:\n\n var _name = getComponentName(type);\n\n error('Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?', _name || 'Unknown');\n }\n\n if (typeof type.getDefaultProps === 'function' && !type.getDefaultProps.isReactClassApproved) {\n error('getDefaultProps is only used on classic React.createClass ' + 'definitions. Use a static property named `defaultProps` instead.');\n }\n }\n}\n/**\n * Given a fragment, validate that it can only be provided with fragment props\n * @param {ReactElement} fragment\n */\n\n\nfunction validateFragmentProps(fragment) {\n {\n var keys = Object.keys(fragment.props);\n\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n\n if (key !== 'children' && key !== 'key') {\n setCurrentlyValidatingElement$1(fragment);\n\n error('Invalid prop `%s` supplied to `React.Fragment`. ' + 'React.Fragment can only have `key` and `children` props.', key);\n\n setCurrentlyValidatingElement$1(null);\n break;\n }\n }\n\n if (fragment.ref !== null) {\n setCurrentlyValidatingElement$1(fragment);\n\n error('Invalid attribute `ref` supplied to `React.Fragment`.');\n\n setCurrentlyValidatingElement$1(null);\n }\n }\n}\nfunction createElementWithValidation(type, props, children) {\n var validType = isValidElementType(type); // We warn in this case but don't throw. We expect the element creation to\n // succeed and there will likely be errors in render.\n\n if (!validType) {\n var info = '';\n\n if (type === undefined || typeof type === 'object' && type !== null && Object.keys(type).length === 0) {\n info += ' You likely forgot to export your component from the file ' + \"it's defined in, or you might have mixed up default and named imports.\";\n }\n\n var sourceInfo = getSourceInfoErrorAddendumForProps(props);\n\n if (sourceInfo) {\n info += sourceInfo;\n } else {\n info += getDeclarationErrorAddendum();\n }\n\n var typeString;\n\n if (type === null) {\n typeString = 'null';\n } else if (Array.isArray(type)) {\n typeString = 'array';\n } else if (type !== undefined && type.$$typeof === REACT_ELEMENT_TYPE) {\n typeString = \"<\" + (getComponentName(type.type) || 'Unknown') + \" />\";\n info = ' Did you accidentally export a JSX literal instead of a component?';\n } else {\n typeString = typeof type;\n }\n\n {\n error('React.createElement: type is invalid -- expected a string (for ' + 'built-in components) or a class/function (for composite ' + 'components) but got: %s.%s', typeString, info);\n }\n }\n\n var element = createElement.apply(this, arguments); // The result can be nullish if a mock or a custom function is used.\n // TODO: Drop this when these are no longer allowed as the type argument.\n\n if (element == null) {\n return element;\n } // Skip key warning if the type isn't valid since our key validation logic\n // doesn't expect a non-string/function type and can throw confusing errors.\n // We don't want exception behavior to differ between dev and prod.\n // (Rendering will throw with a helpful message and as soon as the type is\n // fixed, the key warnings will appear.)\n\n\n if (validType) {\n for (var i = 2; i < arguments.length; i++) {\n validateChildKeys(arguments[i], type);\n }\n }\n\n if (type === exports.Fragment) {\n validateFragmentProps(element);\n } else {\n validatePropTypes(element);\n }\n\n return element;\n}\nvar didWarnAboutDeprecatedCreateFactory = false;\nfunction createFactoryWithValidation(type) {\n var validatedFactory = createElementWithValidation.bind(null, type);\n validatedFactory.type = type;\n\n {\n if (!didWarnAboutDeprecatedCreateFactory) {\n didWarnAboutDeprecatedCreateFactory = true;\n\n warn('React.createFactory() is deprecated and will be removed in ' + 'a future major release. Consider using JSX ' + 'or use React.createElement() directly instead.');\n } // Legacy hook: remove it\n\n\n Object.defineProperty(validatedFactory, 'type', {\n enumerable: false,\n get: function () {\n warn('Factory.type is deprecated. Access the class directly ' + 'before passing it to createFactory.');\n\n Object.defineProperty(this, 'type', {\n value: type\n });\n return type;\n }\n });\n }\n\n return validatedFactory;\n}\nfunction cloneElementWithValidation(element, props, children) {\n var newElement = cloneElement.apply(this, arguments);\n\n for (var i = 2; i < arguments.length; i++) {\n validateChildKeys(arguments[i], newElement.type);\n }\n\n validatePropTypes(newElement);\n return newElement;\n}\n\n{\n\n try {\n var frozenObject = Object.freeze({});\n /* eslint-disable no-new */\n\n new Map([[frozenObject, null]]);\n new Set([frozenObject]);\n /* eslint-enable no-new */\n } catch (e) {\n }\n}\n\nvar createElement$1 = createElementWithValidation ;\nvar cloneElement$1 = cloneElementWithValidation ;\nvar createFactory = createFactoryWithValidation ;\nvar Children = {\n map: mapChildren,\n forEach: forEachChildren,\n count: countChildren,\n toArray: toArray,\n only: onlyChild\n};\n\nexports.Children = Children;\nexports.Component = Component;\nexports.PureComponent = PureComponent;\nexports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = ReactSharedInternals;\nexports.cloneElement = cloneElement$1;\nexports.createContext = createContext;\nexports.createElement = createElement$1;\nexports.createFactory = createFactory;\nexports.createRef = createRef;\nexports.forwardRef = forwardRef;\nexports.isValidElement = isValidElement;\nexports.lazy = lazy;\nexports.memo = memo;\nexports.useCallback = useCallback;\nexports.useContext = useContext;\nexports.useDebugValue = useDebugValue;\nexports.useEffect = useEffect;\nexports.useImperativeHandle = useImperativeHandle;\nexports.useLayoutEffect = useLayoutEffect;\nexports.useMemo = useMemo;\nexports.useReducer = useReducer;\nexports.useRef = useRef;\nexports.useState = useState;\nexports.version = ReactVersion;\n })();\n}\n","/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/\n\n'use strict';\n/* eslint-disable no-unused-vars */\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\n\nfunction toObject(val) {\n\tif (val === null || val === undefined) {\n\t\tthrow new TypeError('Object.assign cannot be called with null or undefined');\n\t}\n\n\treturn Object(val);\n}\n\nfunction shouldUseNative() {\n\ttry {\n\t\tif (!Object.assign) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Detect buggy property enumeration order in older V8 versions.\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\n\t\tvar test1 = new String('abc'); // eslint-disable-line no-new-wrappers\n\t\ttest1[5] = 'de';\n\t\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test2 = {};\n\t\tfor (var i = 0; i < 10; i++) {\n\t\t\ttest2['_' + String.fromCharCode(i)] = i;\n\t\t}\n\t\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\n\t\t\treturn test2[n];\n\t\t});\n\t\tif (order2.join('') !== '0123456789') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test3 = {};\n\t\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\n\t\t\ttest3[letter] = letter;\n\t\t});\n\t\tif (Object.keys(Object.assign({}, test3)).join('') !==\n\t\t\t\t'abcdefghijklmnopqrst') {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t} catch (err) {\n\t\t// We don't expect any of the above to throw, but better to be safe.\n\t\treturn false;\n\t}\n}\n\nmodule.exports = shouldUseNative() ? Object.assign : function (target, source) {\n\tvar from;\n\tvar to = toObject(target);\n\tvar symbols;\n\n\tfor (var s = 1; s < arguments.length; s++) {\n\t\tfrom = Object(arguments[s]);\n\n\t\tfor (var key in from) {\n\t\t\tif (hasOwnProperty.call(from, key)) {\n\t\t\t\tto[key] = from[key];\n\t\t\t}\n\t\t}\n\n\t\tif (getOwnPropertySymbols) {\n\t\t\tsymbols = getOwnPropertySymbols(from);\n\t\t\tfor (var i = 0; i < symbols.length; i++) {\n\t\t\t\tif (propIsEnumerable.call(from, symbols[i])) {\n\t\t\t\t\tto[symbols[i]] = from[symbols[i]];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn to;\n};\n","'use strict';\n\nfunction checkDCE() {\n /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */\n if (\n typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ === 'undefined' ||\n typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE !== 'function'\n ) {\n return;\n }\n if (process.env.NODE_ENV !== 'production') {\n // This branch is unreachable because this function is only called\n // in production, but the condition is true only in development.\n // Therefore if the branch is still here, dead code elimination wasn't\n // properly applied.\n // Don't change the message. React DevTools relies on it. Also make sure\n // this message doesn't occur elsewhere in this function, or it will cause\n // a false positive.\n throw new Error('^_^');\n }\n try {\n // Verify that the code above has been dead code eliminated (DCE'd).\n __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(checkDCE);\n } catch (err) {\n // DevTools shouldn't crash React, no matter what.\n // We should still report in case we break this code.\n console.error(err);\n }\n}\n\nif (process.env.NODE_ENV === 'production') {\n // DCE check should happen before ReactDOM bundle executes so that\n // DevTools can report bad minification during injection.\n checkDCE();\n module.exports = require('./cjs/react-dom.production.min.js');\n} else {\n module.exports = require('./cjs/react-dom.development.js');\n}\n","/** @license React v17.0.2\n * react-dom.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use strict';\n\nvar React = require('react');\nvar _assign = require('object-assign');\nvar Scheduler = require('scheduler');\nvar tracing = require('scheduler/tracing');\n\nvar ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;\n\n// by calls to these methods by a Babel plugin.\n//\n// In PROD (or in packages without access to React internals),\n// they are left as they are instead.\n\nfunction warn(format) {\n {\n for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n args[_key - 1] = arguments[_key];\n }\n\n printWarning('warn', format, args);\n }\n}\nfunction error(format) {\n {\n for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {\n args[_key2 - 1] = arguments[_key2];\n }\n\n printWarning('error', format, args);\n }\n}\n\nfunction printWarning(level, format, args) {\n // When changing this logic, you might want to also\n // update consoleWithStackDev.www.js as well.\n {\n var ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;\n var stack = ReactDebugCurrentFrame.getStackAddendum();\n\n if (stack !== '') {\n format += '%s';\n args = args.concat([stack]);\n }\n\n var argsWithFormat = args.map(function (item) {\n return '' + item;\n }); // Careful: RN currently depends on this prefix\n\n argsWithFormat.unshift('Warning: ' + format); // We intentionally don't use spread (or .apply) directly because it\n // breaks IE9: https://github.com/facebook/react/issues/13610\n // eslint-disable-next-line react-internal/no-production-logging\n\n Function.prototype.apply.call(console[level], console, argsWithFormat);\n }\n}\n\nif (!React) {\n {\n throw Error( \"ReactDOM was loaded before React. Make sure you load the React package before loading ReactDOM.\" );\n }\n}\n\nvar FunctionComponent = 0;\nvar ClassComponent = 1;\nvar IndeterminateComponent = 2; // Before we know whether it is function or class\n\nvar HostRoot = 3; // Root of a host tree. Could be nested inside another node.\n\nvar HostPortal = 4; // A subtree. Could be an entry point to a different renderer.\n\nvar HostComponent = 5;\nvar HostText = 6;\nvar Fragment = 7;\nvar Mode = 8;\nvar ContextConsumer = 9;\nvar ContextProvider = 10;\nvar ForwardRef = 11;\nvar Profiler = 12;\nvar SuspenseComponent = 13;\nvar MemoComponent = 14;\nvar SimpleMemoComponent = 15;\nvar LazyComponent = 16;\nvar IncompleteClassComponent = 17;\nvar DehydratedFragment = 18;\nvar SuspenseListComponent = 19;\nvar FundamentalComponent = 20;\nvar ScopeComponent = 21;\nvar Block = 22;\nvar OffscreenComponent = 23;\nvar LegacyHiddenComponent = 24;\n\n// Filter certain DOM attributes (e.g. src, href) if their values are empty strings.\n\nvar enableProfilerTimer = true; // Record durations for commit and passive effects phases.\n\nvar enableFundamentalAPI = false; // Experimental Scope support.\nvar enableNewReconciler = false; // Errors that are thrown while unmounting (or after in the case of passive effects)\nvar warnAboutStringRefs = false;\n\nvar allNativeEvents = new Set();\n/**\n * Mapping from registration name to event name\n */\n\n\nvar registrationNameDependencies = {};\n/**\n * Mapping from lowercase registration names to the properly cased version,\n * used to warn in the case of missing event handlers. Available\n * only in true.\n * @type {Object}\n */\n\nvar possibleRegistrationNames = {} ; // Trust the developer to only use possibleRegistrationNames in true\n\nfunction registerTwoPhaseEvent(registrationName, dependencies) {\n registerDirectEvent(registrationName, dependencies);\n registerDirectEvent(registrationName + 'Capture', dependencies);\n}\nfunction registerDirectEvent(registrationName, dependencies) {\n {\n if (registrationNameDependencies[registrationName]) {\n error('EventRegistry: More than one plugin attempted to publish the same ' + 'registration name, `%s`.', registrationName);\n }\n }\n\n registrationNameDependencies[registrationName] = dependencies;\n\n {\n var lowerCasedName = registrationName.toLowerCase();\n possibleRegistrationNames[lowerCasedName] = registrationName;\n\n if (registrationName === 'onDoubleClick') {\n possibleRegistrationNames.ondblclick = registrationName;\n }\n }\n\n for (var i = 0; i < dependencies.length; i++) {\n allNativeEvents.add(dependencies[i]);\n }\n}\n\nvar canUseDOM = !!(typeof window !== 'undefined' && typeof window.document !== 'undefined' && typeof window.document.createElement !== 'undefined');\n\n// A reserved attribute.\n// It is handled by React separately and shouldn't be written to the DOM.\nvar RESERVED = 0; // A simple string attribute.\n// Attributes that aren't in the filter are presumed to have this type.\n\nvar STRING = 1; // A string attribute that accepts booleans in React. In HTML, these are called\n// \"enumerated\" attributes with \"true\" and \"false\" as possible values.\n// When true, it should be set to a \"true\" string.\n// When false, it should be set to a \"false\" string.\n\nvar BOOLEANISH_STRING = 2; // A real boolean attribute.\n// When true, it should be present (set either to an empty string or its name).\n// When false, it should be omitted.\n\nvar BOOLEAN = 3; // An attribute that can be used as a flag as well as with a value.\n// When true, it should be present (set either to an empty string or its name).\n// When false, it should be omitted.\n// For any other value, should be present with that value.\n\nvar OVERLOADED_BOOLEAN = 4; // An attribute that must be numeric or parse as a numeric.\n// When falsy, it should be removed.\n\nvar NUMERIC = 5; // An attribute that must be positive numeric or parse as a positive numeric.\n// When falsy, it should be removed.\n\nvar POSITIVE_NUMERIC = 6;\n\n/* eslint-disable max-len */\nvar ATTRIBUTE_NAME_START_CHAR = \":A-Z_a-z\\\\u00C0-\\\\u00D6\\\\u00D8-\\\\u00F6\\\\u00F8-\\\\u02FF\\\\u0370-\\\\u037D\\\\u037F-\\\\u1FFF\\\\u200C-\\\\u200D\\\\u2070-\\\\u218F\\\\u2C00-\\\\u2FEF\\\\u3001-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFFD\";\n/* eslint-enable max-len */\n\nvar ATTRIBUTE_NAME_CHAR = ATTRIBUTE_NAME_START_CHAR + \"\\\\-.0-9\\\\u00B7\\\\u0300-\\\\u036F\\\\u203F-\\\\u2040\";\nvar ROOT_ATTRIBUTE_NAME = 'data-reactroot';\nvar VALID_ATTRIBUTE_NAME_REGEX = new RegExp('^[' + ATTRIBUTE_NAME_START_CHAR + '][' + ATTRIBUTE_NAME_CHAR + ']*$');\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar illegalAttributeNameCache = {};\nvar validatedAttributeNameCache = {};\nfunction isAttributeNameSafe(attributeName) {\n if (hasOwnProperty.call(validatedAttributeNameCache, attributeName)) {\n return true;\n }\n\n if (hasOwnProperty.call(illegalAttributeNameCache, attributeName)) {\n return false;\n }\n\n if (VALID_ATTRIBUTE_NAME_REGEX.test(attributeName)) {\n validatedAttributeNameCache[attributeName] = true;\n return true;\n }\n\n illegalAttributeNameCache[attributeName] = true;\n\n {\n error('Invalid attribute name: `%s`', attributeName);\n }\n\n return false;\n}\nfunction shouldIgnoreAttribute(name, propertyInfo, isCustomComponentTag) {\n if (propertyInfo !== null) {\n return propertyInfo.type === RESERVED;\n }\n\n if (isCustomComponentTag) {\n return false;\n }\n\n if (name.length > 2 && (name[0] === 'o' || name[0] === 'O') && (name[1] === 'n' || name[1] === 'N')) {\n return true;\n }\n\n return false;\n}\nfunction shouldRemoveAttributeWithWarning(name, value, propertyInfo, isCustomComponentTag) {\n if (propertyInfo !== null && propertyInfo.type === RESERVED) {\n return false;\n }\n\n switch (typeof value) {\n case 'function': // $FlowIssue symbol is perfectly valid here\n\n case 'symbol':\n // eslint-disable-line\n return true;\n\n case 'boolean':\n {\n if (isCustomComponentTag) {\n return false;\n }\n\n if (propertyInfo !== null) {\n return !propertyInfo.acceptsBooleans;\n } else {\n var prefix = name.toLowerCase().slice(0, 5);\n return prefix !== 'data-' && prefix !== 'aria-';\n }\n }\n\n default:\n return false;\n }\n}\nfunction shouldRemoveAttribute(name, value, propertyInfo, isCustomComponentTag) {\n if (value === null || typeof value === 'undefined') {\n return true;\n }\n\n if (shouldRemoveAttributeWithWarning(name, value, propertyInfo, isCustomComponentTag)) {\n return true;\n }\n\n if (isCustomComponentTag) {\n return false;\n }\n\n if (propertyInfo !== null) {\n\n switch (propertyInfo.type) {\n case BOOLEAN:\n return !value;\n\n case OVERLOADED_BOOLEAN:\n return value === false;\n\n case NUMERIC:\n return isNaN(value);\n\n case POSITIVE_NUMERIC:\n return isNaN(value) || value < 1;\n }\n }\n\n return false;\n}\nfunction getPropertyInfo(name) {\n return properties.hasOwnProperty(name) ? properties[name] : null;\n}\n\nfunction PropertyInfoRecord(name, type, mustUseProperty, attributeName, attributeNamespace, sanitizeURL, removeEmptyString) {\n this.acceptsBooleans = type === BOOLEANISH_STRING || type === BOOLEAN || type === OVERLOADED_BOOLEAN;\n this.attributeName = attributeName;\n this.attributeNamespace = attributeNamespace;\n this.mustUseProperty = mustUseProperty;\n this.propertyName = name;\n this.type = type;\n this.sanitizeURL = sanitizeURL;\n this.removeEmptyString = removeEmptyString;\n} // When adding attributes to this list, be sure to also add them to\n// the `possibleStandardNames` module to ensure casing and incorrect\n// name warnings.\n\n\nvar properties = {}; // These props are reserved by React. They shouldn't be written to the DOM.\n\nvar reservedProps = ['children', 'dangerouslySetInnerHTML', // TODO: This prevents the assignment of defaultValue to regular\n// elements (not just inputs). Now that ReactDOMInput assigns to the\n// defaultValue property -- do we need this?\n'defaultValue', 'defaultChecked', 'innerHTML', 'suppressContentEditableWarning', 'suppressHydrationWarning', 'style'];\nreservedProps.forEach(function (name) {\n properties[name] = new PropertyInfoRecord(name, RESERVED, false, // mustUseProperty\n name, // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false);\n}); // A few React string attributes have a different name.\n// This is a mapping from React prop names to the attribute names.\n\n[['acceptCharset', 'accept-charset'], ['className', 'class'], ['htmlFor', 'for'], ['httpEquiv', 'http-equiv']].forEach(function (_ref) {\n var name = _ref[0],\n attributeName = _ref[1];\n properties[name] = new PropertyInfoRecord(name, STRING, false, // mustUseProperty\n attributeName, // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false);\n}); // These are \"enumerated\" HTML attributes that accept \"true\" and \"false\".\n// In React, we let users pass `true` and `false` even though technically\n// these aren't boolean attributes (they are coerced to strings).\n\n['contentEditable', 'draggable', 'spellCheck', 'value'].forEach(function (name) {\n properties[name] = new PropertyInfoRecord(name, BOOLEANISH_STRING, false, // mustUseProperty\n name.toLowerCase(), // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false);\n}); // These are \"enumerated\" SVG attributes that accept \"true\" and \"false\".\n// In React, we let users pass `true` and `false` even though technically\n// these aren't boolean attributes (they are coerced to strings).\n// Since these are SVG attributes, their attribute names are case-sensitive.\n\n['autoReverse', 'externalResourcesRequired', 'focusable', 'preserveAlpha'].forEach(function (name) {\n properties[name] = new PropertyInfoRecord(name, BOOLEANISH_STRING, false, // mustUseProperty\n name, // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false);\n}); // These are HTML boolean attributes.\n\n['allowFullScreen', 'async', // Note: there is a special case that prevents it from being written to the DOM\n// on the client side because the browsers are inconsistent. Instead we call focus().\n'autoFocus', 'autoPlay', 'controls', 'default', 'defer', 'disabled', 'disablePictureInPicture', 'disableRemotePlayback', 'formNoValidate', 'hidden', 'loop', 'noModule', 'noValidate', 'open', 'playsInline', 'readOnly', 'required', 'reversed', 'scoped', 'seamless', // Microdata\n'itemScope'].forEach(function (name) {\n properties[name] = new PropertyInfoRecord(name, BOOLEAN, false, // mustUseProperty\n name.toLowerCase(), // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false);\n}); // These are the few React props that we set as DOM properties\n// rather than attributes. These are all booleans.\n\n['checked', // Note: `option.selected` is not updated if `select.multiple` is\n// disabled with `removeAttribute`. We have special logic for handling this.\n'multiple', 'muted', 'selected' // NOTE: if you add a camelCased prop to this list,\n// you'll need to set attributeName to name.toLowerCase()\n// instead in the assignment below.\n].forEach(function (name) {\n properties[name] = new PropertyInfoRecord(name, BOOLEAN, true, // mustUseProperty\n name, // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false);\n}); // These are HTML attributes that are \"overloaded booleans\": they behave like\n// booleans, but can also accept a string value.\n\n['capture', 'download' // NOTE: if you add a camelCased prop to this list,\n// you'll need to set attributeName to name.toLowerCase()\n// instead in the assignment below.\n].forEach(function (name) {\n properties[name] = new PropertyInfoRecord(name, OVERLOADED_BOOLEAN, false, // mustUseProperty\n name, // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false);\n}); // These are HTML attributes that must be positive numbers.\n\n['cols', 'rows', 'size', 'span' // NOTE: if you add a camelCased prop to this list,\n// you'll need to set attributeName to name.toLowerCase()\n// instead in the assignment below.\n].forEach(function (name) {\n properties[name] = new PropertyInfoRecord(name, POSITIVE_NUMERIC, false, // mustUseProperty\n name, // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false);\n}); // These are HTML attributes that must be numbers.\n\n['rowSpan', 'start'].forEach(function (name) {\n properties[name] = new PropertyInfoRecord(name, NUMERIC, false, // mustUseProperty\n name.toLowerCase(), // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false);\n});\nvar CAMELIZE = /[\\-\\:]([a-z])/g;\n\nvar capitalize = function (token) {\n return token[1].toUpperCase();\n}; // This is a list of all SVG attributes that need special casing, namespacing,\n// or boolean value assignment. Regular attributes that just accept strings\n// and have the same names are omitted, just like in the HTML attribute filter.\n// Some of these attributes can be hard to find. This list was created by\n// scraping the MDN documentation.\n\n\n['accent-height', 'alignment-baseline', 'arabic-form', 'baseline-shift', 'cap-height', 'clip-path', 'clip-rule', 'color-interpolation', 'color-interpolation-filters', 'color-profile', 'color-rendering', 'dominant-baseline', 'enable-background', 'fill-opacity', 'fill-rule', 'flood-color', 'flood-opacity', 'font-family', 'font-size', 'font-size-adjust', 'font-stretch', 'font-style', 'font-variant', 'font-weight', 'glyph-name', 'glyph-orientation-horizontal', 'glyph-orientation-vertical', 'horiz-adv-x', 'horiz-origin-x', 'image-rendering', 'letter-spacing', 'lighting-color', 'marker-end', 'marker-mid', 'marker-start', 'overline-position', 'overline-thickness', 'paint-order', 'panose-1', 'pointer-events', 'rendering-intent', 'shape-rendering', 'stop-color', 'stop-opacity', 'strikethrough-position', 'strikethrough-thickness', 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin', 'stroke-miterlimit', 'stroke-opacity', 'stroke-width', 'text-anchor', 'text-decoration', 'text-rendering', 'underline-position', 'underline-thickness', 'unicode-bidi', 'unicode-range', 'units-per-em', 'v-alphabetic', 'v-hanging', 'v-ideographic', 'v-mathematical', 'vector-effect', 'vert-adv-y', 'vert-origin-x', 'vert-origin-y', 'word-spacing', 'writing-mode', 'xmlns:xlink', 'x-height' // NOTE: if you add a camelCased prop to this list,\n// you'll need to set attributeName to name.toLowerCase()\n// instead in the assignment below.\n].forEach(function (attributeName) {\n var name = attributeName.replace(CAMELIZE, capitalize);\n properties[name] = new PropertyInfoRecord(name, STRING, false, // mustUseProperty\n attributeName, null, // attributeNamespace\n false, // sanitizeURL\n false);\n}); // String SVG attributes with the xlink namespace.\n\n['xlink:actuate', 'xlink:arcrole', 'xlink:role', 'xlink:show', 'xlink:title', 'xlink:type' // NOTE: if you add a camelCased prop to this list,\n// you'll need to set attributeName to name.toLowerCase()\n// instead in the assignment below.\n].forEach(function (attributeName) {\n var name = attributeName.replace(CAMELIZE, capitalize);\n properties[name] = new PropertyInfoRecord(name, STRING, false, // mustUseProperty\n attributeName, 'http://www.w3.org/1999/xlink', false, // sanitizeURL\n false);\n}); // String SVG attributes with the xml namespace.\n\n['xml:base', 'xml:lang', 'xml:space' // NOTE: if you add a camelCased prop to this list,\n// you'll need to set attributeName to name.toLowerCase()\n// instead in the assignment below.\n].forEach(function (attributeName) {\n var name = attributeName.replace(CAMELIZE, capitalize);\n properties[name] = new PropertyInfoRecord(name, STRING, false, // mustUseProperty\n attributeName, 'http://www.w3.org/XML/1998/namespace', false, // sanitizeURL\n false);\n}); // These attribute exists both in HTML and SVG.\n// The attribute name is case-sensitive in SVG so we can't just use\n// the React name like we do for attributes that exist only in HTML.\n\n['tabIndex', 'crossOrigin'].forEach(function (attributeName) {\n properties[attributeName] = new PropertyInfoRecord(attributeName, STRING, false, // mustUseProperty\n attributeName.toLowerCase(), // attributeName\n null, // attributeNamespace\n false, // sanitizeURL\n false);\n}); // These attributes accept URLs. These must not allow javascript: URLS.\n// These will also need to accept Trusted Types object in the future.\n\nvar xlinkHref = 'xlinkHref';\nproperties[xlinkHref] = new PropertyInfoRecord('xlinkHref', STRING, false, // mustUseProperty\n'xlink:href', 'http://www.w3.org/1999/xlink', true, // sanitizeURL\nfalse);\n['src', 'href', 'action', 'formAction'].forEach(function (attributeName) {\n properties[attributeName] = new PropertyInfoRecord(attributeName, STRING, false, // mustUseProperty\n attributeName.toLowerCase(), // attributeName\n null, // attributeNamespace\n true, // sanitizeURL\n true);\n});\n\n// and any newline or tab are filtered out as if they're not part of the URL.\n// https://url.spec.whatwg.org/#url-parsing\n// Tab or newline are defined as \\r\\n\\t:\n// https://infra.spec.whatwg.org/#ascii-tab-or-newline\n// A C0 control is a code point in the range \\u0000 NULL to \\u001F\n// INFORMATION SEPARATOR ONE, inclusive:\n// https://infra.spec.whatwg.org/#c0-control-or-space\n\n/* eslint-disable max-len */\n\nvar isJavaScriptProtocol = /^[\\u0000-\\u001F ]*j[\\r\\n\\t]*a[\\r\\n\\t]*v[\\r\\n\\t]*a[\\r\\n\\t]*s[\\r\\n\\t]*c[\\r\\n\\t]*r[\\r\\n\\t]*i[\\r\\n\\t]*p[\\r\\n\\t]*t[\\r\\n\\t]*\\:/i;\nvar didWarn = false;\n\nfunction sanitizeURL(url) {\n {\n if (!didWarn && isJavaScriptProtocol.test(url)) {\n didWarn = true;\n\n error('A future version of React will block javascript: URLs as a security precaution. ' + 'Use event handlers instead if you can. If you need to generate unsafe HTML try ' + 'using dangerouslySetInnerHTML instead. React was passed %s.', JSON.stringify(url));\n }\n }\n}\n\n/**\n * Get the value for a property on a node. Only used in DEV for SSR validation.\n * The \"expected\" argument is used as a hint of what the expected value is.\n * Some properties have multiple equivalent values.\n */\nfunction getValueForProperty(node, name, expected, propertyInfo) {\n {\n if (propertyInfo.mustUseProperty) {\n var propertyName = propertyInfo.propertyName;\n return node[propertyName];\n } else {\n if ( propertyInfo.sanitizeURL) {\n // If we haven't fully disabled javascript: URLs, and if\n // the hydration is successful of a javascript: URL, we\n // still want to warn on the client.\n sanitizeURL('' + expected);\n }\n\n var attributeName = propertyInfo.attributeName;\n var stringValue = null;\n\n if (propertyInfo.type === OVERLOADED_BOOLEAN) {\n if (node.hasAttribute(attributeName)) {\n var value = node.getAttribute(attributeName);\n\n if (value === '') {\n return true;\n }\n\n if (shouldRemoveAttribute(name, expected, propertyInfo, false)) {\n return value;\n }\n\n if (value === '' + expected) {\n return expected;\n }\n\n return value;\n }\n } else if (node.hasAttribute(attributeName)) {\n if (shouldRemoveAttribute(name, expected, propertyInfo, false)) {\n // We had an attribute but shouldn't have had one, so read it\n // for the error message.\n return node.getAttribute(attributeName);\n }\n\n if (propertyInfo.type === BOOLEAN) {\n // If this was a boolean, it doesn't matter what the value is\n // the fact that we have it is the same as the expected.\n return expected;\n } // Even if this property uses a namespace we use getAttribute\n // because we assume its namespaced name is the same as our config.\n // To use getAttributeNS we need the local name which we don't have\n // in our config atm.\n\n\n stringValue = node.getAttribute(attributeName);\n }\n\n if (shouldRemoveAttribute(name, expected, propertyInfo, false)) {\n return stringValue === null ? expected : stringValue;\n } else if (stringValue === '' + expected) {\n return expected;\n } else {\n return stringValue;\n }\n }\n }\n}\n/**\n * Get the value for a attribute on a node. Only used in DEV for SSR validation.\n * The third argument is used as a hint of what the expected value is. Some\n * attributes have multiple equivalent values.\n */\n\nfunction getValueForAttribute(node, name, expected) {\n {\n if (!isAttributeNameSafe(name)) {\n return;\n } // If the object is an opaque reference ID, it's expected that\n // the next prop is different than the server value, so just return\n // expected\n\n\n if (isOpaqueHydratingObject(expected)) {\n return expected;\n }\n\n if (!node.hasAttribute(name)) {\n return expected === undefined ? undefined : null;\n }\n\n var value = node.getAttribute(name);\n\n if (value === '' + expected) {\n return expected;\n }\n\n return value;\n }\n}\n/**\n * Sets the value for a property on a node.\n *\n * @param {DOMElement} node\n * @param {string} name\n * @param {*} value\n */\n\nfunction setValueForProperty(node, name, value, isCustomComponentTag) {\n var propertyInfo = getPropertyInfo(name);\n\n if (shouldIgnoreAttribute(name, propertyInfo, isCustomComponentTag)) {\n return;\n }\n\n if (shouldRemoveAttribute(name, value, propertyInfo, isCustomComponentTag)) {\n value = null;\n } // If the prop isn't in the special list, treat it as a simple attribute.\n\n\n if (isCustomComponentTag || propertyInfo === null) {\n if (isAttributeNameSafe(name)) {\n var _attributeName = name;\n\n if (value === null) {\n node.removeAttribute(_attributeName);\n } else {\n node.setAttribute(_attributeName, '' + value);\n }\n }\n\n return;\n }\n\n var mustUseProperty = propertyInfo.mustUseProperty;\n\n if (mustUseProperty) {\n var propertyName = propertyInfo.propertyName;\n\n if (value === null) {\n var type = propertyInfo.type;\n node[propertyName] = type === BOOLEAN ? false : '';\n } else {\n // Contrary to `setAttribute`, object properties are properly\n // `toString`ed by IE8/9.\n node[propertyName] = value;\n }\n\n return;\n } // The rest are treated as attributes with special cases.\n\n\n var attributeName = propertyInfo.attributeName,\n attributeNamespace = propertyInfo.attributeNamespace;\n\n if (value === null) {\n node.removeAttribute(attributeName);\n } else {\n var _type = propertyInfo.type;\n var attributeValue;\n\n if (_type === BOOLEAN || _type === OVERLOADED_BOOLEAN && value === true) {\n // If attribute type is boolean, we know for sure it won't be an execution sink\n // and we won't require Trusted Type here.\n attributeValue = '';\n } else {\n // `setAttribute` with objects becomes only `[object]` in IE8/9,\n // ('' + value) makes it output the correct toString()-value.\n {\n attributeValue = '' + value;\n }\n\n if (propertyInfo.sanitizeURL) {\n sanitizeURL(attributeValue.toString());\n }\n }\n\n if (attributeNamespace) {\n node.setAttributeNS(attributeNamespace, attributeName, attributeValue);\n } else {\n node.setAttribute(attributeName, attributeValue);\n }\n }\n}\n\n// ATTENTION\n// When adding new symbols to this file,\n// Please consider also adding to 'react-devtools-shared/src/backend/ReactSymbols'\n// The Symbol used to tag the ReactElement-like types. If there is no native Symbol\n// nor polyfill, then a plain number is used for performance.\nvar REACT_ELEMENT_TYPE = 0xeac7;\nvar REACT_PORTAL_TYPE = 0xeaca;\nvar REACT_FRAGMENT_TYPE = 0xeacb;\nvar REACT_STRICT_MODE_TYPE = 0xeacc;\nvar REACT_PROFILER_TYPE = 0xead2;\nvar REACT_PROVIDER_TYPE = 0xeacd;\nvar REACT_CONTEXT_TYPE = 0xeace;\nvar REACT_FORWARD_REF_TYPE = 0xead0;\nvar REACT_SUSPENSE_TYPE = 0xead1;\nvar REACT_SUSPENSE_LIST_TYPE = 0xead8;\nvar REACT_MEMO_TYPE = 0xead3;\nvar REACT_LAZY_TYPE = 0xead4;\nvar REACT_BLOCK_TYPE = 0xead9;\nvar REACT_SERVER_BLOCK_TYPE = 0xeada;\nvar REACT_FUNDAMENTAL_TYPE = 0xead5;\nvar REACT_SCOPE_TYPE = 0xead7;\nvar REACT_OPAQUE_ID_TYPE = 0xeae0;\nvar REACT_DEBUG_TRACING_MODE_TYPE = 0xeae1;\nvar REACT_OFFSCREEN_TYPE = 0xeae2;\nvar REACT_LEGACY_HIDDEN_TYPE = 0xeae3;\n\nif (typeof Symbol === 'function' && Symbol.for) {\n var symbolFor = Symbol.for;\n REACT_ELEMENT_TYPE = symbolFor('react.element');\n REACT_PORTAL_TYPE = symbolFor('react.portal');\n REACT_FRAGMENT_TYPE = symbolFor('react.fragment');\n REACT_STRICT_MODE_TYPE = symbolFor('react.strict_mode');\n REACT_PROFILER_TYPE = symbolFor('react.profiler');\n REACT_PROVIDER_TYPE = symbolFor('react.provider');\n REACT_CONTEXT_TYPE = symbolFor('react.context');\n REACT_FORWARD_REF_TYPE = symbolFor('react.forward_ref');\n REACT_SUSPENSE_TYPE = symbolFor('react.suspense');\n REACT_SUSPENSE_LIST_TYPE = symbolFor('react.suspense_list');\n REACT_MEMO_TYPE = symbolFor('react.memo');\n REACT_LAZY_TYPE = symbolFor('react.lazy');\n REACT_BLOCK_TYPE = symbolFor('react.block');\n REACT_SERVER_BLOCK_TYPE = symbolFor('react.server.block');\n REACT_FUNDAMENTAL_TYPE = symbolFor('react.fundamental');\n REACT_SCOPE_TYPE = symbolFor('react.scope');\n REACT_OPAQUE_ID_TYPE = symbolFor('react.opaque.id');\n REACT_DEBUG_TRACING_MODE_TYPE = symbolFor('react.debug_trace_mode');\n REACT_OFFSCREEN_TYPE = symbolFor('react.offscreen');\n REACT_LEGACY_HIDDEN_TYPE = symbolFor('react.legacy_hidden');\n}\n\nvar MAYBE_ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;\nvar FAUX_ITERATOR_SYMBOL = '@@iterator';\nfunction getIteratorFn(maybeIterable) {\n if (maybeIterable === null || typeof maybeIterable !== 'object') {\n return null;\n }\n\n var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];\n\n if (typeof maybeIterator === 'function') {\n return maybeIterator;\n }\n\n return null;\n}\n\n// Helpers to patch console.logs to avoid logging during side-effect free\n// replaying on render function. This currently only patches the object\n// lazily which won't cover if the log function was extracted eagerly.\n// We could also eagerly patch the method.\nvar disabledDepth = 0;\nvar prevLog;\nvar prevInfo;\nvar prevWarn;\nvar prevError;\nvar prevGroup;\nvar prevGroupCollapsed;\nvar prevGroupEnd;\n\nfunction disabledLog() {}\n\ndisabledLog.__reactDisabledLog = true;\nfunction disableLogs() {\n {\n if (disabledDepth === 0) {\n /* eslint-disable react-internal/no-production-logging */\n prevLog = console.log;\n prevInfo = console.info;\n prevWarn = console.warn;\n prevError = console.error;\n prevGroup = console.group;\n prevGroupCollapsed = console.groupCollapsed;\n prevGroupEnd = console.groupEnd; // https://github.com/facebook/react/issues/19099\n\n var props = {\n configurable: true,\n enumerable: true,\n value: disabledLog,\n writable: true\n }; // $FlowFixMe Flow thinks console is immutable.\n\n Object.defineProperties(console, {\n info: props,\n log: props,\n warn: props,\n error: props,\n group: props,\n groupCollapsed: props,\n groupEnd: props\n });\n /* eslint-enable react-internal/no-production-logging */\n }\n\n disabledDepth++;\n }\n}\nfunction reenableLogs() {\n {\n disabledDepth--;\n\n if (disabledDepth === 0) {\n /* eslint-disable react-internal/no-production-logging */\n var props = {\n configurable: true,\n enumerable: true,\n writable: true\n }; // $FlowFixMe Flow thinks console is immutable.\n\n Object.defineProperties(console, {\n log: _assign({}, props, {\n value: prevLog\n }),\n info: _assign({}, props, {\n value: prevInfo\n }),\n warn: _assign({}, props, {\n value: prevWarn\n }),\n error: _assign({}, props, {\n value: prevError\n }),\n group: _assign({}, props, {\n value: prevGroup\n }),\n groupCollapsed: _assign({}, props, {\n value: prevGroupCollapsed\n }),\n groupEnd: _assign({}, props, {\n value: prevGroupEnd\n })\n });\n /* eslint-enable react-internal/no-production-logging */\n }\n\n if (disabledDepth < 0) {\n error('disabledDepth fell below zero. ' + 'This is a bug in React. Please file an issue.');\n }\n }\n}\n\nvar ReactCurrentDispatcher = ReactSharedInternals.ReactCurrentDispatcher;\nvar prefix;\nfunction describeBuiltInComponentFrame(name, source, ownerFn) {\n {\n if (prefix === undefined) {\n // Extract the VM specific prefix used by each line.\n try {\n throw Error();\n } catch (x) {\n var match = x.stack.trim().match(/\\n( *(at )?)/);\n prefix = match && match[1] || '';\n }\n } // We use the prefix to ensure our stacks line up with native stack frames.\n\n\n return '\\n' + prefix + name;\n }\n}\nvar reentry = false;\nvar componentFrameCache;\n\n{\n var PossiblyWeakMap = typeof WeakMap === 'function' ? WeakMap : Map;\n componentFrameCache = new PossiblyWeakMap();\n}\n\nfunction describeNativeComponentFrame(fn, construct) {\n // If something asked for a stack inside a fake render, it should get ignored.\n if (!fn || reentry) {\n return '';\n }\n\n {\n var frame = componentFrameCache.get(fn);\n\n if (frame !== undefined) {\n return frame;\n }\n }\n\n var control;\n reentry = true;\n var previousPrepareStackTrace = Error.prepareStackTrace; // $FlowFixMe It does accept undefined.\n\n Error.prepareStackTrace = undefined;\n var previousDispatcher;\n\n {\n previousDispatcher = ReactCurrentDispatcher.current; // Set the dispatcher in DEV because this might be call in the render function\n // for warnings.\n\n ReactCurrentDispatcher.current = null;\n disableLogs();\n }\n\n try {\n // This should throw.\n if (construct) {\n // Something should be setting the props in the constructor.\n var Fake = function () {\n throw Error();\n }; // $FlowFixMe\n\n\n Object.defineProperty(Fake.prototype, 'props', {\n set: function () {\n // We use a throwing setter instead of frozen or non-writable props\n // because that won't throw in a non-strict mode function.\n throw Error();\n }\n });\n\n if (typeof Reflect === 'object' && Reflect.construct) {\n // We construct a different control for this case to include any extra\n // frames added by the construct call.\n try {\n Reflect.construct(Fake, []);\n } catch (x) {\n control = x;\n }\n\n Reflect.construct(fn, [], Fake);\n } else {\n try {\n Fake.call();\n } catch (x) {\n control = x;\n }\n\n fn.call(Fake.prototype);\n }\n } else {\n try {\n throw Error();\n } catch (x) {\n control = x;\n }\n\n fn();\n }\n } catch (sample) {\n // This is inlined manually because closure doesn't do it for us.\n if (sample && control && typeof sample.stack === 'string') {\n // This extracts the first frame from the sample that isn't also in the control.\n // Skipping one frame that we assume is the frame that calls the two.\n var sampleLines = sample.stack.split('\\n');\n var controlLines = control.stack.split('\\n');\n var s = sampleLines.length - 1;\n var c = controlLines.length - 1;\n\n while (s >= 1 && c >= 0 && sampleLines[s] !== controlLines[c]) {\n // We expect at least one stack frame to be shared.\n // Typically this will be the root most one. However, stack frames may be\n // cut off due to maximum stack limits. In this case, one maybe cut off\n // earlier than the other. We assume that the sample is longer or the same\n // and there for cut off earlier. So we should find the root most frame in\n // the sample somewhere in the control.\n c--;\n }\n\n for (; s >= 1 && c >= 0; s--, c--) {\n // Next we find the first one that isn't the same which should be the\n // frame that called our sample function and the control.\n if (sampleLines[s] !== controlLines[c]) {\n // In V8, the first line is describing the message but other VMs don't.\n // If we're about to return the first line, and the control is also on the same\n // line, that's a pretty good indicator that our sample threw at same line as\n // the control. I.e. before we entered the sample frame. So we ignore this result.\n // This can happen if you passed a class to function component, or non-function.\n if (s !== 1 || c !== 1) {\n do {\n s--;\n c--; // We may still have similar intermediate frames from the construct call.\n // The next one that isn't the same should be our match though.\n\n if (c < 0 || sampleLines[s] !== controlLines[c]) {\n // V8 adds a \"new\" prefix for native classes. Let's remove it to make it prettier.\n var _frame = '\\n' + sampleLines[s].replace(' at new ', ' at ');\n\n {\n if (typeof fn === 'function') {\n componentFrameCache.set(fn, _frame);\n }\n } // Return the line we found.\n\n\n return _frame;\n }\n } while (s >= 1 && c >= 0);\n }\n\n break;\n }\n }\n }\n } finally {\n reentry = false;\n\n {\n ReactCurrentDispatcher.current = previousDispatcher;\n reenableLogs();\n }\n\n Error.prepareStackTrace = previousPrepareStackTrace;\n } // Fallback to just using the name if we couldn't make it throw.\n\n\n var name = fn ? fn.displayName || fn.name : '';\n var syntheticFrame = name ? describeBuiltInComponentFrame(name) : '';\n\n {\n if (typeof fn === 'function') {\n componentFrameCache.set(fn, syntheticFrame);\n }\n }\n\n return syntheticFrame;\n}\n\nfunction describeClassComponentFrame(ctor, source, ownerFn) {\n {\n return describeNativeComponentFrame(ctor, true);\n }\n}\nfunction describeFunctionComponentFrame(fn, source, ownerFn) {\n {\n return describeNativeComponentFrame(fn, false);\n }\n}\n\nfunction shouldConstruct(Component) {\n var prototype = Component.prototype;\n return !!(prototype && prototype.isReactComponent);\n}\n\nfunction describeUnknownElementTypeFrameInDEV(type, source, ownerFn) {\n\n if (type == null) {\n return '';\n }\n\n if (typeof type === 'function') {\n {\n return describeNativeComponentFrame(type, shouldConstruct(type));\n }\n }\n\n if (typeof type === 'string') {\n return describeBuiltInComponentFrame(type);\n }\n\n switch (type) {\n case REACT_SUSPENSE_TYPE:\n return describeBuiltInComponentFrame('Suspense');\n\n case REACT_SUSPENSE_LIST_TYPE:\n return describeBuiltInComponentFrame('SuspenseList');\n }\n\n if (typeof type === 'object') {\n switch (type.$$typeof) {\n case REACT_FORWARD_REF_TYPE:\n return describeFunctionComponentFrame(type.render);\n\n case REACT_MEMO_TYPE:\n // Memo may contain any component type so we recursively resolve it.\n return describeUnknownElementTypeFrameInDEV(type.type, source, ownerFn);\n\n case REACT_BLOCK_TYPE:\n return describeFunctionComponentFrame(type._render);\n\n case REACT_LAZY_TYPE:\n {\n var lazyComponent = type;\n var payload = lazyComponent._payload;\n var init = lazyComponent._init;\n\n try {\n // Lazy may contain any component type so we recursively resolve it.\n return describeUnknownElementTypeFrameInDEV(init(payload), source, ownerFn);\n } catch (x) {}\n }\n }\n }\n\n return '';\n}\n\nfunction describeFiber(fiber) {\n var owner = fiber._debugOwner ? fiber._debugOwner.type : null ;\n var source = fiber._debugSource ;\n\n switch (fiber.tag) {\n case HostComponent:\n return describeBuiltInComponentFrame(fiber.type);\n\n case LazyComponent:\n return describeBuiltInComponentFrame('Lazy');\n\n case SuspenseComponent:\n return describeBuiltInComponentFrame('Suspense');\n\n case SuspenseListComponent:\n return describeBuiltInComponentFrame('SuspenseList');\n\n case FunctionComponent:\n case IndeterminateComponent:\n case SimpleMemoComponent:\n return describeFunctionComponentFrame(fiber.type);\n\n case ForwardRef:\n return describeFunctionComponentFrame(fiber.type.render);\n\n case Block:\n return describeFunctionComponentFrame(fiber.type._render);\n\n case ClassComponent:\n return describeClassComponentFrame(fiber.type);\n\n default:\n return '';\n }\n}\n\nfunction getStackByFiberInDevAndProd(workInProgress) {\n try {\n var info = '';\n var node = workInProgress;\n\n do {\n info += describeFiber(node);\n node = node.return;\n } while (node);\n\n return info;\n } catch (x) {\n return '\\nError generating stack: ' + x.message + '\\n' + x.stack;\n }\n}\n\nfunction getWrappedName(outerType, innerType, wrapperName) {\n var functionName = innerType.displayName || innerType.name || '';\n return outerType.displayName || (functionName !== '' ? wrapperName + \"(\" + functionName + \")\" : wrapperName);\n}\n\nfunction getContextName(type) {\n return type.displayName || 'Context';\n}\n\nfunction getComponentName(type) {\n if (type == null) {\n // Host root, text node or just invalid type.\n return null;\n }\n\n {\n if (typeof type.tag === 'number') {\n error('Received an unexpected object in getComponentName(). ' + 'This is likely a bug in React. Please file an issue.');\n }\n }\n\n if (typeof type === 'function') {\n return type.displayName || type.name || null;\n }\n\n if (typeof type === 'string') {\n return type;\n }\n\n switch (type) {\n case REACT_FRAGMENT_TYPE:\n return 'Fragment';\n\n case REACT_PORTAL_TYPE:\n return 'Portal';\n\n case REACT_PROFILER_TYPE:\n return 'Profiler';\n\n case REACT_STRICT_MODE_TYPE:\n return 'StrictMode';\n\n case REACT_SUSPENSE_TYPE:\n return 'Suspense';\n\n case REACT_SUSPENSE_LIST_TYPE:\n return 'SuspenseList';\n }\n\n if (typeof type === 'object') {\n switch (type.$$typeof) {\n case REACT_CONTEXT_TYPE:\n var context = type;\n return getContextName(context) + '.Consumer';\n\n case REACT_PROVIDER_TYPE:\n var provider = type;\n return getContextName(provider._context) + '.Provider';\n\n case REACT_FORWARD_REF_TYPE:\n return getWrappedName(type, type.render, 'ForwardRef');\n\n case REACT_MEMO_TYPE:\n return getComponentName(type.type);\n\n case REACT_BLOCK_TYPE:\n return getComponentName(type._render);\n\n case REACT_LAZY_TYPE:\n {\n var lazyComponent = type;\n var payload = lazyComponent._payload;\n var init = lazyComponent._init;\n\n try {\n return getComponentName(init(payload));\n } catch (x) {\n return null;\n }\n }\n }\n }\n\n return null;\n}\n\nvar ReactDebugCurrentFrame = ReactSharedInternals.ReactDebugCurrentFrame;\nvar current = null;\nvar isRendering = false;\nfunction getCurrentFiberOwnerNameInDevOrNull() {\n {\n if (current === null) {\n return null;\n }\n\n var owner = current._debugOwner;\n\n if (owner !== null && typeof owner !== 'undefined') {\n return getComponentName(owner.type);\n }\n }\n\n return null;\n}\n\nfunction getCurrentFiberStackInDev() {\n {\n if (current === null) {\n return '';\n } // Safe because if current fiber exists, we are reconciling,\n // and it is guaranteed to be the work-in-progress version.\n\n\n return getStackByFiberInDevAndProd(current);\n }\n}\n\nfunction resetCurrentFiber() {\n {\n ReactDebugCurrentFrame.getCurrentStack = null;\n current = null;\n isRendering = false;\n }\n}\nfunction setCurrentFiber(fiber) {\n {\n ReactDebugCurrentFrame.getCurrentStack = getCurrentFiberStackInDev;\n current = fiber;\n isRendering = false;\n }\n}\nfunction setIsRendering(rendering) {\n {\n isRendering = rendering;\n }\n}\nfunction getIsRendering() {\n {\n return isRendering;\n }\n}\n\n// Flow does not allow string concatenation of most non-string types. To work\n// around this limitation, we use an opaque type that can only be obtained by\n// passing the value through getToStringValue first.\nfunction toString(value) {\n return '' + value;\n}\nfunction getToStringValue(value) {\n switch (typeof value) {\n case 'boolean':\n case 'number':\n case 'object':\n case 'string':\n case 'undefined':\n return value;\n\n default:\n // function, symbol are assigned as empty strings\n return '';\n }\n}\n\nvar hasReadOnlyValue = {\n button: true,\n checkbox: true,\n image: true,\n hidden: true,\n radio: true,\n reset: true,\n submit: true\n};\nfunction checkControlledValueProps(tagName, props) {\n {\n if (!(hasReadOnlyValue[props.type] || props.onChange || props.onInput || props.readOnly || props.disabled || props.value == null)) {\n error('You provided a `value` prop to a form field without an ' + '`onChange` handler. This will render a read-only field. If ' + 'the field should be mutable use `defaultValue`. Otherwise, ' + 'set either `onChange` or `readOnly`.');\n }\n\n if (!(props.onChange || props.readOnly || props.disabled || props.checked == null)) {\n error('You provided a `checked` prop to a form field without an ' + '`onChange` handler. This will render a read-only field. If ' + 'the field should be mutable use `defaultChecked`. Otherwise, ' + 'set either `onChange` or `readOnly`.');\n }\n }\n}\n\nfunction isCheckable(elem) {\n var type = elem.type;\n var nodeName = elem.nodeName;\n return nodeName && nodeName.toLowerCase() === 'input' && (type === 'checkbox' || type === 'radio');\n}\n\nfunction getTracker(node) {\n return node._valueTracker;\n}\n\nfunction detachTracker(node) {\n node._valueTracker = null;\n}\n\nfunction getValueFromNode(node) {\n var value = '';\n\n if (!node) {\n return value;\n }\n\n if (isCheckable(node)) {\n value = node.checked ? 'true' : 'false';\n } else {\n value = node.value;\n }\n\n return value;\n}\n\nfunction trackValueOnNode(node) {\n var valueField = isCheckable(node) ? 'checked' : 'value';\n var descriptor = Object.getOwnPropertyDescriptor(node.constructor.prototype, valueField);\n var currentValue = '' + node[valueField]; // if someone has already defined a value or Safari, then bail\n // and don't track value will cause over reporting of changes,\n // but it's better then a hard failure\n // (needed for certain tests that spyOn input values and Safari)\n\n if (node.hasOwnProperty(valueField) || typeof descriptor === 'undefined' || typeof descriptor.get !== 'function' || typeof descriptor.set !== 'function') {\n return;\n }\n\n var get = descriptor.get,\n set = descriptor.set;\n Object.defineProperty(node, valueField, {\n configurable: true,\n get: function () {\n return get.call(this);\n },\n set: function (value) {\n currentValue = '' + value;\n set.call(this, value);\n }\n }); // We could've passed this the first time\n // but it triggers a bug in IE11 and Edge 14/15.\n // Calling defineProperty() again should be equivalent.\n // https://github.com/facebook/react/issues/11768\n\n Object.defineProperty(node, valueField, {\n enumerable: descriptor.enumerable\n });\n var tracker = {\n getValue: function () {\n return currentValue;\n },\n setValue: function (value) {\n currentValue = '' + value;\n },\n stopTracking: function () {\n detachTracker(node);\n delete node[valueField];\n }\n };\n return tracker;\n}\n\nfunction track(node) {\n if (getTracker(node)) {\n return;\n } // TODO: Once it's just Fiber we can move this to node._wrapperState\n\n\n node._valueTracker = trackValueOnNode(node);\n}\nfunction updateValueIfChanged(node) {\n if (!node) {\n return false;\n }\n\n var tracker = getTracker(node); // if there is no tracker at this point it's unlikely\n // that trying again will succeed\n\n if (!tracker) {\n return true;\n }\n\n var lastValue = tracker.getValue();\n var nextValue = getValueFromNode(node);\n\n if (nextValue !== lastValue) {\n tracker.setValue(nextValue);\n return true;\n }\n\n return false;\n}\n\nfunction getActiveElement(doc) {\n doc = doc || (typeof document !== 'undefined' ? document : undefined);\n\n if (typeof doc === 'undefined') {\n return null;\n }\n\n try {\n return doc.activeElement || doc.body;\n } catch (e) {\n return doc.body;\n }\n}\n\nvar didWarnValueDefaultValue = false;\nvar didWarnCheckedDefaultChecked = false;\nvar didWarnControlledToUncontrolled = false;\nvar didWarnUncontrolledToControlled = false;\n\nfunction isControlled(props) {\n var usesChecked = props.type === 'checkbox' || props.type === 'radio';\n return usesChecked ? props.checked != null : props.value != null;\n}\n/**\n * Implements an host component that allows setting these optional\n * props: `checked`, `value`, `defaultChecked`, and `defaultValue`.\n *\n * If `checked` or `value` are not supplied (or null/undefined), user actions\n * that affect the checked state or value will trigger updates to the element.\n *\n * If they are supplied (and not null/undefined), the rendered element will not\n * trigger updates to the element. Instead, the props must change in order for\n * the rendered element to be updated.\n *\n * The rendered element will be initialized as unchecked (or `defaultChecked`)\n * with an empty value (or `defaultValue`).\n *\n * See http://www.w3.org/TR/2012/WD-html5-20121025/the-input-element.html\n */\n\n\nfunction getHostProps(element, props) {\n var node = element;\n var checked = props.checked;\n\n var hostProps = _assign({}, props, {\n defaultChecked: undefined,\n defaultValue: undefined,\n value: undefined,\n checked: checked != null ? checked : node._wrapperState.initialChecked\n });\n\n return hostProps;\n}\nfunction initWrapperState(element, props) {\n {\n checkControlledValueProps('input', props);\n\n if (props.checked !== undefined && props.defaultChecked !== undefined && !didWarnCheckedDefaultChecked) {\n error('%s contains an input of type %s with both checked and defaultChecked props. ' + 'Input elements must be either controlled or uncontrolled ' + '(specify either the checked prop, or the defaultChecked prop, but not ' + 'both). Decide between using a controlled or uncontrolled input ' + 'element and remove one of these props. More info: ' + 'https://reactjs.org/link/controlled-components', getCurrentFiberOwnerNameInDevOrNull() || 'A component', props.type);\n\n didWarnCheckedDefaultChecked = true;\n }\n\n if (props.value !== undefined && props.defaultValue !== undefined && !didWarnValueDefaultValue) {\n error('%s contains an input of type %s with both value and defaultValue props. ' + 'Input elements must be either controlled or uncontrolled ' + '(specify either the value prop, or the defaultValue prop, but not ' + 'both). Decide between using a controlled or uncontrolled input ' + 'element and remove one of these props. More info: ' + 'https://reactjs.org/link/controlled-components', getCurrentFiberOwnerNameInDevOrNull() || 'A component', props.type);\n\n didWarnValueDefaultValue = true;\n }\n }\n\n var node = element;\n var defaultValue = props.defaultValue == null ? '' : props.defaultValue;\n node._wrapperState = {\n initialChecked: props.checked != null ? props.checked : props.defaultChecked,\n initialValue: getToStringValue(props.value != null ? props.value : defaultValue),\n controlled: isControlled(props)\n };\n}\nfunction updateChecked(element, props) {\n var node = element;\n var checked = props.checked;\n\n if (checked != null) {\n setValueForProperty(node, 'checked', checked, false);\n }\n}\nfunction updateWrapper(element, props) {\n var node = element;\n\n {\n var controlled = isControlled(props);\n\n if (!node._wrapperState.controlled && controlled && !didWarnUncontrolledToControlled) {\n error('A component is changing an uncontrolled input to be controlled. ' + 'This is likely caused by the value changing from undefined to ' + 'a defined value, which should not happen. ' + 'Decide between using a controlled or uncontrolled input ' + 'element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components');\n\n didWarnUncontrolledToControlled = true;\n }\n\n if (node._wrapperState.controlled && !controlled && !didWarnControlledToUncontrolled) {\n error('A component is changing a controlled input to be uncontrolled. ' + 'This is likely caused by the value changing from a defined to ' + 'undefined, which should not happen. ' + 'Decide between using a controlled or uncontrolled input ' + 'element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components');\n\n didWarnControlledToUncontrolled = true;\n }\n }\n\n updateChecked(element, props);\n var value = getToStringValue(props.value);\n var type = props.type;\n\n if (value != null) {\n if (type === 'number') {\n if (value === 0 && node.value === '' || // We explicitly want to coerce to number here if possible.\n // eslint-disable-next-line\n node.value != value) {\n node.value = toString(value);\n }\n } else if (node.value !== toString(value)) {\n node.value = toString(value);\n }\n } else if (type === 'submit' || type === 'reset') {\n // Submit/reset inputs need the attribute removed completely to avoid\n // blank-text buttons.\n node.removeAttribute('value');\n return;\n }\n\n {\n // When syncing the value attribute, the value comes from a cascade of\n // properties:\n // 1. The value React property\n // 2. The defaultValue React property\n // 3. Otherwise there should be no change\n if (props.hasOwnProperty('value')) {\n setDefaultValue(node, props.type, value);\n } else if (props.hasOwnProperty('defaultValue')) {\n setDefaultValue(node, props.type, getToStringValue(props.defaultValue));\n }\n }\n\n {\n // When syncing the checked attribute, it only changes when it needs\n // to be removed, such as transitioning from a checkbox into a text input\n if (props.checked == null && props.defaultChecked != null) {\n node.defaultChecked = !!props.defaultChecked;\n }\n }\n}\nfunction postMountWrapper(element, props, isHydrating) {\n var node = element; // Do not assign value if it is already set. This prevents user text input\n // from being lost during SSR hydration.\n\n if (props.hasOwnProperty('value') || props.hasOwnProperty('defaultValue')) {\n var type = props.type;\n var isButton = type === 'submit' || type === 'reset'; // Avoid setting value attribute on submit/reset inputs as it overrides the\n // default value provided by the browser. See: #12872\n\n if (isButton && (props.value === undefined || props.value === null)) {\n return;\n }\n\n var initialValue = toString(node._wrapperState.initialValue); // Do not assign value if it is already set. This prevents user text input\n // from being lost during SSR hydration.\n\n if (!isHydrating) {\n {\n // When syncing the value attribute, the value property should use\n // the wrapperState._initialValue property. This uses:\n //\n // 1. The value React property when present\n // 2. The defaultValue React property when present\n // 3. An empty string\n if (initialValue !== node.value) {\n node.value = initialValue;\n }\n }\n }\n\n {\n // Otherwise, the value attribute is synchronized to the property,\n // so we assign defaultValue to the same thing as the value property\n // assignment step above.\n node.defaultValue = initialValue;\n }\n } // Normally, we'd just do `node.checked = node.checked` upon initial mount, less this bug\n // this is needed to work around a chrome bug where setting defaultChecked\n // will sometimes influence the value of checked (even after detachment).\n // Reference: https://bugs.chromium.org/p/chromium/issues/detail?id=608416\n // We need to temporarily unset name to avoid disrupting radio button groups.\n\n\n var name = node.name;\n\n if (name !== '') {\n node.name = '';\n }\n\n {\n // When syncing the checked attribute, both the checked property and\n // attribute are assigned at the same time using defaultChecked. This uses:\n //\n // 1. The checked React property when present\n // 2. The defaultChecked React property when present\n // 3. Otherwise, false\n node.defaultChecked = !node.defaultChecked;\n node.defaultChecked = !!node._wrapperState.initialChecked;\n }\n\n if (name !== '') {\n node.name = name;\n }\n}\nfunction restoreControlledState(element, props) {\n var node = element;\n updateWrapper(node, props);\n updateNamedCousins(node, props);\n}\n\nfunction updateNamedCousins(rootNode, props) {\n var name = props.name;\n\n if (props.type === 'radio' && name != null) {\n var queryRoot = rootNode;\n\n while (queryRoot.parentNode) {\n queryRoot = queryRoot.parentNode;\n } // If `rootNode.form` was non-null, then we could try `form.elements`,\n // but that sometimes behaves strangely in IE8. We could also try using\n // `form.getElementsByName`, but that will only return direct children\n // and won't include inputs that use the HTML5 `form=` attribute. Since\n // the input might not even be in a form. It might not even be in the\n // document. Let's just use the local `querySelectorAll` to ensure we don't\n // miss anything.\n\n\n var group = queryRoot.querySelectorAll('input[name=' + JSON.stringify('' + name) + '][type=\"radio\"]');\n\n for (var i = 0; i < group.length; i++) {\n var otherNode = group[i];\n\n if (otherNode === rootNode || otherNode.form !== rootNode.form) {\n continue;\n } // This will throw if radio buttons rendered by different copies of React\n // and the same name are rendered into the same form (same as #1939).\n // That's probably okay; we don't support it just as we don't support\n // mixing React radio buttons with non-React ones.\n\n\n var otherProps = getFiberCurrentPropsFromNode(otherNode);\n\n if (!otherProps) {\n {\n throw Error( \"ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.\" );\n }\n } // We need update the tracked value on the named cousin since the value\n // was changed but the input saw no event or value set\n\n\n updateValueIfChanged(otherNode); // If this is a controlled radio button group, forcing the input that\n // was previously checked to update will cause it to be come re-checked\n // as appropriate.\n\n updateWrapper(otherNode, otherProps);\n }\n }\n} // In Chrome, assigning defaultValue to certain input types triggers input validation.\n// For number inputs, the display value loses trailing decimal points. For email inputs,\n// Chrome raises \"The specified value is not a valid email address\".\n//\n// Here we check to see if the defaultValue has actually changed, avoiding these problems\n// when the user is inputting text\n//\n// https://github.com/facebook/react/issues/7253\n\n\nfunction setDefaultValue(node, type, value) {\n if ( // Focused number inputs synchronize on blur. See ChangeEventPlugin.js\n type !== 'number' || getActiveElement(node.ownerDocument) !== node) {\n if (value == null) {\n node.defaultValue = toString(node._wrapperState.initialValue);\n } else if (node.defaultValue !== toString(value)) {\n node.defaultValue = toString(value);\n }\n }\n}\n\nvar didWarnSelectedSetOnOption = false;\nvar didWarnInvalidChild = false;\n\nfunction flattenChildren(children) {\n var content = ''; // Flatten children. We'll warn if they are invalid\n // during validateProps() which runs for hydration too.\n // Note that this would throw on non-element objects.\n // Elements are stringified (which is normally irrelevant\n // but matters for ).\n\n React.Children.forEach(children, function (child) {\n if (child == null) {\n return;\n }\n\n content += child; // Note: we don't warn about invalid children here.\n // Instead, this is done separately below so that\n // it happens during the hydration code path too.\n });\n return content;\n}\n/**\n * Implements an