From 4881753b5a128c5d01b4c04765cc6213f24dd662 Mon Sep 17 00:00:00 2001 From: JoseLion Date: Sun, 21 Jan 2024 15:22:58 -0500 Subject: [PATCH 1/2] feat(deps): Update dependencies 2024.01.21 --- .github/workflows/ci.yml | 2 +- .nvmrc | 2 +- package.json | 22 +- packages/core/package.json | 18 +- packages/native/package.json | 26 +- packages/web/package.json | 18 +- yarn.lock | 2548 +++++++++++++++------------------- 7 files changed, 1128 insertions(+), 1508 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b48fa7c..fc5967a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: cache: yarn - run: yarn install --immutable - run: yarn docs - - uses: tj-actions/verify-changed-files@v16 + - uses: tj-actions/verify-changed-files@v17 id: verify-changed-files with: files: | diff --git a/.nvmrc b/.nvmrc index 54d3ad7..986c3cc 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -21.3.0 +21.6.0 diff --git a/package.json b/package.json index 37a6f60..7ec005e 100644 --- a/package.json +++ b/package.json @@ -23,24 +23,24 @@ "turbo": "turbo" }, "devDependencies": { - "@types/node": "^20.10.3", - "@typescript-eslint/eslint-plugin": "^6.13.1", - "@typescript-eslint/parser": "^6.13.1", - "eslint": "^8.55.0", + "@types/node": "^20.11.5", + "@typescript-eslint/eslint-plugin": "^6.19.0", + "@typescript-eslint/parser": "^6.19.0", + "eslint": "^8.56.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-etc": "^2.0.3", - "eslint-plugin-import": "^2.29.0", - "eslint-plugin-jsdoc": "^46.9.0", + "eslint-plugin-import": "^2.29.1", + "eslint-plugin-jsdoc": "^48.0.2", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-sonarjs": "^0.23.0", - "semantic-release": "^22.0.8", - "ts-node": "^10.9.1", + "semantic-release": "^23.0.0", + "ts-node": "^10.9.2", "tslib": "^2.6.2", - "turbo": "^1.10.16", - "typedoc": "^0.25.4", + "turbo": "^1.11.3", + "typedoc": "^0.25.7", "typedoc-plugin-markdown": "^3.17.1", "typedoc-plugin-merge-modules": "^5.1.0", - "typescript": "^5.3.2" + "typescript": "^5.3.3" } } diff --git a/packages/core/package.json b/packages/core/package.json index dcce212..73e321d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -39,27 +39,27 @@ }, "devDependencies": { "@assertive-ts/core": "^2.0.0", - "@testing-library/dom": "^9.3.3", + "@testing-library/dom": "^9.3.4", "@testing-library/react": "^14.1.2", - "@testing-library/user-event": "^14.5.1", + "@testing-library/user-event": "^14.5.2", "@types/mocha": "^10.0.6", - "@types/react": "^18.2.41", - "@types/react-dom": "^18.2.17", - "@types/sinon": "^17.0.2", + "@types/react": "^18.2.48", + "@types/react-dom": "^18.2.18", + "@types/sinon": "^17.0.3", "expect-type": "^0.17.3", - "jsdom": "^23.0.1", + "jsdom": "^24.0.0", "jsdom-global": "^3.0.2", "mocha": "^10.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "semantic-release": "^22.0.8", + "semantic-release": "^23.0.0", "semantic-release-yarn": "^3.0.2", "sinon": "^17.0.1", "tslib": "^2.6.2", - "typescript": "^5.3.2" + "typescript": "^5.3.3" }, "optionalDependencies": { - "yup": "^1.3.2", + "yup": "^1.3.3", "zod": "^3.22.4" }, "peerDependencies": { diff --git a/packages/native/package.json b/packages/native/package.json index b777818..cc6169a 100644 --- a/packages/native/package.json +++ b/packages/native/package.json @@ -38,29 +38,29 @@ }, "devDependencies": { "@assertive-ts/core": "^2.0.0", - "@babel/core": "^7.23.5", - "@babel/preset-env": "^7.23.5", - "@babel/runtime": "^7.23.5", + "@babel/core": "^7.23.7", + "@babel/preset-env": "^7.23.8", + "@babel/runtime": "^7.23.8", "@lynxts/core": "workspace:^", - "@react-native/metro-config": "^0.73.2", - "@testing-library/react-native": "^12.4.1", - "@types/node": "^20.10.3", - "@types/react": "^18.2.41", + "@react-native/metro-config": "^0.73.3", + "@testing-library/react-native": "^12.4.3", + "@types/node": "^20.11.5", + "@types/react": "^18.2.48", "@types/react-test-renderer": "^18.0.7", - "@types/sinon": "^17.0.2", + "@types/sinon": "^17.0.3", "babel-jest": "^29.7.0", "jest": "^29.7.0", "metro-react-native-babel-preset": "^0.77.0", "react": "^18.2.0", - "react-native": "^0.72.7", + "react-native": "^0.73.2", "react-test-renderer": "^18.2.0", - "semantic-release": "^22.0.8", + "semantic-release": "^23.0.0", "semantic-release-yarn": "^3.0.2", "sinon": "^17.0.1", - "ts-node": "^10.9.1", + "ts-node": "^10.9.2", "tslib": "^2.6.2", - "typescript": "^5.3.2", - "yup": "^1.3.2" + "typescript": "^5.3.3", + "yup": "^1.3.3" }, "peerDependencies": { "@lynxts/core": ">=1.0.0", diff --git a/packages/web/package.json b/packages/web/package.json index 2d55a12..d552de5 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -38,24 +38,24 @@ "devDependencies": { "@assertive-ts/core": "^2.0.0", "@lynxts/core": "workspace:^", - "@testing-library/dom": "^9.3.3", + "@testing-library/dom": "^9.3.4", "@testing-library/react": "^14.1.2", - "@testing-library/user-event": "^14.5.1", + "@testing-library/user-event": "^14.5.2", "@types/mocha": "^10.0.6", - "@types/react": "^18.2.41", - "@types/react-dom": "^18.2.17", - "@types/sinon": "^17.0.2", - "jsdom": "^23.0.1", + "@types/react": "^18.2.48", + "@types/react-dom": "^18.2.18", + "@types/sinon": "^17.0.3", + "jsdom": "^24.0.0", "jsdom-global": "^3.0.2", "mocha": "^10.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "semantic-release": "^22.0.8", + "semantic-release": "^23.0.0", "semantic-release-yarn": "^3.0.2", "sinon": "^17.0.1", "tslib": "^2.6.2", - "typescript": "^5.3.2", - "yup": "^1.3.2" + "typescript": "^5.3.3", + "yup": "^1.3.3" }, "peerDependencies": { "@lynxts/core": ">=1.0.0", diff --git a/yarn.lock b/yarn.lock index 6efccfb..e80cb5d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -42,45 +42,45 @@ __metadata: languageName: node linkType: hard -"@babel/compat-data@npm:^7.20.5, @babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.22.9, @babel/compat-data@npm:^7.23.3, @babel/compat-data@npm:^7.23.5": +"@babel/compat-data@npm:^7.20.5, @babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.23.3, @babel/compat-data@npm:^7.23.5": version: 7.23.5 resolution: "@babel/compat-data@npm:7.23.5" checksum: 088f14f646ecbddd5ef89f120a60a1b3389a50a9705d44603dca77662707d0175a5e0e0da3943c3298f1907a4ab871468656fbbf74bb7842cd8b0686b2c19736 languageName: node linkType: hard -"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.13.16, @babel/core@npm:^7.20.0, @babel/core@npm:^7.23.5": - version: 7.23.5 - resolution: "@babel/core@npm:7.23.5" +"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.13.16, @babel/core@npm:^7.20.0, @babel/core@npm:^7.23.7": + version: 7.23.7 + resolution: "@babel/core@npm:7.23.7" dependencies: "@ampproject/remapping": "npm:^2.2.0" "@babel/code-frame": "npm:^7.23.5" - "@babel/generator": "npm:^7.23.5" - "@babel/helper-compilation-targets": "npm:^7.22.15" + "@babel/generator": "npm:^7.23.6" + "@babel/helper-compilation-targets": "npm:^7.23.6" "@babel/helper-module-transforms": "npm:^7.23.3" - "@babel/helpers": "npm:^7.23.5" - "@babel/parser": "npm:^7.23.5" + "@babel/helpers": "npm:^7.23.7" + "@babel/parser": "npm:^7.23.6" "@babel/template": "npm:^7.22.15" - "@babel/traverse": "npm:^7.23.5" - "@babel/types": "npm:^7.23.5" + "@babel/traverse": "npm:^7.23.7" + "@babel/types": "npm:^7.23.6" convert-source-map: "npm:^2.0.0" debug: "npm:^4.1.0" gensync: "npm:^1.0.0-beta.2" json5: "npm:^2.2.3" semver: "npm:^6.3.1" - checksum: f24265172610dbffe0e315b6a8e8f87cf87d2643c8915196adcddd81c66a8eaeb1b36fea851e2308961636a180089a5f10becaa340d5b707d5f64e2e5ffb2bc8 + checksum: 956841695ea801c8b4196d01072e6c1062335960715a6fcfd4009831003b526b00627c78b373ed49b1658c3622c71142f7ff04235fe839cac4a1a25ed51b90aa languageName: node linkType: hard -"@babel/generator@npm:^7.20.0, @babel/generator@npm:^7.23.5, @babel/generator@npm:^7.7.2": - version: 7.23.5 - resolution: "@babel/generator@npm:7.23.5" +"@babel/generator@npm:^7.20.0, @babel/generator@npm:^7.23.6, @babel/generator@npm:^7.7.2": + version: 7.23.6 + resolution: "@babel/generator@npm:7.23.6" dependencies: - "@babel/types": "npm:^7.23.5" + "@babel/types": "npm:^7.23.6" "@jridgewell/gen-mapping": "npm:^0.3.2" "@jridgewell/trace-mapping": "npm:^0.3.17" jsesc: "npm:^2.5.1" - checksum: 094af79c2e8fdb0cfd06b42ff6a39a8a95639bc987cace44f52ed5c46127f5469eb20ab5f4c8991fc00fa9c1445a1977cde8e44289d6be29ddbb315fb0fc1b45 + checksum: 864090d5122c0aa3074471fd7b79d8a880c1468480cbd28925020a3dcc7eb6e98bedcdb38983df299c12b44b166e30915b8085a7bc126e68fa7e2aadc7bd1ac5 languageName: node linkType: hard @@ -102,22 +102,22 @@ __metadata: languageName: node linkType: hard -"@babel/helper-compilation-targets@npm:^7.20.7, @babel/helper-compilation-targets@npm:^7.22.15, @babel/helper-compilation-targets@npm:^7.22.6": - version: 7.22.15 - resolution: "@babel/helper-compilation-targets@npm:7.22.15" +"@babel/helper-compilation-targets@npm:^7.20.7, @babel/helper-compilation-targets@npm:^7.22.15, @babel/helper-compilation-targets@npm:^7.22.6, @babel/helper-compilation-targets@npm:^7.23.6": + version: 7.23.6 + resolution: "@babel/helper-compilation-targets@npm:7.23.6" dependencies: - "@babel/compat-data": "npm:^7.22.9" - "@babel/helper-validator-option": "npm:^7.22.15" - browserslist: "npm:^4.21.9" + "@babel/compat-data": "npm:^7.23.5" + "@babel/helper-validator-option": "npm:^7.23.5" + browserslist: "npm:^4.22.2" lru-cache: "npm:^5.1.1" semver: "npm:^6.3.1" - checksum: 9706decaa1591cf44511b6f3447eb9653b50ca3538215fe2e5387a8598c258c062f4622da5b95e61f0415706534deee619bbf53a2889f9bd967949b8f6024e0e + checksum: 05595cd73087ddcd81b82d2f3297aac0c0422858dfdded43d304786cf680ec33e846e2317e6992d2c964ee61d93945cbf1fa8ec80b55aee5bfb159227fb02cb9 languageName: node linkType: hard -"@babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.22.15, @babel/helper-create-class-features-plugin@npm:^7.23.5": - version: 7.23.5 - resolution: "@babel/helper-create-class-features-plugin@npm:7.23.5" +"@babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.22.15, @babel/helper-create-class-features-plugin@npm:^7.23.6": + version: 7.23.7 + resolution: "@babel/helper-create-class-features-plugin@npm:7.23.7" dependencies: "@babel/helper-annotate-as-pure": "npm:^7.22.5" "@babel/helper-environment-visitor": "npm:^7.22.20" @@ -130,7 +130,7 @@ __metadata: semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.0.0 - checksum: cd951e81b6a4ad79879f38edbe78d51cf29dfd5a7d33d7162aeaa3ac536dcc9a6679de8feb976bbd76d255a1654bf1742410517edd5c426fec66e0bf41eb8c45 + checksum: c8b3ef58fca399a25f00d703b0fb2ac1d86642d9e3bd7af04df77857641ed08aaca042ffb271ef93771f9272481fd1cf102a9bddfcee407fb126c927deeef6a7 languageName: node linkType: hard @@ -147,9 +147,24 @@ __metadata: languageName: node linkType: hard -"@babel/helper-define-polyfill-provider@npm:^0.4.3": - version: 0.4.3 - resolution: "@babel/helper-define-polyfill-provider@npm:0.4.3" +"@babel/helper-define-polyfill-provider@npm:^0.4.4": + version: 0.4.4 + resolution: "@babel/helper-define-polyfill-provider@npm:0.4.4" + dependencies: + "@babel/helper-compilation-targets": "npm:^7.22.6" + "@babel/helper-plugin-utils": "npm:^7.22.5" + debug: "npm:^4.1.1" + lodash.debounce: "npm:^4.0.8" + resolve: "npm:^1.14.2" + peerDependencies: + "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 + checksum: 16c312e40ecf2ead81f3ab7275387079071012d2363022c04cf16d56fe0d781185f3a517b928f4556c716ae45e0567b817b636d5cd2fee8fb2ce2b18a04c5bcd + languageName: node + linkType: hard + +"@babel/helper-define-polyfill-provider@npm:^0.5.0": + version: 0.5.0 + resolution: "@babel/helper-define-polyfill-provider@npm:0.5.0" dependencies: "@babel/helper-compilation-targets": "npm:^7.22.6" "@babel/helper-plugin-utils": "npm:^7.22.5" @@ -158,7 +173,7 @@ __metadata: resolve: "npm:^1.14.2" peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - checksum: 9ab9d6a2cfaffc44f8b7ad661b642b03f31597282557686b7f4c64f67acd3c5844d4eac028e63d238819bcec0549ddef7dc0539d10966ace96f4c61e97b33138 + checksum: f849e816ec4b182a3e8fa8e09ff016f88bb95259cd6b2190b815c48f83c3d3b68e973a8ec72acc5086bfe93705cbd46ec089c06476421d858597780e42235a03 languageName: node linkType: hard @@ -322,14 +337,14 @@ __metadata: languageName: node linkType: hard -"@babel/helpers@npm:^7.23.5": - version: 7.23.5 - resolution: "@babel/helpers@npm:7.23.5" +"@babel/helpers@npm:^7.23.7": + version: 7.23.8 + resolution: "@babel/helpers@npm:7.23.8" dependencies: "@babel/template": "npm:^7.22.15" - "@babel/traverse": "npm:^7.23.5" - "@babel/types": "npm:^7.23.5" - checksum: 84a813db55e03b5f47cef1210eb22751dae5dc3605bf62ff9acd4c248d857f94cb43dc7299e0edcec9312b31088f0d77f881282df2957e65a322b5412801cc24 + "@babel/traverse": "npm:^7.23.7" + "@babel/types": "npm:^7.23.6" + checksum: 4c392351910102403b6a7c922319077b179c276e422a4e45b243b45610f813a05a043b6b116cbf5eb4b437fb51b9a2dfc2b7c65f38a0de7fde1f97d08a675313 languageName: node linkType: hard @@ -344,12 +359,12 @@ __metadata: languageName: node linkType: hard -"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.13.16, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.0, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.22.15, @babel/parser@npm:^7.23.5": - version: 7.23.5 - resolution: "@babel/parser@npm:7.23.5" +"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.13.16, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.0, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.22.15, @babel/parser@npm:^7.23.6": + version: 7.23.6 + resolution: "@babel/parser@npm:7.23.6" bin: parser: ./bin/babel-parser.js - checksum: 828c250ace0c58f9dc311fd13ad3da34e86ed27a5c6b4183ce9d85be250e78eeb71a13f6d51a368c46f8cbe51106c726bfbb158bf46a89db3a168a0002d3050a + checksum: 6be3a63d3c9d07b035b5a79c022327cb7e16cbd530140ecb731f19a650c794c315a72c699a22413ebeafaff14aa8f53435111898d59e01a393d741b85629fa7d languageName: node linkType: hard @@ -377,15 +392,15 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.23.3" +"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.23.7": + version: 7.23.7 + resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.23.7" dependencies: "@babel/helper-environment-visitor": "npm:^7.22.20" "@babel/helper-plugin-utils": "npm:^7.22.5" peerDependencies: "@babel/core": ^7.0.0 - checksum: 6e13f14949eb943d33cf4d3775a7195fa93c92851dfb648931038e9eb92a9b1709fdaa5a0ff6cf063cfcd68b3e52d280f3ebc0f3085b3e006e64dd6196ecb72a + checksum: 3b0c9554cd0048e6e7341d7b92f29d400dbc6a5a4fc2f86dbed881d32e02ece9b55bc520387bae2eac22a5ab38a0b205c29b52b181294d99b4dd75e27309b548 languageName: node linkType: hard @@ -403,7 +418,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-proposal-class-properties@npm:^7.0.0, @babel/plugin-proposal-class-properties@npm:^7.13.0, @babel/plugin-proposal-class-properties@npm:^7.18.0": +"@babel/plugin-proposal-class-properties@npm:^7.13.0, @babel/plugin-proposal-class-properties@npm:^7.18.0": version: 7.18.6 resolution: "@babel/plugin-proposal-class-properties@npm:7.18.6" dependencies: @@ -451,7 +466,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-proposal-object-rest-spread@npm:^7.0.0, @babel/plugin-proposal-object-rest-spread@npm:^7.20.0": +"@babel/plugin-proposal-object-rest-spread@npm:^7.20.0": version: 7.20.7 resolution: "@babel/plugin-proposal-object-rest-spread@npm:7.20.7" dependencies: @@ -522,7 +537,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-class-properties@npm:^7.0.0, @babel/plugin-syntax-class-properties@npm:^7.12.13, @babel/plugin-syntax-class-properties@npm:^7.8.3": +"@babel/plugin-syntax-class-properties@npm:^7.12.13, @babel/plugin-syntax-class-properties@npm:^7.8.3": version: 7.12.13 resolution: "@babel/plugin-syntax-class-properties@npm:7.12.13" dependencies: @@ -577,7 +592,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-flow@npm:^7.0.0, @babel/plugin-syntax-flow@npm:^7.12.1, @babel/plugin-syntax-flow@npm:^7.18.0, @babel/plugin-syntax-flow@npm:^7.23.3": +"@babel/plugin-syntax-flow@npm:^7.12.1, @babel/plugin-syntax-flow@npm:^7.18.0, @babel/plugin-syntax-flow@npm:^7.23.3": version: 7.23.3 resolution: "@babel/plugin-syntax-flow@npm:7.23.3" dependencies: @@ -632,7 +647,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-jsx@npm:^7.0.0, @babel/plugin-syntax-jsx@npm:^7.23.3, @babel/plugin-syntax-jsx@npm:^7.7.2": +"@babel/plugin-syntax-jsx@npm:^7.23.3, @babel/plugin-syntax-jsx@npm:^7.7.2": version: 7.23.3 resolution: "@babel/plugin-syntax-jsx@npm:7.23.3" dependencies: @@ -676,7 +691,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-object-rest-spread@npm:^7.0.0, @babel/plugin-syntax-object-rest-spread@npm:^7.8.3": +"@babel/plugin-syntax-object-rest-spread@npm:^7.8.3": version: 7.8.3 resolution: "@babel/plugin-syntax-object-rest-spread@npm:7.8.3" dependencies: @@ -765,9 +780,9 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-async-generator-functions@npm:^7.23.4": - version: 7.23.4 - resolution: "@babel/plugin-transform-async-generator-functions@npm:7.23.4" +"@babel/plugin-transform-async-generator-functions@npm:^7.23.7": + version: 7.23.7 + resolution: "@babel/plugin-transform-async-generator-functions@npm:7.23.7" dependencies: "@babel/helper-environment-visitor": "npm:^7.22.20" "@babel/helper-plugin-utils": "npm:^7.22.5" @@ -775,7 +790,7 @@ __metadata: "@babel/plugin-syntax-async-generators": "npm:^7.8.4" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: e2fc132c9033711d55209f4781e1fc73f0f4da5e0ca80a2da73dec805166b73c92a6e83571a8994cd2c893a28302e24107e90856202b24781bab734f800102bb + checksum: b1f66b23423933c27336b1161ac92efef46683321caea97e2255a666f992979376f47a5559f64188d3831fa66a4b24c2a7a40838cc0e9737e90eebe20e8e6372 languageName: node linkType: hard @@ -792,7 +807,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-block-scoped-functions@npm:^7.0.0, @babel/plugin-transform-block-scoped-functions@npm:^7.23.3": +"@babel/plugin-transform-block-scoped-functions@npm:^7.23.3": version: 7.23.3 resolution: "@babel/plugin-transform-block-scoped-functions@npm:7.23.3" dependencies: @@ -839,22 +854,21 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-classes@npm:^7.0.0, @babel/plugin-transform-classes@npm:^7.23.5": - version: 7.23.5 - resolution: "@babel/plugin-transform-classes@npm:7.23.5" +"@babel/plugin-transform-classes@npm:^7.0.0, @babel/plugin-transform-classes@npm:^7.23.8": + version: 7.23.8 + resolution: "@babel/plugin-transform-classes@npm:7.23.8" dependencies: "@babel/helper-annotate-as-pure": "npm:^7.22.5" - "@babel/helper-compilation-targets": "npm:^7.22.15" + "@babel/helper-compilation-targets": "npm:^7.23.6" "@babel/helper-environment-visitor": "npm:^7.22.20" "@babel/helper-function-name": "npm:^7.23.0" - "@babel/helper-optimise-call-expression": "npm:^7.22.5" "@babel/helper-plugin-utils": "npm:^7.22.5" "@babel/helper-replace-supers": "npm:^7.22.20" "@babel/helper-split-export-declaration": "npm:^7.22.6" globals: "npm:^11.1.0" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: f6c4fed2f48bdd46a4726b829ea2ddb5c9c97edd0e55dc53791d82927daad5725052b7e785a8b7e90a53b0606166b9c554469dc94f10fba59ca9642e997d97ee + checksum: 4bb4b19e7a39871c4414fb44fc5f2cc47c78f993b74c43238dfb99c9dac2d15cb99b43f8a3d42747580e1807d2b8f5e13ce7e95e593fd839bd176aa090bf9a23 languageName: node linkType: hard @@ -870,7 +884,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-destructuring@npm:^7.0.0, @babel/plugin-transform-destructuring@npm:^7.20.0, @babel/plugin-transform-destructuring@npm:^7.23.3": +"@babel/plugin-transform-destructuring@npm:^7.20.0, @babel/plugin-transform-destructuring@npm:^7.23.3": version: 7.23.3 resolution: "@babel/plugin-transform-destructuring@npm:7.23.3" dependencies: @@ -940,7 +954,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-flow-strip-types@npm:^7.0.0, @babel/plugin-transform-flow-strip-types@npm:^7.20.0, @babel/plugin-transform-flow-strip-types@npm:^7.23.3": +"@babel/plugin-transform-flow-strip-types@npm:^7.20.0, @babel/plugin-transform-flow-strip-types@npm:^7.23.3": version: 7.23.3 resolution: "@babel/plugin-transform-flow-strip-types@npm:7.23.3" dependencies: @@ -952,14 +966,15 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-for-of@npm:^7.0.0, @babel/plugin-transform-for-of@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-for-of@npm:7.23.3" +"@babel/plugin-transform-for-of@npm:^7.23.6": + version: 7.23.6 + resolution: "@babel/plugin-transform-for-of@npm:7.23.6" dependencies: "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.22.5" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 745054f125fba6dbaea3d863352c94266c97db87e3521bc6c436a8c05f384821907c0109ace437a90342e423a3365f4d8e592de06e4a241bbd7070e1f293604f + checksum: b84ef1f26a2db316237ae6d10fa7c22c70ac808ed0b8e095a8ecf9101551636cbb026bee9fb95a0a7944f3b8278ff9636a9088cb4a4ac5b84830a13829242735 languageName: node linkType: hard @@ -1011,7 +1026,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-member-expression-literals@npm:^7.0.0, @babel/plugin-transform-member-expression-literals@npm:^7.23.3": +"@babel/plugin-transform-member-expression-literals@npm:^7.23.3": version: 7.23.3 resolution: "@babel/plugin-transform-member-expression-literals@npm:7.23.3" dependencies: @@ -1135,7 +1150,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-object-super@npm:^7.0.0, @babel/plugin-transform-object-super@npm:^7.23.3": +"@babel/plugin-transform-object-super@npm:^7.23.3": version: 7.23.3 resolution: "@babel/plugin-transform-object-super@npm:7.23.3" dependencies: @@ -1209,7 +1224,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-property-literals@npm:^7.0.0, @babel/plugin-transform-property-literals@npm:^7.23.3": +"@babel/plugin-transform-property-literals@npm:^7.23.3": version: 7.23.3 resolution: "@babel/plugin-transform-property-literals@npm:7.23.3" dependencies: @@ -1292,18 +1307,18 @@ __metadata: linkType: hard "@babel/plugin-transform-runtime@npm:^7.0.0": - version: 7.23.4 - resolution: "@babel/plugin-transform-runtime@npm:7.23.4" + version: 7.23.7 + resolution: "@babel/plugin-transform-runtime@npm:7.23.7" dependencies: "@babel/helper-module-imports": "npm:^7.22.15" "@babel/helper-plugin-utils": "npm:^7.22.5" - babel-plugin-polyfill-corejs2: "npm:^0.4.6" - babel-plugin-polyfill-corejs3: "npm:^0.8.5" - babel-plugin-polyfill-regenerator: "npm:^0.5.3" + babel-plugin-polyfill-corejs2: "npm:^0.4.7" + babel-plugin-polyfill-corejs3: "npm:^0.8.7" + babel-plugin-polyfill-regenerator: "npm:^0.5.4" semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: d962002d4cdeae91866fb7e9fb8ae5e5d568bd9ea866cfd03e8e564120f6f7db99d8f142f9b044819b975c0d0ca76418d8673bf46ea48feeba7779ae4f3bc46f + checksum: 1e0b21c943e565e6a2a859991059f5b5a8b917689aab9b3beb172babece1843b42f9ae9ff9913f01134fb201fd67ac2831559578949c7287e7c782e6d6740de8 languageName: node linkType: hard @@ -1341,7 +1356,7 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-template-literals@npm:^7.0.0, @babel/plugin-transform-template-literals@npm:^7.23.3": +"@babel/plugin-transform-template-literals@npm:^7.23.3": version: 7.23.3 resolution: "@babel/plugin-transform-template-literals@npm:7.23.3" dependencies: @@ -1364,16 +1379,16 @@ __metadata: linkType: hard "@babel/plugin-transform-typescript@npm:^7.23.3, @babel/plugin-transform-typescript@npm:^7.5.0": - version: 7.23.5 - resolution: "@babel/plugin-transform-typescript@npm:7.23.5" + version: 7.23.6 + resolution: "@babel/plugin-transform-typescript@npm:7.23.6" dependencies: "@babel/helper-annotate-as-pure": "npm:^7.22.5" - "@babel/helper-create-class-features-plugin": "npm:^7.23.5" + "@babel/helper-create-class-features-plugin": "npm:^7.23.6" "@babel/helper-plugin-utils": "npm:^7.22.5" "@babel/plugin-syntax-typescript": "npm:^7.23.3" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: f8cfea916092e3604b78aa9e84d342572023e61036d797c23730aeee6efdc6ac8a836d2a5c0588eacfc0b2e9482df8a820923f23b7cfe4e9bf92d9de9c5e499f + checksum: a816811129f3fcb0af1aeb52b84285be390ed8a0eedab17d31fa8e6847c4ca39b4b176d44831f20a8561b3f586974053570ad7bdfa51f89566276e6b191786d2 languageName: node linkType: hard @@ -1424,17 +1439,17 @@ __metadata: languageName: node linkType: hard -"@babel/preset-env@npm:^7.23.5": - version: 7.23.5 - resolution: "@babel/preset-env@npm:7.23.5" +"@babel/preset-env@npm:^7.23.8": + version: 7.23.8 + resolution: "@babel/preset-env@npm:7.23.8" dependencies: "@babel/compat-data": "npm:^7.23.5" - "@babel/helper-compilation-targets": "npm:^7.22.15" + "@babel/helper-compilation-targets": "npm:^7.23.6" "@babel/helper-plugin-utils": "npm:^7.22.5" "@babel/helper-validator-option": "npm:^7.23.5" "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.23.3" "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "npm:^7.23.3" - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.23.3" + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.23.7" "@babel/plugin-proposal-private-property-in-object": "npm:7.21.0-placeholder-for-preset-env.2" "@babel/plugin-syntax-async-generators": "npm:^7.8.4" "@babel/plugin-syntax-class-properties": "npm:^7.12.13" @@ -1455,13 +1470,13 @@ __metadata: "@babel/plugin-syntax-top-level-await": "npm:^7.14.5" "@babel/plugin-syntax-unicode-sets-regex": "npm:^7.18.6" "@babel/plugin-transform-arrow-functions": "npm:^7.23.3" - "@babel/plugin-transform-async-generator-functions": "npm:^7.23.4" + "@babel/plugin-transform-async-generator-functions": "npm:^7.23.7" "@babel/plugin-transform-async-to-generator": "npm:^7.23.3" "@babel/plugin-transform-block-scoped-functions": "npm:^7.23.3" "@babel/plugin-transform-block-scoping": "npm:^7.23.4" "@babel/plugin-transform-class-properties": "npm:^7.23.3" "@babel/plugin-transform-class-static-block": "npm:^7.23.4" - "@babel/plugin-transform-classes": "npm:^7.23.5" + "@babel/plugin-transform-classes": "npm:^7.23.8" "@babel/plugin-transform-computed-properties": "npm:^7.23.3" "@babel/plugin-transform-destructuring": "npm:^7.23.3" "@babel/plugin-transform-dotall-regex": "npm:^7.23.3" @@ -1469,7 +1484,7 @@ __metadata: "@babel/plugin-transform-dynamic-import": "npm:^7.23.4" "@babel/plugin-transform-exponentiation-operator": "npm:^7.23.3" "@babel/plugin-transform-export-namespace-from": "npm:^7.23.4" - "@babel/plugin-transform-for-of": "npm:^7.23.3" + "@babel/plugin-transform-for-of": "npm:^7.23.6" "@babel/plugin-transform-function-name": "npm:^7.23.3" "@babel/plugin-transform-json-strings": "npm:^7.23.4" "@babel/plugin-transform-literals": "npm:^7.23.3" @@ -1503,14 +1518,14 @@ __metadata: "@babel/plugin-transform-unicode-regex": "npm:^7.23.3" "@babel/plugin-transform-unicode-sets-regex": "npm:^7.23.3" "@babel/preset-modules": "npm:0.1.6-no-external-plugins" - babel-plugin-polyfill-corejs2: "npm:^0.4.6" - babel-plugin-polyfill-corejs3: "npm:^0.8.5" - babel-plugin-polyfill-regenerator: "npm:^0.5.3" + babel-plugin-polyfill-corejs2: "npm:^0.4.7" + babel-plugin-polyfill-corejs3: "npm:^0.8.7" + babel-plugin-polyfill-regenerator: "npm:^0.5.4" core-js-compat: "npm:^3.31.0" semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 9c2c2ca7a8ac7ea5a36866f5c1df43936f60b4b5988693c574d531a2abfbcd2804d8a67db3560a8e505cf11e2c3e3031ce4104a84685cff6fbd46b884592146c + checksum: 74493faa8b3e4bdd07ab3fbde80d7b13cc05321877f997698177c0bb082669c9b6a87397bd79ca6656df3c80c05e514ffed6d81510e2d8719a6e9647c038b7b9 languageName: node linkType: hard @@ -1556,17 +1571,17 @@ __metadata: linkType: hard "@babel/register@npm:^7.13.16": - version: 7.22.15 - resolution: "@babel/register@npm:7.22.15" + version: 7.23.7 + resolution: "@babel/register@npm:7.23.7" dependencies: clone-deep: "npm:^4.0.1" find-cache-dir: "npm:^2.0.0" make-dir: "npm:^2.1.0" - pirates: "npm:^4.0.5" + pirates: "npm:^4.0.6" source-map-support: "npm:^0.5.16" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 5497be6773608cd2d874210edd14499fce464ddbea170219da55955afe4c9173adb591164193458fd639e43b7d1314088a6186f4abf241476c59b3f0da6afd6f + checksum: c72a6d4856ef04f13490370d805854d2d98a77786bfaec7d85e2c585e1217011c4f3df18197a890e14520906c9111bef95551ba1a9b59c88df4dfc2dfe2c8d1b languageName: node linkType: hard @@ -1577,12 +1592,12 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.23.5, @babel/runtime@npm:^7.7.2, @babel/runtime@npm:^7.8.4": - version: 7.23.5 - resolution: "@babel/runtime@npm:7.23.5" +"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.23.8, @babel/runtime@npm:^7.7.2, @babel/runtime@npm:^7.8.4": + version: 7.23.8 + resolution: "@babel/runtime@npm:7.23.8" dependencies: regenerator-runtime: "npm:^0.14.0" - checksum: 0f1669f639af30a0a2948ffcefa2c61935f337b0777bd94f8d7bc66bba8e7d4499e725caeb0449540d9c6d67399b733c4e719babb43ce9a0f33095aa01b42b37 + checksum: ec8f1967a36164da6cac868533ffdff97badd76d23d7d820cc84f0818864accef972f22f9c6a710185db1e3810e353fc18c3da721e5bb3ee8bc61bdbabce03ff languageName: node linkType: hard @@ -1597,32 +1612,32 @@ __metadata: languageName: node linkType: hard -"@babel/traverse@npm:^7.20.0, @babel/traverse@npm:^7.23.5": - version: 7.23.5 - resolution: "@babel/traverse@npm:7.23.5" +"@babel/traverse@npm:^7.20.0, @babel/traverse@npm:^7.23.7": + version: 7.23.7 + resolution: "@babel/traverse@npm:7.23.7" dependencies: "@babel/code-frame": "npm:^7.23.5" - "@babel/generator": "npm:^7.23.5" + "@babel/generator": "npm:^7.23.6" "@babel/helper-environment-visitor": "npm:^7.22.20" "@babel/helper-function-name": "npm:^7.23.0" "@babel/helper-hoist-variables": "npm:^7.22.5" "@babel/helper-split-export-declaration": "npm:^7.22.6" - "@babel/parser": "npm:^7.23.5" - "@babel/types": "npm:^7.23.5" - debug: "npm:^4.1.0" + "@babel/parser": "npm:^7.23.6" + "@babel/types": "npm:^7.23.6" + debug: "npm:^4.3.1" globals: "npm:^11.1.0" - checksum: 281cae2765caad88c7af6214eab3647db0e9cadc7ffcd3fd924f09fbb9bd09d97d6fb210794b7545c317ce417a30016636530043a455ba6922349e39c1ba622a + checksum: 3215e59429963c8dac85c26933372cdd322952aa9930e4bc5ef2d0e4bd7a1510d1ecf8f8fd860ace5d4d9fe496d23805a1ea019a86410aee4111de5f63ee84f9 languageName: node linkType: hard -"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.22.15, @babel/types@npm:^7.22.19, @babel/types@npm:^7.22.5, @babel/types@npm:^7.23.0, @babel/types@npm:^7.23.4, @babel/types@npm:^7.23.5, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3": - version: 7.23.5 - resolution: "@babel/types@npm:7.23.5" +"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.22.15, @babel/types@npm:^7.22.19, @babel/types@npm:^7.22.5, @babel/types@npm:^7.23.0, @babel/types@npm:^7.23.4, @babel/types@npm:^7.23.6, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3": + version: 7.23.6 + resolution: "@babel/types@npm:7.23.6" dependencies: "@babel/helper-string-parser": "npm:^7.23.4" "@babel/helper-validator-identifier": "npm:^7.22.20" to-fast-properties: "npm:^2.0.0" - checksum: a623a4e7f396f1903659099da25bfa059694a49f42820f6b5288347f1646f0b37fb7cc550ba45644e9067149368ef34ccb1bd4a4251ec59b83b3f7765088f363 + checksum: 07e70bb94d30b0231396b5e9a7726e6d9227a0a62e0a6830c0bd3232f33b024092e3d5a7d1b096a65bbf2bb43a9ab4c721bf618e115bfbb87b454fa060f88cbf languageName: node linkType: hard @@ -1704,21 +1719,21 @@ __metadata: languageName: node linkType: hard -"@eslint/js@npm:8.55.0": - version: 8.55.0 - resolution: "@eslint/js@npm:8.55.0" - checksum: 34b001a95b16501fd64f525b1de3ab0e4c252e5820b74069004934cb13977fc04ba4522a3e8f8074bd6af49da10d3444cd49fa711819f425ad73d6bf46eea82d +"@eslint/js@npm:8.56.0": + version: 8.56.0 + resolution: "@eslint/js@npm:8.56.0" + checksum: 97a4b5ccf7e24f4d205a1fb0f21cdcd610348ecf685f6798a48dd41ba443f2c1eedd3050ff5a0b8f30b8cf6501ab512aa9b76e531db15e59c9ebaa41f3162e37 languageName: node linkType: hard -"@hapi/hoek@npm:^9.0.0": +"@hapi/hoek@npm:^9.0.0, @hapi/hoek@npm:^9.3.0": version: 9.3.0 resolution: "@hapi/hoek@npm:9.3.0" checksum: ad83a223787749f3873bce42bd32a9a19673765bf3edece0a427e138859ff729469e68d5fdf9ff6bbee6fb0c8e21bab61415afa4584f527cfc40b59ea1957e70 languageName: node linkType: hard -"@hapi/topo@npm:^5.0.0": +"@hapi/topo@npm:^5.1.0": version: 5.1.0 resolution: "@hapi/topo@npm:5.1.0" dependencies: @@ -1728,13 +1743,13 @@ __metadata: linkType: hard "@humanwhocodes/config-array@npm:^0.11.13": - version: 0.11.13 - resolution: "@humanwhocodes/config-array@npm:0.11.13" + version: 0.11.14 + resolution: "@humanwhocodes/config-array@npm:0.11.14" dependencies: - "@humanwhocodes/object-schema": "npm:^2.0.1" - debug: "npm:^4.1.1" + "@humanwhocodes/object-schema": "npm:^2.0.2" + debug: "npm:^4.3.1" minimatch: "npm:^3.0.5" - checksum: 9f655e1df7efa5a86822cd149ca5cef57240bb8ffd728f0c07cc682cc0a15c6bdce68425fbfd58f9b3e8b16f79b3fd8cb1e96b10c434c9a76f20b2a89f213272 + checksum: 3ffb24ecdfab64014a230e127118d50a1a04d11080cbb748bc21629393d100850496456bbcb4e8c438957fe0934430d731042f1264d6a167b62d32fc2863580a languageName: node linkType: hard @@ -1745,10 +1760,10 @@ __metadata: languageName: node linkType: hard -"@humanwhocodes/object-schema@npm:^2.0.1": - version: 2.0.1 - resolution: "@humanwhocodes/object-schema@npm:2.0.1" - checksum: dbddfd0465aecf92ed845ec30d06dba3f7bb2496d544b33b53dac7abc40370c0e46b8787b268d24a366730d5eeb5336ac88967232072a183905ee4abf7df4dab +"@humanwhocodes/object-schema@npm:^2.0.2": + version: 2.0.2 + resolution: "@humanwhocodes/object-schema@npm:2.0.2" + checksum: ef915e3e2f34652f3d383b28a9a99cfea476fa991482370889ab14aac8ecd2b38d47cc21932526c6d949da0daf4a4a6bf629d30f41b0caca25e146819cbfa70e languageName: node linkType: hard @@ -1773,6 +1788,13 @@ __metadata: languageName: node linkType: hard +"@isaacs/ttlcache@npm:^1.4.1": + version: 1.4.1 + resolution: "@isaacs/ttlcache@npm:1.4.1" + checksum: 57f2b00b58845d48a173c7668c58c27c3e6f91a56c17d6d4c58b38780a475a858ce3b4fc2cd4304469eee9f49818b79a187f0e13120b3617c4f67e4abc475698 + languageName: node + linkType: hard + "@istanbuljs/load-nyc-config@npm:^1.0.0": version: 1.1.0 resolution: "@istanbuljs/load-nyc-config@npm:1.1.0" @@ -1848,7 +1870,7 @@ __metadata: languageName: node linkType: hard -"@jest/create-cache-key-function@npm:^29.2.1": +"@jest/create-cache-key-function@npm:^29.6.3": version: 29.7.0 resolution: "@jest/create-cache-key-function@npm:29.7.0" dependencies: @@ -2031,19 +2053,6 @@ __metadata: languageName: node linkType: hard -"@jest/types@npm:^27.5.1": - version: 27.5.1 - resolution: "@jest/types@npm:27.5.1" - dependencies: - "@types/istanbul-lib-coverage": "npm:^2.0.0" - "@types/istanbul-reports": "npm:^3.0.0" - "@types/node": "npm:*" - "@types/yargs": "npm:^16.0.0" - chalk: "npm:^4.0.0" - checksum: d3ca1655673539c54665f3e9135dc70887feb6b667b956e712c38f42e513ae007d3593b8075aecea8f2db7119f911773010f17f93be070b1725fbc6225539b6e - languageName: node - linkType: hard - "@jest/types@npm:^29.6.3": version: 29.6.3 resolution: "@jest/types@npm:29.6.3" @@ -2111,12 +2120,12 @@ __metadata: linkType: hard "@jridgewell/trace-mapping@npm:^0.3.12, @jridgewell/trace-mapping@npm:^0.3.17, @jridgewell/trace-mapping@npm:^0.3.18, @jridgewell/trace-mapping@npm:^0.3.9": - version: 0.3.20 - resolution: "@jridgewell/trace-mapping@npm:0.3.20" + version: 0.3.21 + resolution: "@jridgewell/trace-mapping@npm:0.3.21" dependencies: "@jridgewell/resolve-uri": "npm:^3.1.0" "@jridgewell/sourcemap-codec": "npm:^1.4.14" - checksum: 683117e4e6707ef50c725d6d0ec4234687ff751f36fa46c2b3068931eb6a86b49af374d3030200777666579a992b7470d1bd1c591e9bf64d764dda5295f33093 + checksum: 925dda0620887e5a24f11b5a3a106f4e8b1a66155b49be6ceee61432174df33a17c243d8a89b2cd79ccebd281d817878759236a2fc42c47325ae9f73dfbfb90d languageName: node linkType: hard @@ -2142,28 +2151,28 @@ __metadata: dependencies: "@assertive-ts/core": "npm:^2.0.0" "@lukeed/uuid": "npm:^2.0.1" - "@testing-library/dom": "npm:^9.3.3" + "@testing-library/dom": "npm:^9.3.4" "@testing-library/react": "npm:^14.1.2" - "@testing-library/user-event": "npm:^14.5.1" + "@testing-library/user-event": "npm:^14.5.2" "@types/mocha": "npm:^10.0.6" - "@types/react": "npm:^18.2.41" - "@types/react-dom": "npm:^18.2.17" - "@types/sinon": "npm:^17.0.2" + "@types/react": "npm:^18.2.48" + "@types/react-dom": "npm:^18.2.18" + "@types/sinon": "npm:^17.0.3" dot-prop-immutable: "npm:^2.1.1" expect-type: "npm:^0.17.3" - jsdom: "npm:^23.0.1" + jsdom: "npm:^24.0.0" jsdom-global: "npm:^3.0.2" mocha: "npm:^10.2.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" scheduler: "npm:^0.23.0" - semantic-release: "npm:^22.0.8" + semantic-release: "npm:^23.0.0" semantic-release-yarn: "npm:^3.0.2" sinon: "npm:^17.0.1" tslib: "npm:^2.6.2" - typescript: "npm:^5.3.2" + typescript: "npm:^5.3.3" use-context-selector: "npm:^1.4.1" - yup: "npm:^1.3.2" + yup: "npm:^1.3.3" zod: "npm:^3.22.4" peerDependencies: react: ">=16.8.0" @@ -2189,30 +2198,30 @@ __metadata: resolution: "@lynxts/native@workspace:packages/native" dependencies: "@assertive-ts/core": "npm:^2.0.0" - "@babel/core": "npm:^7.23.5" - "@babel/preset-env": "npm:^7.23.5" - "@babel/runtime": "npm:^7.23.5" + "@babel/core": "npm:^7.23.7" + "@babel/preset-env": "npm:^7.23.8" + "@babel/runtime": "npm:^7.23.8" "@lynxts/core": "workspace:^" - "@react-native/metro-config": "npm:^0.73.2" - "@testing-library/react-native": "npm:^12.4.1" - "@types/node": "npm:^20.10.3" - "@types/react": "npm:^18.2.41" + "@react-native/metro-config": "npm:^0.73.3" + "@testing-library/react-native": "npm:^12.4.3" + "@types/node": "npm:^20.11.5" + "@types/react": "npm:^18.2.48" "@types/react-test-renderer": "npm:^18.0.7" - "@types/sinon": "npm:^17.0.2" + "@types/sinon": "npm:^17.0.3" babel-jest: "npm:^29.7.0" jest: "npm:^29.7.0" metro-react-native-babel-preset: "npm:^0.77.0" react: "npm:^18.2.0" react-fast-compare: "npm:^3.2.2" - react-native: "npm:^0.72.7" + react-native: "npm:^0.73.2" react-test-renderer: "npm:^18.2.0" - semantic-release: "npm:^22.0.8" + semantic-release: "npm:^23.0.0" semantic-release-yarn: "npm:^3.0.2" sinon: "npm:^17.0.1" - ts-node: "npm:^10.9.1" + ts-node: "npm:^10.9.2" tslib: "npm:^2.6.2" - typescript: "npm:^5.3.2" - yup: "npm:^1.3.2" + typescript: "npm:^5.3.3" + yup: "npm:^1.3.3" peerDependencies: "@lynxts/core": ">=1.0.0" react: ">=16.8.0" @@ -2233,25 +2242,25 @@ __metadata: dependencies: "@assertive-ts/core": "npm:^2.0.0" "@lynxts/core": "workspace:^" - "@testing-library/dom": "npm:^9.3.3" + "@testing-library/dom": "npm:^9.3.4" "@testing-library/react": "npm:^14.1.2" - "@testing-library/user-event": "npm:^14.5.1" + "@testing-library/user-event": "npm:^14.5.2" "@types/mocha": "npm:^10.0.6" - "@types/react": "npm:^18.2.41" - "@types/react-dom": "npm:^18.2.17" - "@types/sinon": "npm:^17.0.2" - jsdom: "npm:^23.0.1" + "@types/react": "npm:^18.2.48" + "@types/react-dom": "npm:^18.2.18" + "@types/sinon": "npm:^17.0.3" + jsdom: "npm:^24.0.0" jsdom-global: "npm:^3.0.2" mocha: "npm:^10.2.0" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" react-fast-compare: "npm:^3.2.2" - semantic-release: "npm:^22.0.8" + semantic-release: "npm:^23.0.0" semantic-release-yarn: "npm:^3.0.2" sinon: "npm:^17.0.1" tslib: "npm:^2.6.2" - typescript: "npm:^5.3.2" - yup: "npm:^1.3.2" + typescript: "npm:^5.3.3" + yup: "npm:^1.3.3" peerDependencies: "@lynxts/core": ">=1.0.0" react: ">=16.8.0" @@ -2307,8 +2316,8 @@ __metadata: linkType: hard "@npmcli/arborist@npm:^7.2.1": - version: 7.2.1 - resolution: "@npmcli/arborist@npm:7.2.1" + version: 7.3.0 + resolution: "@npmcli/arborist@npm:7.3.0" dependencies: "@isaacs/string-locale-compare": "npm:^1.1.0" "@npmcli/fs": "npm:^3.1.0" @@ -2345,13 +2354,13 @@ __metadata: walk-up-path: "npm:^3.0.1" bin: arborist: bin/index.js - checksum: c2864e85b0d8221838d8c6af2100b4f893e0a66f8994aeed41fd4e629b0212a490a87fe557274a6416a4459949b8c10032aa644e2f65a5bb33b9d62ba7ba2246 + checksum: cd805d6d8040e0a5cfb932357e2dd2c4653efa8a15c5fe7fe2da58ad5155db2a9d0b2ae7b6a53ffeda2625c303a58edcd0702b2012166a18063a6249686eb442 languageName: node linkType: hard "@npmcli/config@npm:^8.0.2": - version: 8.0.2 - resolution: "@npmcli/config@npm:8.0.2" + version: 8.1.0 + resolution: "@npmcli/config@npm:8.1.0" dependencies: "@npmcli/map-workspaces": "npm:^3.0.2" ci-info: "npm:^4.0.0" @@ -2361,7 +2370,7 @@ __metadata: read-package-json-fast: "npm:^3.0.2" semver: "npm:^7.3.5" walk-up-path: "npm:^3.0.1" - checksum: 27841620cbd3cf2651a391d253e03efb64854d17365c4cbc55c5ebbe003b07f583d5b22558e4be33efd24811e94b4df57be61d891f7dabd4450aaf290bc7f554 + checksum: 62037c31e8a782401fab5861b1b6f0a3ed1f1ce318b810339af9056e6ac3b0784789bf3f3557f8cdbf33a593fe52b247038cd8ec6c9f7180a2fb45b15dd649e6 languageName: node linkType: hard @@ -2384,8 +2393,8 @@ __metadata: linkType: hard "@npmcli/git@npm:^5.0.0, @npmcli/git@npm:^5.0.3": - version: 5.0.3 - resolution: "@npmcli/git@npm:5.0.3" + version: 5.0.4 + resolution: "@npmcli/git@npm:5.0.4" dependencies: "@npmcli/promise-spawn": "npm:^7.0.0" lru-cache: "npm:^10.0.1" @@ -2395,7 +2404,7 @@ __metadata: promise-retry: "npm:^2.0.1" semver: "npm:^7.3.5" which: "npm:^4.0.0" - checksum: cf2216c5e6e2ef30eac135b9f6fdc3c999253c2778e9af38d5acda73af10c3f20b2fbf834521ea3e874e27633854c7fd32ba36162ba1dcaa5f67d19438059626 + checksum: 136e71f4de73ef315285ebaf172b4681d1d22aff4c87ec526af1e57ab88ad7c864272523382009a2e3fab00f932bea204ed90cbdf187c7b7bd3d5c6e3d6c6d1a languageName: node linkType: hard @@ -2464,12 +2473,12 @@ __metadata: languageName: node linkType: hard -"@npmcli/promise-spawn@npm:^7.0.0": - version: 7.0.0 - resolution: "@npmcli/promise-spawn@npm:7.0.0" +"@npmcli/promise-spawn@npm:^7.0.0, @npmcli/promise-spawn@npm:^7.0.1": + version: 7.0.1 + resolution: "@npmcli/promise-spawn@npm:7.0.1" dependencies: which: "npm:^4.0.0" - checksum: 6bda8e0cd007d34799b49fa20bc70eeb3fcac03aaecd021207b39e9b253511c5e5a0586345ae7726a8e34e49dbfd5927fcc7b5793273f4a995701687210c9614 + checksum: 7cbfc3c5e0bcad28e362dc34418b7507afea4fa82d692b802d9b8999ebdc99ceb2686f5959b5b9890e424983cee801401d3e972638f6942f75a2976a2c61774c languageName: node linkType: hard @@ -2482,16 +2491,16 @@ __metadata: languageName: node linkType: hard -"@npmcli/run-script@npm:^7.0.0, @npmcli/run-script@npm:^7.0.2": - version: 7.0.2 - resolution: "@npmcli/run-script@npm:7.0.2" +"@npmcli/run-script@npm:^7.0.0, @npmcli/run-script@npm:^7.0.2, @npmcli/run-script@npm:^7.0.3": + version: 7.0.3 + resolution: "@npmcli/run-script@npm:7.0.3" dependencies: "@npmcli/node-gyp": "npm:^3.0.0" "@npmcli/promise-spawn": "npm:^7.0.0" node-gyp: "npm:^10.0.0" read-package-json-fast: "npm:^3.0.0" which: "npm:^4.0.0" - checksum: 4549311f3b937ca81d147b72fbfd41aa6ed7daf70ecc4e9ee3838f9cce1749e9c62c301943a8a67364a96c31bbc67c49ee31526fb12ec2f4b15148f0ef472f98 + checksum: 4fd8cd2f132048b8e603ee4ee78109a3065c1571d8fa427be8e6d206e631a7986beda93c16dc84c7ba46750e9d685e538c3126c992395c6098439395b7839b38 languageName: node linkType: hard @@ -2503,8 +2512,8 @@ __metadata: linkType: hard "@octokit/core@npm:^5.0.0": - version: 5.0.2 - resolution: "@octokit/core@npm:5.0.2" + version: 5.1.0 + resolution: "@octokit/core@npm:5.1.0" dependencies: "@octokit/auth-token": "npm:^4.0.0" "@octokit/graphql": "npm:^7.0.0" @@ -2513,7 +2522,7 @@ __metadata: "@octokit/types": "npm:^12.0.0" before-after-hook: "npm:^2.2.0" universal-user-agent: "npm:^6.0.0" - checksum: bb991f88793fab043c4c09f9441432596fe0e6448caf42cd2209f52c1f26807418be488ad2cea7a8293e58e79e5c0019f38dda46e8cf96af5e89e43cca37ec3e + checksum: 8062e86a3088f24a691b36d2c3e9f33e864cefcb5f544b0633650358bce280708b111551cbe855ecf6a5190d6fc4fec1220117c329a2c27525940dd97b868614 languageName: node linkType: hard @@ -2538,7 +2547,7 @@ __metadata: languageName: node linkType: hard -"@octokit/openapi-types@npm:^19.0.2": +"@octokit/openapi-types@npm:^19.1.0": version: 19.1.0 resolution: "@octokit/openapi-types@npm:19.1.0" checksum: 3abedc09baa91bb4de00a2b82bf519401c2b6388913b7caa98541002c9e9612eba8256926323b1e40782ac700309a3373bb8c13520af325cef1accc40cb4566b @@ -2546,13 +2555,13 @@ __metadata: linkType: hard "@octokit/plugin-paginate-rest@npm:^9.0.0": - version: 9.1.4 - resolution: "@octokit/plugin-paginate-rest@npm:9.1.4" + version: 9.1.5 + resolution: "@octokit/plugin-paginate-rest@npm:9.1.5" dependencies: - "@octokit/types": "npm:^12.3.0" + "@octokit/types": "npm:^12.4.0" peerDependencies: "@octokit/core": ">=5" - checksum: 1573934e0c2a99e3512cd21a0dbb17f6ca1d5faffdffb499cb80519b1219da4d56f814a30c68c0961fcccf152895bdced478709195f53a6e4c32e71a3235f888 + checksum: 5f1793ebebc9e2feaf8574beb2308b6fe9d0fec69d3fc3c93ed7ce8083d34e7ae7452121bd88b27e9ba91da29d648f8ffbf19d6f02787f8273a8bb0e3fbc2b9f languageName: node linkType: hard @@ -2604,12 +2613,12 @@ __metadata: languageName: node linkType: hard -"@octokit/types@npm:^12.0.0, @octokit/types@npm:^12.2.0, @octokit/types@npm:^12.3.0": - version: 12.3.0 - resolution: "@octokit/types@npm:12.3.0" +"@octokit/types@npm:^12.0.0, @octokit/types@npm:^12.2.0, @octokit/types@npm:^12.4.0": + version: 12.4.0 + resolution: "@octokit/types@npm:12.4.0" dependencies: - "@octokit/openapi-types": "npm:^19.0.2" - checksum: ab78fd25490f995f79e341b00c375bade64eedb44d4c76fa3da85961003ba1efcac3cf168ea221bf4f9f5761afe91738412737acf30f1f41f3f2dbad14b872e4 + "@octokit/openapi-types": "npm:^19.1.0" + checksum: b0a893e31fed59a919c2072ae67b671aa5f21e00ee3dee689af325f09f12ddd9175ce07c590b835d183bcb1cd2a2da908e02391b2fc33071881561366b2a35e7 languageName: node linkType: hard @@ -2658,132 +2667,119 @@ __metadata: languageName: node linkType: hard -"@react-native-community/cli-clean@npm:11.3.10": - version: 11.3.10 - resolution: "@react-native-community/cli-clean@npm:11.3.10" +"@react-native-community/cli-clean@npm:12.3.0": + version: 12.3.0 + resolution: "@react-native-community/cli-clean@npm:12.3.0" dependencies: - "@react-native-community/cli-tools": "npm:11.3.10" + "@react-native-community/cli-tools": "npm:12.3.0" chalk: "npm:^4.1.2" execa: "npm:^5.0.0" - prompts: "npm:^2.4.0" - checksum: 12322c004d22b3e725813b9d1f5d38ffd5b3f6e2338dc25c0fc85178160f8142a754970df5b208a4a5120c6e144d8765679837703ee8b2f39d2ab26b99ae3a29 + checksum: 6e066f325fe590d422687a547ba9ec18953c8fe59efefcba974c3fe2f9be2c7838c0eaa29d80dcc02ca41ed687b232fab53460b2d9d0553d4ada5a14342a56e1 languageName: node linkType: hard -"@react-native-community/cli-config@npm:11.3.10": - version: 11.3.10 - resolution: "@react-native-community/cli-config@npm:11.3.10" +"@react-native-community/cli-config@npm:12.3.0": + version: 12.3.0 + resolution: "@react-native-community/cli-config@npm:12.3.0" dependencies: - "@react-native-community/cli-tools": "npm:11.3.10" + "@react-native-community/cli-tools": "npm:12.3.0" chalk: "npm:^4.1.2" cosmiconfig: "npm:^5.1.0" deepmerge: "npm:^4.3.0" glob: "npm:^7.1.3" joi: "npm:^17.2.1" - checksum: 3230f35897dd709d8c0eb7117baebf2cfad980324a57631669f1f27f53e8d9ef9ab140c5263b161d5051c93b603476fe407851d8014be7fb5acfb7676f6d293b + checksum: f2600223ae1783497902d5da278183f194ae377903ab5d4d9923bcd7e2f4c9ae810c8951b660c810c50b33cd87ca3ff491de16f27fd5057aedd55ad5ef75c0b8 languageName: node linkType: hard -"@react-native-community/cli-debugger-ui@npm:11.3.10": - version: 11.3.10 - resolution: "@react-native-community/cli-debugger-ui@npm:11.3.10" +"@react-native-community/cli-debugger-ui@npm:12.3.0": + version: 12.3.0 + resolution: "@react-native-community/cli-debugger-ui@npm:12.3.0" dependencies: serve-static: "npm:^1.13.1" - checksum: e0a4fb887f88729e8c36edd44e5f1a38343ca7efa5cbe603a262dca0c5064e0a1ae5191a7eece4b48956f879b37e0e5a4597ce2e6aeb235f165c869d5128bde2 + checksum: 33502ff21a2b3e07a4b8cdf3b8eda01fe7b03dedb4a4210ea99b27d135a8066dffc46352a6761cdd6e58d1b5aa71e70f0340e0193ee4d00313b1a233c1b244f3 languageName: node linkType: hard -"@react-native-community/cli-doctor@npm:11.3.10": - version: 11.3.10 - resolution: "@react-native-community/cli-doctor@npm:11.3.10" +"@react-native-community/cli-doctor@npm:12.3.0": + version: 12.3.0 + resolution: "@react-native-community/cli-doctor@npm:12.3.0" dependencies: - "@react-native-community/cli-config": "npm:11.3.10" - "@react-native-community/cli-platform-android": "npm:11.3.10" - "@react-native-community/cli-platform-ios": "npm:11.3.10" - "@react-native-community/cli-tools": "npm:11.3.10" + "@react-native-community/cli-config": "npm:12.3.0" + "@react-native-community/cli-platform-android": "npm:12.3.0" + "@react-native-community/cli-platform-ios": "npm:12.3.0" + "@react-native-community/cli-tools": "npm:12.3.0" chalk: "npm:^4.1.2" command-exists: "npm:^1.2.8" - envinfo: "npm:^7.7.2" + deepmerge: "npm:^4.3.0" + envinfo: "npm:^7.10.0" execa: "npm:^5.0.0" hermes-profile-transformer: "npm:^0.0.6" ip: "npm:^1.1.5" node-stream-zip: "npm:^1.9.1" ora: "npm:^5.4.1" - prompts: "npm:^2.4.0" semver: "npm:^7.5.2" strip-ansi: "npm:^5.2.0" - sudo-prompt: "npm:^9.0.0" wcwidth: "npm:^1.0.1" yaml: "npm:^2.2.1" - checksum: 08dd9dd970cd14ec510126ba57d4ac789dae53f7b3ad84474ada9295c2bc2fda2f7e6b5414f7fc90665f6355e9a403ef66a36ef27909e3c046f83659a0986173 + checksum: 0ab534dabca911aceeb0e0bba4e3675c53c5a9815e553e2b52ebd23b3e388b91be6f70d5596a3d703a2a4def698aced616064e8ca19de6cff94fb780205f7a6f languageName: node linkType: hard -"@react-native-community/cli-hermes@npm:11.3.10": - version: 11.3.10 - resolution: "@react-native-community/cli-hermes@npm:11.3.10" +"@react-native-community/cli-hermes@npm:12.3.0": + version: 12.3.0 + resolution: "@react-native-community/cli-hermes@npm:12.3.0" dependencies: - "@react-native-community/cli-platform-android": "npm:11.3.10" - "@react-native-community/cli-tools": "npm:11.3.10" + "@react-native-community/cli-platform-android": "npm:12.3.0" + "@react-native-community/cli-tools": "npm:12.3.0" chalk: "npm:^4.1.2" hermes-profile-transformer: "npm:^0.0.6" ip: "npm:^1.1.5" - checksum: a9d90d8e0177b88eac7d2ccda15cfcb02b9691155ef58fe230fe2275f0b1820b26f7ac113e7d791f33c8f12653be656827321ef4dd7bf8377a5c3c74121cf25d + checksum: f9ba2db3163dfca554649cbcc8c20ffbfb28d1836e50b59e04aed5c1c358cde8d44b0e79fa476031069b4663e38603a6bc82cd43538f9ccf38c7a12449d3d623 languageName: node linkType: hard -"@react-native-community/cli-platform-android@npm:11.3.10": - version: 11.3.10 - resolution: "@react-native-community/cli-platform-android@npm:11.3.10" +"@react-native-community/cli-platform-android@npm:12.3.0": + version: 12.3.0 + resolution: "@react-native-community/cli-platform-android@npm:12.3.0" dependencies: - "@react-native-community/cli-tools": "npm:11.3.10" + "@react-native-community/cli-tools": "npm:12.3.0" chalk: "npm:^4.1.2" execa: "npm:^5.0.0" + fast-xml-parser: "npm:^4.2.4" glob: "npm:^7.1.3" logkitty: "npm:^0.7.1" - checksum: d82c473e1874a6b6d2353ae6b9791e316e0c8a80b464ce0938b1cf28fa32da92594e8ccae12ab196ca73d8d9f062d14e698c4626b514f1a330893358a77a3d2f + checksum: a4779739d83b0b6e993873579b901c9f5568976f3a34d6135099e8b7362cf4717e7ae0bb7049ea54ed3567706b869050b68e7ee2abbb841ee9607df5c90554cd languageName: node linkType: hard -"@react-native-community/cli-platform-ios@npm:11.3.10": - version: 11.3.10 - resolution: "@react-native-community/cli-platform-ios@npm:11.3.10" +"@react-native-community/cli-platform-ios@npm:12.3.0": + version: 12.3.0 + resolution: "@react-native-community/cli-platform-ios@npm:12.3.0" dependencies: - "@react-native-community/cli-tools": "npm:11.3.10" + "@react-native-community/cli-tools": "npm:12.3.0" chalk: "npm:^4.1.2" execa: "npm:^5.0.0" fast-xml-parser: "npm:^4.0.12" glob: "npm:^7.1.3" ora: "npm:^5.4.1" - checksum: 3cd006ace27b80c08a089085ab6fc0c9deef2d5cb9f6b651ded3da4d72272534377369d79d3fb4abede1a7cf8cf5346c2c082aac3965cde72a567f3ac650e82d + checksum: 2f21b52e9c5a57448bbe21283fcf377128d5caee7e025979a577e9cca12accf2bf5cd81aa7bec55b536ea9fc5daffd14e88fcd5c79aba6bf6b0be5979947be3e languageName: node linkType: hard -"@react-native-community/cli-plugin-metro@npm:11.3.10": - version: 11.3.10 - resolution: "@react-native-community/cli-plugin-metro@npm:11.3.10" - dependencies: - "@react-native-community/cli-server-api": "npm:11.3.10" - "@react-native-community/cli-tools": "npm:11.3.10" - chalk: "npm:^4.1.2" - execa: "npm:^5.0.0" - metro: "npm:0.76.8" - metro-config: "npm:0.76.8" - metro-core: "npm:0.76.8" - metro-react-native-babel-transformer: "npm:0.76.8" - metro-resolver: "npm:0.76.8" - metro-runtime: "npm:0.76.8" - readline: "npm:^1.3.0" - checksum: b6df21154b367ddfd54e25321a79a27c4740be7945dfd02c8df7d8db91bbff92f1175ce2675a2e3e245c5d9ad4c2550425cd4b9ae9097d1a6cf8c1739736555e +"@react-native-community/cli-plugin-metro@npm:12.3.0": + version: 12.3.0 + resolution: "@react-native-community/cli-plugin-metro@npm:12.3.0" + checksum: d61386d05e97870b12250e34deb4c3c5823662a0f05f6ee08c6c7f938976f0af77d7a61399dfb8a610714d940423f22c2e2c32b8c75d59a1296ad8e9bba84462 languageName: node linkType: hard -"@react-native-community/cli-server-api@npm:11.3.10": - version: 11.3.10 - resolution: "@react-native-community/cli-server-api@npm:11.3.10" +"@react-native-community/cli-server-api@npm:12.3.0": + version: 12.3.0 + resolution: "@react-native-community/cli-server-api@npm:12.3.0" dependencies: - "@react-native-community/cli-debugger-ui": "npm:11.3.10" - "@react-native-community/cli-tools": "npm:11.3.10" + "@react-native-community/cli-debugger-ui": "npm:12.3.0" + "@react-native-community/cli-tools": "npm:12.3.0" compression: "npm:^1.7.1" connect: "npm:^3.6.5" errorhandler: "npm:^1.5.1" @@ -2791,13 +2787,13 @@ __metadata: pretty-format: "npm:^26.6.2" serve-static: "npm:^1.13.1" ws: "npm:^7.5.1" - checksum: fda8487a646848053b657e1c749db36a2b23960d9885c4bc7dc794a3e9445d7ffc872f726e32b95fb07652821ca9241df4d9f0ea8cd4f3f9950f9fb02aa1a1da + checksum: 695dd3b7dbd1ed148d712999a2b98e8f48a28323c10707c19c90ba2506c739e17d44976ce7e4174ff4ce62025fe4016dbd2fcb4198b8523a967b26c44a1fa83b languageName: node linkType: hard -"@react-native-community/cli-tools@npm:11.3.10": - version: 11.3.10 - resolution: "@react-native-community/cli-tools@npm:11.3.10" +"@react-native-community/cli-tools@npm:12.3.0": + version: 12.3.0 + resolution: "@react-native-community/cli-tools@npm:12.3.0" dependencies: appdirsjs: "npm:^1.2.4" chalk: "npm:^4.1.2" @@ -2808,65 +2804,67 @@ __metadata: ora: "npm:^5.4.1" semver: "npm:^7.5.2" shell-quote: "npm:^1.7.3" - checksum: 97ef4b15677863ecefb689006b6797f05903b5a1f14d50d38d6ac18926daca64b881e118a058cc7fd736d2d0e2232b6e166ce340cf46a9c254c0657882ed4238 + sudo-prompt: "npm:^9.0.0" + checksum: f9c2891a4fb81010f472991655fe7d1b9237b0cfc09e9965b19e685486b2099b86d01b68c3aef8f14c70448f7a609c8083a75d40c2957b5b52f4637e9e918417 languageName: node linkType: hard -"@react-native-community/cli-types@npm:11.3.10": - version: 11.3.10 - resolution: "@react-native-community/cli-types@npm:11.3.10" +"@react-native-community/cli-types@npm:12.3.0": + version: 12.3.0 + resolution: "@react-native-community/cli-types@npm:12.3.0" dependencies: joi: "npm:^17.2.1" - checksum: c521886070c9b3fb088be1529ceb9e3eab25a74b1df8e24b367c49657c86a22967e020e9e3498e518ce9b26beed96f7315b8b7ea558c5fd8ed50ea9dc4d7432d + checksum: 001bd07cc93e9248ee324334d0c3f55415c7174aae51f62f6884a7f2edc4b39a31c66420b2006d9980a4481da466c048c91cf2b936cc220a6dbc7726e614f981 languageName: node linkType: hard -"@react-native-community/cli@npm:11.3.10": - version: 11.3.10 - resolution: "@react-native-community/cli@npm:11.3.10" - dependencies: - "@react-native-community/cli-clean": "npm:11.3.10" - "@react-native-community/cli-config": "npm:11.3.10" - "@react-native-community/cli-debugger-ui": "npm:11.3.10" - "@react-native-community/cli-doctor": "npm:11.3.10" - "@react-native-community/cli-hermes": "npm:11.3.10" - "@react-native-community/cli-plugin-metro": "npm:11.3.10" - "@react-native-community/cli-server-api": "npm:11.3.10" - "@react-native-community/cli-tools": "npm:11.3.10" - "@react-native-community/cli-types": "npm:11.3.10" +"@react-native-community/cli@npm:12.3.0": + version: 12.3.0 + resolution: "@react-native-community/cli@npm:12.3.0" + dependencies: + "@react-native-community/cli-clean": "npm:12.3.0" + "@react-native-community/cli-config": "npm:12.3.0" + "@react-native-community/cli-debugger-ui": "npm:12.3.0" + "@react-native-community/cli-doctor": "npm:12.3.0" + "@react-native-community/cli-hermes": "npm:12.3.0" + "@react-native-community/cli-plugin-metro": "npm:12.3.0" + "@react-native-community/cli-server-api": "npm:12.3.0" + "@react-native-community/cli-tools": "npm:12.3.0" + "@react-native-community/cli-types": "npm:12.3.0" chalk: "npm:^4.1.2" commander: "npm:^9.4.1" + deepmerge: "npm:^4.3.0" execa: "npm:^5.0.0" find-up: "npm:^4.1.0" fs-extra: "npm:^8.1.0" graceful-fs: "npm:^4.1.3" - prompts: "npm:^2.4.0" + prompts: "npm:^2.4.2" semver: "npm:^7.5.2" bin: react-native: build/bin.js - checksum: 72e3bfb79caeb5a2f2c757db05f376e891ab19fc74c5173588cff7f7b8a559719d1974ec3e6bac03e4736c2a5b5ce01916fef49be0d5de6d23271b75e2f64931 + checksum: 8038141abf2b272b626e16fe49dc9633027270e917fbf1daca40196cb76bfb2090afa9b2b2629355b95cb66ad6a38f44251b9ae7cb9df04928665a58377891cf languageName: node linkType: hard -"@react-native/assets-registry@npm:^0.72.0": - version: 0.72.0 - resolution: "@react-native/assets-registry@npm:0.72.0" - checksum: c3ea6a0d225fe39a4ec5c779bfdc66ff404c5303a5793fd7277f4fd697e602416294384bfa8edc19e6622efee298c24bca31d65dbeefd3b06944a04d49906d05 +"@react-native/assets-registry@npm:0.73.1": + version: 0.73.1 + resolution: "@react-native/assets-registry@npm:0.73.1" + checksum: e84dc35e4d496069eae7fcb2d812aa8c8e0f304a8dddb4cbe8e3d642a0266255de24fde57528193fb439309aaf24782ba7a0746f2c42a4e4f6bc240b4d589a52 languageName: node linkType: hard -"@react-native/babel-plugin-codegen@npm:*": - version: 0.74.0 - resolution: "@react-native/babel-plugin-codegen@npm:0.74.0" +"@react-native/babel-plugin-codegen@npm:0.73.2": + version: 0.73.2 + resolution: "@react-native/babel-plugin-codegen@npm:0.73.2" dependencies: - "@react-native/codegen": "npm:*" - checksum: 4663bd2395503ce0e14908b718107bc5d82708be709db746eba448b57193e5dfce7a404688b12b319bf6c9e37ca4db5dd9591f471daba9dfe219970eb8ed2bf7 + "@react-native/codegen": "npm:0.73.2" + checksum: 0951dd53499342d2ac7c10bf7a764dac9e534b38d0bba673f9fa9cec80171a9bc8ad9dcea86e832453f04bcfa2bf7bf607a1b33056aa431e8666c05aa5f668af languageName: node linkType: hard -"@react-native/babel-preset@npm:*": - version: 0.74.0 - resolution: "@react-native/babel-preset@npm:0.74.0" +"@react-native/babel-preset@npm:0.73.19": + version: 0.73.19 + resolution: "@react-native/babel-preset@npm:0.73.19" dependencies: "@babel/core": "npm:^7.20.0" "@babel/plugin-proposal-async-generator-functions": "npm:^7.0.0" @@ -2907,107 +2905,132 @@ __metadata: "@babel/plugin-transform-typescript": "npm:^7.5.0" "@babel/plugin-transform-unicode-regex": "npm:^7.0.0" "@babel/template": "npm:^7.0.0" - "@react-native/babel-plugin-codegen": "npm:*" + "@react-native/babel-plugin-codegen": "npm:0.73.2" babel-plugin-transform-flow-enums: "npm:^0.0.2" react-refresh: "npm:^0.14.0" peerDependencies: "@babel/core": "*" - checksum: 31c6aa22c919620615f5fea7e847f1ee4628c2cf102a14eff17f8830d6bcb125102217c217f8d1c945accbd439997977c46953e6c6e20bd40609f976e6a254f7 + checksum: 4473dca00c66031ca84c93c7b02bc3dc0040a38033bd67f9bca4c1a9ac26ad1359a1c0ccf082ee2e793e8d03ff8f11ebf2573173694169d2495979688207e1ef languageName: node linkType: hard -"@react-native/codegen@npm:*": - version: 0.74.0 - resolution: "@react-native/codegen@npm:0.74.0" +"@react-native/codegen@npm:0.73.2": + version: 0.73.2 + resolution: "@react-native/codegen@npm:0.73.2" dependencies: "@babel/parser": "npm:^7.20.0" flow-parser: "npm:^0.206.0" + glob: "npm:^7.1.1" + invariant: "npm:^2.2.4" jscodeshift: "npm:^0.14.0" + mkdirp: "npm:^0.5.1" nullthrows: "npm:^1.1.1" peerDependencies: "@babel/preset-env": ^7.1.6 - checksum: 585cc1252c75e624e25c04c67bc6296bb7a8caf46f8e2661ba5b00ea5089ec20cd90ab773fbe4d5f6200ce16da2472dcf06ca761a0111b01b89d2693bbaf3bf5 + checksum: d9487ea1b47e410ccd20b607bf544bb6c74900832f6fe78ce2e67f4d58637c79d6d173d0eb64e19b1bc2d817f507692d24c26f7df3254ee2574d55232bcaa796 languageName: node linkType: hard -"@react-native/codegen@npm:^0.72.7": - version: 0.72.7 - resolution: "@react-native/codegen@npm:0.72.7" +"@react-native/community-cli-plugin@npm:0.73.12": + version: 0.73.12 + resolution: "@react-native/community-cli-plugin@npm:0.73.12" dependencies: - "@babel/parser": "npm:^7.20.0" - flow-parser: "npm:^0.206.0" - jscodeshift: "npm:^0.14.0" - nullthrows: "npm:^1.1.1" - peerDependencies: - "@babel/preset-env": ^7.1.6 - checksum: d161ad2fe1f4d4f54a466227e525a9d2ce89bb899715d0fa40b9d521c738282add57eb48c774d3592aed2f103645462dea69d876e2a214211c6bc34ed3d64a17 + "@react-native-community/cli-server-api": "npm:12.3.0" + "@react-native-community/cli-tools": "npm:12.3.0" + "@react-native/dev-middleware": "npm:0.73.7" + "@react-native/metro-babel-transformer": "npm:0.73.13" + chalk: "npm:^4.0.0" + execa: "npm:^5.1.1" + metro: "npm:^0.80.3" + metro-config: "npm:^0.80.3" + metro-core: "npm:^0.80.3" + node-fetch: "npm:^2.2.0" + readline: "npm:^1.3.0" + checksum: 54a6caf7fb469d0f09183db52f559fbad510b95bb4ef0c938f012951af0d715ee1fbb7bb302d67058606be65aff5e92aea466f048147fb0185a85402ae583576 + languageName: node + linkType: hard + +"@react-native/debugger-frontend@npm:0.73.3": + version: 0.73.3 + resolution: "@react-native/debugger-frontend@npm:0.73.3" + checksum: eae79ba9d5ed08d4f2c925a649aaa36166d35848edc500475b1d1e36418f496d9a5a9e83d45b10041263da3de7f51eef893327e996d2e6d98c13deada1401cb8 languageName: node linkType: hard -"@react-native/gradle-plugin@npm:^0.72.11": - version: 0.72.11 - resolution: "@react-native/gradle-plugin@npm:0.72.11" - checksum: 1cd6a8034bb2ac2041da9dc5fd958d41332de1b330cac115daaf78e98583a022a0cc59430ab7ef6a1fe58e34fc075ff1dfb3bd5f02155d259668ffc27edb69ff +"@react-native/dev-middleware@npm:0.73.7": + version: 0.73.7 + resolution: "@react-native/dev-middleware@npm:0.73.7" + dependencies: + "@isaacs/ttlcache": "npm:^1.4.1" + "@react-native/debugger-frontend": "npm:0.73.3" + chrome-launcher: "npm:^0.15.2" + chromium-edge-launcher: "npm:^1.0.0" + connect: "npm:^3.6.5" + debug: "npm:^2.2.0" + node-fetch: "npm:^2.2.0" + open: "npm:^7.0.3" + serve-static: "npm:^1.13.1" + temp-dir: "npm:^2.0.0" + checksum: 9a564a9f791c5a142b801f99d886e1125a3b73ce511f67eb5cdc65b548af4088176a6d5467500182d3fbe9c9d89583a0a88cfd57a7be38a58f582ee9049562a2 languageName: node linkType: hard -"@react-native/js-polyfills@npm:^0.72.1": - version: 0.72.1 - resolution: "@react-native/js-polyfills@npm:0.72.1" - checksum: 0a4c9559130fcaca335673d27f2ac5aa85ad0505a7929ecc271cdb338d2f159a4e63dc98c2e51bc56495d64d44f6f5c586b1a32fbedd55a3249ee6265c0eef9c +"@react-native/gradle-plugin@npm:0.73.4": + version: 0.73.4 + resolution: "@react-native/gradle-plugin@npm:0.73.4" + checksum: eed3a2fe4d7a8a71552003618976f4de9b4412861a96e65ec80641b94bd6e4a0d1dd4b0b9c44a8e45ac9de79495e2f85a3f9993d2403b227bca6d0efb60b6d11 languageName: node linkType: hard -"@react-native/js-polyfills@npm:^0.73.1": +"@react-native/js-polyfills@npm:0.73.1": version: 0.73.1 resolution: "@react-native/js-polyfills@npm:0.73.1" checksum: 2afbff4bb226dcdaf455555a233fd06199ff788e07cd1da4a672eeb28e31649f3d95536515b40f1d6fd95d6d349128038aec6468eecf76388eee1bc12b5e9566 languageName: node linkType: hard -"@react-native/metro-babel-transformer@npm:^0.73.12": - version: 0.73.12 - resolution: "@react-native/metro-babel-transformer@npm:0.73.12" +"@react-native/metro-babel-transformer@npm:0.73.13": + version: 0.73.13 + resolution: "@react-native/metro-babel-transformer@npm:0.73.13" dependencies: "@babel/core": "npm:^7.20.0" - "@react-native/babel-preset": "npm:*" - babel-preset-fbjs: "npm:^3.4.0" + "@react-native/babel-preset": "npm:0.73.19" hermes-parser: "npm:0.15.0" nullthrows: "npm:^1.1.1" peerDependencies: "@babel/core": "*" - checksum: 38d9efe8ff8bc17f334d6331f04cf30a799c63e3f67c7c7ed36d1ff4ebce93ae402a3862b1c081e5c2e68a98c67b6aec343605ce474438309fc9b3efb47841f0 + checksum: 9cb4340c381e2d8683c67e9ede1f5bd602d39567323ef60b873cfb26de22eaf5f6300f722b47cfe75f4a257315cceca68daef72b308a53ccfd11e76fcf1813d1 languageName: node linkType: hard -"@react-native/metro-config@npm:^0.73.2": - version: 0.73.2 - resolution: "@react-native/metro-config@npm:0.73.2" +"@react-native/metro-config@npm:^0.73.3": + version: 0.73.3 + resolution: "@react-native/metro-config@npm:0.73.3" dependencies: - "@react-native/js-polyfills": "npm:^0.73.1" - "@react-native/metro-babel-transformer": "npm:^0.73.12" - metro-config: "npm:^0.80.0" - metro-runtime: "npm:^0.80.0" - checksum: 91b71038c6a33b965c9b598125c78172957395e6bcede695202f846cea0f2dd4668cc3f09b5afa5dcdfce3e212007ec22b855f100473fae8b944877d68e4dbc8 + "@react-native/js-polyfills": "npm:0.73.1" + "@react-native/metro-babel-transformer": "npm:0.73.13" + metro-config: "npm:^0.80.3" + metro-runtime: "npm:^0.80.3" + checksum: f22ef2957235d98898c305b3f9acb0a521f3bd1c759ec9d7f52fd1745f636c6915d224a69ee909e58e6336059c8dee91a66a065a558514d2eff753902edb1c80 languageName: node linkType: hard -"@react-native/normalize-colors@npm:<0.73.0, @react-native/normalize-colors@npm:^0.72.0": - version: 0.72.0 - resolution: "@react-native/normalize-colors@npm:0.72.0" - checksum: d9b219191a5191a8b3528d8abfac339adfbe0738c46f0a34ba25b6f076d55e888fb9e07e844d205c201099a5f9d5c5bfd8bc6635f9fa04f9a92a80e9836daf99 +"@react-native/normalize-colors@npm:0.73.2, @react-native/normalize-colors@npm:^0.73.0": + version: 0.73.2 + resolution: "@react-native/normalize-colors@npm:0.73.2" + checksum: 9d0327575e07287be32c0182ac28819ddba4727a3161ec266a901d994fa7998823ae37410d77616e0a15d82849b50664568c7617aa616d9ea095f2cba040be02 languageName: node linkType: hard -"@react-native/virtualized-lists@npm:^0.72.8": - version: 0.72.8 - resolution: "@react-native/virtualized-lists@npm:0.72.8" +"@react-native/virtualized-lists@npm:0.73.4": + version: 0.73.4 + resolution: "@react-native/virtualized-lists@npm:0.73.4" dependencies: invariant: "npm:^2.2.4" nullthrows: "npm:^1.1.1" peerDependencies: react-native: "*" - checksum: 9de9a35a086d2438af7d01a301c6c7ad2790fd6365194255b7bc5b3bad6e07ea2d377cd3f8252440c633f229cc9b87b2a4dec7c26f4faa27727767494491772b + checksum: bfce9d5ddf2f80f0ebebd515229751cf7686b4ce69a40a2443224749f1843fdc6219e631785067839809ac1f88bf383bb33263853b47e56b019fdf7c70a30bac languageName: node linkType: hard @@ -3036,8 +3059,8 @@ __metadata: linkType: hard "@semantic-release/github@npm:^9.0.0": - version: 9.2.4 - resolution: "@semantic-release/github@npm:9.2.4" + version: 9.2.6 + resolution: "@semantic-release/github@npm:9.2.6" dependencies: "@octokit/core": "npm:^5.0.0" "@octokit/plugin-paginate-rest": "npm:^9.0.0" @@ -3053,17 +3076,17 @@ __metadata: issue-parser: "npm:^6.0.0" lodash-es: "npm:^4.17.21" mime: "npm:^4.0.0" - p-filter: "npm:^3.0.0" + p-filter: "npm:^4.0.0" url-join: "npm:^5.0.0" peerDependencies: semantic-release: ">=20.1.0" - checksum: bfe46b69c8f17798110818d98fe10a5909b089bae1d887a85bfe6c51b87c201b927b76c4365d877110e570b625a3b4aab22f19144615a9b130ed448635b88ab2 + checksum: 699131327d5280581ef1f300c905d6565b3d730a08eb43473a58b3802aa53cd2d0be4561a121840f66d93c4eac630c9563877b430b191848412a39a7651f2244 languageName: node linkType: hard "@semantic-release/npm@npm:^11.0.0": - version: 11.0.1 - resolution: "@semantic-release/npm@npm:11.0.1" + version: 11.0.2 + resolution: "@semantic-release/npm@npm:11.0.2" dependencies: "@semantic-release/error": "npm:^4.0.0" aggregate-error: "npm:^5.0.0" @@ -3080,7 +3103,7 @@ __metadata: tempy: "npm:^3.0.0" peerDependencies: semantic-release: ">=20.1.0" - checksum: 96e9ada553e3df1096aacb7d9d302fdbb9e25c19d0ef9b68a421221127215a7c04dd7d4b6928a66713fc16d0aa31577eacd8d3d5a370cf2aeafdb19ee2f02cfd + checksum: 7b1f2f62665a4bd339defba9fa4ea4834f54189fead4ddd436ada024a3923ae56c52db0dbdc88ca99e1891e99c9cdb183e1ce1cbd0a1ca928cc6252f80607bac languageName: node linkType: hard @@ -3104,7 +3127,7 @@ __metadata: languageName: node linkType: hard -"@sideway/address@npm:^4.1.3": +"@sideway/address@npm:^4.1.4": version: 4.1.4 resolution: "@sideway/address@npm:4.1.4" dependencies: @@ -3127,12 +3150,19 @@ __metadata: languageName: node linkType: hard -"@sigstore/bundle@npm:^2.1.0": - version: 2.1.0 - resolution: "@sigstore/bundle@npm:2.1.0" +"@sigstore/bundle@npm:^2.1.1": + version: 2.1.1 + resolution: "@sigstore/bundle@npm:2.1.1" dependencies: "@sigstore/protobuf-specs": "npm:^0.2.1" - checksum: 5c50b5be34b953ea8cad5498a467f7932c5905efe1377b640e4ee12f61c76276119aa2778076884cd42d6911fdc8732ceda7850b335a14d2c991da57081f0a2e + checksum: e29916ad3f37d4e1c5b98d7a614cddb1301d4bdfa5ebe0cb2733f4cbc78710b8320aa62ad033e4702c5ec7bcd9c371278b7934ce45f3df71bb3ffa07f5502742 + languageName: node + linkType: hard + +"@sigstore/core@npm:^0.2.0": + version: 0.2.0 + resolution: "@sigstore/core@npm:0.2.0" + checksum: 6a9e7f0dcbaad3e330207f6ce0aa0cb229416eb8ece71a31e427f71f021ce25ef8230faaca93c8abf428dab391f63ef7a08c8a88e0237dee3b15daf35c53a86a languageName: node linkType: hard @@ -3143,24 +3173,36 @@ __metadata: languageName: node linkType: hard -"@sigstore/sign@npm:^2.1.0": - version: 2.2.0 - resolution: "@sigstore/sign@npm:2.2.0" +"@sigstore/sign@npm:^2.2.1": + version: 2.2.1 + resolution: "@sigstore/sign@npm:2.2.1" dependencies: - "@sigstore/bundle": "npm:^2.1.0" + "@sigstore/bundle": "npm:^2.1.1" + "@sigstore/core": "npm:^0.2.0" "@sigstore/protobuf-specs": "npm:^0.2.1" make-fetch-happen: "npm:^13.0.0" - checksum: 2f699440554a148001991ca41029611a8fb2cd588d9681029dcaa219b88ebe001989486f76759d4aaf6e8fd5eddbcbd7b53614c91162da12cc5e52e95b3e85b0 + checksum: a829c479418a86f9919d85aec0349fd4a9c297aaacc4e838580bc9b5ba9a372fb318b4829b78cc5c9e56b8fd1b7d11a06e31384eff55bd0813f5d0993f5fb9db languageName: node linkType: hard -"@sigstore/tuf@npm:^2.1.0, @sigstore/tuf@npm:^2.2.0": - version: 2.2.0 - resolution: "@sigstore/tuf@npm:2.2.0" +"@sigstore/tuf@npm:^2.2.0, @sigstore/tuf@npm:^2.3.0": + version: 2.3.0 + resolution: "@sigstore/tuf@npm:2.3.0" + dependencies: + "@sigstore/protobuf-specs": "npm:^0.2.1" + tuf-js: "npm:^2.2.0" + checksum: c4a9e87c1d4b48de87526fd37b154382dd7caf6fe784329b829270ed431741bb1a4ecde6d8aa2bbe72124a24ef1b616c098a4b036cd04965e02f039de11acd4f + languageName: node + linkType: hard + +"@sigstore/verify@npm:^0.1.0": + version: 0.1.0 + resolution: "@sigstore/verify@npm:0.1.0" dependencies: + "@sigstore/bundle": "npm:^2.1.1" + "@sigstore/core": "npm:^0.2.0" "@sigstore/protobuf-specs": "npm:^0.2.1" - tuf-js: "npm:^2.1.0" - checksum: d20f7fadd1c0ec74ec33f01b0def42ccfc1e32d1e6be3da85f1ab709b59ed1d25ba12c2b86a3b5082600c8935a77914afd9b9ff6bb64425160eafb1ccabcd2bc + checksum: 9dc208a4d0ace4d836aa1717cd02236b480d883e2a7a4f40fb87ccb0e7b7e6d4805c5628bb5cc3aec392bafe866e59f3ce55c2b16ef9ed224ae6a60c07984e65 languageName: node linkType: hard @@ -3195,11 +3237,11 @@ __metadata: linkType: hard "@sinonjs/commons@npm:^3.0.0": - version: 3.0.0 - resolution: "@sinonjs/commons@npm:3.0.0" + version: 3.0.1 + resolution: "@sinonjs/commons@npm:3.0.1" dependencies: type-detect: "npm:4.0.8" - checksum: 086720ae0bc370829322df32612205141cdd44e592a8a9ca97197571f8f970352ea39d3bda75b347c43789013ddab36b34b59e40380a49bdae1c2df3aa85fe4f + checksum: a0af217ba7044426c78df52c23cedede6daf377586f3ac58857c565769358ab1f44ebf95ba04bbe38814fba6e316ca6f02870a009328294fc2c555d0f85a7117 languageName: node linkType: hard @@ -3232,16 +3274,16 @@ __metadata: languageName: node linkType: hard -"@sinonjs/text-encoding@npm:^0.7.1": +"@sinonjs/text-encoding@npm:^0.7.2": version: 0.7.2 resolution: "@sinonjs/text-encoding@npm:0.7.2" checksum: ec713fb44888c852d84ca54f6abf9c14d036c11a5d5bfab7825b8b9d2b22127dbe53412c68f4dbb0c05ea5ed61c64679bd2845c177d81462db41e0d3d7eca499 languageName: node linkType: hard -"@testing-library/dom@npm:^9.0.0, @testing-library/dom@npm:^9.3.3": - version: 9.3.3 - resolution: "@testing-library/dom@npm:9.3.3" +"@testing-library/dom@npm:^9.0.0, @testing-library/dom@npm:^9.3.4": + version: 9.3.4 + resolution: "@testing-library/dom@npm:9.3.4" dependencies: "@babel/code-frame": "npm:^7.10.4" "@babel/runtime": "npm:^7.12.5" @@ -3251,13 +3293,13 @@ __metadata: dom-accessibility-api: "npm:^0.5.9" lz-string: "npm:^1.5.0" pretty-format: "npm:^27.0.2" - checksum: 1ebd1672226600049ce16509d6964bdad8ee71b10f7e68f98126e00638c08ebefb6b7c729a0f2a41cffc77902c3081a95fc2bc1a097cae442ed4a5c481f348b7 + checksum: 510da752ea76f4a10a0a4e3a77917b0302cf03effe576cd3534cab7e796533ee2b0e9fb6fb11b911a1ebd7c70a0bb6f235bf4f816c9b82b95b8fe0cddfd10975 languageName: node linkType: hard -"@testing-library/react-native@npm:^12.4.1": - version: 12.4.1 - resolution: "@testing-library/react-native@npm:12.4.1" +"@testing-library/react-native@npm:^12.4.3": + version: 12.4.3 + resolution: "@testing-library/react-native@npm:12.4.3" dependencies: jest-matcher-utils: "npm:^29.7.0" pretty-format: "npm:^29.7.0" @@ -3270,7 +3312,7 @@ __metadata: peerDependenciesMeta: jest: optional: true - checksum: c83c8014192bd09eec0fc892fda2f15c6a8238dea697032b5bba2a7f42ca6aa20464b7cb892aac531897ee13be47257f08ebbbd2c2e9572b0082ca7180e359a9 + checksum: f60b6158c63aa32470e6e40016c823917b7de3e8cc4aac8b7c906153a6edae40727092ae3e2750c468182ad84cb39ccb2329e8e03e13563c920f18b5485c754a languageName: node linkType: hard @@ -3288,12 +3330,12 @@ __metadata: languageName: node linkType: hard -"@testing-library/user-event@npm:^14.5.1": - version: 14.5.1 - resolution: "@testing-library/user-event@npm:14.5.1" +"@testing-library/user-event@npm:^14.5.2": + version: 14.5.2 + resolution: "@testing-library/user-event@npm:14.5.2" peerDependencies: "@testing-library/dom": ">=7.21.4" - checksum: 696e1328c230b0a7063a41d82b5350c6be926696106809a4d79d446d190ff56bebb850fe564ff0952cb74ae81e59a6f10534a88ecbb3792083271a249e04e728 + checksum: 49821459d81c6bc435d97128d6386ca24f1e4b3ba8e46cb5a96fe3643efa6e002d88c1b02b7f2ec58da593e805c59b78d7fdf0db565c1f02ba782f63ee984040 languageName: node linkType: hard @@ -3363,11 +3405,11 @@ __metadata: linkType: hard "@types/babel__generator@npm:*": - version: 7.6.7 - resolution: "@types/babel__generator@npm:7.6.7" + version: 7.6.8 + resolution: "@types/babel__generator@npm:7.6.8" dependencies: "@babel/types": "npm:^7.0.0" - checksum: 11d36fdcee9968a7fa05e5e5086bcc349ad32b7d7117728334be76b82444b5e1c89c0efe15205a3f47f299a4864912165e6f0d31ba285fc4f05dbbafcb83e9b6 + checksum: b53c215e9074c69d212402990b0ca8fa57595d09e10d94bda3130aa22b55d796e50449199867879e4ea0ee968f3a2099e009cfb21a726a53324483abbf25cd30 languageName: node linkType: hard @@ -3382,11 +3424,11 @@ __metadata: linkType: hard "@types/babel__traverse@npm:*, @types/babel__traverse@npm:^7.0.6": - version: 7.20.4 - resolution: "@types/babel__traverse@npm:7.20.4" + version: 7.20.5 + resolution: "@types/babel__traverse@npm:7.20.5" dependencies: "@babel/types": "npm:^7.20.7" - checksum: 927073e3a2ca4d24b95acf96d9c91d6fd1c44826d440e5f9b486de421857945b679045710ebf886be2af30d13877d86f9fbd15a383f72a2b07da322af1c1a321 + checksum: f0352d537448e1e37f27e6bb8c962d7893720a92fde9d8601a68a93dbc14e15c088b4c0c8f71021d0966d09fba802ef3de11fdb6766c33993f8cf24f1277c6a9 languageName: node linkType: hard @@ -3445,12 +3487,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:*, @types/node@npm:^20.10.3": - version: 20.10.3 - resolution: "@types/node@npm:20.10.3" +"@types/node@npm:*, @types/node@npm:^20.11.5": + version: 20.11.5 + resolution: "@types/node@npm:20.11.5" dependencies: undici-types: "npm:~5.26.4" - checksum: 7cb506abb0d570bb5133bd06a47115109a813b507323c985c3b4aef2993eed79b6bb62b82194cb5c558b4d349de3d199ee2e8c693b913065a1cd7f526cc65a68 + checksum: 9f31c471047d7b3e240ce7b77ff29b0d15e83be7e3feafb3d0b0d0931122b438b1eefa302a5a2e1e9849914ff3fd76aafbd8ccb372efb1331ba048da63bce6f8 languageName: node linkType: hard @@ -3475,12 +3517,12 @@ __metadata: languageName: node linkType: hard -"@types/react-dom@npm:^18.0.0, @types/react-dom@npm:^18.2.17": - version: 18.2.17 - resolution: "@types/react-dom@npm:18.2.17" +"@types/react-dom@npm:^18.0.0, @types/react-dom@npm:^18.2.18": + version: 18.2.18 + resolution: "@types/react-dom@npm:18.2.18" dependencies: "@types/react": "npm:*" - checksum: fe0dbb3224b48515da8fe25559e3777d756a27c3f22903f0b1b020de8d68bd57eb1f0af62b52ee65d9632637950afed8cbad24d158c4f3d910d083d49bd73fba + checksum: 4ef7725b4cebd4a32e049097ddfdfd855a178e63ead97ab6d3084872e7d6c1acd71aa923488123cd1015f0e0b11489d2b44f674a1df8fe82d7827eabbec6dbf1 languageName: node linkType: hard @@ -3493,14 +3535,14 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:*, @types/react@npm:^18.2.41": - version: 18.2.41 - resolution: "@types/react@npm:18.2.41" +"@types/react@npm:*, @types/react@npm:^18.2.48": + version: 18.2.48 + resolution: "@types/react@npm:18.2.48" dependencies: "@types/prop-types": "npm:*" "@types/scheduler": "npm:*" csstype: "npm:^3.0.2" - checksum: 31a498a56ad3e825ae13799355fe49042c0cdbbe6f40003f39b6b9cf847ba1669393c22ba60e97b1072cf1c002b15432082cdd17e47c948430bdc1f0864829b9 + checksum: 2e56ea6bd821ae96bd943f727a59d85384eaf5f8a3e6fce4fa1d34453e32d8eedda742432b3857fa0de7a4214bf84ce4239757eb52918e76452c00384731e585 languageName: node linkType: hard @@ -3518,12 +3560,12 @@ __metadata: languageName: node linkType: hard -"@types/sinon@npm:^17.0.2": - version: 17.0.2 - resolution: "@types/sinon@npm:17.0.2" +"@types/sinon@npm:^17.0.3": + version: 17.0.3 + resolution: "@types/sinon@npm:17.0.3" dependencies: "@types/sinonjs__fake-timers": "npm:*" - checksum: 03e4c99f249123e8fd2f1f7a74a084c0a09420b06b4d9a385989eb14276ec7ca8ef8415dcf70292140b3e9d7c2fb04ab923b0218a2f7f70c8276d3ff5649df97 + checksum: 3f82b4a477c0c57fa4f4f4fb7585cb72c2a65a7e41e5271b54edca296c8dc242c2d8e709de7a8f16af8693c87cb3ad9d96981069ae683f7197a1134892035833 languageName: node linkType: hard @@ -3557,15 +3599,6 @@ __metadata: languageName: node linkType: hard -"@types/yargs@npm:^16.0.0": - version: 16.0.9 - resolution: "@types/yargs@npm:16.0.9" - dependencies: - "@types/yargs-parser": "npm:*" - checksum: 8f31cbfcd5c3ac67c27e26026d8b9af0c37770fb2421b661939ba06d136f5a4fa61528a5d0f495d5802fbf1d9244b499e664d8d884e3eb3c36d556fb7c278f18 - languageName: node - linkType: hard - "@types/yargs@npm:^17.0.0, @types/yargs@npm:^17.0.8": version: 17.0.32 resolution: "@types/yargs@npm:17.0.32" @@ -3575,15 +3608,15 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:^6.13.1": - version: 6.13.1 - resolution: "@typescript-eslint/eslint-plugin@npm:6.13.1" +"@typescript-eslint/eslint-plugin@npm:^6.19.0": + version: 6.19.0 + resolution: "@typescript-eslint/eslint-plugin@npm:6.19.0" dependencies: "@eslint-community/regexpp": "npm:^4.5.1" - "@typescript-eslint/scope-manager": "npm:6.13.1" - "@typescript-eslint/type-utils": "npm:6.13.1" - "@typescript-eslint/utils": "npm:6.13.1" - "@typescript-eslint/visitor-keys": "npm:6.13.1" + "@typescript-eslint/scope-manager": "npm:6.19.0" + "@typescript-eslint/type-utils": "npm:6.19.0" + "@typescript-eslint/utils": "npm:6.19.0" + "@typescript-eslint/visitor-keys": "npm:6.19.0" debug: "npm:^4.3.4" graphemer: "npm:^1.4.0" ignore: "npm:^5.2.4" @@ -3596,7 +3629,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: cae42c77404d8e6c149d68aca75bb3ce83cff5de8713d82e87e93bafae2839f29d261bc75b68f315b6b23858a85ea2f22ed8468cf5c7331e8330f7cee2129522 + checksum: 5ed8483d792c4bc6ed697159c84a47ba5c35cd124949883813f2053b972537de3900a7ae26d4d6f370194f2cc7929baa2d09268e0b90118f20ed961cf6c176b9 languageName: node linkType: hard @@ -3611,21 +3644,21 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/parser@npm:^6.13.1": - version: 6.13.1 - resolution: "@typescript-eslint/parser@npm:6.13.1" +"@typescript-eslint/parser@npm:^6.19.0": + version: 6.19.0 + resolution: "@typescript-eslint/parser@npm:6.19.0" dependencies: - "@typescript-eslint/scope-manager": "npm:6.13.1" - "@typescript-eslint/types": "npm:6.13.1" - "@typescript-eslint/typescript-estree": "npm:6.13.1" - "@typescript-eslint/visitor-keys": "npm:6.13.1" + "@typescript-eslint/scope-manager": "npm:6.19.0" + "@typescript-eslint/types": "npm:6.19.0" + "@typescript-eslint/typescript-estree": "npm:6.19.0" + "@typescript-eslint/visitor-keys": "npm:6.19.0" debug: "npm:^4.3.4" peerDependencies: eslint: ^7.0.0 || ^8.0.0 peerDependenciesMeta: typescript: optional: true - checksum: cdc328d157a8b8a6babad88360451c177ea41666e2150f3822a474ed287a12336517dccf9f475f75a007d4aa622cb74f1442f17d17b87e19cc2c839784742351 + checksum: 0c6280a69127cf521b3403be9877775eecda2b2e4e44a67874b0d9cf82ed95a7971dac2db633e55ec22f8026da2681137110b2924313421a22b7c03eba8cda67 languageName: node linkType: hard @@ -3639,22 +3672,22 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:6.13.1": - version: 6.13.1 - resolution: "@typescript-eslint/scope-manager@npm:6.13.1" +"@typescript-eslint/scope-manager@npm:6.19.0": + version: 6.19.0 + resolution: "@typescript-eslint/scope-manager@npm:6.19.0" dependencies: - "@typescript-eslint/types": "npm:6.13.1" - "@typescript-eslint/visitor-keys": "npm:6.13.1" - checksum: f728dbd995c58fadfc390411fe31b1b8a729b1c85ecf0ae2fe70f97f613298feab78c05bc180e03612f595b24cf0090476a0b8234c617b3edf1dae568342a7cf + "@typescript-eslint/types": "npm:6.19.0" + "@typescript-eslint/visitor-keys": "npm:6.19.0" + checksum: d36c51c05e14c51ce13181120eeea46d1edd59ed1ff16dc4ec1f5532a975b5faec5c10a373aaa90545f82a12330c6cba18ecedc734e18288f5874855c48ba808 languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:6.13.1": - version: 6.13.1 - resolution: "@typescript-eslint/type-utils@npm:6.13.1" +"@typescript-eslint/type-utils@npm:6.19.0": + version: 6.19.0 + resolution: "@typescript-eslint/type-utils@npm:6.19.0" dependencies: - "@typescript-eslint/typescript-estree": "npm:6.13.1" - "@typescript-eslint/utils": "npm:6.13.1" + "@typescript-eslint/typescript-estree": "npm:6.19.0" + "@typescript-eslint/utils": "npm:6.19.0" debug: "npm:^4.3.4" ts-api-utils: "npm:^1.0.1" peerDependencies: @@ -3662,7 +3695,7 @@ __metadata: peerDependenciesMeta: typescript: optional: true - checksum: 484e5f74fc604b24687fe6426e650f40f679d62216ee5e45bf6d1f91edd60cd8deef747ca43f7dc3c22b2b76f030477603c82559e44c3f2fb5c8877a0c65aefa + checksum: f1f20ac28c03dd18546050b63ec0b0fd8c67780265ccb9ef566f16441c3de5deb2607a6046fefdebe8a43ac11fecdf0b009f8e5f70a3d15916d855be74b0f3bb languageName: node linkType: hard @@ -3673,10 +3706,10 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/types@npm:6.13.1": - version: 6.13.1 - resolution: "@typescript-eslint/types@npm:6.13.1" - checksum: 350c7f847052f7c24629d41645c02be152c512f3e5c21a79f53c04821b1fff3019416b18d9b72e5ca5c3c5f62f210301f2bb69080b84e67fe83af27751a7af18 +"@typescript-eslint/types@npm:6.19.0": + version: 6.19.0 + resolution: "@typescript-eslint/types@npm:6.19.0" + checksum: 396ad2ad9f2d759dd87bc880a1ffc9d11fda04db8af9402abb4e8eccd58c01fa2d26e38b186526d0b457012f7c912e7afdab2a3798a73aa0ae34abaf50d617ae languageName: node linkType: hard @@ -3698,21 +3731,22 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:6.13.1": - version: 6.13.1 - resolution: "@typescript-eslint/typescript-estree@npm:6.13.1" +"@typescript-eslint/typescript-estree@npm:6.19.0": + version: 6.19.0 + resolution: "@typescript-eslint/typescript-estree@npm:6.19.0" dependencies: - "@typescript-eslint/types": "npm:6.13.1" - "@typescript-eslint/visitor-keys": "npm:6.13.1" + "@typescript-eslint/types": "npm:6.19.0" + "@typescript-eslint/visitor-keys": "npm:6.19.0" debug: "npm:^4.3.4" globby: "npm:^11.1.0" is-glob: "npm:^4.0.3" + minimatch: "npm:9.0.3" semver: "npm:^7.5.4" ts-api-utils: "npm:^1.0.1" peerDependenciesMeta: typescript: optional: true - checksum: 1df965c5b202664da1a4a1ffc51bda3d85e581d8c206cd4be63653e2558775104258f6071e1f35a269619ebfb81bd18ee74e3fcb724fed15d3a2577d0ee5a34f + checksum: 06e24bb145a302299a6cf86b36652bd4d7080c4e88517ebc24bdc137c57425a68db256ba628ce16b568bfec8020ae2a748ccee93e304efeded329cb3292b17bf languageName: node linkType: hard @@ -3734,20 +3768,20 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/utils@npm:6.13.1": - version: 6.13.1 - resolution: "@typescript-eslint/utils@npm:6.13.1" +"@typescript-eslint/utils@npm:6.19.0": + version: 6.19.0 + resolution: "@typescript-eslint/utils@npm:6.19.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.4.0" "@types/json-schema": "npm:^7.0.12" "@types/semver": "npm:^7.5.0" - "@typescript-eslint/scope-manager": "npm:6.13.1" - "@typescript-eslint/types": "npm:6.13.1" - "@typescript-eslint/typescript-estree": "npm:6.13.1" + "@typescript-eslint/scope-manager": "npm:6.19.0" + "@typescript-eslint/types": "npm:6.19.0" + "@typescript-eslint/typescript-estree": "npm:6.19.0" semver: "npm:^7.5.4" peerDependencies: eslint: ^7.0.0 || ^8.0.0 - checksum: 6fab1122071c7a2da959dcf16cdd723a65bd8ba8e55af9cea11bb1707c4d047e94c3daaed2ab504cdbd2ca0d052f2a33de5290b28de0277ba00210569673ac9b + checksum: 4080c36331204ffef9f218e29f43da767f17551fa4d3877c3d3b49194f7c7382dd9ae2124e7b5ebd47d5556946bb6ad195b47d7d215553efabacdebf81b9e74d languageName: node linkType: hard @@ -3761,13 +3795,13 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:6.13.1": - version: 6.13.1 - resolution: "@typescript-eslint/visitor-keys@npm:6.13.1" +"@typescript-eslint/visitor-keys@npm:6.19.0": + version: 6.19.0 + resolution: "@typescript-eslint/visitor-keys@npm:6.19.0" dependencies: - "@typescript-eslint/types": "npm:6.13.1" + "@typescript-eslint/types": "npm:6.19.0" eslint-visitor-keys: "npm:^3.4.1" - checksum: 27ccc4bfe940e50b0977838356b7feda95b68754fa544a988588a159a2619eb04d07c67e55d16bfea1b0dc6184a7fb5daff1366b266c9f5fd19d72831dea6163 + checksum: 8d51c0b8d94c5df044fde958f62741cef55be97c6a3a16c47e4df9af7b2ff13aa1ee03ca5240777481dca53f3b7a9b00b329e50aff5e3ad829d96bc5f63ca2c3 languageName: node linkType: hard @@ -3826,18 +3860,18 @@ __metadata: linkType: hard "acorn-walk@npm:^8.1.1": - version: 8.3.0 - resolution: "acorn-walk@npm:8.3.0" - checksum: 7673f342db939adc16ac3596c374a56be33e6ef84e01dfb3a0b50cc87cf9b8e46d84c337dcd7d5644f75bf219ad5a36bf33795e9f1af15298e6bceacf46c5f1f + version: 8.3.2 + resolution: "acorn-walk@npm:8.3.2" + checksum: 57dbe2fd8cf744f562431775741c5c087196cd7a65ce4ccb3f3981cdfad25cd24ad2bad404997b88464ac01e789a0a61e5e355b2a84876f13deef39fb39686ca languageName: node linkType: hard "acorn@npm:^8.4.1, acorn@npm:^8.8.2, acorn@npm:^8.9.0": - version: 8.11.2 - resolution: "acorn@npm:8.11.2" + version: 8.11.3 + resolution: "acorn@npm:8.11.3" bin: acorn: bin/acorn - checksum: ff559b891382ad4cd34cc3c493511d0a7075a51f5f9f02a03440e92be3705679367238338566c5fbd3521ecadd565d29301bc8e16cb48379206bffbff3d72500 + checksum: b688e7e3c64d9bfb17b596e1b35e4da9d50553713b3b3630cf5690f2b023a84eac90c56851e6912b483fe60e8b4ea28b254c07e92f17ef83d72d78745a8352dd languageName: node linkType: hard @@ -3860,16 +3894,6 @@ __metadata: languageName: node linkType: hard -"aggregate-error@npm:^4.0.0": - version: 4.0.1 - resolution: "aggregate-error@npm:4.0.1" - dependencies: - clean-stack: "npm:^4.0.0" - indent-string: "npm:^5.0.0" - checksum: bb3ffdfd13447800fff237c2cba752c59868ee669104bb995dfbbe0b8320e967d679e683dabb640feb32e4882d60258165cde0baafc4cd467cc7d275a13ad6b5 - languageName: node - linkType: hard - "aggregate-error@npm:^5.0.0": version: 5.0.0 resolution: "aggregate-error@npm:5.0.0" @@ -4041,12 +4065,9 @@ __metadata: linkType: hard "are-we-there-yet@npm:^4.0.0": - version: 4.0.1 - resolution: "are-we-there-yet@npm:4.0.1" - dependencies: - delegates: "npm:^1.0.0" - readable-stream: "npm:^4.1.0" - checksum: 213579c5d88f8e429b05e0067254d4ab73ad4948a5e9019cf30e8af2d11a25bd42dc6c571a1e398201c3e90631a50a2564b43fa7ac2bea753c81a2c20d7e5e3b + version: 4.0.2 + resolution: "are-we-there-yet@npm:4.0.2" + checksum: 86feb4e8384b0820adaf7693bd02f602d001b0e5f051744dc2d05b30b74f9bd3e1e6f1a0c70fdadeddd837b8e5f8f77569a1a286078fb39b32a0a8f3724660d7 languageName: node linkType: hard @@ -4221,13 +4242,6 @@ __metadata: languageName: node linkType: hard -"async@npm:^3.2.2": - version: 3.2.5 - resolution: "async@npm:3.2.5" - checksum: 323c3615c3f0ab1ac25a6f953296bc0ac3213d5e0f1c0debdb12964e55963af288d570293c11e44f7967af58c06d2a88d0ea588c86ec0fbf62fa98037f604a0f - languageName: node - linkType: hard - "asynciterator.prototype@npm:^1.0.0": version: 1.0.0 resolution: "asynciterator.prototype@npm:1.0.0" @@ -4313,46 +4327,39 @@ __metadata: languageName: node linkType: hard -"babel-plugin-polyfill-corejs2@npm:^0.4.6": - version: 0.4.6 - resolution: "babel-plugin-polyfill-corejs2@npm:0.4.6" +"babel-plugin-polyfill-corejs2@npm:^0.4.7": + version: 0.4.8 + resolution: "babel-plugin-polyfill-corejs2@npm:0.4.8" dependencies: "@babel/compat-data": "npm:^7.22.6" - "@babel/helper-define-polyfill-provider": "npm:^0.4.3" + "@babel/helper-define-polyfill-provider": "npm:^0.5.0" semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - checksum: 736b1bb8e570be029f941a374c769972af870c96b5c324a5387c6b6994aabdad045ce560c530038c8626f02ec70f711ad7445f2572c32ba81fa0e13402cc23f8 + checksum: 6b5a79bdc1c43edf857fd3a82966b3c7ff4a90eee00ca8d663e0a98304d6e285a05759d64a4dbc16e04a2a5ea1f248673d8bf789711be5e694e368f19884887c languageName: node linkType: hard -"babel-plugin-polyfill-corejs3@npm:^0.8.5": - version: 0.8.6 - resolution: "babel-plugin-polyfill-corejs3@npm:0.8.6" +"babel-plugin-polyfill-corejs3@npm:^0.8.7": + version: 0.8.7 + resolution: "babel-plugin-polyfill-corejs3@npm:0.8.7" dependencies: - "@babel/helper-define-polyfill-provider": "npm:^0.4.3" + "@babel/helper-define-polyfill-provider": "npm:^0.4.4" core-js-compat: "npm:^3.33.1" peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - checksum: 2d9c926fda31d800dea7843d82a41b8914a8aaa67d7fb293dd2594e82cd6ce4c9fc67c9d469587b7c14ba38f5ab5689bdc9c21c268888598f464fe77a5f4c964 + checksum: defbc6de3d309c9639dd31223b5011707fcc0384037ac5959a1aefe16eb314562e1c1e5cfbce0af14a220d639ef92dfe5baf66664e9e6054656aca2841677622 languageName: node linkType: hard -"babel-plugin-polyfill-regenerator@npm:^0.5.3": - version: 0.5.3 - resolution: "babel-plugin-polyfill-regenerator@npm:0.5.3" +"babel-plugin-polyfill-regenerator@npm:^0.5.4": + version: 0.5.5 + resolution: "babel-plugin-polyfill-regenerator@npm:0.5.5" dependencies: - "@babel/helper-define-polyfill-provider": "npm:^0.4.3" + "@babel/helper-define-polyfill-provider": "npm:^0.5.0" peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - checksum: 2bb546582cda1870d19e646a7183baeb2cccd56e0ef3e4eaeabd28e120daf17cb87399194a9ccdcf32506bcaa68d23e73440fc8ab990a7a0f8c5a77c12d5d4bc - languageName: node - linkType: hard - -"babel-plugin-syntax-trailing-function-commas@npm:^7.0.0-beta.0": - version: 7.0.0-beta.0 - resolution: "babel-plugin-syntax-trailing-function-commas@npm:7.0.0-beta.0" - checksum: e37509156ca945dd9e4b82c66dd74f2d842ad917bd280cb5aa67960942300cd065eeac476d2514bdcdedec071277a358f6d517c31d9f9244d9bbc3619a8ecf8a + checksum: 3a9b4828673b23cd648dcfb571eadcd9d3fadfca0361d0a7c6feeb5a30474e92faaa49f067a6e1c05e49b6a09812879992028ff3ef3446229ff132d6e1de7eb6 languageName: node linkType: hard @@ -4387,43 +4394,6 @@ __metadata: languageName: node linkType: hard -"babel-preset-fbjs@npm:^3.4.0": - version: 3.4.0 - resolution: "babel-preset-fbjs@npm:3.4.0" - dependencies: - "@babel/plugin-proposal-class-properties": "npm:^7.0.0" - "@babel/plugin-proposal-object-rest-spread": "npm:^7.0.0" - "@babel/plugin-syntax-class-properties": "npm:^7.0.0" - "@babel/plugin-syntax-flow": "npm:^7.0.0" - "@babel/plugin-syntax-jsx": "npm:^7.0.0" - "@babel/plugin-syntax-object-rest-spread": "npm:^7.0.0" - "@babel/plugin-transform-arrow-functions": "npm:^7.0.0" - "@babel/plugin-transform-block-scoped-functions": "npm:^7.0.0" - "@babel/plugin-transform-block-scoping": "npm:^7.0.0" - "@babel/plugin-transform-classes": "npm:^7.0.0" - "@babel/plugin-transform-computed-properties": "npm:^7.0.0" - "@babel/plugin-transform-destructuring": "npm:^7.0.0" - "@babel/plugin-transform-flow-strip-types": "npm:^7.0.0" - "@babel/plugin-transform-for-of": "npm:^7.0.0" - "@babel/plugin-transform-function-name": "npm:^7.0.0" - "@babel/plugin-transform-literals": "npm:^7.0.0" - "@babel/plugin-transform-member-expression-literals": "npm:^7.0.0" - "@babel/plugin-transform-modules-commonjs": "npm:^7.0.0" - "@babel/plugin-transform-object-super": "npm:^7.0.0" - "@babel/plugin-transform-parameters": "npm:^7.0.0" - "@babel/plugin-transform-property-literals": "npm:^7.0.0" - "@babel/plugin-transform-react-display-name": "npm:^7.0.0" - "@babel/plugin-transform-react-jsx": "npm:^7.0.0" - "@babel/plugin-transform-shorthand-properties": "npm:^7.0.0" - "@babel/plugin-transform-spread": "npm:^7.0.0" - "@babel/plugin-transform-template-literals": "npm:^7.0.0" - babel-plugin-syntax-trailing-function-commas: "npm:^7.0.0-beta.0" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: 1e73ebaaeac805aad15793d06a40a63be096730f58708ec434f08578b5ccba890190cda8fdf1c626ab081a8e1cfd376c9db82eaf78a0fafdbcc2362eb2963804 - languageName: node - linkType: hard - "babel-preset-jest@npm:^29.6.3": version: 29.6.3 resolution: "babel-preset-jest@npm:29.6.3" @@ -4443,7 +4413,7 @@ __metadata: languageName: node linkType: hard -"base64-js@npm:^1.1.2, base64-js@npm:^1.3.1": +"base64-js@npm:^1.3.1, base64-js@npm:^1.5.1": version: 1.5.1 resolution: "base64-js@npm:1.5.1" checksum: 669632eb3745404c2f822a18fc3a0122d2f9a7a13f7fb8b5823ee19d1d2ff9ee5b52c53367176ea4ad093c332fd5ab4bd0ebae5a8e27917a4105a4cfc86b1005 @@ -4529,7 +4499,7 @@ __metadata: languageName: node linkType: hard -"browserslist@npm:^4.21.9, browserslist@npm:^4.22.1": +"browserslist@npm:^4.22.2": version: 4.22.2 resolution: "browserslist@npm:4.22.2" dependencies: @@ -4569,16 +4539,6 @@ __metadata: languageName: node linkType: hard -"buffer@npm:^6.0.3": - version: 6.0.3 - resolution: "buffer@npm:6.0.3" - dependencies: - base64-js: "npm:^1.3.1" - ieee754: "npm:^1.2.1" - checksum: b6bc68237ebf29bdacae48ce60e5e28fc53ae886301f2ad9496618efac49427ed79096750033e7eab1897a4f26ae374ace49106a5758f38fb70c78c9fda2c3b1 - languageName: node - linkType: hard - "builtin-modules@npm:^3.3.0": version: 3.3.0 resolution: "builtin-modules@npm:3.3.0" @@ -4602,9 +4562,9 @@ __metadata: languageName: node linkType: hard -"cacache@npm:^18.0.0": - version: 18.0.1 - resolution: "cacache@npm:18.0.1" +"cacache@npm:^18.0.0, cacache@npm:^18.0.2": + version: 18.0.2 + resolution: "cacache@npm:18.0.2" dependencies: "@npmcli/fs": "npm:^3.1.0" fs-minipass: "npm:^3.0.0" @@ -4618,7 +4578,7 @@ __metadata: ssri: "npm:^10.0.0" tar: "npm:^6.1.11" unique-filename: "npm:^3.0.0" - checksum: aecafd368fbfb2fc0cda1f2f831fe5a1d8161d2121317c92ac089bcd985085e8a588e810b4471e69946f91c6d2661849400e963231563c519aa1e3dac2cf6187 + checksum: 5ca58464f785d4d64ac2019fcad95451c8c89bea25949f63acd8987fcc3493eaef1beccc0fa39e673506d879d3fc1ab420760f8a14f8ddf46ea2d121805a5e96 languageName: node linkType: hard @@ -4680,9 +4640,9 @@ __metadata: linkType: hard "caniuse-lite@npm:^1.0.30001565": - version: 1.0.30001566 - resolution: "caniuse-lite@npm:1.0.30001566" - checksum: fdff43ed498201bf4f6074bd1112bd853e91973b6ccb016049b030948a7d197cba235ac4d93e712d1862b33a3c947bf4e62bad7011ccdac78e5179501b28d04a + version: 1.0.30001579 + resolution: "caniuse-lite@npm:1.0.30001579" + checksum: 2cd0c02e5d66b09888743ad2b624dbde697ace5c76b55bfd6065ea033f6abea8ac3f5d3c9299c042f91b396e2141b49bc61f5e17086dc9ba3a866cc6790134c0 languageName: node linkType: hard @@ -4759,6 +4719,34 @@ __metadata: languageName: node linkType: hard +"chrome-launcher@npm:^0.15.2": + version: 0.15.2 + resolution: "chrome-launcher@npm:0.15.2" + dependencies: + "@types/node": "npm:*" + escape-string-regexp: "npm:^4.0.0" + is-wsl: "npm:^2.2.0" + lighthouse-logger: "npm:^1.0.0" + bin: + print-chrome-path: bin/print-chrome-path.js + checksum: 6faa189950790e63356113a08c4dbb25d9ef7d1ffc778f9fcf5967895ea8968aa3e711f6e7a55dadb42aa7a329d77721abf929a589b87e9e19e6e8c084b87e0d + languageName: node + linkType: hard + +"chromium-edge-launcher@npm:^1.0.0": + version: 1.0.0 + resolution: "chromium-edge-launcher@npm:1.0.0" + dependencies: + "@types/node": "npm:*" + escape-string-regexp: "npm:^4.0.0" + is-wsl: "npm:^2.2.0" + lighthouse-logger: "npm:^1.0.0" + mkdirp: "npm:^1.0.4" + rimraf: "npm:^3.0.2" + checksum: 6c187e820ffd2ca7b03b014be23638709d3f60ebbbd413a8a64b98169c921b5c2b280dfef33e3744f688e0b857c090189c20b03817c56b0ae9afdd3b040266e1 + languageName: node + linkType: hard + "ci-info@npm:^2.0.0": version: 2.0.0 resolution: "ci-info@npm:2.0.0" @@ -4803,15 +4791,6 @@ __metadata: languageName: node linkType: hard -"clean-stack@npm:^4.0.0": - version: 4.2.0 - resolution: "clean-stack@npm:4.2.0" - dependencies: - escape-string-regexp: "npm:5.0.0" - checksum: 373f656a31face5c615c0839213b9b542a0a48057abfb1df66900eab4dc2a5c6097628e4a0b5aa559cdfc4e66f8a14ea47be9681773165a44470ef5fb8ccc172 - languageName: node - linkType: hard - "clean-stack@npm:^5.2.0": version: 5.2.0 resolution: "clean-stack@npm:5.2.0" @@ -5020,13 +4999,6 @@ __metadata: languageName: node linkType: hard -"commander@npm:~2.14.1": - version: 2.14.1 - resolution: "commander@npm:2.14.1" - checksum: 5f6dbdcf7ca54c3f5cd78d6e8e3fd5fa76213a2ec4261ca22e4d085cd3f08ef3a8519886714e5bcc963426814f009efb73bcc11ecedc22dfeb9c298a66b75ef3 - languageName: node - linkType: hard - "comment-parser@npm:1.4.1": version: 1.4.1 resolution: "comment-parser@npm:1.4.1" @@ -5172,11 +5144,11 @@ __metadata: linkType: hard "core-js-compat@npm:^3.31.0, core-js-compat@npm:^3.33.1": - version: 3.33.3 - resolution: "core-js-compat@npm:3.33.3" + version: 3.35.1 + resolution: "core-js-compat@npm:3.35.1" dependencies: - browserslist: "npm:^4.22.1" - checksum: 90d5580bac23946c31aec1b75f1af4ebeafe97528398623780b3728cb6b28444be9aeb3563c857643cc84b3579007c45281fcb69fba9d9a7a011bea370e5e940 + browserslist: "npm:^4.22.2" + checksum: 9a153c66591e23703e182b258ec6bdaff0a7c578dc5f9ac152fdfef2d09e8ec277f192e28d4634a8b576c8e1a6d3b1ac76ff6b8776e72b71b334e609e177a05e languageName: node linkType: hard @@ -5212,7 +5184,7 @@ __metadata: languageName: node linkType: hard -"cosmiconfig@npm:^8.0.0, cosmiconfig@npm:^8.1.0": +"cosmiconfig@npm:^8.1.0": version: 8.3.6 resolution: "cosmiconfig@npm:8.3.6" dependencies: @@ -5229,6 +5201,23 @@ __metadata: languageName: node linkType: hard +"cosmiconfig@npm:^9.0.0": + version: 9.0.0 + resolution: "cosmiconfig@npm:9.0.0" + dependencies: + env-paths: "npm:^2.2.1" + import-fresh: "npm:^3.3.0" + js-yaml: "npm:^4.1.0" + parse-json: "npm:^5.2.0" + peerDependencies: + typescript: ">=4.9.5" + peerDependenciesMeta: + typescript: + optional: true + checksum: 8bdf1dfbb6fdb3755195b6886dc0649a3c742ec75afa4cb8da7b070936aed22a4f4e5b7359faafe03180358f311dbc300d248fd6586c458203d376a40cc77826 + languageName: node + linkType: hard + "create-jest@npm:^29.7.0": version: 29.7.0 resolution: "create-jest@npm:29.7.0" @@ -5282,19 +5271,19 @@ __metadata: languageName: node linkType: hard -"cssstyle@npm:^3.0.0": - version: 3.0.0 - resolution: "cssstyle@npm:3.0.0" +"cssstyle@npm:^4.0.1": + version: 4.0.1 + resolution: "cssstyle@npm:4.0.1" dependencies: rrweb-cssom: "npm:^0.6.0" - checksum: 3774cf5fd0fe5d0fe2d7e2b726eea690e7e35a2f3ecdd83bcf2df12ad664bc6cc30727800b712c16b5df6a67e5129a643fe15c0bfb1fc221d0020c488b1f4ff3 + checksum: 180d4e6b406c30811e55a64add32a2111c9c5da4ed2dc67638ddb55c29b877ec1ed71e2e70a34f59c3523dbee35b0d35aa13b963db1ca8cb929d69c7ce81e3b0 languageName: node linkType: hard "csstype@npm:^3.0.2": - version: 3.1.2 - resolution: "csstype@npm:3.1.2" - checksum: 1f39c541e9acd9562996d88bc9fb62d1cb234786ef11ed275567d4b2bd82e1ceacde25debc8de3d3b4871ae02c2933fa02614004c97190711caebad6347debc2 + version: 3.1.3 + resolution: "csstype@npm:3.1.3" + checksum: f593cce41ff5ade23f44e77521e3a1bcc2c64107041e1bf6c3c32adc5187d0d60983292fda326154d20b01079e24931aa5b08e4467cc488b60bb1e7f6d478ade languageName: node linkType: hard @@ -5315,7 +5304,7 @@ __metadata: languageName: node linkType: hard -"debug@npm:2.6.9, debug@npm:^2.2.0": +"debug@npm:2.6.9, debug@npm:^2.2.0, debug@npm:^2.6.9": version: 2.6.9 resolution: "debug@npm:2.6.9" dependencies: @@ -5324,7 +5313,7 @@ __metadata: languageName: node linkType: hard -"debug@npm:4, debug@npm:4.3.4, debug@npm:^4.0.0, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.2, debug@npm:^4.3.4": +"debug@npm:4, debug@npm:4.3.4, debug@npm:^4.0.0, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4": version: 4.3.4 resolution: "debug@npm:4.3.4" dependencies: @@ -5463,13 +5452,6 @@ __metadata: languageName: node linkType: hard -"delegates@npm:^1.0.0": - version: 1.0.0 - resolution: "delegates@npm:1.0.0" - checksum: a51744d9b53c164ba9c0492471a1a2ffa0b6727451bdc89e31627fdf4adda9d51277cfcbfb20f0a6f08ccb3c436f341df3e92631a3440226d93a8971724771fd - languageName: node - linkType: hard - "denodeify@npm:^1.2.1": version: 1.2.1 resolution: "denodeify@npm:1.2.1" @@ -5484,14 +5466,14 @@ __metadata: languageName: node linkType: hard -"deprecated-react-native-prop-types@npm:^4.2.3": - version: 4.2.3 - resolution: "deprecated-react-native-prop-types@npm:4.2.3" +"deprecated-react-native-prop-types@npm:^5.0.0": + version: 5.0.0 + resolution: "deprecated-react-native-prop-types@npm:5.0.0" dependencies: - "@react-native/normalize-colors": "npm:<0.73.0" + "@react-native/normalize-colors": "npm:^0.73.0" invariant: "npm:^2.2.4" prop-types: "npm:^15.8.1" - checksum: dc670391357ef2f2ff586db771eaec1be84c57c5d0082820bbec313704b16cc4aa0273257f43119b87398565cd623793f88ab3c4f8085aac68a34ecd7750837f + checksum: 5d91e8d95f071fc6c95b4ac9da974358fb971267d923130e140673db6eba4351efe522f49f246b8c6007e3be240efa40f93261e7c2b4220b7994dc2877376dbe languageName: node linkType: hard @@ -5618,9 +5600,9 @@ __metadata: linkType: hard "electron-to-chromium@npm:^1.4.601": - version: 1.4.601 - resolution: "electron-to-chromium@npm:1.4.601" - checksum: 6a7e510156a1ecfb58a9569592d1ccc8d6089f2e764b5267d9e627e4a81ef4e15f4cdcce8cee4c0355af8df50069ca980c76913aa9a2026bfdffd7c31ef82ad7 + version: 1.4.640 + resolution: "electron-to-chromium@npm:1.4.640" + checksum: 75cfe02be2e2b0c7f53e8d97e9d3cd0d8959a4e861f7bf944abace94f9872b9e31128ca3140f657b8b886b919d46f7af03efaf0d8bd8b9a4b48e3212fdd2ec01 languageName: node linkType: hard @@ -5685,24 +5667,24 @@ __metadata: languageName: node linkType: hard -"env-ci@npm:^10.0.0": - version: 10.0.0 - resolution: "env-ci@npm:10.0.0" +"env-ci@npm:^11.0.0": + version: 11.0.0 + resolution: "env-ci@npm:11.0.0" dependencies: execa: "npm:^8.0.0" java-properties: "npm:^1.0.2" - checksum: 3843dc78d73d5435dac00c88c3e7cdd7b0da717c4bef4dfaeb646be384099c96dfec6a8b1eb579821d3c83fef9e787a0ab56dc6850ef31df33242541c80c09c6 + checksum: 6523918bccc7d7f5310104d856f052f7f2b4075ee2cf5841f044c80e41cbb1fc73d6d01a2451a7f27ed89e87b8ea17a06a8aaeb26b0d8cf2d8894c01d96c0845 languageName: node linkType: hard -"env-paths@npm:^2.2.0": +"env-paths@npm:^2.2.0, env-paths@npm:^2.2.1": version: 2.2.1 resolution: "env-paths@npm:2.2.1" checksum: 65b5df55a8bab92229ab2b40dad3b387fad24613263d103a97f91c9fe43ceb21965cd3392b1ccb5d77088021e525c4e0481adb309625d0cb94ade1d1fb8dc17e languageName: node linkType: hard -"envinfo@npm:^7.7.2": +"envinfo@npm:^7.10.0": version: 7.11.0 resolution: "envinfo@npm:7.11.0" bin: @@ -5977,9 +5959,9 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-import@npm:^2.29.0": - version: 2.29.0 - resolution: "eslint-plugin-import@npm:2.29.0" +"eslint-plugin-import@npm:^2.29.1": + version: 2.29.1 + resolution: "eslint-plugin-import@npm:2.29.1" dependencies: array-includes: "npm:^3.1.7" array.prototype.findlastindex: "npm:^1.2.3" @@ -5997,16 +5979,16 @@ __metadata: object.groupby: "npm:^1.0.1" object.values: "npm:^1.1.7" semver: "npm:^6.3.1" - tsconfig-paths: "npm:^3.14.2" + tsconfig-paths: "npm:^3.15.0" peerDependencies: eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 - checksum: d6e8d016f38369892c85b866f762c03dee2b337d4f12031756e30d7490879261d1192a3c2f682fd7c4d2b923465f7a1e3d22cfdad5da1b1391c3bd39ea87af1a + checksum: 5865f05c38552145423c535326ec9a7113ab2305c7614c8b896ff905cfabc859c8805cac21e979c9f6f742afa333e6f62f812eabf891a7e8f5f0b853a32593c1 languageName: node linkType: hard -"eslint-plugin-jsdoc@npm:^46.9.0": - version: 46.9.0 - resolution: "eslint-plugin-jsdoc@npm:46.9.0" +"eslint-plugin-jsdoc@npm:^48.0.2": + version: 48.0.2 + resolution: "eslint-plugin-jsdoc@npm:48.0.2" dependencies: "@es-joy/jsdoccomment": "npm:~0.41.0" are-docs-informative: "npm:^0.0.2" @@ -6016,10 +5998,10 @@ __metadata: esquery: "npm:^1.5.0" is-builtin-module: "npm:^3.2.1" semver: "npm:^7.5.4" - spdx-expression-parse: "npm:^3.0.1" + spdx-expression-parse: "npm:^4.0.0" peerDependencies: - eslint: ^7.0.0 || ^8.0.0 - checksum: 0dd20688047c2acf9e816e8b541c56cb4b2660f02fd99e27b4ef6b4505dff0d14596134e40efb351a629f91e4fc2ceab517a071efd650ad2c3d6e4d9c461f650 + eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 + checksum: 03f55ea97314759450b5e985344c60559907276a905792e9f31af7770f14baba76b28a9a9d9de47a38bb8617c9a0dc6b53d68a77d14b0f2701469d89ed453165 languageName: node linkType: hard @@ -6094,14 +6076,14 @@ __metadata: languageName: node linkType: hard -"eslint@npm:^8.55.0": - version: 8.55.0 - resolution: "eslint@npm:8.55.0" +"eslint@npm:^8.56.0": + version: 8.56.0 + resolution: "eslint@npm:8.56.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.2.0" "@eslint-community/regexpp": "npm:^4.6.1" "@eslint/eslintrc": "npm:^2.1.4" - "@eslint/js": "npm:8.55.0" + "@eslint/js": "npm:8.56.0" "@humanwhocodes/config-array": "npm:^0.11.13" "@humanwhocodes/module-importer": "npm:^1.0.1" "@nodelib/fs.walk": "npm:^1.2.8" @@ -6138,7 +6120,7 @@ __metadata: text-table: "npm:^0.2.0" bin: eslint: bin/eslint.js - checksum: afd016cfbe9e9d667b3f98c14c681a7e518808f6c30856e56cbb02248900eac5bf6dc5e577a7eaec259539486db48ef7d16ef58fb14b1585ba7c84b35490c53c + checksum: ef6193c6e4cef20774b985a5cc2fd4bf6d3c4decd423117cbc4a0196617861745db291217ad3c537bc3a160650cca965bc818f55e1f3e446af1fcb293f9940a5 languageName: node linkType: hard @@ -6216,14 +6198,7 @@ __metadata: languageName: node linkType: hard -"events@npm:^3.3.0": - version: 3.3.0 - resolution: "events@npm:3.3.0" - checksum: a3d47e285e28d324d7180f1e493961a2bbb4cad6412090e4dec114f4db1f5b560c7696ee8e758f55e23913ede856e3689cd3aa9ae13c56b5d8314cd3b3ddd1be - languageName: node - linkType: hard - -"execa@npm:^5.0.0": +"execa@npm:^5.0.0, execa@npm:^5.1.1": version: 5.1.1 resolution: "execa@npm:5.1.1" dependencies: @@ -6325,14 +6300,14 @@ __metadata: languageName: node linkType: hard -"fast-xml-parser@npm:^4.0.12": - version: 4.3.2 - resolution: "fast-xml-parser@npm:4.3.2" +"fast-xml-parser@npm:^4.0.12, fast-xml-parser@npm:^4.2.4": + version: 4.3.3 + resolution: "fast-xml-parser@npm:4.3.3" dependencies: strnum: "npm:^1.0.5" bin: fxparser: src/cli/cli.js - checksum: cb3d9ad7d5508e7ec1e6ee4b4753f659c7b7c93c3eb76439cb03072532d07521d53a7e35f243b490dce3fcc16519415bf1f99c6a1004a6de1dccd3d3647c336f + checksum: 501de1f38d9d22c98b8f722fe27a3bb6907cf82a4e37639aa5702f725721424123a1a05a3cc19ec5f3c995ba65fadc7891b10d425eb0dc833580d32aff373777 languageName: node linkType: hard @@ -6344,11 +6319,11 @@ __metadata: linkType: hard "fastq@npm:^1.6.0": - version: 1.15.0 - resolution: "fastq@npm:1.15.0" + version: 1.16.0 + resolution: "fastq@npm:1.16.0" dependencies: reusify: "npm:^1.0.4" - checksum: 67c01b1c972e2d5b6fea197a1a39d5d582982aea69ff4c504badac71080d8396d4843b165a9686e907c233048f15a86bbccb0e7f83ba771f6fa24bcde059d0c3 + checksum: de151543aab9d91900ed5da88860c46987ece925c628df586fac664235f25e020ec20729e1c032edb5fd2520fd4aa5b537d69e39b689e65e82112cfbecb4479e languageName: node linkType: hard @@ -6504,17 +6479,17 @@ __metadata: languageName: node linkType: hard -"flow-enums-runtime@npm:^0.0.5": - version: 0.0.5 - resolution: "flow-enums-runtime@npm:0.0.5" - checksum: 4d79961ba9e869917278de6254ce7fcceeb45ab0f4a093c459e20879fc8c96d5af35a5a89e35af33c377526067ae86b60ff91bf4a3c2169146470dc4071c1a5c +"flow-enums-runtime@npm:^0.0.6": + version: 0.0.6 + resolution: "flow-enums-runtime@npm:0.0.6" + checksum: df54ec17f6edbe2bcf17cb1e681faf3bac86e65490e819fdf29713e701eed0448c7db6d42606bf0f7044ce6909ee052920f930bbc251999e4f74e258f1d8790e languageName: node linkType: hard "flow-parser@npm:0.*": - version: 0.223.2 - resolution: "flow-parser@npm:0.223.2" - checksum: 5d6cabfcb418c772b59ba0f192487c01846274c72f0dfe36c4560d1a85e4b1bdf4766e16c60be0b9340e5df8f1d2f2cb76e1c941e5f3c2aec95b959523c3b6fc + version: 0.227.0 + resolution: "flow-parser@npm:0.227.0" + checksum: 3b0775f972d19503c43a6409f77900380ee38f11ffcdf20ec1322bcdd8ae4bf12f786becb429f5928cab756135ccd8ad67190c13b27e38227a0f00c724b334ce languageName: node linkType: hard @@ -6814,7 +6789,7 @@ __metadata: languageName: node linkType: hard -"glob@npm:^7.1.3, glob@npm:^7.1.4": +"glob@npm:^7.1.1, glob@npm:^7.1.3, glob@npm:^7.1.4": version: 7.2.3 resolution: "glob@npm:7.2.3" dependencies: @@ -6836,11 +6811,11 @@ __metadata: linkType: hard "globals@npm:^13.19.0": - version: 13.23.0 - resolution: "globals@npm:13.23.0" + version: 13.24.0 + resolution: "globals@npm:13.24.0" dependencies: type-fest: "npm:^0.20.2" - checksum: bf6a8616f4a64959c0b9a8eb4dc8a02e7dd0082385f7f06bc9694d9fceabe39f83f83789322cfe0470914dc8b273b7a29af5570b9e1a0507d3fb7348a64703a3 + checksum: 62c5b1997d06674fc7191d3e01e324d3eda4d65ac9cc4e78329fa3b5c4fd42a0e1c8722822497a6964eee075255ce21ccf1eec2d83f92ef3f06653af4d0ee28e languageName: node linkType: hard @@ -6950,7 +6925,7 @@ __metadata: languageName: node linkType: hard -"has-property-descriptors@npm:^1.0.0": +"has-property-descriptors@npm:^1.0.0, has-property-descriptors@npm:^1.0.1": version: 1.0.1 resolution: "has-property-descriptors@npm:1.0.1" dependencies: @@ -7007,13 +6982,6 @@ __metadata: languageName: node linkType: hard -"hermes-estree@npm:0.12.0": - version: 0.12.0 - resolution: "hermes-estree@npm:0.12.0" - checksum: 9aa5e41f4abb522e60ac44950590a08643cdcaa8aac0e4f101b08921880e66778b2f83e08d2c15b94bf87a21d7be1d14f584edf3141b50f79ff091069d92e932 - languageName: node - linkType: hard - "hermes-estree@npm:0.15.0": version: 0.15.0 resolution: "hermes-estree@npm:0.15.0" @@ -7021,19 +6989,10 @@ __metadata: languageName: node linkType: hard -"hermes-estree@npm:0.17.1": - version: 0.17.1 - resolution: "hermes-estree@npm:0.17.1" - checksum: cd40d4ae2e7c2f2133ced2ed02a355910952bc0fda3db877296d05c0200b7fda33eca45901174de0e866f23e27935d80bea63711853191eb4542a66557797bf9 - languageName: node - linkType: hard - -"hermes-parser@npm:0.12.0": - version: 0.12.0 - resolution: "hermes-parser@npm:0.12.0" - dependencies: - hermes-estree: "npm:0.12.0" - checksum: 8a8656954956187d60d0c6db9cd71cb3e722949a698d77537870dd4d821a2d3278fbeaa9034a950aa2bb75a4830cbf6df0bdb7210927724dc477c5cd34f9bddd +"hermes-estree@npm:0.18.2": + version: 0.18.2 + resolution: "hermes-estree@npm:0.18.2" + checksum: 95b7275f38738792648c198445711d823ab1f502735c0bb5375ad611f5718dd0c0c8644f8b44a475283b8650c19a807cd55eeab46ad9b7ad2d93e460e9292df8 languageName: node linkType: hard @@ -7046,12 +7005,12 @@ __metadata: languageName: node linkType: hard -"hermes-parser@npm:0.17.1": - version: 0.17.1 - resolution: "hermes-parser@npm:0.17.1" +"hermes-parser@npm:0.18.2": + version: 0.18.2 + resolution: "hermes-parser@npm:0.18.2" dependencies: - hermes-estree: "npm:0.17.1" - checksum: 16f629aa00f9007dbbcdee7f9e68bab8217d26b93f45296d989ce54f889ec1ce770034cb1f300a2334212bce33c475dc07854d26d5eda221c74ae177c6ebb788 + hermes-estree: "npm:0.18.2" + checksum: 79df5ff751bf7a0033229df389f3d6556b7e5d4b99cd1aa72fcf78c0ec0717246f24d32d5eaf7c0c7ac3009c0dd66aeb4ef0bf8907827cf6f0ebcd74fa067e88 languageName: node linkType: hard @@ -7159,14 +7118,14 @@ __metadata: languageName: node linkType: hard -"ieee754@npm:^1.1.13, ieee754@npm:^1.2.1": +"ieee754@npm:^1.1.13": version: 1.2.1 resolution: "ieee754@npm:1.2.1" checksum: d9f2557a59036f16c282aaeb107832dc957a93d73397d89bbad4eb1130560560eb695060145e8e6b3b498b15ab95510226649a0b8f52ae06583575419fe10fc4 languageName: node linkType: hard -"ignore-walk@npm:^6.0.0": +"ignore-walk@npm:^6.0.4": version: 6.0.4 resolution: "ignore-walk@npm:6.0.4" dependencies: @@ -7183,13 +7142,13 @@ __metadata: linkType: hard "image-size@npm:^1.0.2": - version: 1.0.2 - resolution: "image-size@npm:1.0.2" + version: 1.1.1 + resolution: "image-size@npm:1.1.1" dependencies: queue: "npm:6.0.2" bin: image-size: bin/image-size.js - checksum: 693dfb2f8bfda2aacd087ef7130fd997fd0aceca838291bae400646db1826b80108185d0062ea3c0365b12c3ab5145bb923fdc777fd94c4991840d47fe44ade3 + checksum: f28966dd3f6d4feccc4028400bb7e8047c28b073ab0aa90c7c53039288139dd416c6bc254a976d4bf61113d4bc84871786804113099701cbfe9ccf377effdb54 languageName: node linkType: hard @@ -7482,6 +7441,15 @@ __metadata: languageName: node linkType: hard +"is-docker@npm:^2.0.0": + version: 2.2.1 + resolution: "is-docker@npm:2.2.1" + bin: + is-docker: cli.js + checksum: 3fef7ddbf0be25958e8991ad941901bf5922ab2753c46980b60b05c1bf9c9c2402d35e6dc32e4380b980ef5e1970a5d9d5e5aa2e02d77727c3b6b5e918474c56 + languageName: node + linkType: hard + "is-extglob@npm:^2.1.1": version: 2.1.1 resolution: "is-extglob@npm:2.1.1" @@ -7741,10 +7709,12 @@ __metadata: languageName: node linkType: hard -"isarray@npm:0.0.1": - version: 0.0.1 - resolution: "isarray@npm:0.0.1" - checksum: 49191f1425681df4a18c2f0f93db3adb85573bcdd6a4482539d98eac9e705d8961317b01175627e860516a2fc45f8f9302db26e5a380a97a520e272e2a40a8d4 +"is-wsl@npm:^2.1.1, is-wsl@npm:^2.2.0": + version: 2.2.0 + resolution: "is-wsl@npm:2.2.0" + dependencies: + is-docker: "npm:^2.0.0" + checksum: 20849846ae414997d290b75e16868e5261e86ff5047f104027026fd61d8b5a9b0b3ade16239f35e1a067b3c7cc02f70183cb661010ed16f4b6c7c93dad1b19d8 languageName: node linkType: hard @@ -8031,7 +8001,7 @@ __metadata: languageName: node linkType: hard -"jest-environment-node@npm:^29.2.1, jest-environment-node@npm:^29.7.0": +"jest-environment-node@npm:^29.6.3, jest-environment-node@npm:^29.7.0": version: 29.7.0 resolution: "jest-environment-node@npm:29.7.0" dependencies: @@ -8137,13 +8107,6 @@ __metadata: languageName: node linkType: hard -"jest-regex-util@npm:^27.0.6": - version: 27.5.1 - resolution: "jest-regex-util@npm:27.5.1" - checksum: d45ca7a9543616a34f7f3079337439cf07566e677a096472baa2810e274b9808b76767c97b0a4029b8a5b82b9d256dee28ef9ad4138b2b9e5933f6fac106c418 - languageName: node - linkType: hard - "jest-regex-util@npm:^29.6.3": version: 29.6.3 resolution: "jest-regex-util@npm:29.6.3" @@ -8265,20 +8228,6 @@ __metadata: languageName: node linkType: hard -"jest-util@npm:^27.2.0": - version: 27.5.1 - resolution: "jest-util@npm:27.5.1" - dependencies: - "@jest/types": "npm:^27.5.1" - "@types/node": "npm:*" - chalk: "npm:^4.0.0" - ci-info: "npm:^3.2.0" - graceful-fs: "npm:^4.2.9" - picomatch: "npm:^2.2.3" - checksum: ecc7da41769558e57dbde544141ffceb536ee53b663de1e002d4b86784cea500a10f9a7f02e8b804e517aa0e34d3145118734c7e8b5071f9f18a153ede5b062d - languageName: node - linkType: hard - "jest-util@npm:^29.7.0": version: 29.7.0 resolution: "jest-util@npm:29.7.0" @@ -8293,7 +8242,7 @@ __metadata: languageName: node linkType: hard -"jest-validate@npm:^29.2.1, jest-validate@npm:^29.6.3, jest-validate@npm:^29.7.0": +"jest-validate@npm:^29.6.3, jest-validate@npm:^29.7.0": version: 29.7.0 resolution: "jest-validate@npm:29.7.0" dependencies: @@ -8323,17 +8272,6 @@ __metadata: languageName: node linkType: hard -"jest-worker@npm:^27.2.0": - version: 27.5.1 - resolution: "jest-worker@npm:27.5.1" - dependencies: - "@types/node": "npm:*" - merge-stream: "npm:^2.0.0" - supports-color: "npm:^8.0.0" - checksum: 06c6e2a84591d9ede704d5022fc13791e8876e83397c89d481b0063332abbb64c0f01ef4ca7de520b35c7a1058556078d6bdc3631376f4e9ffb42316c1a8488e - languageName: node - linkType: hard - "jest-worker@npm:^29.6.3, jest-worker@npm:^29.7.0": version: 29.7.0 resolution: "jest-worker@npm:29.7.0" @@ -8366,15 +8304,15 @@ __metadata: linkType: hard "joi@npm:^17.2.1": - version: 17.11.0 - resolution: "joi@npm:17.11.0" + version: 17.12.0 + resolution: "joi@npm:17.12.0" dependencies: - "@hapi/hoek": "npm:^9.0.0" - "@hapi/topo": "npm:^5.0.0" - "@sideway/address": "npm:^4.1.3" + "@hapi/hoek": "npm:^9.3.0" + "@hapi/topo": "npm:^5.1.0" + "@sideway/address": "npm:^4.1.4" "@sideway/formula": "npm:^3.0.1" "@sideway/pinpoint": "npm:^2.0.0" - checksum: 392e897693aa49a401a869180d6b57bdb7ccf616be07c3a2c2c81a2df7a744962249dbaa4a718c07e0fe23b17a04795cbfbd75b79be5829627402eed074db6c9 + checksum: bedb7bcadd7c6d9d4852f5f37e5951f2453830420bcf77ec62f4a2d61af335254aa327888fd08f572cb2675ad3598cf87d57927334b7c7dcd48b9e60839524ae languageName: node linkType: hard @@ -8469,11 +8407,11 @@ __metadata: languageName: node linkType: hard -"jsdom@npm:^23.0.1": - version: 23.0.1 - resolution: "jsdom@npm:23.0.1" +"jsdom@npm:^24.0.0": + version: 24.0.0 + resolution: "jsdom@npm:24.0.0" dependencies: - cssstyle: "npm:^3.0.0" + cssstyle: "npm:^4.0.1" data-urls: "npm:^5.0.0" decimal.js: "npm:^10.4.3" form-data: "npm:^4.0.0" @@ -8492,14 +8430,14 @@ __metadata: whatwg-encoding: "npm:^3.1.1" whatwg-mimetype: "npm:^4.0.0" whatwg-url: "npm:^14.0.0" - ws: "npm:^8.14.2" + ws: "npm:^8.16.0" xml-name-validator: "npm:^5.0.0" peerDependencies: canvas: ^2.11.2 peerDependenciesMeta: canvas: optional: true - checksum: b48fd785cfe5ea0c87e5fadb5fa7f4897bc64731a3930d9013cc0a0b16fbea323e7cced4dddf486b4edb305e7f511ccf78ef6b165b99e3a209069a394add6aa1 + checksum: 75e9cc02566e9bf4be971de931044904601b83dc3c3a1559065b3b63912118de06bf668b639c569956d488d528aea67045bbb14a711962171af885dbf909eae8 languageName: node linkType: hard @@ -8542,7 +8480,7 @@ __metadata: languageName: node linkType: hard -"json-parse-even-better-errors@npm:^3.0.0": +"json-parse-even-better-errors@npm:^3.0.0, json-parse-even-better-errors@npm:^3.0.1": version: 3.0.1 resolution: "json-parse-even-better-errors@npm:3.0.1" checksum: bf74fa3f715e56699ccd68b80a7d20908de432a3fae2d5aa2ed530a148e9d9ccdf8e6983b93d9966a553aa70dcf003ce3a7ffec2c0ce74d2a6173e3691a426f0 @@ -8662,10 +8600,10 @@ __metadata: languageName: node linkType: hard -"just-extend@npm:^4.0.2": - version: 4.2.1 - resolution: "just-extend@npm:4.2.1" - checksum: 375389c0847d56300873fa622fbc5c5e208933e372bbedb39c82f583299cdad4fe9c4773bc35fcd9c42cd85744f07474ca4163aa0f9125dd5be37bc09075eb49 +"just-extend@npm:^6.2.0": + version: 6.2.0 + resolution: "just-extend@npm:6.2.0" + checksum: 1f487b074b9e5773befdd44dc5d1b446f01f24f7d4f1f255d51c0ef7f686e8eb5f95d983b792b9ca5c8b10cd7e60a924d64103725759eddbd7f18bcb22743f92 languageName: node linkType: hard @@ -8710,18 +8648,18 @@ __metadata: linkType: hard "libnpmaccess@npm:^8.0.1": - version: 8.0.1 - resolution: "libnpmaccess@npm:8.0.1" + version: 8.0.2 + resolution: "libnpmaccess@npm:8.0.2" dependencies: npm-package-arg: "npm:^11.0.1" npm-registry-fetch: "npm:^16.0.0" - checksum: 3b122b307d93e478a74df82c3e372f2e5b02256124f8b08469ee40514bc95a416df6639a9badd456d7ff4cb24bd6bcc2245d17e45d8e0cf0262b5a9ded276ea1 + checksum: 20113f2fe4e32e3aaaa04f89cf2a7c1c907f847e274cc81d16617e5e5d5be4f801cd5709fe978bd9f9c0f6983d2cd941933a3c59393b63f7f2283bafb6a31659 languageName: node linkType: hard "libnpmdiff@npm:^6.0.3": - version: 6.0.3 - resolution: "libnpmdiff@npm:6.0.3" + version: 6.0.5 + resolution: "libnpmdiff@npm:6.0.5" dependencies: "@npmcli/arborist": "npm:^7.2.1" "@npmcli/disparity-colors": "npm:^3.0.0" @@ -8732,13 +8670,13 @@ __metadata: npm-package-arg: "npm:^11.0.1" pacote: "npm:^17.0.4" tar: "npm:^6.2.0" - checksum: fa9f0642da45aed5b54c5bcc6bac9deb819a9182e754b579fda06bbcc35d35e983004646b9a9df8d596b4205f75279219ffc951224f95817b3b348926684e953 + checksum: 24115e21985baf164740e829ae051e3d99420520692376331a21d7050f1ee7b3228c0673747725a971d4e0290528d5961a9e44e5c392468584c7ccca63bb3d88 languageName: node linkType: hard "libnpmexec@npm:^7.0.4": - version: 7.0.4 - resolution: "libnpmexec@npm:7.0.4" + version: 7.0.6 + resolution: "libnpmexec@npm:7.0.6" dependencies: "@npmcli/arborist": "npm:^7.2.1" "@npmcli/run-script": "npm:^7.0.2" @@ -8751,54 +8689,54 @@ __metadata: read-package-json-fast: "npm:^3.0.2" semver: "npm:^7.3.7" walk-up-path: "npm:^3.0.1" - checksum: 4d1b165d6970301ab03a2f99361dcdd5c78fb0464950c6fe5485834dd8c3e86f839a3820c66ed3de1403370480c624bb7c39ea636e2a8f1d0d83a8f7f73670d4 + checksum: 5eb16eac508e4c394f89eeb624c7cd430583bf3936c98f517827d092296e0ebf2d67208a38b05c9aff964ebc56900728923fe21c7ffe302fe41296efa759ce7b languageName: node linkType: hard "libnpmfund@npm:^5.0.1": - version: 5.0.1 - resolution: "libnpmfund@npm:5.0.1" + version: 5.0.3 + resolution: "libnpmfund@npm:5.0.3" dependencies: "@npmcli/arborist": "npm:^7.2.1" - checksum: 5b006477c202e5a596804263d84def9396ee744d5e26af1d2cd1037daac77fa2de1edcc72d50335e1eda6fa5d6c7e1d2cd4229558ef7f64ed761e365d65c4e5f + checksum: 385f390606be23f4db3e36074bc631874cd0e8671a9ce1c0c6bfdb259c3a185498f7e3738d4ec47717518e298afe6003548e5b5afd35980cbce1021215777b8f languageName: node linkType: hard "libnpmhook@npm:^10.0.0": - version: 10.0.0 - resolution: "libnpmhook@npm:10.0.0" + version: 10.0.1 + resolution: "libnpmhook@npm:10.0.1" dependencies: aproba: "npm:^2.0.0" npm-registry-fetch: "npm:^16.0.0" - checksum: 295ab82af83e4c45f5e4914d17eabbbcf0da0ab6c901264dbe862e7525f26f81e03aec99ea2bb616ff3570ff2fccc4bdfb736d6daff0dfa5131915805a6f7522 + checksum: d4fd8f0812f24c38a779ebf00cc14991c34d57539581a68269b01b44edebc9feca688fef2701c78d80b94a636a70faf69be88d25499c6a0568451cf5fc547fbf languageName: node linkType: hard "libnpmorg@npm:^6.0.1": - version: 6.0.1 - resolution: "libnpmorg@npm:6.0.1" + version: 6.0.2 + resolution: "libnpmorg@npm:6.0.2" dependencies: aproba: "npm:^2.0.0" npm-registry-fetch: "npm:^16.0.0" - checksum: 7b7df9f7447900a4b9c56a0507af1ad0ec1f615c34e9a8775e56f06b3ee602efdd10495dc1977ac062cc16b53126bc2129b198ecefa7bfb82e92405b3839c3e2 + checksum: 31df775a6d76be0deb5c859f413bb02d2656ee9ca354fea6f9fe03bc12a01db0f695f18842d35b3c1fdc0e8346f22f96aef253b86ed06e91cf9a540b694691e2 languageName: node linkType: hard "libnpmpack@npm:^6.0.3": - version: 6.0.3 - resolution: "libnpmpack@npm:6.0.3" + version: 6.0.5 + resolution: "libnpmpack@npm:6.0.5" dependencies: "@npmcli/arborist": "npm:^7.2.1" "@npmcli/run-script": "npm:^7.0.2" npm-package-arg: "npm:^11.0.1" pacote: "npm:^17.0.4" - checksum: 1d54420df5ace9048fd2988a11fb26a9c67b3d40b3c11b4663514546b10dfb354f9c690b4b481071f8337b16de35e6e65d3552c668a728fcc3e088e83174c7a2 + checksum: 6d1149cc60350cad8b54641522dd811b852cb65f2da195cf4ff2d72be71f07b8c416a8f5e8000ed80338cfe0a9a50e037fe77d1dc6f47dbdd07fbe15b4fa006c languageName: node linkType: hard "libnpmpublish@npm:^9.0.2": - version: 9.0.2 - resolution: "libnpmpublish@npm:9.0.2" + version: 9.0.3 + resolution: "libnpmpublish@npm:9.0.3" dependencies: ci-info: "npm:^4.0.0" normalize-package-data: "npm:^6.0.0" @@ -8808,39 +8746,49 @@ __metadata: semver: "npm:^7.3.7" sigstore: "npm:^2.1.0" ssri: "npm:^10.0.5" - checksum: 4bef8c45a64cf14d5c69bc591158be7a77b6604a3a34002d70a0890bac54f968790d1d607e6edb5bb7789a1e60cfb9b4749fae868692c542852b7d6140b659f9 + checksum: 6e43e9d850145e291d54b170360b14c84109d169bd915d04a5f63710effcd71e049bfd59ac8585de74ac0537a735f0b33b5481ed186a16f40303b73dc53bfd34 languageName: node linkType: hard "libnpmsearch@npm:^7.0.0": - version: 7.0.0 - resolution: "libnpmsearch@npm:7.0.0" + version: 7.0.1 + resolution: "libnpmsearch@npm:7.0.1" dependencies: npm-registry-fetch: "npm:^16.0.0" - checksum: 3b10c35b6feb84622d1ca0009e02ae577b5648f10aa28c7c989a4db64ec3bc4f2f866a1c4c07002ae319ac40bda1608fc87bbcfad248f8104946120d58b45e2b + checksum: 97a12306a4f4c8c15eef574b2cf95f3c556c751a7cdf6f7fb9a62bacd79ff1f70300e5bde0c652b4d5e67ae6516ca41b9c43783cafa2c1c4dad6818463cd58a2 languageName: node linkType: hard "libnpmteam@npm:^6.0.0": - version: 6.0.0 - resolution: "libnpmteam@npm:6.0.0" + version: 6.0.1 + resolution: "libnpmteam@npm:6.0.1" dependencies: aproba: "npm:^2.0.0" npm-registry-fetch: "npm:^16.0.0" - checksum: 78183b994ced99ac1d926050e1dcded770c29e67abce506b826677c8ada33ff205d5d045c468a52db11626fdfc9259f7b4ac426c599217e0b307c9979851ec33 + checksum: 8ceaf44992151a434eb2d9bf663dd92321408aa6273cd0e1bfc5efc630bb15c0ccbe1b9af26f1158c86029c1af03623a8025160241ac5d62ecb1aa404c2a1456 languageName: node linkType: hard "libnpmversion@npm:^5.0.1": - version: 5.0.1 - resolution: "libnpmversion@npm:5.0.1" + version: 5.0.2 + resolution: "libnpmversion@npm:5.0.2" dependencies: "@npmcli/git": "npm:^5.0.3" "@npmcli/run-script": "npm:^7.0.2" json-parse-even-better-errors: "npm:^3.0.0" proc-log: "npm:^3.0.0" semver: "npm:^7.3.7" - checksum: df1648d9bf73f11a11249e7152add2bdc84d1601d890cd29294161d980f8833a83bbccda3c6841bada5a35060743a29371603e270c02ff822ebb6e759349bdce + checksum: 34d2d073a801f2930bc44d28e97c6c1b55654138edae5c349e3c2a9b4c2219a25a20e15a6d556cab79b389f00a503fef434e93d55d19d8e654ba612eba67cf09 + languageName: node + linkType: hard + +"lighthouse-logger@npm:^1.0.0": + version: 1.4.2 + resolution: "lighthouse-logger@npm:1.4.2" + dependencies: + debug: "npm:^2.6.9" + marky: "npm:^1.2.2" + checksum: ffcedbf6878cc8b3289649ad60f42e3def7212b79eac6a21be2408724a2a7f65f9cfc3fbef6c0618ae4f476834949e1a56235e02ffa6b4e5019d2643d9d5977c languageName: node linkType: hard @@ -9055,25 +9003,25 @@ __metadata: version: 0.0.0-use.local resolution: "lynxts@workspace:." dependencies: - "@types/node": "npm:^20.10.3" - "@typescript-eslint/eslint-plugin": "npm:^6.13.1" - "@typescript-eslint/parser": "npm:^6.13.1" - eslint: "npm:^8.55.0" + "@types/node": "npm:^20.11.5" + "@typescript-eslint/eslint-plugin": "npm:^6.19.0" + "@typescript-eslint/parser": "npm:^6.19.0" + eslint: "npm:^8.56.0" eslint-import-resolver-typescript: "npm:^3.6.1" eslint-plugin-etc: "npm:^2.0.3" - eslint-plugin-import: "npm:^2.29.0" - eslint-plugin-jsdoc: "npm:^46.9.0" + eslint-plugin-import: "npm:^2.29.1" + eslint-plugin-jsdoc: "npm:^48.0.2" eslint-plugin-react: "npm:^7.33.2" eslint-plugin-react-hooks: "npm:^4.6.0" eslint-plugin-sonarjs: "npm:^0.23.0" - semantic-release: "npm:^22.0.8" - ts-node: "npm:^10.9.1" + semantic-release: "npm:^23.0.0" + ts-node: "npm:^10.9.2" tslib: "npm:^2.6.2" - turbo: "npm:^1.10.16" - typedoc: "npm:^0.25.4" + turbo: "npm:^1.11.3" + typedoc: "npm:^0.25.7" typedoc-plugin-markdown: "npm:^3.17.1" typedoc-plugin-merge-modules: "npm:^5.1.0" - typescript: "npm:^5.3.2" + typescript: "npm:^5.3.3" languageName: unknown linkType: soft @@ -9141,18 +9089,27 @@ __metadata: linkType: hard "marked-terminal@npm:^6.0.0": - version: 6.1.0 - resolution: "marked-terminal@npm:6.1.0" + version: 6.2.0 + resolution: "marked-terminal@npm:6.2.0" dependencies: ansi-escapes: "npm:^6.2.0" cardinal: "npm:^2.1.1" chalk: "npm:^5.3.0" cli-table3: "npm:^0.6.3" - node-emoji: "npm:^2.1.0" + node-emoji: "npm:^2.1.3" supports-hyperlinks: "npm:^3.0.0" peerDependencies: - marked: ">=1 <11" - checksum: 3623a9c33d754260b4bdfc1628be1e25a7fa413f77f663fa17a4733fa1f2d1259121c72cd0a17c28ee064cc44c42921bd9211f05692684e551e4eb4c51be467e + marked: ">=1 <12" + checksum: 98e79d0c4597ced53f7252fe711baf729e2c8754e654d49c713e764189419e880894534fa879f0d0c12801c938bc76cf80a7b67427e2d75fd0e502d5c7b73c1b + languageName: node + linkType: hard + +"marked@npm:^11.0.0": + version: 11.1.1 + resolution: "marked@npm:11.1.1" + bin: + marked: bin/marked.js + checksum: c2e15a330ac75cca2e12e25aae09985a78ad7e96a84418964dcdd3ee776764a38812dc0e94e9fcbacac43113d1650ca7946f9dc0bab800d72181e56a37e7631e languageName: node linkType: hard @@ -9165,12 +9122,10 @@ __metadata: languageName: node linkType: hard -"marked@npm:^9.0.0": - version: 9.1.6 - resolution: "marked@npm:9.1.6" - bin: - marked: bin/marked.js - checksum: 29d073500c70b6b53cd35a8d19f5e43df6e2819ddeca8848a31901b87b82ca0ea46a8a831920c656c69c33ad5dce4b75654c4c4ced34a67f4e4e4a31c7620cfe +"marky@npm:^1.2.2": + version: 1.2.5 + resolution: "marky@npm:1.2.5" + checksum: ae775cea935859a26560c807be226737e97a533913232f7d4648ab6237fc43e3175fa34664901b5aaed2027f355baa254ded1f6d828394e4abbd222a53b66bcf languageName: node linkType: hard @@ -9202,139 +9157,62 @@ __metadata: languageName: node linkType: hard -"metro-babel-transformer@npm:0.76.8": - version: 0.76.8 - resolution: "metro-babel-transformer@npm:0.76.8" +"metro-babel-transformer@npm:0.80.4": + version: 0.80.4 + resolution: "metro-babel-transformer@npm:0.80.4" dependencies: "@babel/core": "npm:^7.20.0" - hermes-parser: "npm:0.12.0" + hermes-parser: "npm:0.18.2" nullthrows: "npm:^1.1.1" - checksum: fc82f491cc3b3ed942bf67e1371b4d671a39ce15d3fd33fc174bfc0a3afdb0562540a9c2859550cda10821fd9552888b32faa5458ae5906e011a841fd8f58727 + checksum: c88d4a21313965a6305700dd9bcfd69b54f0f2e3d9fb96863919586b31777af7e7367c02eec9969953dcef4ff40e11b0c7a1dae562ea4982a7fd0065fd3af772 languageName: node linkType: hard -"metro-babel-transformer@npm:0.80.1": - version: 0.80.1 - resolution: "metro-babel-transformer@npm:0.80.1" - dependencies: - "@babel/core": "npm:^7.20.0" - hermes-parser: "npm:0.17.1" - nullthrows: "npm:^1.1.1" - checksum: 06f429168b7c801c65ca242094d3774069626697a3d46f584c221a49008ab6e26ed24673b561b2df2cd6323adb50bd79bef8dc162d82122b8a633095a3253ef9 - languageName: node - linkType: hard - -"metro-cache-key@npm:0.76.8": - version: 0.76.8 - resolution: "metro-cache-key@npm:0.76.8" - checksum: 23d33652ff814cdd4739201ed545ab421cf16aa10d4bfcf7673ec630268ceed7a3735a59a711bdfa812786d181a4e64f453f1658fd342f5ff55aef232ac63b0d +"metro-cache-key@npm:0.80.4": + version: 0.80.4 + resolution: "metro-cache-key@npm:0.80.4" + checksum: 674b0a1e570c35d05602eeef16dcbb6e7b80ae5d67d414db347a3214c0436afe142afaf1393f39651cbef9a54a095ac100ecf0a96a6e59f59536b06911bb78af languageName: node linkType: hard -"metro-cache-key@npm:0.80.1": - version: 0.80.1 - resolution: "metro-cache-key@npm:0.80.1" - checksum: 22c74162e474bb8ff1a71198b8c2879b1c1d5fb7a24b6d76f9ececdd79c9ddcbe1e5d42def362baffa1c7b024443caf74c3dd0790852f6f99f31a645e7acdf79 - languageName: node - linkType: hard - -"metro-cache@npm:0.76.8": - version: 0.76.8 - resolution: "metro-cache@npm:0.76.8" +"metro-cache@npm:0.80.4": + version: 0.80.4 + resolution: "metro-cache@npm:0.80.4" dependencies: - metro-core: "npm:0.76.8" + metro-core: "npm:0.80.4" rimraf: "npm:^3.0.2" - checksum: 98871a05d05ac9d9a605386c9476ec652b80ad1df3a2d161532406549d40051fb60bf8492abf21446204cc8293fea88d86251a676ac55efca0fad8404efa4de2 + checksum: c0b2f01227b23247050cef39887ed9a1b0fea98769f9e1a2d526c55b53fff817680585861739d4eac29fbb3f5146bdb2ecf51585a049c4c3c5eb99ae4d3873b8 languageName: node linkType: hard -"metro-cache@npm:0.80.1": - version: 0.80.1 - resolution: "metro-cache@npm:0.80.1" - dependencies: - metro-core: "npm:0.80.1" - rimraf: "npm:^3.0.2" - checksum: 7ba771e9aa920ee88efe66fdbafe1c592f220d6c554bd7b83072a40862ec1340deef81512722b18531d31fc7402dae9bac9593c1a48058b97ac162395af33f8b - languageName: node - linkType: hard - -"metro-config@npm:0.76.8": - version: 0.76.8 - resolution: "metro-config@npm:0.76.8" - dependencies: - connect: "npm:^3.6.5" - cosmiconfig: "npm:^5.0.5" - jest-validate: "npm:^29.2.1" - metro: "npm:0.76.8" - metro-cache: "npm:0.76.8" - metro-core: "npm:0.76.8" - metro-runtime: "npm:0.76.8" - checksum: 97dc49c99ffdbb8dbaccb86ef05672fe31b536bad438e3ffc033bfff77c9b0fc4bdc2010a7b64e8654b3870398b66650b499440d40b0e3bee3fc2df0d7896c1f - languageName: node - linkType: hard - -"metro-config@npm:0.80.1, metro-config@npm:^0.80.0": - version: 0.80.1 - resolution: "metro-config@npm:0.80.1" +"metro-config@npm:0.80.4, metro-config@npm:^0.80.3": + version: 0.80.4 + resolution: "metro-config@npm:0.80.4" dependencies: connect: "npm:^3.6.5" cosmiconfig: "npm:^5.0.5" jest-validate: "npm:^29.6.3" - metro: "npm:0.80.1" - metro-cache: "npm:0.80.1" - metro-core: "npm:0.80.1" - metro-runtime: "npm:0.80.1" - checksum: ca34d19c8143d491c9e244a5f63c97331fa4eb6fe7900bcb891e96d88749946a4be3a7f700a2acdfa8a1eb55b735204c4d1e01879b23ec2d6a12a982f7aa47e4 - languageName: node - linkType: hard - -"metro-core@npm:0.76.8": - version: 0.76.8 - resolution: "metro-core@npm:0.76.8" - dependencies: - lodash.throttle: "npm:^4.1.1" - metro-resolver: "npm:0.76.8" - checksum: 082f1db83d9b026ad55e4597f05e25ce28584233dea38e441eae20ba6edeb7650ea48e12d28f8de27eef0d3bcec7c6cc000f6f3e7c88805e5253c5273f8fd69f + metro: "npm:0.80.4" + metro-cache: "npm:0.80.4" + metro-core: "npm:0.80.4" + metro-runtime: "npm:0.80.4" + checksum: 0f9826877ab4031f4469b7a779ce73ab07de864b2496e3867975937ce9fa4f685d72b1564eb6a1430887235be7ed2d0e635dfbd44de459135ead8dd8e7f2282f languageName: node linkType: hard -"metro-core@npm:0.80.1": - version: 0.80.1 - resolution: "metro-core@npm:0.80.1" +"metro-core@npm:0.80.4, metro-core@npm:^0.80.3": + version: 0.80.4 + resolution: "metro-core@npm:0.80.4" dependencies: lodash.throttle: "npm:^4.1.1" - metro-resolver: "npm:0.80.1" - checksum: 7ce93be8b8587c72d78adcee7dc1c52816f16ed62b8cb39366d1067e112787601cb26c5ad31fae0b9206db4e9b087830d1ae618a6de8938026984946fdc8c645 - languageName: node - linkType: hard - -"metro-file-map@npm:0.76.8": - version: 0.76.8 - resolution: "metro-file-map@npm:0.76.8" - dependencies: - anymatch: "npm:^3.0.3" - debug: "npm:^2.2.0" - fb-watchman: "npm:^2.0.0" - fsevents: "npm:^2.3.2" - graceful-fs: "npm:^4.2.4" - invariant: "npm:^2.2.4" - jest-regex-util: "npm:^27.0.6" - jest-util: "npm:^27.2.0" - jest-worker: "npm:^27.2.0" - micromatch: "npm:^4.0.4" - node-abort-controller: "npm:^3.1.1" - nullthrows: "npm:^1.1.1" - walker: "npm:^1.0.7" - dependenciesMeta: - fsevents: - optional: true - checksum: 001fa74f691592b98654d11ec6ee82aa9101e4a6f0323438432bbf3b25b20ebbb621b8fbe0d4a6548d93e33f3e9e75fcc9be28edc24a837492d4dfb9579adfe4 + metro-resolver: "npm:0.80.4" + checksum: 45ddea5ea2fd792d17d19c5957f24f5363422d55cea59a697528f0a3a6b0c7349afa364204457ea1cba421b25ad9d51d0e994d9c157763a1313209dd34cc75b0 languageName: node linkType: hard -"metro-file-map@npm:0.80.1": - version: 0.80.1 - resolution: "metro-file-map@npm:0.80.1" +"metro-file-map@npm:0.80.4": + version: 0.80.4 + resolution: "metro-file-map@npm:0.80.4" dependencies: anymatch: "npm:^3.0.3" debug: "npm:^2.2.0" @@ -9350,98 +9228,16 @@ __metadata: dependenciesMeta: fsevents: optional: true - checksum: dd9270d9431d73c6a0f2b36fe5d9d95ea1d9f0e010a783b3bbea1a214d2ede01653ab6742e6cba40b1f6154b7b79e8f302422af9cb8ba2331703db5bea345619 + checksum: 1f22b902ec8f7265c7f58d8cf934039900abc00a3cce4169d8f6978380c86dff24f6a6ecdaf1f096fd6777899bbfdf97644e4158b3d2d1be6f24f0733bef5b35 languageName: node linkType: hard -"metro-inspector-proxy@npm:0.76.8": - version: 0.76.8 - resolution: "metro-inspector-proxy@npm:0.76.8" - dependencies: - connect: "npm:^3.6.5" - debug: "npm:^2.2.0" - node-fetch: "npm:^2.2.0" - ws: "npm:^7.5.1" - yargs: "npm:^17.6.2" - bin: - metro-inspector-proxy: src/cli.js - checksum: 58c4d232d7a4db92ea0a139c06aeed075ebb4ae7a9986aa854db758d3d0bb35203b8b3efd0281143a3caef3b8d73021bb97ac2b6d1d3cd1ee5628d84a9b6483a - languageName: node - linkType: hard - -"metro-minify-terser@npm:0.76.8": - version: 0.76.8 - resolution: "metro-minify-terser@npm:0.76.8" +"metro-minify-terser@npm:0.80.4": + version: 0.80.4 + resolution: "metro-minify-terser@npm:0.80.4" dependencies: terser: "npm:^5.15.0" - checksum: 58beaed29fe4b2783fd06ec6ea8fe0dcc5056b2bb48dab0c5109884f3d9afffe8709c5157a364a3a0b4de48c300efe4101b34645624b95129cf1c17e5821e4ed - languageName: node - linkType: hard - -"metro-minify-terser@npm:0.80.1": - version: 0.80.1 - resolution: "metro-minify-terser@npm:0.80.1" - dependencies: - terser: "npm:^5.15.0" - checksum: d8bbccdb0472e48121b7bba2cf1a1aabc38cd162d2b3e6bb500b6bf20741066a406888613dd94e6e69a2862881755b156006e3edc5c5ed857dd081c4539be84c - languageName: node - linkType: hard - -"metro-minify-uglify@npm:0.76.8": - version: 0.76.8 - resolution: "metro-minify-uglify@npm:0.76.8" - dependencies: - uglify-es: "npm:^3.1.9" - checksum: e2c1642a5ff8f9145e282036a252d665576c65bd3d3baac1e2b05a67421f9390ef4824ea55506f92ba2854774dac028ec492cf8fb1abcdf1a97205d8d79b226b - languageName: node - linkType: hard - -"metro-react-native-babel-preset@npm:0.76.8": - version: 0.76.8 - resolution: "metro-react-native-babel-preset@npm:0.76.8" - dependencies: - "@babel/core": "npm:^7.20.0" - "@babel/plugin-proposal-async-generator-functions": "npm:^7.0.0" - "@babel/plugin-proposal-class-properties": "npm:^7.18.0" - "@babel/plugin-proposal-export-default-from": "npm:^7.0.0" - "@babel/plugin-proposal-nullish-coalescing-operator": "npm:^7.18.0" - "@babel/plugin-proposal-numeric-separator": "npm:^7.0.0" - "@babel/plugin-proposal-object-rest-spread": "npm:^7.20.0" - "@babel/plugin-proposal-optional-catch-binding": "npm:^7.0.0" - "@babel/plugin-proposal-optional-chaining": "npm:^7.20.0" - "@babel/plugin-syntax-dynamic-import": "npm:^7.8.0" - "@babel/plugin-syntax-export-default-from": "npm:^7.0.0" - "@babel/plugin-syntax-flow": "npm:^7.18.0" - "@babel/plugin-syntax-nullish-coalescing-operator": "npm:^7.0.0" - "@babel/plugin-syntax-optional-chaining": "npm:^7.0.0" - "@babel/plugin-transform-arrow-functions": "npm:^7.0.0" - "@babel/plugin-transform-async-to-generator": "npm:^7.20.0" - "@babel/plugin-transform-block-scoping": "npm:^7.0.0" - "@babel/plugin-transform-classes": "npm:^7.0.0" - "@babel/plugin-transform-computed-properties": "npm:^7.0.0" - "@babel/plugin-transform-destructuring": "npm:^7.20.0" - "@babel/plugin-transform-flow-strip-types": "npm:^7.20.0" - "@babel/plugin-transform-function-name": "npm:^7.0.0" - "@babel/plugin-transform-literals": "npm:^7.0.0" - "@babel/plugin-transform-modules-commonjs": "npm:^7.0.0" - "@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.0.0" - "@babel/plugin-transform-parameters": "npm:^7.0.0" - "@babel/plugin-transform-react-display-name": "npm:^7.0.0" - "@babel/plugin-transform-react-jsx": "npm:^7.0.0" - "@babel/plugin-transform-react-jsx-self": "npm:^7.0.0" - "@babel/plugin-transform-react-jsx-source": "npm:^7.0.0" - "@babel/plugin-transform-runtime": "npm:^7.0.0" - "@babel/plugin-transform-shorthand-properties": "npm:^7.0.0" - "@babel/plugin-transform-spread": "npm:^7.0.0" - "@babel/plugin-transform-sticky-regex": "npm:^7.0.0" - "@babel/plugin-transform-typescript": "npm:^7.5.0" - "@babel/plugin-transform-unicode-regex": "npm:^7.0.0" - "@babel/template": "npm:^7.0.0" - babel-plugin-transform-flow-enums: "npm:^0.0.2" - react-refresh: "npm:^0.4.0" - peerDependencies: - "@babel/core": "*" - checksum: 47d81f2babe7f19e2ec17343b8252eb93e2eba467126c506284a435dc53e12546ff99595e8e589f6cef31a205b7eb986815f64424690b28bdd1714707ce5e69b + checksum: 1a8e3dcefce1c4a599e948641fee58cc03f4121371d50adb32af5f8fc3e62958c1a0d9d16a9179a9bab62b9e82c82f8cb5dfb8b517d37552f7de78dc7e0524bf languageName: node linkType: hard @@ -9494,186 +9290,89 @@ __metadata: languageName: node linkType: hard -"metro-react-native-babel-transformer@npm:0.76.8": - version: 0.76.8 - resolution: "metro-react-native-babel-transformer@npm:0.76.8" - dependencies: - "@babel/core": "npm:^7.20.0" - babel-preset-fbjs: "npm:^3.4.0" - hermes-parser: "npm:0.12.0" - metro-react-native-babel-preset: "npm:0.76.8" - nullthrows: "npm:^1.1.1" - peerDependencies: - "@babel/core": "*" - checksum: 7ab4bae88ad1806fadbc7c83dcebd61590be924ec140fcbdb8eae46030e913796c859f79b9200d2bfb09139ef5c7dcbf63323fe38887a431080cb63be574d408 - languageName: node - linkType: hard - -"metro-resolver@npm:0.76.8": - version: 0.76.8 - resolution: "metro-resolver@npm:0.76.8" - checksum: 0eb3dbf244fc47602f2340cbeeeb41dac38295a67763d3400dce9f3730565543345c79131a088cc22c222ac663a1ee839efe99badfa21f6baa42b1d91b26b886 - languageName: node - linkType: hard - -"metro-resolver@npm:0.80.1": - version: 0.80.1 - resolution: "metro-resolver@npm:0.80.1" - checksum: 99e5ed804782c70b201190c6d9d92d0dc957b78977cd47c552c37ab6312aac9bb13832f4b58459cb9f0421b06c1cab010357fdc9eebd03f0c9fcb128cb2014ba +"metro-resolver@npm:0.80.4": + version: 0.80.4 + resolution: "metro-resolver@npm:0.80.4" + checksum: 6d9a2c61870f2bd492fca7cbb5f168ffab073090316d14b3b1f8967c81726764227c66f41f73e4c9222e361670e839b77b9a41d7ba01fcc2e2dc74323e44e578 languageName: node linkType: hard -"metro-runtime@npm:0.76.8": - version: 0.76.8 - resolution: "metro-runtime@npm:0.76.8" +"metro-runtime@npm:0.80.4, metro-runtime@npm:^0.80.3": + version: 0.80.4 + resolution: "metro-runtime@npm:0.80.4" dependencies: "@babel/runtime": "npm:^7.0.0" - react-refresh: "npm:^0.4.0" - checksum: 20e0f38b24e872acb54602e9a0eb896aac6c29e134948d6009eb671f2ce2de7aacecbf134ebf958ee0b559292277927fadc1ae3057cf56f6863c54a8fc3f987f + checksum: 9c6a31ef60e6d3f2a1fe53579e6e170cfe85ac3b4cd5adca6196a12bc463ccec0ad35913a90ad2462becf77fb066d48cce4cfe535ea6eff5e8ea22bd663d389a languageName: node linkType: hard -"metro-runtime@npm:0.80.1, metro-runtime@npm:^0.80.0": - version: 0.80.1 - resolution: "metro-runtime@npm:0.80.1" - dependencies: - "@babel/runtime": "npm:^7.0.0" - checksum: e1ef836d912a1bf4ae285e1d65f09a83746407fabeb42c5773f4359f0805795625c75fd4abff518283bfd91f562109d5378ccfbc75b7da4345de77409d20fd74 - languageName: node - linkType: hard - -"metro-source-map@npm:0.76.8": - version: 0.76.8 - resolution: "metro-source-map@npm:0.76.8" +"metro-source-map@npm:0.80.4, metro-source-map@npm:^0.80.3": + version: 0.80.4 + resolution: "metro-source-map@npm:0.80.4" dependencies: "@babel/traverse": "npm:^7.20.0" "@babel/types": "npm:^7.20.0" invariant: "npm:^2.2.4" - metro-symbolicate: "npm:0.76.8" + metro-symbolicate: "npm:0.80.4" nullthrows: "npm:^1.1.1" - ob1: "npm:0.76.8" + ob1: "npm:0.80.4" source-map: "npm:^0.5.6" vlq: "npm:^1.0.0" - checksum: 0f76ad09e1637613429499c4e443c2ce7f9822cef045e95778da8a908cfbfc09ee94b9d03901e900bab92fab0439d8de04f370a20aa569969ea8051caecdfd2e + checksum: a8e8ab72489b04178aa3f9f9eb011a23d9a429cc0c1a2b6849ad3f05c530920a90433b699e413526d1523538270cc512370cda2bce9df8223e94e4e19484d447 languageName: node linkType: hard -"metro-source-map@npm:0.80.1": - version: 0.80.1 - resolution: "metro-source-map@npm:0.80.1" +"metro-symbolicate@npm:0.80.4": + version: 0.80.4 + resolution: "metro-symbolicate@npm:0.80.4" dependencies: - "@babel/traverse": "npm:^7.20.0" - "@babel/types": "npm:^7.20.0" invariant: "npm:^2.2.4" - metro-symbolicate: "npm:0.80.1" - nullthrows: "npm:^1.1.1" - ob1: "npm:0.80.1" - source-map: "npm:^0.5.6" - vlq: "npm:^1.0.0" - checksum: 1dda314fa935ccdc24e6966eb7687a3dae19b507a69e175d6250e0eb5b32a71fbeb31da41ccc6cd5f3cd17959d7885256eaff5c5e0bed12d91d8ebd3d6b9c662 - languageName: node - linkType: hard - -"metro-symbolicate@npm:0.76.8": - version: 0.76.8 - resolution: "metro-symbolicate@npm:0.76.8" - dependencies: - invariant: "npm:^2.2.4" - metro-source-map: "npm:0.76.8" + metro-source-map: "npm:0.80.4" nullthrows: "npm:^1.1.1" source-map: "npm:^0.5.6" through2: "npm:^2.0.1" vlq: "npm:^1.0.0" bin: metro-symbolicate: src/index.js - checksum: 4f97565b2a6c90935fd5b0d5abac3b2c3f2428e4babe7854d7d511dddc237dd8da2fadb6ec033b1c6080b8d54e7e7b4bf6b8c3e8f85bbb674858aae0b468fd5f - languageName: node - linkType: hard - -"metro-symbolicate@npm:0.80.1": - version: 0.80.1 - resolution: "metro-symbolicate@npm:0.80.1" - dependencies: - invariant: "npm:^2.2.4" - metro-source-map: "npm:0.80.1" - nullthrows: "npm:^1.1.1" - source-map: "npm:^0.5.6" - through2: "npm:^2.0.1" - vlq: "npm:^1.0.0" - bin: - metro-symbolicate: src/index.js - checksum: 6c397baf8e2a2b2899ca4bf7dc3a3e17b28b0bca7d4fc6644b3b25c5f779229747112907ef6a02d574d15d9b3569e67048b2645632dc6e9636dd2151ff4597d2 - languageName: node - linkType: hard - -"metro-transform-plugins@npm:0.76.8": - version: 0.76.8 - resolution: "metro-transform-plugins@npm:0.76.8" - dependencies: - "@babel/core": "npm:^7.20.0" - "@babel/generator": "npm:^7.20.0" - "@babel/template": "npm:^7.0.0" - "@babel/traverse": "npm:^7.20.0" - nullthrows: "npm:^1.1.1" - checksum: 6e23e2bbb6b83e023c903e4780ffaed104554fdf97fcfaa7f49f7e530be23f2cf9c89ebc5ff5f4d563a12a4a083521b6c638682099d05b5c4b7853bd15f1a895 + checksum: a3c6fd605a856540b3c6a4f3da4e4f316f0bc3b7a38b86594a17cc29fbf7bd35d31afd2dfcb214de441a6c333ba641841a0ea9a07be0feb51e2c07ee339fb4df languageName: node linkType: hard -"metro-transform-plugins@npm:0.80.1": - version: 0.80.1 - resolution: "metro-transform-plugins@npm:0.80.1" +"metro-transform-plugins@npm:0.80.4": + version: 0.80.4 + resolution: "metro-transform-plugins@npm:0.80.4" dependencies: "@babel/core": "npm:^7.20.0" "@babel/generator": "npm:^7.20.0" "@babel/template": "npm:^7.0.0" "@babel/traverse": "npm:^7.20.0" nullthrows: "npm:^1.1.1" - checksum: 28e0b209afb62f5d32719c7ee36d0c435c72b5796b59285abb27ea51644237c3dafb001f6bc6ca7c474cd070de2ba0039edd306190a6a711b38ddadd1ff9a2da + checksum: 24e88f1fa6bfa61f44e85b965e8a004cfba52c063fb99d248ec65e17bd7d45e21209429e1b940d578cfe2dca2bd39d76632231974f5a8a6c4936e2d0dd272e69 languageName: node linkType: hard -"metro-transform-worker@npm:0.76.8": - version: 0.76.8 - resolution: "metro-transform-worker@npm:0.76.8" +"metro-transform-worker@npm:0.80.4": + version: 0.80.4 + resolution: "metro-transform-worker@npm:0.80.4" dependencies: "@babel/core": "npm:^7.20.0" "@babel/generator": "npm:^7.20.0" "@babel/parser": "npm:^7.20.0" "@babel/types": "npm:^7.20.0" - babel-preset-fbjs: "npm:^3.4.0" - metro: "npm:0.76.8" - metro-babel-transformer: "npm:0.76.8" - metro-cache: "npm:0.76.8" - metro-cache-key: "npm:0.76.8" - metro-source-map: "npm:0.76.8" - metro-transform-plugins: "npm:0.76.8" + metro: "npm:0.80.4" + metro-babel-transformer: "npm:0.80.4" + metro-cache: "npm:0.80.4" + metro-cache-key: "npm:0.80.4" + metro-source-map: "npm:0.80.4" + metro-transform-plugins: "npm:0.80.4" nullthrows: "npm:^1.1.1" - checksum: 350e3f4581953c080c320627590c31c43db2ef7e57c4176abb92a14a0d7dd4f7dbc6243a0e4f91ff3c1e112d401b084f7bbd9ddcac3f6767ec9a89e4a6328473 + checksum: 37cf95a96f52dd2cde12d495efd19699c0e5367a0bd9e07fcbf3f8eb8b105b58bb42ff22345d6e7e391bee255fa638d5ae9f120fbabded57e198a2b8c3cadcc0 languageName: node linkType: hard -"metro-transform-worker@npm:0.80.1": - version: 0.80.1 - resolution: "metro-transform-worker@npm:0.80.1" - dependencies: - "@babel/core": "npm:^7.20.0" - "@babel/generator": "npm:^7.20.0" - "@babel/parser": "npm:^7.20.0" - "@babel/types": "npm:^7.20.0" - metro: "npm:0.80.1" - metro-babel-transformer: "npm:0.80.1" - metro-cache: "npm:0.80.1" - metro-cache-key: "npm:0.80.1" - metro-source-map: "npm:0.80.1" - metro-transform-plugins: "npm:0.80.1" - nullthrows: "npm:^1.1.1" - checksum: 721e5a7529ad7a495aca3d8419282e5ba1b18bc0fd48b28bf0f2ad716c52056d9eaa4b47e7f4d19dd14f819c20632214625a25e6c25fadcd4d9a6e7940ce5d50 - languageName: node - linkType: hard - -"metro@npm:0.76.8": - version: 0.76.8 - resolution: "metro@npm:0.76.8" +"metro@npm:0.80.4, metro@npm:^0.80.3": + version: 0.80.4 + resolution: "metro@npm:0.80.4" dependencies: "@babel/code-frame": "npm:^7.0.0" "@babel/core": "npm:^7.20.0" @@ -9683,7 +9382,6 @@ __metadata: "@babel/traverse": "npm:^7.20.0" "@babel/types": "npm:^7.20.0" accepts: "npm:^1.3.7" - async: "npm:^3.2.2" chalk: "npm:^4.0.0" ci-info: "npm:^2.0.0" connect: "npm:^3.6.5" @@ -9691,82 +9389,25 @@ __metadata: denodeify: "npm:^1.2.1" error-stack-parser: "npm:^2.0.6" graceful-fs: "npm:^4.2.4" - hermes-parser: "npm:0.12.0" - image-size: "npm:^1.0.2" - invariant: "npm:^2.2.4" - jest-worker: "npm:^27.2.0" - jsc-safe-url: "npm:^0.2.2" - lodash.throttle: "npm:^4.1.1" - metro-babel-transformer: "npm:0.76.8" - metro-cache: "npm:0.76.8" - metro-cache-key: "npm:0.76.8" - metro-config: "npm:0.76.8" - metro-core: "npm:0.76.8" - metro-file-map: "npm:0.76.8" - metro-inspector-proxy: "npm:0.76.8" - metro-minify-terser: "npm:0.76.8" - metro-minify-uglify: "npm:0.76.8" - metro-react-native-babel-preset: "npm:0.76.8" - metro-resolver: "npm:0.76.8" - metro-runtime: "npm:0.76.8" - metro-source-map: "npm:0.76.8" - metro-symbolicate: "npm:0.76.8" - metro-transform-plugins: "npm:0.76.8" - metro-transform-worker: "npm:0.76.8" - mime-types: "npm:^2.1.27" - node-fetch: "npm:^2.2.0" - nullthrows: "npm:^1.1.1" - rimraf: "npm:^3.0.2" - serialize-error: "npm:^2.1.0" - source-map: "npm:^0.5.6" - strip-ansi: "npm:^6.0.0" - throat: "npm:^5.0.0" - ws: "npm:^7.5.1" - yargs: "npm:^17.6.2" - bin: - metro: src/cli.js - checksum: 34e4603b36872d3656d8cb1b513a6f71c3f9b82b64a0f30ae522fe6bd7bf49572689b262caa9c2911f0c8507f35a886cb99dce4d3395d68ce0244cbc3da777dc - languageName: node - linkType: hard - -"metro@npm:0.80.1": - version: 0.80.1 - resolution: "metro@npm:0.80.1" - dependencies: - "@babel/code-frame": "npm:^7.0.0" - "@babel/core": "npm:^7.20.0" - "@babel/generator": "npm:^7.20.0" - "@babel/parser": "npm:^7.20.0" - "@babel/template": "npm:^7.0.0" - "@babel/traverse": "npm:^7.20.0" - "@babel/types": "npm:^7.20.0" - accepts: "npm:^1.3.7" - chalk: "npm:^4.0.0" - ci-info: "npm:^2.0.0" - connect: "npm:^3.6.5" - debug: "npm:^2.2.0" - denodeify: "npm:^1.2.1" - error-stack-parser: "npm:^2.0.6" - graceful-fs: "npm:^4.2.4" - hermes-parser: "npm:0.17.1" + hermes-parser: "npm:0.18.2" image-size: "npm:^1.0.2" invariant: "npm:^2.2.4" jest-worker: "npm:^29.6.3" jsc-safe-url: "npm:^0.2.2" lodash.throttle: "npm:^4.1.1" - metro-babel-transformer: "npm:0.80.1" - metro-cache: "npm:0.80.1" - metro-cache-key: "npm:0.80.1" - metro-config: "npm:0.80.1" - metro-core: "npm:0.80.1" - metro-file-map: "npm:0.80.1" - metro-minify-terser: "npm:0.80.1" - metro-resolver: "npm:0.80.1" - metro-runtime: "npm:0.80.1" - metro-source-map: "npm:0.80.1" - metro-symbolicate: "npm:0.80.1" - metro-transform-plugins: "npm:0.80.1" - metro-transform-worker: "npm:0.80.1" + metro-babel-transformer: "npm:0.80.4" + metro-cache: "npm:0.80.4" + metro-cache-key: "npm:0.80.4" + metro-config: "npm:0.80.4" + metro-core: "npm:0.80.4" + metro-file-map: "npm:0.80.4" + metro-minify-terser: "npm:0.80.4" + metro-resolver: "npm:0.80.4" + metro-runtime: "npm:0.80.4" + metro-source-map: "npm:0.80.4" + metro-symbolicate: "npm:0.80.4" + metro-transform-plugins: "npm:0.80.4" + metro-transform-worker: "npm:0.80.4" mime-types: "npm:^2.1.27" node-fetch: "npm:^2.2.0" nullthrows: "npm:^1.1.1" @@ -9779,7 +9420,7 @@ __metadata: yargs: "npm:^17.6.2" bin: metro: src/cli.js - checksum: 5340ba911ce67a606694267add85f47e8513ccc7bbb7aa62b9d4916c58762c15d533cbb8c6d9edc81cf299897c89aac609f0518cf4bead557183a312a94857a1 + checksum: e7479526a05492ba0e293eeb34c86a7fb1d2239c445f9bd8c50b38583d81b02b46da9f3456ae27102e85968128aa1d1782d89a4dcc4ad5c88bff0e6128bc5dc9 languageName: node linkType: hard @@ -9828,11 +9469,11 @@ __metadata: linkType: hard "mime@npm:^4.0.0": - version: 4.0.0 - resolution: "mime@npm:4.0.0" + version: 4.0.1 + resolution: "mime@npm:4.0.1" bin: mime: bin/cli.js - checksum: 47bc35bc58325edb51c584928a54bca4001d7b7f70a9d2525153fe6e99b5c39811d4cc29ddeabe05fa029a3d04f64132836291a6b2c4850a19a6a1a8533dc679 + checksum: 4598030457488c240a4ba30561a619cfb627f96271ecced5d715eb5c44d33105e3f28d28fe46d72eeadb78d7de5aeb1f8e62d448c14b0e518a7ace76d2af5f2d languageName: node linkType: hard @@ -9866,6 +9507,15 @@ __metadata: languageName: node linkType: hard +"minimatch@npm:9.0.3, minimatch@npm:^9.0.0, minimatch@npm:^9.0.1, minimatch@npm:^9.0.3": + version: 9.0.3 + resolution: "minimatch@npm:9.0.3" + dependencies: + brace-expansion: "npm:^2.0.1" + checksum: c81b47d28153e77521877649f4bab48348d10938df9e8147a58111fe00ef89559a2938de9f6632910c4f7bf7bb5cd81191a546167e58d357f0cfb1e18cecc1c5 + languageName: node + linkType: hard + "minimatch@npm:^3.0.2, minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2": version: 3.1.2 resolution: "minimatch@npm:3.1.2" @@ -9875,15 +9525,6 @@ __metadata: languageName: node linkType: hard -"minimatch@npm:^9.0.0, minimatch@npm:^9.0.1, minimatch@npm:^9.0.3": - version: 9.0.3 - resolution: "minimatch@npm:9.0.3" - dependencies: - brace-expansion: "npm:^2.0.1" - checksum: c81b47d28153e77521877649f4bab48348d10938df9e8147a58111fe00ef89559a2938de9f6632910c4f7bf7bb5cd81191a546167e58d357f0cfb1e18cecc1c5 - languageName: node - linkType: hard - "minimist@npm:^1.2.0, minimist@npm:^1.2.5, minimist@npm:^1.2.6": version: 1.2.8 resolution: "minimist@npm:1.2.8" @@ -9996,7 +9637,7 @@ __metadata: languageName: node linkType: hard -"mkdirp@npm:^1.0.3": +"mkdirp@npm:^1.0.3, mkdirp@npm:^1.0.4": version: 1.0.4 resolution: "mkdirp@npm:1.0.4" bin: @@ -10103,15 +9744,15 @@ __metadata: linkType: hard "nise@npm:^5.1.5": - version: 5.1.5 - resolution: "nise@npm:5.1.5" + version: 5.1.7 + resolution: "nise@npm:5.1.7" dependencies: - "@sinonjs/commons": "npm:^2.0.0" - "@sinonjs/fake-timers": "npm:^10.0.2" - "@sinonjs/text-encoding": "npm:^0.7.1" - just-extend: "npm:^4.0.2" - path-to-regexp: "npm:^1.7.0" - checksum: c6afe82b919a2c1985916d5bb3a738a7b2cfb017a6ab9479ec1ede62343051b40da88a1321517bb5d912c13e08b8d9ce9cdef9583edeb44d640af7273c35ebf2 + "@sinonjs/commons": "npm:^3.0.0" + "@sinonjs/fake-timers": "npm:^11.2.2" + "@sinonjs/text-encoding": "npm:^0.7.2" + just-extend: "npm:^6.2.0" + path-to-regexp: "npm:^6.2.1" + checksum: 4754e3ae52654f66e947d44d0dd40ae823e594c201474ad7c5115acb2188c839c9b8617504327051857aea8042befac946e82918e1e53b99350cb275140332d0 languageName: node linkType: hard @@ -10138,7 +9779,7 @@ __metadata: languageName: node linkType: hard -"node-emoji@npm:^2.1.0": +"node-emoji@npm:^2.1.3": version: 2.1.3 resolution: "node-emoji@npm:2.1.3" dependencies: @@ -10287,11 +9928,11 @@ __metadata: linkType: hard "npm-packlist@npm:^8.0.0": - version: 8.0.0 - resolution: "npm-packlist@npm:8.0.0" + version: 8.0.2 + resolution: "npm-packlist@npm:8.0.2" dependencies: - ignore-walk: "npm:^6.0.0" - checksum: 64bd475183761903e766c8c0a2008cd2b7564e841f3681930020c75cb92929b2331f9de7768530eb7c2b5f45fdf9b9febf4cdfb7b8f6279b95a1fb9d93fadc6b + ignore-walk: "npm:^6.0.4" + checksum: 707206e5c09a1b8aa04e590592715ba5ab8732add1bbb5eeaff54b9c6b2740764c9e94c99e390c13245970b51c2cc92b8d44594c2784fcd96f255c7109622322 languageName: node linkType: hard @@ -10342,11 +9983,11 @@ __metadata: linkType: hard "npm-run-path@npm:^5.1.0": - version: 5.1.0 - resolution: "npm-run-path@npm:5.1.0" + version: 5.2.0 + resolution: "npm-run-path@npm:5.2.0" dependencies: path-key: "npm:^4.0.0" - checksum: dc184eb5ec239d6a2b990b43236845332ef12f4e0beaa9701de724aa797fe40b6bbd0157fb7639d24d3ab13f5d5cf22d223a19c6300846b8126f335f788bee66 + checksum: c5325e016014e715689c4014f7e0be16cc4cbf529f32a1723e511bc4689b5f823b704d2bca61ac152ce2bda65e0205dc8b3ba0ec0f5e4c3e162d302f6f5b9efb languageName: node linkType: hard @@ -10358,8 +9999,8 @@ __metadata: linkType: hard "npm@npm:^10.0.0": - version: 10.2.4 - resolution: "npm@npm:10.2.4" + version: 10.3.0 + resolution: "npm@npm:10.3.0" dependencies: "@isaacs/string-locale-compare": "npm:^1.1.0" "@npmcli/arborist": "npm:^7.2.1" @@ -10367,12 +10008,12 @@ __metadata: "@npmcli/fs": "npm:^3.1.0" "@npmcli/map-workspaces": "npm:^3.0.4" "@npmcli/package-json": "npm:^5.0.0" - "@npmcli/promise-spawn": "npm:^7.0.0" - "@npmcli/run-script": "npm:^7.0.2" + "@npmcli/promise-spawn": "npm:^7.0.1" + "@npmcli/run-script": "npm:^7.0.3" "@sigstore/tuf": "npm:^2.2.0" abbrev: "npm:^2.0.0" archy: "npm:~1.0.0" - cacache: "npm:^18.0.0" + cacache: "npm:^18.0.2" chalk: "npm:^5.3.0" ci-info: "npm:^4.0.0" cli-columns: "npm:^4.0.0" @@ -10386,7 +10027,7 @@ __metadata: ini: "npm:^4.1.1" init-package-json: "npm:^6.0.0" is-cidr: "npm:^5.0.3" - json-parse-even-better-errors: "npm:^3.0.0" + json-parse-even-better-errors: "npm:^3.0.1" libnpmaccess: "npm:^8.0.1" libnpmdiff: "npm:^6.0.3" libnpmexec: "npm:^7.0.4" @@ -10415,7 +10056,7 @@ __metadata: npm-user-validate: "npm:^2.0.0" npmlog: "npm:^7.0.1" p-map: "npm:^4.0.0" - pacote: "npm:^17.0.4" + pacote: "npm:^17.0.5" parse-conflict-json: "npm:^3.0.1" proc-log: "npm:^3.0.0" qrcode-terminal: "npm:^0.12.0" @@ -10435,7 +10076,7 @@ __metadata: bin: npm: bin/npm-cli.js npx: bin/npx-cli.js - checksum: 4ef8c11e7b3bf90daa872bd7bdbae1c7612c790be2be5e29cb4dffb235b7cd73a3774a8bce20bfe0af2cb33714a89bd9e8b60bbf606ce808f94daed7d8844c4b + checksum: e52e4dbb0f1aa926c6e4ac340fa472b7a714f8fb1c4659005cba5fd33c273d936d4d149ab80702be9c95a1c9020b2a6f075dcaeae8705618a82ff7f11930d6d7 languageName: node linkType: hard @@ -10465,17 +10106,10 @@ __metadata: languageName: node linkType: hard -"ob1@npm:0.76.8": - version: 0.76.8 - resolution: "ob1@npm:0.76.8" - checksum: 3feb035a0d33bd2c2d982bdd4877a10375bb71b0415cd960649f6e1faf570ac93aeb0246b1559588e722af866d02274d5abd4b601b31088feb66bbe5d9ecde25 - languageName: node - linkType: hard - -"ob1@npm:0.80.1": - version: 0.80.1 - resolution: "ob1@npm:0.80.1" - checksum: 5c30ae37dea37fd2844ec28894e6592de3d12d97035139d7e3796595e839881d610450ddeb5261d7d12a3c76c4512267fe7b088b1a9d72e16c83e5062a57180a +"ob1@npm:0.80.4": + version: 0.80.4 + resolution: "ob1@npm:0.80.4" + checksum: 2b089440537f1babae86edf51f0990fa91e0410ab1a27f1baea9b0a362d14216935ad6f66afb2e532b57fd4972870d86473d38c0576b52d98adc893e456b872f languageName: node linkType: hard @@ -10638,6 +10272,16 @@ __metadata: languageName: node linkType: hard +"open@npm:^7.0.3": + version: 7.4.2 + resolution: "open@npm:7.4.2" + dependencies: + is-docker: "npm:^2.0.0" + is-wsl: "npm:^2.1.1" + checksum: 4fc02ed3368dcd5d7247ad3566433ea2695b0713b041ebc0eeb2f0f9e5d4e29fc2068f5cdd500976b3464e77fe8b61662b1b059c73233ccc601fe8b16d6c1cd6 + languageName: node + linkType: hard + "optionator@npm:^0.9.3": version: 0.9.3 resolution: "optionator@npm:0.9.3" @@ -10676,12 +10320,12 @@ __metadata: languageName: node linkType: hard -"p-filter@npm:^3.0.0": - version: 3.0.0 - resolution: "p-filter@npm:3.0.0" +"p-filter@npm:^4.0.0": + version: 4.1.0 + resolution: "p-filter@npm:4.1.0" dependencies: - p-map: "npm:^5.1.0" - checksum: aacc36820f0531c01963334edc6debf5038b47c83a1c2255b7c14f6964a9a5fc1887ce0b93e72d137727403253bcc9bb26eed9bb79896ece1fa9f52d979bb97b + p-map: "npm:^7.0.1" + checksum: a8c783f6f783d2cf2b1b23f128576abee9545942961d1a242d0bb673eaf5390e51acd887d526e468d23fb08546ba7c958222464e75a25ac502f2951aeffcbb72 languageName: node linkType: hard @@ -10764,12 +10408,10 @@ __metadata: languageName: node linkType: hard -"p-map@npm:^5.1.0": - version: 5.5.0 - resolution: "p-map@npm:5.5.0" - dependencies: - aggregate-error: "npm:^4.0.0" - checksum: 089a709d2525208a965b7907cc8e58af950542629b538198fc142c40e7f36b3b492dd6a46a1279515ccab58bb6f047e04593c0ab5ef4539d312adf7f761edf55 +"p-map@npm:^7.0.1": + version: 7.0.1 + resolution: "p-map@npm:7.0.1" + checksum: df984b759764ebb268887ac0dec9f4b9c29c89dffb66cb001f31cab8a204db26e0f044783bc39ae1c225e2c0ad0b9c4d70a0ef8219dbb2588dc715d11cec433b languageName: node linkType: hard @@ -10794,9 +10436,9 @@ __metadata: languageName: node linkType: hard -"pacote@npm:^17.0.0, pacote@npm:^17.0.4": - version: 17.0.5 - resolution: "pacote@npm:17.0.5" +"pacote@npm:^17.0.0, pacote@npm:^17.0.4, pacote@npm:^17.0.5": + version: 17.0.6 + resolution: "pacote@npm:17.0.6" dependencies: "@npmcli/git": "npm:^5.0.0" "@npmcli/installed-package-contents": "npm:^2.0.1" @@ -10813,12 +10455,12 @@ __metadata: promise-retry: "npm:^2.0.1" read-package-json: "npm:^7.0.0" read-package-json-fast: "npm:^3.0.0" - sigstore: "npm:^2.0.0" + sigstore: "npm:^2.2.0" ssri: "npm:^10.0.0" tar: "npm:^6.1.11" bin: pacote: lib/bin.js - checksum: 83cfbb1e6fef41009ceb0d79bee099206ff52c94e26a681237b3c19a74343eae25f67ebbf03cdb104d757f4c05d96c793f51cab247ba448e0ad92469a41c1561 + checksum: fe96b362623128c67b4974bc2d0e8721515927c3546f04e9f3b0df0fe93ab74a8ed59c2896dec3ad1ed5395a8e439b3b64007b32d31b4b86796b50c75dffc924 languageName: node linkType: hard @@ -10956,12 +10598,10 @@ __metadata: languageName: node linkType: hard -"path-to-regexp@npm:^1.7.0": - version: 1.8.0 - resolution: "path-to-regexp@npm:1.8.0" - dependencies: - isarray: "npm:0.0.1" - checksum: 45a01690f72919163cf89714e31a285937b14ad54c53734c826363fcf7beba9d9d0f2de802b4986b1264374562d6a3398a2e5289753a764e3a256494f1e52add +"path-to-regexp@npm:^6.2.1": + version: 6.2.1 + resolution: "path-to-regexp@npm:6.2.1" + checksum: 1e266be712d1a08086ee77beab12a1804842ec635dfed44f9ee1ba960a0e01cec8063fb8c92561115cdc0ce73158cdc7766e353ffa039340b4a85b370084c4d4 languageName: node linkType: hard @@ -11007,7 +10647,7 @@ __metadata: languageName: node linkType: hard -"pirates@npm:^4.0.4, pirates@npm:^4.0.5": +"pirates@npm:^4.0.4, pirates@npm:^4.0.6": version: 4.0.6 resolution: "pirates@npm:4.0.6" checksum: d02dda76f4fec1cbdf395c36c11cf26f76a644f9f9a1bfa84d3167d0d3154d5289aacc72677aa20d599bb4a6937a471de1b65c995e2aea2d8687cbcd7e43ea5f @@ -11043,12 +10683,12 @@ __metadata: linkType: hard "postcss-selector-parser@npm:^6.0.10": - version: 6.0.13 - resolution: "postcss-selector-parser@npm:6.0.13" + version: 6.0.15 + resolution: "postcss-selector-parser@npm:6.0.15" dependencies: cssesc: "npm:^3.0.0" util-deprecate: "npm:^1.0.2" - checksum: e779aa1f8ca9ee45d562400aac6109a2bccc59559b6e15adec8bc2a71d395ca563a378fd68f6a61963b4ef2ca190e0c0486e6dc6c41d755f3b82dd6e480e6941 + checksum: cea591e1d9bce60eea724428863187228e27ddaebd98e5ecb4ee6d4c9a4b68e8157fd44c916b3fef1691d19ad16aa416bb7279b5eab260c32340ae630a34e200 languageName: node linkType: hard @@ -11107,13 +10747,6 @@ __metadata: languageName: node linkType: hard -"process@npm:^0.11.10": - version: 0.11.10 - resolution: "process@npm:0.11.10" - checksum: dbaa7e8d1d5cf375c36963ff43116772a989ef2bb47c9bdee20f38fd8fc061119cf38140631cf90c781aca4d3f0f0d2c834711952b728953f04fd7d238f59f5b - languageName: node - linkType: hard - "promise-all-reject-late@npm:^1.0.0": version: 1.0.1 resolution: "promise-all-reject-late@npm:1.0.1" @@ -11154,7 +10787,7 @@ __metadata: languageName: node linkType: hard -"prompts@npm:^2.0.1, prompts@npm:^2.4.0": +"prompts@npm:^2.0.1, prompts@npm:^2.4.2": version: 2.4.2 resolution: "prompts@npm:2.4.2" dependencies: @@ -11281,7 +10914,7 @@ __metadata: languageName: node linkType: hard -"react-devtools-core@npm:^4.27.2": +"react-devtools-core@npm:^4.27.7": version: 4.28.5 resolution: "react-devtools-core@npm:4.28.5" dependencies: @@ -11331,43 +10964,44 @@ __metadata: languageName: node linkType: hard -"react-native@npm:^0.72.7": - version: 0.72.7 - resolution: "react-native@npm:0.72.7" - dependencies: - "@jest/create-cache-key-function": "npm:^29.2.1" - "@react-native-community/cli": "npm:11.3.10" - "@react-native-community/cli-platform-android": "npm:11.3.10" - "@react-native-community/cli-platform-ios": "npm:11.3.10" - "@react-native/assets-registry": "npm:^0.72.0" - "@react-native/codegen": "npm:^0.72.7" - "@react-native/gradle-plugin": "npm:^0.72.11" - "@react-native/js-polyfills": "npm:^0.72.1" - "@react-native/normalize-colors": "npm:^0.72.0" - "@react-native/virtualized-lists": "npm:^0.72.8" +"react-native@npm:^0.73.2": + version: 0.73.2 + resolution: "react-native@npm:0.73.2" + dependencies: + "@jest/create-cache-key-function": "npm:^29.6.3" + "@react-native-community/cli": "npm:12.3.0" + "@react-native-community/cli-platform-android": "npm:12.3.0" + "@react-native-community/cli-platform-ios": "npm:12.3.0" + "@react-native/assets-registry": "npm:0.73.1" + "@react-native/codegen": "npm:0.73.2" + "@react-native/community-cli-plugin": "npm:0.73.12" + "@react-native/gradle-plugin": "npm:0.73.4" + "@react-native/js-polyfills": "npm:0.73.1" + "@react-native/normalize-colors": "npm:0.73.2" + "@react-native/virtualized-lists": "npm:0.73.4" abort-controller: "npm:^3.0.0" anser: "npm:^1.4.9" - base64-js: "npm:^1.1.2" - deprecated-react-native-prop-types: "npm:^4.2.3" + ansi-regex: "npm:^5.0.0" + base64-js: "npm:^1.5.1" + deprecated-react-native-prop-types: "npm:^5.0.0" event-target-shim: "npm:^5.0.1" - flow-enums-runtime: "npm:^0.0.5" + flow-enums-runtime: "npm:^0.0.6" invariant: "npm:^2.2.4" - jest-environment-node: "npm:^29.2.1" + jest-environment-node: "npm:^29.6.3" jsc-android: "npm:^250231.0.0" memoize-one: "npm:^5.0.0" - metro-runtime: "npm:0.76.8" - metro-source-map: "npm:0.76.8" + metro-runtime: "npm:^0.80.3" + metro-source-map: "npm:^0.80.3" mkdirp: "npm:^0.5.1" nullthrows: "npm:^1.1.1" pretty-format: "npm:^26.5.2" promise: "npm:^8.3.0" - react-devtools-core: "npm:^4.27.2" - react-refresh: "npm:^0.4.0" + react-devtools-core: "npm:^4.27.7" + react-refresh: "npm:^0.14.0" react-shallow-renderer: "npm:^16.15.0" regenerator-runtime: "npm:^0.13.2" scheduler: "npm:0.24.0-canary-efb381bbf-20230505" stacktrace-parser: "npm:^0.1.10" - use-sync-external-store: "npm:^1.0.0" whatwg-fetch: "npm:^3.0.0" ws: "npm:^6.2.2" yargs: "npm:^17.6.2" @@ -11375,7 +11009,7 @@ __metadata: react: 18.2.0 bin: react-native: cli.js - checksum: 1d6210447d0d9c164e321a661a8f1d39a34d6b5528b3841e5075ea7f09dce51bab16e031d0258540f5f4863926d5385e8afb5a9c3e57ad120a90302b1115cb9f + checksum: 4fc5025ed7fa315c8db4c7309439bd7f761fd49694f5677e6b9412bf0222a620dd01607abfba9e09d8a5339afbf9402a5f9e455e23253ce2aca9c2927bd6972e languageName: node linkType: hard @@ -11527,19 +11161,6 @@ __metadata: languageName: node linkType: hard -"readable-stream@npm:^4.1.0": - version: 4.4.2 - resolution: "readable-stream@npm:4.4.2" - dependencies: - abort-controller: "npm:^3.0.0" - buffer: "npm:^6.0.3" - events: "npm:^3.3.0" - process: "npm:^0.11.10" - string_decoder: "npm:^1.3.0" - checksum: 02950422df3f20d2e231f40e9f312e3306b7d4c2a9716849509d0d6668eea24657c96f85ed057e38cc576b34a72db613fbde9ba3689ca8de466cd31bdda96827 - languageName: node - linkType: hard - "readdirp@npm:~3.6.0": version: 3.6.0 resolution: "readdirp@npm:3.6.0" @@ -11625,9 +11246,9 @@ __metadata: linkType: hard "regenerator-runtime@npm:^0.14.0": - version: 0.14.0 - resolution: "regenerator-runtime@npm:0.14.0" - checksum: 6c19495baefcf5fbb18a281b56a97f0197b5f219f42e571e80877f095320afac0bdb31dab8f8186858e6126950068c3f17a1226437881e3e70446ea66751897c + version: 0.14.1 + resolution: "regenerator-runtime@npm:0.14.1" + checksum: 5db3161abb311eef8c45bcf6565f4f378f785900ed3945acf740a9888c792f75b98ecb77f0775f3bf95502ff423529d23e94f41d80c8256e8fa05ed4b07cf471 languageName: node linkType: hard @@ -11872,14 +11493,14 @@ __metadata: linkType: hard "safe-array-concat@npm:^1.0.1": - version: 1.0.1 - resolution: "safe-array-concat@npm:1.0.1" + version: 1.1.0 + resolution: "safe-array-concat@npm:1.1.0" dependencies: - call-bind: "npm:^1.0.2" - get-intrinsic: "npm:^1.2.1" + call-bind: "npm:^1.0.5" + get-intrinsic: "npm:^1.2.2" has-symbols: "npm:^1.0.3" isarray: "npm:^2.0.5" - checksum: 44f073d85ca12458138e6eff103ac63cec619c8261b6579bd2fa3ae7b6516cf153f02596d68e40c5bbe322a29c930017800efff652734ddcb8c0f33b2a71f89c + checksum: 41ac35ce46c44e2e8637b1805b0697d5269507779e3082b7afb92c01605fd73ab813bbc799510c56e300cfc941b1447fd98a338205db52db7fd1322ab32d7c9f languageName: node linkType: hard @@ -11898,13 +11519,13 @@ __metadata: linkType: hard "safe-regex-test@npm:^1.0.0": - version: 1.0.0 - resolution: "safe-regex-test@npm:1.0.0" + version: 1.0.2 + resolution: "safe-regex-test@npm:1.0.2" dependencies: - call-bind: "npm:^1.0.2" - get-intrinsic: "npm:^1.1.3" + call-bind: "npm:^1.0.5" + get-intrinsic: "npm:^1.2.2" is-regex: "npm:^1.1.4" - checksum: c7248dfa07891aa634c8b9c55da696e246f8589ca50e7fd14b22b154a106e83209ddf061baf2fa45ebfbd485b094dc7297325acfc50724de6afe7138451b42a9 + checksum: 0e6a472caa8f44a502c7842ea19749de42c2eb1b41cb00456061dc3746cf3468e907522f56e97a15f3b41d88f660bd3d4f9bdec064a39895f7babae0f7aafc6a languageName: node linkType: hard @@ -11962,9 +11583,9 @@ __metadata: languageName: node linkType: hard -"semantic-release@npm:^22.0.8": - version: 22.0.8 - resolution: "semantic-release@npm:22.0.8" +"semantic-release@npm:^23.0.0": + version: 23.0.0 + resolution: "semantic-release@npm:23.0.0" dependencies: "@semantic-release/commit-analyzer": "npm:^11.0.0" "@semantic-release/error": "npm:^4.0.0" @@ -11972,9 +11593,9 @@ __metadata: "@semantic-release/npm": "npm:^11.0.0" "@semantic-release/release-notes-generator": "npm:^12.0.0" aggregate-error: "npm:^5.0.0" - cosmiconfig: "npm:^8.0.0" + cosmiconfig: "npm:^9.0.0" debug: "npm:^4.0.0" - env-ci: "npm:^10.0.0" + env-ci: "npm:^11.0.0" execa: "npm:^8.0.0" figures: "npm:^6.0.0" find-versions: "npm:^5.1.0" @@ -11984,7 +11605,7 @@ __metadata: hosted-git-info: "npm:^7.0.0" import-from-esm: "npm:^1.3.1" lodash-es: "npm:^4.17.21" - marked: "npm:^9.0.0" + marked: "npm:^11.0.0" marked-terminal: "npm:^6.0.0" micromatch: "npm:^4.0.2" p-each-series: "npm:^3.0.0" @@ -11997,7 +11618,7 @@ __metadata: yargs: "npm:^17.5.1" bin: semantic-release: bin/semantic-release.js - checksum: 68f8eca22edbdca382c2a08b7aa29b2050b4d1d598f0b719075d52bc696c8e78dd1dcfc45f4f07e7e34d6dc5dce7ec120cd877fd0ab30d2a1efa124eefe08b4f + checksum: ee86c15abc89285371dbdd7c3c628d7325688a82b529884918897c4f53944c6b16346fe911753490c68d4cae9ee4d050add40cc35278b36f59008f373675c7f9 languageName: node linkType: hard @@ -12103,14 +11724,15 @@ __metadata: linkType: hard "set-function-length@npm:^1.1.1": - version: 1.1.1 - resolution: "set-function-length@npm:1.1.1" + version: 1.2.0 + resolution: "set-function-length@npm:1.2.0" dependencies: define-data-property: "npm:^1.1.1" - get-intrinsic: "npm:^1.2.1" + function-bind: "npm:^1.1.2" + get-intrinsic: "npm:^1.2.2" gopd: "npm:^1.0.1" - has-property-descriptors: "npm:^1.0.0" - checksum: 745ed1d7dc69a6185e0820082fe73838ab3dfd01e75cce83a41e4c1d68bbf34bc5fb38f32ded542ae0b557536b5d2781594499b5dcd19e7db138e06292a76c7b + has-property-descriptors: "npm:^1.0.1" + checksum: 6d609cd060c488d7d2178a5d4c3689f8a6afa26fa4c48ff4a0516664ff9b84c1c0898915777f5628092dab55c4fcead205525e2edd15c659423bf86f790fdcae languageName: node linkType: hard @@ -12164,15 +11786,15 @@ __metadata: languageName: node linkType: hard -"shiki@npm:^0.14.1": - version: 0.14.5 - resolution: "shiki@npm:0.14.5" +"shiki@npm:^0.14.7": + version: 0.14.7 + resolution: "shiki@npm:0.14.7" dependencies: ansi-sequence-parser: "npm:^1.1.0" jsonc-parser: "npm:^3.2.0" vscode-oniguruma: "npm:^1.7.0" vscode-textmate: "npm:^8.0.0" - checksum: 02c96cf7efcf71679e5c0d58eb91fea6a680251cadcbb15b7a3ccff38004382d3a6d0fdf4a336c2ecda6f6beb50eb9658d3ce91111196621df4fb18bbe4d334e + checksum: be3f2444c65bd0c57802026f171cb42ad571d361ee885be0c292b60785f68c70f19b69310f5ffe7f7a93db4c5ef50211e0a0248794bc6bb48d242bc43fe72a62 languageName: node linkType: hard @@ -12212,15 +11834,17 @@ __metadata: languageName: node linkType: hard -"sigstore@npm:^2.0.0, sigstore@npm:^2.1.0": - version: 2.1.0 - resolution: "sigstore@npm:2.1.0" +"sigstore@npm:^2.1.0, sigstore@npm:^2.2.0": + version: 2.2.0 + resolution: "sigstore@npm:2.2.0" dependencies: - "@sigstore/bundle": "npm:^2.1.0" + "@sigstore/bundle": "npm:^2.1.1" + "@sigstore/core": "npm:^0.2.0" "@sigstore/protobuf-specs": "npm:^0.2.1" - "@sigstore/sign": "npm:^2.1.0" - "@sigstore/tuf": "npm:^2.1.0" - checksum: f08cc1744da389ad04aa7216323c1bf2db5ab6bd6ad93a7c2faec9d4e5a2038171e1aa49e2acbf3514a35cb5989222acefbda3ab2cad1025743680cf0c5b7c2c + "@sigstore/sign": "npm:^2.2.1" + "@sigstore/tuf": "npm:^2.3.0" + "@sigstore/verify": "npm:^0.1.0" + checksum: d8e1fda202d2572b3bfa3eded15c9b826429187f52a287549074645670778cbdb78111cb8e3d0274f051838ee500db382be6124c45068985d095df54a3a0bd74 languageName: node linkType: hard @@ -12382,6 +12006,16 @@ __metadata: languageName: node linkType: hard +"spdx-expression-parse@npm:^4.0.0": + version: 4.0.0 + resolution: "spdx-expression-parse@npm:4.0.0" + dependencies: + spdx-exceptions: "npm:^2.1.0" + spdx-license-ids: "npm:^3.0.0" + checksum: 936be681fbf5edeec3a79c023136479f70d6edb3fd3875089ac86cd324c6c8c81add47399edead296d1d0af17ae5ce88c7f88885eb150b62c2ff6e535841ca6a + languageName: node + linkType: hard + "spdx-license-ids@npm:^3.0.0": version: 3.0.16 resolution: "spdx-license-ids@npm:3.0.16" @@ -12561,7 +12195,7 @@ __metadata: languageName: node linkType: hard -"string_decoder@npm:^1.1.1, string_decoder@npm:^1.3.0": +"string_decoder@npm:^1.1.1": version: 1.3.0 resolution: "string_decoder@npm:1.3.0" dependencies: @@ -12750,6 +12384,13 @@ __metadata: languageName: node linkType: hard +"temp-dir@npm:^2.0.0": + version: 2.0.0 + resolution: "temp-dir@npm:2.0.0" + checksum: cc4f0404bf8d6ae1a166e0e64f3f409b423f4d1274d8c02814a59a5529f07db6cd070a749664141b992b2c1af337fa9bb451a460a43bb9bcddc49f235d3115aa + languageName: node + linkType: hard + "temp-dir@npm:^3.0.0": version: 3.0.0 resolution: "temp-dir@npm:3.0.0" @@ -12779,8 +12420,8 @@ __metadata: linkType: hard "terser@npm:^5.15.0": - version: 5.24.0 - resolution: "terser@npm:5.24.0" + version: 5.27.0 + resolution: "terser@npm:5.27.0" dependencies: "@jridgewell/source-map": "npm:^0.3.3" acorn: "npm:^8.8.2" @@ -12788,7 +12429,7 @@ __metadata: source-map-support: "npm:~0.5.20" bin: terser: bin/terser - checksum: bd7ba6bfef58f8c179592894923c8c933d980e17287d3f2a9927550be853d1601beebb724cf015929599b32945641c44f9c3db8dd242c7933af3830bcb853510 + checksum: 9b2c5cb00747dea5994034ca064fb3cc7efc1be6b79a35247662d51ab43bdbe9cbf002bbf29170b5f3bd068c811d0212e22d94acd2cf0d8562687b96f1bffc9f languageName: node linkType: hard @@ -12921,9 +12562,9 @@ __metadata: linkType: hard "traverse@npm:~0.6.6": - version: 0.6.7 - resolution: "traverse@npm:0.6.7" - checksum: b06ea2d1db755ae21d2f5bade6e5ddfc6daf4b571fefe0de343c4fbbb022836a1e9c293b334d04b5c73cc689e9dbbdde33bb41a57508a8b82c73683f76de7a01 + version: 0.6.8 + resolution: "traverse@npm:0.6.8" + checksum: b0df554b47e32c6a3525d277a64982bd43c94c05a378248d71ce591e8ee781b74051e9391020e60bb33bdbe8cfe0d26861934979eeadee584918a91812ba82bb languageName: node linkType: hard @@ -12943,9 +12584,9 @@ __metadata: languageName: node linkType: hard -"ts-node@npm:^10.9.1": - version: 10.9.1 - resolution: "ts-node@npm:10.9.1" +"ts-node@npm:^10.9.2": + version: 10.9.2 + resolution: "ts-node@npm:10.9.2" dependencies: "@cspotcode/source-map-support": "npm:^0.8.0" "@tsconfig/node10": "npm:^1.0.7" @@ -12977,19 +12618,19 @@ __metadata: ts-node-script: dist/bin-script.js ts-node-transpile-only: dist/bin-transpile.js ts-script: dist/bin-script-deprecated.js - checksum: bee56d4dc96ccbafc99dfab7b73fbabc62abab2562af53cdea91c874a301b9d11e42bc33c0a032a6ed6d813dbdc9295ec73dde7b73ea4ebde02b0e22006f7e04 + checksum: a91a15b3c9f76ac462f006fa88b6bfa528130dcfb849dd7ef7f9d640832ab681e235b8a2bc58ecde42f72851cc1d5d4e22c901b0c11aa51001ea1d395074b794 languageName: node linkType: hard -"tsconfig-paths@npm:^3.14.2": - version: 3.14.2 - resolution: "tsconfig-paths@npm:3.14.2" +"tsconfig-paths@npm:^3.15.0": + version: 3.15.0 + resolution: "tsconfig-paths@npm:3.15.0" dependencies: "@types/json5": "npm:^0.0.29" json5: "npm:^1.0.2" minimist: "npm:^1.2.6" strip-bom: "npm:^3.0.0" - checksum: 17f23e98612a60cf23b80dc1d3b7b840879e41fcf603868fc3618a30f061ac7b463ef98cad8c28b68733b9bfe0cc40ffa2bcf29e94cf0d26e4f6addf7ac8527d + checksum: 2041beaedc6c271fc3bedd12e0da0cc553e65d030d4ff26044b771fac5752d0460944c0b5e680f670c2868c95c664a256cec960ae528888db6ded83524e33a14 languageName: node linkType: hard @@ -13034,69 +12675,69 @@ __metadata: languageName: node linkType: hard -"tuf-js@npm:^2.1.0": - version: 2.1.0 - resolution: "tuf-js@npm:2.1.0" +"tuf-js@npm:^2.2.0": + version: 2.2.0 + resolution: "tuf-js@npm:2.2.0" dependencies: "@tufjs/models": "npm:2.0.0" debug: "npm:^4.3.4" make-fetch-happen: "npm:^13.0.0" - checksum: 56edb28d40185e0f51af486686e3785e685ff890a84c749cc73d729fea8eefca8c51da403082fab2e7af488757edda08aabc396c5e016c7b38d7a351ed684dfa + checksum: a513ce533c06390b7d8767fe68250adac2535bc63c460e9ab8cbae8253da5ccd6fd204448a460536a6e77f7cf5fcf5a3b104971610f9f319a9b8f95b3b574b95 languageName: node linkType: hard -"turbo-darwin-64@npm:1.10.16": - version: 1.10.16 - resolution: "turbo-darwin-64@npm:1.10.16" +"turbo-darwin-64@npm:1.11.3": + version: 1.11.3 + resolution: "turbo-darwin-64@npm:1.11.3" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"turbo-darwin-arm64@npm:1.10.16": - version: 1.10.16 - resolution: "turbo-darwin-arm64@npm:1.10.16" +"turbo-darwin-arm64@npm:1.11.3": + version: 1.11.3 + resolution: "turbo-darwin-arm64@npm:1.11.3" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"turbo-linux-64@npm:1.10.16": - version: 1.10.16 - resolution: "turbo-linux-64@npm:1.10.16" +"turbo-linux-64@npm:1.11.3": + version: 1.11.3 + resolution: "turbo-linux-64@npm:1.11.3" conditions: os=linux & cpu=x64 languageName: node linkType: hard -"turbo-linux-arm64@npm:1.10.16": - version: 1.10.16 - resolution: "turbo-linux-arm64@npm:1.10.16" +"turbo-linux-arm64@npm:1.11.3": + version: 1.11.3 + resolution: "turbo-linux-arm64@npm:1.11.3" conditions: os=linux & cpu=arm64 languageName: node linkType: hard -"turbo-windows-64@npm:1.10.16": - version: 1.10.16 - resolution: "turbo-windows-64@npm:1.10.16" +"turbo-windows-64@npm:1.11.3": + version: 1.11.3 + resolution: "turbo-windows-64@npm:1.11.3" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"turbo-windows-arm64@npm:1.10.16": - version: 1.10.16 - resolution: "turbo-windows-arm64@npm:1.10.16" +"turbo-windows-arm64@npm:1.11.3": + version: 1.11.3 + resolution: "turbo-windows-arm64@npm:1.11.3" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"turbo@npm:^1.10.16": - version: 1.10.16 - resolution: "turbo@npm:1.10.16" +"turbo@npm:^1.11.3": + version: 1.11.3 + resolution: "turbo@npm:1.11.3" dependencies: - turbo-darwin-64: "npm:1.10.16" - turbo-darwin-arm64: "npm:1.10.16" - turbo-linux-64: "npm:1.10.16" - turbo-linux-arm64: "npm:1.10.16" - turbo-windows-64: "npm:1.10.16" - turbo-windows-arm64: "npm:1.10.16" + turbo-darwin-64: "npm:1.11.3" + turbo-darwin-arm64: "npm:1.11.3" + turbo-linux-64: "npm:1.11.3" + turbo-linux-arm64: "npm:1.11.3" + turbo-windows-64: "npm:1.11.3" + turbo-windows-arm64: "npm:1.11.3" dependenciesMeta: turbo-darwin-64: optional: true @@ -13112,7 +12753,7 @@ __metadata: optional: true bin: turbo: bin/turbo - checksum: 7aca670d135dad376daaffaeef3dc24cfd53a0463b009e2870335cb6a5bfd30086217f34d7632c902f8df8391bf0a3289c1ed79ae251462de708a27db6df9f6e + checksum: 649938c8fecc7f4a9f0995fc41593216eadf51bd8314e1d5a6f45603d6a15e0ea2a7b108de7feb617e6ee5b1cab2505c7b843cd26d1c2164b14a665b6adcf886 languageName: node linkType: hard @@ -13175,9 +12816,9 @@ __metadata: linkType: hard "type-fest@npm:^4.2.0, type-fest@npm:^4.6.0, type-fest@npm:^4.7.1": - version: 4.8.3 - resolution: "type-fest@npm:4.8.3" - checksum: 90e440347c542282b0a92bb181fb30af529be6d6820dd7ec6141309f2ca143855a8fbca18969623b19bc15a3dcce6000af19f97cae81a39fbd2638c15a06d078 + version: 4.9.0 + resolution: "type-fest@npm:4.9.0" + checksum: 49acfb67999566a24d5604435c8cff786dfc26ebea5a2a343e14d437d34f30a55248f8e597b8f64446c344bb68ce14af68899f562cf66ca66c1e1a856b393259 languageName: node linkType: hard @@ -13248,51 +12889,39 @@ __metadata: languageName: node linkType: hard -"typedoc@npm:^0.25.4": - version: 0.25.4 - resolution: "typedoc@npm:0.25.4" +"typedoc@npm:^0.25.7": + version: 0.25.7 + resolution: "typedoc@npm:0.25.7" dependencies: lunr: "npm:^2.3.9" marked: "npm:^4.3.0" minimatch: "npm:^9.0.3" - shiki: "npm:^0.14.1" + shiki: "npm:^0.14.7" peerDependencies: typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x bin: typedoc: bin/typedoc - checksum: 638f63d751ba86f1b0e04a303501b88b6e97ba093f82c3fa72a555c207e16fd316ec76c13f7d628e9ee26296f80fddc45b87d4b13714925c5e726047adb76d22 + checksum: fa88c808e9912ef248cc45b4defea49522e93b97b4bb67423670257a4507ccabdc25c1518a39f6058a728d08675ee0947de55944419fa4bb9f870d84ba4db764 languageName: node linkType: hard -"typescript@npm:^5.3.2": - version: 5.3.2 - resolution: "typescript@npm:5.3.2" +"typescript@npm:^5.3.3": + version: 5.3.3 + resolution: "typescript@npm:5.3.3" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 415e5fb6611f5713e460bad48039f00bcfdbde53a2f911727862d5aa9c5d5edd250059a419df382d8f031709e15a169c41eb62b6a401da5eec7ac0f4e359d6ac + checksum: 6e4e6a14a50c222b3d14d4ea2f729e79f972fa536ac1522b91202a9a65af3605c2928c4a790a4a50aa13694d461c479ba92cedaeb1e7b190aadaa4e4b96b8e18 languageName: node linkType: hard -"typescript@patch:typescript@npm%3A^5.3.2#optional!builtin": - version: 5.3.2 - resolution: "typescript@patch:typescript@npm%3A5.3.2#optional!builtin::version=5.3.2&hash=e012d7" +"typescript@patch:typescript@npm%3A^5.3.3#optional!builtin": + version: 5.3.3 + resolution: "typescript@patch:typescript@npm%3A5.3.3#optional!builtin::version=5.3.3&hash=e012d7" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 1b45cdfb577a78ae7a9a9d0b77a7b772142cb98ba05e4e5aefba7044a028ded885bcecef63166407a5986645cea816fe4986894336aacd5e791796ea79a6a7ed - languageName: node - linkType: hard - -"uglify-es@npm:^3.1.9": - version: 3.3.10 - resolution: "uglify-es@npm:3.3.10" - dependencies: - commander: "npm:~2.14.1" - source-map: "npm:~0.6.1" - bin: - uglifyjs: bin/uglifyjs - checksum: 7adc2d9f0439573e8f5cee4b4f2b7b19638f38fd305fb7ccc7168ddeddd3549f903eea12f8fa156071c3958a567ed96f161e52fa1a53d79c9b4e04cf8d6dbb67 + checksum: c93786fcc9a70718ba1e3819bab56064ead5817004d1b8186f8ca66165f3a2d0100fee91fa64c840dcd45f994ca5d615d8e1f566d39a7470fc1e014dbb4cf15d languageName: node linkType: hard @@ -13488,15 +13117,6 @@ __metadata: languageName: node linkType: hard -"use-sync-external-store@npm:^1.0.0": - version: 1.2.0 - resolution: "use-sync-external-store@npm:1.2.0" - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - checksum: a676216affc203876bd47981103f201f28c2731361bb186367e12d287a7566763213a8816910c6eb88265eccd4c230426eb783d64c373c4a180905be8820ed8e - languageName: node - linkType: hard - "util-deprecate@npm:^1.0.1, util-deprecate@npm:^1.0.2, util-deprecate@npm:~1.0.1": version: 1.0.2 resolution: "util-deprecate@npm:1.0.2" @@ -13634,9 +13254,9 @@ __metadata: linkType: hard "whatwg-fetch@npm:^3.0.0": - version: 3.6.19 - resolution: "whatwg-fetch@npm:3.6.19" - checksum: 257b130a06bc0fca4e3f15cb4a7b7822d12b7493c6743353e3a107b62ef2716f77fae35b4c81b4b8630e221aca30ea5b9770969db762d63336108f57bee9f963 + version: 3.6.20 + resolution: "whatwg-fetch@npm:3.6.20" + checksum: 2b4ed92acd6a7ad4f626a6cb18b14ec982bbcaf1093e6fe903b131a9c6decd14d7f9c9ca3532663c2759d1bdf01d004c77a0adfb2716a5105465c20755a8c57c languageName: node linkType: hard @@ -13872,9 +13492,9 @@ __metadata: languageName: node linkType: hard -"ws@npm:^8.14.2": - version: 8.14.2 - resolution: "ws@npm:8.14.2" +"ws@npm:^8.16.0": + version: 8.16.0 + resolution: "ws@npm:8.16.0" peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ">=5.0.2" @@ -13883,7 +13503,7 @@ __metadata: optional: true utf-8-validate: optional: true - checksum: 815ff01d9bc20a249b2228825d9739268a03a4408c2e0b14d49b0e2ae89d7f10847e813b587ba26992bdc33e9d03bed131e4cae73ff996baf789d53e99c31186 + checksum: 7c511c59e979bd37b63c3aea4a8e4d4163204f00bd5633c053b05ed67835481995f61a523b0ad2b603566f9a89b34cb4965cb9fab9649fbfebd8f740cea57f17 languageName: node linkType: hard @@ -14056,15 +13676,15 @@ __metadata: languageName: node linkType: hard -"yup@npm:^1.3.2": - version: 1.3.2 - resolution: "yup@npm:1.3.2" +"yup@npm:^1.3.3": + version: 1.3.3 + resolution: "yup@npm:1.3.3" dependencies: property-expr: "npm:^2.0.5" tiny-case: "npm:^1.0.3" toposort: "npm:^2.0.2" type-fest: "npm:^2.19.0" - checksum: 68ea930cbbb159ecbfd9e6d256d237a9f0f24ca05ee8e92c0a1058eee73988f3fabcd39a05cf2eded4d394d4813206e8deb90caef610feae88abab9801d1d6af + checksum: 28c119896ca3649ed4007eba6eaef45cabbaea6a9e5148545a2e249f3973870369fb2976d45cd3b0f1324951ec48112bc1f533077c728216105c4b02ad82400b languageName: node linkType: hard From 116f87d5c1b0ddab8d7d841788c5d1bcf7a68523 Mon Sep 17 00:00:00 2001 From: JoseLion Date: Sun, 21 Jan 2024 15:27:29 -0500 Subject: [PATCH 2/2] Update all API ref docs --- packages/core/docs/README.md | 20 +- packages/core/docs/interfaces/Adapter.md | 34 + .../core/docs/interfaces/ArrayFieldProps.md | 7 + packages/core/docs/interfaces/FieldProps.md | 8 + .../core/docs/interfaces/FieldRenderProps.md | 9 + packages/core/docs/interfaces/FormCtxt.md | 2 + .../core/docs/interfaces/FormProviderProps.md | 6 + packages/core/docs/interfaces/RenderProps.md | 43 ++ .../core/docs/interfaces/UseArrayField.md | 84 +++ packages/core/docs/interfaces/UseField.md | 2 + packages/native/docs/README.md | 6 +- .../native/docs/interfaces/TextFiedProps.md | 310 ++++++--- packages/web/docs/README.md | 14 +- packages/web/docs/interfaces/FormProps.md | 567 +++++++++-------- packages/web/docs/interfaces/InputProps.md | 590 +++++++++--------- packages/web/docs/interfaces/SelectProps.md | 558 +++++++++-------- packages/web/docs/interfaces/TextareaProps.md | 556 ++++++++--------- 17 files changed, 1578 insertions(+), 1238 deletions(-) diff --git a/packages/core/docs/README.md b/packages/core/docs/README.md index e1f31a9..e3f3e59 100644 --- a/packages/core/docs/README.md +++ b/packages/core/docs/README.md @@ -51,6 +51,9 @@ Ƭ **ArrayFieldOf**\<`T`\>: \(`props`: [`ArrayFieldProps`](interfaces/ArrayFieldProps.md)\<`T`, `K`\>) => `ReactNode` +Helper type to describe an [ArrayField](README.md#arrayfield) component of an specific +struct `T`. + #### Type parameters | Name | Type | Description | @@ -61,9 +64,6 @@ ▸ \<`K`\>(`props`): `ReactNode` -Helper type to describe an [ArrayField](README.md#arrayfield) component of an specific -struct `T`. - ##### Type parameters | Name | Type | @@ -109,6 +109,9 @@ ___ Ƭ **ChangeCallback**\<`T`, `K`, `A`\>: (...`args`: `A`) => [`Optional`](README.md#optional)\<[`ValueByPath`](README.md#valuebypath)\<`T`, `K`\>\> +Generic callback function. Infers the arguments types and the return type is +resolved from the path type. + #### Type parameters | Name | Type | Description | @@ -121,9 +124,6 @@ ___ ▸ (`...args`): [`Optional`](README.md#optional)\<[`ValueByPath`](README.md#valuebypath)\<`T`, `K`\>\> -Generic callback function. Infers the arguments types and the return type is -resolved from the path type. - ##### Parameters | Name | Type | @@ -163,6 +163,8 @@ ___ Ƭ **FieldOf**\<`T`\>: \(`props`: [`FieldProps`](interfaces/FieldProps.md)\<`T`, `K`, `D`\>) => `ReactNode` +Helper type to describe a [Field](README.md#field) component of an specific struct `T`. + #### Type parameters | Name | Type | Description | @@ -173,8 +175,6 @@ ___ ▸ \<`K`, `D`\>(`props`): `ReactNode` -Helper type to describe a [Field](README.md#field) component of an specific struct `T`. - ##### Type parameters | Name | Type | @@ -259,6 +259,8 @@ ___ Ƭ **SetValue**\<`V`\>: (`action`: `SetStateAction`\<[`Optional`](README.md#optional)\<`V`\>\>) => `void` +Function that receives an action to set a value of `V` and retunrs void. + #### Type parameters | Name | Description | @@ -269,8 +271,6 @@ ___ ▸ (`action`): `void` -Function that receives an action to set a value of `V` and retunrs void. - ##### Parameters | Name | Type | diff --git a/packages/core/docs/interfaces/Adapter.md b/packages/core/docs/interfaces/Adapter.md index 0c77a08..460c165 100644 --- a/packages/core/docs/interfaces/Adapter.md +++ b/packages/core/docs/interfaces/Adapter.md @@ -25,6 +25,14 @@ form validations and their hooks. • **required**: (`path`: [`Path`](../README.md#path)\<`T`\>) => `boolean` +Should return `true` if the field in the `path` is required in the +validation schema. I.e., whenever the field cannot be `null`, +`undefined`, non-empty, etc. + +**`Param`** + +the path to check if it's requried + #### Type declaration ▸ (`path`): `boolean` @@ -55,6 +63,17 @@ ___ • **validate**: (`values`: `Partial`\<`T`\>) => `Promise`\<[`Result`](../README.md#result)\<`T`, `Map`\<[`Path`](../README.md#path)\<`T`\>, `string`\>\>\> +Should return a promise containing the `Result` of the validation. +Where `S` represents the success and `E` the error. + +If the validation success, the promise should resolve to the form values. +Otherwise, if the validation fails, the promise should resolve to a +`Map, string>` of the path/message for the invalid fields. + +**`Param`** + +the form values to validate + #### Type declaration ▸ (`values`): `Promise`\<[`Result`](../README.md#result)\<`T`, `Map`\<[`Path`](../README.md#path)\<`T`\>, `string`\>\>\> @@ -88,6 +107,21 @@ ___ • **validateAt**: \(`path`: `K`, `value`: [`Optional`](../README.md#optional)\<[`ValueByPath`](../README.md#valuebypath)\<`T`, `K`\>\>) => `Promise`\<[`Result`](../README.md#result)\<``true``, `string`\>\> +Should return a promise containing the `Result` of the field +validation. Where `S` represents the success and `E` the error. + +If the validation success, the promise should resolve to a simple `true`. +Otherwise, if the validation fails, the promise should resolve to a +`Map, string>` of the path/message for the invalid fields. + +**`Param`** + +the path on the schema to validate + +**`Param`** + +the value to validate against + #### Type declaration ▸ \<`K`\>(`path`, `value`): `Promise`\<[`Result`](../README.md#result)\<``true``, `string`\>\> diff --git a/packages/core/docs/interfaces/ArrayFieldProps.md b/packages/core/docs/interfaces/ArrayFieldProps.md index 0242653..22ad41c 100644 --- a/packages/core/docs/interfaces/ArrayFieldProps.md +++ b/packages/core/docs/interfaces/ArrayFieldProps.md @@ -25,6 +25,13 @@ The props of the [ArrayField](../README.md#arrayfield) component. • **children**: (`props`: [`UseArrayField`](UseArrayField.md)\<[`ArrayValue`](../README.md#arrayvalue)\<`T`, `K`\>\>) => `ReactNode` +The children is a function which takes the result of [useArrayField](../README.md#usearrayfield) +hook in the first argument and returns a React.js node. + +**`Param`** + +render props same as the `useArrayField` hook result + #### Type declaration ▸ (`props`): `ReactNode` diff --git a/packages/core/docs/interfaces/FieldProps.md b/packages/core/docs/interfaces/FieldProps.md index 2c90735..159a682 100644 --- a/packages/core/docs/interfaces/FieldProps.md +++ b/packages/core/docs/interfaces/FieldProps.md @@ -27,6 +27,14 @@ The props of the [ArrayField](../README.md#arrayfield) component. • **children**: (`props`: [`FieldRenderProps`](FieldRenderProps.md)\<`T`, `K`, `D`\>) => `ReactNode` +The children is a function which takes the result of [useField](../README.md#usefield) and +[useFieldValidation](../README.md#usefieldvalidation) hooks in the first argument and returns a +React.js node. + +**`Param`** + +the render props same as `useField` result + #### Type declaration ▸ (`props`): `ReactNode` diff --git a/packages/core/docs/interfaces/FieldRenderProps.md b/packages/core/docs/interfaces/FieldRenderProps.md index b55d822..afdd250 100644 --- a/packages/core/docs/interfaces/FieldRenderProps.md +++ b/packages/core/docs/interfaces/FieldRenderProps.md @@ -53,6 +53,13 @@ ___ • **handleChange**: \(`mapper`: (...`args`: `A`) => [`ValueByPath`](../README.md#valuebypath)\<`T`, `K`\> \| `D`) => (...`args`: `A`) => `void` +Helper function that creates a handler function which runs the field +setter with the value obtaioed by the `mapper`. + +**`Param`** + +a function to map the callback arguments to the next value + #### Type declaration ▸ \<`A`\>(`mapper`): (...`args`: `A`) => `void` @@ -116,6 +123,8 @@ ___ • **setTouched**: () => `void` +Changes the touched state of the field to `true` + #### Type declaration ▸ (): `void` diff --git a/packages/core/docs/interfaces/FormCtxt.md b/packages/core/docs/interfaces/FormCtxt.md index 3f621ba..df5ebff 100644 --- a/packages/core/docs/interfaces/FormCtxt.md +++ b/packages/core/docs/interfaces/FormCtxt.md @@ -80,6 +80,8 @@ ___ • **submit**: () => `void` +Submits the form when called. + #### Type declaration ▸ (): `void` diff --git a/packages/core/docs/interfaces/FormProviderProps.md b/packages/core/docs/interfaces/FormProviderProps.md index 4277b22..3185524 100644 --- a/packages/core/docs/interfaces/FormProviderProps.md +++ b/packages/core/docs/interfaces/FormProviderProps.md @@ -39,6 +39,12 @@ ___ • **onSubmit**: (`values`: `T`) => `void` +The function to be called uppon form submision. + +**`Param`** + +the validated values `T` of the form + #### Type declaration ▸ (`values`): `void` diff --git a/packages/core/docs/interfaces/RenderProps.md b/packages/core/docs/interfaces/RenderProps.md index 2451008..b405946 100644 --- a/packages/core/docs/interfaces/RenderProps.md +++ b/packages/core/docs/interfaces/RenderProps.md @@ -25,6 +25,28 @@ The renders props when the children of [FormProvider](../README.md#formprovider) • **handleChange**: \(`path`: `K`, `valueOrCallback`: [`Optional`](../README.md#optional)\<[`ValueByPath`](../README.md#valuebypath)\<`T`, `K`\>\> \| [`ChangeCallback`](../README.md#changecallback)\<`T`, `K`, `A`\>) => (...`args`: `A`) => `void` +Helper function which creates a handler to use on callback props and +change form values. It infers the arguments of the callback so they can be +used dreing the change callback. + +**`Example`** + +``` + + name="foo" + onChange={handleChange("foo", event => event.target.value)} + value={values.foo} +/> +``` + +**`Param`** + +the path to change the value + +**`Param`** + +either a value or a callback to change it + #### Type declaration ▸ \<`K`, `A`\>(`path`, `valueOrCallback`): (...`args`: `A`) => `void` @@ -86,6 +108,25 @@ ___ • **setValue**: \(`path`: `K`) => [`SetValue`](../README.md#setvalue)\<[`ValueByPath`](../README.md#valuebypath)\<`T`, `K`\>\> +Helper function which creates a setter function for the specified path. + +**`Example`** + +``` + + name="foo" + onChange={event => { + const setFoo = setValue("foo"); + setFoo(event.target.value); + }} + value={values.foo} +/> +``` + +**`Param`** + +the path to change the value + #### Type declaration ▸ \<`K`\>(`path`): [`SetValue`](../README.md#setvalue)\<[`ValueByPath`](../README.md#valuebypath)\<`T`, `K`\>\> @@ -133,6 +174,8 @@ ___ • **submit**: () => `void` +Helper function that triggers the form submit on demand. + #### Type declaration ▸ (): `void` diff --git a/packages/core/docs/interfaces/UseArrayField.md b/packages/core/docs/interfaces/UseArrayField.md index 97cb750..8e4aaf5 100644 --- a/packages/core/docs/interfaces/UseArrayField.md +++ b/packages/core/docs/interfaces/UseArrayField.md @@ -30,6 +30,12 @@ The result of the [useArrayField](../README.md#usearrayfield) hook. • **append**: (`item`: `Partial`\<`V`\>) => `void` +Appends a new item to the end of the array. + +**`Param`** + +the item to append + #### Type declaration ▸ (`item`): `void` @@ -56,6 +62,8 @@ ___ • **clear**: () => `void` +Clears the array by setting it's value to `undefined`. + #### Type declaration ▸ (): `void` @@ -76,6 +84,23 @@ ___ • **handle**: \(`action`: `F`, ...`args`: `Parameters`\<`F`\>) => () => `void` +Helper function that creates a handler function which runs the given +action with the given parameters. + +**`Example`** + +``` + +``` + +**`Param`** + +the action to make the handle of + +**`Param`** + +the parameters of the action + #### Type declaration ▸ \<`F`\>(`action`, `...args`): () => `void` @@ -124,6 +149,21 @@ ___ • **insert**: (`item`: `Partial`\<`V`\>, `at`: `number`) => `void` +Insert a new item at an specific index of the array. To encourage type +safety, this function follows these rules upon index outbounds: +- If the index is greater than the array size, the item is added to the +end of the array. +- A negative index is treated as an offset, so -2 refers to the second to +last element of the array. + +**`Param`** + +the item to insert + +**`Param`** + +the index to insert the item at + #### Type declaration ▸ (`item`, `at`): `void` @@ -169,6 +209,22 @@ ___ • **keygen**: \(`index`: `number`, `key?`: `string` \| `S`) => `string` +Helper function to retrieve an auto-generated key string which is memoized +for each index. The second parameter serves as a prefferd unique key +override to use instead of the auto-generated one. + +You should pass the second parameter whenever it's possible because the +auto-generated key is index-based, so it may cause additional renders upon +reordering the array. + +**`Param`** + +the current index of the array + +**`Param`** + +the preferred key value to use + #### Type declaration ▸ \<`S`\>(`index`, `key?`): `string` @@ -210,6 +266,12 @@ ___ • **prepend**: (`item`: `Partial`\<`V`\>) => `void` +Prepends a new item to the start of the array. + +**`Param`** + +the item to prepend + #### Type declaration ▸ (`item`): `void` @@ -236,6 +298,12 @@ ___ • **remove**: (`at`: `number`) => `void` +Removes the item at the specified index. + +**`Param`** + +the index of the item + #### Type declaration ▸ (`at`): `void` @@ -262,6 +330,22 @@ ___ • **replace**: (`item`: `Partial`\<`V`\>, `at`: `number`) => `void` +Replaces an item at an specific index of the array with another. To +encourage type safety, this function follows these rules upon index +outbounds: +- If the index is greater than the array size, the item is added to the +end of the array. +- A negative index is treated as an offset, so -2 refers to the second to +last element of the array. + +**`Param`** + +the item to replace another + +**`Param`** + +the index that should be replaced + #### Type declaration ▸ (`item`, `at`): `void` diff --git a/packages/core/docs/interfaces/UseField.md b/packages/core/docs/interfaces/UseField.md index ceb9f3b..fa64409 100644 --- a/packages/core/docs/interfaces/UseField.md +++ b/packages/core/docs/interfaces/UseField.md @@ -31,6 +31,8 @@ The result of the [useField](../README.md#usefield) hook • **setTouched**: () => `void` +Changes the touched state of the field to `true` + #### Type declaration ▸ (): `void` diff --git a/packages/native/docs/README.md b/packages/native/docs/README.md index d53a535..3ec6367 100644 --- a/packages/native/docs/README.md +++ b/packages/native/docs/README.md @@ -28,6 +28,9 @@ Ƭ **TextFieldOf**\<`T`\>: (`props`: [`TextFiedProps`](interfaces/TextFiedProps.md)\<`T`\>) => `ReactElement` +Helper type to describe a [TextField](README.md#textfield) component of an specific struct +`T`. + #### Type parameters | Name | Type | Description | @@ -38,9 +41,6 @@ ▸ (`props`): `ReactElement` -Helper type to describe a [TextField](README.md#textfield) component of an specific struct -`T`. - ##### Parameters | Name | Type | diff --git a/packages/native/docs/interfaces/TextFiedProps.md b/packages/native/docs/interfaces/TextFiedProps.md index f488344..cc7bd2d 100644 --- a/packages/native/docs/interfaces/TextFiedProps.md +++ b/packages/native/docs/interfaces/TextFiedProps.md @@ -142,6 +142,7 @@ TextInputProps. - [placeholder](TextFiedProps.md#placeholder) - [placeholderTextColor](TextFiedProps.md#placeholdertextcolor) - [pointerEvents](TextFiedProps.md#pointerevents) +- [readOnly](TextFiedProps.md#readonly) - [rejectResponderTermination](TextFiedProps.md#rejectrespondertermination) - [removeClippedSubviews](TextFiedProps.md#removeclippedsubviews) - [renderToHardwareTextureAndroid](TextFiedProps.md#rendertohardwaretextureandroid) @@ -157,6 +158,7 @@ TextInputProps. - [selectionState](TextFiedProps.md#selectionstate) - [shouldRasterizeIOS](TextFiedProps.md#shouldrasterizeios) - [showSoftInputOnFocus](TextFiedProps.md#showsoftinputonfocus) +- [smartInsertDelete](TextFiedProps.md#smartinsertdelete) - [spellCheck](TextFiedProps.md#spellcheck) - [style](TextFiedProps.md#style) - [supStyle](TextFiedProps.md#supstyle) @@ -428,7 +430,7 @@ Omit.allowFontScaling #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:471 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:498 ___ @@ -662,13 +664,13 @@ Omit.autoCapitalize #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:482 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:509 ___ ### autoComplete -• `Optional` **autoComplete**: ``"off"`` \| ``"name"`` \| ``"additional-name"`` \| ``"address-line1"`` \| ``"address-line2"`` \| ``"birthdate-day"`` \| ``"birthdate-full"`` \| ``"birthdate-month"`` \| ``"birthdate-year"`` \| ``"cc-csc"`` \| ``"cc-exp"`` \| ``"cc-exp-day"`` \| ``"cc-exp-month"`` \| ``"cc-exp-year"`` \| ``"cc-number"`` \| ``"country"`` \| ``"current-password"`` \| ``"email"`` \| ``"family-name"`` \| ``"gender"`` \| ``"given-name"`` \| ``"honorific-prefix"`` \| ``"honorific-suffix"`` \| ``"name-family"`` \| ``"name-given"`` \| ``"name-middle"`` \| ``"name-middle-initial"`` \| ``"name-prefix"`` \| ``"name-suffix"`` \| ``"new-password"`` \| ``"nickname"`` \| ``"one-time-code"`` \| ``"organization"`` \| ``"organization-title"`` \| ``"password"`` \| ``"password-new"`` \| ``"postal-address"`` \| ``"postal-address-country"`` \| ``"postal-address-extended"`` \| ``"postal-address-extended-postal-code"`` \| ``"postal-address-locality"`` \| ``"postal-address-region"`` \| ``"postal-code"`` \| ``"street-address"`` \| ``"sms-otp"`` \| ``"tel"`` \| ``"tel-country-code"`` \| ``"tel-national"`` \| ``"tel-device"`` \| ``"url"`` \| ``"username"`` \| ``"username-new"`` +• `Optional` **autoComplete**: ``"off"`` \| ``"name"`` \| ``"additional-name"`` \| ``"address-line1"`` \| ``"address-line2"`` \| ``"birthdate-day"`` \| ``"birthdate-full"`` \| ``"birthdate-month"`` \| ``"birthdate-year"`` \| ``"cc-csc"`` \| ``"cc-exp"`` \| ``"cc-exp-day"`` \| ``"cc-exp-month"`` \| ``"cc-exp-year"`` \| ``"cc-number"`` \| ``"cc-name"`` \| ``"cc-given-name"`` \| ``"cc-middle-name"`` \| ``"cc-family-name"`` \| ``"cc-type"`` \| ``"country"`` \| ``"current-password"`` \| ``"email"`` \| ``"family-name"`` \| ``"gender"`` \| ``"given-name"`` \| ``"honorific-prefix"`` \| ``"honorific-suffix"`` \| ``"name-family"`` \| ``"name-given"`` \| ``"name-middle"`` \| ``"name-middle-initial"`` \| ``"name-prefix"`` \| ``"name-suffix"`` \| ``"new-password"`` \| ``"nickname"`` \| ``"one-time-code"`` \| ``"organization"`` \| ``"organization-title"`` \| ``"password"`` \| ``"password-new"`` \| ``"postal-address"`` \| ``"postal-address-country"`` \| ``"postal-address-extended"`` \| ``"postal-address-extended-postal-code"`` \| ``"postal-address-locality"`` \| ``"postal-address-region"`` \| ``"postal-code"`` \| ``"street-address"`` \| ``"sms-otp"`` \| ``"tel"`` \| ``"tel-country-code"`` \| ``"tel-national"`` \| ``"tel-device"`` \| ``"url"`` \| ``"username"`` \| ``"username-new"`` Specifies autocomplete hints for the system, so it can provide autofill. On Android, the system will always attempt to offer autofill by using heuristics to identify the type of content. @@ -741,7 +743,7 @@ Omit.autoComplete #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:550 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:577 ___ @@ -758,7 +760,7 @@ Omit.autoCorrect #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:609 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:641 ___ @@ -775,7 +777,7 @@ Omit.autoFocus #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:615 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:647 ___ @@ -792,7 +794,7 @@ Omit.blurOnSubmit #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:621 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:653 ___ @@ -808,7 +810,7 @@ Omit.caretHidden #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:626 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:658 ___ @@ -889,7 +891,7 @@ Omit.contextMenuHidden #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:631 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:663 ___ @@ -911,7 +913,7 @@ Omit.cursorColor #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:307 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:334 ___ @@ -958,7 +960,7 @@ Omit.defaultValue #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:638 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:670 ___ @@ -977,7 +979,7 @@ Omit.disableFullscreenUI #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:338 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:365 ___ @@ -993,7 +995,7 @@ Omit.editable #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:643 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:675 ___ @@ -1027,7 +1029,7 @@ Omit.enterKeyHint #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:795 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:832 ___ @@ -1158,7 +1160,7 @@ Omit.importantForAutofill #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:324 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:351 ___ @@ -1174,7 +1176,7 @@ Omit.inlineImageLeft #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:343 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:370 ___ @@ -1190,7 +1192,7 @@ Omit.inlineImagePadding #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:348 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:375 ___ @@ -1208,7 +1210,7 @@ Omit.inputAccessoryViewID #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:839 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:876 ___ @@ -1224,7 +1226,7 @@ Omit.inputMode #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:658 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:690 ___ @@ -1282,7 +1284,7 @@ Omit.keyboardType #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:653 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:685 ___ @@ -1324,7 +1326,7 @@ Omit.lineBreakStrategyIOS #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:288 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:307 ___ @@ -1343,7 +1345,7 @@ Omit.maxFontSizeMultiplier #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:856 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:893 ___ @@ -1360,7 +1362,7 @@ Omit.maxLength #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:664 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:696 ___ @@ -1376,7 +1378,7 @@ Omit.multiline #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:669 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:701 ___ @@ -1448,7 +1450,7 @@ Omit.numberOfLines #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:354 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:381 ___ @@ -1456,6 +1458,8 @@ ___ • `Optional` **onAccessibilityAction**: (`event`: `AccessibilityActionEvent`) => `void` +When `accessible` is true, the system will try to invoke this function when the user performs an accessibility custom action. + #### Type declaration ▸ (`event`): `void` @@ -1486,6 +1490,12 @@ ___ • `Optional` **onAccessibilityEscape**: () => `void` +When accessible is true, the system will invoke this function when the user performs the escape gesture (scrub with two fingers). + +**`Platform`** + +ios + #### Type declaration ▸ (): `void` @@ -1514,6 +1524,12 @@ ___ • `Optional` **onAccessibilityTap**: () => `void` +When `accessible` is true, the system will try to invoke this function when the user performs accessibility tap gesture. + +**`Platform`** + +ios + #### Type declaration ▸ (): `void` @@ -1542,6 +1558,8 @@ ___ • `Optional` **onBlur**: (`e`: `NativeSyntheticEvent`\<`TextInputFocusEventData`\>) => `void` +Callback that is called when the text input is blurred + #### Type declaration ▸ (`e`): `void` @@ -1564,7 +1582,7 @@ Omit.onBlur #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:674 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:706 ___ @@ -1572,6 +1590,8 @@ ___ • `Optional` **onChange**: (`e`: `NativeSyntheticEvent`\<`TextInputChangeEventData`\>) => `void` +Callback that is called when the text input's text changes. + #### Type declaration ▸ (`e`): `void` @@ -1594,7 +1614,7 @@ Omit.onChange #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:681 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:713 ___ @@ -1602,6 +1622,9 @@ ___ • `Optional` **onChangeText**: (`text`: `string`) => `void` +Callback that is called when the text input's text changes. +Changed text is passed as an argument to the callback handler. + #### Type declaration ▸ (`text`): `void` @@ -1625,7 +1648,7 @@ Omit.onChangeText #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:689 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:721 ___ @@ -1633,6 +1656,12 @@ ___ • `Optional` **onContentSizeChange**: (`e`: `NativeSyntheticEvent`\<`TextInputContentSizeChangeEventData`\>) => `void` +Callback that is called when the text input's content size changes. +This will be called with +`{ nativeEvent: { contentSize: { width, height } } }`. + +Only called for multiline text inputs. + #### Type declaration ▸ (`e`): `void` @@ -1659,7 +1688,7 @@ Omit.onContentSizeChange #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:698 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:730 ___ @@ -1667,6 +1696,8 @@ ___ • `Optional` **onEndEditing**: (`e`: `NativeSyntheticEvent`\<`TextInputEndEditingEventData`\>) => `void` +Callback that is called when text input ends. + #### Type declaration ▸ (`e`): `void` @@ -1689,7 +1720,7 @@ Omit.onEndEditing #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:705 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:737 ___ @@ -1697,6 +1728,8 @@ ___ • `Optional` **onFocus**: (`e`: `NativeSyntheticEvent`\<`TextInputFocusEventData`\>) => `void` +Callback that is called when the text input is focused + #### Type declaration ▸ (`e`): `void` @@ -1719,7 +1752,7 @@ Omit.onFocus #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:724 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:756 ___ @@ -1727,6 +1760,14 @@ ___ • `Optional` **onKeyPress**: (`e`: `NativeSyntheticEvent`\<`TextInputKeyPressEventData`\>) => `void` +Callback that is called when a key is pressed. +This will be called with + `{ nativeEvent: { key: keyValue } }` +where keyValue is 'Enter' or 'Backspace' for respective keys and the typed-in character otherwise including ' ' for space. + +Fires before onChange callbacks. +Note: on Android only the inputs from soft keyboard are handled, not the hardware keyboard inputs. + #### Type declaration ▸ (`e`): `void` @@ -1755,7 +1796,7 @@ Omit.onKeyPress #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:771 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:803 ___ @@ -1763,6 +1804,10 @@ ___ • `Optional` **onLayout**: (`event`: `LayoutChangeEvent`) => `void` +Invoked on mount and layout changes with + +{nativeEvent: { layout: {x, y, width, height}}}. + #### Type declaration ▸ (`event`): `void` @@ -1795,6 +1840,12 @@ ___ • `Optional` **onMagicTap**: () => `void` +When accessible is true, the system will invoke this function when the user performs the magic tap gesture. + +**`Platform`** + +ios + #### Type declaration ▸ (): `void` @@ -1823,6 +1874,8 @@ ___ • `Optional` **onMoveShouldSetResponder**: (`event`: `GestureResponderEvent`) => `boolean` +Called for every touch move on the View when it is not the responder: does this view want to "claim" touch responsiveness? + #### Type declaration ▸ (`event`): `boolean` @@ -1853,6 +1906,18 @@ ___ • `Optional` **onMoveShouldSetResponderCapture**: (`event`: `GestureResponderEvent`) => `boolean` +onStartShouldSetResponder and onMoveShouldSetResponder are called with a bubbling pattern, +where the deepest node is called first. +That means that the deepest component will become responder when multiple Views return true for *ShouldSetResponder handlers. +This is desirable in most cases, because it makes sure all controls and buttons are usable. + +However, sometimes a parent will want to make sure that it becomes responder. +This can be handled by using the capture phase. +Before the responder system bubbles up from the deepest component, +it will do a capture phase, firing on*ShouldSetResponderCapture. +So if a parent View wants to prevent the child from becoming responder on a touch start, +it should have a onStartShouldSetResponderCapture handler which returns true. + #### Type declaration ▸ (`event`): `boolean` @@ -1913,7 +1978,7 @@ Omit.onPointerCancel #### Defined in -node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts:257 +node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts:260 ___ @@ -1941,7 +2006,7 @@ Omit.onPointerCancelCapture #### Defined in -node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts:258 +node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts:261 ___ @@ -1969,7 +2034,7 @@ Omit.onPointerDown #### Defined in -node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts:259 +node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts:262 ___ @@ -1997,7 +2062,7 @@ Omit.onPointerDownCapture #### Defined in -node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts:260 +node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts:263 ___ @@ -2025,7 +2090,7 @@ Omit.onPointerEnter #### Defined in -node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts:251 +node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts:254 ___ @@ -2053,7 +2118,7 @@ Omit.onPointerEnterCapture #### Defined in -node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts:252 +node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts:255 ___ @@ -2081,7 +2146,7 @@ Omit.onPointerLeave #### Defined in -node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts:253 +node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts:256 ___ @@ -2109,7 +2174,7 @@ Omit.onPointerLeaveCapture #### Defined in -node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts:254 +node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts:257 ___ @@ -2137,7 +2202,7 @@ Omit.onPointerMove #### Defined in -node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts:255 +node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts:258 ___ @@ -2165,7 +2230,7 @@ Omit.onPointerMoveCapture #### Defined in -node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts:256 +node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts:259 ___ @@ -2193,7 +2258,7 @@ Omit.onPointerUp #### Defined in -node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts:261 +node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts:264 ___ @@ -2221,7 +2286,7 @@ Omit.onPointerUpCapture #### Defined in -node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts:262 +node_modules/react-native/Libraries/Types/CoreEventTypes.d.ts:265 ___ @@ -2229,6 +2294,8 @@ ___ • `Optional` **onPressIn**: (`e`: `NativeSyntheticEvent`\<`NativeTouchEvent`\>) => `void` +Callback that is called when a touch is engaged. + #### Type declaration ▸ (`e`): `void` @@ -2251,7 +2318,7 @@ Omit.onPressIn #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:712 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:744 ___ @@ -2259,6 +2326,8 @@ ___ • `Optional` **onPressOut**: (`e`: `NativeSyntheticEvent`\<`NativeTouchEvent`\>) => `void` +Callback that is called when a touch is released. + #### Type declaration ▸ (`e`): `void` @@ -2281,7 +2350,7 @@ Omit.onPressOut #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:717 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:749 ___ @@ -2289,6 +2358,8 @@ ___ • `Optional` **onResponderEnd**: (`event`: `GestureResponderEvent`) => `void` +If the View returns true and attempts to become the responder, one of the following will happen: + #### Type declaration ▸ (`event`): `void` @@ -2319,6 +2390,9 @@ ___ • `Optional` **onResponderGrant**: (`event`: `GestureResponderEvent`) => `void` +The View is now responding for touch events. +This is the time to highlight and show the user what is happening + #### Type declaration ▸ (`event`): `void` @@ -2350,6 +2424,8 @@ ___ • `Optional` **onResponderMove**: (`event`: `GestureResponderEvent`) => `void` +The user is moving their finger + #### Type declaration ▸ (`event`): `void` @@ -2380,6 +2456,8 @@ ___ • `Optional` **onResponderReject**: (`event`: `GestureResponderEvent`) => `void` +Something else is the responder right now and will not release it + #### Type declaration ▸ (`event`): `void` @@ -2410,6 +2488,8 @@ ___ • `Optional` **onResponderRelease**: (`event`: `GestureResponderEvent`) => `void` +Fired at the end of the touch, ie "touchUp" + #### Type declaration ▸ (`event`): `void` @@ -2468,6 +2548,10 @@ ___ • `Optional` **onResponderTerminate**: (`event`: `GestureResponderEvent`) => `void` +The responder has been taken from the View. +Might be taken by other views after a call to onResponderTerminationRequest, +or might be taken by the OS without asking (happens with control center/ notification center on iOS) + #### Type declaration ▸ (`event`): `void` @@ -2500,6 +2584,9 @@ ___ • `Optional` **onResponderTerminationRequest**: (`event`: `GestureResponderEvent`) => `boolean` +Something else wants to become responder. + Should this view release the responder? Returning true allows release + #### Type declaration ▸ (`event`): `boolean` @@ -2531,6 +2618,11 @@ ___ • `Optional` **onScroll**: (`e`: `NativeSyntheticEvent`\<`TextInputScrollEventData`\>) => `void` +Invoked on content scroll with + `{ nativeEvent: { contentOffset: { x, y } } }`. + +May also contain other properties from ScrollEvent but on Android contentSize is not provided for performance reasons. + #### Type declaration ▸ (`e`): `void` @@ -2556,7 +2648,7 @@ Omit.onScroll #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:758 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:790 ___ @@ -2564,6 +2656,8 @@ ___ • `Optional` **onSelectionChange**: (`e`: `NativeSyntheticEvent`\<`TextInputSelectionChangeEventData`\>) => `void` +Callback that is called when the text input selection is changed. + #### Type declaration ▸ (`e`): `void` @@ -2586,7 +2680,7 @@ Omit.onSelectionChange #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:731 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:763 ___ @@ -2594,6 +2688,8 @@ ___ • `Optional` **onStartShouldSetResponder**: (`event`: `GestureResponderEvent`) => `boolean` +Does this view want to become responder on the start of a touch? + #### Type declaration ▸ (`event`): `boolean` @@ -2624,6 +2720,18 @@ ___ • `Optional` **onStartShouldSetResponderCapture**: (`event`: `GestureResponderEvent`) => `boolean` +onStartShouldSetResponder and onMoveShouldSetResponder are called with a bubbling pattern, +where the deepest node is called first. +That means that the deepest component will become responder when multiple Views return true for *ShouldSetResponder handlers. +This is desirable in most cases, because it makes sure all controls and buttons are usable. + +However, sometimes a parent will want to make sure that it becomes responder. +This can be handled by using the capture phase. +Before the responder system bubbles up from the deepest component, +it will do a capture phase, firing on*ShouldSetResponderCapture. +So if a parent View wants to prevent the child from becoming responder on a touch start, +it should have a onStartShouldSetResponderCapture handler which returns true. + #### Type declaration ▸ (`event`): `boolean` @@ -2664,6 +2772,8 @@ ___ • `Optional` **onSubmitEditing**: (`e`: `NativeSyntheticEvent`\<`TextInputSubmitEditingEventData`\>) => `void` +Callback that is called when the text input's submit button is pressed. + #### Type declaration ▸ (`e`): `void` @@ -2686,7 +2796,7 @@ Omit.onSubmitEditing #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:738 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:770 ___ @@ -2694,6 +2804,11 @@ ___ • `Optional` **onTextInput**: (`e`: `NativeSyntheticEvent`\<`TextInputTextInputEventData`\>) => `void` +Callback that is called on new text input with the argument + `{ nativeEvent: { text, previousText, range: { start, end } } }`. + +This prop requires multiline={true} to be set. + #### Type declaration ▸ (`e`): `void` @@ -2719,7 +2834,7 @@ Omit.onTextInput #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:748 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:780 ___ @@ -2893,7 +3008,7 @@ Omit.placeholder #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:778 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:810 ___ @@ -2909,7 +3024,7 @@ Omit.placeholderTextColor #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:783 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:815 ___ @@ -2948,6 +3063,22 @@ node_modules/react-native/Libraries/Components/View/ViewPropTypes.d.ts:224 ___ +### readOnly + +• `Optional` **readOnly**: `boolean` + +If `true`, text is not editable. The default value is `false`. + +#### Inherited from + +Omit.readOnly + +#### Defined in + +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:820 + +___ + ### rejectResponderTermination • `Optional` **rejectResponderTermination**: ``null`` \| `boolean` @@ -3039,7 +3170,7 @@ Omit.returnKeyLabel #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:360 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:387 ___ @@ -3056,7 +3187,7 @@ Omit.returnKeyType #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:789 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:826 ___ @@ -3088,7 +3219,7 @@ Omit.scrollEnabled #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:283 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:302 ___ @@ -3105,7 +3236,7 @@ Omit.secureTextEntry #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:801 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:838 ___ @@ -3121,7 +3252,7 @@ Omit.selectTextOnFocus #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:806 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:843 ___ @@ -3145,7 +3276,7 @@ Omit.selection #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:812 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:849 ___ @@ -3161,7 +3292,7 @@ Omit.selectionColor #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:817 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:854 ___ @@ -3216,7 +3347,26 @@ Omit.showSoftInputOnFocus #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:381 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:408 + +___ + +### smartInsertDelete + +• `Optional` **smartInsertDelete**: `boolean` + +If `false`, the iOS system will not insert an extra space after a paste operation +neither delete one or two spaces after a cut or delete operation. + +The default value is `true`. + +#### Inherited from + +Omit.smartInsertDelete + +#### Defined in + +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:320 ___ @@ -3276,7 +3426,7 @@ Omit.testID #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:832 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:869 ___ @@ -3292,13 +3442,13 @@ Omit.textAlign #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:827 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:864 ___ ### textAlignVertical -• `Optional` **textAlignVertical**: ``"center"`` \| ``"auto"`` \| ``"bottom"`` \| ``"top"`` +• `Optional` **textAlignVertical**: ``"center"`` \| ``"auto"`` \| ``"top"`` \| ``"bottom"`` Vertically align text when `multiline` is set to true @@ -3308,7 +3458,7 @@ Omit.textAlignVertical #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:376 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:403 ___ @@ -3325,24 +3475,17 @@ Omit.textBreakStrategy #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:366 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:393 ___ ### textContentType -• `Optional` **textContentType**: ``"none"`` \| ``"name"`` \| ``"nickname"`` \| ``"password"`` \| ``"username"`` \| ``"URL"`` \| ``"addressCity"`` \| ``"addressCityAndState"`` \| ``"addressState"`` \| ``"countryName"`` \| ``"creditCardNumber"`` \| ``"emailAddress"`` \| ``"familyName"`` \| ``"fullStreetAddress"`` \| ``"givenName"`` \| ``"jobTitle"`` \| ``"location"`` \| ``"middleName"`` \| ``"namePrefix"`` \| ``"nameSuffix"`` \| ``"organizationName"`` \| ``"postalCode"`` \| ``"streetAddressLine1"`` \| ``"streetAddressLine2"`` \| ``"sublocality"`` \| ``"telephoneNumber"`` \| ``"newPassword"`` \| ``"oneTimeCode"`` +• `Optional` **textContentType**: ``"none"`` \| ``"name"`` \| ``"nickname"`` \| ``"password"`` \| ``"username"`` \| ``"URL"`` \| ``"addressCity"`` \| ``"addressCityAndState"`` \| ``"addressState"`` \| ``"countryName"`` \| ``"creditCardNumber"`` \| ``"creditCardExpiration"`` \| ``"creditCardExpirationMonth"`` \| ``"creditCardExpirationYear"`` \| ``"creditCardSecurityCode"`` \| ``"creditCardType"`` \| ``"creditCardName"`` \| ``"creditCardGivenName"`` \| ``"creditCardMiddleName"`` \| ``"creditCardFamilyName"`` \| ``"emailAddress"`` \| ``"familyName"`` \| ``"fullStreetAddress"`` \| ``"givenName"`` \| ``"jobTitle"`` \| ``"location"`` \| ``"middleName"`` \| ``"namePrefix"`` \| ``"nameSuffix"`` \| ``"organizationName"`` \| ``"postalCode"`` \| ``"streetAddressLine1"`` \| ``"streetAddressLine2"`` \| ``"sublocality"`` \| ``"telephoneNumber"`` \| ``"newPassword"`` \| ``"oneTimeCode"`` \| ``"birthdate"`` \| ``"birthdateDay"`` \| ``"birthdateMonth"`` \| ``"birthdateYear"`` Give the keyboard and the system information about the expected semantic meaning for the content that users enter. -For iOS 11+ you can set `textContentType` to `username` or `password` to -enable autofill of login details from the device keychain. - -For iOS 12+ `newPassword` can be used to indicate a new password input the -user may want to save in the keychain, and `oneTimeCode` can be used to indicate -that a field can be autofilled by a code arriving in an SMS. - To disable autofill, set textContentType to `none`. Possible values for `textContentType` are: @@ -3354,6 +3497,15 @@ Possible values for `textContentType` are: - `'addressState'` - `'countryName'` - `'creditCardNumber'` + - `'creditCardExpiration'` (iOS 17+) + - `'creditCardExpirationMonth'` (iOS 17+) + - `'creditCardExpirationYear'` (iOS 17+) + - `'creditCardSecurityCode'` (iOS 17+) + - `'creditCardType'` (iOS 17+) + - `'creditCardName'` (iOS 17+) + - `'creditCardGivenName'` (iOS 17+) + - `'creditCardMiddleName'` (iOS 17+) + - `'creditCardFamilyName'` (iOS 17+) - `'emailAddress'` - `'familyName'` - `'fullStreetAddress'` @@ -3375,6 +3527,10 @@ Possible values for `textContentType` are: - `'password'` - `'newPassword'` - `'oneTimeCode'` + - `'birthdate'` (iOS 17+) + - `'birthdateDay'` (iOS 17+) + - `'birthdateMonth'` (iOS 17+) + - `'birthdateYear'` (iOS 17+) #### Inherited from @@ -3382,7 +3538,7 @@ Omit.textContentType #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:249 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:255 ___ @@ -3510,13 +3666,13 @@ Omit.underlineColorAndroid #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:371 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:398 ___ ### verticalAlign -• `Optional` **verticalAlign**: ``"auto"`` \| ``"bottom"`` \| ``"top"`` \| ``"middle"`` +• `Optional` **verticalAlign**: ``"auto"`` \| ``"top"`` \| ``"bottom"`` \| ``"middle"`` Vertically align text when `multiline` is set to true @@ -3526,4 +3682,4 @@ Omit.verticalAlign #### Defined in -node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:386 +node_modules/react-native/Libraries/Components/TextInput/TextInput.d.ts:413 diff --git a/packages/web/docs/README.md b/packages/web/docs/README.md index 357f7d1..2454d30 100644 --- a/packages/web/docs/README.md +++ b/packages/web/docs/README.md @@ -33,6 +33,8 @@ Ƭ **InputOf**\<`T`\>: (`props`: [`InputProps`](interfaces/InputProps.md)\<`T`\>) => `ReactElement` +Helper type to describe an [Input](README.md#input) component of an specific struct `T`. + #### Type parameters | Name | Type | Description | @@ -43,8 +45,6 @@ ▸ (`props`): `ReactElement` -Helper type to describe an [Input](README.md#input) component of an specific struct `T`. - ##### Parameters | Name | Type | @@ -65,6 +65,8 @@ ___ Ƭ **SelectOf**\<`T`\>: \(`props`: [`SelectProps`](interfaces/SelectProps.md)\<`T`, `K`\>) => `ReactElement` +Helper type to describe a [Select](README.md#select) component of an specific struct `T`. + #### Type parameters | Name | Type | Description | @@ -75,8 +77,6 @@ ___ ▸ \<`K`\>(`props`): `ReactElement` -Helper type to describe a [Select](README.md#select) component of an specific struct `T`. - ##### Type parameters | Name | Type | @@ -103,6 +103,9 @@ ___ Ƭ **TextareaOf**\<`T`\>: (`props`: [`TextareaProps`](interfaces/TextareaProps.md)\<`T`\>) => `ReactElement` +Helper type to describe a [Textarea](README.md#textarea) component of an specific struct +`T`. + #### Type parameters | Name | Type | Description | @@ -113,9 +116,6 @@ ___ ▸ (`props`): `ReactElement` -Helper type to describe a [Textarea](README.md#textarea) component of an specific struct -`T`. - ##### Parameters | Name | Type | diff --git a/packages/web/docs/interfaces/FormProps.md b/packages/web/docs/interfaces/FormProps.md index 96589b1..a7d5a65 100644 --- a/packages/web/docs/interfaces/FormProps.md +++ b/packages/web/docs/interfaces/FormProps.md @@ -275,7 +275,6 @@ From component props - [onWaitingCapture](FormProps.md#onwaitingcapture) - [onWheel](FormProps.md#onwheel) - [onWheelCapture](FormProps.md#onwheelcapture) -- [placeholder](FormProps.md#placeholder) - [prefix](FormProps.md#prefix) - [property](FormProps.md#property) - [radioGroup](FormProps.md#radiogroup) @@ -313,7 +312,7 @@ HTMLFormProps.about #### Defined in -node_modules/@types/react/index.d.ts:1990 +node_modules/@types/react/index.d.ts:1994 ___ @@ -327,7 +326,7 @@ HTMLFormProps.acceptCharset #### Defined in -node_modules/@types/react/index.d.ts:2270 +node_modules/@types/react/index.d.ts:2275 ___ @@ -341,7 +340,7 @@ HTMLFormProps.accessKey #### Defined in -node_modules/@types/react/index.d.ts:1964 +node_modules/@types/react/index.d.ts:1969 ___ @@ -355,7 +354,7 @@ HTMLFormProps.action #### Defined in -node_modules/@types/react/index.d.ts:2271 +node_modules/@types/react/index.d.ts:2276 ___ @@ -371,7 +370,7 @@ HTMLFormProps.aria-activedescendant #### Defined in -node_modules/@types/react/index.d.ts:1662 +node_modules/@types/react/index.d.ts:1667 ___ @@ -387,7 +386,7 @@ HTMLFormProps.aria-atomic #### Defined in -node_modules/@types/react/index.d.ts:1664 +node_modules/@types/react/index.d.ts:1669 ___ @@ -404,7 +403,7 @@ HTMLFormProps.aria-autocomplete #### Defined in -node_modules/@types/react/index.d.ts:1669 +node_modules/@types/react/index.d.ts:1674 ___ @@ -424,7 +423,7 @@ HTMLFormProps.aria-braillelabel #### Defined in -node_modules/@types/react/index.d.ts:1675 +node_modules/@types/react/index.d.ts:1680 ___ @@ -444,7 +443,7 @@ HTMLFormProps.aria-brailleroledescription #### Defined in -node_modules/@types/react/index.d.ts:1680 +node_modules/@types/react/index.d.ts:1685 ___ @@ -458,7 +457,7 @@ HTMLFormProps.aria-busy #### Defined in -node_modules/@types/react/index.d.ts:1681 +node_modules/@types/react/index.d.ts:1686 ___ @@ -479,7 +478,7 @@ HTMLFormProps.aria-checked #### Defined in -node_modules/@types/react/index.d.ts:1686 +node_modules/@types/react/index.d.ts:1691 ___ @@ -499,7 +498,7 @@ HTMLFormProps.aria-colcount #### Defined in -node_modules/@types/react/index.d.ts:1691 +node_modules/@types/react/index.d.ts:1696 ___ @@ -520,7 +519,7 @@ HTMLFormProps.aria-colindex #### Defined in -node_modules/@types/react/index.d.ts:1696 +node_modules/@types/react/index.d.ts:1701 ___ @@ -540,7 +539,7 @@ HTMLFormProps.aria-colindextext #### Defined in -node_modules/@types/react/index.d.ts:1701 +node_modules/@types/react/index.d.ts:1706 ___ @@ -561,7 +560,7 @@ HTMLFormProps.aria-colspan #### Defined in -node_modules/@types/react/index.d.ts:1706 +node_modules/@types/react/index.d.ts:1711 ___ @@ -581,7 +580,7 @@ HTMLFormProps.aria-controls #### Defined in -node_modules/@types/react/index.d.ts:1711 +node_modules/@types/react/index.d.ts:1716 ___ @@ -597,7 +596,7 @@ HTMLFormProps.aria-current #### Defined in -node_modules/@types/react/index.d.ts:1713 +node_modules/@types/react/index.d.ts:1718 ___ @@ -617,7 +616,7 @@ HTMLFormProps.aria-describedby #### Defined in -node_modules/@types/react/index.d.ts:1718 +node_modules/@types/react/index.d.ts:1723 ___ @@ -637,7 +636,7 @@ HTMLFormProps.aria-description #### Defined in -node_modules/@types/react/index.d.ts:1723 +node_modules/@types/react/index.d.ts:1728 ___ @@ -657,7 +656,7 @@ HTMLFormProps.aria-details #### Defined in -node_modules/@types/react/index.d.ts:1728 +node_modules/@types/react/index.d.ts:1733 ___ @@ -678,7 +677,7 @@ HTMLFormProps.aria-disabled #### Defined in -node_modules/@types/react/index.d.ts:1733 +node_modules/@types/react/index.d.ts:1738 ___ @@ -698,7 +697,7 @@ HTMLFormProps.aria-dropeffect #### Defined in -node_modules/@types/react/index.d.ts:1738 +node_modules/@types/react/index.d.ts:1743 ___ @@ -719,7 +718,7 @@ HTMLFormProps.aria-errormessage #### Defined in -node_modules/@types/react/index.d.ts:1743 +node_modules/@types/react/index.d.ts:1748 ___ @@ -735,7 +734,7 @@ HTMLFormProps.aria-expanded #### Defined in -node_modules/@types/react/index.d.ts:1745 +node_modules/@types/react/index.d.ts:1750 ___ @@ -752,7 +751,7 @@ HTMLFormProps.aria-flowto #### Defined in -node_modules/@types/react/index.d.ts:1750 +node_modules/@types/react/index.d.ts:1755 ___ @@ -772,7 +771,7 @@ HTMLFormProps.aria-grabbed #### Defined in -node_modules/@types/react/index.d.ts:1755 +node_modules/@types/react/index.d.ts:1760 ___ @@ -788,7 +787,7 @@ HTMLFormProps.aria-haspopup #### Defined in -node_modules/@types/react/index.d.ts:1757 +node_modules/@types/react/index.d.ts:1762 ___ @@ -808,7 +807,7 @@ HTMLFormProps.aria-hidden #### Defined in -node_modules/@types/react/index.d.ts:1762 +node_modules/@types/react/index.d.ts:1767 ___ @@ -828,7 +827,7 @@ HTMLFormProps.aria-invalid #### Defined in -node_modules/@types/react/index.d.ts:1767 +node_modules/@types/react/index.d.ts:1772 ___ @@ -844,7 +843,7 @@ HTMLFormProps.aria-keyshortcuts #### Defined in -node_modules/@types/react/index.d.ts:1769 +node_modules/@types/react/index.d.ts:1774 ___ @@ -864,7 +863,7 @@ HTMLFormProps.aria-label #### Defined in -node_modules/@types/react/index.d.ts:1774 +node_modules/@types/react/index.d.ts:1779 ___ @@ -884,7 +883,7 @@ HTMLFormProps.aria-labelledby #### Defined in -node_modules/@types/react/index.d.ts:1779 +node_modules/@types/react/index.d.ts:1784 ___ @@ -900,7 +899,7 @@ HTMLFormProps.aria-level #### Defined in -node_modules/@types/react/index.d.ts:1781 +node_modules/@types/react/index.d.ts:1786 ___ @@ -916,7 +915,7 @@ HTMLFormProps.aria-live #### Defined in -node_modules/@types/react/index.d.ts:1783 +node_modules/@types/react/index.d.ts:1788 ___ @@ -932,7 +931,7 @@ HTMLFormProps.aria-modal #### Defined in -node_modules/@types/react/index.d.ts:1785 +node_modules/@types/react/index.d.ts:1790 ___ @@ -948,7 +947,7 @@ HTMLFormProps.aria-multiline #### Defined in -node_modules/@types/react/index.d.ts:1787 +node_modules/@types/react/index.d.ts:1792 ___ @@ -964,7 +963,7 @@ HTMLFormProps.aria-multiselectable #### Defined in -node_modules/@types/react/index.d.ts:1789 +node_modules/@types/react/index.d.ts:1794 ___ @@ -980,7 +979,7 @@ HTMLFormProps.aria-orientation #### Defined in -node_modules/@types/react/index.d.ts:1791 +node_modules/@types/react/index.d.ts:1796 ___ @@ -1001,7 +1000,7 @@ HTMLFormProps.aria-owns #### Defined in -node_modules/@types/react/index.d.ts:1797 +node_modules/@types/react/index.d.ts:1802 ___ @@ -1018,7 +1017,7 @@ HTMLFormProps.aria-placeholder #### Defined in -node_modules/@types/react/index.d.ts:1802 +node_modules/@types/react/index.d.ts:1807 ___ @@ -1038,7 +1037,7 @@ HTMLFormProps.aria-posinset #### Defined in -node_modules/@types/react/index.d.ts:1807 +node_modules/@types/react/index.d.ts:1812 ___ @@ -1059,7 +1058,7 @@ HTMLFormProps.aria-pressed #### Defined in -node_modules/@types/react/index.d.ts:1812 +node_modules/@types/react/index.d.ts:1817 ___ @@ -1079,7 +1078,7 @@ HTMLFormProps.aria-readonly #### Defined in -node_modules/@types/react/index.d.ts:1817 +node_modules/@types/react/index.d.ts:1822 ___ @@ -1099,7 +1098,7 @@ HTMLFormProps.aria-relevant #### Defined in -node_modules/@types/react/index.d.ts:1822 +node_modules/@types/react/index.d.ts:1827 ___ @@ -1115,7 +1114,7 @@ HTMLFormProps.aria-required #### Defined in -node_modules/@types/react/index.d.ts:1835 +node_modules/@types/react/index.d.ts:1840 ___ @@ -1131,7 +1130,7 @@ HTMLFormProps.aria-roledescription #### Defined in -node_modules/@types/react/index.d.ts:1837 +node_modules/@types/react/index.d.ts:1842 ___ @@ -1151,7 +1150,7 @@ HTMLFormProps.aria-rowcount #### Defined in -node_modules/@types/react/index.d.ts:1842 +node_modules/@types/react/index.d.ts:1847 ___ @@ -1172,7 +1171,7 @@ HTMLFormProps.aria-rowindex #### Defined in -node_modules/@types/react/index.d.ts:1847 +node_modules/@types/react/index.d.ts:1852 ___ @@ -1192,7 +1191,7 @@ HTMLFormProps.aria-rowindextext #### Defined in -node_modules/@types/react/index.d.ts:1852 +node_modules/@types/react/index.d.ts:1857 ___ @@ -1213,7 +1212,7 @@ HTMLFormProps.aria-rowspan #### Defined in -node_modules/@types/react/index.d.ts:1857 +node_modules/@types/react/index.d.ts:1862 ___ @@ -1234,7 +1233,7 @@ HTMLFormProps.aria-selected #### Defined in -node_modules/@types/react/index.d.ts:1862 +node_modules/@types/react/index.d.ts:1867 ___ @@ -1254,7 +1253,7 @@ HTMLFormProps.aria-setsize #### Defined in -node_modules/@types/react/index.d.ts:1867 +node_modules/@types/react/index.d.ts:1872 ___ @@ -1270,7 +1269,7 @@ HTMLFormProps.aria-sort #### Defined in -node_modules/@types/react/index.d.ts:1869 +node_modules/@types/react/index.d.ts:1874 ___ @@ -1286,7 +1285,7 @@ HTMLFormProps.aria-valuemax #### Defined in -node_modules/@types/react/index.d.ts:1871 +node_modules/@types/react/index.d.ts:1876 ___ @@ -1302,7 +1301,7 @@ HTMLFormProps.aria-valuemin #### Defined in -node_modules/@types/react/index.d.ts:1873 +node_modules/@types/react/index.d.ts:1878 ___ @@ -1322,7 +1321,7 @@ HTMLFormProps.aria-valuenow #### Defined in -node_modules/@types/react/index.d.ts:1878 +node_modules/@types/react/index.d.ts:1883 ___ @@ -1338,7 +1337,7 @@ HTMLFormProps.aria-valuetext #### Defined in -node_modules/@types/react/index.d.ts:1880 +node_modules/@types/react/index.d.ts:1885 ___ @@ -1352,7 +1351,7 @@ HTMLFormProps.autoCapitalize #### Defined in -node_modules/@types/react/index.d.ts:2003 +node_modules/@types/react/index.d.ts:2007 ___ @@ -1366,7 +1365,7 @@ HTMLFormProps.autoComplete #### Defined in -node_modules/@types/react/index.d.ts:2277 +node_modules/@types/react/index.d.ts:2282 ___ @@ -1380,7 +1379,7 @@ HTMLFormProps.autoCorrect #### Defined in -node_modules/@types/react/index.d.ts:2004 +node_modules/@types/react/index.d.ts:2008 ___ @@ -1394,7 +1393,7 @@ HTMLFormProps.autoFocus #### Defined in -node_modules/@types/react/index.d.ts:1965 +node_modules/@types/react/index.d.ts:1970 ___ @@ -1408,7 +1407,7 @@ HTMLFormProps.autoSave #### Defined in -node_modules/@types/react/index.d.ts:2005 +node_modules/@types/react/index.d.ts:2009 ___ @@ -1440,7 +1439,7 @@ HTMLFormProps.className #### Defined in -node_modules/@types/react/index.d.ts:1966 +node_modules/@types/react/index.d.ts:1971 ___ @@ -1454,7 +1453,7 @@ HTMLFormProps.color #### Defined in -node_modules/@types/react/index.d.ts:2006 +node_modules/@types/react/index.d.ts:2010 ___ @@ -1468,7 +1467,7 @@ HTMLFormProps.content #### Defined in -node_modules/@types/react/index.d.ts:1991 +node_modules/@types/react/index.d.ts:1995 ___ @@ -1482,7 +1481,7 @@ HTMLFormProps.contentEditable #### Defined in -node_modules/@types/react/index.d.ts:1967 +node_modules/@types/react/index.d.ts:1972 ___ @@ -1496,7 +1495,7 @@ HTMLFormProps.contextMenu #### Defined in -node_modules/@types/react/index.d.ts:1968 +node_modules/@types/react/index.d.ts:1973 ___ @@ -1516,7 +1515,7 @@ HTMLFormProps.dangerouslySetInnerHTML #### Defined in -node_modules/@types/react/index.d.ts:1447 +node_modules/@types/react/index.d.ts:1452 ___ @@ -1530,7 +1529,7 @@ HTMLFormProps.datatype #### Defined in -node_modules/@types/react/index.d.ts:1992 +node_modules/@types/react/index.d.ts:1996 ___ @@ -1544,7 +1543,7 @@ HTMLFormProps.defaultChecked #### Defined in -node_modules/@types/react/index.d.ts:1958 +node_modules/@types/react/index.d.ts:1963 ___ @@ -1558,7 +1557,7 @@ HTMLFormProps.defaultValue #### Defined in -node_modules/@types/react/index.d.ts:1959 +node_modules/@types/react/index.d.ts:1964 ___ @@ -1572,7 +1571,7 @@ HTMLFormProps.dir #### Defined in -node_modules/@types/react/index.d.ts:1969 +node_modules/@types/react/index.d.ts:1974 ___ @@ -1586,7 +1585,7 @@ HTMLFormProps.draggable #### Defined in -node_modules/@types/react/index.d.ts:1970 +node_modules/@types/react/index.d.ts:1975 ___ @@ -1600,7 +1599,7 @@ HTMLFormProps.encType #### Defined in -node_modules/@types/react/index.d.ts:2278 +node_modules/@types/react/index.d.ts:2283 ___ @@ -1614,7 +1613,7 @@ HTMLFormProps.hidden #### Defined in -node_modules/@types/react/index.d.ts:1971 +node_modules/@types/react/index.d.ts:1976 ___ @@ -1628,7 +1627,7 @@ HTMLFormProps.id #### Defined in -node_modules/@types/react/index.d.ts:1972 +node_modules/@types/react/index.d.ts:1977 ___ @@ -1642,7 +1641,7 @@ HTMLFormProps.inlist #### Defined in -node_modules/@types/react/index.d.ts:1993 +node_modules/@types/react/index.d.ts:1997 ___ @@ -1662,7 +1661,7 @@ HTMLFormProps.inputMode #### Defined in -node_modules/@types/react/index.d.ts:2021 +node_modules/@types/react/index.d.ts:2025 ___ @@ -1682,7 +1681,7 @@ HTMLFormProps.is #### Defined in -node_modules/@types/react/index.d.ts:2026 +node_modules/@types/react/index.d.ts:2030 ___ @@ -1696,7 +1695,7 @@ HTMLFormProps.itemID #### Defined in -node_modules/@types/react/index.d.ts:2010 +node_modules/@types/react/index.d.ts:2014 ___ @@ -1710,7 +1709,7 @@ HTMLFormProps.itemProp #### Defined in -node_modules/@types/react/index.d.ts:2007 +node_modules/@types/react/index.d.ts:2011 ___ @@ -1724,7 +1723,7 @@ HTMLFormProps.itemRef #### Defined in -node_modules/@types/react/index.d.ts:2011 +node_modules/@types/react/index.d.ts:2015 ___ @@ -1738,7 +1737,7 @@ HTMLFormProps.itemScope #### Defined in -node_modules/@types/react/index.d.ts:2008 +node_modules/@types/react/index.d.ts:2012 ___ @@ -1752,7 +1751,7 @@ HTMLFormProps.itemType #### Defined in -node_modules/@types/react/index.d.ts:2009 +node_modules/@types/react/index.d.ts:2013 ___ @@ -1766,7 +1765,7 @@ HTMLFormProps.key #### Defined in -node_modules/@types/react/index.d.ts:111 +node_modules/@types/react/index.d.ts:109 ___ @@ -1780,7 +1779,7 @@ HTMLFormProps.lang #### Defined in -node_modules/@types/react/index.d.ts:1973 +node_modules/@types/react/index.d.ts:1978 ___ @@ -1794,7 +1793,7 @@ HTMLFormProps.method #### Defined in -node_modules/@types/react/index.d.ts:2279 +node_modules/@types/react/index.d.ts:2284 ___ @@ -1808,7 +1807,7 @@ HTMLFormProps.name #### Defined in -node_modules/@types/react/index.d.ts:2280 +node_modules/@types/react/index.d.ts:2285 ___ @@ -1822,7 +1821,7 @@ HTMLFormProps.noValidate #### Defined in -node_modules/@types/react/index.d.ts:2281 +node_modules/@types/react/index.d.ts:2286 ___ @@ -1836,7 +1835,7 @@ HTMLFormProps.nonce #### Defined in -node_modules/@types/react/index.d.ts:1974 +node_modules/@types/react/index.d.ts:1979 ___ @@ -1850,7 +1849,7 @@ HTMLFormProps.onAbort #### Defined in -node_modules/@types/react/index.d.ts:1506 +node_modules/@types/react/index.d.ts:1511 ___ @@ -1864,7 +1863,7 @@ HTMLFormProps.onAbortCapture #### Defined in -node_modules/@types/react/index.d.ts:1507 +node_modules/@types/react/index.d.ts:1512 ___ @@ -1878,7 +1877,7 @@ HTMLFormProps.onAnimationEnd #### Defined in -node_modules/@types/react/index.d.ts:1638 +node_modules/@types/react/index.d.ts:1643 ___ @@ -1892,7 +1891,7 @@ HTMLFormProps.onAnimationEndCapture #### Defined in -node_modules/@types/react/index.d.ts:1639 +node_modules/@types/react/index.d.ts:1644 ___ @@ -1906,7 +1905,7 @@ HTMLFormProps.onAnimationIteration #### Defined in -node_modules/@types/react/index.d.ts:1640 +node_modules/@types/react/index.d.ts:1645 ___ @@ -1920,7 +1919,7 @@ HTMLFormProps.onAnimationIterationCapture #### Defined in -node_modules/@types/react/index.d.ts:1641 +node_modules/@types/react/index.d.ts:1646 ___ @@ -1934,7 +1933,7 @@ HTMLFormProps.onAnimationStart #### Defined in -node_modules/@types/react/index.d.ts:1636 +node_modules/@types/react/index.d.ts:1641 ___ @@ -1948,7 +1947,7 @@ HTMLFormProps.onAnimationStartCapture #### Defined in -node_modules/@types/react/index.d.ts:1637 +node_modules/@types/react/index.d.ts:1642 ___ @@ -1962,7 +1961,7 @@ HTMLFormProps.onAuxClick #### Defined in -node_modules/@types/react/index.d.ts:1554 +node_modules/@types/react/index.d.ts:1559 ___ @@ -1976,7 +1975,7 @@ HTMLFormProps.onAuxClickCapture #### Defined in -node_modules/@types/react/index.d.ts:1555 +node_modules/@types/react/index.d.ts:1560 ___ @@ -1990,7 +1989,7 @@ HTMLFormProps.onBeforeInput #### Defined in -node_modules/@types/react/index.d.ts:1478 +node_modules/@types/react/index.d.ts:1483 ___ @@ -2004,7 +2003,7 @@ HTMLFormProps.onBeforeInputCapture #### Defined in -node_modules/@types/react/index.d.ts:1479 +node_modules/@types/react/index.d.ts:1484 ___ @@ -2018,7 +2017,7 @@ HTMLFormProps.onBlur #### Defined in -node_modules/@types/react/index.d.ts:1472 +node_modules/@types/react/index.d.ts:1477 ___ @@ -2032,7 +2031,7 @@ HTMLFormProps.onBlurCapture #### Defined in -node_modules/@types/react/index.d.ts:1473 +node_modules/@types/react/index.d.ts:1478 ___ @@ -2046,7 +2045,7 @@ HTMLFormProps.onCanPlay #### Defined in -node_modules/@types/react/index.d.ts:1508 +node_modules/@types/react/index.d.ts:1513 ___ @@ -2060,7 +2059,7 @@ HTMLFormProps.onCanPlayCapture #### Defined in -node_modules/@types/react/index.d.ts:1509 +node_modules/@types/react/index.d.ts:1514 ___ @@ -2074,7 +2073,7 @@ HTMLFormProps.onCanPlayThrough #### Defined in -node_modules/@types/react/index.d.ts:1510 +node_modules/@types/react/index.d.ts:1515 ___ @@ -2088,7 +2087,7 @@ HTMLFormProps.onCanPlayThroughCapture #### Defined in -node_modules/@types/react/index.d.ts:1511 +node_modules/@types/react/index.d.ts:1516 ___ @@ -2102,7 +2101,7 @@ HTMLFormProps.onChange #### Defined in -node_modules/@types/react/index.d.ts:1476 +node_modules/@types/react/index.d.ts:1481 ___ @@ -2116,7 +2115,7 @@ HTMLFormProps.onChangeCapture #### Defined in -node_modules/@types/react/index.d.ts:1477 +node_modules/@types/react/index.d.ts:1482 ___ @@ -2130,7 +2129,7 @@ HTMLFormProps.onClick #### Defined in -node_modules/@types/react/index.d.ts:1556 +node_modules/@types/react/index.d.ts:1561 ___ @@ -2144,7 +2143,7 @@ HTMLFormProps.onClickCapture #### Defined in -node_modules/@types/react/index.d.ts:1557 +node_modules/@types/react/index.d.ts:1562 ___ @@ -2158,7 +2157,7 @@ HTMLFormProps.onCompositionEnd #### Defined in -node_modules/@types/react/index.d.ts:1462 +node_modules/@types/react/index.d.ts:1467 ___ @@ -2172,7 +2171,7 @@ HTMLFormProps.onCompositionEndCapture #### Defined in -node_modules/@types/react/index.d.ts:1463 +node_modules/@types/react/index.d.ts:1468 ___ @@ -2186,7 +2185,7 @@ HTMLFormProps.onCompositionStart #### Defined in -node_modules/@types/react/index.d.ts:1464 +node_modules/@types/react/index.d.ts:1469 ___ @@ -2200,7 +2199,7 @@ HTMLFormProps.onCompositionStartCapture #### Defined in -node_modules/@types/react/index.d.ts:1465 +node_modules/@types/react/index.d.ts:1470 ___ @@ -2214,7 +2213,7 @@ HTMLFormProps.onCompositionUpdate #### Defined in -node_modules/@types/react/index.d.ts:1466 +node_modules/@types/react/index.d.ts:1471 ___ @@ -2228,7 +2227,7 @@ HTMLFormProps.onCompositionUpdateCapture #### Defined in -node_modules/@types/react/index.d.ts:1467 +node_modules/@types/react/index.d.ts:1472 ___ @@ -2242,7 +2241,7 @@ HTMLFormProps.onContextMenu #### Defined in -node_modules/@types/react/index.d.ts:1558 +node_modules/@types/react/index.d.ts:1563 ___ @@ -2256,7 +2255,7 @@ HTMLFormProps.onContextMenuCapture #### Defined in -node_modules/@types/react/index.d.ts:1559 +node_modules/@types/react/index.d.ts:1564 ___ @@ -2270,7 +2269,7 @@ HTMLFormProps.onCopy #### Defined in -node_modules/@types/react/index.d.ts:1454 +node_modules/@types/react/index.d.ts:1459 ___ @@ -2284,7 +2283,7 @@ HTMLFormProps.onCopyCapture #### Defined in -node_modules/@types/react/index.d.ts:1455 +node_modules/@types/react/index.d.ts:1460 ___ @@ -2298,7 +2297,7 @@ HTMLFormProps.onCut #### Defined in -node_modules/@types/react/index.d.ts:1456 +node_modules/@types/react/index.d.ts:1461 ___ @@ -2312,7 +2311,7 @@ HTMLFormProps.onCutCapture #### Defined in -node_modules/@types/react/index.d.ts:1457 +node_modules/@types/react/index.d.ts:1462 ___ @@ -2326,7 +2325,7 @@ HTMLFormProps.onDoubleClick #### Defined in -node_modules/@types/react/index.d.ts:1560 +node_modules/@types/react/index.d.ts:1565 ___ @@ -2340,7 +2339,7 @@ HTMLFormProps.onDoubleClickCapture #### Defined in -node_modules/@types/react/index.d.ts:1561 +node_modules/@types/react/index.d.ts:1566 ___ @@ -2354,7 +2353,7 @@ HTMLFormProps.onDrag #### Defined in -node_modules/@types/react/index.d.ts:1562 +node_modules/@types/react/index.d.ts:1567 ___ @@ -2368,7 +2367,7 @@ HTMLFormProps.onDragCapture #### Defined in -node_modules/@types/react/index.d.ts:1563 +node_modules/@types/react/index.d.ts:1568 ___ @@ -2382,7 +2381,7 @@ HTMLFormProps.onDragEnd #### Defined in -node_modules/@types/react/index.d.ts:1564 +node_modules/@types/react/index.d.ts:1569 ___ @@ -2396,7 +2395,7 @@ HTMLFormProps.onDragEndCapture #### Defined in -node_modules/@types/react/index.d.ts:1565 +node_modules/@types/react/index.d.ts:1570 ___ @@ -2410,7 +2409,7 @@ HTMLFormProps.onDragEnter #### Defined in -node_modules/@types/react/index.d.ts:1566 +node_modules/@types/react/index.d.ts:1571 ___ @@ -2424,7 +2423,7 @@ HTMLFormProps.onDragEnterCapture #### Defined in -node_modules/@types/react/index.d.ts:1567 +node_modules/@types/react/index.d.ts:1572 ___ @@ -2438,7 +2437,7 @@ HTMLFormProps.onDragExit #### Defined in -node_modules/@types/react/index.d.ts:1568 +node_modules/@types/react/index.d.ts:1573 ___ @@ -2452,7 +2451,7 @@ HTMLFormProps.onDragExitCapture #### Defined in -node_modules/@types/react/index.d.ts:1569 +node_modules/@types/react/index.d.ts:1574 ___ @@ -2466,7 +2465,7 @@ HTMLFormProps.onDragLeave #### Defined in -node_modules/@types/react/index.d.ts:1570 +node_modules/@types/react/index.d.ts:1575 ___ @@ -2480,7 +2479,7 @@ HTMLFormProps.onDragLeaveCapture #### Defined in -node_modules/@types/react/index.d.ts:1571 +node_modules/@types/react/index.d.ts:1576 ___ @@ -2494,7 +2493,7 @@ HTMLFormProps.onDragOver #### Defined in -node_modules/@types/react/index.d.ts:1572 +node_modules/@types/react/index.d.ts:1577 ___ @@ -2508,7 +2507,7 @@ HTMLFormProps.onDragOverCapture #### Defined in -node_modules/@types/react/index.d.ts:1573 +node_modules/@types/react/index.d.ts:1578 ___ @@ -2522,7 +2521,7 @@ HTMLFormProps.onDragStart #### Defined in -node_modules/@types/react/index.d.ts:1574 +node_modules/@types/react/index.d.ts:1579 ___ @@ -2536,7 +2535,7 @@ HTMLFormProps.onDragStartCapture #### Defined in -node_modules/@types/react/index.d.ts:1575 +node_modules/@types/react/index.d.ts:1580 ___ @@ -2550,7 +2549,7 @@ HTMLFormProps.onDrop #### Defined in -node_modules/@types/react/index.d.ts:1576 +node_modules/@types/react/index.d.ts:1581 ___ @@ -2564,7 +2563,7 @@ HTMLFormProps.onDropCapture #### Defined in -node_modules/@types/react/index.d.ts:1577 +node_modules/@types/react/index.d.ts:1582 ___ @@ -2578,7 +2577,7 @@ HTMLFormProps.onDurationChange #### Defined in -node_modules/@types/react/index.d.ts:1512 +node_modules/@types/react/index.d.ts:1517 ___ @@ -2592,7 +2591,7 @@ HTMLFormProps.onDurationChangeCapture #### Defined in -node_modules/@types/react/index.d.ts:1513 +node_modules/@types/react/index.d.ts:1518 ___ @@ -2606,7 +2605,7 @@ HTMLFormProps.onEmptied #### Defined in -node_modules/@types/react/index.d.ts:1514 +node_modules/@types/react/index.d.ts:1519 ___ @@ -2620,7 +2619,7 @@ HTMLFormProps.onEmptiedCapture #### Defined in -node_modules/@types/react/index.d.ts:1515 +node_modules/@types/react/index.d.ts:1520 ___ @@ -2634,7 +2633,7 @@ HTMLFormProps.onEncrypted #### Defined in -node_modules/@types/react/index.d.ts:1516 +node_modules/@types/react/index.d.ts:1521 ___ @@ -2648,7 +2647,7 @@ HTMLFormProps.onEncryptedCapture #### Defined in -node_modules/@types/react/index.d.ts:1517 +node_modules/@types/react/index.d.ts:1522 ___ @@ -2662,7 +2661,7 @@ HTMLFormProps.onEnded #### Defined in -node_modules/@types/react/index.d.ts:1518 +node_modules/@types/react/index.d.ts:1523 ___ @@ -2676,7 +2675,7 @@ HTMLFormProps.onEndedCapture #### Defined in -node_modules/@types/react/index.d.ts:1519 +node_modules/@types/react/index.d.ts:1524 ___ @@ -2690,7 +2689,7 @@ HTMLFormProps.onError #### Defined in -node_modules/@types/react/index.d.ts:1492 +node_modules/@types/react/index.d.ts:1497 ___ @@ -2704,7 +2703,7 @@ HTMLFormProps.onErrorCapture #### Defined in -node_modules/@types/react/index.d.ts:1493 +node_modules/@types/react/index.d.ts:1498 ___ @@ -2718,7 +2717,7 @@ HTMLFormProps.onFocus #### Defined in -node_modules/@types/react/index.d.ts:1470 +node_modules/@types/react/index.d.ts:1475 ___ @@ -2732,7 +2731,7 @@ HTMLFormProps.onFocusCapture #### Defined in -node_modules/@types/react/index.d.ts:1471 +node_modules/@types/react/index.d.ts:1476 ___ @@ -2746,7 +2745,7 @@ HTMLFormProps.onGotPointerCapture #### Defined in -node_modules/@types/react/index.d.ts:1622 +node_modules/@types/react/index.d.ts:1627 ___ @@ -2760,7 +2759,7 @@ HTMLFormProps.onGotPointerCaptureCapture #### Defined in -node_modules/@types/react/index.d.ts:1623 +node_modules/@types/react/index.d.ts:1628 ___ @@ -2774,7 +2773,7 @@ HTMLFormProps.onInput #### Defined in -node_modules/@types/react/index.d.ts:1480 +node_modules/@types/react/index.d.ts:1485 ___ @@ -2788,7 +2787,7 @@ HTMLFormProps.onInputCapture #### Defined in -node_modules/@types/react/index.d.ts:1481 +node_modules/@types/react/index.d.ts:1486 ___ @@ -2802,7 +2801,7 @@ HTMLFormProps.onInvalid #### Defined in -node_modules/@types/react/index.d.ts:1486 +node_modules/@types/react/index.d.ts:1491 ___ @@ -2816,7 +2815,7 @@ HTMLFormProps.onInvalidCapture #### Defined in -node_modules/@types/react/index.d.ts:1487 +node_modules/@types/react/index.d.ts:1492 ___ @@ -2830,7 +2829,7 @@ HTMLFormProps.onKeyDown #### Defined in -node_modules/@types/react/index.d.ts:1496 +node_modules/@types/react/index.d.ts:1501 ___ @@ -2844,7 +2843,7 @@ HTMLFormProps.onKeyDownCapture #### Defined in -node_modules/@types/react/index.d.ts:1497 +node_modules/@types/react/index.d.ts:1502 ___ @@ -2860,7 +2859,7 @@ HTMLFormProps.onKeyPress #### Defined in -node_modules/@types/react/index.d.ts:1499 +node_modules/@types/react/index.d.ts:1504 ___ @@ -2876,7 +2875,7 @@ HTMLFormProps.onKeyPressCapture #### Defined in -node_modules/@types/react/index.d.ts:1501 +node_modules/@types/react/index.d.ts:1506 ___ @@ -2890,7 +2889,7 @@ HTMLFormProps.onKeyUp #### Defined in -node_modules/@types/react/index.d.ts:1502 +node_modules/@types/react/index.d.ts:1507 ___ @@ -2904,7 +2903,7 @@ HTMLFormProps.onKeyUpCapture #### Defined in -node_modules/@types/react/index.d.ts:1503 +node_modules/@types/react/index.d.ts:1508 ___ @@ -2918,7 +2917,7 @@ HTMLFormProps.onLoad #### Defined in -node_modules/@types/react/index.d.ts:1490 +node_modules/@types/react/index.d.ts:1495 ___ @@ -2932,7 +2931,7 @@ HTMLFormProps.onLoadCapture #### Defined in -node_modules/@types/react/index.d.ts:1491 +node_modules/@types/react/index.d.ts:1496 ___ @@ -2946,7 +2945,7 @@ HTMLFormProps.onLoadStart #### Defined in -node_modules/@types/react/index.d.ts:1524 +node_modules/@types/react/index.d.ts:1529 ___ @@ -2960,7 +2959,7 @@ HTMLFormProps.onLoadStartCapture #### Defined in -node_modules/@types/react/index.d.ts:1525 +node_modules/@types/react/index.d.ts:1530 ___ @@ -2974,7 +2973,7 @@ HTMLFormProps.onLoadedData #### Defined in -node_modules/@types/react/index.d.ts:1520 +node_modules/@types/react/index.d.ts:1525 ___ @@ -2988,7 +2987,7 @@ HTMLFormProps.onLoadedDataCapture #### Defined in -node_modules/@types/react/index.d.ts:1521 +node_modules/@types/react/index.d.ts:1526 ___ @@ -3002,7 +3001,7 @@ HTMLFormProps.onLoadedMetadata #### Defined in -node_modules/@types/react/index.d.ts:1522 +node_modules/@types/react/index.d.ts:1527 ___ @@ -3016,7 +3015,7 @@ HTMLFormProps.onLoadedMetadataCapture #### Defined in -node_modules/@types/react/index.d.ts:1523 +node_modules/@types/react/index.d.ts:1528 ___ @@ -3030,7 +3029,7 @@ HTMLFormProps.onLostPointerCapture #### Defined in -node_modules/@types/react/index.d.ts:1624 +node_modules/@types/react/index.d.ts:1629 ___ @@ -3044,7 +3043,7 @@ HTMLFormProps.onLostPointerCaptureCapture #### Defined in -node_modules/@types/react/index.d.ts:1625 +node_modules/@types/react/index.d.ts:1630 ___ @@ -3058,7 +3057,7 @@ HTMLFormProps.onMouseDown #### Defined in -node_modules/@types/react/index.d.ts:1578 +node_modules/@types/react/index.d.ts:1583 ___ @@ -3072,7 +3071,7 @@ HTMLFormProps.onMouseDownCapture #### Defined in -node_modules/@types/react/index.d.ts:1579 +node_modules/@types/react/index.d.ts:1584 ___ @@ -3086,7 +3085,7 @@ HTMLFormProps.onMouseEnter #### Defined in -node_modules/@types/react/index.d.ts:1580 +node_modules/@types/react/index.d.ts:1585 ___ @@ -3100,7 +3099,7 @@ HTMLFormProps.onMouseLeave #### Defined in -node_modules/@types/react/index.d.ts:1581 +node_modules/@types/react/index.d.ts:1586 ___ @@ -3114,7 +3113,7 @@ HTMLFormProps.onMouseMove #### Defined in -node_modules/@types/react/index.d.ts:1582 +node_modules/@types/react/index.d.ts:1587 ___ @@ -3128,7 +3127,7 @@ HTMLFormProps.onMouseMoveCapture #### Defined in -node_modules/@types/react/index.d.ts:1583 +node_modules/@types/react/index.d.ts:1588 ___ @@ -3142,7 +3141,7 @@ HTMLFormProps.onMouseOut #### Defined in -node_modules/@types/react/index.d.ts:1584 +node_modules/@types/react/index.d.ts:1589 ___ @@ -3156,7 +3155,7 @@ HTMLFormProps.onMouseOutCapture #### Defined in -node_modules/@types/react/index.d.ts:1585 +node_modules/@types/react/index.d.ts:1590 ___ @@ -3170,7 +3169,7 @@ HTMLFormProps.onMouseOver #### Defined in -node_modules/@types/react/index.d.ts:1586 +node_modules/@types/react/index.d.ts:1591 ___ @@ -3184,7 +3183,7 @@ HTMLFormProps.onMouseOverCapture #### Defined in -node_modules/@types/react/index.d.ts:1587 +node_modules/@types/react/index.d.ts:1592 ___ @@ -3198,7 +3197,7 @@ HTMLFormProps.onMouseUp #### Defined in -node_modules/@types/react/index.d.ts:1588 +node_modules/@types/react/index.d.ts:1593 ___ @@ -3212,7 +3211,7 @@ HTMLFormProps.onMouseUpCapture #### Defined in -node_modules/@types/react/index.d.ts:1589 +node_modules/@types/react/index.d.ts:1594 ___ @@ -3226,7 +3225,7 @@ HTMLFormProps.onPaste #### Defined in -node_modules/@types/react/index.d.ts:1458 +node_modules/@types/react/index.d.ts:1463 ___ @@ -3240,7 +3239,7 @@ HTMLFormProps.onPasteCapture #### Defined in -node_modules/@types/react/index.d.ts:1459 +node_modules/@types/react/index.d.ts:1464 ___ @@ -3254,7 +3253,7 @@ HTMLFormProps.onPause #### Defined in -node_modules/@types/react/index.d.ts:1526 +node_modules/@types/react/index.d.ts:1531 ___ @@ -3268,7 +3267,7 @@ HTMLFormProps.onPauseCapture #### Defined in -node_modules/@types/react/index.d.ts:1527 +node_modules/@types/react/index.d.ts:1532 ___ @@ -3282,7 +3281,7 @@ HTMLFormProps.onPlay #### Defined in -node_modules/@types/react/index.d.ts:1528 +node_modules/@types/react/index.d.ts:1533 ___ @@ -3296,7 +3295,7 @@ HTMLFormProps.onPlayCapture #### Defined in -node_modules/@types/react/index.d.ts:1529 +node_modules/@types/react/index.d.ts:1534 ___ @@ -3310,7 +3309,7 @@ HTMLFormProps.onPlaying #### Defined in -node_modules/@types/react/index.d.ts:1530 +node_modules/@types/react/index.d.ts:1535 ___ @@ -3324,7 +3323,7 @@ HTMLFormProps.onPlayingCapture #### Defined in -node_modules/@types/react/index.d.ts:1531 +node_modules/@types/react/index.d.ts:1536 ___ @@ -3338,7 +3337,7 @@ HTMLFormProps.onPointerCancel #### Defined in -node_modules/@types/react/index.d.ts:1612 +node_modules/@types/react/index.d.ts:1617 ___ @@ -3352,7 +3351,7 @@ HTMLFormProps.onPointerCancelCapture #### Defined in -node_modules/@types/react/index.d.ts:1613 +node_modules/@types/react/index.d.ts:1618 ___ @@ -3366,7 +3365,7 @@ HTMLFormProps.onPointerDown #### Defined in -node_modules/@types/react/index.d.ts:1606 +node_modules/@types/react/index.d.ts:1611 ___ @@ -3380,7 +3379,7 @@ HTMLFormProps.onPointerDownCapture #### Defined in -node_modules/@types/react/index.d.ts:1607 +node_modules/@types/react/index.d.ts:1612 ___ @@ -3394,7 +3393,7 @@ HTMLFormProps.onPointerEnter #### Defined in -node_modules/@types/react/index.d.ts:1614 +node_modules/@types/react/index.d.ts:1619 ___ @@ -3408,7 +3407,7 @@ HTMLFormProps.onPointerEnterCapture #### Defined in -node_modules/@types/react/index.d.ts:1615 +node_modules/@types/react/index.d.ts:1620 ___ @@ -3422,7 +3421,7 @@ HTMLFormProps.onPointerLeave #### Defined in -node_modules/@types/react/index.d.ts:1616 +node_modules/@types/react/index.d.ts:1621 ___ @@ -3436,7 +3435,7 @@ HTMLFormProps.onPointerLeaveCapture #### Defined in -node_modules/@types/react/index.d.ts:1617 +node_modules/@types/react/index.d.ts:1622 ___ @@ -3450,7 +3449,7 @@ HTMLFormProps.onPointerMove #### Defined in -node_modules/@types/react/index.d.ts:1608 +node_modules/@types/react/index.d.ts:1613 ___ @@ -3464,7 +3463,7 @@ HTMLFormProps.onPointerMoveCapture #### Defined in -node_modules/@types/react/index.d.ts:1609 +node_modules/@types/react/index.d.ts:1614 ___ @@ -3478,7 +3477,7 @@ HTMLFormProps.onPointerOut #### Defined in -node_modules/@types/react/index.d.ts:1620 +node_modules/@types/react/index.d.ts:1625 ___ @@ -3492,7 +3491,7 @@ HTMLFormProps.onPointerOutCapture #### Defined in -node_modules/@types/react/index.d.ts:1621 +node_modules/@types/react/index.d.ts:1626 ___ @@ -3506,7 +3505,7 @@ HTMLFormProps.onPointerOver #### Defined in -node_modules/@types/react/index.d.ts:1618 +node_modules/@types/react/index.d.ts:1623 ___ @@ -3520,7 +3519,7 @@ HTMLFormProps.onPointerOverCapture #### Defined in -node_modules/@types/react/index.d.ts:1619 +node_modules/@types/react/index.d.ts:1624 ___ @@ -3534,7 +3533,7 @@ HTMLFormProps.onPointerUp #### Defined in -node_modules/@types/react/index.d.ts:1610 +node_modules/@types/react/index.d.ts:1615 ___ @@ -3548,7 +3547,7 @@ HTMLFormProps.onPointerUpCapture #### Defined in -node_modules/@types/react/index.d.ts:1611 +node_modules/@types/react/index.d.ts:1616 ___ @@ -3562,7 +3561,7 @@ HTMLFormProps.onProgress #### Defined in -node_modules/@types/react/index.d.ts:1532 +node_modules/@types/react/index.d.ts:1537 ___ @@ -3576,7 +3575,7 @@ HTMLFormProps.onProgressCapture #### Defined in -node_modules/@types/react/index.d.ts:1533 +node_modules/@types/react/index.d.ts:1538 ___ @@ -3590,7 +3589,7 @@ HTMLFormProps.onRateChange #### Defined in -node_modules/@types/react/index.d.ts:1534 +node_modules/@types/react/index.d.ts:1539 ___ @@ -3604,7 +3603,7 @@ HTMLFormProps.onRateChangeCapture #### Defined in -node_modules/@types/react/index.d.ts:1535 +node_modules/@types/react/index.d.ts:1540 ___ @@ -3618,7 +3617,7 @@ HTMLFormProps.onReset #### Defined in -node_modules/@types/react/index.d.ts:1482 +node_modules/@types/react/index.d.ts:1487 ___ @@ -3632,7 +3631,7 @@ HTMLFormProps.onResetCapture #### Defined in -node_modules/@types/react/index.d.ts:1483 +node_modules/@types/react/index.d.ts:1488 ___ @@ -3646,7 +3645,7 @@ HTMLFormProps.onResize #### Defined in -node_modules/@types/react/index.d.ts:1536 +node_modules/@types/react/index.d.ts:1541 ___ @@ -3660,7 +3659,7 @@ HTMLFormProps.onResizeCapture #### Defined in -node_modules/@types/react/index.d.ts:1537 +node_modules/@types/react/index.d.ts:1542 ___ @@ -3674,7 +3673,7 @@ HTMLFormProps.onScroll #### Defined in -node_modules/@types/react/index.d.ts:1628 +node_modules/@types/react/index.d.ts:1633 ___ @@ -3688,7 +3687,7 @@ HTMLFormProps.onScrollCapture #### Defined in -node_modules/@types/react/index.d.ts:1629 +node_modules/@types/react/index.d.ts:1634 ___ @@ -3702,7 +3701,7 @@ HTMLFormProps.onSeeked #### Defined in -node_modules/@types/react/index.d.ts:1538 +node_modules/@types/react/index.d.ts:1543 ___ @@ -3716,7 +3715,7 @@ HTMLFormProps.onSeekedCapture #### Defined in -node_modules/@types/react/index.d.ts:1539 +node_modules/@types/react/index.d.ts:1544 ___ @@ -3730,7 +3729,7 @@ HTMLFormProps.onSeeking #### Defined in -node_modules/@types/react/index.d.ts:1540 +node_modules/@types/react/index.d.ts:1545 ___ @@ -3744,7 +3743,7 @@ HTMLFormProps.onSeekingCapture #### Defined in -node_modules/@types/react/index.d.ts:1541 +node_modules/@types/react/index.d.ts:1546 ___ @@ -3758,7 +3757,7 @@ HTMLFormProps.onSelect #### Defined in -node_modules/@types/react/index.d.ts:1592 +node_modules/@types/react/index.d.ts:1597 ___ @@ -3772,7 +3771,7 @@ HTMLFormProps.onSelectCapture #### Defined in -node_modules/@types/react/index.d.ts:1593 +node_modules/@types/react/index.d.ts:1598 ___ @@ -3786,7 +3785,7 @@ HTMLFormProps.onStalled #### Defined in -node_modules/@types/react/index.d.ts:1542 +node_modules/@types/react/index.d.ts:1547 ___ @@ -3800,7 +3799,7 @@ HTMLFormProps.onStalledCapture #### Defined in -node_modules/@types/react/index.d.ts:1543 +node_modules/@types/react/index.d.ts:1548 ___ @@ -3808,6 +3807,12 @@ ___ • **onSubmit**: (`values`: `T`) => `void` +The function to be called uppon form submision. + +**`Param`** + +the validated values `T` of the form + #### Type declaration ▸ (`values`): `void` @@ -3844,7 +3849,7 @@ HTMLFormProps.onSubmitCapture #### Defined in -node_modules/@types/react/index.d.ts:1485 +node_modules/@types/react/index.d.ts:1490 ___ @@ -3858,7 +3863,7 @@ HTMLFormProps.onSuspend #### Defined in -node_modules/@types/react/index.d.ts:1544 +node_modules/@types/react/index.d.ts:1549 ___ @@ -3872,7 +3877,7 @@ HTMLFormProps.onSuspendCapture #### Defined in -node_modules/@types/react/index.d.ts:1545 +node_modules/@types/react/index.d.ts:1550 ___ @@ -3886,7 +3891,7 @@ HTMLFormProps.onTimeUpdate #### Defined in -node_modules/@types/react/index.d.ts:1546 +node_modules/@types/react/index.d.ts:1551 ___ @@ -3900,7 +3905,7 @@ HTMLFormProps.onTimeUpdateCapture #### Defined in -node_modules/@types/react/index.d.ts:1547 +node_modules/@types/react/index.d.ts:1552 ___ @@ -3914,7 +3919,7 @@ HTMLFormProps.onTouchCancel #### Defined in -node_modules/@types/react/index.d.ts:1596 +node_modules/@types/react/index.d.ts:1601 ___ @@ -3928,7 +3933,7 @@ HTMLFormProps.onTouchCancelCapture #### Defined in -node_modules/@types/react/index.d.ts:1597 +node_modules/@types/react/index.d.ts:1602 ___ @@ -3942,7 +3947,7 @@ HTMLFormProps.onTouchEnd #### Defined in -node_modules/@types/react/index.d.ts:1598 +node_modules/@types/react/index.d.ts:1603 ___ @@ -3956,7 +3961,7 @@ HTMLFormProps.onTouchEndCapture #### Defined in -node_modules/@types/react/index.d.ts:1599 +node_modules/@types/react/index.d.ts:1604 ___ @@ -3970,7 +3975,7 @@ HTMLFormProps.onTouchMove #### Defined in -node_modules/@types/react/index.d.ts:1600 +node_modules/@types/react/index.d.ts:1605 ___ @@ -3984,7 +3989,7 @@ HTMLFormProps.onTouchMoveCapture #### Defined in -node_modules/@types/react/index.d.ts:1601 +node_modules/@types/react/index.d.ts:1606 ___ @@ -3998,7 +4003,7 @@ HTMLFormProps.onTouchStart #### Defined in -node_modules/@types/react/index.d.ts:1602 +node_modules/@types/react/index.d.ts:1607 ___ @@ -4012,7 +4017,7 @@ HTMLFormProps.onTouchStartCapture #### Defined in -node_modules/@types/react/index.d.ts:1603 +node_modules/@types/react/index.d.ts:1608 ___ @@ -4026,7 +4031,7 @@ HTMLFormProps.onTransitionEnd #### Defined in -node_modules/@types/react/index.d.ts:1644 +node_modules/@types/react/index.d.ts:1649 ___ @@ -4040,7 +4045,7 @@ HTMLFormProps.onTransitionEndCapture #### Defined in -node_modules/@types/react/index.d.ts:1645 +node_modules/@types/react/index.d.ts:1650 ___ @@ -4054,7 +4059,7 @@ HTMLFormProps.onVolumeChange #### Defined in -node_modules/@types/react/index.d.ts:1548 +node_modules/@types/react/index.d.ts:1553 ___ @@ -4068,7 +4073,7 @@ HTMLFormProps.onVolumeChangeCapture #### Defined in -node_modules/@types/react/index.d.ts:1549 +node_modules/@types/react/index.d.ts:1554 ___ @@ -4082,7 +4087,7 @@ HTMLFormProps.onWaiting #### Defined in -node_modules/@types/react/index.d.ts:1550 +node_modules/@types/react/index.d.ts:1555 ___ @@ -4096,7 +4101,7 @@ HTMLFormProps.onWaitingCapture #### Defined in -node_modules/@types/react/index.d.ts:1551 +node_modules/@types/react/index.d.ts:1556 ___ @@ -4110,7 +4115,7 @@ HTMLFormProps.onWheel #### Defined in -node_modules/@types/react/index.d.ts:1632 +node_modules/@types/react/index.d.ts:1637 ___ @@ -4124,21 +4129,7 @@ HTMLFormProps.onWheelCapture #### Defined in -node_modules/@types/react/index.d.ts:1633 - -___ - -### placeholder - -• `Optional` **placeholder**: `string` - -#### Inherited from - -HTMLFormProps.placeholder - -#### Defined in - -node_modules/@types/react/index.d.ts:1975 +node_modules/@types/react/index.d.ts:1638 ___ @@ -4152,7 +4143,7 @@ HTMLFormProps.prefix #### Defined in -node_modules/@types/react/index.d.ts:1994 +node_modules/@types/react/index.d.ts:1998 ___ @@ -4166,7 +4157,7 @@ HTMLFormProps.property #### Defined in -node_modules/@types/react/index.d.ts:1995 +node_modules/@types/react/index.d.ts:1999 ___ @@ -4180,7 +4171,7 @@ HTMLFormProps.radioGroup #### Defined in -node_modules/@types/react/index.d.ts:1984 +node_modules/@types/react/index.d.ts:1988 ___ @@ -4201,7 +4192,7 @@ HTMLFormProps.ref #### Defined in -node_modules/@types/react/index.d.ts:127 +node_modules/@types/react/index.d.ts:125 ___ @@ -4215,7 +4206,7 @@ HTMLFormProps.rel #### Defined in -node_modules/@types/react/index.d.ts:1996 +node_modules/@types/react/index.d.ts:2000 ___ @@ -4229,7 +4220,7 @@ HTMLFormProps.resource #### Defined in -node_modules/@types/react/index.d.ts:1997 +node_modules/@types/react/index.d.ts:2001 ___ @@ -4243,7 +4234,7 @@ HTMLFormProps.results #### Defined in -node_modules/@types/react/index.d.ts:2012 +node_modules/@types/react/index.d.ts:2016 ___ @@ -4257,7 +4248,7 @@ HTMLFormProps.rev #### Defined in -node_modules/@types/react/index.d.ts:1998 +node_modules/@types/react/index.d.ts:2002 ___ @@ -4271,7 +4262,7 @@ HTMLFormProps.role #### Defined in -node_modules/@types/react/index.d.ts:1987 +node_modules/@types/react/index.d.ts:1991 ___ @@ -4285,7 +4276,7 @@ HTMLFormProps.security #### Defined in -node_modules/@types/react/index.d.ts:2013 +node_modules/@types/react/index.d.ts:2017 ___ @@ -4299,7 +4290,7 @@ HTMLFormProps.slot #### Defined in -node_modules/@types/react/index.d.ts:1976 +node_modules/@types/react/index.d.ts:1980 ___ @@ -4313,7 +4304,7 @@ HTMLFormProps.spellCheck #### Defined in -node_modules/@types/react/index.d.ts:1977 +node_modules/@types/react/index.d.ts:1981 ___ @@ -4327,7 +4318,7 @@ HTMLFormProps.style #### Defined in -node_modules/@types/react/index.d.ts:1978 +node_modules/@types/react/index.d.ts:1982 ___ @@ -4341,7 +4332,7 @@ HTMLFormProps.suppressContentEditableWarning #### Defined in -node_modules/@types/react/index.d.ts:1960 +node_modules/@types/react/index.d.ts:1965 ___ @@ -4355,7 +4346,7 @@ HTMLFormProps.suppressHydrationWarning #### Defined in -node_modules/@types/react/index.d.ts:1961 +node_modules/@types/react/index.d.ts:1966 ___ @@ -4369,7 +4360,7 @@ HTMLFormProps.tabIndex #### Defined in -node_modules/@types/react/index.d.ts:1979 +node_modules/@types/react/index.d.ts:1983 ___ @@ -4383,7 +4374,7 @@ HTMLFormProps.target #### Defined in -node_modules/@types/react/index.d.ts:2282 +node_modules/@types/react/index.d.ts:2287 ___ @@ -4397,7 +4388,7 @@ HTMLFormProps.title #### Defined in -node_modules/@types/react/index.d.ts:1980 +node_modules/@types/react/index.d.ts:1984 ___ @@ -4411,7 +4402,7 @@ HTMLFormProps.translate #### Defined in -node_modules/@types/react/index.d.ts:1981 +node_modules/@types/react/index.d.ts:1985 ___ @@ -4425,7 +4416,7 @@ HTMLFormProps.typeof #### Defined in -node_modules/@types/react/index.d.ts:1999 +node_modules/@types/react/index.d.ts:2003 ___ @@ -4439,7 +4430,7 @@ HTMLFormProps.unselectable #### Defined in -node_modules/@types/react/index.d.ts:2014 +node_modules/@types/react/index.d.ts:2018 ___ @@ -4491,4 +4482,4 @@ HTMLFormProps.vocab #### Defined in -node_modules/@types/react/index.d.ts:2000 +node_modules/@types/react/index.d.ts:2004 diff --git a/packages/web/docs/interfaces/InputProps.md b/packages/web/docs/interfaces/InputProps.md index ec2ff2d..52dd906 100644 --- a/packages/web/docs/interfaces/InputProps.md +++ b/packages/web/docs/interfaces/InputProps.md @@ -333,7 +333,7 @@ InputHTMLAttributes.about #### Defined in -node_modules/@types/react/index.d.ts:1990 +node_modules/@types/react/index.d.ts:1994 ___ @@ -347,7 +347,7 @@ InputHTMLAttributes.accept #### Defined in -node_modules/@types/react/index.d.ts:2357 +node_modules/@types/react/index.d.ts:2362 ___ @@ -361,7 +361,7 @@ InputHTMLAttributes.accessKey #### Defined in -node_modules/@types/react/index.d.ts:1964 +node_modules/@types/react/index.d.ts:1969 ___ @@ -375,7 +375,7 @@ InputHTMLAttributes.alt #### Defined in -node_modules/@types/react/index.d.ts:2358 +node_modules/@types/react/index.d.ts:2363 ___ @@ -391,7 +391,7 @@ InputHTMLAttributes.aria-activedescendant #### Defined in -node_modules/@types/react/index.d.ts:1662 +node_modules/@types/react/index.d.ts:1667 ___ @@ -407,7 +407,7 @@ InputHTMLAttributes.aria-atomic #### Defined in -node_modules/@types/react/index.d.ts:1664 +node_modules/@types/react/index.d.ts:1669 ___ @@ -424,7 +424,7 @@ InputHTMLAttributes.aria-autocomplete #### Defined in -node_modules/@types/react/index.d.ts:1669 +node_modules/@types/react/index.d.ts:1674 ___ @@ -444,7 +444,7 @@ InputHTMLAttributes.aria-braillelabel #### Defined in -node_modules/@types/react/index.d.ts:1675 +node_modules/@types/react/index.d.ts:1680 ___ @@ -464,7 +464,7 @@ InputHTMLAttributes.aria-brailleroledescription #### Defined in -node_modules/@types/react/index.d.ts:1680 +node_modules/@types/react/index.d.ts:1685 ___ @@ -478,7 +478,7 @@ InputHTMLAttributes.aria-busy #### Defined in -node_modules/@types/react/index.d.ts:1681 +node_modules/@types/react/index.d.ts:1686 ___ @@ -499,7 +499,7 @@ InputHTMLAttributes.aria-checked #### Defined in -node_modules/@types/react/index.d.ts:1686 +node_modules/@types/react/index.d.ts:1691 ___ @@ -519,7 +519,7 @@ InputHTMLAttributes.aria-colcount #### Defined in -node_modules/@types/react/index.d.ts:1691 +node_modules/@types/react/index.d.ts:1696 ___ @@ -540,7 +540,7 @@ InputHTMLAttributes.aria-colindex #### Defined in -node_modules/@types/react/index.d.ts:1696 +node_modules/@types/react/index.d.ts:1701 ___ @@ -560,7 +560,7 @@ InputHTMLAttributes.aria-colindextext #### Defined in -node_modules/@types/react/index.d.ts:1701 +node_modules/@types/react/index.d.ts:1706 ___ @@ -581,7 +581,7 @@ InputHTMLAttributes.aria-colspan #### Defined in -node_modules/@types/react/index.d.ts:1706 +node_modules/@types/react/index.d.ts:1711 ___ @@ -601,7 +601,7 @@ InputHTMLAttributes.aria-controls #### Defined in -node_modules/@types/react/index.d.ts:1711 +node_modules/@types/react/index.d.ts:1716 ___ @@ -617,7 +617,7 @@ InputHTMLAttributes.aria-current #### Defined in -node_modules/@types/react/index.d.ts:1713 +node_modules/@types/react/index.d.ts:1718 ___ @@ -637,7 +637,7 @@ InputHTMLAttributes.aria-describedby #### Defined in -node_modules/@types/react/index.d.ts:1718 +node_modules/@types/react/index.d.ts:1723 ___ @@ -657,7 +657,7 @@ InputHTMLAttributes.aria-description #### Defined in -node_modules/@types/react/index.d.ts:1723 +node_modules/@types/react/index.d.ts:1728 ___ @@ -677,7 +677,7 @@ InputHTMLAttributes.aria-details #### Defined in -node_modules/@types/react/index.d.ts:1728 +node_modules/@types/react/index.d.ts:1733 ___ @@ -698,7 +698,7 @@ InputHTMLAttributes.aria-disabled #### Defined in -node_modules/@types/react/index.d.ts:1733 +node_modules/@types/react/index.d.ts:1738 ___ @@ -718,7 +718,7 @@ InputHTMLAttributes.aria-dropeffect #### Defined in -node_modules/@types/react/index.d.ts:1738 +node_modules/@types/react/index.d.ts:1743 ___ @@ -739,7 +739,7 @@ InputHTMLAttributes.aria-errormessage #### Defined in -node_modules/@types/react/index.d.ts:1743 +node_modules/@types/react/index.d.ts:1748 ___ @@ -755,7 +755,7 @@ InputHTMLAttributes.aria-expanded #### Defined in -node_modules/@types/react/index.d.ts:1745 +node_modules/@types/react/index.d.ts:1750 ___ @@ -772,7 +772,7 @@ InputHTMLAttributes.aria-flowto #### Defined in -node_modules/@types/react/index.d.ts:1750 +node_modules/@types/react/index.d.ts:1755 ___ @@ -792,7 +792,7 @@ InputHTMLAttributes.aria-grabbed #### Defined in -node_modules/@types/react/index.d.ts:1755 +node_modules/@types/react/index.d.ts:1760 ___ @@ -808,7 +808,7 @@ InputHTMLAttributes.aria-haspopup #### Defined in -node_modules/@types/react/index.d.ts:1757 +node_modules/@types/react/index.d.ts:1762 ___ @@ -828,7 +828,7 @@ InputHTMLAttributes.aria-hidden #### Defined in -node_modules/@types/react/index.d.ts:1762 +node_modules/@types/react/index.d.ts:1767 ___ @@ -848,7 +848,7 @@ InputHTMLAttributes.aria-invalid #### Defined in -node_modules/@types/react/index.d.ts:1767 +node_modules/@types/react/index.d.ts:1772 ___ @@ -864,7 +864,7 @@ InputHTMLAttributes.aria-keyshortcuts #### Defined in -node_modules/@types/react/index.d.ts:1769 +node_modules/@types/react/index.d.ts:1774 ___ @@ -884,7 +884,7 @@ InputHTMLAttributes.aria-label #### Defined in -node_modules/@types/react/index.d.ts:1774 +node_modules/@types/react/index.d.ts:1779 ___ @@ -904,7 +904,7 @@ InputHTMLAttributes.aria-labelledby #### Defined in -node_modules/@types/react/index.d.ts:1779 +node_modules/@types/react/index.d.ts:1784 ___ @@ -920,7 +920,7 @@ InputHTMLAttributes.aria-level #### Defined in -node_modules/@types/react/index.d.ts:1781 +node_modules/@types/react/index.d.ts:1786 ___ @@ -936,7 +936,7 @@ InputHTMLAttributes.aria-live #### Defined in -node_modules/@types/react/index.d.ts:1783 +node_modules/@types/react/index.d.ts:1788 ___ @@ -952,7 +952,7 @@ InputHTMLAttributes.aria-modal #### Defined in -node_modules/@types/react/index.d.ts:1785 +node_modules/@types/react/index.d.ts:1790 ___ @@ -968,7 +968,7 @@ InputHTMLAttributes.aria-multiline #### Defined in -node_modules/@types/react/index.d.ts:1787 +node_modules/@types/react/index.d.ts:1792 ___ @@ -984,7 +984,7 @@ InputHTMLAttributes.aria-multiselectable #### Defined in -node_modules/@types/react/index.d.ts:1789 +node_modules/@types/react/index.d.ts:1794 ___ @@ -1000,7 +1000,7 @@ InputHTMLAttributes.aria-orientation #### Defined in -node_modules/@types/react/index.d.ts:1791 +node_modules/@types/react/index.d.ts:1796 ___ @@ -1021,7 +1021,7 @@ InputHTMLAttributes.aria-owns #### Defined in -node_modules/@types/react/index.d.ts:1797 +node_modules/@types/react/index.d.ts:1802 ___ @@ -1038,7 +1038,7 @@ InputHTMLAttributes.aria-placeholder #### Defined in -node_modules/@types/react/index.d.ts:1802 +node_modules/@types/react/index.d.ts:1807 ___ @@ -1058,7 +1058,7 @@ InputHTMLAttributes.aria-posinset #### Defined in -node_modules/@types/react/index.d.ts:1807 +node_modules/@types/react/index.d.ts:1812 ___ @@ -1079,7 +1079,7 @@ InputHTMLAttributes.aria-pressed #### Defined in -node_modules/@types/react/index.d.ts:1812 +node_modules/@types/react/index.d.ts:1817 ___ @@ -1099,7 +1099,7 @@ InputHTMLAttributes.aria-readonly #### Defined in -node_modules/@types/react/index.d.ts:1817 +node_modules/@types/react/index.d.ts:1822 ___ @@ -1119,7 +1119,7 @@ InputHTMLAttributes.aria-relevant #### Defined in -node_modules/@types/react/index.d.ts:1822 +node_modules/@types/react/index.d.ts:1827 ___ @@ -1135,7 +1135,7 @@ InputHTMLAttributes.aria-required #### Defined in -node_modules/@types/react/index.d.ts:1835 +node_modules/@types/react/index.d.ts:1840 ___ @@ -1151,7 +1151,7 @@ InputHTMLAttributes.aria-roledescription #### Defined in -node_modules/@types/react/index.d.ts:1837 +node_modules/@types/react/index.d.ts:1842 ___ @@ -1171,7 +1171,7 @@ InputHTMLAttributes.aria-rowcount #### Defined in -node_modules/@types/react/index.d.ts:1842 +node_modules/@types/react/index.d.ts:1847 ___ @@ -1192,7 +1192,7 @@ InputHTMLAttributes.aria-rowindex #### Defined in -node_modules/@types/react/index.d.ts:1847 +node_modules/@types/react/index.d.ts:1852 ___ @@ -1212,7 +1212,7 @@ InputHTMLAttributes.aria-rowindextext #### Defined in -node_modules/@types/react/index.d.ts:1852 +node_modules/@types/react/index.d.ts:1857 ___ @@ -1233,7 +1233,7 @@ InputHTMLAttributes.aria-rowspan #### Defined in -node_modules/@types/react/index.d.ts:1857 +node_modules/@types/react/index.d.ts:1862 ___ @@ -1254,7 +1254,7 @@ InputHTMLAttributes.aria-selected #### Defined in -node_modules/@types/react/index.d.ts:1862 +node_modules/@types/react/index.d.ts:1867 ___ @@ -1274,7 +1274,7 @@ InputHTMLAttributes.aria-setsize #### Defined in -node_modules/@types/react/index.d.ts:1867 +node_modules/@types/react/index.d.ts:1872 ___ @@ -1290,7 +1290,7 @@ InputHTMLAttributes.aria-sort #### Defined in -node_modules/@types/react/index.d.ts:1869 +node_modules/@types/react/index.d.ts:1874 ___ @@ -1306,7 +1306,7 @@ InputHTMLAttributes.aria-valuemax #### Defined in -node_modules/@types/react/index.d.ts:1871 +node_modules/@types/react/index.d.ts:1876 ___ @@ -1322,7 +1322,7 @@ InputHTMLAttributes.aria-valuemin #### Defined in -node_modules/@types/react/index.d.ts:1873 +node_modules/@types/react/index.d.ts:1878 ___ @@ -1342,7 +1342,7 @@ InputHTMLAttributes.aria-valuenow #### Defined in -node_modules/@types/react/index.d.ts:1878 +node_modules/@types/react/index.d.ts:1883 ___ @@ -1358,7 +1358,7 @@ InputHTMLAttributes.aria-valuetext #### Defined in -node_modules/@types/react/index.d.ts:1880 +node_modules/@types/react/index.d.ts:1885 ___ @@ -1372,7 +1372,7 @@ InputHTMLAttributes.autoCapitalize #### Defined in -node_modules/@types/react/index.d.ts:2003 +node_modules/@types/react/index.d.ts:2007 ___ @@ -1386,7 +1386,7 @@ InputHTMLAttributes.autoComplete #### Defined in -node_modules/@types/react/index.d.ts:2359 +node_modules/@types/react/index.d.ts:2364 ___ @@ -1400,7 +1400,7 @@ InputHTMLAttributes.autoCorrect #### Defined in -node_modules/@types/react/index.d.ts:2004 +node_modules/@types/react/index.d.ts:2008 ___ @@ -1414,7 +1414,7 @@ InputHTMLAttributes.autoFocus #### Defined in -node_modules/@types/react/index.d.ts:1965 +node_modules/@types/react/index.d.ts:1970 ___ @@ -1428,7 +1428,7 @@ InputHTMLAttributes.autoSave #### Defined in -node_modules/@types/react/index.d.ts:2005 +node_modules/@types/react/index.d.ts:2009 ___ @@ -1442,7 +1442,7 @@ InputHTMLAttributes.capture #### Defined in -node_modules/@types/react/index.d.ts:2360 +node_modules/@types/react/index.d.ts:2365 ___ @@ -1456,7 +1456,7 @@ InputHTMLAttributes.checked #### Defined in -node_modules/@types/react/index.d.ts:2361 +node_modules/@types/react/index.d.ts:2366 ___ @@ -1470,7 +1470,7 @@ InputHTMLAttributes.children #### Defined in -node_modules/@types/react/index.d.ts:1446 +node_modules/@types/react/index.d.ts:1451 ___ @@ -1484,7 +1484,7 @@ InputHTMLAttributes.className #### Defined in -node_modules/@types/react/index.d.ts:1966 +node_modules/@types/react/index.d.ts:1971 ___ @@ -1498,7 +1498,7 @@ InputHTMLAttributes.color #### Defined in -node_modules/@types/react/index.d.ts:2006 +node_modules/@types/react/index.d.ts:2010 ___ @@ -1512,7 +1512,7 @@ InputHTMLAttributes.content #### Defined in -node_modules/@types/react/index.d.ts:1991 +node_modules/@types/react/index.d.ts:1995 ___ @@ -1526,7 +1526,7 @@ InputHTMLAttributes.contentEditable #### Defined in -node_modules/@types/react/index.d.ts:1967 +node_modules/@types/react/index.d.ts:1972 ___ @@ -1540,7 +1540,7 @@ InputHTMLAttributes.contextMenu #### Defined in -node_modules/@types/react/index.d.ts:1968 +node_modules/@types/react/index.d.ts:1973 ___ @@ -1560,7 +1560,7 @@ InputHTMLAttributes.dangerouslySetInnerHTML #### Defined in -node_modules/@types/react/index.d.ts:1447 +node_modules/@types/react/index.d.ts:1452 ___ @@ -1574,7 +1574,7 @@ InputHTMLAttributes.datatype #### Defined in -node_modules/@types/react/index.d.ts:1992 +node_modules/@types/react/index.d.ts:1996 ___ @@ -1588,7 +1588,7 @@ InputHTMLAttributes.defaultChecked #### Defined in -node_modules/@types/react/index.d.ts:1958 +node_modules/@types/react/index.d.ts:1963 ___ @@ -1602,7 +1602,7 @@ InputHTMLAttributes.defaultValue #### Defined in -node_modules/@types/react/index.d.ts:1959 +node_modules/@types/react/index.d.ts:1964 ___ @@ -1616,7 +1616,7 @@ InputHTMLAttributes.dir #### Defined in -node_modules/@types/react/index.d.ts:1969 +node_modules/@types/react/index.d.ts:1974 ___ @@ -1630,7 +1630,7 @@ InputHTMLAttributes.disabled #### Defined in -node_modules/@types/react/index.d.ts:2362 +node_modules/@types/react/index.d.ts:2367 ___ @@ -1644,7 +1644,7 @@ InputHTMLAttributes.draggable #### Defined in -node_modules/@types/react/index.d.ts:1970 +node_modules/@types/react/index.d.ts:1975 ___ @@ -1658,7 +1658,7 @@ InputHTMLAttributes.enterKeyHint #### Defined in -node_modules/@types/react/index.d.ts:2363 +node_modules/@types/react/index.d.ts:2368 ___ @@ -1672,7 +1672,7 @@ InputHTMLAttributes.form #### Defined in -node_modules/@types/react/index.d.ts:2364 +node_modules/@types/react/index.d.ts:2369 ___ @@ -1686,7 +1686,7 @@ InputHTMLAttributes.formAction #### Defined in -node_modules/@types/react/index.d.ts:2365 +node_modules/@types/react/index.d.ts:2370 ___ @@ -1700,7 +1700,7 @@ InputHTMLAttributes.formEncType #### Defined in -node_modules/@types/react/index.d.ts:2371 +node_modules/@types/react/index.d.ts:2376 ___ @@ -1714,7 +1714,7 @@ InputHTMLAttributes.formMethod #### Defined in -node_modules/@types/react/index.d.ts:2372 +node_modules/@types/react/index.d.ts:2377 ___ @@ -1728,7 +1728,7 @@ InputHTMLAttributes.formNoValidate #### Defined in -node_modules/@types/react/index.d.ts:2373 +node_modules/@types/react/index.d.ts:2378 ___ @@ -1742,7 +1742,7 @@ InputHTMLAttributes.formTarget #### Defined in -node_modules/@types/react/index.d.ts:2374 +node_modules/@types/react/index.d.ts:2379 ___ @@ -1756,7 +1756,7 @@ InputHTMLAttributes.height #### Defined in -node_modules/@types/react/index.d.ts:2375 +node_modules/@types/react/index.d.ts:2380 ___ @@ -1770,7 +1770,7 @@ InputHTMLAttributes.hidden #### Defined in -node_modules/@types/react/index.d.ts:1971 +node_modules/@types/react/index.d.ts:1976 ___ @@ -1784,7 +1784,7 @@ InputHTMLAttributes.id #### Defined in -node_modules/@types/react/index.d.ts:1972 +node_modules/@types/react/index.d.ts:1977 ___ @@ -1816,7 +1816,7 @@ InputHTMLAttributes.inlist #### Defined in -node_modules/@types/react/index.d.ts:1993 +node_modules/@types/react/index.d.ts:1997 ___ @@ -1836,7 +1836,7 @@ InputHTMLAttributes.inputMode #### Defined in -node_modules/@types/react/index.d.ts:2021 +node_modules/@types/react/index.d.ts:2025 ___ @@ -1856,7 +1856,7 @@ InputHTMLAttributes.is #### Defined in -node_modules/@types/react/index.d.ts:2026 +node_modules/@types/react/index.d.ts:2030 ___ @@ -1870,7 +1870,7 @@ InputHTMLAttributes.itemID #### Defined in -node_modules/@types/react/index.d.ts:2010 +node_modules/@types/react/index.d.ts:2014 ___ @@ -1884,7 +1884,7 @@ InputHTMLAttributes.itemProp #### Defined in -node_modules/@types/react/index.d.ts:2007 +node_modules/@types/react/index.d.ts:2011 ___ @@ -1898,7 +1898,7 @@ InputHTMLAttributes.itemRef #### Defined in -node_modules/@types/react/index.d.ts:2011 +node_modules/@types/react/index.d.ts:2015 ___ @@ -1912,7 +1912,7 @@ InputHTMLAttributes.itemScope #### Defined in -node_modules/@types/react/index.d.ts:2008 +node_modules/@types/react/index.d.ts:2012 ___ @@ -1926,7 +1926,7 @@ InputHTMLAttributes.itemType #### Defined in -node_modules/@types/react/index.d.ts:2009 +node_modules/@types/react/index.d.ts:2013 ___ @@ -1953,7 +1953,7 @@ InputHTMLAttributes.lang #### Defined in -node_modules/@types/react/index.d.ts:1973 +node_modules/@types/react/index.d.ts:1978 ___ @@ -1967,7 +1967,7 @@ InputHTMLAttributes.list #### Defined in -node_modules/@types/react/index.d.ts:2376 +node_modules/@types/react/index.d.ts:2381 ___ @@ -1981,7 +1981,7 @@ InputHTMLAttributes.max #### Defined in -node_modules/@types/react/index.d.ts:2377 +node_modules/@types/react/index.d.ts:2382 ___ @@ -1995,7 +1995,7 @@ InputHTMLAttributes.maxLength #### Defined in -node_modules/@types/react/index.d.ts:2378 +node_modules/@types/react/index.d.ts:2383 ___ @@ -2009,7 +2009,7 @@ InputHTMLAttributes.min #### Defined in -node_modules/@types/react/index.d.ts:2379 +node_modules/@types/react/index.d.ts:2384 ___ @@ -2023,7 +2023,7 @@ InputHTMLAttributes.minLength #### Defined in -node_modules/@types/react/index.d.ts:2380 +node_modules/@types/react/index.d.ts:2385 ___ @@ -2037,7 +2037,7 @@ InputHTMLAttributes.multiple #### Defined in -node_modules/@types/react/index.d.ts:2381 +node_modules/@types/react/index.d.ts:2386 ___ @@ -2067,7 +2067,7 @@ InputHTMLAttributes.nonce #### Defined in -node_modules/@types/react/index.d.ts:1974 +node_modules/@types/react/index.d.ts:1979 ___ @@ -2081,7 +2081,7 @@ InputHTMLAttributes.onAbort #### Defined in -node_modules/@types/react/index.d.ts:1506 +node_modules/@types/react/index.d.ts:1511 ___ @@ -2095,7 +2095,7 @@ InputHTMLAttributes.onAbortCapture #### Defined in -node_modules/@types/react/index.d.ts:1507 +node_modules/@types/react/index.d.ts:1512 ___ @@ -2109,7 +2109,7 @@ InputHTMLAttributes.onAnimationEnd #### Defined in -node_modules/@types/react/index.d.ts:1638 +node_modules/@types/react/index.d.ts:1643 ___ @@ -2123,7 +2123,7 @@ InputHTMLAttributes.onAnimationEndCapture #### Defined in -node_modules/@types/react/index.d.ts:1639 +node_modules/@types/react/index.d.ts:1644 ___ @@ -2137,7 +2137,7 @@ InputHTMLAttributes.onAnimationIteration #### Defined in -node_modules/@types/react/index.d.ts:1640 +node_modules/@types/react/index.d.ts:1645 ___ @@ -2151,7 +2151,7 @@ InputHTMLAttributes.onAnimationIterationCapture #### Defined in -node_modules/@types/react/index.d.ts:1641 +node_modules/@types/react/index.d.ts:1646 ___ @@ -2165,7 +2165,7 @@ InputHTMLAttributes.onAnimationStart #### Defined in -node_modules/@types/react/index.d.ts:1636 +node_modules/@types/react/index.d.ts:1641 ___ @@ -2179,7 +2179,7 @@ InputHTMLAttributes.onAnimationStartCapture #### Defined in -node_modules/@types/react/index.d.ts:1637 +node_modules/@types/react/index.d.ts:1642 ___ @@ -2193,7 +2193,7 @@ InputHTMLAttributes.onAuxClick #### Defined in -node_modules/@types/react/index.d.ts:1554 +node_modules/@types/react/index.d.ts:1559 ___ @@ -2207,7 +2207,7 @@ InputHTMLAttributes.onAuxClickCapture #### Defined in -node_modules/@types/react/index.d.ts:1555 +node_modules/@types/react/index.d.ts:1560 ___ @@ -2221,7 +2221,7 @@ InputHTMLAttributes.onBeforeInput #### Defined in -node_modules/@types/react/index.d.ts:1478 +node_modules/@types/react/index.d.ts:1483 ___ @@ -2235,7 +2235,7 @@ InputHTMLAttributes.onBeforeInputCapture #### Defined in -node_modules/@types/react/index.d.ts:1479 +node_modules/@types/react/index.d.ts:1484 ___ @@ -2249,7 +2249,7 @@ InputHTMLAttributes.onBlur #### Defined in -node_modules/@types/react/index.d.ts:1472 +node_modules/@types/react/index.d.ts:1477 ___ @@ -2263,7 +2263,7 @@ InputHTMLAttributes.onBlurCapture #### Defined in -node_modules/@types/react/index.d.ts:1473 +node_modules/@types/react/index.d.ts:1478 ___ @@ -2277,7 +2277,7 @@ InputHTMLAttributes.onCanPlay #### Defined in -node_modules/@types/react/index.d.ts:1508 +node_modules/@types/react/index.d.ts:1513 ___ @@ -2291,7 +2291,7 @@ InputHTMLAttributes.onCanPlayCapture #### Defined in -node_modules/@types/react/index.d.ts:1509 +node_modules/@types/react/index.d.ts:1514 ___ @@ -2305,7 +2305,7 @@ InputHTMLAttributes.onCanPlayThrough #### Defined in -node_modules/@types/react/index.d.ts:1510 +node_modules/@types/react/index.d.ts:1515 ___ @@ -2319,7 +2319,7 @@ InputHTMLAttributes.onCanPlayThroughCapture #### Defined in -node_modules/@types/react/index.d.ts:1511 +node_modules/@types/react/index.d.ts:1516 ___ @@ -2333,7 +2333,7 @@ InputHTMLAttributes.onChange #### Defined in -node_modules/@types/react/index.d.ts:2394 +node_modules/@types/react/index.d.ts:2399 ___ @@ -2347,7 +2347,7 @@ InputHTMLAttributes.onChangeCapture #### Defined in -node_modules/@types/react/index.d.ts:1477 +node_modules/@types/react/index.d.ts:1482 ___ @@ -2361,7 +2361,7 @@ InputHTMLAttributes.onClick #### Defined in -node_modules/@types/react/index.d.ts:1556 +node_modules/@types/react/index.d.ts:1561 ___ @@ -2375,7 +2375,7 @@ InputHTMLAttributes.onClickCapture #### Defined in -node_modules/@types/react/index.d.ts:1557 +node_modules/@types/react/index.d.ts:1562 ___ @@ -2389,7 +2389,7 @@ InputHTMLAttributes.onCompositionEnd #### Defined in -node_modules/@types/react/index.d.ts:1462 +node_modules/@types/react/index.d.ts:1467 ___ @@ -2403,7 +2403,7 @@ InputHTMLAttributes.onCompositionEndCapture #### Defined in -node_modules/@types/react/index.d.ts:1463 +node_modules/@types/react/index.d.ts:1468 ___ @@ -2417,7 +2417,7 @@ InputHTMLAttributes.onCompositionStart #### Defined in -node_modules/@types/react/index.d.ts:1464 +node_modules/@types/react/index.d.ts:1469 ___ @@ -2431,7 +2431,7 @@ InputHTMLAttributes.onCompositionStartCapture #### Defined in -node_modules/@types/react/index.d.ts:1465 +node_modules/@types/react/index.d.ts:1470 ___ @@ -2445,7 +2445,7 @@ InputHTMLAttributes.onCompositionUpdate #### Defined in -node_modules/@types/react/index.d.ts:1466 +node_modules/@types/react/index.d.ts:1471 ___ @@ -2459,7 +2459,7 @@ InputHTMLAttributes.onCompositionUpdateCapture #### Defined in -node_modules/@types/react/index.d.ts:1467 +node_modules/@types/react/index.d.ts:1472 ___ @@ -2473,7 +2473,7 @@ InputHTMLAttributes.onContextMenu #### Defined in -node_modules/@types/react/index.d.ts:1558 +node_modules/@types/react/index.d.ts:1563 ___ @@ -2487,7 +2487,7 @@ InputHTMLAttributes.onContextMenuCapture #### Defined in -node_modules/@types/react/index.d.ts:1559 +node_modules/@types/react/index.d.ts:1564 ___ @@ -2501,7 +2501,7 @@ InputHTMLAttributes.onCopy #### Defined in -node_modules/@types/react/index.d.ts:1454 +node_modules/@types/react/index.d.ts:1459 ___ @@ -2515,7 +2515,7 @@ InputHTMLAttributes.onCopyCapture #### Defined in -node_modules/@types/react/index.d.ts:1455 +node_modules/@types/react/index.d.ts:1460 ___ @@ -2529,7 +2529,7 @@ InputHTMLAttributes.onCut #### Defined in -node_modules/@types/react/index.d.ts:1456 +node_modules/@types/react/index.d.ts:1461 ___ @@ -2543,7 +2543,7 @@ InputHTMLAttributes.onCutCapture #### Defined in -node_modules/@types/react/index.d.ts:1457 +node_modules/@types/react/index.d.ts:1462 ___ @@ -2557,7 +2557,7 @@ InputHTMLAttributes.onDoubleClick #### Defined in -node_modules/@types/react/index.d.ts:1560 +node_modules/@types/react/index.d.ts:1565 ___ @@ -2571,7 +2571,7 @@ InputHTMLAttributes.onDoubleClickCapture #### Defined in -node_modules/@types/react/index.d.ts:1561 +node_modules/@types/react/index.d.ts:1566 ___ @@ -2585,7 +2585,7 @@ InputHTMLAttributes.onDrag #### Defined in -node_modules/@types/react/index.d.ts:1562 +node_modules/@types/react/index.d.ts:1567 ___ @@ -2599,7 +2599,7 @@ InputHTMLAttributes.onDragCapture #### Defined in -node_modules/@types/react/index.d.ts:1563 +node_modules/@types/react/index.d.ts:1568 ___ @@ -2613,7 +2613,7 @@ InputHTMLAttributes.onDragEnd #### Defined in -node_modules/@types/react/index.d.ts:1564 +node_modules/@types/react/index.d.ts:1569 ___ @@ -2627,7 +2627,7 @@ InputHTMLAttributes.onDragEndCapture #### Defined in -node_modules/@types/react/index.d.ts:1565 +node_modules/@types/react/index.d.ts:1570 ___ @@ -2641,7 +2641,7 @@ InputHTMLAttributes.onDragEnter #### Defined in -node_modules/@types/react/index.d.ts:1566 +node_modules/@types/react/index.d.ts:1571 ___ @@ -2655,7 +2655,7 @@ InputHTMLAttributes.onDragEnterCapture #### Defined in -node_modules/@types/react/index.d.ts:1567 +node_modules/@types/react/index.d.ts:1572 ___ @@ -2669,7 +2669,7 @@ InputHTMLAttributes.onDragExit #### Defined in -node_modules/@types/react/index.d.ts:1568 +node_modules/@types/react/index.d.ts:1573 ___ @@ -2683,7 +2683,7 @@ InputHTMLAttributes.onDragExitCapture #### Defined in -node_modules/@types/react/index.d.ts:1569 +node_modules/@types/react/index.d.ts:1574 ___ @@ -2697,7 +2697,7 @@ InputHTMLAttributes.onDragLeave #### Defined in -node_modules/@types/react/index.d.ts:1570 +node_modules/@types/react/index.d.ts:1575 ___ @@ -2711,7 +2711,7 @@ InputHTMLAttributes.onDragLeaveCapture #### Defined in -node_modules/@types/react/index.d.ts:1571 +node_modules/@types/react/index.d.ts:1576 ___ @@ -2725,7 +2725,7 @@ InputHTMLAttributes.onDragOver #### Defined in -node_modules/@types/react/index.d.ts:1572 +node_modules/@types/react/index.d.ts:1577 ___ @@ -2739,7 +2739,7 @@ InputHTMLAttributes.onDragOverCapture #### Defined in -node_modules/@types/react/index.d.ts:1573 +node_modules/@types/react/index.d.ts:1578 ___ @@ -2753,7 +2753,7 @@ InputHTMLAttributes.onDragStart #### Defined in -node_modules/@types/react/index.d.ts:1574 +node_modules/@types/react/index.d.ts:1579 ___ @@ -2767,7 +2767,7 @@ InputHTMLAttributes.onDragStartCapture #### Defined in -node_modules/@types/react/index.d.ts:1575 +node_modules/@types/react/index.d.ts:1580 ___ @@ -2781,7 +2781,7 @@ InputHTMLAttributes.onDrop #### Defined in -node_modules/@types/react/index.d.ts:1576 +node_modules/@types/react/index.d.ts:1581 ___ @@ -2795,7 +2795,7 @@ InputHTMLAttributes.onDropCapture #### Defined in -node_modules/@types/react/index.d.ts:1577 +node_modules/@types/react/index.d.ts:1582 ___ @@ -2809,7 +2809,7 @@ InputHTMLAttributes.onDurationChange #### Defined in -node_modules/@types/react/index.d.ts:1512 +node_modules/@types/react/index.d.ts:1517 ___ @@ -2823,7 +2823,7 @@ InputHTMLAttributes.onDurationChangeCapture #### Defined in -node_modules/@types/react/index.d.ts:1513 +node_modules/@types/react/index.d.ts:1518 ___ @@ -2837,7 +2837,7 @@ InputHTMLAttributes.onEmptied #### Defined in -node_modules/@types/react/index.d.ts:1514 +node_modules/@types/react/index.d.ts:1519 ___ @@ -2851,7 +2851,7 @@ InputHTMLAttributes.onEmptiedCapture #### Defined in -node_modules/@types/react/index.d.ts:1515 +node_modules/@types/react/index.d.ts:1520 ___ @@ -2865,7 +2865,7 @@ InputHTMLAttributes.onEncrypted #### Defined in -node_modules/@types/react/index.d.ts:1516 +node_modules/@types/react/index.d.ts:1521 ___ @@ -2879,7 +2879,7 @@ InputHTMLAttributes.onEncryptedCapture #### Defined in -node_modules/@types/react/index.d.ts:1517 +node_modules/@types/react/index.d.ts:1522 ___ @@ -2893,7 +2893,7 @@ InputHTMLAttributes.onEnded #### Defined in -node_modules/@types/react/index.d.ts:1518 +node_modules/@types/react/index.d.ts:1523 ___ @@ -2907,7 +2907,7 @@ InputHTMLAttributes.onEndedCapture #### Defined in -node_modules/@types/react/index.d.ts:1519 +node_modules/@types/react/index.d.ts:1524 ___ @@ -2921,7 +2921,7 @@ InputHTMLAttributes.onError #### Defined in -node_modules/@types/react/index.d.ts:1492 +node_modules/@types/react/index.d.ts:1497 ___ @@ -2935,7 +2935,7 @@ InputHTMLAttributes.onErrorCapture #### Defined in -node_modules/@types/react/index.d.ts:1493 +node_modules/@types/react/index.d.ts:1498 ___ @@ -2949,7 +2949,7 @@ InputHTMLAttributes.onFocus #### Defined in -node_modules/@types/react/index.d.ts:1470 +node_modules/@types/react/index.d.ts:1475 ___ @@ -2963,7 +2963,7 @@ InputHTMLAttributes.onFocusCapture #### Defined in -node_modules/@types/react/index.d.ts:1471 +node_modules/@types/react/index.d.ts:1476 ___ @@ -2977,7 +2977,7 @@ InputHTMLAttributes.onGotPointerCapture #### Defined in -node_modules/@types/react/index.d.ts:1622 +node_modules/@types/react/index.d.ts:1627 ___ @@ -2991,7 +2991,7 @@ InputHTMLAttributes.onGotPointerCaptureCapture #### Defined in -node_modules/@types/react/index.d.ts:1623 +node_modules/@types/react/index.d.ts:1628 ___ @@ -3005,7 +3005,7 @@ InputHTMLAttributes.onInput #### Defined in -node_modules/@types/react/index.d.ts:1480 +node_modules/@types/react/index.d.ts:1485 ___ @@ -3019,7 +3019,7 @@ InputHTMLAttributes.onInputCapture #### Defined in -node_modules/@types/react/index.d.ts:1481 +node_modules/@types/react/index.d.ts:1486 ___ @@ -3033,7 +3033,7 @@ InputHTMLAttributes.onInvalid #### Defined in -node_modules/@types/react/index.d.ts:1486 +node_modules/@types/react/index.d.ts:1491 ___ @@ -3047,7 +3047,7 @@ InputHTMLAttributes.onInvalidCapture #### Defined in -node_modules/@types/react/index.d.ts:1487 +node_modules/@types/react/index.d.ts:1492 ___ @@ -3061,7 +3061,7 @@ InputHTMLAttributes.onKeyDown #### Defined in -node_modules/@types/react/index.d.ts:1496 +node_modules/@types/react/index.d.ts:1501 ___ @@ -3075,7 +3075,7 @@ InputHTMLAttributes.onKeyDownCapture #### Defined in -node_modules/@types/react/index.d.ts:1497 +node_modules/@types/react/index.d.ts:1502 ___ @@ -3091,7 +3091,7 @@ InputHTMLAttributes.onKeyPress #### Defined in -node_modules/@types/react/index.d.ts:1499 +node_modules/@types/react/index.d.ts:1504 ___ @@ -3107,7 +3107,7 @@ InputHTMLAttributes.onKeyPressCapture #### Defined in -node_modules/@types/react/index.d.ts:1501 +node_modules/@types/react/index.d.ts:1506 ___ @@ -3121,7 +3121,7 @@ InputHTMLAttributes.onKeyUp #### Defined in -node_modules/@types/react/index.d.ts:1502 +node_modules/@types/react/index.d.ts:1507 ___ @@ -3135,7 +3135,7 @@ InputHTMLAttributes.onKeyUpCapture #### Defined in -node_modules/@types/react/index.d.ts:1503 +node_modules/@types/react/index.d.ts:1508 ___ @@ -3149,7 +3149,7 @@ InputHTMLAttributes.onLoad #### Defined in -node_modules/@types/react/index.d.ts:1490 +node_modules/@types/react/index.d.ts:1495 ___ @@ -3163,7 +3163,7 @@ InputHTMLAttributes.onLoadCapture #### Defined in -node_modules/@types/react/index.d.ts:1491 +node_modules/@types/react/index.d.ts:1496 ___ @@ -3177,7 +3177,7 @@ InputHTMLAttributes.onLoadStart #### Defined in -node_modules/@types/react/index.d.ts:1524 +node_modules/@types/react/index.d.ts:1529 ___ @@ -3191,7 +3191,7 @@ InputHTMLAttributes.onLoadStartCapture #### Defined in -node_modules/@types/react/index.d.ts:1525 +node_modules/@types/react/index.d.ts:1530 ___ @@ -3205,7 +3205,7 @@ InputHTMLAttributes.onLoadedData #### Defined in -node_modules/@types/react/index.d.ts:1520 +node_modules/@types/react/index.d.ts:1525 ___ @@ -3219,7 +3219,7 @@ InputHTMLAttributes.onLoadedDataCapture #### Defined in -node_modules/@types/react/index.d.ts:1521 +node_modules/@types/react/index.d.ts:1526 ___ @@ -3233,7 +3233,7 @@ InputHTMLAttributes.onLoadedMetadata #### Defined in -node_modules/@types/react/index.d.ts:1522 +node_modules/@types/react/index.d.ts:1527 ___ @@ -3247,7 +3247,7 @@ InputHTMLAttributes.onLoadedMetadataCapture #### Defined in -node_modules/@types/react/index.d.ts:1523 +node_modules/@types/react/index.d.ts:1528 ___ @@ -3261,7 +3261,7 @@ InputHTMLAttributes.onLostPointerCapture #### Defined in -node_modules/@types/react/index.d.ts:1624 +node_modules/@types/react/index.d.ts:1629 ___ @@ -3275,7 +3275,7 @@ InputHTMLAttributes.onLostPointerCaptureCapture #### Defined in -node_modules/@types/react/index.d.ts:1625 +node_modules/@types/react/index.d.ts:1630 ___ @@ -3289,7 +3289,7 @@ InputHTMLAttributes.onMouseDown #### Defined in -node_modules/@types/react/index.d.ts:1578 +node_modules/@types/react/index.d.ts:1583 ___ @@ -3303,7 +3303,7 @@ InputHTMLAttributes.onMouseDownCapture #### Defined in -node_modules/@types/react/index.d.ts:1579 +node_modules/@types/react/index.d.ts:1584 ___ @@ -3317,7 +3317,7 @@ InputHTMLAttributes.onMouseEnter #### Defined in -node_modules/@types/react/index.d.ts:1580 +node_modules/@types/react/index.d.ts:1585 ___ @@ -3331,7 +3331,7 @@ InputHTMLAttributes.onMouseLeave #### Defined in -node_modules/@types/react/index.d.ts:1581 +node_modules/@types/react/index.d.ts:1586 ___ @@ -3345,7 +3345,7 @@ InputHTMLAttributes.onMouseMove #### Defined in -node_modules/@types/react/index.d.ts:1582 +node_modules/@types/react/index.d.ts:1587 ___ @@ -3359,7 +3359,7 @@ InputHTMLAttributes.onMouseMoveCapture #### Defined in -node_modules/@types/react/index.d.ts:1583 +node_modules/@types/react/index.d.ts:1588 ___ @@ -3373,7 +3373,7 @@ InputHTMLAttributes.onMouseOut #### Defined in -node_modules/@types/react/index.d.ts:1584 +node_modules/@types/react/index.d.ts:1589 ___ @@ -3387,7 +3387,7 @@ InputHTMLAttributes.onMouseOutCapture #### Defined in -node_modules/@types/react/index.d.ts:1585 +node_modules/@types/react/index.d.ts:1590 ___ @@ -3401,7 +3401,7 @@ InputHTMLAttributes.onMouseOver #### Defined in -node_modules/@types/react/index.d.ts:1586 +node_modules/@types/react/index.d.ts:1591 ___ @@ -3415,7 +3415,7 @@ InputHTMLAttributes.onMouseOverCapture #### Defined in -node_modules/@types/react/index.d.ts:1587 +node_modules/@types/react/index.d.ts:1592 ___ @@ -3429,7 +3429,7 @@ InputHTMLAttributes.onMouseUp #### Defined in -node_modules/@types/react/index.d.ts:1588 +node_modules/@types/react/index.d.ts:1593 ___ @@ -3443,7 +3443,7 @@ InputHTMLAttributes.onMouseUpCapture #### Defined in -node_modules/@types/react/index.d.ts:1589 +node_modules/@types/react/index.d.ts:1594 ___ @@ -3457,7 +3457,7 @@ InputHTMLAttributes.onPaste #### Defined in -node_modules/@types/react/index.d.ts:1458 +node_modules/@types/react/index.d.ts:1463 ___ @@ -3471,7 +3471,7 @@ InputHTMLAttributes.onPasteCapture #### Defined in -node_modules/@types/react/index.d.ts:1459 +node_modules/@types/react/index.d.ts:1464 ___ @@ -3485,7 +3485,7 @@ InputHTMLAttributes.onPause #### Defined in -node_modules/@types/react/index.d.ts:1526 +node_modules/@types/react/index.d.ts:1531 ___ @@ -3499,7 +3499,7 @@ InputHTMLAttributes.onPauseCapture #### Defined in -node_modules/@types/react/index.d.ts:1527 +node_modules/@types/react/index.d.ts:1532 ___ @@ -3513,7 +3513,7 @@ InputHTMLAttributes.onPlay #### Defined in -node_modules/@types/react/index.d.ts:1528 +node_modules/@types/react/index.d.ts:1533 ___ @@ -3527,7 +3527,7 @@ InputHTMLAttributes.onPlayCapture #### Defined in -node_modules/@types/react/index.d.ts:1529 +node_modules/@types/react/index.d.ts:1534 ___ @@ -3541,7 +3541,7 @@ InputHTMLAttributes.onPlaying #### Defined in -node_modules/@types/react/index.d.ts:1530 +node_modules/@types/react/index.d.ts:1535 ___ @@ -3555,7 +3555,7 @@ InputHTMLAttributes.onPlayingCapture #### Defined in -node_modules/@types/react/index.d.ts:1531 +node_modules/@types/react/index.d.ts:1536 ___ @@ -3569,7 +3569,7 @@ InputHTMLAttributes.onPointerCancel #### Defined in -node_modules/@types/react/index.d.ts:1612 +node_modules/@types/react/index.d.ts:1617 ___ @@ -3583,7 +3583,7 @@ InputHTMLAttributes.onPointerCancelCapture #### Defined in -node_modules/@types/react/index.d.ts:1613 +node_modules/@types/react/index.d.ts:1618 ___ @@ -3597,7 +3597,7 @@ InputHTMLAttributes.onPointerDown #### Defined in -node_modules/@types/react/index.d.ts:1606 +node_modules/@types/react/index.d.ts:1611 ___ @@ -3611,7 +3611,7 @@ InputHTMLAttributes.onPointerDownCapture #### Defined in -node_modules/@types/react/index.d.ts:1607 +node_modules/@types/react/index.d.ts:1612 ___ @@ -3625,7 +3625,7 @@ InputHTMLAttributes.onPointerEnter #### Defined in -node_modules/@types/react/index.d.ts:1614 +node_modules/@types/react/index.d.ts:1619 ___ @@ -3639,7 +3639,7 @@ InputHTMLAttributes.onPointerEnterCapture #### Defined in -node_modules/@types/react/index.d.ts:1615 +node_modules/@types/react/index.d.ts:1620 ___ @@ -3653,7 +3653,7 @@ InputHTMLAttributes.onPointerLeave #### Defined in -node_modules/@types/react/index.d.ts:1616 +node_modules/@types/react/index.d.ts:1621 ___ @@ -3667,7 +3667,7 @@ InputHTMLAttributes.onPointerLeaveCapture #### Defined in -node_modules/@types/react/index.d.ts:1617 +node_modules/@types/react/index.d.ts:1622 ___ @@ -3681,7 +3681,7 @@ InputHTMLAttributes.onPointerMove #### Defined in -node_modules/@types/react/index.d.ts:1608 +node_modules/@types/react/index.d.ts:1613 ___ @@ -3695,7 +3695,7 @@ InputHTMLAttributes.onPointerMoveCapture #### Defined in -node_modules/@types/react/index.d.ts:1609 +node_modules/@types/react/index.d.ts:1614 ___ @@ -3709,7 +3709,7 @@ InputHTMLAttributes.onPointerOut #### Defined in -node_modules/@types/react/index.d.ts:1620 +node_modules/@types/react/index.d.ts:1625 ___ @@ -3723,7 +3723,7 @@ InputHTMLAttributes.onPointerOutCapture #### Defined in -node_modules/@types/react/index.d.ts:1621 +node_modules/@types/react/index.d.ts:1626 ___ @@ -3737,7 +3737,7 @@ InputHTMLAttributes.onPointerOver #### Defined in -node_modules/@types/react/index.d.ts:1618 +node_modules/@types/react/index.d.ts:1623 ___ @@ -3751,7 +3751,7 @@ InputHTMLAttributes.onPointerOverCapture #### Defined in -node_modules/@types/react/index.d.ts:1619 +node_modules/@types/react/index.d.ts:1624 ___ @@ -3765,7 +3765,7 @@ InputHTMLAttributes.onPointerUp #### Defined in -node_modules/@types/react/index.d.ts:1610 +node_modules/@types/react/index.d.ts:1615 ___ @@ -3779,7 +3779,7 @@ InputHTMLAttributes.onPointerUpCapture #### Defined in -node_modules/@types/react/index.d.ts:1611 +node_modules/@types/react/index.d.ts:1616 ___ @@ -3793,7 +3793,7 @@ InputHTMLAttributes.onProgress #### Defined in -node_modules/@types/react/index.d.ts:1532 +node_modules/@types/react/index.d.ts:1537 ___ @@ -3807,7 +3807,7 @@ InputHTMLAttributes.onProgressCapture #### Defined in -node_modules/@types/react/index.d.ts:1533 +node_modules/@types/react/index.d.ts:1538 ___ @@ -3821,7 +3821,7 @@ InputHTMLAttributes.onRateChange #### Defined in -node_modules/@types/react/index.d.ts:1534 +node_modules/@types/react/index.d.ts:1539 ___ @@ -3835,7 +3835,7 @@ InputHTMLAttributes.onRateChangeCapture #### Defined in -node_modules/@types/react/index.d.ts:1535 +node_modules/@types/react/index.d.ts:1540 ___ @@ -3849,7 +3849,7 @@ InputHTMLAttributes.onReset #### Defined in -node_modules/@types/react/index.d.ts:1482 +node_modules/@types/react/index.d.ts:1487 ___ @@ -3863,7 +3863,7 @@ InputHTMLAttributes.onResetCapture #### Defined in -node_modules/@types/react/index.d.ts:1483 +node_modules/@types/react/index.d.ts:1488 ___ @@ -3877,7 +3877,7 @@ InputHTMLAttributes.onResize #### Defined in -node_modules/@types/react/index.d.ts:1536 +node_modules/@types/react/index.d.ts:1541 ___ @@ -3891,7 +3891,7 @@ InputHTMLAttributes.onResizeCapture #### Defined in -node_modules/@types/react/index.d.ts:1537 +node_modules/@types/react/index.d.ts:1542 ___ @@ -3905,7 +3905,7 @@ InputHTMLAttributes.onScroll #### Defined in -node_modules/@types/react/index.d.ts:1628 +node_modules/@types/react/index.d.ts:1633 ___ @@ -3919,7 +3919,7 @@ InputHTMLAttributes.onScrollCapture #### Defined in -node_modules/@types/react/index.d.ts:1629 +node_modules/@types/react/index.d.ts:1634 ___ @@ -3933,7 +3933,7 @@ InputHTMLAttributes.onSeeked #### Defined in -node_modules/@types/react/index.d.ts:1538 +node_modules/@types/react/index.d.ts:1543 ___ @@ -3947,7 +3947,7 @@ InputHTMLAttributes.onSeekedCapture #### Defined in -node_modules/@types/react/index.d.ts:1539 +node_modules/@types/react/index.d.ts:1544 ___ @@ -3961,7 +3961,7 @@ InputHTMLAttributes.onSeeking #### Defined in -node_modules/@types/react/index.d.ts:1540 +node_modules/@types/react/index.d.ts:1545 ___ @@ -3975,7 +3975,7 @@ InputHTMLAttributes.onSeekingCapture #### Defined in -node_modules/@types/react/index.d.ts:1541 +node_modules/@types/react/index.d.ts:1546 ___ @@ -3989,7 +3989,7 @@ InputHTMLAttributes.onSelect #### Defined in -node_modules/@types/react/index.d.ts:1592 +node_modules/@types/react/index.d.ts:1597 ___ @@ -4003,7 +4003,7 @@ InputHTMLAttributes.onSelectCapture #### Defined in -node_modules/@types/react/index.d.ts:1593 +node_modules/@types/react/index.d.ts:1598 ___ @@ -4017,7 +4017,7 @@ InputHTMLAttributes.onStalled #### Defined in -node_modules/@types/react/index.d.ts:1542 +node_modules/@types/react/index.d.ts:1547 ___ @@ -4031,7 +4031,7 @@ InputHTMLAttributes.onStalledCapture #### Defined in -node_modules/@types/react/index.d.ts:1543 +node_modules/@types/react/index.d.ts:1548 ___ @@ -4045,7 +4045,7 @@ InputHTMLAttributes.onSubmit #### Defined in -node_modules/@types/react/index.d.ts:1484 +node_modules/@types/react/index.d.ts:1489 ___ @@ -4059,7 +4059,7 @@ InputHTMLAttributes.onSubmitCapture #### Defined in -node_modules/@types/react/index.d.ts:1485 +node_modules/@types/react/index.d.ts:1490 ___ @@ -4073,7 +4073,7 @@ InputHTMLAttributes.onSuspend #### Defined in -node_modules/@types/react/index.d.ts:1544 +node_modules/@types/react/index.d.ts:1549 ___ @@ -4087,7 +4087,7 @@ InputHTMLAttributes.onSuspendCapture #### Defined in -node_modules/@types/react/index.d.ts:1545 +node_modules/@types/react/index.d.ts:1550 ___ @@ -4101,7 +4101,7 @@ InputHTMLAttributes.onTimeUpdate #### Defined in -node_modules/@types/react/index.d.ts:1546 +node_modules/@types/react/index.d.ts:1551 ___ @@ -4115,7 +4115,7 @@ InputHTMLAttributes.onTimeUpdateCapture #### Defined in -node_modules/@types/react/index.d.ts:1547 +node_modules/@types/react/index.d.ts:1552 ___ @@ -4129,7 +4129,7 @@ InputHTMLAttributes.onTouchCancel #### Defined in -node_modules/@types/react/index.d.ts:1596 +node_modules/@types/react/index.d.ts:1601 ___ @@ -4143,7 +4143,7 @@ InputHTMLAttributes.onTouchCancelCapture #### Defined in -node_modules/@types/react/index.d.ts:1597 +node_modules/@types/react/index.d.ts:1602 ___ @@ -4157,7 +4157,7 @@ InputHTMLAttributes.onTouchEnd #### Defined in -node_modules/@types/react/index.d.ts:1598 +node_modules/@types/react/index.d.ts:1603 ___ @@ -4171,7 +4171,7 @@ InputHTMLAttributes.onTouchEndCapture #### Defined in -node_modules/@types/react/index.d.ts:1599 +node_modules/@types/react/index.d.ts:1604 ___ @@ -4185,7 +4185,7 @@ InputHTMLAttributes.onTouchMove #### Defined in -node_modules/@types/react/index.d.ts:1600 +node_modules/@types/react/index.d.ts:1605 ___ @@ -4199,7 +4199,7 @@ InputHTMLAttributes.onTouchMoveCapture #### Defined in -node_modules/@types/react/index.d.ts:1601 +node_modules/@types/react/index.d.ts:1606 ___ @@ -4213,7 +4213,7 @@ InputHTMLAttributes.onTouchStart #### Defined in -node_modules/@types/react/index.d.ts:1602 +node_modules/@types/react/index.d.ts:1607 ___ @@ -4227,7 +4227,7 @@ InputHTMLAttributes.onTouchStartCapture #### Defined in -node_modules/@types/react/index.d.ts:1603 +node_modules/@types/react/index.d.ts:1608 ___ @@ -4241,7 +4241,7 @@ InputHTMLAttributes.onTransitionEnd #### Defined in -node_modules/@types/react/index.d.ts:1644 +node_modules/@types/react/index.d.ts:1649 ___ @@ -4255,7 +4255,7 @@ InputHTMLAttributes.onTransitionEndCapture #### Defined in -node_modules/@types/react/index.d.ts:1645 +node_modules/@types/react/index.d.ts:1650 ___ @@ -4269,7 +4269,7 @@ InputHTMLAttributes.onVolumeChange #### Defined in -node_modules/@types/react/index.d.ts:1548 +node_modules/@types/react/index.d.ts:1553 ___ @@ -4283,7 +4283,7 @@ InputHTMLAttributes.onVolumeChangeCapture #### Defined in -node_modules/@types/react/index.d.ts:1549 +node_modules/@types/react/index.d.ts:1554 ___ @@ -4297,7 +4297,7 @@ InputHTMLAttributes.onWaiting #### Defined in -node_modules/@types/react/index.d.ts:1550 +node_modules/@types/react/index.d.ts:1555 ___ @@ -4311,7 +4311,7 @@ InputHTMLAttributes.onWaitingCapture #### Defined in -node_modules/@types/react/index.d.ts:1551 +node_modules/@types/react/index.d.ts:1556 ___ @@ -4325,7 +4325,7 @@ InputHTMLAttributes.onWheel #### Defined in -node_modules/@types/react/index.d.ts:1632 +node_modules/@types/react/index.d.ts:1637 ___ @@ -4339,7 +4339,7 @@ InputHTMLAttributes.onWheelCapture #### Defined in -node_modules/@types/react/index.d.ts:1633 +node_modules/@types/react/index.d.ts:1638 ___ @@ -4353,7 +4353,7 @@ InputHTMLAttributes.pattern #### Defined in -node_modules/@types/react/index.d.ts:2383 +node_modules/@types/react/index.d.ts:2388 ___ @@ -4367,7 +4367,7 @@ InputHTMLAttributes.placeholder #### Defined in -node_modules/@types/react/index.d.ts:2384 +node_modules/@types/react/index.d.ts:2389 ___ @@ -4381,7 +4381,7 @@ InputHTMLAttributes.prefix #### Defined in -node_modules/@types/react/index.d.ts:1994 +node_modules/@types/react/index.d.ts:1998 ___ @@ -4395,7 +4395,7 @@ InputHTMLAttributes.property #### Defined in -node_modules/@types/react/index.d.ts:1995 +node_modules/@types/react/index.d.ts:1999 ___ @@ -4409,7 +4409,7 @@ InputHTMLAttributes.radioGroup #### Defined in -node_modules/@types/react/index.d.ts:1984 +node_modules/@types/react/index.d.ts:1988 ___ @@ -4423,7 +4423,7 @@ InputHTMLAttributes.readOnly #### Defined in -node_modules/@types/react/index.d.ts:2385 +node_modules/@types/react/index.d.ts:2390 ___ @@ -4437,7 +4437,7 @@ InputHTMLAttributes.rel #### Defined in -node_modules/@types/react/index.d.ts:1996 +node_modules/@types/react/index.d.ts:2000 ___ @@ -4451,7 +4451,7 @@ InputHTMLAttributes.required #### Defined in -node_modules/@types/react/index.d.ts:2386 +node_modules/@types/react/index.d.ts:2391 ___ @@ -4483,7 +4483,7 @@ InputHTMLAttributes.resource #### Defined in -node_modules/@types/react/index.d.ts:1997 +node_modules/@types/react/index.d.ts:2001 ___ @@ -4497,7 +4497,7 @@ InputHTMLAttributes.results #### Defined in -node_modules/@types/react/index.d.ts:2012 +node_modules/@types/react/index.d.ts:2016 ___ @@ -4511,7 +4511,7 @@ InputHTMLAttributes.rev #### Defined in -node_modules/@types/react/index.d.ts:1998 +node_modules/@types/react/index.d.ts:2002 ___ @@ -4525,7 +4525,7 @@ InputHTMLAttributes.role #### Defined in -node_modules/@types/react/index.d.ts:1987 +node_modules/@types/react/index.d.ts:1991 ___ @@ -4539,7 +4539,7 @@ InputHTMLAttributes.security #### Defined in -node_modules/@types/react/index.d.ts:2013 +node_modules/@types/react/index.d.ts:2017 ___ @@ -4553,7 +4553,7 @@ InputHTMLAttributes.size #### Defined in -node_modules/@types/react/index.d.ts:2387 +node_modules/@types/react/index.d.ts:2392 ___ @@ -4567,7 +4567,7 @@ InputHTMLAttributes.slot #### Defined in -node_modules/@types/react/index.d.ts:1976 +node_modules/@types/react/index.d.ts:1980 ___ @@ -4581,7 +4581,7 @@ InputHTMLAttributes.spellCheck #### Defined in -node_modules/@types/react/index.d.ts:1977 +node_modules/@types/react/index.d.ts:1981 ___ @@ -4595,7 +4595,7 @@ InputHTMLAttributes.src #### Defined in -node_modules/@types/react/index.d.ts:2388 +node_modules/@types/react/index.d.ts:2393 ___ @@ -4609,7 +4609,7 @@ InputHTMLAttributes.step #### Defined in -node_modules/@types/react/index.d.ts:2389 +node_modules/@types/react/index.d.ts:2394 ___ @@ -4623,7 +4623,7 @@ InputHTMLAttributes.style #### Defined in -node_modules/@types/react/index.d.ts:1978 +node_modules/@types/react/index.d.ts:1982 ___ @@ -4637,7 +4637,7 @@ InputHTMLAttributes.suppressContentEditableWarning #### Defined in -node_modules/@types/react/index.d.ts:1960 +node_modules/@types/react/index.d.ts:1965 ___ @@ -4651,7 +4651,7 @@ InputHTMLAttributes.suppressHydrationWarning #### Defined in -node_modules/@types/react/index.d.ts:1961 +node_modules/@types/react/index.d.ts:1966 ___ @@ -4665,7 +4665,7 @@ InputHTMLAttributes.tabIndex #### Defined in -node_modules/@types/react/index.d.ts:1979 +node_modules/@types/react/index.d.ts:1983 ___ @@ -4679,7 +4679,7 @@ InputHTMLAttributes.title #### Defined in -node_modules/@types/react/index.d.ts:1980 +node_modules/@types/react/index.d.ts:1984 ___ @@ -4693,7 +4693,7 @@ InputHTMLAttributes.translate #### Defined in -node_modules/@types/react/index.d.ts:1981 +node_modules/@types/react/index.d.ts:1985 ___ @@ -4707,7 +4707,7 @@ InputHTMLAttributes.type #### Defined in -node_modules/@types/react/index.d.ts:2390 +node_modules/@types/react/index.d.ts:2395 ___ @@ -4721,7 +4721,7 @@ InputHTMLAttributes.typeof #### Defined in -node_modules/@types/react/index.d.ts:1999 +node_modules/@types/react/index.d.ts:2003 ___ @@ -4735,7 +4735,7 @@ InputHTMLAttributes.unselectable #### Defined in -node_modules/@types/react/index.d.ts:2014 +node_modules/@types/react/index.d.ts:2018 ___ @@ -4749,7 +4749,7 @@ InputHTMLAttributes.value #### Defined in -node_modules/@types/react/index.d.ts:2391 +node_modules/@types/react/index.d.ts:2396 ___ @@ -4763,7 +4763,7 @@ InputHTMLAttributes.vocab #### Defined in -node_modules/@types/react/index.d.ts:2000 +node_modules/@types/react/index.d.ts:2004 ___ @@ -4777,4 +4777,4 @@ InputHTMLAttributes.width #### Defined in -node_modules/@types/react/index.d.ts:2392 +node_modules/@types/react/index.d.ts:2397 diff --git a/packages/web/docs/interfaces/SelectProps.md b/packages/web/docs/interfaces/SelectProps.md index 68bb8f7..d68e1df 100644 --- a/packages/web/docs/interfaces/SelectProps.md +++ b/packages/web/docs/interfaces/SelectProps.md @@ -272,7 +272,6 @@ HTMLSelectElement attributes. - [onWheel](SelectProps.md#onwheel) - [onWheelCapture](SelectProps.md#onwheelcapture) - [options](SelectProps.md#options) -- [placeholder](SelectProps.md#placeholder) - [prefix](SelectProps.md#prefix) - [property](SelectProps.md#property) - [radioGroup](SelectProps.md#radiogroup) @@ -309,7 +308,7 @@ HTMLAttributes.about #### Defined in -node_modules/@types/react/index.d.ts:1990 +node_modules/@types/react/index.d.ts:1994 ___ @@ -323,7 +322,7 @@ HTMLAttributes.accessKey #### Defined in -node_modules/@types/react/index.d.ts:1964 +node_modules/@types/react/index.d.ts:1969 ___ @@ -339,7 +338,7 @@ HTMLAttributes.aria-activedescendant #### Defined in -node_modules/@types/react/index.d.ts:1662 +node_modules/@types/react/index.d.ts:1667 ___ @@ -355,7 +354,7 @@ HTMLAttributes.aria-atomic #### Defined in -node_modules/@types/react/index.d.ts:1664 +node_modules/@types/react/index.d.ts:1669 ___ @@ -372,7 +371,7 @@ HTMLAttributes.aria-autocomplete #### Defined in -node_modules/@types/react/index.d.ts:1669 +node_modules/@types/react/index.d.ts:1674 ___ @@ -392,7 +391,7 @@ HTMLAttributes.aria-braillelabel #### Defined in -node_modules/@types/react/index.d.ts:1675 +node_modules/@types/react/index.d.ts:1680 ___ @@ -412,7 +411,7 @@ HTMLAttributes.aria-brailleroledescription #### Defined in -node_modules/@types/react/index.d.ts:1680 +node_modules/@types/react/index.d.ts:1685 ___ @@ -426,7 +425,7 @@ HTMLAttributes.aria-busy #### Defined in -node_modules/@types/react/index.d.ts:1681 +node_modules/@types/react/index.d.ts:1686 ___ @@ -447,7 +446,7 @@ HTMLAttributes.aria-checked #### Defined in -node_modules/@types/react/index.d.ts:1686 +node_modules/@types/react/index.d.ts:1691 ___ @@ -467,7 +466,7 @@ HTMLAttributes.aria-colcount #### Defined in -node_modules/@types/react/index.d.ts:1691 +node_modules/@types/react/index.d.ts:1696 ___ @@ -488,7 +487,7 @@ HTMLAttributes.aria-colindex #### Defined in -node_modules/@types/react/index.d.ts:1696 +node_modules/@types/react/index.d.ts:1701 ___ @@ -508,7 +507,7 @@ HTMLAttributes.aria-colindextext #### Defined in -node_modules/@types/react/index.d.ts:1701 +node_modules/@types/react/index.d.ts:1706 ___ @@ -529,7 +528,7 @@ HTMLAttributes.aria-colspan #### Defined in -node_modules/@types/react/index.d.ts:1706 +node_modules/@types/react/index.d.ts:1711 ___ @@ -549,7 +548,7 @@ HTMLAttributes.aria-controls #### Defined in -node_modules/@types/react/index.d.ts:1711 +node_modules/@types/react/index.d.ts:1716 ___ @@ -565,7 +564,7 @@ HTMLAttributes.aria-current #### Defined in -node_modules/@types/react/index.d.ts:1713 +node_modules/@types/react/index.d.ts:1718 ___ @@ -585,7 +584,7 @@ HTMLAttributes.aria-describedby #### Defined in -node_modules/@types/react/index.d.ts:1718 +node_modules/@types/react/index.d.ts:1723 ___ @@ -605,7 +604,7 @@ HTMLAttributes.aria-description #### Defined in -node_modules/@types/react/index.d.ts:1723 +node_modules/@types/react/index.d.ts:1728 ___ @@ -625,7 +624,7 @@ HTMLAttributes.aria-details #### Defined in -node_modules/@types/react/index.d.ts:1728 +node_modules/@types/react/index.d.ts:1733 ___ @@ -646,7 +645,7 @@ HTMLAttributes.aria-disabled #### Defined in -node_modules/@types/react/index.d.ts:1733 +node_modules/@types/react/index.d.ts:1738 ___ @@ -666,7 +665,7 @@ HTMLAttributes.aria-dropeffect #### Defined in -node_modules/@types/react/index.d.ts:1738 +node_modules/@types/react/index.d.ts:1743 ___ @@ -687,7 +686,7 @@ HTMLAttributes.aria-errormessage #### Defined in -node_modules/@types/react/index.d.ts:1743 +node_modules/@types/react/index.d.ts:1748 ___ @@ -703,7 +702,7 @@ HTMLAttributes.aria-expanded #### Defined in -node_modules/@types/react/index.d.ts:1745 +node_modules/@types/react/index.d.ts:1750 ___ @@ -720,7 +719,7 @@ HTMLAttributes.aria-flowto #### Defined in -node_modules/@types/react/index.d.ts:1750 +node_modules/@types/react/index.d.ts:1755 ___ @@ -740,7 +739,7 @@ HTMLAttributes.aria-grabbed #### Defined in -node_modules/@types/react/index.d.ts:1755 +node_modules/@types/react/index.d.ts:1760 ___ @@ -756,7 +755,7 @@ HTMLAttributes.aria-haspopup #### Defined in -node_modules/@types/react/index.d.ts:1757 +node_modules/@types/react/index.d.ts:1762 ___ @@ -776,7 +775,7 @@ HTMLAttributes.aria-hidden #### Defined in -node_modules/@types/react/index.d.ts:1762 +node_modules/@types/react/index.d.ts:1767 ___ @@ -796,7 +795,7 @@ HTMLAttributes.aria-invalid #### Defined in -node_modules/@types/react/index.d.ts:1767 +node_modules/@types/react/index.d.ts:1772 ___ @@ -812,7 +811,7 @@ HTMLAttributes.aria-keyshortcuts #### Defined in -node_modules/@types/react/index.d.ts:1769 +node_modules/@types/react/index.d.ts:1774 ___ @@ -832,7 +831,7 @@ HTMLAttributes.aria-label #### Defined in -node_modules/@types/react/index.d.ts:1774 +node_modules/@types/react/index.d.ts:1779 ___ @@ -852,7 +851,7 @@ HTMLAttributes.aria-labelledby #### Defined in -node_modules/@types/react/index.d.ts:1779 +node_modules/@types/react/index.d.ts:1784 ___ @@ -868,7 +867,7 @@ HTMLAttributes.aria-level #### Defined in -node_modules/@types/react/index.d.ts:1781 +node_modules/@types/react/index.d.ts:1786 ___ @@ -884,7 +883,7 @@ HTMLAttributes.aria-live #### Defined in -node_modules/@types/react/index.d.ts:1783 +node_modules/@types/react/index.d.ts:1788 ___ @@ -900,7 +899,7 @@ HTMLAttributes.aria-modal #### Defined in -node_modules/@types/react/index.d.ts:1785 +node_modules/@types/react/index.d.ts:1790 ___ @@ -916,7 +915,7 @@ HTMLAttributes.aria-multiline #### Defined in -node_modules/@types/react/index.d.ts:1787 +node_modules/@types/react/index.d.ts:1792 ___ @@ -932,7 +931,7 @@ HTMLAttributes.aria-multiselectable #### Defined in -node_modules/@types/react/index.d.ts:1789 +node_modules/@types/react/index.d.ts:1794 ___ @@ -948,7 +947,7 @@ HTMLAttributes.aria-orientation #### Defined in -node_modules/@types/react/index.d.ts:1791 +node_modules/@types/react/index.d.ts:1796 ___ @@ -969,7 +968,7 @@ HTMLAttributes.aria-owns #### Defined in -node_modules/@types/react/index.d.ts:1797 +node_modules/@types/react/index.d.ts:1802 ___ @@ -986,7 +985,7 @@ HTMLAttributes.aria-placeholder #### Defined in -node_modules/@types/react/index.d.ts:1802 +node_modules/@types/react/index.d.ts:1807 ___ @@ -1006,7 +1005,7 @@ HTMLAttributes.aria-posinset #### Defined in -node_modules/@types/react/index.d.ts:1807 +node_modules/@types/react/index.d.ts:1812 ___ @@ -1027,7 +1026,7 @@ HTMLAttributes.aria-pressed #### Defined in -node_modules/@types/react/index.d.ts:1812 +node_modules/@types/react/index.d.ts:1817 ___ @@ -1047,7 +1046,7 @@ HTMLAttributes.aria-readonly #### Defined in -node_modules/@types/react/index.d.ts:1817 +node_modules/@types/react/index.d.ts:1822 ___ @@ -1067,7 +1066,7 @@ HTMLAttributes.aria-relevant #### Defined in -node_modules/@types/react/index.d.ts:1822 +node_modules/@types/react/index.d.ts:1827 ___ @@ -1083,7 +1082,7 @@ HTMLAttributes.aria-required #### Defined in -node_modules/@types/react/index.d.ts:1835 +node_modules/@types/react/index.d.ts:1840 ___ @@ -1099,7 +1098,7 @@ HTMLAttributes.aria-roledescription #### Defined in -node_modules/@types/react/index.d.ts:1837 +node_modules/@types/react/index.d.ts:1842 ___ @@ -1119,7 +1118,7 @@ HTMLAttributes.aria-rowcount #### Defined in -node_modules/@types/react/index.d.ts:1842 +node_modules/@types/react/index.d.ts:1847 ___ @@ -1140,7 +1139,7 @@ HTMLAttributes.aria-rowindex #### Defined in -node_modules/@types/react/index.d.ts:1847 +node_modules/@types/react/index.d.ts:1852 ___ @@ -1160,7 +1159,7 @@ HTMLAttributes.aria-rowindextext #### Defined in -node_modules/@types/react/index.d.ts:1852 +node_modules/@types/react/index.d.ts:1857 ___ @@ -1181,7 +1180,7 @@ HTMLAttributes.aria-rowspan #### Defined in -node_modules/@types/react/index.d.ts:1857 +node_modules/@types/react/index.d.ts:1862 ___ @@ -1202,7 +1201,7 @@ HTMLAttributes.aria-selected #### Defined in -node_modules/@types/react/index.d.ts:1862 +node_modules/@types/react/index.d.ts:1867 ___ @@ -1222,7 +1221,7 @@ HTMLAttributes.aria-setsize #### Defined in -node_modules/@types/react/index.d.ts:1867 +node_modules/@types/react/index.d.ts:1872 ___ @@ -1238,7 +1237,7 @@ HTMLAttributes.aria-sort #### Defined in -node_modules/@types/react/index.d.ts:1869 +node_modules/@types/react/index.d.ts:1874 ___ @@ -1254,7 +1253,7 @@ HTMLAttributes.aria-valuemax #### Defined in -node_modules/@types/react/index.d.ts:1871 +node_modules/@types/react/index.d.ts:1876 ___ @@ -1270,7 +1269,7 @@ HTMLAttributes.aria-valuemin #### Defined in -node_modules/@types/react/index.d.ts:1873 +node_modules/@types/react/index.d.ts:1878 ___ @@ -1290,7 +1289,7 @@ HTMLAttributes.aria-valuenow #### Defined in -node_modules/@types/react/index.d.ts:1878 +node_modules/@types/react/index.d.ts:1883 ___ @@ -1306,7 +1305,7 @@ HTMLAttributes.aria-valuetext #### Defined in -node_modules/@types/react/index.d.ts:1880 +node_modules/@types/react/index.d.ts:1885 ___ @@ -1320,7 +1319,7 @@ HTMLAttributes.autoCapitalize #### Defined in -node_modules/@types/react/index.d.ts:2003 +node_modules/@types/react/index.d.ts:2007 ___ @@ -1334,7 +1333,7 @@ HTMLAttributes.autoCorrect #### Defined in -node_modules/@types/react/index.d.ts:2004 +node_modules/@types/react/index.d.ts:2008 ___ @@ -1348,7 +1347,7 @@ HTMLAttributes.autoFocus #### Defined in -node_modules/@types/react/index.d.ts:1965 +node_modules/@types/react/index.d.ts:1970 ___ @@ -1362,7 +1361,7 @@ HTMLAttributes.autoSave #### Defined in -node_modules/@types/react/index.d.ts:2005 +node_modules/@types/react/index.d.ts:2009 ___ @@ -1376,7 +1375,7 @@ HTMLAttributes.children #### Defined in -node_modules/@types/react/index.d.ts:1446 +node_modules/@types/react/index.d.ts:1451 ___ @@ -1390,7 +1389,7 @@ HTMLAttributes.className #### Defined in -node_modules/@types/react/index.d.ts:1966 +node_modules/@types/react/index.d.ts:1971 ___ @@ -1404,7 +1403,7 @@ HTMLAttributes.color #### Defined in -node_modules/@types/react/index.d.ts:2006 +node_modules/@types/react/index.d.ts:2010 ___ @@ -1418,7 +1417,7 @@ HTMLAttributes.content #### Defined in -node_modules/@types/react/index.d.ts:1991 +node_modules/@types/react/index.d.ts:1995 ___ @@ -1432,7 +1431,7 @@ HTMLAttributes.contentEditable #### Defined in -node_modules/@types/react/index.d.ts:1967 +node_modules/@types/react/index.d.ts:1972 ___ @@ -1446,7 +1445,7 @@ HTMLAttributes.contextMenu #### Defined in -node_modules/@types/react/index.d.ts:1968 +node_modules/@types/react/index.d.ts:1973 ___ @@ -1466,7 +1465,7 @@ HTMLAttributes.dangerouslySetInnerHTML #### Defined in -node_modules/@types/react/index.d.ts:1447 +node_modules/@types/react/index.d.ts:1452 ___ @@ -1480,7 +1479,7 @@ HTMLAttributes.datatype #### Defined in -node_modules/@types/react/index.d.ts:1992 +node_modules/@types/react/index.d.ts:1996 ___ @@ -1494,7 +1493,7 @@ HTMLAttributes.defaultChecked #### Defined in -node_modules/@types/react/index.d.ts:1958 +node_modules/@types/react/index.d.ts:1963 ___ @@ -1508,7 +1507,7 @@ HTMLAttributes.defaultValue #### Defined in -node_modules/@types/react/index.d.ts:1959 +node_modules/@types/react/index.d.ts:1964 ___ @@ -1522,7 +1521,7 @@ HTMLAttributes.dir #### Defined in -node_modules/@types/react/index.d.ts:1969 +node_modules/@types/react/index.d.ts:1974 ___ @@ -1536,7 +1535,7 @@ HTMLAttributes.draggable #### Defined in -node_modules/@types/react/index.d.ts:1970 +node_modules/@types/react/index.d.ts:1975 ___ @@ -1550,7 +1549,7 @@ HTMLAttributes.hidden #### Defined in -node_modules/@types/react/index.d.ts:1971 +node_modules/@types/react/index.d.ts:1976 ___ @@ -1564,7 +1563,7 @@ HTMLAttributes.id #### Defined in -node_modules/@types/react/index.d.ts:1972 +node_modules/@types/react/index.d.ts:1977 ___ @@ -1597,7 +1596,7 @@ HTMLAttributes.inlist #### Defined in -node_modules/@types/react/index.d.ts:1993 +node_modules/@types/react/index.d.ts:1997 ___ @@ -1617,7 +1616,7 @@ HTMLAttributes.inputMode #### Defined in -node_modules/@types/react/index.d.ts:2021 +node_modules/@types/react/index.d.ts:2025 ___ @@ -1637,7 +1636,7 @@ HTMLAttributes.is #### Defined in -node_modules/@types/react/index.d.ts:2026 +node_modules/@types/react/index.d.ts:2030 ___ @@ -1651,7 +1650,7 @@ HTMLAttributes.itemID #### Defined in -node_modules/@types/react/index.d.ts:2010 +node_modules/@types/react/index.d.ts:2014 ___ @@ -1665,7 +1664,7 @@ HTMLAttributes.itemProp #### Defined in -node_modules/@types/react/index.d.ts:2007 +node_modules/@types/react/index.d.ts:2011 ___ @@ -1679,7 +1678,7 @@ HTMLAttributes.itemRef #### Defined in -node_modules/@types/react/index.d.ts:2011 +node_modules/@types/react/index.d.ts:2015 ___ @@ -1693,7 +1692,7 @@ HTMLAttributes.itemScope #### Defined in -node_modules/@types/react/index.d.ts:2008 +node_modules/@types/react/index.d.ts:2012 ___ @@ -1707,7 +1706,7 @@ HTMLAttributes.itemType #### Defined in -node_modules/@types/react/index.d.ts:2009 +node_modules/@types/react/index.d.ts:2013 ___ @@ -1734,7 +1733,7 @@ HTMLAttributes.lang #### Defined in -node_modules/@types/react/index.d.ts:1973 +node_modules/@types/react/index.d.ts:1978 ___ @@ -1778,7 +1777,7 @@ HTMLAttributes.nonce #### Defined in -node_modules/@types/react/index.d.ts:1974 +node_modules/@types/react/index.d.ts:1979 ___ @@ -1792,7 +1791,7 @@ HTMLAttributes.onAbort #### Defined in -node_modules/@types/react/index.d.ts:1506 +node_modules/@types/react/index.d.ts:1511 ___ @@ -1806,7 +1805,7 @@ HTMLAttributes.onAbortCapture #### Defined in -node_modules/@types/react/index.d.ts:1507 +node_modules/@types/react/index.d.ts:1512 ___ @@ -1820,7 +1819,7 @@ HTMLAttributes.onAnimationEnd #### Defined in -node_modules/@types/react/index.d.ts:1638 +node_modules/@types/react/index.d.ts:1643 ___ @@ -1834,7 +1833,7 @@ HTMLAttributes.onAnimationEndCapture #### Defined in -node_modules/@types/react/index.d.ts:1639 +node_modules/@types/react/index.d.ts:1644 ___ @@ -1848,7 +1847,7 @@ HTMLAttributes.onAnimationIteration #### Defined in -node_modules/@types/react/index.d.ts:1640 +node_modules/@types/react/index.d.ts:1645 ___ @@ -1862,7 +1861,7 @@ HTMLAttributes.onAnimationIterationCapture #### Defined in -node_modules/@types/react/index.d.ts:1641 +node_modules/@types/react/index.d.ts:1646 ___ @@ -1876,7 +1875,7 @@ HTMLAttributes.onAnimationStart #### Defined in -node_modules/@types/react/index.d.ts:1636 +node_modules/@types/react/index.d.ts:1641 ___ @@ -1890,7 +1889,7 @@ HTMLAttributes.onAnimationStartCapture #### Defined in -node_modules/@types/react/index.d.ts:1637 +node_modules/@types/react/index.d.ts:1642 ___ @@ -1904,7 +1903,7 @@ HTMLAttributes.onAuxClick #### Defined in -node_modules/@types/react/index.d.ts:1554 +node_modules/@types/react/index.d.ts:1559 ___ @@ -1918,7 +1917,7 @@ HTMLAttributes.onAuxClickCapture #### Defined in -node_modules/@types/react/index.d.ts:1555 +node_modules/@types/react/index.d.ts:1560 ___ @@ -1932,7 +1931,7 @@ HTMLAttributes.onBeforeInput #### Defined in -node_modules/@types/react/index.d.ts:1478 +node_modules/@types/react/index.d.ts:1483 ___ @@ -1946,7 +1945,7 @@ HTMLAttributes.onBeforeInputCapture #### Defined in -node_modules/@types/react/index.d.ts:1479 +node_modules/@types/react/index.d.ts:1484 ___ @@ -1960,7 +1959,7 @@ HTMLAttributes.onBlur #### Defined in -node_modules/@types/react/index.d.ts:1472 +node_modules/@types/react/index.d.ts:1477 ___ @@ -1974,7 +1973,7 @@ HTMLAttributes.onBlurCapture #### Defined in -node_modules/@types/react/index.d.ts:1473 +node_modules/@types/react/index.d.ts:1478 ___ @@ -1988,7 +1987,7 @@ HTMLAttributes.onCanPlay #### Defined in -node_modules/@types/react/index.d.ts:1508 +node_modules/@types/react/index.d.ts:1513 ___ @@ -2002,7 +2001,7 @@ HTMLAttributes.onCanPlayCapture #### Defined in -node_modules/@types/react/index.d.ts:1509 +node_modules/@types/react/index.d.ts:1514 ___ @@ -2016,7 +2015,7 @@ HTMLAttributes.onCanPlayThrough #### Defined in -node_modules/@types/react/index.d.ts:1510 +node_modules/@types/react/index.d.ts:1515 ___ @@ -2030,7 +2029,7 @@ HTMLAttributes.onCanPlayThroughCapture #### Defined in -node_modules/@types/react/index.d.ts:1511 +node_modules/@types/react/index.d.ts:1516 ___ @@ -2044,7 +2043,7 @@ HTMLAttributes.onChange #### Defined in -node_modules/@types/react/index.d.ts:1476 +node_modules/@types/react/index.d.ts:1481 ___ @@ -2058,7 +2057,7 @@ HTMLAttributes.onChangeCapture #### Defined in -node_modules/@types/react/index.d.ts:1477 +node_modules/@types/react/index.d.ts:1482 ___ @@ -2072,7 +2071,7 @@ HTMLAttributes.onClick #### Defined in -node_modules/@types/react/index.d.ts:1556 +node_modules/@types/react/index.d.ts:1561 ___ @@ -2086,7 +2085,7 @@ HTMLAttributes.onClickCapture #### Defined in -node_modules/@types/react/index.d.ts:1557 +node_modules/@types/react/index.d.ts:1562 ___ @@ -2100,7 +2099,7 @@ HTMLAttributes.onCompositionEnd #### Defined in -node_modules/@types/react/index.d.ts:1462 +node_modules/@types/react/index.d.ts:1467 ___ @@ -2114,7 +2113,7 @@ HTMLAttributes.onCompositionEndCapture #### Defined in -node_modules/@types/react/index.d.ts:1463 +node_modules/@types/react/index.d.ts:1468 ___ @@ -2128,7 +2127,7 @@ HTMLAttributes.onCompositionStart #### Defined in -node_modules/@types/react/index.d.ts:1464 +node_modules/@types/react/index.d.ts:1469 ___ @@ -2142,7 +2141,7 @@ HTMLAttributes.onCompositionStartCapture #### Defined in -node_modules/@types/react/index.d.ts:1465 +node_modules/@types/react/index.d.ts:1470 ___ @@ -2156,7 +2155,7 @@ HTMLAttributes.onCompositionUpdate #### Defined in -node_modules/@types/react/index.d.ts:1466 +node_modules/@types/react/index.d.ts:1471 ___ @@ -2170,7 +2169,7 @@ HTMLAttributes.onCompositionUpdateCapture #### Defined in -node_modules/@types/react/index.d.ts:1467 +node_modules/@types/react/index.d.ts:1472 ___ @@ -2184,7 +2183,7 @@ HTMLAttributes.onContextMenu #### Defined in -node_modules/@types/react/index.d.ts:1558 +node_modules/@types/react/index.d.ts:1563 ___ @@ -2198,7 +2197,7 @@ HTMLAttributes.onContextMenuCapture #### Defined in -node_modules/@types/react/index.d.ts:1559 +node_modules/@types/react/index.d.ts:1564 ___ @@ -2212,7 +2211,7 @@ HTMLAttributes.onCopy #### Defined in -node_modules/@types/react/index.d.ts:1454 +node_modules/@types/react/index.d.ts:1459 ___ @@ -2226,7 +2225,7 @@ HTMLAttributes.onCopyCapture #### Defined in -node_modules/@types/react/index.d.ts:1455 +node_modules/@types/react/index.d.ts:1460 ___ @@ -2240,7 +2239,7 @@ HTMLAttributes.onCut #### Defined in -node_modules/@types/react/index.d.ts:1456 +node_modules/@types/react/index.d.ts:1461 ___ @@ -2254,7 +2253,7 @@ HTMLAttributes.onCutCapture #### Defined in -node_modules/@types/react/index.d.ts:1457 +node_modules/@types/react/index.d.ts:1462 ___ @@ -2268,7 +2267,7 @@ HTMLAttributes.onDoubleClick #### Defined in -node_modules/@types/react/index.d.ts:1560 +node_modules/@types/react/index.d.ts:1565 ___ @@ -2282,7 +2281,7 @@ HTMLAttributes.onDoubleClickCapture #### Defined in -node_modules/@types/react/index.d.ts:1561 +node_modules/@types/react/index.d.ts:1566 ___ @@ -2296,7 +2295,7 @@ HTMLAttributes.onDrag #### Defined in -node_modules/@types/react/index.d.ts:1562 +node_modules/@types/react/index.d.ts:1567 ___ @@ -2310,7 +2309,7 @@ HTMLAttributes.onDragCapture #### Defined in -node_modules/@types/react/index.d.ts:1563 +node_modules/@types/react/index.d.ts:1568 ___ @@ -2324,7 +2323,7 @@ HTMLAttributes.onDragEnd #### Defined in -node_modules/@types/react/index.d.ts:1564 +node_modules/@types/react/index.d.ts:1569 ___ @@ -2338,7 +2337,7 @@ HTMLAttributes.onDragEndCapture #### Defined in -node_modules/@types/react/index.d.ts:1565 +node_modules/@types/react/index.d.ts:1570 ___ @@ -2352,7 +2351,7 @@ HTMLAttributes.onDragEnter #### Defined in -node_modules/@types/react/index.d.ts:1566 +node_modules/@types/react/index.d.ts:1571 ___ @@ -2366,7 +2365,7 @@ HTMLAttributes.onDragEnterCapture #### Defined in -node_modules/@types/react/index.d.ts:1567 +node_modules/@types/react/index.d.ts:1572 ___ @@ -2380,7 +2379,7 @@ HTMLAttributes.onDragExit #### Defined in -node_modules/@types/react/index.d.ts:1568 +node_modules/@types/react/index.d.ts:1573 ___ @@ -2394,7 +2393,7 @@ HTMLAttributes.onDragExitCapture #### Defined in -node_modules/@types/react/index.d.ts:1569 +node_modules/@types/react/index.d.ts:1574 ___ @@ -2408,7 +2407,7 @@ HTMLAttributes.onDragLeave #### Defined in -node_modules/@types/react/index.d.ts:1570 +node_modules/@types/react/index.d.ts:1575 ___ @@ -2422,7 +2421,7 @@ HTMLAttributes.onDragLeaveCapture #### Defined in -node_modules/@types/react/index.d.ts:1571 +node_modules/@types/react/index.d.ts:1576 ___ @@ -2436,7 +2435,7 @@ HTMLAttributes.onDragOver #### Defined in -node_modules/@types/react/index.d.ts:1572 +node_modules/@types/react/index.d.ts:1577 ___ @@ -2450,7 +2449,7 @@ HTMLAttributes.onDragOverCapture #### Defined in -node_modules/@types/react/index.d.ts:1573 +node_modules/@types/react/index.d.ts:1578 ___ @@ -2464,7 +2463,7 @@ HTMLAttributes.onDragStart #### Defined in -node_modules/@types/react/index.d.ts:1574 +node_modules/@types/react/index.d.ts:1579 ___ @@ -2478,7 +2477,7 @@ HTMLAttributes.onDragStartCapture #### Defined in -node_modules/@types/react/index.d.ts:1575 +node_modules/@types/react/index.d.ts:1580 ___ @@ -2492,7 +2491,7 @@ HTMLAttributes.onDrop #### Defined in -node_modules/@types/react/index.d.ts:1576 +node_modules/@types/react/index.d.ts:1581 ___ @@ -2506,7 +2505,7 @@ HTMLAttributes.onDropCapture #### Defined in -node_modules/@types/react/index.d.ts:1577 +node_modules/@types/react/index.d.ts:1582 ___ @@ -2520,7 +2519,7 @@ HTMLAttributes.onDurationChange #### Defined in -node_modules/@types/react/index.d.ts:1512 +node_modules/@types/react/index.d.ts:1517 ___ @@ -2534,7 +2533,7 @@ HTMLAttributes.onDurationChangeCapture #### Defined in -node_modules/@types/react/index.d.ts:1513 +node_modules/@types/react/index.d.ts:1518 ___ @@ -2548,7 +2547,7 @@ HTMLAttributes.onEmptied #### Defined in -node_modules/@types/react/index.d.ts:1514 +node_modules/@types/react/index.d.ts:1519 ___ @@ -2562,7 +2561,7 @@ HTMLAttributes.onEmptiedCapture #### Defined in -node_modules/@types/react/index.d.ts:1515 +node_modules/@types/react/index.d.ts:1520 ___ @@ -2576,7 +2575,7 @@ HTMLAttributes.onEncrypted #### Defined in -node_modules/@types/react/index.d.ts:1516 +node_modules/@types/react/index.d.ts:1521 ___ @@ -2590,7 +2589,7 @@ HTMLAttributes.onEncryptedCapture #### Defined in -node_modules/@types/react/index.d.ts:1517 +node_modules/@types/react/index.d.ts:1522 ___ @@ -2604,7 +2603,7 @@ HTMLAttributes.onEnded #### Defined in -node_modules/@types/react/index.d.ts:1518 +node_modules/@types/react/index.d.ts:1523 ___ @@ -2618,7 +2617,7 @@ HTMLAttributes.onEndedCapture #### Defined in -node_modules/@types/react/index.d.ts:1519 +node_modules/@types/react/index.d.ts:1524 ___ @@ -2632,7 +2631,7 @@ HTMLAttributes.onError #### Defined in -node_modules/@types/react/index.d.ts:1492 +node_modules/@types/react/index.d.ts:1497 ___ @@ -2646,7 +2645,7 @@ HTMLAttributes.onErrorCapture #### Defined in -node_modules/@types/react/index.d.ts:1493 +node_modules/@types/react/index.d.ts:1498 ___ @@ -2660,7 +2659,7 @@ HTMLAttributes.onFocus #### Defined in -node_modules/@types/react/index.d.ts:1470 +node_modules/@types/react/index.d.ts:1475 ___ @@ -2674,7 +2673,7 @@ HTMLAttributes.onFocusCapture #### Defined in -node_modules/@types/react/index.d.ts:1471 +node_modules/@types/react/index.d.ts:1476 ___ @@ -2688,7 +2687,7 @@ HTMLAttributes.onGotPointerCapture #### Defined in -node_modules/@types/react/index.d.ts:1622 +node_modules/@types/react/index.d.ts:1627 ___ @@ -2702,7 +2701,7 @@ HTMLAttributes.onGotPointerCaptureCapture #### Defined in -node_modules/@types/react/index.d.ts:1623 +node_modules/@types/react/index.d.ts:1628 ___ @@ -2716,7 +2715,7 @@ HTMLAttributes.onInput #### Defined in -node_modules/@types/react/index.d.ts:1480 +node_modules/@types/react/index.d.ts:1485 ___ @@ -2730,7 +2729,7 @@ HTMLAttributes.onInputCapture #### Defined in -node_modules/@types/react/index.d.ts:1481 +node_modules/@types/react/index.d.ts:1486 ___ @@ -2744,7 +2743,7 @@ HTMLAttributes.onInvalid #### Defined in -node_modules/@types/react/index.d.ts:1486 +node_modules/@types/react/index.d.ts:1491 ___ @@ -2758,7 +2757,7 @@ HTMLAttributes.onInvalidCapture #### Defined in -node_modules/@types/react/index.d.ts:1487 +node_modules/@types/react/index.d.ts:1492 ___ @@ -2772,7 +2771,7 @@ HTMLAttributes.onKeyDown #### Defined in -node_modules/@types/react/index.d.ts:1496 +node_modules/@types/react/index.d.ts:1501 ___ @@ -2786,7 +2785,7 @@ HTMLAttributes.onKeyDownCapture #### Defined in -node_modules/@types/react/index.d.ts:1497 +node_modules/@types/react/index.d.ts:1502 ___ @@ -2802,7 +2801,7 @@ HTMLAttributes.onKeyPress #### Defined in -node_modules/@types/react/index.d.ts:1499 +node_modules/@types/react/index.d.ts:1504 ___ @@ -2818,7 +2817,7 @@ HTMLAttributes.onKeyPressCapture #### Defined in -node_modules/@types/react/index.d.ts:1501 +node_modules/@types/react/index.d.ts:1506 ___ @@ -2832,7 +2831,7 @@ HTMLAttributes.onKeyUp #### Defined in -node_modules/@types/react/index.d.ts:1502 +node_modules/@types/react/index.d.ts:1507 ___ @@ -2846,7 +2845,7 @@ HTMLAttributes.onKeyUpCapture #### Defined in -node_modules/@types/react/index.d.ts:1503 +node_modules/@types/react/index.d.ts:1508 ___ @@ -2860,7 +2859,7 @@ HTMLAttributes.onLoad #### Defined in -node_modules/@types/react/index.d.ts:1490 +node_modules/@types/react/index.d.ts:1495 ___ @@ -2874,7 +2873,7 @@ HTMLAttributes.onLoadCapture #### Defined in -node_modules/@types/react/index.d.ts:1491 +node_modules/@types/react/index.d.ts:1496 ___ @@ -2888,7 +2887,7 @@ HTMLAttributes.onLoadStart #### Defined in -node_modules/@types/react/index.d.ts:1524 +node_modules/@types/react/index.d.ts:1529 ___ @@ -2902,7 +2901,7 @@ HTMLAttributes.onLoadStartCapture #### Defined in -node_modules/@types/react/index.d.ts:1525 +node_modules/@types/react/index.d.ts:1530 ___ @@ -2916,7 +2915,7 @@ HTMLAttributes.onLoadedData #### Defined in -node_modules/@types/react/index.d.ts:1520 +node_modules/@types/react/index.d.ts:1525 ___ @@ -2930,7 +2929,7 @@ HTMLAttributes.onLoadedDataCapture #### Defined in -node_modules/@types/react/index.d.ts:1521 +node_modules/@types/react/index.d.ts:1526 ___ @@ -2944,7 +2943,7 @@ HTMLAttributes.onLoadedMetadata #### Defined in -node_modules/@types/react/index.d.ts:1522 +node_modules/@types/react/index.d.ts:1527 ___ @@ -2958,7 +2957,7 @@ HTMLAttributes.onLoadedMetadataCapture #### Defined in -node_modules/@types/react/index.d.ts:1523 +node_modules/@types/react/index.d.ts:1528 ___ @@ -2972,7 +2971,7 @@ HTMLAttributes.onLostPointerCapture #### Defined in -node_modules/@types/react/index.d.ts:1624 +node_modules/@types/react/index.d.ts:1629 ___ @@ -2986,7 +2985,7 @@ HTMLAttributes.onLostPointerCaptureCapture #### Defined in -node_modules/@types/react/index.d.ts:1625 +node_modules/@types/react/index.d.ts:1630 ___ @@ -3000,7 +2999,7 @@ HTMLAttributes.onMouseDown #### Defined in -node_modules/@types/react/index.d.ts:1578 +node_modules/@types/react/index.d.ts:1583 ___ @@ -3014,7 +3013,7 @@ HTMLAttributes.onMouseDownCapture #### Defined in -node_modules/@types/react/index.d.ts:1579 +node_modules/@types/react/index.d.ts:1584 ___ @@ -3028,7 +3027,7 @@ HTMLAttributes.onMouseEnter #### Defined in -node_modules/@types/react/index.d.ts:1580 +node_modules/@types/react/index.d.ts:1585 ___ @@ -3042,7 +3041,7 @@ HTMLAttributes.onMouseLeave #### Defined in -node_modules/@types/react/index.d.ts:1581 +node_modules/@types/react/index.d.ts:1586 ___ @@ -3056,7 +3055,7 @@ HTMLAttributes.onMouseMove #### Defined in -node_modules/@types/react/index.d.ts:1582 +node_modules/@types/react/index.d.ts:1587 ___ @@ -3070,7 +3069,7 @@ HTMLAttributes.onMouseMoveCapture #### Defined in -node_modules/@types/react/index.d.ts:1583 +node_modules/@types/react/index.d.ts:1588 ___ @@ -3084,7 +3083,7 @@ HTMLAttributes.onMouseOut #### Defined in -node_modules/@types/react/index.d.ts:1584 +node_modules/@types/react/index.d.ts:1589 ___ @@ -3098,7 +3097,7 @@ HTMLAttributes.onMouseOutCapture #### Defined in -node_modules/@types/react/index.d.ts:1585 +node_modules/@types/react/index.d.ts:1590 ___ @@ -3112,7 +3111,7 @@ HTMLAttributes.onMouseOver #### Defined in -node_modules/@types/react/index.d.ts:1586 +node_modules/@types/react/index.d.ts:1591 ___ @@ -3126,7 +3125,7 @@ HTMLAttributes.onMouseOverCapture #### Defined in -node_modules/@types/react/index.d.ts:1587 +node_modules/@types/react/index.d.ts:1592 ___ @@ -3140,7 +3139,7 @@ HTMLAttributes.onMouseUp #### Defined in -node_modules/@types/react/index.d.ts:1588 +node_modules/@types/react/index.d.ts:1593 ___ @@ -3154,7 +3153,7 @@ HTMLAttributes.onMouseUpCapture #### Defined in -node_modules/@types/react/index.d.ts:1589 +node_modules/@types/react/index.d.ts:1594 ___ @@ -3168,7 +3167,7 @@ HTMLAttributes.onPaste #### Defined in -node_modules/@types/react/index.d.ts:1458 +node_modules/@types/react/index.d.ts:1463 ___ @@ -3182,7 +3181,7 @@ HTMLAttributes.onPasteCapture #### Defined in -node_modules/@types/react/index.d.ts:1459 +node_modules/@types/react/index.d.ts:1464 ___ @@ -3196,7 +3195,7 @@ HTMLAttributes.onPause #### Defined in -node_modules/@types/react/index.d.ts:1526 +node_modules/@types/react/index.d.ts:1531 ___ @@ -3210,7 +3209,7 @@ HTMLAttributes.onPauseCapture #### Defined in -node_modules/@types/react/index.d.ts:1527 +node_modules/@types/react/index.d.ts:1532 ___ @@ -3224,7 +3223,7 @@ HTMLAttributes.onPlay #### Defined in -node_modules/@types/react/index.d.ts:1528 +node_modules/@types/react/index.d.ts:1533 ___ @@ -3238,7 +3237,7 @@ HTMLAttributes.onPlayCapture #### Defined in -node_modules/@types/react/index.d.ts:1529 +node_modules/@types/react/index.d.ts:1534 ___ @@ -3252,7 +3251,7 @@ HTMLAttributes.onPlaying #### Defined in -node_modules/@types/react/index.d.ts:1530 +node_modules/@types/react/index.d.ts:1535 ___ @@ -3266,7 +3265,7 @@ HTMLAttributes.onPlayingCapture #### Defined in -node_modules/@types/react/index.d.ts:1531 +node_modules/@types/react/index.d.ts:1536 ___ @@ -3280,7 +3279,7 @@ HTMLAttributes.onPointerCancel #### Defined in -node_modules/@types/react/index.d.ts:1612 +node_modules/@types/react/index.d.ts:1617 ___ @@ -3294,7 +3293,7 @@ HTMLAttributes.onPointerCancelCapture #### Defined in -node_modules/@types/react/index.d.ts:1613 +node_modules/@types/react/index.d.ts:1618 ___ @@ -3308,7 +3307,7 @@ HTMLAttributes.onPointerDown #### Defined in -node_modules/@types/react/index.d.ts:1606 +node_modules/@types/react/index.d.ts:1611 ___ @@ -3322,7 +3321,7 @@ HTMLAttributes.onPointerDownCapture #### Defined in -node_modules/@types/react/index.d.ts:1607 +node_modules/@types/react/index.d.ts:1612 ___ @@ -3336,7 +3335,7 @@ HTMLAttributes.onPointerEnter #### Defined in -node_modules/@types/react/index.d.ts:1614 +node_modules/@types/react/index.d.ts:1619 ___ @@ -3350,7 +3349,7 @@ HTMLAttributes.onPointerEnterCapture #### Defined in -node_modules/@types/react/index.d.ts:1615 +node_modules/@types/react/index.d.ts:1620 ___ @@ -3364,7 +3363,7 @@ HTMLAttributes.onPointerLeave #### Defined in -node_modules/@types/react/index.d.ts:1616 +node_modules/@types/react/index.d.ts:1621 ___ @@ -3378,7 +3377,7 @@ HTMLAttributes.onPointerLeaveCapture #### Defined in -node_modules/@types/react/index.d.ts:1617 +node_modules/@types/react/index.d.ts:1622 ___ @@ -3392,7 +3391,7 @@ HTMLAttributes.onPointerMove #### Defined in -node_modules/@types/react/index.d.ts:1608 +node_modules/@types/react/index.d.ts:1613 ___ @@ -3406,7 +3405,7 @@ HTMLAttributes.onPointerMoveCapture #### Defined in -node_modules/@types/react/index.d.ts:1609 +node_modules/@types/react/index.d.ts:1614 ___ @@ -3420,7 +3419,7 @@ HTMLAttributes.onPointerOut #### Defined in -node_modules/@types/react/index.d.ts:1620 +node_modules/@types/react/index.d.ts:1625 ___ @@ -3434,7 +3433,7 @@ HTMLAttributes.onPointerOutCapture #### Defined in -node_modules/@types/react/index.d.ts:1621 +node_modules/@types/react/index.d.ts:1626 ___ @@ -3448,7 +3447,7 @@ HTMLAttributes.onPointerOver #### Defined in -node_modules/@types/react/index.d.ts:1618 +node_modules/@types/react/index.d.ts:1623 ___ @@ -3462,7 +3461,7 @@ HTMLAttributes.onPointerOverCapture #### Defined in -node_modules/@types/react/index.d.ts:1619 +node_modules/@types/react/index.d.ts:1624 ___ @@ -3476,7 +3475,7 @@ HTMLAttributes.onPointerUp #### Defined in -node_modules/@types/react/index.d.ts:1610 +node_modules/@types/react/index.d.ts:1615 ___ @@ -3490,7 +3489,7 @@ HTMLAttributes.onPointerUpCapture #### Defined in -node_modules/@types/react/index.d.ts:1611 +node_modules/@types/react/index.d.ts:1616 ___ @@ -3504,7 +3503,7 @@ HTMLAttributes.onProgress #### Defined in -node_modules/@types/react/index.d.ts:1532 +node_modules/@types/react/index.d.ts:1537 ___ @@ -3518,7 +3517,7 @@ HTMLAttributes.onProgressCapture #### Defined in -node_modules/@types/react/index.d.ts:1533 +node_modules/@types/react/index.d.ts:1538 ___ @@ -3532,7 +3531,7 @@ HTMLAttributes.onRateChange #### Defined in -node_modules/@types/react/index.d.ts:1534 +node_modules/@types/react/index.d.ts:1539 ___ @@ -3546,7 +3545,7 @@ HTMLAttributes.onRateChangeCapture #### Defined in -node_modules/@types/react/index.d.ts:1535 +node_modules/@types/react/index.d.ts:1540 ___ @@ -3560,7 +3559,7 @@ HTMLAttributes.onReset #### Defined in -node_modules/@types/react/index.d.ts:1482 +node_modules/@types/react/index.d.ts:1487 ___ @@ -3574,7 +3573,7 @@ HTMLAttributes.onResetCapture #### Defined in -node_modules/@types/react/index.d.ts:1483 +node_modules/@types/react/index.d.ts:1488 ___ @@ -3588,7 +3587,7 @@ HTMLAttributes.onResize #### Defined in -node_modules/@types/react/index.d.ts:1536 +node_modules/@types/react/index.d.ts:1541 ___ @@ -3602,7 +3601,7 @@ HTMLAttributes.onResizeCapture #### Defined in -node_modules/@types/react/index.d.ts:1537 +node_modules/@types/react/index.d.ts:1542 ___ @@ -3616,7 +3615,7 @@ HTMLAttributes.onScroll #### Defined in -node_modules/@types/react/index.d.ts:1628 +node_modules/@types/react/index.d.ts:1633 ___ @@ -3630,7 +3629,7 @@ HTMLAttributes.onScrollCapture #### Defined in -node_modules/@types/react/index.d.ts:1629 +node_modules/@types/react/index.d.ts:1634 ___ @@ -3644,7 +3643,7 @@ HTMLAttributes.onSeeked #### Defined in -node_modules/@types/react/index.d.ts:1538 +node_modules/@types/react/index.d.ts:1543 ___ @@ -3658,7 +3657,7 @@ HTMLAttributes.onSeekedCapture #### Defined in -node_modules/@types/react/index.d.ts:1539 +node_modules/@types/react/index.d.ts:1544 ___ @@ -3672,7 +3671,7 @@ HTMLAttributes.onSeeking #### Defined in -node_modules/@types/react/index.d.ts:1540 +node_modules/@types/react/index.d.ts:1545 ___ @@ -3686,7 +3685,7 @@ HTMLAttributes.onSeekingCapture #### Defined in -node_modules/@types/react/index.d.ts:1541 +node_modules/@types/react/index.d.ts:1546 ___ @@ -3700,7 +3699,7 @@ HTMLAttributes.onSelect #### Defined in -node_modules/@types/react/index.d.ts:1592 +node_modules/@types/react/index.d.ts:1597 ___ @@ -3714,7 +3713,7 @@ HTMLAttributes.onSelectCapture #### Defined in -node_modules/@types/react/index.d.ts:1593 +node_modules/@types/react/index.d.ts:1598 ___ @@ -3728,7 +3727,7 @@ HTMLAttributes.onStalled #### Defined in -node_modules/@types/react/index.d.ts:1542 +node_modules/@types/react/index.d.ts:1547 ___ @@ -3742,7 +3741,7 @@ HTMLAttributes.onStalledCapture #### Defined in -node_modules/@types/react/index.d.ts:1543 +node_modules/@types/react/index.d.ts:1548 ___ @@ -3756,7 +3755,7 @@ HTMLAttributes.onSubmit #### Defined in -node_modules/@types/react/index.d.ts:1484 +node_modules/@types/react/index.d.ts:1489 ___ @@ -3770,7 +3769,7 @@ HTMLAttributes.onSubmitCapture #### Defined in -node_modules/@types/react/index.d.ts:1485 +node_modules/@types/react/index.d.ts:1490 ___ @@ -3784,7 +3783,7 @@ HTMLAttributes.onSuspend #### Defined in -node_modules/@types/react/index.d.ts:1544 +node_modules/@types/react/index.d.ts:1549 ___ @@ -3798,7 +3797,7 @@ HTMLAttributes.onSuspendCapture #### Defined in -node_modules/@types/react/index.d.ts:1545 +node_modules/@types/react/index.d.ts:1550 ___ @@ -3812,7 +3811,7 @@ HTMLAttributes.onTimeUpdate #### Defined in -node_modules/@types/react/index.d.ts:1546 +node_modules/@types/react/index.d.ts:1551 ___ @@ -3826,7 +3825,7 @@ HTMLAttributes.onTimeUpdateCapture #### Defined in -node_modules/@types/react/index.d.ts:1547 +node_modules/@types/react/index.d.ts:1552 ___ @@ -3840,7 +3839,7 @@ HTMLAttributes.onTouchCancel #### Defined in -node_modules/@types/react/index.d.ts:1596 +node_modules/@types/react/index.d.ts:1601 ___ @@ -3854,7 +3853,7 @@ HTMLAttributes.onTouchCancelCapture #### Defined in -node_modules/@types/react/index.d.ts:1597 +node_modules/@types/react/index.d.ts:1602 ___ @@ -3868,7 +3867,7 @@ HTMLAttributes.onTouchEnd #### Defined in -node_modules/@types/react/index.d.ts:1598 +node_modules/@types/react/index.d.ts:1603 ___ @@ -3882,7 +3881,7 @@ HTMLAttributes.onTouchEndCapture #### Defined in -node_modules/@types/react/index.d.ts:1599 +node_modules/@types/react/index.d.ts:1604 ___ @@ -3896,7 +3895,7 @@ HTMLAttributes.onTouchMove #### Defined in -node_modules/@types/react/index.d.ts:1600 +node_modules/@types/react/index.d.ts:1605 ___ @@ -3910,7 +3909,7 @@ HTMLAttributes.onTouchMoveCapture #### Defined in -node_modules/@types/react/index.d.ts:1601 +node_modules/@types/react/index.d.ts:1606 ___ @@ -3924,7 +3923,7 @@ HTMLAttributes.onTouchStart #### Defined in -node_modules/@types/react/index.d.ts:1602 +node_modules/@types/react/index.d.ts:1607 ___ @@ -3938,7 +3937,7 @@ HTMLAttributes.onTouchStartCapture #### Defined in -node_modules/@types/react/index.d.ts:1603 +node_modules/@types/react/index.d.ts:1608 ___ @@ -3952,7 +3951,7 @@ HTMLAttributes.onTransitionEnd #### Defined in -node_modules/@types/react/index.d.ts:1644 +node_modules/@types/react/index.d.ts:1649 ___ @@ -3966,7 +3965,7 @@ HTMLAttributes.onTransitionEndCapture #### Defined in -node_modules/@types/react/index.d.ts:1645 +node_modules/@types/react/index.d.ts:1650 ___ @@ -3980,7 +3979,7 @@ HTMLAttributes.onVolumeChange #### Defined in -node_modules/@types/react/index.d.ts:1548 +node_modules/@types/react/index.d.ts:1553 ___ @@ -3994,7 +3993,7 @@ HTMLAttributes.onVolumeChangeCapture #### Defined in -node_modules/@types/react/index.d.ts:1549 +node_modules/@types/react/index.d.ts:1554 ___ @@ -4008,7 +4007,7 @@ HTMLAttributes.onWaiting #### Defined in -node_modules/@types/react/index.d.ts:1550 +node_modules/@types/react/index.d.ts:1555 ___ @@ -4022,7 +4021,7 @@ HTMLAttributes.onWaitingCapture #### Defined in -node_modules/@types/react/index.d.ts:1551 +node_modules/@types/react/index.d.ts:1556 ___ @@ -4036,7 +4035,7 @@ HTMLAttributes.onWheel #### Defined in -node_modules/@types/react/index.d.ts:1632 +node_modules/@types/react/index.d.ts:1637 ___ @@ -4050,7 +4049,7 @@ HTMLAttributes.onWheelCapture #### Defined in -node_modules/@types/react/index.d.ts:1633 +node_modules/@types/react/index.d.ts:1638 ___ @@ -4066,20 +4065,6 @@ An array of values which will be used to create the `