diff --git a/.env b/.env index 7004ddf97..a89b5fbf6 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -VITE_DATAVERSE_BACKEND_URL=http://localhost:8080 +VITE_DATAVERSE_BACKEND_URL=https://demo.dataverse.org diff --git a/.gitignore b/.gitignore index 7f0818ae2..7ece53d07 100644 --- a/.gitignore +++ b/.gitignore @@ -14,8 +14,9 @@ # testing /.nyc_output /coverage -/tests/downloads -/tests/screenshots +/cypress/downloads +/cypress/screenshots +.nyc_output /packages/design-system/coverage @@ -44,3 +45,4 @@ yarn-error.log* /dev-env/docker-dev-volumes /dev-env/dataverse /dev-env/dataverse-sample-data +/packages/design-system/.nyc_output diff --git a/README.md b/README.md index d558f95af..71afa3c01 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Open [http://localhost:5173](http://localhost:5173) to view it in your browser. The page will reload when you make changes. You may also see any lint errors in the console. -### `npm test:unit` +### `npm run test:unit` Launches the test runner for the unit tests in the interactive watch mode. If you prefer to see the tests executing in cypress you can run `npm run cy:open-unit` @@ -59,8 +59,12 @@ Launches the prettier formatter. We recommend you to configure your IDE to run p ### `npm run storybook` -Runs the Storybook in the development mode. -Open [http://localhost:6006](http://localhost:6006) to view it in your browser. +Runs the Storybook in the development mode. + +There are 2 Storybook instances, one for the Design System and one for the Dataverse Frontend. + +Open [http://localhost:6006](http://localhost:6006) to view the Dataverse Frontend Storybook in your browser. +Open [http://localhost:6007](http://localhost:6007) to view the Design System Storybook in your browser. ## Local development environment @@ -161,8 +165,16 @@ It is important that the remote instance is correctly pre-configured, with the P A base path for the frontend application can be established on the remote server by setting the corresponding field in the workflow inputs. This mechanism prevents conflicts between the frontend application and any pre-existing deployed application running on Payara, which can potentially be a Dataverse backend. This way, only the routes with the base path included will redirect to the frontend application. -## Changes in the Style Guide +## Changes from the Style Guide + +The design system and frontend in this repo are inspired by the Dataverse Project [Style Guide](https://guides.dataverse.org/en/latest/style/index.html), but the following changes have been made, especially for accessibility. ### Links -We added the underline to the links to make them accessible. +We added an underline to links to make them accessible. + +### File label + +Now we are using Bootstrap with a theme, so there is only one definition for the secondary color. Since Bootstrap applies +the secondary color to the labels automatically, the color of the file label is now the global secondary color which is +a lighter shade of grey than what it used to be. diff --git a/cypress.config.ts b/cypress.config.ts index a77d295a8..38d50e59f 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -5,7 +5,7 @@ import path from 'path' export default defineConfig({ video: false, e2e: { - baseUrl: 'http://localhost:5173', + baseUrl: 'http://localhost:5173/spa', specPattern: 'tests/e2e/**/*.spec.{js,jsx,ts,tsx}', screenshotOnRunFailure: false, video: false, diff --git a/dev-env/.env b/dev-env/.env deleted file mode 100644 index 5440ffd9a..000000000 --- a/dev-env/.env +++ /dev/null @@ -1,4 +0,0 @@ -POSTGRES_VERSION=13 -DATAVERSE_DB_USER=dataverse -SOLR_VERSION=8.11.1 -REGISTRY=ghcr.io diff --git a/merged-coverage/lcov.info b/merged-coverage/lcov.info index 9f58295bc..08740b080 100644 --- a/merged-coverage/lcov.info +++ b/merged-coverage/lcov.info @@ -34,7 +34,7 @@ DA:36,108 BRDA:24,0,0,54 BRDA:24,0,1,165 end_of_record -SF:packages/design-system/src/lib/components/icon.enum.ts +SF:packages/design-system/src/lib/components/Icon.enum.ts DA:1,72 DA:2,72 DA:3,72 diff --git a/package-lock.json b/package-lock.json index 8391c8d1e..c0a974199 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,12 +25,14 @@ "react-bootstrap-icons": "^1.10.3", "react-i18next": "^12.1.5", "react-router-dom": "^6.8.1", + "react-topbar-progress-indicator": "^4.1.1", "sass": "^1.58.1", "typescript": "^4.9.5", "vite-plugin-istanbul": "^4.0.1", "web-vitals": "^2.1.4" }, "devDependencies": { + "@csstools/postcss-cascade-layers": "^3.0.1", "@cypress/code-coverage": "^3.10.4", "@storybook/addon-a11y": "^7.0.2", "@storybook/addon-essentials": "^7.0.2", @@ -50,6 +52,7 @@ "@vitejs/plugin-react": "^3.1.0", "axe-playwright": "^1.2.3", "babel-plugin-named-exports-order": "^0.0.2", + "chai": "^4.3.7", "chai-as-promised": "^7.1.1", "concurrently": "^8.0.1", "cypress": "^12.5.1", @@ -67,11 +70,13 @@ "lcov-result-merger": "^3.3.0", "msw": "^1.2.1", "msw-storybook-addon": "^1.8.0", + "postcss": "^8.4.23", "pre-commit": "^1.2.2", "prettier": "^2.8.4", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", + "react-loading-skeleton": "^3.3.1", "sinon": "^15.0.3", "storybook": "^7.0.2", "stylelint": "^15.1.0", @@ -80,6 +85,7 @@ "stylelint-config-standard-scss": "^7.0.1", "stylelint-order": "^6.0.2", "vite": "4.1.0", + "vite-plugin-css-injected-by-js": "^3.1.1", "vite-plugin-dts": "^2.3.0", "vite-plugin-libcss": "^1.0.6" }, @@ -510,70 +516,6 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/highlight/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/@babel/highlight/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" - }, - "node_modules/@babel/highlight/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/@babel/highlight/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/@babel/parser": { "version": "7.21.8", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.8.tgz", @@ -2203,6 +2145,26 @@ "@csstools/css-tokenizer": "^2.1.1" } }, + "node_modules/@csstools/postcss-cascade-layers": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-3.0.1.tgz", + "integrity": "sha512-dD8W98dOYNOH/yX4V4HXOhfCOnvVAg8TtsL+qCGNoKXuq5z2C/d026wGWgySgC8cajXXo/wNezS31Glj5GcqrA==", + "dev": true, + "dependencies": { + "@csstools/selector-specificity": "^2.0.2", + "postcss-selector-parser": "^6.0.10" + }, + "engines": { + "node": "^14 || ^16 || >=18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, "node_modules/@csstools/selector-specificity": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz", @@ -2239,6 +2201,111 @@ "cypress": "*" } }, + "node_modules/@cypress/code-coverage/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@cypress/code-coverage/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "node_modules/@cypress/code-coverage/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@cypress/code-coverage/node_modules/dayjs": { + "version": "1.10.7", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.7.tgz", + "integrity": "sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig==", + "dev": true + }, + "node_modules/@cypress/code-coverage/node_modules/globby": { + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz", + "integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==", + "dev": true, + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.1.1", + "ignore": "^5.1.4", + "merge2": "^1.3.0", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@cypress/code-coverage/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@cypress/code-coverage/node_modules/istanbul-lib-coverage": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz", + "integrity": "sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@cypress/code-coverage/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/@cypress/code-coverage/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@cypress/request": { "version": "2.88.11", "resolved": "https://registry.npmjs.org/@cypress/request/-/request-2.88.11.tgz", @@ -2309,6 +2376,12 @@ "webpack": "^4 || ^5" } }, + "node_modules/@cypress/webpack-preprocessor/node_modules/bluebird": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.1.tgz", + "integrity": "sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==", + "dev": true + }, "node_modules/@cypress/xvfb": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/@cypress/xvfb/-/xvfb-1.2.4.tgz", @@ -2346,54 +2419,6 @@ "react": ">=16.8.0" } }, - "node_modules/@esbuild/android-arm": { - "version": "0.17.18", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.18.tgz", - "integrity": "sha512-EmwL+vUBZJ7mhFCs5lA4ZimpUH3WMAoqvOIYhVQwdIgSpHC8ImHdsRyhHAVxpDYUSm0lWvd63z0XH1IlImS2Qw==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/android-arm64": { - "version": "0.17.18", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.18.tgz", - "integrity": "sha512-/iq0aK0eeHgSC3z55ucMAHO05OIqmQehiGay8eP5l/5l+iEr4EIbh4/MI8xD9qRFjqzgkc0JkX0LculNC9mXBw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/android-x64": { - "version": "0.17.18", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.18.tgz", - "integrity": "sha512-x+0efYNBF3NPW2Xc5bFOSFW7tTXdAcpfEg2nXmxegm4mJuVeS+i109m/7HMiOQ6M12aVGGFlqJX3RhNdYM2lWg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, "node_modules/@esbuild/darwin-arm64": { "version": "0.17.18", "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.18.tgz", @@ -2410,322 +2435,34 @@ "node": ">=12" } }, - "node_modules/@esbuild/darwin-x64": { - "version": "0.17.18", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.18.tgz", - "integrity": "sha512-Qq84ykvLvya3dO49wVC9FFCNUfSrQJLbxhoQk/TE1r6MjHo3sFF2tlJCwMjhkBVq3/ahUisj7+EpRSz0/+8+9A==", - "cpu": [ - "x64" - ], + "node_modules/@eslint-community/eslint-utils": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", "dev": true, - "optional": true, - "os": [ - "darwin" - ], + "dependencies": { + "eslint-visitor-keys": "^3.3.0" + }, "engines": { - "node": ">=12" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" } }, - "node_modules/@esbuild/freebsd-arm64": { - "version": "0.17.18", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.18.tgz", - "integrity": "sha512-fw/ZfxfAzuHfaQeMDhbzxp9mc+mHn1Y94VDHFHjGvt2Uxl10mT4CDavHm+/L9KG441t1QdABqkVYwakMUeyLRA==", - "cpu": [ - "arm64" - ], + "node_modules/@eslint-community/regexpp": { + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.1.tgz", + "integrity": "sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==", "dev": true, - "optional": true, - "os": [ - "freebsd" - ], "engines": { - "node": ">=12" + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } }, - "node_modules/@esbuild/freebsd-x64": { - "version": "0.17.18", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.18.tgz", - "integrity": "sha512-FQFbRtTaEi8ZBi/A6kxOC0V0E9B/97vPdYjY9NdawyLd4Qk5VD5g2pbWN2VR1c0xhzcJm74HWpObPszWC+qTew==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-arm": { - "version": "0.17.18", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.18.tgz", - "integrity": "sha512-jW+UCM40LzHcouIaqv3e/oRs0JM76JfhHjCavPxMUti7VAPh8CaGSlS7cmyrdpzSk7A+8f0hiedHqr/LMnfijg==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-arm64": { - "version": "0.17.18", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.18.tgz", - "integrity": "sha512-R7pZvQZFOY2sxUG8P6A21eq6q+eBv7JPQYIybHVf1XkQYC+lT7nDBdC7wWKTrbvMXKRaGudp/dzZCwL/863mZQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-ia32": { - "version": "0.17.18", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.18.tgz", - "integrity": "sha512-ygIMc3I7wxgXIxk6j3V00VlABIjq260i967Cp9BNAk5pOOpIXmd1RFQJQX9Io7KRsthDrQYrtcx7QCof4o3ZoQ==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-loong64": { - "version": "0.17.18", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.18.tgz", - "integrity": "sha512-bvPG+MyFs5ZlwYclCG1D744oHk1Pv7j8psF5TfYx7otCVmcJsEXgFEhQkbhNW8otDHL1a2KDINW20cfCgnzgMQ==", - "cpu": [ - "loong64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-mips64el": { - "version": "0.17.18", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.18.tgz", - "integrity": "sha512-oVqckATOAGuiUOa6wr8TXaVPSa+6IwVJrGidmNZS1cZVx0HqkTMkqFGD2HIx9H1RvOwFeWYdaYbdY6B89KUMxA==", - "cpu": [ - "mips64el" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-ppc64": { - "version": "0.17.18", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.18.tgz", - "integrity": "sha512-3dLlQO+b/LnQNxgH4l9rqa2/IwRJVN9u/bK63FhOPB4xqiRqlQAU0qDU3JJuf0BmaH0yytTBdoSBHrb2jqc5qQ==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-riscv64": { - "version": "0.17.18", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.18.tgz", - "integrity": "sha512-/x7leOyDPjZV3TcsdfrSI107zItVnsX1q2nho7hbbQoKnmoeUWjs+08rKKt4AUXju7+3aRZSsKrJtaRmsdL1xA==", - "cpu": [ - "riscv64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-s390x": { - "version": "0.17.18", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.18.tgz", - "integrity": "sha512-cX0I8Q9xQkL/6F5zWdYmVf5JSQt+ZfZD2bJudZrWD+4mnUvoZ3TDDXtDX2mUaq6upMFv9FlfIh4Gfun0tbGzuw==", - "cpu": [ - "s390x" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-x64": { - "version": "0.17.18", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.18.tgz", - "integrity": "sha512-66RmRsPlYy4jFl0vG80GcNRdirx4nVWAzJmXkevgphP1qf4dsLQCpSKGM3DUQCojwU1hnepI63gNZdrr02wHUA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/netbsd-x64": { - "version": "0.17.18", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.18.tgz", - "integrity": "sha512-95IRY7mI2yrkLlTLb1gpDxdC5WLC5mZDi+kA9dmM5XAGxCME0F8i4bYH4jZreaJ6lIZ0B8hTrweqG1fUyW7jbg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/openbsd-x64": { - "version": "0.17.18", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.18.tgz", - "integrity": "sha512-WevVOgcng+8hSZ4Q3BKL3n1xTv5H6Nb53cBrtzzEjDbbnOmucEVcZeGCsCOi9bAOcDYEeBZbD2SJNBxlfP3qiA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/sunos-x64": { - "version": "0.17.18", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.18.tgz", - "integrity": "sha512-Rzf4QfQagnwhQXVBS3BYUlxmEbcV7MY+BH5vfDZekU5eYpcffHSyjU8T0xucKVuOcdCsMo+Ur5wmgQJH2GfNrg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "sunos" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/win32-arm64": { - "version": "0.17.18", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.18.tgz", - "integrity": "sha512-Kb3Ko/KKaWhjeAm2YoT/cNZaHaD1Yk/pa3FTsmqo9uFh1D1Rfco7BBLIPdDOozrObj2sahslFuAQGvWbgWldAg==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/win32-ia32": { - "version": "0.17.18", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.18.tgz", - "integrity": "sha512-0/xUMIdkVHwkvxfbd5+lfG7mHOf2FRrxNbPiKWg9C4fFrB8H0guClmaM3BFiRUYrznVoyxTIyC/Ou2B7QQSwmw==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/win32-x64": { - "version": "0.17.18", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.18.tgz", - "integrity": "sha512-qU25Ma1I3NqTSHJUOKi9sAH1/Mzuvlke0ioMJRthLXKm7JiSKVwFghlGbDLOO2sARECGhja4xYfRAZNPAkooYg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@eslint-community/eslint-utils": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", - "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", - "dev": true, - "dependencies": { - "eslint-visitor-keys": "^3.3.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" - } - }, - "node_modules/@eslint-community/regexpp": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.5.1.tgz", - "integrity": "sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==", - "dev": true, - "engines": { - "node": "^12.0.0 || ^14.0.0 || >=16.0.0" - } - }, - "node_modules/@eslint/eslintrc": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.3.tgz", - "integrity": "sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ==", + "node_modules/@eslint/eslintrc": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.3.tgz", + "integrity": "sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ==", "dev": true, "dependencies": { "ajv": "^6.12.4", @@ -2745,6 +2482,12 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/@eslint/eslintrc/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, "node_modules/@eslint/eslintrc/node_modules/globals": { "version": "13.20.0", "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", @@ -2760,6 +2503,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/@eslint/eslintrc/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, "node_modules/@eslint/eslintrc/node_modules/type-fest": { "version": "0.20.2", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", @@ -2859,14 +2614,6 @@ "node": ">=8" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", @@ -2879,18 +2626,6 @@ "node": ">=8" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", @@ -3002,33 +2737,61 @@ "dev": true }, "node_modules/@jest/console/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, "engines": { - "node": ">=10" + "node": ">=8" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@jest/console/node_modules/jest-message-util": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz", - "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==", + "node_modules/@jest/console/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.12.13", - "@jest/types": "^28.1.3", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "micromatch": "^4.0.4", - "pretty-format": "^28.1.3", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" - }, + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/console/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/console/node_modules/jest-message-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz", + "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.12.13", + "@jest/types": "^28.1.3", + "@types/stack-utils": "^2.0.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "micromatch": "^4.0.4", + "pretty-format": "^28.1.3", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + }, "engines": { "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } @@ -3065,12 +2828,36 @@ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, + "node_modules/@jest/console/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/@jest/console/node_modules/react-is": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", "dev": true }, + "node_modules/@jest/console/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@jest/core": { "version": "28.1.3", "resolved": "https://registry.npmjs.org/@jest/core/-/core-28.1.3.tgz", @@ -3181,15 +2968,43 @@ "dev": true }, "node_modules/@jest/core/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/core/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, "engines": { "node": ">=10" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/core/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" } }, "node_modules/@jest/core/node_modules/jest-haste-map": { @@ -3278,12 +3093,36 @@ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, + "node_modules/@jest/core/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/@jest/core/node_modules/react-is": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", "dev": true }, + "node_modules/@jest/core/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@jest/environment": { "version": "28.1.3", "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-28.1.3.tgz", @@ -3334,6 +3173,46 @@ "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==", "dev": true }, + "node_modules/@jest/environment/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/environment/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/environment/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/@jest/environment/node_modules/jest-mock": { "version": "28.1.3", "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-28.1.3.tgz", @@ -3347,6 +3226,18 @@ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, + "node_modules/@jest/environment/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@jest/expect": { "version": "28.1.3", "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-28.1.3.tgz", @@ -3419,17 +3310,36 @@ "dev": true }, "node_modules/@jest/expect/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, "engines": { - "node": ">=10" + "node": ">=8" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/@jest/expect/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "node_modules/@jest/expect/node_modules/diff-sequences": { "version": "28.1.1", "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-28.1.1.tgz", @@ -3455,6 +3365,15 @@ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, + "node_modules/@jest/expect/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/@jest/expect/node_modules/jest-diff": { "version": "28.1.3", "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.3.tgz", @@ -3546,12 +3465,36 @@ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, + "node_modules/@jest/expect/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/@jest/expect/node_modules/react-is": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", "dev": true }, + "node_modules/@jest/expect/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@jest/fake-timers": { "version": "28.1.3", "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-28.1.3.tgz", @@ -3605,15 +3548,43 @@ "dev": true }, "node_modules/@jest/fake-timers/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/fake-timers/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, "engines": { "node": ">=10" }, "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/fake-timers/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" } }, "node_modules/@jest/fake-timers/node_modules/jest-message-util": { @@ -3681,12 +3652,36 @@ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, - "node_modules/@jest/fake-timers/node_modules/react-is": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", - "dev": true - }, + "node_modules/@jest/fake-timers/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/fake-timers/node_modules/react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "dev": true + }, + "node_modules/@jest/fake-timers/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@jest/globals": { "version": "28.1.3", "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-28.1.3.tgz", @@ -3736,6 +3731,58 @@ "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==", "dev": true }, + "node_modules/@jest/globals/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/globals/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/globals/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/globals/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@jest/reporters": { "version": "28.1.3", "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-28.1.3.tgz", @@ -3842,17 +3889,36 @@ "dev": true }, "node_modules/@jest/reporters/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, "engines": { - "node": ">=10" + "node": ">=8" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/@jest/reporters/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "node_modules/@jest/reporters/node_modules/glob": { "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", @@ -3873,6 +3939,15 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/@jest/reporters/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/@jest/reporters/node_modules/jest-haste-map": { "version": "28.1.3", "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.3.tgz", @@ -3959,12 +4034,36 @@ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, + "node_modules/@jest/reporters/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/@jest/reporters/node_modules/react-is": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", "dev": true }, + "node_modules/@jest/reporters/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@jest/schemas": { "version": "29.4.3", "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.4.3.tgz", @@ -4040,6 +4139,58 @@ "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==", "dev": true }, + "node_modules/@jest/test-result/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/test-result/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/test-result/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/test-result/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@jest/test-sequencer": { "version": "28.1.3", "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-28.1.3.tgz", @@ -4090,6 +4241,46 @@ "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==", "dev": true }, + "node_modules/@jest/test-sequencer/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/test-sequencer/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/test-sequencer/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/@jest/test-sequencer/node_modules/jest-haste-map": { "version": "28.1.3", "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.3.tgz", @@ -4141,6 +4332,18 @@ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, + "node_modules/@jest/test-sequencer/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@jest/transform": { "version": "29.5.0", "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.5.0.tgz", @@ -4167,30 +4370,130 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@jest/transform/node_modules/convert-source-map": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true - }, - "node_modules/@jest/types": { - "version": "29.5.0", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.5.0.tgz", - "integrity": "sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog==", + "node_modules/@jest/transform/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, "dependencies": { - "@jest/schemas": "^29.4.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^17.0.8", - "chalk": "^4.0.0" + "color-convert": "^2.0.1" }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@joshwooding/vite-plugin-react-docgen-typescript": { - "version": "0.2.1", + "node_modules/@jest/transform/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/transform/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, + "node_modules/@jest/transform/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/transform/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/types": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.5.0.tgz", + "integrity": "sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog==", + "dependencies": { + "@jest/schemas": "^29.4.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/@jest/types/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/types/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/types/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/types/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@joshwooding/vite-plugin-react-docgen-typescript": { + "version": "0.2.1", "resolved": "https://registry.npmjs.org/@joshwooding/vite-plugin-react-docgen-typescript/-/vite-plugin-react-docgen-typescript-0.2.1.tgz", "integrity": "sha512-ou4ZJSXMMWHqGS4g8uNRbC5TiTWxAgQZiVucoUrOCWuPrTbkpJbmVyIi9jU72SBry7gQtuMEDp4YR8EEXAg7VQ==", "dev": true, @@ -4331,15 +4634,15 @@ } }, "node_modules/@microsoft/api-extractor": { - "version": "7.34.8", - "resolved": "https://registry.npmjs.org/@microsoft/api-extractor/-/api-extractor-7.34.8.tgz", - "integrity": "sha512-2Eh1PlZ8wULtH3kyAWcj62gFtjGKRXrEplsCO54vMLjiav3qet454VpSBXwKkXBenBylZRMk3SMBcpcuJ8RnKQ==", + "version": "7.34.9", + "resolved": "https://registry.npmjs.org/@microsoft/api-extractor/-/api-extractor-7.34.9.tgz", + "integrity": "sha512-dasBIbqgHgxvfRfEOX4+ynNYQPnTYc6k7jkL3V4f/MoaS2xFUoIj/D71crrsDxf5MNMybjzeyZPdRNZdzvKBVw==", "dev": true, "dependencies": { - "@microsoft/api-extractor-model": "7.26.8", + "@microsoft/api-extractor-model": "7.26.9", "@microsoft/tsdoc": "0.14.2", "@microsoft/tsdoc-config": "~0.16.1", - "@rushstack/node-core-library": "3.58.0", + "@rushstack/node-core-library": "3.59.0", "@rushstack/rig-package": "0.3.18", "@rushstack/ts-command-line": "4.13.2", "colors": "~1.2.1", @@ -4354,14 +4657,14 @@ } }, "node_modules/@microsoft/api-extractor-model": { - "version": "7.26.8", - "resolved": "https://registry.npmjs.org/@microsoft/api-extractor-model/-/api-extractor-model-7.26.8.tgz", - "integrity": "sha512-ESj3bBJkiMg/8tS0PW4+2rUgTVwOEfy41idTnFgdbVX+O50bN6S99MV6FIPlCZWCnRDcBfwxRXLdAkOQQ0JqGw==", + "version": "7.26.9", + "resolved": "https://registry.npmjs.org/@microsoft/api-extractor-model/-/api-extractor-model-7.26.9.tgz", + "integrity": "sha512-1AowqcRy5qMH/OB7UNkdXa4qLoJp58WFdJ026IMFS8skA0OOAOcvBV/Fi4L7fO1R/8uCMz5KHi3NsqVH4Li8xg==", "dev": true, "dependencies": { "@microsoft/tsdoc": "0.14.2", "@microsoft/tsdoc-config": "~0.16.1", - "@rushstack/node-core-library": "3.58.0" + "@rushstack/node-core-library": "3.59.0" } }, "node_modules/@microsoft/api-extractor/node_modules/lru-cache": { @@ -4626,9 +4929,9 @@ } }, "node_modules/@rushstack/node-core-library": { - "version": "3.58.0", - "resolved": "https://registry.npmjs.org/@rushstack/node-core-library/-/node-core-library-3.58.0.tgz", - "integrity": "sha512-DHAZ3LTOEq2/EGURznpTJDnB3SNE2CKMDXuviQ6afhru6RykE3QoqXkeyjbpLb5ib5cpIRCPE/wykNe0xmQj3w==", + "version": "3.59.0", + "resolved": "https://registry.npmjs.org/@rushstack/node-core-library/-/node-core-library-3.59.0.tgz", + "integrity": "sha512-f8ilzooAu8vj60dDe7weqHvR1NujOaKfe3TaNgAoT22rk+daUTmDtY3TlVGJ3HayVPmw3ffWToDatITi7Ic4ag==", "dev": true, "dependencies": { "colors": "~1.2.1", @@ -4735,15 +5038,6 @@ "string-argv": "~0.3.1" } }, - "node_modules/@rushstack/ts-command-line/node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dev": true, - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, "node_modules/@sideway/address": { "version": "4.1.4", "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.4.tgz", @@ -5451,6 +5745,37 @@ "url": "https://opencollective.com/storybook" } }, + "node_modules/@storybook/cli/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@storybook/cli/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "node_modules/@storybook/cli/node_modules/commander": { "version": "6.2.1", "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", @@ -5495,6 +5820,15 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/@storybook/cli/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/@storybook/cli/node_modules/human-signals": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", @@ -5531,6 +5865,18 @@ "node": ">=10" } }, + "node_modules/@storybook/cli/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@storybook/cli/node_modules/yallist": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", @@ -5644,6 +5990,58 @@ "url": "https://opencollective.com/storybook" } }, + "node_modules/@storybook/core-common/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@storybook/core-common/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@storybook/core-common/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@storybook/core-common/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@storybook/core-events": { "version": "7.0.10", "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-7.0.10.tgz", @@ -5708,6 +6106,46 @@ "url": "https://opencollective.com/storybook" } }, + "node_modules/@storybook/core-server/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@storybook/core-server/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@storybook/core-server/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/@storybook/core-server/node_modules/lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", @@ -5735,6 +6173,18 @@ "node": ">=10" } }, + "node_modules/@storybook/core-server/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@storybook/core-server/node_modules/yallist": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", @@ -5929,8 +6379,60 @@ "url": "https://opencollective.com/storybook" } }, - "node_modules/@storybook/postinstall": { - "version": "7.0.10", + "node_modules/@storybook/node-logger/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@storybook/node-logger/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@storybook/node-logger/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@storybook/node-logger/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@storybook/postinstall": { + "version": "7.0.10", "resolved": "https://registry.npmjs.org/@storybook/postinstall/-/postinstall-7.0.10.tgz", "integrity": "sha512-SVPKGuuvfn1MceLWzYHGbpP77+waLKXglAH4Gkdoa2mKdk3XO45Zn8OhwwNzHuP698boMNaGaB/utBLBpkXMMg==", "dev": true, @@ -6103,6 +6605,58 @@ "url": "https://opencollective.com/storybook" } }, + "node_modules/@storybook/telemetry/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@storybook/telemetry/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@storybook/telemetry/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@storybook/telemetry/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@storybook/test-runner": { "version": "0.10.0", "resolved": "https://registry.npmjs.org/@storybook/test-runner/-/test-runner-0.10.0.tgz", @@ -6269,6 +6823,54 @@ "node": ">=12" } }, + "node_modules/@testing-library/dom/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@testing-library/dom/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@testing-library/dom/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/@testing-library/dom/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@testing-library/jest-dom": { "version": "5.16.5", "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.5.tgz", @@ -6290,6 +6892,20 @@ "yarn": ">=1" } }, + "node_modules/@testing-library/jest-dom/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/@testing-library/jest-dom/node_modules/chalk": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", @@ -6302,6 +6918,25 @@ "node": ">=8" } }, + "node_modules/@testing-library/jest-dom/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/@testing-library/jest-dom/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@testing-library/react": { "version": "13.4.0", "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-13.4.0.tgz", @@ -7114,26 +7749,6 @@ } } }, - "node_modules/@typescript-eslint/typescript-estree/node_modules/globby": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", - "dev": true, - "dependencies": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/@typescript-eslint/typescript-estree/node_modules/lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", @@ -7477,19 +8092,29 @@ } }, "node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dependencies": { - "color-convert": "^2.0.1" + "color-convert": "^1.9.0" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">=4" + } + }, + "node_modules/ansi-styles/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dependencies": { + "color-name": "1.1.3" } }, + "node_modules/ansi-styles/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + }, "node_modules/anymatch": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", @@ -7578,10 +8203,12 @@ } }, "node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dependencies": { + "sprintf-js": "~1.0.2" + } }, "node_modules/aria-query": { "version": "5.1.3", @@ -7779,6 +8406,15 @@ "node": ">=0.8" } }, + "node_modules/assertion-error": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", + "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==", + "dev": true, + "engines": { + "node": "*" + } + }, "node_modules/assign-symbols": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", @@ -8080,29 +8716,69 @@ "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==", "dev": true }, - "node_modules/babel-jest/node_modules/jest-haste-map": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.3.tgz", - "integrity": "sha512-3S+RQWDXccXDKSWnkHa/dPwt+2qwA8CJzR61w3FoYCvoo3Pn8tvGcysmMF0Bj0EX5RYvAI2EIvC57OmotfdtKA==", + "node_modules/babel-jest/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "dependencies": { - "@jest/types": "^28.1.3", - "@types/graceful-fs": "^4.1.3", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", - "jest-worker": "^28.1.3", - "micromatch": "^4.0.4", - "walker": "^1.0.8" + "color-convert": "^2.0.1" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": ">=8" }, - "optionalDependencies": { - "fsevents": "^2.3.2" + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/babel-jest/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/babel-jest/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-jest/node_modules/jest-haste-map": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.3.tgz", + "integrity": "sha512-3S+RQWDXccXDKSWnkHa/dPwt+2qwA8CJzR61w3FoYCvoo3Pn8tvGcysmMF0Bj0EX5RYvAI2EIvC57OmotfdtKA==", + "dev": true, + "dependencies": { + "@jest/types": "^28.1.3", + "@types/graceful-fs": "^4.1.3", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^28.0.2", + "jest-util": "^28.1.3", + "jest-worker": "^28.1.3", + "micromatch": "^4.0.4", + "walker": "^1.0.8" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + }, + "optionalDependencies": { + "fsevents": "^2.3.2" } }, "node_modules/babel-jest/node_modules/jest-regex-util": { @@ -8131,6 +8807,18 @@ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, + "node_modules/babel-jest/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/babel-plugin-istanbul": { "version": "6.1.1", "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", @@ -8383,9 +9071,9 @@ "dev": true }, "node_modules/bluebird": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.1.tgz", - "integrity": "sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", "dev": true }, "node_modules/body-parser": { @@ -8482,6 +9170,21 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/boxen/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/boxen/node_modules/camelcase": { "version": "6.3.0", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", @@ -8494,6 +9197,43 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/boxen/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/boxen/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/boxen/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/boxen/node_modules/type-fest": { "version": "0.20.2", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", @@ -8675,44 +9415,6 @@ "node": ">=10.12.0" } }, - "node_modules/c8/node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "node_modules/c8/node_modules/istanbul-lib-coverage": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", - "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/c8/node_modules/yargs": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", - "dev": true, - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/cache-base": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", @@ -8898,6 +9600,24 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/chai": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.7.tgz", + "integrity": "sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==", + "dev": true, + "dependencies": { + "assertion-error": "^1.1.0", + "check-error": "^1.0.2", + "deep-eql": "^4.1.2", + "get-func-name": "^2.0.0", + "loupe": "^2.3.1", + "pathval": "^1.1.1", + "type-detect": "^4.0.5" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/chai-as-promised": { "version": "7.1.1", "resolved": "https://registry.npmjs.org/chai-as-promised/-/chai-as-promised-7.1.1.tgz", @@ -8911,18 +9631,16 @@ } }, "node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">=4" } }, "node_modules/char-regex": { @@ -9104,6 +9822,12 @@ "node": ">=0.10.0" } }, + "node_modules/class-utils/node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, "node_modules/class-utils/node_modules/is-data-descriptor": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", @@ -9242,23 +9966,20 @@ } }, "node_modules/cliui": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", - "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", "dev": true, "dependencies": { "string-width": "^4.2.0", - "strip-ansi": "^6.0.1", + "strip-ansi": "^6.0.0", "wrap-ansi": "^7.0.0" - }, - "engines": { - "node": ">=12" } }, "node_modules/clone": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", - "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", "dev": true, "engines": { "node": ">=0.8" @@ -9641,57 +10362,150 @@ "url": "https://github.com/open-cli-tools/concurrently?sponsor=1" } }, - "node_modules/concurrently/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "node_modules/concurrently/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "dependencies": { - "has-flag": "^4.0.0" + "color-convert": "^2.0.1" }, "engines": { - "node": ">=10" + "node": ">=8" }, "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/console-control-strings": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", - "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==", - "dev": true - }, - "node_modules/content-disposition": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", - "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "node_modules/concurrently/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "dependencies": { - "safe-buffer": "5.2.1" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">= 0.6" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/content-type": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", - "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "node_modules/concurrently/node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, "engines": { - "node": ">= 0.6" + "node": ">=8" } }, - "node_modules/convert-source-map": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" - }, - "node_modules/cookie": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "node_modules/concurrently/node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/concurrently/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/concurrently/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/concurrently/node_modules/yargs": { + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "dev": true, + "dependencies": { + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/concurrently/node_modules/yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/console-control-strings": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==", + "dev": true + }, + "node_modules/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "dev": true, + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-type": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/convert-source-map": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" + }, + "node_modules/cookie": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", "dev": true, "engines": { "node": ">= 0.6" @@ -9749,6 +10563,24 @@ "url": "https://github.com/sponsors/d-fischer" } }, + "node_modules/cosmiconfig/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "node_modules/cosmiconfig/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, "node_modules/cross-fetch": { "version": "3.1.5", "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz", @@ -9981,11 +10813,48 @@ "integrity": "sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==", "dev": true }, - "node_modules/cypress/node_modules/bluebird": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", - "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", - "dev": true + "node_modules/cypress/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/cypress/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/cypress/node_modules/chalk/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } }, "node_modules/cypress/node_modules/commander": { "version": "6.2.1", @@ -10011,6 +10880,15 @@ "node": ">=10" } }, + "node_modules/cypress/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/cypress/node_modules/lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", @@ -10106,9 +10984,9 @@ } }, "node_modules/dayjs": { - "version": "1.10.7", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.7.tgz", - "integrity": "sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig==", + "version": "1.11.7", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz", + "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==", "dev": true }, "node_modules/debug": { @@ -10182,6 +11060,18 @@ "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==", "dev": true }, + "node_modules/deep-eql": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-4.1.3.tgz", + "integrity": "sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==", + "dev": true, + "dependencies": { + "type-detect": "^4.0.0" + }, + "engines": { + "node": ">=6" + } + }, "node_modules/deep-equal": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.1.tgz", @@ -10268,15 +11158,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/defaults/node_modules/clone": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", - "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", - "dev": true, - "engines": { - "node": ">=0.8" - } - }, "node_modules/define-lazy-prop": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", @@ -10714,9 +11595,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.391", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.391.tgz", - "integrity": "sha512-GqydVV1+kUWY5qlEzaw34/hyWTApuQrHiGrcGA2Kk/56nEK44i+YUW45VH43JuZT0Oo7uY8aVtpPhBBZXEWtSA==" + "version": "1.4.388", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.388.tgz", + "integrity": "sha512-xZ0y4zjWZgp65okzwwt00f2rYibkFPHUv9qBz+Vzn8cB9UXIo9Zc6Dw81LJYhhNt0G/vR1OJEfStZ49NKl0YxQ==" }, "node_modules/emittery": { "version": "0.10.2", @@ -10988,15 +11869,11 @@ "dev": true }, "node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "dev": true, + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=0.8.0" } }, "node_modules/escodegen": { @@ -11365,6 +12242,55 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/eslint/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/eslint/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "node_modules/eslint/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/eslint/node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/eslint/node_modules/eslint-scope": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz", @@ -11408,6 +12334,27 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/eslint/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/eslint/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, "node_modules/eslint/node_modules/optionator": { "version": "0.9.1", "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", @@ -11425,11 +12372,23 @@ "node": ">= 0.8.0" } }, - "node_modules/eslint/node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true, + "node_modules/eslint/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/eslint/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, "engines": { "node": ">=10" }, @@ -11695,6 +12654,12 @@ "node": ">=0.10.0" } }, + "node_modules/expand-brackets/node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, "node_modules/expand-brackets/node_modules/is-data-descriptor": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", @@ -12085,15 +13050,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/figures/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, "node_modules/file-entry-cache": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", @@ -12310,6 +13266,37 @@ "find-process": "bin/find-process.js" } }, + "node_modules/find-process/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/find-process/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "node_modules/find-process/node_modules/commander": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz", @@ -12319,6 +13306,27 @@ "node": ">= 6" } }, + "node_modules/find-process/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/find-process/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/find-up": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", @@ -12355,9 +13363,9 @@ "dev": true }, "node_modules/flow-parser": { - "version": "0.206.0", - "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.206.0.tgz", - "integrity": "sha512-HVzoK3r6Vsg+lKvlIZzaWNBVai+FXTX1wdYhz/wVlH13tb/gOdLXmlTqy6odmTBhT5UoWUbq0k8263Qhr9d88w==", + "version": "0.205.1", + "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.205.1.tgz", + "integrity": "sha512-+RF/e1Et6ZX2I/UG7SGAz3Z8+ulj9xKYLu5AD7Wi8H2llzncU8ZpdKfLR50pPvj4g2a/FbZWkXYL7qHc+zXJNA==", "dev": true, "engines": { "node": ">=0.4.0" @@ -12690,6 +13698,15 @@ "node": "6.* || 8.* || >= 10.*" } }, + "node_modules/get-func-name": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", + "integrity": "sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==", + "dev": true, + "engines": { + "node": "*" + } + }, "node_modules/get-intrinsic": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.0.tgz", @@ -13083,16 +14100,16 @@ } }, "node_modules/globby": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz", - "integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", "dev": true, "dependencies": { "array-union": "^2.1.0", "dir-glob": "^3.0.1", - "fast-glob": "^3.1.1", - "ignore": "^5.1.4", - "merge2": "^1.3.0", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", "slash": "^3.0.0" }, "engines": { @@ -13221,11 +14238,11 @@ } }, "node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "engines": { - "node": ">=8" + "node": ">=4" } }, "node_modules/has-property-descriptors": { @@ -13309,6 +14326,12 @@ "node": ">=0.10.0" } }, + "node_modules/has-values/node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, "node_modules/has-values/node_modules/is-number": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", @@ -13785,6 +14808,58 @@ "node": ">=12.0.0" } }, + "node_modules/inquirer/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/inquirer/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/inquirer/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/inquirer/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/internal-slot": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz", @@ -13978,10 +15053,27 @@ } }, "node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", + "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "engines": { + "node": ">=4" + } }, "node_modules/is-callable": { "version": "1.2.7", @@ -14619,10 +15711,9 @@ "dev": true }, "node_modules/istanbul-lib-coverage": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz", - "integrity": "sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==", - "dev": true, + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", + "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", "engines": { "node": ">=8" } @@ -14654,14 +15745,6 @@ "node": ">=8" } }, - "node_modules/istanbul-lib-instrument/node_modules/istanbul-lib-coverage": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", - "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", - "engines": { - "node": ">=8" - } - }, "node_modules/istanbul-lib-processinfo": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz", @@ -14679,15 +15762,6 @@ "node": ">=8" } }, - "node_modules/istanbul-lib-processinfo/node_modules/istanbul-lib-coverage": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", - "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/istanbul-lib-processinfo/node_modules/p-map": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/p-map/-/p-map-3.0.0.tgz", @@ -14723,6 +15797,27 @@ "node": ">=8" } }, + "node_modules/istanbul-lib-report/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-report/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/istanbul-lib-source-maps": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", @@ -14768,39 +15863,91 @@ "node": ">=10" } }, - "node_modules/jest": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest/-/jest-28.1.3.tgz", - "integrity": "sha512-N4GT5on8UkZgH0O5LUavMRV1EDEhNTL0KEfRmDIeZHSV7p2XgLoY9t9VDUgL6o+yfdgYHVxuz81G8oB9VG5uyA==", + "node_modules/jake/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "dependencies": { - "@jest/core": "^28.1.3", - "@jest/types": "^28.1.3", - "import-local": "^3.0.2", - "jest-cli": "^28.1.3" - }, - "bin": { - "jest": "bin/jest.js" + "color-convert": "^2.0.1" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + "node": ">=8" }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/jest-changed-files": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-28.1.3.tgz", - "integrity": "sha512-esaOfUWJXk2nfZt9SPyC8gA1kNfdKLkQWyzsMlqq8msYSlNKfmZxfRgZn4Cd4MGVUF+7v6dBs0d5TOAKa7iIiA==", + "node_modules/jake/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "dependencies": { - "execa": "^5.0.0", + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jake/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jake/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest/-/jest-28.1.3.tgz", + "integrity": "sha512-N4GT5on8UkZgH0O5LUavMRV1EDEhNTL0KEfRmDIeZHSV7p2XgLoY9t9VDUgL6o+yfdgYHVxuz81G8oB9VG5uyA==", + "dev": true, + "dependencies": { + "@jest/core": "^28.1.3", + "@jest/types": "^28.1.3", + "import-local": "^3.0.2", + "jest-cli": "^28.1.3" + }, + "bin": { + "jest": "bin/jest.js" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/jest-changed-files": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-28.1.3.tgz", + "integrity": "sha512-esaOfUWJXk2nfZt9SPyC8gA1kNfdKLkQWyzsMlqq8msYSlNKfmZxfRgZn4Cd4MGVUF+7v6dBs0d5TOAKa7iIiA==", + "dev": true, + "dependencies": { + "execa": "^5.0.0", "p-limit": "^3.1.0" }, "engines": { @@ -14917,17 +16064,36 @@ "dev": true }, "node_modules/jest-circus/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, "engines": { - "node": ">=10" + "node": ">=8" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/jest-circus/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "node_modules/jest-circus/node_modules/diff-sequences": { "version": "28.1.1", "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-28.1.1.tgz", @@ -14937,6 +16103,15 @@ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, + "node_modules/jest-circus/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-circus/node_modules/jest-diff": { "version": "28.1.3", "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.3.tgz", @@ -15028,12 +16203,36 @@ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, + "node_modules/jest-circus/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/jest-circus/node_modules/react-is": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", "dev": true }, + "node_modules/jest-circus/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-cli": { "version": "28.1.3", "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-28.1.3.tgz", @@ -15103,6 +16302,60 @@ "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==", "dev": true }, + "node_modules/jest-cli/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-cli/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-cli/node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/jest-cli/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-cli/node_modules/jest-util": { "version": "28.1.3", "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", @@ -15120,6 +16373,45 @@ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, + "node_modules/jest-cli/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-cli/node_modules/yargs": { + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "dev": true, + "dependencies": { + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/jest-cli/node_modules/yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "dev": true, + "engines": { + "node": ">=12" + } + }, "node_modules/jest-config": { "version": "28.1.3", "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-28.1.3.tgz", @@ -15201,17 +16493,36 @@ "dev": true }, "node_modules/jest-config/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, "engines": { - "node": ">=10" + "node": ">=8" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/jest-config/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "node_modules/jest-config/node_modules/glob": { "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", @@ -15232,6 +16543,15 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/jest-config/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-config/node_modules/jest-get-type": { "version": "28.0.2", "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz", @@ -15282,19 +16602,43 @@ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, + "node_modules/jest-config/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/jest-config/node_modules/react-is": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", "dev": true }, - "node_modules/jest-diff": { - "version": "29.5.0", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.5.0.tgz", - "integrity": "sha512-LtxijLLZBduXnHSniy0WMdaHjmQnt3g5sa16W4p0HqukYTTsyTW3GD1q41TyGl5YFXj/5B2U6dlh5FM1LIMgxw==", - "dependencies": { - "chalk": "^4.0.0", - "diff-sequences": "^29.4.3", + "node_modules/jest-config/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-diff": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.5.0.tgz", + "integrity": "sha512-LtxijLLZBduXnHSniy0WMdaHjmQnt3g5sa16W4p0HqukYTTsyTW3GD1q41TyGl5YFXj/5B2U6dlh5FM1LIMgxw==", + "dependencies": { + "chalk": "^4.0.0", + "diff-sequences": "^29.4.3", "jest-get-type": "^29.4.3", "pretty-format": "^29.5.0" }, @@ -15303,16 +16647,42 @@ } }, "node_modules/jest-diff/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, "engines": { - "node": ">=10" + "node": ">=8" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/jest-diff/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-diff/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, "node_modules/jest-diff/node_modules/pretty-format": { "version": "29.5.0", "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz", @@ -15326,11 +16696,33 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, + "node_modules/jest-diff/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/jest-diff/node_modules/react-is": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, + "node_modules/jest-diff/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-docblock": { "version": "28.1.1", "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-28.1.1.tgz", @@ -15395,17 +16787,45 @@ "dev": true }, "node_modules/jest-each/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, "engines": { - "node": ">=10" + "node": ">=8" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/jest-each/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-each/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-each/node_modules/jest-get-type": { "version": "28.0.2", "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz", @@ -15447,12 +16867,36 @@ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, + "node_modules/jest-each/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/jest-each/node_modules/react-is": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", "dev": true }, + "node_modules/jest-each/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-environment-node": { "version": "28.1.3", "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-28.1.3.tgz", @@ -15505,6 +16949,46 @@ "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==", "dev": true }, + "node_modules/jest-environment-node/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-environment-node/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-environment-node/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-environment-node/node_modules/jest-mock": { "version": "28.1.3", "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-28.1.3.tgz", @@ -15535,6 +17019,18 @@ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, + "node_modules/jest-environment-node/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-get-type": { "version": "29.4.3", "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.4.3.tgz", @@ -15568,6 +17064,15 @@ "fsevents": "^2.3.2" } }, + "node_modules/jest-haste-map/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-haste-map/node_modules/jest-worker": { "version": "29.5.0", "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.5.0.tgz", @@ -15710,16 +17215,42 @@ } }, "node_modules/jest-matcher-utils/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, "engines": { - "node": ">=10" + "node": ">=8" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/jest-matcher-utils/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-matcher-utils/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, "node_modules/jest-matcher-utils/node_modules/pretty-format": { "version": "29.5.0", "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz", @@ -15733,11 +17264,33 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, + "node_modules/jest-matcher-utils/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/jest-matcher-utils/node_modules/react-is": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, + "node_modules/jest-matcher-utils/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-message-util": { "version": "29.5.0", "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.5.0.tgz", @@ -15758,34 +17311,82 @@ } }, "node_modules/jest-message-util/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, "engines": { - "node": ">=10" + "node": ">=8" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/jest-message-util/node_modules/pretty-format": { - "version": "29.5.0", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz", - "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==", + "node_modules/jest-message-util/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dependencies": { - "@jest/schemas": "^29.4.3", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-message-util/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-message-util/node_modules/pretty-format": { + "version": "29.5.0", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.5.0.tgz", + "integrity": "sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==", + "dependencies": { + "@jest/schemas": "^29.4.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, + "node_modules/jest-message-util/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/jest-message-util/node_modules/react-is": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, + "node_modules/jest-message-util/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-mock": { "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz", @@ -15824,6 +17425,58 @@ "@types/yargs-parser": "*" } }, + "node_modules/jest-mock/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-mock/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-mock/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-mock/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-playwright-preset": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/jest-playwright-preset/-/jest-playwright-preset-2.0.0.tgz", @@ -15888,6 +17541,58 @@ "wait-on": "^5.3.0" } }, + "node_modules/jest-process-manager/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-process-manager/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-process-manager/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-process-manager/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-regex-util": { "version": "29.4.3", "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.4.3.tgz", @@ -15974,6 +17679,46 @@ "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==", "dev": true }, + "node_modules/jest-resolve/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-resolve/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-resolve/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-resolve/node_modules/jest-haste-map": { "version": "28.1.3", "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.3.tgz", @@ -16025,6 +17770,18 @@ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, + "node_modules/jest-resolve/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-runner": { "version": "28.1.3", "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-28.1.3.tgz", @@ -16119,17 +17876,45 @@ "dev": true }, "node_modules/jest-runner/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, "engines": { - "node": ">=10" + "node": ">=8" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/jest-runner/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-runner/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-runner/node_modules/jest-haste-map": { "version": "28.1.3", "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.3.tgz", @@ -16216,12 +18001,36 @@ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, + "node_modules/jest-runner/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/jest-runner/node_modules/react-is": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", "dev": true }, + "node_modules/jest-runner/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-runtime": { "version": "28.1.3", "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-28.1.3.tgz", @@ -16317,17 +18126,36 @@ "dev": true }, "node_modules/jest-runtime/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, - "engines": { - "node": ">=10" + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/jest-runtime/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "node_modules/jest-runtime/node_modules/execa": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", @@ -16383,6 +18211,15 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/jest-runtime/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-runtime/node_modules/human-signals": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", @@ -16491,12 +18328,36 @@ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, + "node_modules/jest-runtime/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/jest-runtime/node_modules/react-is": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", "dev": true }, + "node_modules/jest-runtime/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-serializer-html": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/jest-serializer-html/-/jest-serializer-html-7.1.0.tgz", @@ -16614,17 +18475,36 @@ "dev": true }, "node_modules/jest-snapshot/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, "engines": { - "node": ">=10" + "node": ">=8" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/jest-snapshot/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "node_modules/jest-snapshot/node_modules/diff-sequences": { "version": "28.1.1", "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-28.1.1.tgz", @@ -16650,6 +18530,15 @@ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, + "node_modules/jest-snapshot/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-snapshot/node_modules/jest-diff": { "version": "28.1.3", "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-28.1.3.tgz", @@ -16787,6 +18676,18 @@ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, + "node_modules/jest-snapshot/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/jest-snapshot/node_modules/react-is": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", @@ -16808,6 +18709,18 @@ "node": ">=10" } }, + "node_modules/jest-snapshot/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-snapshot/node_modules/yallist": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", @@ -16830,6 +18743,54 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, + "node_modules/jest-util/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-util/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-util/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-util/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-validate": { "version": "28.1.3", "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-28.1.3.tgz", @@ -16883,12 +18844,15 @@ "dev": true }, "node_modules/jest-validate/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, "engines": { - "node": ">=10" + "node": ">=8" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" @@ -16906,6 +18870,31 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/jest-validate/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-validate/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-validate/node_modules/jest-get-type": { "version": "28.0.2", "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-28.0.2.tgz", @@ -16930,12 +18919,36 @@ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, + "node_modules/jest-validate/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/jest-validate/node_modules/react-is": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", "dev": true }, + "node_modules/jest-validate/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-watch-typeahead": { "version": "2.2.2", "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-2.2.2.tgz", @@ -17041,6 +19054,21 @@ "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, + "node_modules/jest-watch-typeahead/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/jest-watch-typeahead/node_modules/chalk": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.2.0.tgz", @@ -17065,6 +19093,15 @@ "url": "https://github.com/sindresorhus/emittery?sponsor=1" } }, + "node_modules/jest-watch-typeahead/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-watch-typeahead/node_modules/jest-watcher": { "version": "29.5.0", "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.5.0.tgz", @@ -17213,6 +19250,18 @@ "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, + "node_modules/jest-watch-typeahead/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-watch-typeahead/node_modules/type-fest": { "version": "3.10.0", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.10.0.tgz", @@ -17282,21 +19331,73 @@ "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==", "dev": true }, - "node_modules/jest-watcher/node_modules/jest-util": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", - "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "node_modules/jest-watcher/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "dependencies": { - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" + "color-convert": "^2.0.1" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-watcher/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-watcher/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-watcher/node_modules/jest-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "dev": true, + "dependencies": { + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + } + }, + "node_modules/jest-watcher/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, "node_modules/jest-worker": { @@ -17313,6 +19414,15 @@ "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" } }, + "node_modules/jest-worker/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/jest-worker/node_modules/supports-color": { "version": "8.1.1", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", @@ -17363,6 +19473,58 @@ "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==", "dev": true }, + "node_modules/jest/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/jju": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/jju/-/jju-1.4.0.tgz", @@ -17385,7 +19547,7 @@ "node_modules/js-dataverse": { "version": "2.0.0", "resolved": "file:js-dataverse-2.0.0.tgz", - "integrity": "sha512-rLxriknbu73p5GcOmsseo7Xso8E4Cp0wyE7X7BliU6BK8Hmdj3ZYxCeDT3eOn5DbJ1JJgX38mkRUkAKWMTYprg==", + "integrity": "sha512-a/eExE2FtWjs2CetthAJpq1uxZwrQkcKN/7nCjr1FJNLlPNf2G9h1bZvb7k91zlM0H5sYbR5hZNknoZDx8uxlg==", "dev": true, "license": "MIT", "dependencies": { @@ -17425,12 +19587,12 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" }, "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "dev": true, + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", "dependencies": { - "argparse": "^2.0.1" + "argparse": "^1.0.7", + "esprima": "^4.0.0" }, "bin": { "js-yaml": "bin/js-yaml.js" @@ -17475,6 +19637,21 @@ "@babel/preset-env": "^7.1.6" } }, + "node_modules/jscodeshift/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/jscodeshift/node_modules/ast-types": { "version": "0.15.2", "resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.15.2.tgz", @@ -17487,6 +19664,31 @@ "node": ">=4" } }, + "node_modules/jscodeshift/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jscodeshift/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/jscodeshift/node_modules/recast": { "version": "0.21.5", "resolved": "https://registry.npmjs.org/recast/-/recast-0.21.5.tgz", @@ -17502,6 +19704,18 @@ "node": ">= 4" } }, + "node_modules/jscodeshift/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/jscodeshift/node_modules/write-file-atomic": { "version": "2.4.3", "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz", @@ -17831,35 +20045,6 @@ "node": ">=10" } }, - "node_modules/lcov-result-merger/node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dev": true, - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "node_modules/lcov-result-merger/node_modules/yargs": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", - "dev": true, - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/lead": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/lead/-/lead-1.0.0.tgz", @@ -18051,6 +20236,58 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/log-symbols/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/log-symbols/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/log-symbols/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/log-symbols/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/log-update": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", @@ -18069,6 +20306,21 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/log-update/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/log-update/node_modules/slice-ansi": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", @@ -18134,8 +20386,17 @@ "node": ">=0.10.0" } }, - "node_modules/lru-cache": { - "version": "5.1.1", + "node_modules/loupe": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.6.tgz", + "integrity": "sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA==", + "dev": true, + "dependencies": { + "get-func-name": "^2.0.0" + } + }, + "node_modules/lru-cache": { + "version": "5.1.1", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "dependencies": { @@ -18714,6 +20975,21 @@ "msw": ">=0.35.0 <2.0.0" } }, + "node_modules/msw/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/msw/node_modules/chalk": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", @@ -18730,6 +21006,20 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, + "node_modules/msw/node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/msw/node_modules/cookie": { "version": "0.4.2", "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", @@ -18739,12 +21029,60 @@ "node": ">= 0.6" } }, + "node_modules/msw/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/msw/node_modules/path-to-regexp": { "version": "6.2.1", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.1.tgz", "integrity": "sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==", "dev": true }, + "node_modules/msw/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/msw/node_modules/yargs": { + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "dev": true, + "dependencies": { + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/msw/node_modules/yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "dev": true, + "engines": { + "node": ">=12" + } + }, "node_modules/mustache": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz", @@ -19098,6 +21436,21 @@ "node": ">=8.9" } }, + "node_modules/nyc/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/nyc/node_modules/cliui": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", @@ -19309,6 +21662,12 @@ "node": ">=0.10.0" } }, + "node_modules/object-copy/node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, "node_modules/object-copy/node_modules/is-data-descriptor": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", @@ -19624,6 +21983,58 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/ora/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/ora/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/ora/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/ora/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/ordered-read-streams": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz", @@ -19941,6 +22352,15 @@ "integrity": "sha512-ODbEPR0KKHqECXW1GoxdDb+AZvULmXjVPy4rt+pGo2+TnjJTIPJQSVS6N63n8T2Ip+syHhbn52OewKicV0373w==", "dev": true }, + "node_modules/pathval": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz", + "integrity": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==", + "dev": true, + "engines": { + "node": "*" + } + }, "node_modules/peek-stream": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/peek-stream/-/peek-stream-1.1.3.tgz", @@ -20183,65 +22603,6 @@ "node": ">=6" } }, - "node_modules/postcss-reporter/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-reporter/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-reporter/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/postcss-reporter/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, - "node_modules/postcss-reporter/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/postcss-reporter/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/postcss-reporter/node_modules/log-symbols": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", @@ -20277,18 +22638,6 @@ "url": "https://opencollective.com/postcss/" } }, - "node_modules/postcss-reporter/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/postcss-resolve-nested-selector": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz", @@ -21105,6 +23454,15 @@ "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz", "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" }, + "node_modules/react-loading-skeleton": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/react-loading-skeleton/-/react-loading-skeleton-3.3.1.tgz", + "integrity": "sha512-NilqqwMh2v9omN7LteiDloEVpFyMIa0VGqF+ukqp0ncVlYu1sKYbYGX9JEl+GtOT9TKsh04zCHAbavnQ2USldA==", + "dev": true, + "peerDependencies": { + "react": ">=16.8.0" + } + }, "node_modules/react-refresh": { "version": "0.14.0", "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.0.tgz", @@ -21157,6 +23515,17 @@ "react-dom": ">=16.8" } }, + "node_modules/react-topbar-progress-indicator": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/react-topbar-progress-indicator/-/react-topbar-progress-indicator-4.1.1.tgz", + "integrity": "sha512-Oy3ENNKfymt16zoz5SYy/WOepMurB0oeZEyvuHm8JZ3jrTCe1oAUD7fG6HhYt5sg8Wcg5gdkzSWItaFF6c6VhA==", + "dependencies": { + "topbar": "^0.1.3" + }, + "peerDependencies": { + "react": ">=16.8.0" + } + }, "node_modules/react-transition-group": { "version": "4.4.5", "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", @@ -21563,6 +23932,12 @@ "node": ">=0.10.0" } }, + "node_modules/remove-bom-buffer/node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, "node_modules/remove-bom-stream": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/remove-bom-stream/-/remove-bom-stream-1.2.0.tgz", @@ -21602,9 +23977,9 @@ } }, "node_modules/replace-ext": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz", - "integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz", + "integrity": "sha512-vuNYXC7gG7IeVNBC1xUllqCcZKRbJoSPOBhnTEcAIiKCsbuef6zO3F0Rve3isPMMoNoQRWjQwbAgAjHUHniyEA==", "dev": true, "engines": { "node": ">= 0.10" @@ -22284,6 +24659,27 @@ "type-detect": "4.0.8" } }, + "node_modules/sinon/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/sinon/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/sisteransi": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", @@ -22312,7 +24708,22 @@ "node": ">=8" } }, - "node_modules/snapdragon": { + "node_modules/slice-ansi/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/snapdragon": { "version": "0.8.2", "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", @@ -22369,6 +24780,12 @@ "node": ">=0.10.0" } }, + "node_modules/snapdragon-util/node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, "node_modules/snapdragon-util/node_modules/kind-of": { "version": "3.2.2", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", @@ -22438,6 +24855,12 @@ "node": ">=0.10.0" } }, + "node_modules/snapdragon/node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, "node_modules/snapdragon/node_modules/is-data-descriptor": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", @@ -22783,6 +25206,12 @@ "node": ">=0.10.0" } }, + "node_modules/static-extend/node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, "node_modules/static-extend/node_modules/is-data-descriptor": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", @@ -23163,27 +25592,6 @@ "node": ">=6" } }, - "node_modules/stylelint-config-rational-order/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/stylelint-config-rational-order/node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dev": true, - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, "node_modules/stylelint-config-rational-order/node_modules/array-union": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", @@ -23261,35 +25669,6 @@ "node": ">=4" } }, - "node_modules/stylelint-config-rational-order/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/stylelint-config-rational-order/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/stylelint-config-rational-order/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, "node_modules/stylelint-config-rational-order/node_modules/cosmiconfig": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz", @@ -23323,15 +25702,6 @@ "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", "dev": true }, - "node_modules/stylelint-config-rational-order/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, "node_modules/stylelint-config-rational-order/node_modules/fast-glob": { "version": "2.2.7", "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-2.2.7.tgz", @@ -23516,15 +25886,6 @@ "node": ">= 4" } }, - "node_modules/stylelint-config-rational-order/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/stylelint-config-rational-order/node_modules/html-tags": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-2.0.0.tgz", @@ -23580,6 +25941,12 @@ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", "dev": true }, + "node_modules/stylelint-config-rational-order/node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, "node_modules/stylelint-config-rational-order/node_modules/is-extendable": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", @@ -23622,19 +25989,6 @@ "node": ">=0.10.0" } }, - "node_modules/stylelint-config-rational-order/node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "dev": true, - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, "node_modules/stylelint-config-rational-order/node_modules/known-css-properties": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.11.0.tgz", @@ -24112,18 +26466,6 @@ "stylelint": "^9.10.1 || ^10.0.0" } }, - "node_modules/stylelint-config-rational-order/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/stylelint-config-rational-order/node_modules/table": { "version": "5.4.6", "resolved": "https://registry.npmjs.org/table/-/table-5.4.6.tgz", @@ -24302,26 +26644,6 @@ "node": ">=6" } }, - "node_modules/stylelint/node_modules/globby": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", - "dev": true, - "dependencies": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/stylelint/node_modules/ini": { "version": "1.3.8", "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", @@ -24329,9 +26651,9 @@ "dev": true }, "node_modules/stylelint/node_modules/signal-exit": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.2.tgz", - "integrity": "sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.0.1.tgz", + "integrity": "sha512-uUWsN4aOxJAS8KOuf3QMyFtgm1pkb6I+KRZbRF/ghdf5T7sM+B1lLLzPDxswUjkmHyxQAVzEgG35E3NzDM9GVw==", "dev": true, "engines": { "node": ">=14" @@ -24398,14 +26720,14 @@ } }, "node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dependencies": { - "has-flag": "^4.0.0" + "has-flag": "^3.0.0" }, "engines": { - "node": ">=8" + "node": ">=4" } }, "node_modules/supports-hyperlinks": { @@ -24421,6 +26743,27 @@ "node": ">=14.18" } }, + "node_modules/supports-hyperlinks/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-hyperlinks/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/supports-preserve-symlinks-flag": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", @@ -24483,6 +26826,21 @@ "url": "https://github.com/sponsors/epoberezkin" } }, + "node_modules/table/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/table/node_modules/json-schema-traverse": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", @@ -24672,6 +27030,27 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/terminal-link/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/terminal-link/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/terminal-link/node_modules/supports-hyperlinks": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz", @@ -24842,6 +27221,12 @@ "node": ">=0.10.0" } }, + "node_modules/to-object-path/node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, "node_modules/to-object-path/node_modules/kind-of": { "version": "3.2.2", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", @@ -24901,6 +27286,11 @@ "node": ">=0.6" } }, + "node_modules/topbar": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/topbar/-/topbar-0.1.4.tgz", + "integrity": "sha512-P3n4WnN4GFd2mQXDo30rQmsAGe4V1bVkggtTreSbNyL50Fyc+eVkW5oatSLeGQmJoan2TLIgoXUZypN+6nw4MQ==" + }, "node_modules/tough-cookie": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", @@ -25773,38 +28163,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/vfile/node_modules/is-buffer": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", - "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "engines": { - "node": ">=4" - } - }, - "node_modules/vfile/node_modules/replace-ext": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz", - "integrity": "sha512-vuNYXC7gG7IeVNBC1xUllqCcZKRbJoSPOBhnTEcAIiKCsbuef6zO3F0Rve3isPMMoNoQRWjQwbAgAjHUHniyEA==", - "dev": true, - "engines": { - "node": ">= 0.10" - } - }, "node_modules/vfile/node_modules/vfile-message": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-1.1.1.tgz", @@ -25925,6 +28283,15 @@ "node": ">=0.10.0" } }, + "node_modules/vinyl/node_modules/clone": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", + "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==", + "dev": true, + "engines": { + "node": ">=0.8" + } + }, "node_modules/vite": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/vite/-/vite-4.1.0.tgz", @@ -25961,467 +28328,140 @@ "optional": true }, "sass": { - "optional": true - }, - "stylus": { - "optional": true - }, - "sugarss": { - "optional": true - }, - "terser": { - "optional": true - } - } - }, - "node_modules/vite-plugin-dts": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/vite-plugin-dts/-/vite-plugin-dts-2.3.0.tgz", - "integrity": "sha512-WbJgGtsStgQhdm3EosYmIdTGbag5YQpZ3HXWUAPCDyoXI5qN6EY0V7NXq0lAmnv9hVQsvh0htbYcg0Or5Db9JQ==", - "dev": true, - "dependencies": { - "@babel/parser": "^7.21.4", - "@microsoft/api-extractor": "^7.34.4", - "@rollup/pluginutils": "^5.0.2", - "@rushstack/node-core-library": "^3.55.2", - "debug": "^4.3.4", - "fast-glob": "^3.2.12", - "fs-extra": "^10.1.0", - "kolorist": "^1.7.0", - "magic-string": "^0.29.0", - "ts-morph": "18.0.0" - }, - "engines": { - "node": "^14.18.0 || >=16.0.0" - }, - "peerDependencies": { - "vite": ">=2.9.0" - } - }, - "node_modules/vite-plugin-dts/node_modules/@rollup/pluginutils": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.0.2.tgz", - "integrity": "sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==", - "dev": true, - "dependencies": { - "@types/estree": "^1.0.0", - "estree-walker": "^2.0.2", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "rollup": "^1.20.0||^2.0.0||^3.0.0" - }, - "peerDependenciesMeta": { - "rollup": { - "optional": true - } - } - }, - "node_modules/vite-plugin-dts/node_modules/@types/estree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz", - "integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==", - "dev": true - }, - "node_modules/vite-plugin-dts/node_modules/fs-extra": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", - "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", - "dev": true, - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/vite-plugin-dts/node_modules/magic-string": { - "version": "0.29.0", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.29.0.tgz", - "integrity": "sha512-WcfidHrDjMY+eLjlU+8OvwREqHwpgCeKVBUpQ3OhYYuvfaYCUgcbuBzappNzZvg/v8onU3oQj+BYpkOJe9Iw4Q==", - "dev": true, - "dependencies": { - "@jridgewell/sourcemap-codec": "^1.4.13" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/vite-plugin-istanbul": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/vite-plugin-istanbul/-/vite-plugin-istanbul-4.0.1.tgz", - "integrity": "sha512-1fUCJyYvt/vkDQWR/15knwCk+nWmNbVbmZTXf/X4XD0dcdmJsYrZF5JQo7ttYxFyflGH2SVu+XRlpN06CakKPQ==", - "dependencies": { - "@istanbuljs/load-nyc-config": "^1.1.0", - "istanbul-lib-instrument": "^5.1.0", - "picocolors": "^1.0.0", - "test-exclude": "^6.0.0" - }, - "peerDependencies": { - "vite": ">=2.9.1 <= 5" - } - }, - "node_modules/vite-plugin-libcss": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/vite-plugin-libcss/-/vite-plugin-libcss-1.0.6.tgz", - "integrity": "sha512-DUkVPiNEPFRpshhsqek9b/vPH4piytTsrlyRdl84ns4NlR7PJNSmjtDvyBytrL7E+jsrXD5iCEzBOtrChX45CA==", - "dev": true, - "peerDependencies": { - "vite": "*" - } - }, - "node_modules/vite/node_modules/@esbuild/android-arm": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.16.17.tgz", - "integrity": "sha512-N9x1CMXVhtWEAMS7pNNONyA14f71VPQN9Cnavj1XQh6T7bskqiLLrSca4O0Vr8Wdcga943eThxnVp3JLnBMYtw==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/android-arm64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.16.17.tgz", - "integrity": "sha512-MIGl6p5sc3RDTLLkYL1MyL8BMRN4tLMRCn+yRJJmEDvYZ2M7tmAf80hx1kbNEUX2KJ50RRtxZ4JHLvCfuB6kBg==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/android-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.16.17.tgz", - "integrity": "sha512-a3kTv3m0Ghh4z1DaFEuEDfz3OLONKuFvI4Xqczqx4BqLyuFaFkuaG4j2MtA6fuWEFeC5x9IvqnX7drmRq/fyAQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/darwin-arm64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.16.17.tgz", - "integrity": "sha512-/2agbUEfmxWHi9ARTX6OQ/KgXnOWfsNlTeLcoV7HSuSTv63E4DqtAc+2XqGw1KHxKMHGZgbVCZge7HXWX9Vn+w==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/darwin-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.16.17.tgz", - "integrity": "sha512-2By45OBHulkd9Svy5IOCZt376Aa2oOkiE9QWUK9fe6Tb+WDr8hXL3dpqi+DeLiMed8tVXspzsTAvd0jUl96wmg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/freebsd-arm64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.16.17.tgz", - "integrity": "sha512-mt+cxZe1tVx489VTb4mBAOo2aKSnJ33L9fr25JXpqQqzbUIw/yzIzi+NHwAXK2qYV1lEFp4OoVeThGjUbmWmdw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/freebsd-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.16.17.tgz", - "integrity": "sha512-8ScTdNJl5idAKjH8zGAsN7RuWcyHG3BAvMNpKOBaqqR7EbUhhVHOqXRdL7oZvz8WNHL2pr5+eIT5c65kA6NHug==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-arm": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.16.17.tgz", - "integrity": "sha512-iihzrWbD4gIT7j3caMzKb/RsFFHCwqqbrbH9SqUSRrdXkXaygSZCZg1FybsZz57Ju7N/SHEgPyaR0LZ8Zbe9gQ==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-arm64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.16.17.tgz", - "integrity": "sha512-7S8gJnSlqKGVJunnMCrXHU9Q8Q/tQIxk/xL8BqAP64wchPCTzuM6W3Ra8cIa1HIflAvDnNOt2jaL17vaW+1V0g==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-ia32": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.16.17.tgz", - "integrity": "sha512-kiX69+wcPAdgl3Lonh1VI7MBr16nktEvOfViszBSxygRQqSpzv7BffMKRPMFwzeJGPxcio0pdD3kYQGpqQ2SSg==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-loong64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.16.17.tgz", - "integrity": "sha512-dTzNnQwembNDhd654cA4QhbS9uDdXC3TKqMJjgOWsC0yNCbpzfWoXdZvp0mY7HU6nzk5E0zpRGGx3qoQg8T2DQ==", - "cpu": [ - "loong64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-mips64el": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.16.17.tgz", - "integrity": "sha512-ezbDkp2nDl0PfIUn0CsQ30kxfcLTlcx4Foz2kYv8qdC6ia2oX5Q3E/8m6lq84Dj/6b0FrkgD582fJMIfHhJfSw==", - "cpu": [ - "mips64el" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/vite/node_modules/@esbuild/linux-ppc64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.16.17.tgz", - "integrity": "sha512-dzS678gYD1lJsW73zrFhDApLVdM3cUF2MvAa1D8K8KtcSKdLBPP4zZSLy6LFZ0jYqQdQ29bjAHJDgz0rVbLB3g==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } } }, - "node_modules/vite/node_modules/@esbuild/linux-riscv64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.16.17.tgz", - "integrity": "sha512-ylNlVsxuFjZK8DQtNUwiMskh6nT0vI7kYl/4fZgV1llP5d6+HIeL/vmmm3jpuoo8+NuXjQVZxmKuhDApK0/cKw==", - "cpu": [ - "riscv64" - ], + "node_modules/vite-plugin-css-injected-by-js": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/vite-plugin-css-injected-by-js/-/vite-plugin-css-injected-by-js-3.1.1.tgz", + "integrity": "sha512-mwrFvEEy0TuH8Ul0cb2HgjmNboQ/JnEFy+kHCWqAJph3ikMOiIuyYVdx0JO4nEIWJyzSnc4TTdmoTulsikvJEg==", "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" + "peerDependencies": { + "vite": ">2.0.0-0" } }, - "node_modules/vite/node_modules/@esbuild/linux-s390x": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.16.17.tgz", - "integrity": "sha512-gzy7nUTO4UA4oZ2wAMXPNBGTzZFP7mss3aKR2hH+/4UUkCOyqmjXiKpzGrY2TlEUhbbejzXVKKGazYcQTZWA/w==", - "cpu": [ - "s390x" - ], + "node_modules/vite-plugin-dts": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/vite-plugin-dts/-/vite-plugin-dts-2.3.0.tgz", + "integrity": "sha512-WbJgGtsStgQhdm3EosYmIdTGbag5YQpZ3HXWUAPCDyoXI5qN6EY0V7NXq0lAmnv9hVQsvh0htbYcg0Or5Db9JQ==", "dev": true, - "optional": true, - "os": [ - "linux" - ], + "dependencies": { + "@babel/parser": "^7.21.4", + "@microsoft/api-extractor": "^7.34.4", + "@rollup/pluginutils": "^5.0.2", + "@rushstack/node-core-library": "^3.55.2", + "debug": "^4.3.4", + "fast-glob": "^3.2.12", + "fs-extra": "^10.1.0", + "kolorist": "^1.7.0", + "magic-string": "^0.29.0", + "ts-morph": "18.0.0" + }, "engines": { - "node": ">=12" + "node": "^14.18.0 || >=16.0.0" + }, + "peerDependencies": { + "vite": ">=2.9.0" } }, - "node_modules/vite/node_modules/@esbuild/linux-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.16.17.tgz", - "integrity": "sha512-mdPjPxfnmoqhgpiEArqi4egmBAMYvaObgn4poorpUaqmvzzbvqbowRllQ+ZgzGVMGKaPkqUmPDOOFQRUFDmeUw==", - "cpu": [ - "x64" - ], + "node_modules/vite-plugin-dts/node_modules/@rollup/pluginutils": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.0.2.tgz", + "integrity": "sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==", "dev": true, - "optional": true, - "os": [ - "linux" - ], + "dependencies": { + "@types/estree": "^1.0.0", + "estree-walker": "^2.0.2", + "picomatch": "^2.3.1" + }, "engines": { - "node": ">=12" + "node": ">=14.0.0" + }, + "peerDependencies": { + "rollup": "^1.20.0||^2.0.0||^3.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + } } }, - "node_modules/vite/node_modules/@esbuild/netbsd-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.16.17.tgz", - "integrity": "sha512-/PzmzD/zyAeTUsduZa32bn0ORug+Jd1EGGAUJvqfeixoEISYpGnAezN6lnJoskauoai0Jrs+XSyvDhppCPoKOA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=12" - } + "node_modules/vite-plugin-dts/node_modules/@types/estree": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz", + "integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==", + "dev": true }, - "node_modules/vite/node_modules/@esbuild/openbsd-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.16.17.tgz", - "integrity": "sha512-2yaWJhvxGEz2RiftSk0UObqJa/b+rIAjnODJgv2GbGGpRwAfpgzyrg1WLK8rqA24mfZa9GvpjLcBBg8JHkoodg==", - "cpu": [ - "x64" - ], + "node_modules/vite-plugin-dts/node_modules/fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "dev": true, - "optional": true, - "os": [ - "openbsd" - ], + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, "engines": { "node": ">=12" } }, - "node_modules/vite/node_modules/@esbuild/sunos-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.16.17.tgz", - "integrity": "sha512-xtVUiev38tN0R3g8VhRfN7Zl42YCJvyBhRKw1RJjwE1d2emWTVToPLNEQj/5Qxc6lVFATDiy6LjVHYhIPrLxzw==", - "cpu": [ - "x64" - ], + "node_modules/vite-plugin-dts/node_modules/magic-string": { + "version": "0.29.0", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.29.0.tgz", + "integrity": "sha512-WcfidHrDjMY+eLjlU+8OvwREqHwpgCeKVBUpQ3OhYYuvfaYCUgcbuBzappNzZvg/v8onU3oQj+BYpkOJe9Iw4Q==", "dev": true, - "optional": true, - "os": [ - "sunos" - ], + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.4.13" + }, "engines": { "node": ">=12" } }, - "node_modules/vite/node_modules/@esbuild/win32-arm64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.16.17.tgz", - "integrity": "sha512-ga8+JqBDHY4b6fQAmOgtJJue36scANy4l/rL97W+0wYmijhxKetzZdKOJI7olaBaMhWt8Pac2McJdZLxXWUEQw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" + "node_modules/vite-plugin-istanbul": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/vite-plugin-istanbul/-/vite-plugin-istanbul-4.0.1.tgz", + "integrity": "sha512-1fUCJyYvt/vkDQWR/15knwCk+nWmNbVbmZTXf/X4XD0dcdmJsYrZF5JQo7ttYxFyflGH2SVu+XRlpN06CakKPQ==", + "dependencies": { + "@istanbuljs/load-nyc-config": "^1.1.0", + "istanbul-lib-instrument": "^5.1.0", + "picocolors": "^1.0.0", + "test-exclude": "^6.0.0" + }, + "peerDependencies": { + "vite": ">=2.9.1 <= 5" } }, - "node_modules/vite/node_modules/@esbuild/win32-ia32": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.16.17.tgz", - "integrity": "sha512-WnsKaf46uSSF/sZhwnqE4L/F89AYNMiD4YtEcYekBt9Q7nj0DiId2XH2Ng2PHM54qi5oPrQ8luuzGszqi/veig==", - "cpu": [ - "ia32" - ], + "node_modules/vite-plugin-libcss": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/vite-plugin-libcss/-/vite-plugin-libcss-1.0.6.tgz", + "integrity": "sha512-DUkVPiNEPFRpshhsqek9b/vPH4piytTsrlyRdl84ns4NlR7PJNSmjtDvyBytrL7E+jsrXD5iCEzBOtrChX45CA==", "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" + "peerDependencies": { + "vite": "*" } }, - "node_modules/vite/node_modules/@esbuild/win32-x64": { + "node_modules/vite/node_modules/@esbuild/darwin-arm64": { "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.16.17.tgz", - "integrity": "sha512-y+EHuSchhL7FjHgvQL/0fnnFmO4T1bhvWANX6gcnqTjtnKWbTvUMCpGnv2+t+31d7RzyEAYAd4u2fnIhHL6N/Q==", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.16.17.tgz", + "integrity": "sha512-/2agbUEfmxWHi9ARTX6OQ/KgXnOWfsNlTeLcoV7HSuSTv63E4DqtAc+2XqGw1KHxKMHGZgbVCZge7HXWX9Vn+w==", "cpu": [ - "x64" + "arm64" ], "dev": true, "optional": true, "os": [ - "win32" + "darwin" ], "engines": { "node": ">=12" @@ -26547,83 +28587,12 @@ "node": ">=8" } }, - "node_modules/wait-port/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/wait-port/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/wait-port/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/wait-port/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, "node_modules/wait-port/node_modules/commander": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/commander/-/commander-3.0.2.tgz", "integrity": "sha512-Gar0ASD4BDyKC4hl4DwHqDrmvjoxWKZigVnAbn5H1owvm4CxCPdb0HQDehwNYMJpla5+M2tPmPARzhtYuwpHow==", "dev": true }, - "node_modules/wait-port/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/wait-port/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/wait-port/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/walker": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", @@ -26872,6 +28841,21 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, + "node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", @@ -26986,21 +28970,21 @@ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" }, "node_modules/yargs": { - "version": "17.7.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", - "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", "dev": true, "dependencies": { - "cliui": "^8.0.1", + "cliui": "^7.0.2", "escalade": "^3.1.1", "get-caller-file": "^2.0.5", "require-directory": "^2.1.1", - "string-width": "^4.2.3", + "string-width": "^4.2.0", "y18n": "^5.0.5", - "yargs-parser": "^21.1.1" + "yargs-parser": "^20.2.2" }, "engines": { - "node": ">=12" + "node": ">=10" } }, "node_modules/yargs-parser": { @@ -27012,15 +28996,6 @@ "node": ">=10" } }, - "node_modules/yargs/node_modules/yargs-parser": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", - "dev": true, - "engines": { - "node": ">=12" - } - }, "node_modules/yauzl": { "version": "2.10.0", "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz", diff --git a/package.json b/package.json index 3795d65ff..942d20ee7 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "react-bootstrap-icons": "^1.10.3", "react-i18next": "^12.1.5", "react-router-dom": "^6.8.1", + "react-topbar-progress-indicator": "^4.1.1", "sass": "^1.58.1", "typescript": "^4.9.5", "vite-plugin-istanbul": "^4.0.1", @@ -89,6 +90,7 @@ ] }, "devDependencies": { + "@csstools/postcss-cascade-layers": "^3.0.1", "@cypress/code-coverage": "^3.10.4", "@storybook/addon-a11y": "^7.0.2", "@storybook/addon-essentials": "^7.0.2", @@ -108,6 +110,7 @@ "@vitejs/plugin-react": "^3.1.0", "axe-playwright": "^1.2.3", "babel-plugin-named-exports-order": "^0.0.2", + "chai": "^4.3.7", "chai-as-promised": "^7.1.1", "concurrently": "^8.0.1", "cypress": "^12.5.1", @@ -125,11 +128,13 @@ "lcov-result-merger": "^3.3.0", "msw": "^1.2.1", "msw-storybook-addon": "^1.8.0", + "postcss": "^8.4.23", "pre-commit": "^1.2.2", "prettier": "^2.8.4", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", + "react-loading-skeleton": "^3.3.1", "sinon": "^15.0.3", "storybook": "^7.0.2", "stylelint": "^15.1.0", @@ -138,6 +143,7 @@ "stylelint-config-standard-scss": "^7.0.1", "stylelint-order": "^6.0.2", "vite": "4.1.0", + "vite-plugin-css-injected-by-js": "^3.1.1", "vite-plugin-dts": "^2.3.0", "vite-plugin-libcss": "^1.0.6" }, diff --git a/packages/design-system/.nyc_output/out.json b/packages/design-system/.nyc_output/out.json deleted file mode 100644 index 3aabbcf96..000000000 --- a/packages/design-system/.nyc_output/out.json +++ /dev/null @@ -1,27382 +0,0 @@ -{ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/theme/BaseTheme.ts": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/theme/BaseTheme.ts", - "statementMap": { - "0": { - "start": { - "line": 3, - "column": 25 - }, - "end": { - "line": 42, - "column": 1 - } - } - }, - "fnMap": {}, - "branchMap": {}, - "s": { - "0": 97 - }, - "f": {}, - "b": {}, - "inputSourceMap": { - "version": 3, - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/theme/BaseTheme.ts" - ], - "mappings": "AAAA,OAAO,oBAAoB;AAC3B,OAAO,yBAAyB;AA4CzB,aAAM,YAA2B;AAAA,EACtC,UAAU;AAAA,EACV,OAAO;AAAA,IACL,OAAO,eAAe;AAAA,IACtB,SAAS,eAAe;AAAA,IACxB,WAAW,eAAe;AAAA,IAC1B,cAAc,eAAe;AAAA,IAC7B,cAAc,eAAe;AAAA,IAC7B,WAAW,eAAe;AAAA,IAC1B,aAAa,eAAe;AAAA,IAC5B,WAAW,eAAe;AAAA,IAC1B,cAAc,eAAe;AAAA,IAC7B,kBAAkB,eAAe;AAAA,IACjC,oBAAoB,eAAe;AAAA,IACnC,kBAAkB,eAAe;AAAA,IACjC,kBAAkB,eAAe;AAAA,IACjC,eAAe,eAAe;AAAA,IAC9B,iBAAiB,eAAe;AAAA,IAChC,iBAAiB,eAAe;AAAA,IAChC,iBAAiB,eAAe;AAAA,IAChC,cAAc,eAAe;AAAA,IAC7B,gBAAgB,eAAe;AAAA,IAC/B,eAAe,eAAe;AAAA,IAC9B,WAAW,eAAe;AAAA,IAC1B,gBAAgB,eAAe;AAAA,IAC/B,mBAAmB,eAAe;AAAA,IAClC,cAAc,eAAe;AAAA,IAC7B,mBAAmB,eAAe;AAAA,EACpC;AAAA,EACA,YAAY;AAAA,IACV,UAAU,oBAAoB;AAAA,IAC9B,YAAY,oBAAoB;AAAA,IAChC,eAAe,oBAAoB;AAAA,IACnC,YAAY,oBAAoB;AAAA,IAChC,YAAY,oBAAoB;AAAA,IAChC,gBAAgB,oBAAoB;AAAA,IACpC,iBAAiB,oBAAoB;AAAA,IACrC,YAAY,oBAAoB;AAAA,EAClC;AACF;", - "names": [] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "09fbbfce1ff8cc6a86522c7fa9537c6a361c48ca" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/theme/ThemeContext.ts": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/theme/ThemeContext.ts", - "statementMap": { - "0": { - "start": { - "line": 3, - "column": 28 - }, - "end": { - "line": 3, - "column": 52 - } - } - }, - "fnMap": {}, - "branchMap": {}, - "s": { - "0": 97 - }, - "f": {}, - "b": {}, - "inputSourceMap": { - "version": 3, - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/theme/ThemeContext.ts" - ], - "mappings": "AAAA,SAAS,qBAAqB;AAC9B,SAAS,iBAAiB;AAEnB,aAAM,eAAe,cAAc,SAAS;", - "names": [] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "d95f435fccd317943d0fd56efda7a8236e084f6c" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/theme/ThemeProvider.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/theme/ThemeProvider.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 149 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 16, - "column": 9 - }, - "end": { - "line": 16, - "column": 23 - } - }, - "9": { - "start": { - "line": 25, - "column": 2 - }, - "end": { - "line": 29, - "column": 11 - } - }, - "10": { - "start": { - "line": 31, - "column": 0 - }, - "end": { - "line": 31, - "column": 19 - } - }, - "11": { - "start": { - "line": 32, - "column": 24 - }, - "end": { - "line": 35, - "column": 1 - } - }, - "12": { - "start": { - "line": 33, - "column": 2 - }, - "end": { - "line": 33, - "column": 7 - } - }, - "13": { - "start": { - "line": 34, - "column": 2 - }, - "end": { - "line": 34, - "column": 34 - } - }, - "14": { - "start": { - "line": 36, - "column": 0 - }, - "end": { - "line": 36, - "column": 45 - } - }, - "15": { - "start": { - "line": 38, - "column": 0 - }, - "end": { - "line": 38, - "column": 34 - } - }, - "16": { - "start": { - "line": 39, - "column": 0 - }, - "end": { - "line": 55, - "column": 1 - } - }, - "17": { - "start": { - "line": 40, - "column": 2 - }, - "end": { - "line": 40, - "column": 39 - } - }, - "18": { - "start": { - "line": 41, - "column": 2 - }, - "end": { - "line": 41, - "column": 39 - } - }, - "19": { - "start": { - "line": 42, - "column": 2 - }, - "end": { - "line": 54, - "column": 5 - } - }, - "20": { - "start": { - "line": 46, - "column": 4 - }, - "end": { - "line": 46, - "column": 175 - } - }, - "21": { - "start": { - "line": 47, - "column": 4 - }, - "end": { - "line": 53, - "column": 7 - } - }, - "22": { - "start": { - "line": 48, - "column": 6 - }, - "end": { - "line": 49, - "column": 15 - } - }, - "23": { - "start": { - "line": 49, - "column": 8 - }, - "end": { - "line": 49, - "column": 15 - } - }, - "24": { - "start": { - "line": 50, - "column": 32 - }, - "end": { - "line": 50, - "column": 115 - } - }, - "25": { - "start": { - "line": 51, - "column": 6 - }, - "end": { - "line": 52, - "column": 54 - } - }, - "26": { - "start": { - "line": 52, - "column": 8 - }, - "end": { - "line": 52, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "ThemeProvider", - "decl": { - "start": { - "line": 21, - "column": 16 - }, - "end": { - "line": 21, - "column": 29 - } - }, - "loc": { - "start": { - "line": 24, - "column": 3 - }, - "end": { - "line": 30, - "column": 1 - } - }, - "line": 24 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 32, - "column": 24 - }, - "end": { - "line": 32, - "column": 25 - } - }, - "loc": { - "start": { - "line": 32, - "column": 30 - }, - "end": { - "line": 35, - "column": 1 - } - }, - "line": 32 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 45, - "column": 9 - }, - "end": { - "line": 45, - "column": 10 - } - }, - "loc": { - "start": { - "line": 45, - "column": 29 - }, - "end": { - "line": 54, - "column": 3 - } - }, - "line": 45 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 47, - "column": 27 - }, - "end": { - "line": 47, - "column": 28 - } - }, - "loc": { - "start": { - "line": 47, - "column": 44 - }, - "end": { - "line": 53, - "column": 5 - } - }, - "line": 47 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 22, - "column": 2 - }, - "end": { - "line": 22, - "column": 19 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 22, - "column": 10 - }, - "end": { - "line": 22, - "column": 19 - } - } - ], - "line": 22 - }, - "3": { - "loc": { - "start": { - "line": 39, - "column": 0 - }, - "end": { - "line": 55, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 39, - "column": 0 - }, - "end": { - "line": 55, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 39 - }, - "4": { - "loc": { - "start": { - "line": 48, - "column": 6 - }, - "end": { - "line": 49, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 48, - "column": 6 - }, - "end": { - "line": 49, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 48 - }, - "5": { - "loc": { - "start": { - "line": 51, - "column": 6 - }, - "end": { - "line": 52, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 51, - "column": 6 - }, - "end": { - "line": 52, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 51 - } - }, - "s": { - "0": 97, - "1": 97, - "2": 0, - "3": 97, - "4": 97, - "5": 97, - "6": 97, - "7": 97, - "8": 97, - "9": 5, - "10": 97, - "11": 97, - "12": 5, - "13": 5, - "14": 97, - "15": 97, - "16": 97, - "17": 97, - "18": 97, - "19": 97, - "20": 97, - "21": 97, - "22": 0, - "23": 0, - "24": 0, - "25": 0, - "26": 0 - }, - "f": { - "0": 97, - "1": 5, - "2": 5, - "3": 97, - "4": 0 - }, - "b": { - "0": [97, 0], - "1": [0, 97], - "2": [3], - "3": [97, 0], - "4": [0, 0], - "5": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAWS;;;;;;;;;;;;;;;;AAXT,SAASA,iBAAgC;AACzC,SAAoBC,kBAAkB;AACtC,SAASC,oBAAoB;AAC7B,OAAO;AAOA,gBAASC,cAAc;AAAA,EAAEC,QAAQJ;AAAAA,EAAWK;AAAqB,GAAG;AACzE,SAAO,uBAAC,aAAa,UAAb,EAAsB,OAAOD,OAAQC,YAAtC;AAAA;AAAA;AAAA;AAAA,SAA+C;AACxD;AAACC,KAFeH;AAIT,aAAMI,WAAWA;AAAAC;AAAA,SAAMP,WAAWC,YAAY;AAAC;AAAAM,GAAzCD,UAAQ;AAAA;AAAAE", - "names": [ - "baseTheme", - "useContext", - "ThemeContext", - "ThemeProvider", - "theme", - "children", - "_c", - "useTheme", - "_s", - "$RefreshReg$" - ], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/theme/ThemeProvider.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/theme/ThemeProvider.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "9951e7bd3673d04e77386d9e1e1265d70b819aa8" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/breadcrumb/BreadcrumbItem.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/breadcrumb/BreadcrumbItem.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 155 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 22, - "column": 2 - }, - "end": { - "line": 26, - "column": 11 - } - }, - "9": { - "start": { - "line": 28, - "column": 0 - }, - "end": { - "line": 28, - "column": 20 - } - }, - "10": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 30, - "column": 35 - } - }, - "11": { - "start": { - "line": 31, - "column": 0 - }, - "end": { - "line": 47, - "column": 1 - } - }, - "12": { - "start": { - "line": 32, - "column": 2 - }, - "end": { - "line": 32, - "column": 39 - } - }, - "13": { - "start": { - "line": 33, - "column": 2 - }, - "end": { - "line": 33, - "column": 39 - } - }, - "14": { - "start": { - "line": 34, - "column": 2 - }, - "end": { - "line": 46, - "column": 5 - } - }, - "15": { - "start": { - "line": 38, - "column": 4 - }, - "end": { - "line": 38, - "column": 181 - } - }, - "16": { - "start": { - "line": 39, - "column": 4 - }, - "end": { - "line": 45, - "column": 7 - } - }, - "17": { - "start": { - "line": 40, - "column": 6 - }, - "end": { - "line": 41, - "column": 15 - } - }, - "18": { - "start": { - "line": 41, - "column": 8 - }, - "end": { - "line": 41, - "column": 15 - } - }, - "19": { - "start": { - "line": 42, - "column": 32 - }, - "end": { - "line": 42, - "column": 115 - } - }, - "20": { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 44, - "column": 54 - } - }, - "21": { - "start": { - "line": 44, - "column": 8 - }, - "end": { - "line": 44, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "BreadcrumbItem", - "decl": { - "start": { - "line": 17, - "column": 16 - }, - "end": { - "line": 17, - "column": 30 - } - }, - "loc": { - "start": { - "line": 21, - "column": 3 - }, - "end": { - "line": 27, - "column": 1 - } - }, - "line": 21 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 37, - "column": 9 - }, - "end": { - "line": 37, - "column": 10 - } - }, - "loc": { - "start": { - "line": 37, - "column": 29 - }, - "end": { - "line": 46, - "column": 3 - } - }, - "line": 37 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 39, - "column": 27 - }, - "end": { - "line": 39, - "column": 28 - } - }, - "loc": { - "start": { - "line": 39, - "column": 44 - }, - "end": { - "line": 45, - "column": 5 - } - }, - "line": 39 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 31, - "column": 0 - }, - "end": { - "line": 47, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 31, - "column": 0 - }, - "end": { - "line": 47, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 31 - }, - "3": { - "loc": { - "start": { - "line": 40, - "column": 6 - }, - "end": { - "line": 41, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 40, - "column": 6 - }, - "end": { - "line": 41, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 40 - }, - "4": { - "loc": { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 44, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 44, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 43 - } - }, - "s": { - "0": 8, - "1": 8, - "2": 0, - "3": 8, - "4": 8, - "5": 8, - "6": 8, - "7": 8, - "8": 9, - "9": 8, - "10": 8, - "11": 8, - "12": 8, - "13": 8, - "14": 8, - "15": 8, - "16": 8, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 8, - "1": 9, - "2": 8, - "3": 0 - }, - "b": { - "0": [8, 0], - "1": [0, 8], - "2": [8, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AASI;AATJ,2BAA2BA;AAAgB;AAAQ,IAAiB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAO7D,gBAASC,eAAe;AAAA,EAAEC;AAAAA,EAAMC;AAAAA,EAAQC;AAAiD,GAAG;AACjG,SACE,uBAAC,oBAAiB,MAAY,QAC3BA,YADH;AAAA;AAAA;AAAA;AAAA,SAEA;AAEJ;AAACC,KANeJ;AAAc;AAAAK", - "names": [ - "BreadcrumbItemBS", - "BreadcrumbItem", - "href", - "active", - "children", - "_c", - "$RefreshReg$" - ], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/breadcrumb/BreadcrumbItem.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/breadcrumb/BreadcrumbItem.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "cbfd7df49f55edad2409e559e88df220d60a523d" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/breadcrumb/Breadcrumb.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/breadcrumb/Breadcrumb.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 151 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 21, - "column": 2 - }, - "end": { - "line": 25, - "column": 11 - } - }, - "9": { - "start": { - "line": 27, - "column": 0 - }, - "end": { - "line": 27, - "column": 16 - } - }, - "10": { - "start": { - "line": 28, - "column": 0 - }, - "end": { - "line": 28, - "column": 33 - } - }, - "11": { - "start": { - "line": 31, - "column": 0 - }, - "end": { - "line": 31, - "column": 31 - } - }, - "12": { - "start": { - "line": 32, - "column": 0 - }, - "end": { - "line": 48, - "column": 1 - } - }, - "13": { - "start": { - "line": 33, - "column": 2 - }, - "end": { - "line": 33, - "column": 39 - } - }, - "14": { - "start": { - "line": 34, - "column": 2 - }, - "end": { - "line": 34, - "column": 39 - } - }, - "15": { - "start": { - "line": 35, - "column": 2 - }, - "end": { - "line": 47, - "column": 5 - } - }, - "16": { - "start": { - "line": 39, - "column": 4 - }, - "end": { - "line": 39, - "column": 177 - } - }, - "17": { - "start": { - "line": 40, - "column": 4 - }, - "end": { - "line": 46, - "column": 7 - } - }, - "18": { - "start": { - "line": 41, - "column": 6 - }, - "end": { - "line": 42, - "column": 15 - } - }, - "19": { - "start": { - "line": 42, - "column": 8 - }, - "end": { - "line": 42, - "column": 15 - } - }, - "20": { - "start": { - "line": 43, - "column": 32 - }, - "end": { - "line": 43, - "column": 115 - } - }, - "21": { - "start": { - "line": 44, - "column": 6 - }, - "end": { - "line": 45, - "column": 54 - } - }, - "22": { - "start": { - "line": 45, - "column": 8 - }, - "end": { - "line": 45, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "Breadcrumb", - "decl": { - "start": { - "line": 18, - "column": 9 - }, - "end": { - "line": 18, - "column": 19 - } - }, - "loc": { - "start": { - "line": 20, - "column": 3 - }, - "end": { - "line": 26, - "column": 1 - } - }, - "line": 20 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 38, - "column": 9 - }, - "end": { - "line": 38, - "column": 10 - } - }, - "loc": { - "start": { - "line": 38, - "column": 29 - }, - "end": { - "line": 47, - "column": 3 - } - }, - "line": 38 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 40, - "column": 27 - }, - "end": { - "line": 40, - "column": 28 - } - }, - "loc": { - "start": { - "line": 40, - "column": 44 - }, - "end": { - "line": 46, - "column": 5 - } - }, - "line": 40 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 32, - "column": 0 - }, - "end": { - "line": 48, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 32, - "column": 0 - }, - "end": { - "line": 48, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 32 - }, - "3": { - "loc": { - "start": { - "line": 41, - "column": 6 - }, - "end": { - "line": 42, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 41, - "column": 6 - }, - "end": { - "line": 42, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 41 - }, - "4": { - "loc": { - "start": { - "line": 44, - "column": 6 - }, - "end": { - "line": 45, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 44, - "column": 6 - }, - "end": { - "line": 45, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 44 - } - }, - "s": { - "0": 4, - "1": 4, - "2": 0, - "3": 4, - "4": 4, - "5": 4, - "6": 4, - "7": 4, - "8": 9, - "9": 4, - "10": 4, - "11": 4, - "12": 4, - "13": 4, - "14": 4, - "15": 4, - "16": 4, - "17": 4, - "18": 0, - "19": 0, - "20": 0, - "21": 0, - "22": 0 - }, - "f": { - "0": 4, - "1": 9, - "2": 4, - "3": 0 - }, - "b": { - "0": [4, 0], - "1": [0, 4], - "2": [4, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAKS;AALT,2BAAuBA;AAAoB;AAAiB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAE5D,SAASC,sBAAsB;AAE/B,SAASC,WAAW;AAAA,EAAEC;AAA4B,GAAG;AACnD,SAAO,uBAAC,gBAAcA,YAAf;AAAA;AAAA;AAAA;AAAA,SAAwB;AACjC;AAACC,KAFQF;AAITA,WAAWG,OAAOJ;AAElB,SAASC;AAAY;AAAAI", - "names": [ - "BreadcrumbBS", - "BreadcrumbItem", - "Breadcrumb", - "children", - "_c", - "Item", - "$RefreshReg$" - ], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/breadcrumb/Breadcrumb.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/breadcrumb/Breadcrumb.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "a0b5b4f17167c4b829ad58c8a490ac56cf8df2a7" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/accordion/AccordionItem.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/accordion/AccordionItem.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 153 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 21, - "column": 2 - }, - "end": { - "line": 25, - "column": 11 - } - }, - "9": { - "start": { - "line": 27, - "column": 0 - }, - "end": { - "line": 27, - "column": 19 - } - }, - "10": { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 29, - "column": 34 - } - }, - "11": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - "12": { - "start": { - "line": 31, - "column": 2 - }, - "end": { - "line": 31, - "column": 39 - } - }, - "13": { - "start": { - "line": 32, - "column": 2 - }, - "end": { - "line": 32, - "column": 39 - } - }, - "14": { - "start": { - "line": 33, - "column": 2 - }, - "end": { - "line": 45, - "column": 5 - } - }, - "15": { - "start": { - "line": 37, - "column": 4 - }, - "end": { - "line": 37, - "column": 179 - } - }, - "16": { - "start": { - "line": 38, - "column": 4 - }, - "end": { - "line": 44, - "column": 7 - } - }, - "17": { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "18": { - "start": { - "line": 40, - "column": 8 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "19": { - "start": { - "line": 41, - "column": 32 - }, - "end": { - "line": 41, - "column": 115 - } - }, - "20": { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - "21": { - "start": { - "line": 43, - "column": 8 - }, - "end": { - "line": 43, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "AccordionItem", - "decl": { - "start": { - "line": 17, - "column": 16 - }, - "end": { - "line": 17, - "column": 29 - } - }, - "loc": { - "start": { - "line": 20, - "column": 3 - }, - "end": { - "line": 26, - "column": 1 - } - }, - "line": 20 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 36, - "column": 9 - }, - "end": { - "line": 36, - "column": 10 - } - }, - "loc": { - "start": { - "line": 36, - "column": 29 - }, - "end": { - "line": 45, - "column": 3 - } - }, - "line": 36 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 38, - "column": 27 - }, - "end": { - "line": 38, - "column": 28 - } - }, - "loc": { - "start": { - "line": 38, - "column": 44 - }, - "end": { - "line": 44, - "column": 5 - } - }, - "line": 38 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 30 - }, - "3": { - "loc": { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 39 - }, - "4": { - "loc": { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 42 - } - }, - "s": { - "0": 4, - "1": 4, - "2": 0, - "3": 4, - "4": 4, - "5": 4, - "6": 4, - "7": 4, - "8": 18, - "9": 4, - "10": 4, - "11": 4, - "12": 4, - "13": 4, - "14": 4, - "15": 4, - "16": 4, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 4, - "1": 18, - "2": 4, - "3": 0 - }, - "b": { - "0": [4, 0], - "1": [0, 4], - "2": [4, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AASS;AATT,2BAA0B;AAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACjC,SAASA,aAAaC,mBAAmB;AAOlC,gBAASC,cAAc;AAAA,EAAEC;AAAAA,EAAUC;AAA6B,GAAG;AACxE,SAAO,uBAAC,YAAY,MAAZ,EAAiB,UAAqBA,YAAvC;AAAA;AAAA;AAAA;AAAA,SAAgD;AACzD;AAACC,KAFeH;AAAa;AAAAI", - "names": [ - "Accordion", - "AccordionBS", - "AccordionItem", - "eventKey", - "children", - "_c", - "$RefreshReg$" - ], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/accordion/AccordionItem.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/accordion/AccordionItem.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "9d893faf079edf16c80ed5f502aa912d2df58cf1" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/accordion/AccordionBody.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/accordion/AccordionBody.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 153 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 20, - "column": 2 - }, - "end": { - "line": 24, - "column": 11 - } - }, - "9": { - "start": { - "line": 26, - "column": 0 - }, - "end": { - "line": 26, - "column": 19 - } - }, - "10": { - "start": { - "line": 28, - "column": 0 - }, - "end": { - "line": 28, - "column": 34 - } - }, - "11": { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 45, - "column": 1 - } - }, - "12": { - "start": { - "line": 30, - "column": 2 - }, - "end": { - "line": 30, - "column": 39 - } - }, - "13": { - "start": { - "line": 31, - "column": 2 - }, - "end": { - "line": 31, - "column": 39 - } - }, - "14": { - "start": { - "line": 32, - "column": 2 - }, - "end": { - "line": 44, - "column": 5 - } - }, - "15": { - "start": { - "line": 36, - "column": 4 - }, - "end": { - "line": 36, - "column": 179 - } - }, - "16": { - "start": { - "line": 37, - "column": 4 - }, - "end": { - "line": 43, - "column": 7 - } - }, - "17": { - "start": { - "line": 38, - "column": 6 - }, - "end": { - "line": 39, - "column": 15 - } - }, - "18": { - "start": { - "line": 39, - "column": 8 - }, - "end": { - "line": 39, - "column": 15 - } - }, - "19": { - "start": { - "line": 40, - "column": 32 - }, - "end": { - "line": 40, - "column": 115 - } - }, - "20": { - "start": { - "line": 41, - "column": 6 - }, - "end": { - "line": 42, - "column": 54 - } - }, - "21": { - "start": { - "line": 42, - "column": 8 - }, - "end": { - "line": 42, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "AccordionBody", - "decl": { - "start": { - "line": 17, - "column": 16 - }, - "end": { - "line": 17, - "column": 29 - } - }, - "loc": { - "start": { - "line": 19, - "column": 3 - }, - "end": { - "line": 25, - "column": 1 - } - }, - "line": 19 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 35, - "column": 9 - }, - "end": { - "line": 35, - "column": 10 - } - }, - "loc": { - "start": { - "line": 35, - "column": 29 - }, - "end": { - "line": 44, - "column": 3 - } - }, - "line": 35 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 37, - "column": 27 - }, - "end": { - "line": 37, - "column": 28 - } - }, - "loc": { - "start": { - "line": 37, - "column": 44 - }, - "end": { - "line": 43, - "column": 5 - } - }, - "line": 37 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 45, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 45, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 29 - }, - "3": { - "loc": { - "start": { - "line": 38, - "column": 6 - }, - "end": { - "line": 39, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 38, - "column": 6 - }, - "end": { - "line": 39, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 38 - }, - "4": { - "loc": { - "start": { - "line": 41, - "column": 6 - }, - "end": { - "line": 42, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 41, - "column": 6 - }, - "end": { - "line": 42, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 41 - } - }, - "s": { - "0": 4, - "1": 4, - "2": 0, - "3": 4, - "4": 4, - "5": 4, - "6": 4, - "7": 4, - "8": 18, - "9": 4, - "10": 4, - "11": 4, - "12": 4, - "13": 4, - "14": 4, - "15": 4, - "16": 4, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 4, - "1": 18, - "2": 4, - "3": 0 - }, - "b": { - "0": [4, 0], - "1": [0, 4], - "2": [4, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAQS;AART,2BAA0B;AAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACjC,SAASA,aAAaC,mBAAmB;AAMlC,gBAASC,cAAc;AAAA,EAAEC;AAA6B,GAAG;AAC9D,SAAO,uBAAC,YAAY,MAAZ,EAAkBA,YAAnB;AAAA;AAAA;AAAA;AAAA,SAA4B;AACrC;AAACC,KAFeF;AAAa;AAAAG", - "names": ["Accordion", "AccordionBS", "AccordionBody", "children", "_c", "$RefreshReg$"], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/accordion/AccordionBody.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/accordion/AccordionBody.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "ba96c5910715e4ab395bec90da7d413011f86758" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/accordion/AccordionHeader.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/accordion/AccordionHeader.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 155 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 20, - "column": 2 - }, - "end": { - "line": 24, - "column": 11 - } - }, - "9": { - "start": { - "line": 26, - "column": 0 - }, - "end": { - "line": 26, - "column": 21 - } - }, - "10": { - "start": { - "line": 28, - "column": 0 - }, - "end": { - "line": 28, - "column": 36 - } - }, - "11": { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 45, - "column": 1 - } - }, - "12": { - "start": { - "line": 30, - "column": 2 - }, - "end": { - "line": 30, - "column": 39 - } - }, - "13": { - "start": { - "line": 31, - "column": 2 - }, - "end": { - "line": 31, - "column": 39 - } - }, - "14": { - "start": { - "line": 32, - "column": 2 - }, - "end": { - "line": 44, - "column": 5 - } - }, - "15": { - "start": { - "line": 36, - "column": 4 - }, - "end": { - "line": 36, - "column": 181 - } - }, - "16": { - "start": { - "line": 37, - "column": 4 - }, - "end": { - "line": 43, - "column": 7 - } - }, - "17": { - "start": { - "line": 38, - "column": 6 - }, - "end": { - "line": 39, - "column": 15 - } - }, - "18": { - "start": { - "line": 39, - "column": 8 - }, - "end": { - "line": 39, - "column": 15 - } - }, - "19": { - "start": { - "line": 40, - "column": 32 - }, - "end": { - "line": 40, - "column": 115 - } - }, - "20": { - "start": { - "line": 41, - "column": 6 - }, - "end": { - "line": 42, - "column": 54 - } - }, - "21": { - "start": { - "line": 42, - "column": 8 - }, - "end": { - "line": 42, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "AccordionHeader", - "decl": { - "start": { - "line": 17, - "column": 16 - }, - "end": { - "line": 17, - "column": 31 - } - }, - "loc": { - "start": { - "line": 19, - "column": 3 - }, - "end": { - "line": 25, - "column": 1 - } - }, - "line": 19 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 35, - "column": 9 - }, - "end": { - "line": 35, - "column": 10 - } - }, - "loc": { - "start": { - "line": 35, - "column": 29 - }, - "end": { - "line": 44, - "column": 3 - } - }, - "line": 35 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 37, - "column": 27 - }, - "end": { - "line": 37, - "column": 28 - } - }, - "loc": { - "start": { - "line": 37, - "column": 44 - }, - "end": { - "line": 43, - "column": 5 - } - }, - "line": 37 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 45, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 45, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 29 - }, - "3": { - "loc": { - "start": { - "line": 38, - "column": 6 - }, - "end": { - "line": 39, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 38, - "column": 6 - }, - "end": { - "line": 39, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 38 - }, - "4": { - "loc": { - "start": { - "line": 41, - "column": 6 - }, - "end": { - "line": 42, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 41, - "column": 6 - }, - "end": { - "line": 42, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 41 - } - }, - "s": { - "0": 4, - "1": 4, - "2": 0, - "3": 4, - "4": 4, - "5": 4, - "6": 4, - "7": 4, - "8": 18, - "9": 4, - "10": 4, - "11": 4, - "12": 4, - "13": 4, - "14": 4, - "15": 4, - "16": 4, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 4, - "1": 18, - "2": 4, - "3": 0 - }, - "b": { - "0": [4, 0], - "1": [0, 4], - "2": [4, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAQS;AART,2BAA0B;AAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACjC,SAASA,aAAaC,mBAAmB;AAMlC,gBAASC,gBAAgB;AAAA,EAAEC;AAA+B,GAAG;AAClE,SAAO,uBAAC,YAAY,QAAZ,EAAoBA,YAArB;AAAA;AAAA;AAAA;AAAA,SAA8B;AACvC;AAACC,KAFeF;AAAe;AAAAG", - "names": ["Accordion", "AccordionBS", "AccordionHeader", "children", "_c", "$RefreshReg$"], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/accordion/AccordionHeader.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/accordion/AccordionHeader.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "d528df807643adbe622b784cd14a843c57e93257" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/accordion/Accordion.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/accordion/Accordion.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 149 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 25, - "column": 2 - }, - "end": { - "line": 29, - "column": 11 - } - }, - "9": { - "start": { - "line": 31, - "column": 0 - }, - "end": { - "line": 31, - "column": 15 - } - }, - "10": { - "start": { - "line": 32, - "column": 0 - }, - "end": { - "line": 32, - "column": 31 - } - }, - "11": { - "start": { - "line": 33, - "column": 0 - }, - "end": { - "line": 33, - "column": 31 - } - }, - "12": { - "start": { - "line": 34, - "column": 0 - }, - "end": { - "line": 34, - "column": 35 - } - }, - "13": { - "start": { - "line": 37, - "column": 0 - }, - "end": { - "line": 37, - "column": 30 - } - }, - "14": { - "start": { - "line": 38, - "column": 0 - }, - "end": { - "line": 54, - "column": 1 - } - }, - "15": { - "start": { - "line": 39, - "column": 2 - }, - "end": { - "line": 39, - "column": 39 - } - }, - "16": { - "start": { - "line": 40, - "column": 2 - }, - "end": { - "line": 40, - "column": 39 - } - }, - "17": { - "start": { - "line": 41, - "column": 2 - }, - "end": { - "line": 53, - "column": 5 - } - }, - "18": { - "start": { - "line": 45, - "column": 4 - }, - "end": { - "line": 45, - "column": 175 - } - }, - "19": { - "start": { - "line": 46, - "column": 4 - }, - "end": { - "line": 52, - "column": 7 - } - }, - "20": { - "start": { - "line": 47, - "column": 6 - }, - "end": { - "line": 48, - "column": 15 - } - }, - "21": { - "start": { - "line": 48, - "column": 8 - }, - "end": { - "line": 48, - "column": 15 - } - }, - "22": { - "start": { - "line": 49, - "column": 32 - }, - "end": { - "line": 49, - "column": 115 - } - }, - "23": { - "start": { - "line": 50, - "column": 6 - }, - "end": { - "line": 51, - "column": 54 - } - }, - "24": { - "start": { - "line": 51, - "column": 8 - }, - "end": { - "line": 51, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "Accordion", - "decl": { - "start": { - "line": 20, - "column": 9 - }, - "end": { - "line": 20, - "column": 18 - } - }, - "loc": { - "start": { - "line": 24, - "column": 3 - }, - "end": { - "line": 30, - "column": 1 - } - }, - "line": 24 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 44, - "column": 9 - }, - "end": { - "line": 44, - "column": 10 - } - }, - "loc": { - "start": { - "line": 44, - "column": 29 - }, - "end": { - "line": 53, - "column": 3 - } - }, - "line": 44 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 46, - "column": 27 - }, - "end": { - "line": 46, - "column": 28 - } - }, - "loc": { - "start": { - "line": 46, - "column": 44 - }, - "end": { - "line": 52, - "column": 5 - } - }, - "line": 46 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 23, - "column": 2 - }, - "end": { - "line": 23, - "column": 20 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 23, - "column": 15 - }, - "end": { - "line": 23, - "column": 20 - } - } - ], - "line": 23 - }, - "3": { - "loc": { - "start": { - "line": 38, - "column": 0 - }, - "end": { - "line": 54, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 38, - "column": 0 - }, - "end": { - "line": 54, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 38 - }, - "4": { - "loc": { - "start": { - "line": 47, - "column": 6 - }, - "end": { - "line": 48, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 47, - "column": 6 - }, - "end": { - "line": 48, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 47 - }, - "5": { - "loc": { - "start": { - "line": 50, - "column": 6 - }, - "end": { - "line": 51, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 50, - "column": 6 - }, - "end": { - "line": 51, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 50 - } - }, - "s": { - "0": 4, - "1": 4, - "2": 0, - "3": 4, - "4": 4, - "5": 4, - "6": 4, - "7": 4, - "8": 9, - "9": 4, - "10": 4, - "11": 4, - "12": 4, - "13": 4, - "14": 4, - "15": 4, - "16": 4, - "17": 4, - "18": 4, - "19": 4, - "20": 0, - "21": 0, - "22": 0, - "23": 0, - "24": 0 - }, - "f": { - "0": 4, - "1": 9, - "2": 4, - "3": 0 - }, - "b": { - "0": [4, 0], - "1": [0, 4], - "2": [4], - "3": [4, 0], - "4": [0, 0], - "5": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAcI;AAdJ,2BAA0B;AAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACjC,SAASA,aAAaC,mBAAmB;AACzC,SAASC,qBAAqB;AAC9B,SAASC,qBAAqB;AAC9B,SAASC,uBAAuB;AAQhC,SAASJ,UAAU;AAAA,EAAEK;AAAAA,EAAkBC;AAAAA,EAAUC,aAAa;AAAsB,GAAG;AACrF,SACE,uBAAC,eAAY,kBAAoC,YAC9CD,YADH;AAAA;AAAA;AAAA;AAAA,SAEA;AAEJ;AAACE,KANQR;AAQTA,UAAUS,OAAOP;AACjBF,UAAUU,OAAOP;AACjBH,UAAUW,SAASP;AAEnB,SAASJ;AAAW;AAAAY", - "names": [ - "Accordion", - "AccordionBS", - "AccordionItem", - "AccordionBody", - "AccordionHeader", - "defaultActiveKey", - "children", - "alwaysOpen", - "_c", - "Item", - "Body", - "Header", - "$RefreshReg$" - ], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/accordion/Accordion.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/accordion/Accordion.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "10fedb444b55a29b87ddcbd9bf5dd6edfb5a72d1" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/alert/AlertIcon.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/alert/AlertIcon.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 145 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 20, - "column": 22 - }, - "end": { - "line": 41, - "column": 3 - } - }, - "9": { - "start": { - "line": 43, - "column": 4 - }, - "end": { - "line": 43, - "column": 33 - } - }, - "10": { - "start": { - "line": 45, - "column": 2 - }, - "end": { - "line": 49, - "column": 11 - } - }, - "11": { - "start": { - "line": 51, - "column": 0 - }, - "end": { - "line": 51, - "column": 15 - } - }, - "12": { - "start": { - "line": 53, - "column": 0 - }, - "end": { - "line": 53, - "column": 30 - } - }, - "13": { - "start": { - "line": 54, - "column": 0 - }, - "end": { - "line": 70, - "column": 1 - } - }, - "14": { - "start": { - "line": 55, - "column": 2 - }, - "end": { - "line": 55, - "column": 39 - } - }, - "15": { - "start": { - "line": 56, - "column": 2 - }, - "end": { - "line": 56, - "column": 39 - } - }, - "16": { - "start": { - "line": 57, - "column": 2 - }, - "end": { - "line": 69, - "column": 5 - } - }, - "17": { - "start": { - "line": 61, - "column": 4 - }, - "end": { - "line": 61, - "column": 171 - } - }, - "18": { - "start": { - "line": 62, - "column": 4 - }, - "end": { - "line": 68, - "column": 7 - } - }, - "19": { - "start": { - "line": 63, - "column": 6 - }, - "end": { - "line": 64, - "column": 15 - } - }, - "20": { - "start": { - "line": 64, - "column": 8 - }, - "end": { - "line": 64, - "column": 15 - } - }, - "21": { - "start": { - "line": 65, - "column": 32 - }, - "end": { - "line": 65, - "column": 115 - } - }, - "22": { - "start": { - "line": 66, - "column": 6 - }, - "end": { - "line": 67, - "column": 54 - } - }, - "23": { - "start": { - "line": 67, - "column": 8 - }, - "end": { - "line": 67, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "AlertIcon", - "decl": { - "start": { - "line": 17, - "column": 16 - }, - "end": { - "line": 17, - "column": 25 - } - }, - "loc": { - "start": { - "line": 19, - "column": 3 - }, - "end": { - "line": 50, - "column": 1 - } - }, - "line": 19 - }, - "2": { - "name": "getAlertIcon", - "decl": { - "start": { - "line": 42, - "column": 11 - }, - "end": { - "line": 42, - "column": 23 - } - }, - "loc": { - "start": { - "line": 42, - "column": 34 - }, - "end": { - "line": 44, - "column": 3 - } - }, - "line": 42 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 60, - "column": 9 - }, - "end": { - "line": 60, - "column": 10 - } - }, - "loc": { - "start": { - "line": 60, - "column": 29 - }, - "end": { - "line": 69, - "column": 3 - } - }, - "line": 60 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 62, - "column": 27 - }, - "end": { - "line": 62, - "column": 28 - } - }, - "loc": { - "start": { - "line": 62, - "column": 44 - }, - "end": { - "line": 68, - "column": 5 - } - }, - "line": 62 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 54, - "column": 0 - }, - "end": { - "line": 70, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 54, - "column": 0 - }, - "end": { - "line": 70, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 54 - }, - "3": { - "loc": { - "start": { - "line": 63, - "column": 6 - }, - "end": { - "line": 64, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 63, - "column": 6 - }, - "end": { - "line": 64, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 63 - }, - "4": { - "loc": { - "start": { - "line": 66, - "column": 6 - }, - "end": { - "line": 67, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 66, - "column": 6 - }, - "end": { - "line": 67, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 66 - } - }, - "s": { - "0": 8, - "1": 8, - "2": 0, - "3": 8, - "4": 8, - "5": 8, - "6": 8, - "7": 8, - "8": 35, - "9": 35, - "10": 35, - "11": 8, - "12": 8, - "13": 8, - "14": 8, - "15": 8, - "16": 8, - "17": 8, - "18": 8, - "19": 0, - "20": 0, - "21": 0, - "22": 0, - "23": 0 - }, - "f": { - "0": 8, - "1": 35, - "2": 35, - "3": 8, - "4": 0 - }, - "b": { - "0": [8, 0], - "1": [0, 8], - "2": [8, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAgBa;AAhBb,2BAAqB;AAAwB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAC7C,SACEA,iBACAC,uBACAC,yBACAC,sBACK;AAKA,gBAASC,UAAU;AAAA,EAAEC;AAAwB,GAAG;AAIrD,QAAMC,cAA0B;AAAA,IAC9BC,SAAS,uBAAC,qBAAD;AAAA;AAAA;AAAA;AAAA,WAAiB;AAAA,IAC1BC,MAAM,uBAAC,oBAAD;AAAA;AAAA;AAAA;AAAA,WAAgB;AAAA,IACtBC,SAAS,uBAAC,6BAAD;AAAA;AAAA;AAAA;AAAA,WAAyB;AAAA,IAClCC,QAAQ,uBAAC,2BAAD;AAAA;AAAA;AAAA;AAAA,WAAuB;AAAA,EACjC;AACA,WAASC,aAAaN,UAAoC;AACxD,WAAOC,YAAYD,QAAO;AAAA,EAC5B;AACA,SACE,uBAAC,UAAK,MAAK,OAAM,cAAa,cAAaA,WACxCM,uBAAaN,OAAO,KADvB;AAAA;AAAA;AAAA;AAAA,SAEA;AAEJ;AAACO,KAlBeR;AAAS;AAAAS", - "names": [ - "CheckCircleFill", - "ExclamationCircleFill", - "ExclamationTriangleFill", - "InfoCircleFill", - "AlertIcon", - "variant", - "ALERT_ICONS", - "success", - "info", - "warning", - "danger", - "getAlertIcon", - "_c", - "$RefreshReg$" - ], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/alert/AlertIcon.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/alert/AlertIcon.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "c7a1478a5bcacf2be778e5de0e8940ba3be06a85" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/alert/AlertLink.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/alert/AlertLink.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 145 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 21, - "column": 2 - }, - "end": { - "line": 25, - "column": 11 - } - }, - "9": { - "start": { - "line": 27, - "column": 0 - }, - "end": { - "line": 27, - "column": 15 - } - }, - "10": { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 29, - "column": 30 - } - }, - "11": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - "12": { - "start": { - "line": 31, - "column": 2 - }, - "end": { - "line": 31, - "column": 39 - } - }, - "13": { - "start": { - "line": 32, - "column": 2 - }, - "end": { - "line": 32, - "column": 39 - } - }, - "14": { - "start": { - "line": 33, - "column": 2 - }, - "end": { - "line": 45, - "column": 5 - } - }, - "15": { - "start": { - "line": 37, - "column": 4 - }, - "end": { - "line": 37, - "column": 171 - } - }, - "16": { - "start": { - "line": 38, - "column": 4 - }, - "end": { - "line": 44, - "column": 7 - } - }, - "17": { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "18": { - "start": { - "line": 40, - "column": 8 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "19": { - "start": { - "line": 41, - "column": 32 - }, - "end": { - "line": 41, - "column": 115 - } - }, - "20": { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - "21": { - "start": { - "line": 43, - "column": 8 - }, - "end": { - "line": 43, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "AlertLink", - "decl": { - "start": { - "line": 17, - "column": 16 - }, - "end": { - "line": 17, - "column": 25 - } - }, - "loc": { - "start": { - "line": 20, - "column": 3 - }, - "end": { - "line": 26, - "column": 1 - } - }, - "line": 20 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 36, - "column": 9 - }, - "end": { - "line": 36, - "column": 10 - } - }, - "loc": { - "start": { - "line": 36, - "column": 29 - }, - "end": { - "line": 45, - "column": 3 - } - }, - "line": 36 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 38, - "column": 27 - }, - "end": { - "line": 38, - "column": 28 - } - }, - "loc": { - "start": { - "line": 38, - "column": 44 - }, - "end": { - "line": 44, - "column": 5 - } - }, - "line": 38 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 30 - }, - "3": { - "loc": { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 39 - }, - "4": { - "loc": { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 42 - } - }, - "s": { - "0": 8, - "1": 8, - "2": 0, - "3": 8, - "4": 8, - "5": 8, - "6": 8, - "7": 8, - "8": 7, - "9": 8, - "10": 8, - "11": 8, - "12": 8, - "13": 8, - "14": 8, - "15": 8, - "16": 8, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 8, - "1": 7, - "2": 8, - "3": 0 - }, - "b": { - "0": [8, 0], - "1": [0, 8], - "2": [8, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAQS;AART,2BAAyB;AAAQ;AAAiB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAO3C,gBAASA,UAAU;AAAA,EAAEC;AAAAA,EAAMC;AAAqB,GAAG;AACxD,SAAO,uBAAC,QAAQ,MAAR,EAAa,MAAaD,kBAA3B;AAAA;AAAA;AAAA;AAAA,SAAgC;AACzC;AAACE,KAFeH;AAAS;AAAAI", - "names": ["AlertLink", "link", "href", "_c", "$RefreshReg$"], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/alert/AlertLink.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/alert/AlertLink.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "e4739441cd601f58d588f10634480df81f8781ce" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/alert/Alert.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/alert/Alert.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 141 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 16, - "column": 9 - }, - "end": { - "line": 16, - "column": 23 - } - }, - "9": { - "start": { - "line": 27, - "column": 2 - }, - "end": { - "line": 27, - "column": 7 - } - }, - "10": { - "start": { - "line": 28, - "column": 25 - }, - "end": { - "line": 33, - "column": 3 - } - }, - "11": { - "start": { - "line": 34, - "column": 26 - }, - "end": { - "line": 34, - "column": 40 - } - }, - "12": { - "start": { - "line": 36, - "column": 4 - }, - "end": { - "line": 36, - "column": 54 - } - }, - "13": { - "start": { - "line": 38, - "column": 18 - }, - "end": { - "line": 38, - "column": 57 - } - }, - "14": { - "start": { - "line": 39, - "column": 2 - }, - "end": { - "line": 61, - "column": 11 - } - }, - "15": { - "start": { - "line": 39, - "column": 120 - }, - "end": { - "line": 39, - "column": 134 - } - }, - "16": { - "start": { - "line": 63, - "column": 0 - }, - "end": { - "line": 63, - "column": 42 - } - }, - "17": { - "start": { - "line": 64, - "column": 0 - }, - "end": { - "line": 64, - "column": 11 - } - }, - "18": { - "start": { - "line": 65, - "column": 0 - }, - "end": { - "line": 65, - "column": 23 - } - }, - "19": { - "start": { - "line": 68, - "column": 0 - }, - "end": { - "line": 68, - "column": 26 - } - }, - "20": { - "start": { - "line": 69, - "column": 0 - }, - "end": { - "line": 85, - "column": 1 - } - }, - "21": { - "start": { - "line": 70, - "column": 2 - }, - "end": { - "line": 70, - "column": 39 - } - }, - "22": { - "start": { - "line": 71, - "column": 2 - }, - "end": { - "line": 71, - "column": 39 - } - }, - "23": { - "start": { - "line": 72, - "column": 2 - }, - "end": { - "line": 84, - "column": 5 - } - }, - "24": { - "start": { - "line": 76, - "column": 4 - }, - "end": { - "line": 76, - "column": 167 - } - }, - "25": { - "start": { - "line": 77, - "column": 4 - }, - "end": { - "line": 83, - "column": 7 - } - }, - "26": { - "start": { - "line": 78, - "column": 6 - }, - "end": { - "line": 79, - "column": 15 - } - }, - "27": { - "start": { - "line": 79, - "column": 8 - }, - "end": { - "line": 79, - "column": 15 - } - }, - "28": { - "start": { - "line": 80, - "column": 32 - }, - "end": { - "line": 80, - "column": 115 - } - }, - "29": { - "start": { - "line": 81, - "column": 6 - }, - "end": { - "line": 82, - "column": 54 - } - }, - "30": { - "start": { - "line": 82, - "column": 8 - }, - "end": { - "line": 82, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "Alert", - "decl": { - "start": { - "line": 21, - "column": 9 - }, - "end": { - "line": 21, - "column": 14 - } - }, - "loc": { - "start": { - "line": 26, - "column": 3 - }, - "end": { - "line": 62, - "column": 1 - } - }, - "line": 26 - }, - "2": { - "name": "getAlertHeading", - "decl": { - "start": { - "line": 35, - "column": 11 - }, - "end": { - "line": 35, - "column": 26 - } - }, - "loc": { - "start": { - "line": 35, - "column": 53 - }, - "end": { - "line": 37, - "column": 3 - } - }, - "line": 35 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 39, - "column": 114 - }, - "end": { - "line": 39, - "column": 115 - } - }, - "loc": { - "start": { - "line": 39, - "column": 120 - }, - "end": { - "line": 39, - "column": 134 - } - }, - "line": 39 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 75, - "column": 9 - }, - "end": { - "line": 75, - "column": 10 - } - }, - "loc": { - "start": { - "line": 75, - "column": 29 - }, - "end": { - "line": 84, - "column": 3 - } - }, - "line": 75 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 77, - "column": 27 - }, - "end": { - "line": 77, - "column": 28 - } - }, - "loc": { - "start": { - "line": 77, - "column": 44 - }, - "end": { - "line": 83, - "column": 5 - } - }, - "line": 77 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 23, - "column": 2 - }, - "end": { - "line": 23, - "column": 20 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 23, - "column": 16 - }, - "end": { - "line": 23, - "column": 20 - } - } - ], - "line": 23 - }, - "3": { - "loc": { - "start": { - "line": 36, - "column": 11 - }, - "end": { - "line": 36, - "column": 53 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 36, - "column": 11 - }, - "end": { - "line": 36, - "column": 25 - } - }, - { - "start": { - "line": 36, - "column": 29 - }, - "end": { - "line": 36, - "column": 53 - } - } - ], - "line": 36 - }, - "4": { - "loc": { - "start": { - "line": 39, - "column": 54 - }, - "end": { - "line": 57, - "column": 10 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 39, - "column": 54 - }, - "end": { - "line": 39, - "column": 58 - } - }, - { - "start": { - "line": 39, - "column": 78 - }, - "end": { - "line": 57, - "column": 10 - } - } - ], - "line": 39 - }, - "5": { - "loc": { - "start": { - "line": 69, - "column": 0 - }, - "end": { - "line": 85, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 69, - "column": 0 - }, - "end": { - "line": 85, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 69 - }, - "6": { - "loc": { - "start": { - "line": 78, - "column": 6 - }, - "end": { - "line": 79, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 78, - "column": 6 - }, - "end": { - "line": 79, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 78 - }, - "7": { - "loc": { - "start": { - "line": 81, - "column": 6 - }, - "end": { - "line": 82, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 81, - "column": 6 - }, - "end": { - "line": 82, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 81 - } - }, - "s": { - "0": 8, - "1": 8, - "2": 0, - "3": 8, - "4": 8, - "5": 8, - "6": 8, - "7": 8, - "8": 8, - "9": 38, - "10": 38, - "11": 38, - "12": 38, - "13": 38, - "14": 38, - "15": 3, - "16": 8, - "17": 8, - "18": 8, - "19": 8, - "20": 8, - "21": 8, - "22": 8, - "23": 8, - "24": 8, - "25": 8, - "26": 0, - "27": 0, - "28": 0, - "29": 0, - "30": 0 - }, - "f": { - "0": 8, - "1": 38, - "2": 38, - "3": 3, - "4": 8, - "5": 0 - }, - "b": { - "0": [8, 0], - "1": [0, 8], - "2": [36], - "3": [38, 38], - "4": [38, 35], - "5": [8, 0], - "6": [0, 0], - "7": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAgCI,mBAGM,cAHN;;;;;;;;;;;;;;;;AAhCJ,SAASA,SAASC,eAAe;AAEjC,SAASC,iBAAiB;AAC1B,SAAoBC,gBAAgB;AACpC,SAASC,iBAAiB;AAS1B,SAASJ,MAAM;AAAA,EAAEK;AAAAA,EAASC,cAAc;AAAA,EAAMC;AAAAA,EAAeC;AAAqB,GAAG;AAAAC;AAKnF,QAAMC,iBAAgC;AAAA,IACpCC,SAAS;AAAA,IACTC,MAAM;AAAA,IACNC,SAAS;AAAA,IACTC,QAAQ;AAAA,EACV;AACA,QAAM,CAACC,MAAMC,OAAO,IAAIb,SAAS,IAAI;AAErC,WAASc,gBAAgBZ,UAAuBE,gBAAgC;AAC9E,WAAOA,kBAAiBG,eAAeL,QAAO;AAAA,EAChD;AACA,QAAMa,UAAUD,gBAAgBZ,SAASE,aAAa;AAEtD,SACE,mCACGQ,kBACC,uBAAC,WAAQ,SAAkB,SAAS,MAAMC,QAAQ,KAAK,GAAG,aACxD;AAAA,2BAAC,aAAU,WAAX;AAAA;AAAA;AAAA;AAAA,WAA4B;AAAA;AAAA,IAE5B,uBAAC,OAAGE,qBAAJ;AAAA;AAAA;AAAA;AAAA,WAAY;AAAA,IAAI;AAAA,IAAIV;AAAAA,OAHtB;AAAA;AAAA;AAAA;AAAA,SAIA,KANJ;AAAA;AAAA;AAAA;AAAA,SAQA;AAEJ;AAACC,GA7BQT,OAAK;AAAAmB,KAALnB;AA8BTA,MAAMoB,OAAOhB;AAEb,SAASJ;AAAO;AAAAqB", - "names": [ - "Alert", - "AlertBS", - "AlertIcon", - "useState", - "AlertLink", - "variant", - "dismissible", - "customHeading", - "children", - "_s", - "ALERT_HEADINGS", - "success", - "info", - "warning", - "danger", - "show", - "setShow", - "getAlertHeading", - "heading", - "_c", - "Link", - "$RefreshReg$" - ], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/alert/Alert.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/alert/Alert.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "90e9cb0c57a5312f744522beb4f95c2ba178a22a" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/badge/Badge.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/badge/Badge.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 141 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 22, - "column": 2 - }, - "end": { - "line": 26, - "column": 11 - } - }, - "9": { - "start": { - "line": 28, - "column": 0 - }, - "end": { - "line": 28, - "column": 11 - } - }, - "10": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 30, - "column": 26 - } - }, - "11": { - "start": { - "line": 31, - "column": 0 - }, - "end": { - "line": 47, - "column": 1 - } - }, - "12": { - "start": { - "line": 32, - "column": 2 - }, - "end": { - "line": 32, - "column": 39 - } - }, - "13": { - "start": { - "line": 33, - "column": 2 - }, - "end": { - "line": 33, - "column": 39 - } - }, - "14": { - "start": { - "line": 34, - "column": 2 - }, - "end": { - "line": 46, - "column": 5 - } - }, - "15": { - "start": { - "line": 38, - "column": 4 - }, - "end": { - "line": 38, - "column": 167 - } - }, - "16": { - "start": { - "line": 39, - "column": 4 - }, - "end": { - "line": 45, - "column": 7 - } - }, - "17": { - "start": { - "line": 40, - "column": 6 - }, - "end": { - "line": 41, - "column": 15 - } - }, - "18": { - "start": { - "line": 41, - "column": 8 - }, - "end": { - "line": 41, - "column": 15 - } - }, - "19": { - "start": { - "line": 42, - "column": 32 - }, - "end": { - "line": 42, - "column": 115 - } - }, - "20": { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 44, - "column": 54 - } - }, - "21": { - "start": { - "line": 44, - "column": 8 - }, - "end": { - "line": 44, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "Badge", - "decl": { - "start": { - "line": 18, - "column": 16 - }, - "end": { - "line": 18, - "column": 21 - } - }, - "loc": { - "start": { - "line": 21, - "column": 3 - }, - "end": { - "line": 27, - "column": 1 - } - }, - "line": 21 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 37, - "column": 9 - }, - "end": { - "line": 37, - "column": 10 - } - }, - "loc": { - "start": { - "line": 37, - "column": 29 - }, - "end": { - "line": 46, - "column": 3 - } - }, - "line": 37 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 39, - "column": 27 - }, - "end": { - "line": 39, - "column": 28 - } - }, - "loc": { - "start": { - "line": 39, - "column": 44 - }, - "end": { - "line": 45, - "column": 5 - } - }, - "line": 39 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 19, - "column": 2 - }, - "end": { - "line": 19, - "column": 23 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 19, - "column": 12 - }, - "end": { - "line": 19, - "column": 23 - } - } - ], - "line": 19 - }, - "3": { - "loc": { - "start": { - "line": 31, - "column": 0 - }, - "end": { - "line": 47, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 31, - "column": 0 - }, - "end": { - "line": 47, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 31 - }, - "4": { - "loc": { - "start": { - "line": 40, - "column": 6 - }, - "end": { - "line": 41, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 40, - "column": 6 - }, - "end": { - "line": 41, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 40 - }, - "5": { - "loc": { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 44, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 44, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 43 - } - }, - "s": { - "0": 4, - "1": 4, - "2": 0, - "3": 4, - "4": 4, - "5": 4, - "6": 4, - "7": 4, - "8": 9, - "9": 4, - "10": 4, - "11": 4, - "12": 4, - "13": 4, - "14": 4, - "15": 4, - "16": 4, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 4, - "1": 9, - "2": 4, - "3": 0 - }, - "b": { - "0": [4, 0], - "1": [0, 4], - "2": [2], - "3": [4, 0], - "4": [0, 0], - "5": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAWI;AAXJ,2BAAyB;AAAQ;AAAiB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAElD,OAAOA,YAAY;AAOZ,gBAASC,MAAM;AAAA,EAAEC,UAAU;AAAA,EAAaC;AAAqB,GAAG;AACrE,SACE,uBAAC,WAAQ,IAAID,SAAS,WAAWF,OAAOE,OAAO,GAC5CC,YADH;AAAA;AAAA;AAAA;AAAA,SAEA;AAEJ;AAACC,KANeH;AAAK;AAAAI", - "names": ["styles", "Badge", "variant", "children", "_c", "$RefreshReg$"], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/badge/Badge.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/badge/Badge.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "367079259cb8d7241e8c81d1a533738521f4645a" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/button/Button.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/button/Button.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 143 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 26, - "column": 23 - }, - "end": { - "line": 26, - "column": 56 - } - }, - "9": { - "start": { - "line": 27, - "column": 22 - }, - "end": { - "line": 27, - "column": 60 - } - }, - "10": { - "start": { - "line": 28, - "column": 2 - }, - "end": { - "line": 39, - "column": 11 - } - }, - "11": { - "start": { - "line": 41, - "column": 0 - }, - "end": { - "line": 41, - "column": 12 - } - }, - "12": { - "start": { - "line": 43, - "column": 0 - }, - "end": { - "line": 43, - "column": 27 - } - }, - "13": { - "start": { - "line": 44, - "column": 0 - }, - "end": { - "line": 60, - "column": 1 - } - }, - "14": { - "start": { - "line": 45, - "column": 2 - }, - "end": { - "line": 45, - "column": 39 - } - }, - "15": { - "start": { - "line": 46, - "column": 2 - }, - "end": { - "line": 46, - "column": 39 - } - }, - "16": { - "start": { - "line": 47, - "column": 2 - }, - "end": { - "line": 59, - "column": 5 - } - }, - "17": { - "start": { - "line": 51, - "column": 4 - }, - "end": { - "line": 51, - "column": 169 - } - }, - "18": { - "start": { - "line": 52, - "column": 4 - }, - "end": { - "line": 58, - "column": 7 - } - }, - "19": { - "start": { - "line": 53, - "column": 6 - }, - "end": { - "line": 54, - "column": 15 - } - }, - "20": { - "start": { - "line": 54, - "column": 8 - }, - "end": { - "line": 54, - "column": 15 - } - }, - "21": { - "start": { - "line": 55, - "column": 32 - }, - "end": { - "line": 55, - "column": 115 - } - }, - "22": { - "start": { - "line": 56, - "column": 6 - }, - "end": { - "line": 57, - "column": 54 - } - }, - "23": { - "start": { - "line": 57, - "column": 8 - }, - "end": { - "line": 57, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "Button", - "decl": { - "start": { - "line": 18, - "column": 16 - }, - "end": { - "line": 18, - "column": 22 - } - }, - "loc": { - "start": { - "line": 25, - "column": 3 - }, - "end": { - "line": 40, - "column": 1 - } - }, - "line": 25 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 50, - "column": 9 - }, - "end": { - "line": 50, - "column": 10 - } - }, - "loc": { - "start": { - "line": 50, - "column": 29 - }, - "end": { - "line": 59, - "column": 3 - } - }, - "line": 50 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 52, - "column": 27 - }, - "end": { - "line": 52, - "column": 28 - } - }, - "loc": { - "start": { - "line": 52, - "column": 44 - }, - "end": { - "line": 58, - "column": 5 - } - }, - "line": 52 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 19, - "column": 2 - }, - "end": { - "line": 19, - "column": 21 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 19, - "column": 12 - }, - "end": { - "line": 19, - "column": 21 - } - } - ], - "line": 19 - }, - "3": { - "loc": { - "start": { - "line": 20, - "column": 2 - }, - "end": { - "line": 20, - "column": 18 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 20, - "column": 13 - }, - "end": { - "line": 20, - "column": 18 - } - } - ], - "line": 20 - }, - "4": { - "loc": { - "start": { - "line": 26, - "column": 23 - }, - "end": { - "line": 26, - "column": 56 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 26, - "column": 37 - }, - "end": { - "line": 26, - "column": 51 - } - }, - { - "start": { - "line": 26, - "column": 54 - }, - "end": { - "line": 26, - "column": 56 - } - } - ], - "line": 26 - }, - "5": { - "loc": { - "start": { - "line": 27, - "column": 22 - }, - "end": { - "line": 27, - "column": 60 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 27, - "column": 42 - }, - "end": { - "line": 27, - "column": 55 - } - }, - { - "start": { - "line": 27, - "column": 58 - }, - "end": { - "line": 27, - "column": 60 - } - } - ], - "line": 27 - }, - "6": { - "loc": { - "start": { - "line": 28, - "column": 107 - }, - "end": { - "line": 28, - "column": 134 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 28, - "column": 118 - }, - "end": { - "line": 28, - "column": 124 - } - }, - { - "start": { - "line": 28, - "column": 127 - }, - "end": { - "line": 28, - "column": 134 - } - } - ], - "line": 28 - }, - "7": { - "loc": { - "start": { - "line": 29, - "column": 4 - }, - "end": { - "line": 33, - "column": 12 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 29, - "column": 4 - }, - "end": { - "line": 29, - "column": 8 - } - }, - { - "start": { - "line": 29, - "column": 28 - }, - "end": { - "line": 33, - "column": 12 - } - } - ], - "line": 29 - }, - "8": { - "loc": { - "start": { - "line": 44, - "column": 0 - }, - "end": { - "line": 60, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 44, - "column": 0 - }, - "end": { - "line": 60, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 44 - }, - "9": { - "loc": { - "start": { - "line": 53, - "column": 6 - }, - "end": { - "line": 54, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 53, - "column": 6 - }, - "end": { - "line": 54, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 53 - }, - "10": { - "loc": { - "start": { - "line": 56, - "column": 6 - }, - "end": { - "line": 57, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 56, - "column": 6 - }, - "end": { - "line": 57, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 56 - } - }, - "s": { - "0": 19, - "1": 19, - "2": 0, - "3": 19, - "4": 19, - "5": 19, - "6": 19, - "7": 19, - "8": 38, - "9": 38, - "10": 38, - "11": 19, - "12": 19, - "13": 19, - "14": 19, - "15": 19, - "16": 19, - "17": 19, - "18": 19, - "19": 0, - "20": 0, - "21": 0, - "22": 0, - "23": 0 - }, - "f": { - "0": 19, - "1": 38, - "2": 19, - "3": 0 - }, - "b": { - "0": [19, 0], - "1": [0, 19], - "2": [28], - "3": [33], - "4": [2, 36], - "5": [38, 0], - "6": [5, 33], - "7": [38, 5], - "8": [19, 0], - "9": [0, 0], - "10": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAkCe;AAlCf,2BAAqBA;AAAwB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAC7C,OAAOC,YAAY;AACnB,SAASC,UAAUC,gBAAgB;AAc5B,gBAASD,OAAO;AAAA,EACrBE,UAAU;AAAA,EACVC,WAAW;AAAA,EACXC;AAAAA,EACAC;AAAAA,EACAC;AAAAA,EACAC;AACW,GAAG;AACd,QAAMC,eAAeF,cAAcP,OAAOU,UAAU;AACpD,QAAMC,cAAcR,WAAW,SAASH,OAAOY,SAAS;AAExD,SACE,uBAAC,YACC,WAAY,GAAEH,gBAAgBE,eAC9B,SACA,SAASP,WAAWS,SAAYR,SAChC,UACA,iBAAeD,UACdE;AAAAA,YAAQ,uBAAC,UAAK,WAAY,GAAEN,OAAOM,QAAQA,QAAQ,MAAK,OAAM,cAAYA,QAAlE;AAAA;AAAA;AAAA;AAAA,WAAwE;AAAA,IAChFE;AAAAA,OAPH;AAAA;AAAA;AAAA;AAAA,SAQA;AAEJ;AAACM,KAtBeb;AAAM;AAAAc", - "names": [ - "ReactNode", - "styles", - "Button", - "ButtonBS", - "variant", - "disabled", - "onClick", - "icon", - "withSpacing", - "children", - "spacingClass", - "spacing", - "borderClass", - "border", - "undefined", - "_c", - "$RefreshReg$" - ], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/button/Button.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/button/Button.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "05976989c145d92fda83f45b43f9bcf1a13c9a96" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/icon.enum.ts": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/icon.enum.ts", - "statementMap": { - "0": { - "start": { - "line": 1, - "column": 34 - }, - "end": { - "line": 18, - "column": 14 - } - }, - "1": { - "start": { - "line": 2, - "column": 2 - }, - "end": { - "line": 2, - "column": 32 - } - }, - "2": { - "start": { - "line": 3, - "column": 2 - }, - "end": { - "line": 3, - "column": 32 - } - }, - "3": { - "start": { - "line": 4, - "column": 2 - }, - "end": { - "line": 4, - "column": 30 - } - }, - "4": { - "start": { - "line": 5, - "column": 2 - }, - "end": { - "line": 5, - "column": 42 - } - }, - "5": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 6, - "column": 36 - } - }, - "6": { - "start": { - "line": 7, - "column": 2 - }, - "end": { - "line": 7, - "column": 38 - } - }, - "7": { - "start": { - "line": 8, - "column": 2 - }, - "end": { - "line": 8, - "column": 30 - } - }, - "8": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 36 - } - }, - "9": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 32 - } - }, - "10": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 11, - "column": 36 - } - }, - "11": { - "start": { - "line": 12, - "column": 2 - }, - "end": { - "line": 12, - "column": 32 - } - }, - "12": { - "start": { - "line": 13, - "column": 2 - }, - "end": { - "line": 13, - "column": 36 - } - }, - "13": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 36 - } - }, - "14": { - "start": { - "line": 15, - "column": 2 - }, - "end": { - "line": 15, - "column": 34 - } - }, - "15": { - "start": { - "line": 16, - "column": 2 - }, - "end": { - "line": 16, - "column": 32 - } - }, - "16": { - "start": { - "line": 17, - "column": 2 - }, - "end": { - "line": 17, - "column": 15 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 1, - "column": 35 - }, - "end": { - "line": 1, - "column": 36 - } - }, - "loc": { - "start": { - "line": 1, - "column": 46 - }, - "end": { - "line": 18, - "column": 1 - } - }, - "line": 1 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 18, - "column": 3 - }, - "end": { - "line": 18, - "column": 13 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 18, - "column": 3 - }, - "end": { - "line": 18, - "column": 7 - } - }, - { - "start": { - "line": 18, - "column": 11 - }, - "end": { - "line": 18, - "column": 13 - } - } - ], - "line": 18 - } - }, - "s": { - "0": 12, - "1": 12, - "2": 12, - "3": 12, - "4": 12, - "5": 12, - "6": 12, - "7": 12, - "8": 12, - "9": 12, - "10": 12, - "11": 12, - "12": 12, - "13": 12, - "14": 12, - "15": 12, - "16": 12 - }, - "f": { - "0": 12 - }, - "b": { - "0": [12, 12] - }, - "inputSourceMap": { - "version": 3, - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/icon.enum.ts" - ], - "mappings": "AAAO,WAAK,OAAL,kBAAKA,UAAL;AACL,EAAAA,MAAA,WAAQ;AACR,EAAAA,MAAA,WAAQ;AACR,EAAAA,MAAA,UAAO;AACP,EAAAA,MAAA,gBAAa;AACb,EAAAA,MAAA,aAAU;AACV,EAAAA,MAAA,cAAW;AACX,EAAAA,MAAA,UAAO;AACP,EAAAA,MAAA,aAAU;AACV,EAAAA,MAAA,WAAQ;AACR,EAAAA,MAAA,aAAU;AACV,EAAAA,MAAA,WAAQ;AACR,EAAAA,MAAA,aAAU;AACV,EAAAA,MAAA,aAAU;AACV,EAAAA,MAAA,YAAS;AACT,EAAAA,MAAA,WAAQ;AAfE,SAAAA;AAAA,GAAA;", - "names": ["Icon"] - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "d4471754a5d3cc10c87098bb7c6092445337699d" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/button-group/ButtonGroup.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/button-group/ButtonGroup.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 154 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 21, - "column": 2 - }, - "end": { - "line": 25, - "column": 11 - } - }, - "9": { - "start": { - "line": 27, - "column": 0 - }, - "end": { - "line": 27, - "column": 17 - } - }, - "10": { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 29, - "column": 32 - } - }, - "11": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - "12": { - "start": { - "line": 31, - "column": 2 - }, - "end": { - "line": 31, - "column": 39 - } - }, - "13": { - "start": { - "line": 32, - "column": 2 - }, - "end": { - "line": 32, - "column": 39 - } - }, - "14": { - "start": { - "line": 33, - "column": 2 - }, - "end": { - "line": 45, - "column": 5 - } - }, - "15": { - "start": { - "line": 37, - "column": 4 - }, - "end": { - "line": 37, - "column": 180 - } - }, - "16": { - "start": { - "line": 38, - "column": 4 - }, - "end": { - "line": 44, - "column": 7 - } - }, - "17": { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "18": { - "start": { - "line": 40, - "column": 8 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "19": { - "start": { - "line": 41, - "column": 32 - }, - "end": { - "line": 41, - "column": 115 - } - }, - "20": { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - "21": { - "start": { - "line": 43, - "column": 8 - }, - "end": { - "line": 43, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "ButtonGroup", - "decl": { - "start": { - "line": 17, - "column": 16 - }, - "end": { - "line": 17, - "column": 27 - } - }, - "loc": { - "start": { - "line": 20, - "column": 3 - }, - "end": { - "line": 26, - "column": 1 - } - }, - "line": 20 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 36, - "column": 9 - }, - "end": { - "line": 36, - "column": 10 - } - }, - "loc": { - "start": { - "line": 36, - "column": 29 - }, - "end": { - "line": 45, - "column": 3 - } - }, - "line": 36 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 38, - "column": 27 - }, - "end": { - "line": 38, - "column": 28 - } - }, - "loc": { - "start": { - "line": 38, - "column": 44 - }, - "end": { - "line": 44, - "column": 5 - } - }, - "line": 38 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 30 - }, - "3": { - "loc": { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 39 - }, - "4": { - "loc": { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 42 - } - }, - "s": { - "0": 10, - "1": 10, - "2": 0, - "3": 10, - "4": 10, - "5": 10, - "6": 10, - "7": 10, - "8": 12, - "9": 10, - "10": 10, - "11": 10, - "12": 10, - "13": 10, - "14": 10, - "15": 10, - "16": 10, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 10, - "1": 12, - "2": 10, - "3": 0 - }, - "b": { - "0": [10, 0], - "1": [0, 10], - "2": [10, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAQS;AART,2BAA0B;AAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACzC,SAASA,eAAeC,qBAAqB;AAMtC,gBAASD,YAAY;AAAA,EAAEE;AAAAA,EAAUC;AAA8C,GAAG;AACvF,SAAO,uBAAC,iBAAc,UAAqBA,YAApC;AAAA;AAAA;AAAA;AAAA,SAA6C;AACtD;AAACC,KAFeJ;AAAW;AAAAK", - "names": ["ButtonGroup", "ButtonGroupBS", "vertical", "children", "_c", "$RefreshReg$"], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/button-group/ButtonGroup.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/button-group/ButtonGroup.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "0048e54afc5bc42edc2e8608ce83ade6d6b34de1" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/dropdown-button/DropdownButton.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/dropdown-button/DropdownButton.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 160 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 28, - "column": 23 - }, - "end": { - "line": 28, - "column": 56 - } - }, - "9": { - "start": { - "line": 29, - "column": 2 - }, - "end": { - "line": 44, - "column": 11 - } - }, - "10": { - "start": { - "line": 46, - "column": 0 - }, - "end": { - "line": 46, - "column": 20 - } - }, - "11": { - "start": { - "line": 48, - "column": 0 - }, - "end": { - "line": 48, - "column": 35 - } - }, - "12": { - "start": { - "line": 49, - "column": 0 - }, - "end": { - "line": 65, - "column": 1 - } - }, - "13": { - "start": { - "line": 50, - "column": 2 - }, - "end": { - "line": 50, - "column": 39 - } - }, - "14": { - "start": { - "line": 51, - "column": 2 - }, - "end": { - "line": 51, - "column": 39 - } - }, - "15": { - "start": { - "line": 52, - "column": 2 - }, - "end": { - "line": 64, - "column": 5 - } - }, - "16": { - "start": { - "line": 56, - "column": 4 - }, - "end": { - "line": 56, - "column": 186 - } - }, - "17": { - "start": { - "line": 57, - "column": 4 - }, - "end": { - "line": 63, - "column": 7 - } - }, - "18": { - "start": { - "line": 58, - "column": 6 - }, - "end": { - "line": 59, - "column": 15 - } - }, - "19": { - "start": { - "line": 59, - "column": 8 - }, - "end": { - "line": 59, - "column": 15 - } - }, - "20": { - "start": { - "line": 60, - "column": 32 - }, - "end": { - "line": 60, - "column": 115 - } - }, - "21": { - "start": { - "line": 61, - "column": 6 - }, - "end": { - "line": 62, - "column": 54 - } - }, - "22": { - "start": { - "line": 62, - "column": 8 - }, - "end": { - "line": 62, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "DropdownButton", - "decl": { - "start": { - "line": 19, - "column": 16 - }, - "end": { - "line": 19, - "column": 30 - } - }, - "loc": { - "start": { - "line": 27, - "column": 3 - }, - "end": { - "line": 45, - "column": 1 - } - }, - "line": 27 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 55, - "column": 9 - }, - "end": { - "line": 55, - "column": 10 - } - }, - "loc": { - "start": { - "line": 55, - "column": 29 - }, - "end": { - "line": 64, - "column": 3 - } - }, - "line": 55 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 57, - "column": 27 - }, - "end": { - "line": 57, - "column": 28 - } - }, - "loc": { - "start": { - "line": 57, - "column": 44 - }, - "end": { - "line": 63, - "column": 5 - } - }, - "line": 57 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 22, - "column": 2 - }, - "end": { - "line": 22, - "column": 21 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 22, - "column": 12 - }, - "end": { - "line": 22, - "column": 21 - } - } - ], - "line": 22 - }, - "3": { - "loc": { - "start": { - "line": 28, - "column": 23 - }, - "end": { - "line": 28, - "column": 56 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 28, - "column": 37 - }, - "end": { - "line": 28, - "column": 51 - } - }, - { - "start": { - "line": 28, - "column": 54 - }, - "end": { - "line": 28, - "column": 56 - } - } - ], - "line": 28 - }, - "4": { - "loc": { - "start": { - "line": 30, - "column": 4 - }, - "end": { - "line": 34, - "column": 12 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 30, - "column": 4 - }, - "end": { - "line": 30, - "column": 8 - } - }, - { - "start": { - "line": 30, - "column": 28 - }, - "end": { - "line": 34, - "column": 12 - } - } - ], - "line": 30 - }, - "5": { - "loc": { - "start": { - "line": 40, - "column": 25 - }, - "end": { - "line": 40, - "column": 61 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 40, - "column": 41 - }, - "end": { - "line": 40, - "column": 52 - } - }, - { - "start": { - "line": 40, - "column": 55 - }, - "end": { - "line": 40, - "column": 61 - } - } - ], - "line": 40 - }, - "6": { - "loc": { - "start": { - "line": 49, - "column": 0 - }, - "end": { - "line": 65, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 49, - "column": 0 - }, - "end": { - "line": 65, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 49 - }, - "7": { - "loc": { - "start": { - "line": 58, - "column": 6 - }, - "end": { - "line": 59, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 58, - "column": 6 - }, - "end": { - "line": 59, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 58 - }, - "8": { - "loc": { - "start": { - "line": 61, - "column": 6 - }, - "end": { - "line": 62, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 61, - "column": 6 - }, - "end": { - "line": 62, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 61 - } - }, - "s": { - "0": 6, - "1": 6, - "2": 0, - "3": 6, - "4": 6, - "5": 6, - "6": 6, - "7": 6, - "8": 20, - "9": 20, - "10": 6, - "11": 6, - "12": 6, - "13": 6, - "14": 6, - "15": 6, - "16": 6, - "17": 6, - "18": 0, - "19": 0, - "20": 0, - "21": 0, - "22": 0 - }, - "f": { - "0": 6, - "1": 20, - "2": 6, - "3": 0 - }, - "b": { - "0": [6, 0], - "1": [0, 6], - "2": [5], - "3": [2, 18], - "4": [20, 4], - "5": [3, 17], - "6": [6, 0], - "7": [0, 0], - "8": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAkCQ,mBACW,cADX;AAlCR,2BAA2BA;AAAgB;AAAQ,IAAiB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAEpE,OAAOC,YAAY;AAEnB,SAASC,mBAAmB;AAcrB,gBAASC,eAAe;AAAA,EAC7BC;AAAAA,EACAC;AAAAA,EACAC,UAAU;AAAA,EACVC;AAAAA,EACAC;AAAAA,EACAC;AAAAA,EACAC;AACmB,GAAG;AACtB,QAAMC,eAAeH,cAAcP,OAAOW,UAAU;AAEpD,SACE,uBAAC,oBACC,WAAY,GAAED,gBAAgBV,OAAOY,UACrC,IACA,OACE,mCACGN;AAAAA,YAAQ,uBAAC,UAAK,WAAY,GAAEN,OAAOM,QAAQA,QAAQ,MAAK,OAAM,cAAYA,QAAlE;AAAA;AAAA;AAAA;AAAA,WAAwE;AAAA,IAChFF;AAAAA,OAFH;AAAA;AAAA;AAAA;AAAA,SAGA,GAEF,SACA,IAAII,gBAAgBP,cAAcY,QACjCJ,YAXH;AAAA;AAAA;AAAA;AAAA,SAYA;AAEJ;AAACK,KA1BeZ;AAAc;AAAAa", - "names": [ - "DropdownButtonBS", - "styles", - "ButtonGroup", - "DropdownButton", - "id", - "title", - "variant", - "icon", - "withSpacing", - "asButtonGroup", - "children", - "spacingClass", - "spacing", - "border", - "undefined", - "_c", - "$RefreshReg$" - ], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/dropdown-button/DropdownButton.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/dropdown-button/DropdownButton.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "cdf04968525e1f00eebb67bda9fe1cfa84aef0cb" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/grid/Col.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/grid/Col.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 138 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 21, - "column": 2 - }, - "end": { - "line": 25, - "column": 11 - } - }, - "9": { - "start": { - "line": 27, - "column": 0 - }, - "end": { - "line": 27, - "column": 9 - } - }, - "10": { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 29, - "column": 24 - } - }, - "11": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - "12": { - "start": { - "line": 31, - "column": 2 - }, - "end": { - "line": 31, - "column": 39 - } - }, - "13": { - "start": { - "line": 32, - "column": 2 - }, - "end": { - "line": 32, - "column": 39 - } - }, - "14": { - "start": { - "line": 33, - "column": 2 - }, - "end": { - "line": 45, - "column": 5 - } - }, - "15": { - "start": { - "line": 37, - "column": 4 - }, - "end": { - "line": 37, - "column": 164 - } - }, - "16": { - "start": { - "line": 38, - "column": 4 - }, - "end": { - "line": 44, - "column": 7 - } - }, - "17": { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "18": { - "start": { - "line": 40, - "column": 8 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "19": { - "start": { - "line": 41, - "column": 32 - }, - "end": { - "line": 41, - "column": 115 - } - }, - "20": { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - "21": { - "start": { - "line": 43, - "column": 8 - }, - "end": { - "line": 43, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "Col", - "decl": { - "start": { - "line": 17, - "column": 16 - }, - "end": { - "line": 17, - "column": 19 - } - }, - "loc": { - "start": { - "line": 20, - "column": 3 - }, - "end": { - "line": 26, - "column": 1 - } - }, - "line": 20 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 36, - "column": 9 - }, - "end": { - "line": 36, - "column": 10 - } - }, - "loc": { - "start": { - "line": 36, - "column": 29 - }, - "end": { - "line": 45, - "column": 3 - } - }, - "line": 36 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 38, - "column": 27 - }, - "end": { - "line": 38, - "column": 28 - } - }, - "loc": { - "start": { - "line": 38, - "column": 44 - }, - "end": { - "line": 44, - "column": 5 - } - }, - "line": 38 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 30 - }, - "3": { - "loc": { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 39 - }, - "4": { - "loc": { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 42 - } - }, - "s": { - "0": 33, - "1": 33, - "2": 0, - "3": 33, - "4": 33, - "5": 33, - "6": 33, - "7": 33, - "8": 147, - "9": 33, - "10": 33, - "11": 33, - "12": 33, - "13": 33, - "14": 33, - "15": 33, - "16": 33, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 33, - "1": 147, - "2": 33, - "3": 0 - }, - "b": { - "0": [33, 0], - "1": [0, 33], - "2": [33, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAqBS;AArBT,2BAAqB;AAAQ,IAAiB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAoBvC,gBAASA,IAAI;AAAA,EAAEC;AAAAA,EAAU,GAAGC;AAAgB,GAAG;AACpD,SAAO,uBAAC,SAAM,GAAIA,OAAQD,YAAnB;AAAA;AAAA;AAAA;AAAA,SAA4B;AACrC;AAACE,KAFeH;AAAG;AAAAI", - "names": ["Col", "children", "props", "_c", "$RefreshReg$"], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/grid/Col.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/grid/Col.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "6428b2efc59c82f295de02698b3da763e2acc8c8" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormElementLayout.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormElementLayout.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 176 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 21, - "column": 2 - }, - "end": { - "line": 29, - "column": 11 - } - }, - "9": { - "start": { - "line": 31, - "column": 0 - }, - "end": { - "line": 31, - "column": 23 - } - }, - "10": { - "start": { - "line": 33, - "column": 0 - }, - "end": { - "line": 33, - "column": 38 - } - }, - "11": { - "start": { - "line": 34, - "column": 0 - }, - "end": { - "line": 50, - "column": 1 - } - }, - "12": { - "start": { - "line": 35, - "column": 2 - }, - "end": { - "line": 35, - "column": 39 - } - }, - "13": { - "start": { - "line": 36, - "column": 2 - }, - "end": { - "line": 36, - "column": 39 - } - }, - "14": { - "start": { - "line": 37, - "column": 2 - }, - "end": { - "line": 49, - "column": 5 - } - }, - "15": { - "start": { - "line": 41, - "column": 4 - }, - "end": { - "line": 41, - "column": 202 - } - }, - "16": { - "start": { - "line": 42, - "column": 4 - }, - "end": { - "line": 48, - "column": 7 - } - }, - "17": { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 44, - "column": 15 - } - }, - "18": { - "start": { - "line": 44, - "column": 8 - }, - "end": { - "line": 44, - "column": 15 - } - }, - "19": { - "start": { - "line": 45, - "column": 32 - }, - "end": { - "line": 45, - "column": 115 - } - }, - "20": { - "start": { - "line": 46, - "column": 6 - }, - "end": { - "line": 47, - "column": 54 - } - }, - "21": { - "start": { - "line": 47, - "column": 8 - }, - "end": { - "line": 47, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "FormElementLayout", - "decl": { - "start": { - "line": 17, - "column": 16 - }, - "end": { - "line": 17, - "column": 33 - } - }, - "loc": { - "start": { - "line": 20, - "column": 3 - }, - "end": { - "line": 30, - "column": 1 - } - }, - "line": 20 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 40, - "column": 9 - }, - "end": { - "line": 40, - "column": 10 - } - }, - "loc": { - "start": { - "line": 40, - "column": 29 - }, - "end": { - "line": 49, - "column": 3 - } - }, - "line": 40 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 42, - "column": 27 - }, - "end": { - "line": 42, - "column": 28 - } - }, - "loc": { - "start": { - "line": 42, - "column": 44 - }, - "end": { - "line": 48, - "column": 5 - } - }, - "line": 42 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 21, - "column": 9 - }, - "end": { - "line": 29, - "column": 10 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 21, - "column": 53 - }, - "end": { - "line": 25, - "column": 10 - } - }, - { - "start": { - "line": 25, - "column": 29 - }, - "end": { - "line": 29, - "column": 10 - } - } - ], - "line": 21 - }, - "3": { - "loc": { - "start": { - "line": 34, - "column": 0 - }, - "end": { - "line": 50, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 34, - "column": 0 - }, - "end": { - "line": 50, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 34 - }, - "4": { - "loc": { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 44, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 44, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 43 - }, - "5": { - "loc": { - "start": { - "line": 46, - "column": 6 - }, - "end": { - "line": 47, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 46, - "column": 6 - }, - "end": { - "line": 47, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 46 - } - }, - "s": { - "0": 33, - "1": 33, - "2": 0, - "3": 33, - "4": 33, - "5": 33, - "6": 33, - "7": 33, - "8": 69, - "9": 33, - "10": 33, - "11": 33, - "12": 33, - "13": 33, - "14": 33, - "15": 33, - "16": 33, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 33, - "1": 69, - "2": 33, - "3": 0 - }, - "b": { - "0": [33, 0], - "1": [0, 33], - "2": [0, 69], - "3": [33, 0], - "4": [0, 0], - "5": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAUqC;AAVrC,2BAA0B;AAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACzC,SAASA,WAAW;AAKb,gBAASC,kBAAkB;AAAA,EAChCC;AAAAA,EACAC;AAC8C,GAAG;AACjD,SAAOD,4BAA4B,mCAAGC,YAAH;AAAA;AAAA;AAAA;AAAA,SAAY,IAAM,uBAAC,OAAI,IAAI,GAAIA,YAAb;AAAA;AAAA;AAAA;AAAA,SAAsB;AAC7E;AAACC,KALeH;AAAiB;AAAAI", - "names": [ - "Col", - "FormElementLayout", - "withinMultipleFieldsGroup", - "children", - "_c", - "$RefreshReg$" - ], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormElementLayout.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormElementLayout.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "61829908da7c8e233c1b0364db5af901656a2560" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormInput.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormInput.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 168 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 25, - "column": 26 - }, - "end": { - "line": 44, - "column": 3 - } - }, - "9": { - "start": { - "line": 28, - "column": 4 - }, - "end": { - "line": 43, - "column": 13 - } - }, - "10": { - "start": { - "line": 45, - "column": 2 - }, - "end": { - "line": 57, - "column": 11 - } - }, - "11": { - "start": { - "line": 59, - "column": 0 - }, - "end": { - "line": 59, - "column": 15 - } - }, - "12": { - "start": { - "line": 61, - "column": 0 - }, - "end": { - "line": 61, - "column": 30 - } - }, - "13": { - "start": { - "line": 62, - "column": 0 - }, - "end": { - "line": 78, - "column": 1 - } - }, - "14": { - "start": { - "line": 63, - "column": 2 - }, - "end": { - "line": 63, - "column": 39 - } - }, - "15": { - "start": { - "line": 64, - "column": 2 - }, - "end": { - "line": 64, - "column": 39 - } - }, - "16": { - "start": { - "line": 65, - "column": 2 - }, - "end": { - "line": 77, - "column": 5 - } - }, - "17": { - "start": { - "line": 69, - "column": 4 - }, - "end": { - "line": 69, - "column": 194 - } - }, - "18": { - "start": { - "line": 70, - "column": 4 - }, - "end": { - "line": 76, - "column": 7 - } - }, - "19": { - "start": { - "line": 71, - "column": 6 - }, - "end": { - "line": 72, - "column": 15 - } - }, - "20": { - "start": { - "line": 72, - "column": 8 - }, - "end": { - "line": 72, - "column": 15 - } - }, - "21": { - "start": { - "line": 73, - "column": 32 - }, - "end": { - "line": 73, - "column": 115 - } - }, - "22": { - "start": { - "line": 74, - "column": 6 - }, - "end": { - "line": 75, - "column": 54 - } - }, - "23": { - "start": { - "line": 75, - "column": 8 - }, - "end": { - "line": 75, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "FormInput", - "decl": { - "start": { - "line": 18, - "column": 16 - }, - "end": { - "line": 18, - "column": 25 - } - }, - "loc": { - "start": { - "line": 24, - "column": 3 - }, - "end": { - "line": 58, - "column": 1 - } - }, - "line": 24 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 25, - "column": 26 - }, - "end": { - "line": 25, - "column": 27 - } - }, - "loc": { - "start": { - "line": 27, - "column": 8 - }, - "end": { - "line": 44, - "column": 3 - } - }, - "line": 27 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 68, - "column": 9 - }, - "end": { - "line": 68, - "column": 10 - } - }, - "loc": { - "start": { - "line": 68, - "column": 29 - }, - "end": { - "line": 77, - "column": 3 - } - }, - "line": 68 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 70, - "column": 27 - }, - "end": { - "line": 70, - "column": 28 - } - }, - "loc": { - "start": { - "line": 70, - "column": 44 - }, - "end": { - "line": 76, - "column": 5 - } - }, - "line": 70 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 19, - "column": 2 - }, - "end": { - "line": 19, - "column": 15 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 19, - "column": 9 - }, - "end": { - "line": 19, - "column": 15 - } - } - ], - "line": 19 - }, - "3": { - "loc": { - "start": { - "line": 28, - "column": 11 - }, - "end": { - "line": 43, - "column": 12 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 28, - "column": 36 - }, - "end": { - "line": 39, - "column": 12 - } - }, - { - "start": { - "line": 39, - "column": 31 - }, - "end": { - "line": 43, - "column": 12 - } - } - ], - "line": 28 - }, - "4": { - "loc": { - "start": { - "line": 62, - "column": 0 - }, - "end": { - "line": 78, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 62, - "column": 0 - }, - "end": { - "line": 78, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 62 - }, - "5": { - "loc": { - "start": { - "line": 71, - "column": 6 - }, - "end": { - "line": 72, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 71, - "column": 6 - }, - "end": { - "line": 72, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 71 - }, - "6": { - "loc": { - "start": { - "line": 74, - "column": 6 - }, - "end": { - "line": 75, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 74, - "column": 6 - }, - "end": { - "line": 75, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 74 - } - }, - "s": { - "0": 33, - "1": 33, - "2": 0, - "3": 33, - "4": 33, - "5": 33, - "6": 33, - "7": 33, - "8": 46, - "9": 46, - "10": 46, - "11": 33, - "12": 33, - "13": 33, - "14": 33, - "15": 33, - "16": 33, - "17": 33, - "18": 33, - "19": 0, - "20": 0, - "21": 0, - "22": 0, - "23": 0 - }, - "f": { - "0": 33, - "1": 46, - "2": 46, - "3": 33, - "4": 0 - }, - "b": { - "0": [33, 0], - "1": [0, 33], - "2": [12], - "3": [11, 35], - "4": [33, 0], - "5": [0, 0], - "6": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAwBQ,SAIF,UAJE;AAxBR,2BAAyBA;AAAkB;AAAiB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAC5D,SAASC,yBAAyB;AAa3B,gBAASC,UAAU;AAAA,EACxBC,OAAO;AAAA,EACPC;AAAAA,EACAC;AAAAA,EACAC;AAAAA,EACA,GAAGC;AACW,GAAG;AACjB,QAAMC,kBAAkBA,CAAC;AAAA,IAAEC;AAAAA,EAA4B,MAAM;AAC3D,WAAOJ,SACL,uBAAC,cAAW,WAAU,QACpB;AAAA,6BAAC,WAAW,MAAX,EAAiBA,oBAAlB;AAAA;AAAA;AAAA;AAAA,aAAyB;AAAA,MACxBI;AAAAA,SAFH;AAAA;AAAA;AAAA;AAAA,WAGA,IAEA,mCAAGA,YAAH;AAAA;AAAA;AAAA;AAAA,WAAY;AAAA,EAEhB;AAEA,SACE,uBAAC,qBAAkB,2BACjB,iCAAC,mBACC,iCAAC,OAAO,SAAP,EAAe,MAAY,UAAoB,WAAWL,UAAU,GAAIG,SAAzE;AAAA;AAAA;AAAA;AAAA,SAA+E,KADjF;AAAA;AAAA;AAAA;AAAA,SAEA,KAHF;AAAA;AAAA;AAAA;AAAA,SAIA;AAEJ;AAACG,KAzBeR;AAAS;AAAAS", - "names": [ - "InputGroup", - "FormElementLayout", - "FormInput", - "type", - "readOnly", - "prefix", - "withinMultipleFieldsGroup", - "props", - "FormInputPrefix", - "children", - "_c", - "$RefreshReg$" - ], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormInput.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormInput.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "6f2c9cd948b7bf29fa049a96133a83381a0b067e" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/required-input-symbol/RequiredInputSymbol.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/required-input-symbol/RequiredInputSymbol.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 176 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 17, - "column": 35 - }, - "end": { - "line": 26, - "column": 1 - } - }, - "9": { - "start": { - "line": 18, - "column": 2 - }, - "end": { - "line": 25, - "column": 11 - } - }, - "10": { - "start": { - "line": 27, - "column": 0 - }, - "end": { - "line": 27, - "column": 25 - } - }, - "11": { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 29, - "column": 40 - } - }, - "12": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - "13": { - "start": { - "line": 31, - "column": 2 - }, - "end": { - "line": 31, - "column": 39 - } - }, - "14": { - "start": { - "line": 32, - "column": 2 - }, - "end": { - "line": 32, - "column": 39 - } - }, - "15": { - "start": { - "line": 33, - "column": 2 - }, - "end": { - "line": 45, - "column": 5 - } - }, - "16": { - "start": { - "line": 37, - "column": 4 - }, - "end": { - "line": 37, - "column": 202 - } - }, - "17": { - "start": { - "line": 38, - "column": 4 - }, - "end": { - "line": 44, - "column": 7 - } - }, - "18": { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "19": { - "start": { - "line": 40, - "column": 8 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "20": { - "start": { - "line": 41, - "column": 32 - }, - "end": { - "line": 41, - "column": 115 - } - }, - "21": { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - "22": { - "start": { - "line": 43, - "column": 8 - }, - "end": { - "line": 43, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 17, - "column": 35 - }, - "end": { - "line": 17, - "column": 36 - } - }, - "loc": { - "start": { - "line": 17, - "column": 41 - }, - "end": { - "line": 26, - "column": 1 - } - }, - "line": 17 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 36, - "column": 9 - }, - "end": { - "line": 36, - "column": 10 - } - }, - "loc": { - "start": { - "line": 36, - "column": 29 - }, - "end": { - "line": 45, - "column": 3 - } - }, - "line": 36 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 38, - "column": 27 - }, - "end": { - "line": 38, - "column": 28 - } - }, - "loc": { - "start": { - "line": 38, - "column": 44 - }, - "end": { - "line": 44, - "column": 5 - } - }, - "line": 38 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 30 - }, - "3": { - "loc": { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 39 - }, - "4": { - "loc": { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 42 - } - }, - "s": { - "0": 33, - "1": 33, - "2": 0, - "3": 33, - "4": 33, - "5": 33, - "6": 33, - "7": 33, - "8": 33, - "9": 10, - "10": 33, - "11": 33, - "12": 33, - "13": 33, - "14": 33, - "15": 33, - "16": 33, - "17": 33, - "18": 0, - "19": 0, - "20": 0, - "21": 0, - "22": 0 - }, - "f": { - "0": 33, - "1": 10, - "2": 33, - "3": 0 - }, - "b": { - "0": [33, 0], - "1": [0, 33], - "2": [33, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAII;AAJJ,OAAOA,oBAAY;AAAA;AAAmC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAE/C,aAAMC,sBAAsBA,MAAM;AACvC,SACE,uBAAC,UAAK,MAAK,OAAM,cAAW,yBAAwB,WAAWD,OAAOE,UACnE;AAAA;AAAA,IAAG;AAAA,OADN;AAAA;AAAA;AAAA;AAAA,SAGA;AAEJ;AAACC,KAPYF;AAAmB;AAAAG", - "names": ["styles", "RequiredInputSymbol", "asterisk", "_c", "$RefreshReg$"], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/required-input-symbol/RequiredInputSymbol.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/required-input-symbol/RequiredInputSymbol.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "a3b78923ace45c139825016356e286d785fe6c5a" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/tooltip/QuestionIcon.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/tooltip/QuestionIcon.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 150 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 19, - "column": 2 - }, - "end": { - "line": 23, - "column": 11 - } - }, - "9": { - "start": { - "line": 25, - "column": 0 - }, - "end": { - "line": 25, - "column": 18 - } - }, - "10": { - "start": { - "line": 27, - "column": 0 - }, - "end": { - "line": 27, - "column": 33 - } - }, - "11": { - "start": { - "line": 28, - "column": 0 - }, - "end": { - "line": 44, - "column": 1 - } - }, - "12": { - "start": { - "line": 29, - "column": 2 - }, - "end": { - "line": 29, - "column": 39 - } - }, - "13": { - "start": { - "line": 30, - "column": 2 - }, - "end": { - "line": 30, - "column": 39 - } - }, - "14": { - "start": { - "line": 31, - "column": 2 - }, - "end": { - "line": 43, - "column": 5 - } - }, - "15": { - "start": { - "line": 35, - "column": 4 - }, - "end": { - "line": 35, - "column": 176 - } - }, - "16": { - "start": { - "line": 36, - "column": 4 - }, - "end": { - "line": 42, - "column": 7 - } - }, - "17": { - "start": { - "line": 37, - "column": 6 - }, - "end": { - "line": 38, - "column": 15 - } - }, - "18": { - "start": { - "line": 38, - "column": 8 - }, - "end": { - "line": 38, - "column": 15 - } - }, - "19": { - "start": { - "line": 39, - "column": 32 - }, - "end": { - "line": 39, - "column": 115 - } - }, - "20": { - "start": { - "line": 40, - "column": 6 - }, - "end": { - "line": 41, - "column": 54 - } - }, - "21": { - "start": { - "line": 41, - "column": 8 - }, - "end": { - "line": 41, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "QuestionIcon", - "decl": { - "start": { - "line": 18, - "column": 16 - }, - "end": { - "line": 18, - "column": 28 - } - }, - "loc": { - "start": { - "line": 18, - "column": 31 - }, - "end": { - "line": 24, - "column": 1 - } - }, - "line": 18 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 34, - "column": 9 - }, - "end": { - "line": 34, - "column": 10 - } - }, - "loc": { - "start": { - "line": 34, - "column": 29 - }, - "end": { - "line": 43, - "column": 3 - } - }, - "line": 34 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 36, - "column": 27 - }, - "end": { - "line": 36, - "column": 28 - } - }, - "loc": { - "start": { - "line": 36, - "column": 44 - }, - "end": { - "line": 42, - "column": 5 - } - }, - "line": 36 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 28, - "column": 0 - }, - "end": { - "line": 44, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 28, - "column": 0 - }, - "end": { - "line": 44, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 28 - }, - "3": { - "loc": { - "start": { - "line": 37, - "column": 6 - }, - "end": { - "line": 38, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 37, - "column": 6 - }, - "end": { - "line": 38, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 37 - }, - "4": { - "loc": { - "start": { - "line": 40, - "column": 6 - }, - "end": { - "line": 41, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 40, - "column": 6 - }, - "end": { - "line": 41, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 40 - } - }, - "s": { - "0": 36, - "1": 36, - "2": 0, - "3": 36, - "4": 36, - "5": 36, - "6": 36, - "7": 36, - "8": 7, - "9": 36, - "10": 36, - "11": 36, - "12": 36, - "13": 36, - "14": 36, - "15": 36, - "16": 36, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 36, - "1": 7, - "2": 36, - "3": 0 - }, - "b": { - "0": [36, 0], - "1": [0, 36], - "2": [36, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAGS;AAHT,OAAOA,oBAAY;AAAA,IAA4B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAC/C,SAASC,0BAA0B;AAC5B,gBAASC,eAAe;AAC7B,SAAO,uBAAC,sBAAmB,WAAWF,OAAO,kBAAkB,KAAxD;AAAA;AAAA;AAAA;AAAA,SAA0D;AACnE;AAACG,KAFeD;AAAY;AAAAE", - "names": ["styles", "QuestionCircleFill", "QuestionIcon", "_c", "$RefreshReg$"], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/tooltip/QuestionIcon.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/tooltip/QuestionIcon.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "8af8a402ae35e0d0fda79fe0a025079e2e1df2a5" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/tooltip/overlay-trigger/OverlayTrigger.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/tooltip/overlay-trigger/OverlayTrigger.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 168 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 22, - "column": 2 - }, - "end": { - "line": 30, - "column": 11 - } - }, - "9": { - "start": { - "line": 32, - "column": 0 - }, - "end": { - "line": 32, - "column": 20 - } - }, - "10": { - "start": { - "line": 34, - "column": 0 - }, - "end": { - "line": 34, - "column": 35 - } - }, - "11": { - "start": { - "line": 35, - "column": 0 - }, - "end": { - "line": 51, - "column": 1 - } - }, - "12": { - "start": { - "line": 36, - "column": 2 - }, - "end": { - "line": 36, - "column": 39 - } - }, - "13": { - "start": { - "line": 37, - "column": 2 - }, - "end": { - "line": 37, - "column": 39 - } - }, - "14": { - "start": { - "line": 38, - "column": 2 - }, - "end": { - "line": 50, - "column": 5 - } - }, - "15": { - "start": { - "line": 42, - "column": 4 - }, - "end": { - "line": 42, - "column": 194 - } - }, - "16": { - "start": { - "line": 43, - "column": 4 - }, - "end": { - "line": 49, - "column": 7 - } - }, - "17": { - "start": { - "line": 44, - "column": 6 - }, - "end": { - "line": 45, - "column": 15 - } - }, - "18": { - "start": { - "line": 45, - "column": 8 - }, - "end": { - "line": 45, - "column": 15 - } - }, - "19": { - "start": { - "line": 46, - "column": 32 - }, - "end": { - "line": 46, - "column": 115 - } - }, - "20": { - "start": { - "line": 47, - "column": 6 - }, - "end": { - "line": 48, - "column": 54 - } - }, - "21": { - "start": { - "line": 48, - "column": 8 - }, - "end": { - "line": 48, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "OverlayTrigger", - "decl": { - "start": { - "line": 17, - "column": 16 - }, - "end": { - "line": 17, - "column": 30 - } - }, - "loc": { - "start": { - "line": 21, - "column": 3 - }, - "end": { - "line": 31, - "column": 1 - } - }, - "line": 21 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 41, - "column": 9 - }, - "end": { - "line": 41, - "column": 10 - } - }, - "loc": { - "start": { - "line": 41, - "column": 29 - }, - "end": { - "line": 50, - "column": 3 - } - }, - "line": 41 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 43, - "column": 27 - }, - "end": { - "line": 43, - "column": 28 - } - }, - "loc": { - "start": { - "line": 43, - "column": 44 - }, - "end": { - "line": 49, - "column": 5 - } - }, - "line": 43 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 35, - "column": 0 - }, - "end": { - "line": 51, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 35, - "column": 0 - }, - "end": { - "line": 51, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 35 - }, - "3": { - "loc": { - "start": { - "line": 44, - "column": 6 - }, - "end": { - "line": 45, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 44, - "column": 6 - }, - "end": { - "line": 45, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 44 - }, - "4": { - "loc": { - "start": { - "line": 47, - "column": 6 - }, - "end": { - "line": 48, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 47, - "column": 6 - }, - "end": { - "line": 48, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 47 - } - }, - "s": { - "0": 38, - "1": 38, - "2": 0, - "3": 38, - "4": 38, - "5": 38, - "6": 38, - "7": 38, - "8": 19, - "9": 38, - "10": 38, - "11": 38, - "12": 38, - "13": 38, - "14": 38, - "15": 38, - "16": 38, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 38, - "1": 19, - "2": 38, - "3": 0 - }, - "b": { - "0": [38, 0], - "1": [0, 38], - "2": [38, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAce;AAdf,2BAA2BA;AAAkBC;AAAWC,IAAS;AAAQ,gBAAiB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AASnF,gBAASC,eAAe;AAAA,EAAEC;AAAAA,EAAWC;AAAAA,EAASC;AAA8B,GAAG;AACpF,SACE,uBAAC,oBAEC,WACA,SAAS,uBAAC,aAAWD,qBAAZ;AAAA;AAAA;AAAA;AAAA,SAAoB,GAC5BC,YAHIF,WADP;AAAA;AAAA;AAAA;AAAA,SAKA;AAEJ;AAACG,KATeJ;AAAc;AAAAK", - "names": [ - "OverlayTriggerBS", - "Tooltip", - "TooltipBS", - "OverlayTrigger", - "placement", - "message", - "children", - "_c", - "$RefreshReg$" - ], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/tooltip/overlay-trigger/OverlayTrigger.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/tooltip/overlay-trigger/OverlayTrigger.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "61a3cc28eda1734516907ddf6ebb4a34890ccb4b" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/tooltip/Tooltip.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/tooltip/Tooltip.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 145 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 23, - "column": 2 - }, - "end": { - "line": 35, - "column": 11 - } - }, - "9": { - "start": { - "line": 37, - "column": 0 - }, - "end": { - "line": 37, - "column": 13 - } - }, - "10": { - "start": { - "line": 39, - "column": 0 - }, - "end": { - "line": 39, - "column": 28 - } - }, - "11": { - "start": { - "line": 40, - "column": 0 - }, - "end": { - "line": 56, - "column": 1 - } - }, - "12": { - "start": { - "line": 41, - "column": 2 - }, - "end": { - "line": 41, - "column": 39 - } - }, - "13": { - "start": { - "line": 42, - "column": 2 - }, - "end": { - "line": 42, - "column": 39 - } - }, - "14": { - "start": { - "line": 43, - "column": 2 - }, - "end": { - "line": 55, - "column": 5 - } - }, - "15": { - "start": { - "line": 47, - "column": 4 - }, - "end": { - "line": 47, - "column": 171 - } - }, - "16": { - "start": { - "line": 48, - "column": 4 - }, - "end": { - "line": 54, - "column": 7 - } - }, - "17": { - "start": { - "line": 49, - "column": 6 - }, - "end": { - "line": 50, - "column": 15 - } - }, - "18": { - "start": { - "line": 50, - "column": 8 - }, - "end": { - "line": 50, - "column": 15 - } - }, - "19": { - "start": { - "line": 51, - "column": 32 - }, - "end": { - "line": 51, - "column": 115 - } - }, - "20": { - "start": { - "line": 52, - "column": 6 - }, - "end": { - "line": 53, - "column": 54 - } - }, - "21": { - "start": { - "line": 53, - "column": 8 - }, - "end": { - "line": 53, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "Tooltip", - "decl": { - "start": { - "line": 19, - "column": 16 - }, - "end": { - "line": 19, - "column": 23 - } - }, - "loc": { - "start": { - "line": 22, - "column": 3 - }, - "end": { - "line": 36, - "column": 1 - } - }, - "line": 22 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 46, - "column": 9 - }, - "end": { - "line": 46, - "column": 10 - } - }, - "loc": { - "start": { - "line": 46, - "column": 29 - }, - "end": { - "line": 55, - "column": 3 - } - }, - "line": 46 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 48, - "column": 27 - }, - "end": { - "line": 48, - "column": 28 - } - }, - "loc": { - "start": { - "line": 48, - "column": 44 - }, - "end": { - "line": 54, - "column": 5 - } - }, - "line": 48 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 40, - "column": 0 - }, - "end": { - "line": 56, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 40, - "column": 0 - }, - "end": { - "line": 56, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 40 - }, - "3": { - "loc": { - "start": { - "line": 49, - "column": 6 - }, - "end": { - "line": 50, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 49, - "column": 6 - }, - "end": { - "line": 50, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 49 - }, - "4": { - "loc": { - "start": { - "line": 52, - "column": 6 - }, - "end": { - "line": 53, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 52, - "column": 6 - }, - "end": { - "line": 53, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 52 - } - }, - "s": { - "0": 36, - "1": 36, - "2": 0, - "3": 36, - "4": 36, - "5": 36, - "6": 36, - "7": 36, - "8": 7, - "9": 36, - "10": 36, - "11": 36, - "12": 36, - "13": 36, - "14": 36, - "15": 36, - "16": 36, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 36, - "1": 7, - "2": 36, - "3": 0 - }, - "b": { - "0": [36, 0], - "1": [0, 36], - "2": [36, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAcQ;AAdR,2BAA0B;AAAA,IAAuB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACjD,SAASA,oBAAoB;AAC7B,OAAOC,YAAY;AACnB,SAASC,sBAAsB;AAOxB,gBAASC,QAAQ;AAAA,EAAEC;AAAAA,EAAWC;AAAsB,GAAG;AAC5D,SACE,uBAAC,kBAAe,WAAsB,SACpC,iCAAC,UAAK,MAAK,OAAM,cAAW,gBAAe,WAAWJ,OAAOK,SAC3D,iCAAC,kBAAD;AAAA;AAAA;AAAA;AAAA,SAAc,KADhB;AAAA;AAAA;AAAA;AAAA,SAEA,KAHF;AAAA;AAAA;AAAA;AAAA,SAIA;AAEJ;AAACC,KAReJ;AAAO;AAAAK", - "names": [ - "QuestionIcon", - "styles", - "OverlayTrigger", - "Tooltip", - "placement", - "message", - "tooltip", - "_c", - "$RefreshReg$" - ], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/tooltip/Tooltip.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/tooltip/Tooltip.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "bba4bf0ce06dadd6c4fc7b691b0f5f77be4fe25d" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormLabel.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormLabel.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 168 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 25, - "column": 22 - }, - "end": { - "line": 28, - "column": 3 - } - }, - "9": { - "start": { - "line": 29, - "column": 2 - }, - "end": { - "line": 46, - "column": 11 - } - }, - "10": { - "start": { - "line": 48, - "column": 0 - }, - "end": { - "line": 48, - "column": 15 - } - }, - "11": { - "start": { - "line": 50, - "column": 0 - }, - "end": { - "line": 50, - "column": 30 - } - }, - "12": { - "start": { - "line": 51, - "column": 0 - }, - "end": { - "line": 67, - "column": 1 - } - }, - "13": { - "start": { - "line": 52, - "column": 2 - }, - "end": { - "line": 52, - "column": 39 - } - }, - "14": { - "start": { - "line": 53, - "column": 2 - }, - "end": { - "line": 53, - "column": 39 - } - }, - "15": { - "start": { - "line": 54, - "column": 2 - }, - "end": { - "line": 66, - "column": 5 - } - }, - "16": { - "start": { - "line": 58, - "column": 4 - }, - "end": { - "line": 58, - "column": 194 - } - }, - "17": { - "start": { - "line": 59, - "column": 4 - }, - "end": { - "line": 65, - "column": 7 - } - }, - "18": { - "start": { - "line": 60, - "column": 6 - }, - "end": { - "line": 61, - "column": 15 - } - }, - "19": { - "start": { - "line": 61, - "column": 8 - }, - "end": { - "line": 61, - "column": 15 - } - }, - "20": { - "start": { - "line": 62, - "column": 32 - }, - "end": { - "line": 62, - "column": 115 - } - }, - "21": { - "start": { - "line": 63, - "column": 6 - }, - "end": { - "line": 64, - "column": 54 - } - }, - "22": { - "start": { - "line": 64, - "column": 8 - }, - "end": { - "line": 64, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "FormLabel", - "decl": { - "start": { - "line": 19, - "column": 16 - }, - "end": { - "line": 19, - "column": 25 - } - }, - "loc": { - "start": { - "line": 24, - "column": 3 - }, - "end": { - "line": 47, - "column": 1 - } - }, - "line": 24 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 57, - "column": 9 - }, - "end": { - "line": 57, - "column": 10 - } - }, - "loc": { - "start": { - "line": 57, - "column": 29 - }, - "end": { - "line": 66, - "column": 3 - } - }, - "line": 57 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 59, - "column": 27 - }, - "end": { - "line": 59, - "column": 28 - } - }, - "loc": { - "start": { - "line": 59, - "column": 44 - }, - "end": { - "line": 65, - "column": 5 - } - }, - "line": 59 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 25, - "column": 22 - }, - "end": { - "line": 28, - "column": 3 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 25, - "column": 50 - }, - "end": { - "line": 25, - "column": 52 - } - }, - { - "start": { - "line": 25, - "column": 55 - }, - "end": { - "line": 28, - "column": 3 - } - } - ], - "line": 25 - }, - "3": { - "loc": { - "start": { - "line": 31, - "column": 4 - }, - "end": { - "line": 35, - "column": 12 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 31, - "column": 4 - }, - "end": { - "line": 31, - "column": 12 - } - }, - { - "start": { - "line": 31, - "column": 32 - }, - "end": { - "line": 35, - "column": 12 - } - } - ], - "line": 31 - }, - "4": { - "loc": { - "start": { - "line": 37, - "column": 4 - }, - "end": { - "line": 41, - "column": 12 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 37, - "column": 4 - }, - "end": { - "line": 37, - "column": 11 - } - }, - { - "start": { - "line": 37, - "column": 31 - }, - "end": { - "line": 41, - "column": 12 - } - } - ], - "line": 37 - }, - "5": { - "loc": { - "start": { - "line": 51, - "column": 0 - }, - "end": { - "line": 67, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 51, - "column": 0 - }, - "end": { - "line": 67, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 51 - }, - "6": { - "loc": { - "start": { - "line": 60, - "column": 6 - }, - "end": { - "line": 61, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 60, - "column": 6 - }, - "end": { - "line": 61, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 60 - }, - "7": { - "loc": { - "start": { - "line": 63, - "column": 6 - }, - "end": { - "line": 64, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 63, - "column": 6 - }, - "end": { - "line": 64, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 63 - } - }, - "s": { - "0": 33, - "1": 33, - "2": 0, - "3": 33, - "4": 33, - "5": 33, - "6": 33, - "7": 33, - "8": 69, - "9": 69, - "10": 33, - "11": 33, - "12": 33, - "13": 33, - "14": 33, - "15": 33, - "16": 33, - "17": 33, - "18": 0, - "19": 0, - "20": 0, - "21": 0, - "22": 0 - }, - "f": { - "0": 33, - "1": 69, - "2": 33, - "3": 0 - }, - "b": { - "0": [33, 0], - "1": [0, 33], - "2": [0, 69], - "3": [69, 5], - "4": [69, 2], - "5": [33, 0], - "6": [0, 0], - "7": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAsBmB;AAtBnB,2BAA0B;AAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACzC,SAASA,QAAQC,cAAc;AAC/B,SAASC,2BAA2B;AACpC,SAASC,eAAe;AAQjB,gBAASC,UAAU;AAAA,EACxBC;AAAAA,EACAC;AAAAA,EACAC;AAAAA,EACAC;AACiC,GAAG;AACpC,QAAMC,cAAcF,4BAA4B,CAAC,IAAI;AAAA,IAAEG,QAAQ;AAAA,IAAMC,IAAI;AAAA,EAAE;AAE3E,SACE,uBAAC,OAAO,OAAP,EAAa,GAAIF,aACfD;AAAAA;AAAAA,IACAH,YAAY,uBAAC,yBAAD;AAAA;AAAA;AAAA;AAAA,WAAoB;AAAA,IAAK;AAAA,IACrCC,WAAW,uBAAC,WAAQ,WAAU,SAAQ,WAA3B;AAAA;AAAA;AAAA;AAAA,WAA6C;AAAA,OAH3D;AAAA;AAAA;AAAA;AAAA,SAIA;AAEJ;AAACM,KAfeR;AAAS;AAAAS", - "names": [ - "Form", - "FormBS", - "RequiredInputSymbol", - "Tooltip", - "FormLabel", - "required", - "message", - "withinMultipleFieldsGroup", - "children", - "layoutProps", - "column", - "sm", - "_c", - "$RefreshReg$" - ], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormLabel.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormLabel.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "423943883f7e09b2554d6382cf4d760fecc72ebb" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormText.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormText.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 167 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 22, - "column": 17 - }, - "end": { - "line": 37, - "column": 3 - } - }, - "9": { - "start": { - "line": 25, - "column": 4 - }, - "end": { - "line": 36, - "column": 13 - } - }, - "10": { - "start": { - "line": 38, - "column": 2 - }, - "end": { - "line": 46, - "column": 11 - } - }, - "11": { - "start": { - "line": 48, - "column": 0 - }, - "end": { - "line": 48, - "column": 14 - } - }, - "12": { - "start": { - "line": 50, - "column": 0 - }, - "end": { - "line": 50, - "column": 29 - } - }, - "13": { - "start": { - "line": 51, - "column": 0 - }, - "end": { - "line": 67, - "column": 1 - } - }, - "14": { - "start": { - "line": 52, - "column": 2 - }, - "end": { - "line": 52, - "column": 39 - } - }, - "15": { - "start": { - "line": 53, - "column": 2 - }, - "end": { - "line": 53, - "column": 39 - } - }, - "16": { - "start": { - "line": 54, - "column": 2 - }, - "end": { - "line": 66, - "column": 5 - } - }, - "17": { - "start": { - "line": 58, - "column": 4 - }, - "end": { - "line": 58, - "column": 193 - } - }, - "18": { - "start": { - "line": 59, - "column": 4 - }, - "end": { - "line": 65, - "column": 7 - } - }, - "19": { - "start": { - "line": 60, - "column": 6 - }, - "end": { - "line": 61, - "column": 15 - } - }, - "20": { - "start": { - "line": 61, - "column": 8 - }, - "end": { - "line": 61, - "column": 15 - } - }, - "21": { - "start": { - "line": 62, - "column": 32 - }, - "end": { - "line": 62, - "column": 115 - } - }, - "22": { - "start": { - "line": 63, - "column": 6 - }, - "end": { - "line": 64, - "column": 54 - } - }, - "23": { - "start": { - "line": 64, - "column": 8 - }, - "end": { - "line": 64, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "FormText", - "decl": { - "start": { - "line": 18, - "column": 16 - }, - "end": { - "line": 18, - "column": 24 - } - }, - "loc": { - "start": { - "line": 21, - "column": 3 - }, - "end": { - "line": 47, - "column": 1 - } - }, - "line": 21 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 22, - "column": 17 - }, - "end": { - "line": 22, - "column": 18 - } - }, - "loc": { - "start": { - "line": 24, - "column": 8 - }, - "end": { - "line": 37, - "column": 3 - } - }, - "line": 24 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 57, - "column": 9 - }, - "end": { - "line": 57, - "column": 10 - } - }, - "loc": { - "start": { - "line": 57, - "column": 29 - }, - "end": { - "line": 66, - "column": 3 - } - }, - "line": 57 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 59, - "column": 27 - }, - "end": { - "line": 59, - "column": 28 - } - }, - "loc": { - "start": { - "line": 59, - "column": 44 - }, - "end": { - "line": 65, - "column": 5 - } - }, - "line": 59 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 25, - "column": 11 - }, - "end": { - "line": 36, - "column": 12 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 25, - "column": 55 - }, - "end": { - "line": 29, - "column": 12 - } - }, - { - "start": { - "line": 29, - "column": 31 - }, - "end": { - "line": 36, - "column": 12 - } - } - ], - "line": 25 - }, - "3": { - "loc": { - "start": { - "line": 51, - "column": 0 - }, - "end": { - "line": 67, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 51, - "column": 0 - }, - "end": { - "line": 67, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 51 - }, - "4": { - "loc": { - "start": { - "line": 60, - "column": 6 - }, - "end": { - "line": 61, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 60, - "column": 6 - }, - "end": { - "line": 61, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 60 - }, - "5": { - "loc": { - "start": { - "line": 63, - "column": 6 - }, - "end": { - "line": 64, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 63, - "column": 6 - }, - "end": { - "line": 64, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 63 - } - }, - "s": { - "0": 33, - "1": 33, - "2": 0, - "3": 33, - "4": 33, - "5": 33, - "6": 33, - "7": 33, - "8": 5, - "9": 5, - "10": 5, - "11": 33, - "12": 33, - "13": 33, - "14": 33, - "15": 33, - "16": 33, - "17": 33, - "18": 33, - "19": 0, - "20": 0, - "21": 0, - "22": 0, - "23": 0 - }, - "f": { - "0": 33, - "1": 5, - "2": 5, - "3": 33, - "4": 0 - }, - "b": { - "0": [33, 0], - "1": [0, 33], - "2": [2, 3], - "3": [33, 0], - "4": [0, 0], - "5": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAcM;AAdN,2BAA0B;AAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACzC,SAASA,QAAQC,cAAc;AAC/B,SAASC,WAAW;AAMb,gBAASC,SAAS;AAAA,EACvBC;AAAAA,EACAC;AACgC,GAAG;AACnC,QAAMC,SAASA,CAAC;AAAA,IAAED;AAAAA,EAA4B,MAAM;AAClD,WAAOD,4BACL,mCAAGC,uBAAH;AAAA;AAAA;AAAA;AAAA,WAAY,IAEZ,uBAAC,OAAI,IAAI;AAAA,MAAEE,QAAQ;AAAA,MAAGC,MAAM;AAAA,IAAE,GAAG,WAAU,QACxCH,uBADH;AAAA;AAAA;AAAA;AAAA,WAEA;AAAA,EAEJ;AAEA,SACE,uBAAC,UACC,iCAAC,OAAO,MAAP,EAAY,OAAK,MAAEA,YAApB;AAAA;AAAA;AAAA;AAAA,SAA6B,KAD/B;AAAA;AAAA;AAAA;AAAA,SAEA;AAEJ;AAACI,KAnBeN;AAAQ;AAAAO", - "names": [ - "Form", - "FormBS", - "Col", - "FormText", - "withinMultipleFieldsGroup", - "children", - "Layout", - "offset", - "span", - "_c", - "$RefreshReg$" - ], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormText.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormText.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "82ebdf0f2121783bea93accafa373e15b2b954d6" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormSelect.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormSelect.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 169 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 23, - "column": 2 - }, - "end": { - "line": 31, - "column": 11 - } - }, - "9": { - "start": { - "line": 33, - "column": 0 - }, - "end": { - "line": 33, - "column": 16 - } - }, - "10": { - "start": { - "line": 35, - "column": 0 - }, - "end": { - "line": 35, - "column": 31 - } - }, - "11": { - "start": { - "line": 36, - "column": 0 - }, - "end": { - "line": 52, - "column": 1 - } - }, - "12": { - "start": { - "line": 37, - "column": 2 - }, - "end": { - "line": 37, - "column": 39 - } - }, - "13": { - "start": { - "line": 38, - "column": 2 - }, - "end": { - "line": 38, - "column": 39 - } - }, - "14": { - "start": { - "line": 39, - "column": 2 - }, - "end": { - "line": 51, - "column": 5 - } - }, - "15": { - "start": { - "line": 43, - "column": 4 - }, - "end": { - "line": 43, - "column": 195 - } - }, - "16": { - "start": { - "line": 44, - "column": 4 - }, - "end": { - "line": 50, - "column": 7 - } - }, - "17": { - "start": { - "line": 45, - "column": 6 - }, - "end": { - "line": 46, - "column": 15 - } - }, - "18": { - "start": { - "line": 46, - "column": 8 - }, - "end": { - "line": 46, - "column": 15 - } - }, - "19": { - "start": { - "line": 47, - "column": 32 - }, - "end": { - "line": 47, - "column": 115 - } - }, - "20": { - "start": { - "line": 48, - "column": 6 - }, - "end": { - "line": 49, - "column": 54 - } - }, - "21": { - "start": { - "line": 49, - "column": 8 - }, - "end": { - "line": 49, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "FormSelect", - "decl": { - "start": { - "line": 18, - "column": 16 - }, - "end": { - "line": 18, - "column": 26 - } - }, - "loc": { - "start": { - "line": 22, - "column": 3 - }, - "end": { - "line": 32, - "column": 1 - } - }, - "line": 22 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 42, - "column": 9 - }, - "end": { - "line": 42, - "column": 10 - } - }, - "loc": { - "start": { - "line": 42, - "column": 29 - }, - "end": { - "line": 51, - "column": 3 - } - }, - "line": 42 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 44, - "column": 27 - }, - "end": { - "line": 44, - "column": 28 - } - }, - "loc": { - "start": { - "line": 44, - "column": 44 - }, - "end": { - "line": 50, - "column": 5 - } - }, - "line": 44 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 36, - "column": 0 - }, - "end": { - "line": 52, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 36, - "column": 0 - }, - "end": { - "line": 52, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 36 - }, - "3": { - "loc": { - "start": { - "line": 45, - "column": 6 - }, - "end": { - "line": 46, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 45, - "column": 6 - }, - "end": { - "line": 46, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 45 - }, - "4": { - "loc": { - "start": { - "line": 48, - "column": 6 - }, - "end": { - "line": 49, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 48, - "column": 6 - }, - "end": { - "line": 49, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 48 - } - }, - "s": { - "0": 33, - "1": 33, - "2": 0, - "3": 33, - "4": 33, - "5": 33, - "6": 33, - "7": 33, - "8": 14, - "9": 33, - "10": 33, - "11": 33, - "12": 33, - "13": 33, - "14": 33, - "15": 33, - "16": 33, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 33, - "1": 14, - "2": 33, - "3": 0 - }, - "b": { - "0": [33, 0], - "1": [0, 33], - "2": [33, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAgBM;AAhBN,2BAA0B;AAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACzC,SAASA,QAAQC,cAAc;AAC/B,SAASC,yBAAyB;AAO3B,gBAASC,WAAW;AAAA,EACzBC;AAAAA,EACAC;AAAAA,EACA,GAAGC;AAC+B,GAAG;AACrC,SACE,uBAAC,qBAAkB,2BACjB,iCAAC,OAAO,QAAP,EAAc,GAAIA,OAAQD,YAA3B;AAAA;AAAA;AAAA;AAAA,SAAoC,KADtC;AAAA;AAAA;AAAA;AAAA,SAEA;AAEJ;AAACE,KAVeJ;AAAU;AAAAK", - "names": [ - "Form", - "FormBS", - "FormElementLayout", - "FormSelect", - "withinMultipleFieldsGroup", - "children", - "props", - "_c", - "$RefreshReg$" - ], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormSelect.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormSelect.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "4918aa0d0da9e24ba4bb28f3ecc01ab909ec29a7" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormTextArea.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormTextArea.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 171 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 22, - "column": 2 - }, - "end": { - "line": 30, - "column": 11 - } - }, - "9": { - "start": { - "line": 32, - "column": 0 - }, - "end": { - "line": 32, - "column": 18 - } - }, - "10": { - "start": { - "line": 34, - "column": 0 - }, - "end": { - "line": 34, - "column": 33 - } - }, - "11": { - "start": { - "line": 35, - "column": 0 - }, - "end": { - "line": 51, - "column": 1 - } - }, - "12": { - "start": { - "line": 36, - "column": 2 - }, - "end": { - "line": 36, - "column": 39 - } - }, - "13": { - "start": { - "line": 37, - "column": 2 - }, - "end": { - "line": 37, - "column": 39 - } - }, - "14": { - "start": { - "line": 38, - "column": 2 - }, - "end": { - "line": 50, - "column": 5 - } - }, - "15": { - "start": { - "line": 42, - "column": 4 - }, - "end": { - "line": 42, - "column": 197 - } - }, - "16": { - "start": { - "line": 43, - "column": 4 - }, - "end": { - "line": 49, - "column": 7 - } - }, - "17": { - "start": { - "line": 44, - "column": 6 - }, - "end": { - "line": 45, - "column": 15 - } - }, - "18": { - "start": { - "line": 45, - "column": 8 - }, - "end": { - "line": 45, - "column": 15 - } - }, - "19": { - "start": { - "line": 46, - "column": 32 - }, - "end": { - "line": 46, - "column": 115 - } - }, - "20": { - "start": { - "line": 47, - "column": 6 - }, - "end": { - "line": 48, - "column": 54 - } - }, - "21": { - "start": { - "line": 48, - "column": 8 - }, - "end": { - "line": 48, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "FormTextArea", - "decl": { - "start": { - "line": 18, - "column": 16 - }, - "end": { - "line": 18, - "column": 28 - } - }, - "loc": { - "start": { - "line": 21, - "column": 3 - }, - "end": { - "line": 31, - "column": 1 - } - }, - "line": 21 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 41, - "column": 9 - }, - "end": { - "line": 41, - "column": 10 - } - }, - "loc": { - "start": { - "line": 41, - "column": 29 - }, - "end": { - "line": 50, - "column": 3 - } - }, - "line": 41 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 43, - "column": 27 - }, - "end": { - "line": 43, - "column": 28 - } - }, - "loc": { - "start": { - "line": 43, - "column": 44 - }, - "end": { - "line": 49, - "column": 5 - } - }, - "line": 43 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 35, - "column": 0 - }, - "end": { - "line": 51, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 35, - "column": 0 - }, - "end": { - "line": 51, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 35 - }, - "3": { - "loc": { - "start": { - "line": 44, - "column": 6 - }, - "end": { - "line": 45, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 44, - "column": 6 - }, - "end": { - "line": 45, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 44 - }, - "4": { - "loc": { - "start": { - "line": 47, - "column": 6 - }, - "end": { - "line": 48, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 47, - "column": 6 - }, - "end": { - "line": 48, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 47 - } - }, - "s": { - "0": 33, - "1": 33, - "2": 0, - "3": 33, - "4": 33, - "5": 33, - "6": 33, - "7": 33, - "8": 9, - "9": 33, - "10": 33, - "11": 33, - "12": 33, - "13": 33, - "14": 33, - "15": 33, - "16": 33, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 33, - "1": 9, - "2": 33, - "3": 0 - }, - "b": { - "0": [33, 0], - "1": [0, 33], - "2": [33, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAYM;AAZN,2BAAuB;AAAQ,IAAiB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAChD,SAASA,yBAAyB;AAQ3B,gBAASC,aAAa;AAAA,EAAEC;AAAAA,EAA2B,GAAGC;AAAyB,GAAG;AACvF,SACE,uBAAC,qBAAkB,2BACjB,iCAAC,OAAO,SAAP,EAAe,IAAG,YAAW,MAAM,GAAG,GAAIA,SAA3C;AAAA;AAAA;AAAA;AAAA,SAAiD,KADnD;AAAA;AAAA;AAAA;AAAA,SAEA;AAEJ;AAACC,KANeH;AAAY;AAAAI", - "names": [ - "FormElementLayout", - "FormTextArea", - "withinMultipleFieldsGroup", - "props", - "_c", - "$RefreshReg$" - ], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormTextArea.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormTextArea.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "7510a66f27be2fe0672ee03ae9e58709d9e46c86" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/grid/Row.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/grid/Row.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 138 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 21, - "column": 2 - }, - "end": { - "line": 25, - "column": 11 - } - }, - "9": { - "start": { - "line": 27, - "column": 0 - }, - "end": { - "line": 27, - "column": 9 - } - }, - "10": { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 29, - "column": 24 - } - }, - "11": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - "12": { - "start": { - "line": 31, - "column": 2 - }, - "end": { - "line": 31, - "column": 39 - } - }, - "13": { - "start": { - "line": 32, - "column": 2 - }, - "end": { - "line": 32, - "column": 39 - } - }, - "14": { - "start": { - "line": 33, - "column": 2 - }, - "end": { - "line": 45, - "column": 5 - } - }, - "15": { - "start": { - "line": 37, - "column": 4 - }, - "end": { - "line": 37, - "column": 164 - } - }, - "16": { - "start": { - "line": 38, - "column": 4 - }, - "end": { - "line": 44, - "column": 7 - } - }, - "17": { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "18": { - "start": { - "line": 40, - "column": 8 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "19": { - "start": { - "line": 41, - "column": 32 - }, - "end": { - "line": 41, - "column": 115 - } - }, - "20": { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - "21": { - "start": { - "line": 43, - "column": 8 - }, - "end": { - "line": 43, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "Row", - "decl": { - "start": { - "line": 17, - "column": 16 - }, - "end": { - "line": 17, - "column": 19 - } - }, - "loc": { - "start": { - "line": 20, - "column": 3 - }, - "end": { - "line": 26, - "column": 1 - } - }, - "line": 20 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 36, - "column": 9 - }, - "end": { - "line": 36, - "column": 10 - } - }, - "loc": { - "start": { - "line": 36, - "column": 29 - }, - "end": { - "line": 45, - "column": 3 - } - }, - "line": 36 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 38, - "column": 27 - }, - "end": { - "line": 38, - "column": 28 - } - }, - "loc": { - "start": { - "line": 38, - "column": 44 - }, - "end": { - "line": 44, - "column": 5 - } - }, - "line": 38 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 30 - }, - "3": { - "loc": { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 39 - }, - "4": { - "loc": { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 42 - } - }, - "s": { - "0": 33, - "1": 33, - "2": 0, - "3": 33, - "4": 33, - "5": 33, - "6": 33, - "7": 33, - "8": 91, - "9": 33, - "10": 33, - "11": 33, - "12": 33, - "13": 33, - "14": 33, - "15": 33, - "16": 33, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 33, - "1": 91, - "2": 33, - "3": 0 - }, - "b": { - "0": [33, 0], - "1": [0, 33], - "2": [33, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAcS;AAdT,2BAA0B;AAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACjC,SAASA,OAAOC,aAAa;AAYtB,gBAASD,IAAI;AAAA,EAAEE;AAAAA,EAAU,GAAGC;AAAgB,GAAG;AACpD,SAAO,uBAAC,SAAM,GAAIA,OAAQD,YAAnB;AAAA;AAAA;AAAA;AAAA,SAA4B;AACrC;AAACE,KAFeJ;AAAG;AAAAK", - "names": ["Row", "RowBS", "children", "props", "_c", "$RefreshReg$"], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/grid/Row.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/grid/Row.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "0e44cc3c7f6e168ee204b7dff367a60462b3c746" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormCheckbox.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormCheckbox.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 171 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 23, - "column": 2 - }, - "end": { - "line": 27, - "column": 11 - } - }, - "9": { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 29, - "column": 18 - } - }, - "10": { - "start": { - "line": 31, - "column": 0 - }, - "end": { - "line": 31, - "column": 33 - } - }, - "11": { - "start": { - "line": 32, - "column": 0 - }, - "end": { - "line": 48, - "column": 1 - } - }, - "12": { - "start": { - "line": 33, - "column": 2 - }, - "end": { - "line": 33, - "column": 39 - } - }, - "13": { - "start": { - "line": 34, - "column": 2 - }, - "end": { - "line": 34, - "column": 39 - } - }, - "14": { - "start": { - "line": 35, - "column": 2 - }, - "end": { - "line": 47, - "column": 5 - } - }, - "15": { - "start": { - "line": 39, - "column": 4 - }, - "end": { - "line": 39, - "column": 197 - } - }, - "16": { - "start": { - "line": 40, - "column": 4 - }, - "end": { - "line": 46, - "column": 7 - } - }, - "17": { - "start": { - "line": 41, - "column": 6 - }, - "end": { - "line": 42, - "column": 15 - } - }, - "18": { - "start": { - "line": 42, - "column": 8 - }, - "end": { - "line": 42, - "column": 15 - } - }, - "19": { - "start": { - "line": 43, - "column": 32 - }, - "end": { - "line": 43, - "column": 115 - } - }, - "20": { - "start": { - "line": 44, - "column": 6 - }, - "end": { - "line": 45, - "column": 54 - } - }, - "21": { - "start": { - "line": 45, - "column": 8 - }, - "end": { - "line": 45, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "FormCheckbox", - "decl": { - "start": { - "line": 17, - "column": 16 - }, - "end": { - "line": 17, - "column": 28 - } - }, - "loc": { - "start": { - "line": 22, - "column": 3 - }, - "end": { - "line": 28, - "column": 1 - } - }, - "line": 22 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 38, - "column": 9 - }, - "end": { - "line": 38, - "column": 10 - } - }, - "loc": { - "start": { - "line": 38, - "column": 29 - }, - "end": { - "line": 47, - "column": 3 - } - }, - "line": 38 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 40, - "column": 27 - }, - "end": { - "line": 40, - "column": 28 - } - }, - "loc": { - "start": { - "line": 40, - "column": 44 - }, - "end": { - "line": 46, - "column": 5 - } - }, - "line": 40 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 32, - "column": 0 - }, - "end": { - "line": 48, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 32, - "column": 0 - }, - "end": { - "line": 48, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 32 - }, - "3": { - "loc": { - "start": { - "line": 41, - "column": 6 - }, - "end": { - "line": 42, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 41, - "column": 6 - }, - "end": { - "line": 42, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 41 - }, - "4": { - "loc": { - "start": { - "line": 44, - "column": 6 - }, - "end": { - "line": 45, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 44, - "column": 6 - }, - "end": { - "line": 45, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 44 - } - }, - "s": { - "0": 33, - "1": 33, - "2": 0, - "3": 33, - "4": 33, - "5": 33, - "6": 33, - "7": 33, - "8": 15, - "9": 33, - "10": 33, - "11": 33, - "12": 33, - "13": 33, - "14": 33, - "15": 33, - "16": 33, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 33, - "1": 15, - "2": 33, - "3": 0 - }, - "b": { - "0": [33, 0], - "1": [0, 33], - "2": [33, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAUS;AAVT,2BAAuB;AAAQ,IAAiB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AASzC,gBAASA,aAAa;AAAA,EAAEC;AAAAA,EAAOC;AAAAA,EAAMC;AAAAA,EAAI,GAAGC;AAAyB,GAAG;AAC7E,SAAO,uBAAC,OAAO,OAAP,EAAa,OAAc,MAAY,MAAK,YAAW,IAAQ,GAAIA,SAApE;AAAA;AAAA;AAAA;AAAA,SAA0E;AACnF;AAACC,KAFeL;AAAY;AAAAM", - "names": ["FormCheckbox", "label", "name", "id", "props", "_c", "$RefreshReg$"], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormCheckbox.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/form-element/FormCheckbox.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "612c7eb6e36852ef3821cb217ced1aebb59e58bb" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/FormGroup.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/FormGroup.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 155 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 34, - "column": 35 - }, - "end": { - "line": 39, - "column": 4 - } - }, - "9": { - "start": { - "line": 35, - "column": 4 - }, - "end": { - "line": 38, - "column": 7 - } - }, - "10": { - "start": { - "line": 40, - "column": 2 - }, - "end": { - "line": 44, - "column": 11 - } - }, - "11": { - "start": { - "line": 46, - "column": 0 - }, - "end": { - "line": 46, - "column": 15 - } - }, - "12": { - "start": { - "line": 47, - "column": 0 - }, - "end": { - "line": 47, - "column": 28 - } - }, - "13": { - "start": { - "line": 48, - "column": 0 - }, - "end": { - "line": 48, - "column": 28 - } - }, - "14": { - "start": { - "line": 49, - "column": 0 - }, - "end": { - "line": 49, - "column": 30 - } - }, - "15": { - "start": { - "line": 50, - "column": 0 - }, - "end": { - "line": 50, - "column": 34 - } - }, - "16": { - "start": { - "line": 51, - "column": 0 - }, - "end": { - "line": 51, - "column": 26 - } - }, - "17": { - "start": { - "line": 52, - "column": 0 - }, - "end": { - "line": 52, - "column": 34 - } - }, - "18": { - "start": { - "line": 55, - "column": 0 - }, - "end": { - "line": 55, - "column": 30 - } - }, - "19": { - "start": { - "line": 56, - "column": 0 - }, - "end": { - "line": 72, - "column": 1 - } - }, - "20": { - "start": { - "line": 57, - "column": 2 - }, - "end": { - "line": 57, - "column": 39 - } - }, - "21": { - "start": { - "line": 58, - "column": 2 - }, - "end": { - "line": 58, - "column": 39 - } - }, - "22": { - "start": { - "line": 59, - "column": 2 - }, - "end": { - "line": 71, - "column": 5 - } - }, - "23": { - "start": { - "line": 63, - "column": 4 - }, - "end": { - "line": 63, - "column": 181 - } - }, - "24": { - "start": { - "line": 64, - "column": 4 - }, - "end": { - "line": 70, - "column": 7 - } - }, - "25": { - "start": { - "line": 65, - "column": 6 - }, - "end": { - "line": 66, - "column": 15 - } - }, - "26": { - "start": { - "line": 66, - "column": 8 - }, - "end": { - "line": 66, - "column": 15 - } - }, - "27": { - "start": { - "line": 67, - "column": 32 - }, - "end": { - "line": 67, - "column": 115 - } - }, - "28": { - "start": { - "line": 68, - "column": 6 - }, - "end": { - "line": 69, - "column": 54 - } - }, - "29": { - "start": { - "line": 69, - "column": 8 - }, - "end": { - "line": 69, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "FormGroup", - "decl": { - "start": { - "line": 26, - "column": 9 - }, - "end": { - "line": 26, - "column": 18 - } - }, - "loc": { - "start": { - "line": 33, - "column": 3 - }, - "end": { - "line": 45, - "column": 1 - } - }, - "line": 33 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 34, - "column": 64 - }, - "end": { - "line": 34, - "column": 65 - } - }, - "loc": { - "start": { - "line": 34, - "column": 75 - }, - "end": { - "line": 39, - "column": 3 - } - }, - "line": 34 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 62, - "column": 9 - }, - "end": { - "line": 62, - "column": 10 - } - }, - "loc": { - "start": { - "line": 62, - "column": 29 - }, - "end": { - "line": 71, - "column": 3 - } - }, - "line": 62 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 64, - "column": 27 - }, - "end": { - "line": 64, - "column": 28 - } - }, - "loc": { - "start": { - "line": 64, - "column": 44 - }, - "end": { - "line": 70, - "column": 5 - } - }, - "line": 64 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 27, - "column": 2 - }, - "end": { - "line": 27, - "column": 10 - } - }, - "type": "default-arg", - "locations": [ - { - "start": { - "line": 27, - "column": 7 - }, - "end": { - "line": 27, - "column": 10 - } - } - ], - "line": 27 - }, - "3": { - "loc": { - "start": { - "line": 40, - "column": 59 - }, - "end": { - "line": 40, - "column": 112 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 40, - "column": 72 - }, - "end": { - "line": 40, - "column": 100 - } - }, - { - "start": { - "line": 40, - "column": 103 - }, - "end": { - "line": 40, - "column": 112 - } - } - ], - "line": 40 - }, - "4": { - "loc": { - "start": { - "line": 56, - "column": 0 - }, - "end": { - "line": 72, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 56, - "column": 0 - }, - "end": { - "line": 72, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 56 - }, - "5": { - "loc": { - "start": { - "line": 65, - "column": 6 - }, - "end": { - "line": 66, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 65, - "column": 6 - }, - "end": { - "line": 66, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 65 - }, - "6": { - "loc": { - "start": { - "line": 68, - "column": 6 - }, - "end": { - "line": 69, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 68, - "column": 6 - }, - "end": { - "line": 69, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 68 - } - }, - "s": { - "0": 33, - "1": 33, - "2": 0, - "3": 33, - "4": 33, - "5": 33, - "6": 33, - "7": 33, - "8": 66, - "9": 132, - "10": 66, - "11": 33, - "12": 33, - "13": 33, - "14": 33, - "15": 33, - "16": 33, - "17": 33, - "18": 33, - "19": 33, - "20": 33, - "21": 33, - "22": 33, - "23": 33, - "24": 33, - "25": 0, - "26": 0, - "27": 0, - "28": 0, - "29": 0 - }, - "f": { - "0": 33, - "1": 66, - "2": 132, - "3": 33, - "4": 0 - }, - "b": { - "0": [33, 0], - "1": [0, 33], - "2": [66], - "3": [15, 51], - "4": [33, 0], - "5": [0, 0], - "6": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAkCI;AAlCJ,OAAOA,oBAASC;AAAyB,IAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAChD,SAASC,QAAQC,cAAc;AAC/B,SAASC,iBAAiB;AAC1B,SAASC,iBAAiB;AAC1B,SAASC,gBAAgB;AACzB,SAASC,kBAAkB;AAC3B,SAASC,oBAAoB;AAC7B,SAASC,WAAqB;AAC9B,SAASC,WAAW;AACpB,SAASC,oBAAoB;AAS7B,SAASC,UAAU;AAAA,EACjBC,KAAKH;AAAAA,EACLI;AAAAA,EACAC;AAAAA,EACAC;AAAAA,EACAC;AAAAA,EACA,GAAGC;AAC8B,GAAG;AACpC,QAAMC,2BAA2BnB,MAAMoB,SAASC,IAAIJ,UAA0BK,WAAU;AACtF,WAAOtB,MAAMuB,aAAaD,OAAO;AAAA,MAC/BR;AAAAA,MACAU,2BAA2BX,OAAOJ;AAAAA,IACpC,CAAC;AAAA,EACH,CAAC;AAED,SACE,uBAAC,OAAO,OAAP,EACC,WAAWO,aAAc,GAAED,aAAaC,eAAeD,WACvD,WAAU,QACV,IACA,GAAIG,OACHC,sCALH;AAAA;AAAA;AAAA;AAAA,SAMA;AAEJ;AAACM,KAxBQb;AA0BTA,UAAUc,QAAQrB;AAClBO,UAAUe,QAAQvB;AAClBQ,UAAUgB,SAASrB;AACnBK,UAAUiB,WAAWrB;AACrBI,UAAUkB,OAAOxB;AACjBM,UAAUmB,WAAWpB;AAErB,SAASC;AAAW;AAAAoB", - "names": [ - "React", - "PropsWithChildren", - "Form", - "FormBS", - "FormInput", - "FormLabel", - "FormText", - "FormSelect", - "FormTextArea", - "Col", - "Row", - "FormCheckbox", - "FormGroup", - "as", - "required", - "controlId", - "fieldIndex", - "children", - "props", - "childrenWithRequiredProp", - "Children", - "map", - "child", - "cloneElement", - "withinMultipleFieldsGroup", - "_c", - "Label", - "Input", - "Select", - "TextArea", - "Text", - "Checkbox", - "$RefreshReg$" - ], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/FormGroup.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group/FormGroup.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "ca675c936242c5486837d41d654bdf39865d91d4" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group-multiple-fields/dynamic-fields-buttons/DynamicFieldsButtons.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group-multiple-fields/dynamic-fields-buttons/DynamicFieldsButtons.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 205 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 25, - "column": 2 - }, - "end": { - "line": 64, - "column": 11 - } - }, - "9": { - "start": { - "line": 66, - "column": 0 - }, - "end": { - "line": 66, - "column": 26 - } - }, - "10": { - "start": { - "line": 68, - "column": 0 - }, - "end": { - "line": 68, - "column": 41 - } - }, - "11": { - "start": { - "line": 69, - "column": 0 - }, - "end": { - "line": 85, - "column": 1 - } - }, - "12": { - "start": { - "line": 70, - "column": 2 - }, - "end": { - "line": 70, - "column": 39 - } - }, - "13": { - "start": { - "line": 71, - "column": 2 - }, - "end": { - "line": 71, - "column": 39 - } - }, - "14": { - "start": { - "line": 72, - "column": 2 - }, - "end": { - "line": 84, - "column": 5 - } - }, - "15": { - "start": { - "line": 76, - "column": 4 - }, - "end": { - "line": 76, - "column": 231 - } - }, - "16": { - "start": { - "line": 77, - "column": 4 - }, - "end": { - "line": 83, - "column": 7 - } - }, - "17": { - "start": { - "line": 78, - "column": 6 - }, - "end": { - "line": 79, - "column": 15 - } - }, - "18": { - "start": { - "line": 79, - "column": 8 - }, - "end": { - "line": 79, - "column": 15 - } - }, - "19": { - "start": { - "line": 80, - "column": 32 - }, - "end": { - "line": 80, - "column": 115 - } - }, - "20": { - "start": { - "line": 81, - "column": 6 - }, - "end": { - "line": 82, - "column": 54 - } - }, - "21": { - "start": { - "line": 82, - "column": 8 - }, - "end": { - "line": 82, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "DynamicFieldsButtons", - "decl": { - "start": { - "line": 20, - "column": 16 - }, - "end": { - "line": 20, - "column": 36 - } - }, - "loc": { - "start": { - "line": 24, - "column": 3 - }, - "end": { - "line": 65, - "column": 1 - } - }, - "line": 24 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 75, - "column": 9 - }, - "end": { - "line": 75, - "column": 10 - } - }, - "loc": { - "start": { - "line": 75, - "column": 29 - }, - "end": { - "line": 84, - "column": 3 - } - }, - "line": 75 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 77, - "column": 27 - }, - "end": { - "line": 77, - "column": 28 - } - }, - "loc": { - "start": { - "line": 77, - "column": 44 - }, - "end": { - "line": 83, - "column": 5 - } - }, - "line": 77 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 43, - "column": 4 - }, - "end": { - "line": 59, - "column": 12 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 43, - "column": 4 - }, - "end": { - "line": 43, - "column": 18 - } - }, - { - "start": { - "line": 43, - "column": 38 - }, - "end": { - "line": 59, - "column": 12 - } - } - ], - "line": 43 - }, - "3": { - "loc": { - "start": { - "line": 69, - "column": 0 - }, - "end": { - "line": 85, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 69, - "column": 0 - }, - "end": { - "line": 85, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 69 - }, - "4": { - "loc": { - "start": { - "line": 78, - "column": 6 - }, - "end": { - "line": 79, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 78, - "column": 6 - }, - "end": { - "line": 79, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 78 - }, - "5": { - "loc": { - "start": { - "line": 81, - "column": 6 - }, - "end": { - "line": 82, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 81, - "column": 6 - }, - "end": { - "line": 82, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 81 - } - }, - "s": { - "0": 9, - "1": 9, - "2": 0, - "3": 9, - "4": 9, - "5": 9, - "6": 9, - "7": 9, - "8": 8, - "9": 9, - "10": 9, - "11": 9, - "12": 9, - "13": 9, - "14": 9, - "15": 9, - "16": 9, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 9, - "1": 8, - "2": 9, - "3": 0 - }, - "b": { - "0": [9, 0], - "1": [0, 9], - "2": [8, 2], - "3": [9, 0], - "4": [0, 0], - "5": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAsBY;AAtBZ,2BAAuB;AAAA,IAAwB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAC/C,OAAOA,YAAY;AAEnB,SAASC,MAAMC,YAAY;AAC3B,SAASC,sBAAsB;AAQxB,gBAASC,qBAAqB;AAAA,EACnCC;AAAAA,EACAC;AAAAA,EACAC;AACoB,GAAG;AACvB,SACE,uBAAC,SAAI,WAAWP,OAAOQ,WACrB;AAAA,2BAAC,kBAAe,WAAU,OAAM,SAAQ,OACtC,iCAAC,SAAI,WAAWR,OAAO,mBAAmB,GACxC,iCAAC,UAAO,SAAQ,aAAY,SAASM,kBACnC,iCAAC,QAAK,WAAWN,OAAOS,MAAM,OAAM,SAApC;AAAA;AAAA;AAAA;AAAA,WAAyC,KAD3C;AAAA;AAAA;AAAA;AAAA,WAEA,KAHF;AAAA;AAAA;AAAA;AAAA,WAIA,KALF;AAAA;AAAA;AAAA;AAAA,WAMA;AAAA,IACC,CAACJ,iBACA,uBAAC,kBAAe,WAAU,OAAM,SAAQ,UACtC,iCAAC,SAAI,WAAWL,OAAO,mBAAmB,GACxC,iCAAC,UAAO,SAAQ,aAAY,aAAW,MAAC,SAASO,qBAC/C,iCAAC,QAAK,WAAWP,OAAOS,MAAM,OAAM,YAApC;AAAA;AAAA;AAAA;AAAA,WAA4C,KAD9C;AAAA;AAAA;AAAA;AAAA,WAEA,KAHF;AAAA;AAAA;AAAA;AAAA,WAIA,KALF;AAAA;AAAA;AAAA;AAAA,WAMA;AAAA,OAfJ;AAAA;AAAA;AAAA;AAAA,SAiBA;AAEJ;AAACC,KAzBeN;AAAoB;AAAAO", - "names": [ - "styles", - "Dash", - "Plus", - "OverlayTrigger", - "DynamicFieldsButtons", - "originalField", - "onAddButtonClick", - "onRemoveButtonClick", - "container", - "icon", - "_c", - "$RefreshReg$" - ], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group-multiple-fields/dynamic-fields-buttons/DynamicFieldsButtons.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group-multiple-fields/dynamic-fields-buttons/DynamicFieldsButtons.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "768f4cea3d78d59a047a6b7c8c0b628cdb42dc11" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group-multiple-fields/useFields.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group-multiple-fields/useFields.tsx", - "statementMap": { - "0": { - "start": { - "line": 4, - "column": 0 - }, - "end": { - "line": 14, - "column": 1 - } - }, - "1": { - "start": { - "line": 5, - "column": 2 - }, - "end": { - "line": 7, - "column": 3 - } - }, - "2": { - "start": { - "line": 6, - "column": 4 - }, - "end": { - "line": 6, - "column": 165 - } - }, - "3": { - "start": { - "line": 8, - "column": 2 - }, - "end": { - "line": 8, - "column": 39 - } - }, - "4": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "5": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 12, - "column": 4 - } - }, - "6": { - "start": { - "line": 11, - "column": 4 - }, - "end": { - "line": 11, - "column": 171 - } - }, - "7": { - "start": { - "line": 13, - "column": 2 - }, - "end": { - "line": 13, - "column": 75 - } - }, - "8": { - "start": { - "line": 15, - "column": 9 - }, - "end": { - "line": 15, - "column": 23 - } - }, - "9": { - "start": { - "line": 19, - "column": 2 - }, - "end": { - "line": 19, - "column": 71 - } - }, - "10": { - "start": { - "line": 19, - "column": 38 - }, - "end": { - "line": 19, - "column": 69 - } - }, - "11": { - "start": { - "line": 22, - "column": 2 - }, - "end": { - "line": 31, - "column": 5 - } - }, - "12": { - "start": { - "line": 23, - "column": 4 - }, - "end": { - "line": 25, - "column": 5 - } - }, - "13": { - "start": { - "line": 24, - "column": 6 - }, - "end": { - "line": 24, - "column": 19 - } - }, - "14": { - "start": { - "line": 26, - "column": 23 - }, - "end": { - "line": 26, - "column": 64 - } - }, - "15": { - "start": { - "line": 27, - "column": 4 - }, - "end": { - "line": 29, - "column": 5 - } - }, - "16": { - "start": { - "line": 28, - "column": 6 - }, - "end": { - "line": 28, - "column": 80 - } - }, - "17": { - "start": { - "line": 30, - "column": 4 - }, - "end": { - "line": 30, - "column": 49 - } - }, - "18": { - "start": { - "line": 34, - "column": 22 - }, - "end": { - "line": 36, - "column": 3 - } - }, - "19": { - "start": { - "line": 35, - "column": 4 - }, - "end": { - "line": 35, - "column": 69 - } - }, - "20": { - "start": { - "line": 37, - "column": 2 - }, - "end": { - "line": 42, - "column": 4 - } - }, - "21": { - "start": { - "line": 45, - "column": 2 - }, - "end": { - "line": 45, - "column": 7 - } - }, - "22": { - "start": { - "line": 46, - "column": 32 - }, - "end": { - "line": 46, - "column": 101 - } - }, - "23": { - "start": { - "line": 47, - "column": 30 - }, - "end": { - "line": 47, - "column": 63 - } - }, - "24": { - "start": { - "line": 48, - "column": 19 - }, - "end": { - "line": 48, - "column": 79 - } - }, - "25": { - "start": { - "line": 48, - "column": 30 - }, - "end": { - "line": 48, - "column": 79 - } - }, - "26": { - "start": { - "line": 49, - "column": 22 - }, - "end": { - "line": 49, - "column": 110 - } - }, - "27": { - "start": { - "line": 49, - "column": 38 - }, - "end": { - "line": 49, - "column": 110 - } - }, - "28": { - "start": { - "line": 49, - "column": 91 - }, - "end": { - "line": 49, - "column": 107 - } - }, - "29": { - "start": { - "line": 50, - "column": 2 - }, - "end": { - "line": 54, - "column": 4 - } - }, - "30": { - "start": { - "line": 56, - "column": 0 - }, - "end": { - "line": 56, - "column": 46 - } - }, - "31": { - "start": { - "line": 57, - "column": 0 - }, - "end": { - "line": 73, - "column": 1 - } - }, - "32": { - "start": { - "line": 58, - "column": 2 - }, - "end": { - "line": 58, - "column": 39 - } - }, - "33": { - "start": { - "line": 59, - "column": 2 - }, - "end": { - "line": 59, - "column": 39 - } - }, - "34": { - "start": { - "line": 60, - "column": 2 - }, - "end": { - "line": 72, - "column": 5 - } - }, - "35": { - "start": { - "line": 64, - "column": 4 - }, - "end": { - "line": 64, - "column": 197 - } - }, - "36": { - "start": { - "line": 65, - "column": 4 - }, - "end": { - "line": 71, - "column": 7 - } - }, - "37": { - "start": { - "line": 66, - "column": 6 - }, - "end": { - "line": 67, - "column": 15 - } - }, - "38": { - "start": { - "line": 67, - "column": 8 - }, - "end": { - "line": 67, - "column": 15 - } - }, - "39": { - "start": { - "line": 68, - "column": 32 - }, - "end": { - "line": 68, - "column": 115 - } - }, - "40": { - "start": { - "line": 69, - "column": 6 - }, - "end": { - "line": 70, - "column": 54 - } - }, - "41": { - "start": { - "line": 70, - "column": 8 - }, - "end": { - "line": 70, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 10, - "column": 24 - }, - "end": { - "line": 10, - "column": 25 - } - }, - "loc": { - "start": { - "line": 10, - "column": 38 - }, - "end": { - "line": 12, - "column": 3 - } - }, - "line": 10 - }, - "1": { - "name": "getFieldsWithIndex", - "decl": { - "start": { - "line": 18, - "column": 9 - }, - "end": { - "line": 18, - "column": 27 - } - }, - "loc": { - "start": { - "line": 18, - "column": 36 - }, - "end": { - "line": 20, - "column": 1 - } - }, - "line": 18 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 19, - "column": 20 - }, - "end": { - "line": 19, - "column": 21 - } - }, - "loc": { - "start": { - "line": 19, - "column": 38 - }, - "end": { - "line": 19, - "column": 69 - } - }, - "line": 19 - }, - "3": { - "name": "getFieldWithIndex", - "decl": { - "start": { - "line": 21, - "column": 9 - }, - "end": { - "line": 21, - "column": 26 - } - }, - "loc": { - "start": { - "line": 21, - "column": 46 - }, - "end": { - "line": 32, - "column": 1 - } - }, - "line": 21 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 22, - "column": 35 - }, - "end": { - "line": 22, - "column": 36 - } - }, - "loc": { - "start": { - "line": 22, - "column": 46 - }, - "end": { - "line": 31, - "column": 3 - } - }, - "line": 22 - }, - "5": { - "name": "getPropsWithFieldIndex", - "decl": { - "start": { - "line": 33, - "column": 9 - }, - "end": { - "line": 33, - "column": 31 - } - }, - "loc": { - "start": { - "line": 33, - "column": 51 - }, - "end": { - "line": 43, - "column": 1 - } - }, - "line": 33 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 34, - "column": 22 - }, - "end": { - "line": 34, - "column": 23 - } - }, - "loc": { - "start": { - "line": 34, - "column": 34 - }, - "end": { - "line": 36, - "column": 3 - } - }, - "line": 34 - }, - "7": { - "name": "useFields", - "decl": { - "start": { - "line": 44, - "column": 16 - }, - "end": { - "line": 44, - "column": 25 - } - }, - "loc": { - "start": { - "line": 44, - "column": 59 - }, - "end": { - "line": 55, - "column": 1 - } - }, - "line": 44 - }, - "8": { - "name": "(anonymous_8)", - "decl": { - "start": { - "line": 48, - "column": 19 - }, - "end": { - "line": 48, - "column": 20 - } - }, - "loc": { - "start": { - "line": 48, - "column": 30 - }, - "end": { - "line": 48, - "column": 79 - } - }, - "line": 48 - }, - "9": { - "name": "(anonymous_9)", - "decl": { - "start": { - "line": 49, - "column": 22 - }, - "end": { - "line": 49, - "column": 23 - } - }, - "loc": { - "start": { - "line": 49, - "column": 38 - }, - "end": { - "line": 49, - "column": 110 - } - }, - "line": 49 - }, - "10": { - "name": "(anonymous_10)", - "decl": { - "start": { - "line": 49, - "column": 81 - }, - "end": { - "line": 49, - "column": 82 - } - }, - "loc": { - "start": { - "line": 49, - "column": 91 - }, - "end": { - "line": 49, - "column": 107 - } - }, - "line": 49 - }, - "11": { - "name": "(anonymous_11)", - "decl": { - "start": { - "line": 63, - "column": 9 - }, - "end": { - "line": 63, - "column": 10 - } - }, - "loc": { - "start": { - "line": 63, - "column": 29 - }, - "end": { - "line": 72, - "column": 3 - } - }, - "line": 63 - }, - "12": { - "name": "(anonymous_12)", - "decl": { - "start": { - "line": 65, - "column": 27 - }, - "end": { - "line": 65, - "column": 28 - } - }, - "loc": { - "start": { - "line": 65, - "column": 44 - }, - "end": { - "line": 71, - "column": 5 - } - }, - "line": 65 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 4, - "column": 0 - }, - "end": { - "line": 14, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 4, - "column": 0 - }, - "end": { - "line": 14, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 4 - }, - "1": { - "loc": { - "start": { - "line": 5, - "column": 2 - }, - "end": { - "line": 7, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 2 - }, - "end": { - "line": 7, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "2": { - "loc": { - "start": { - "line": 23, - "column": 4 - }, - "end": { - "line": 25, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 23, - "column": 4 - }, - "end": { - "line": 25, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 23 - }, - "3": { - "loc": { - "start": { - "line": 27, - "column": 4 - }, - "end": { - "line": 29, - "column": 5 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 27, - "column": 4 - }, - "end": { - "line": 29, - "column": 5 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 27 - }, - "4": { - "loc": { - "start": { - "line": 35, - "column": 11 - }, - "end": { - "line": 35, - "column": 68 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 35, - "column": 11 - }, - "end": { - "line": 35, - "column": 39 - } - }, - { - "start": { - "line": 35, - "column": 43 - }, - "end": { - "line": 35, - "column": 68 - } - } - ], - "line": 35 - }, - "5": { - "loc": { - "start": { - "line": 37, - "column": 9 - }, - "end": { - "line": 42, - "column": 3 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 37, - "column": 30 - }, - "end": { - "line": 40, - "column": 3 - } - }, - { - "start": { - "line": 40, - "column": 6 - }, - "end": { - "line": 42, - "column": 3 - } - } - ], - "line": 37 - }, - "6": { - "loc": { - "start": { - "line": 46, - "column": 32 - }, - "end": { - "line": 46, - "column": 101 - } - }, - "type": "cond-expr", - "locations": [ - { - "start": { - "line": 46, - "column": 52 - }, - "end": { - "line": 46, - "column": 86 - } - }, - { - "start": { - "line": 46, - "column": 89 - }, - "end": { - "line": 46, - "column": 101 - } - } - ], - "line": 46 - }, - "7": { - "loc": { - "start": { - "line": 57, - "column": 0 - }, - "end": { - "line": 73, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 57, - "column": 0 - }, - "end": { - "line": 73, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 57 - }, - "8": { - "loc": { - "start": { - "line": 66, - "column": 6 - }, - "end": { - "line": 67, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 66, - "column": 6 - }, - "end": { - "line": 67, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 66 - }, - "9": { - "loc": { - "start": { - "line": 69, - "column": 6 - }, - "end": { - "line": 70, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 69, - "column": 6 - }, - "end": { - "line": 70, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 69 - } - }, - "s": { - "0": 13, - "1": 13, - "2": 0, - "3": 13, - "4": 13, - "5": 13, - "6": 0, - "7": 13, - "8": 13, - "9": 11, - "10": 18, - "11": 108, - "12": 144, - "13": 36, - "14": 108, - "15": 108, - "16": 72, - "17": 108, - "18": 108, - "19": 108, - "20": 108, - "21": 39, - "22": 39, - "23": 39, - "24": 39, - "25": 7, - "26": 39, - "27": 4, - "28": 8, - "29": 39, - "30": 13, - "31": 13, - "32": 13, - "33": 13, - "34": 13, - "35": 13, - "36": 13, - "37": 0, - "38": 0, - "39": 0, - "40": 0, - "41": 0 - }, - "f": { - "0": 0, - "1": 11, - "2": 18, - "3": 108, - "4": 144, - "5": 108, - "6": 108, - "7": 39, - "8": 7, - "9": 4, - "10": 8, - "11": 13, - "12": 0 - }, - "b": { - "0": [13, 0], - "1": [0, 13], - "2": [36, 108], - "3": [72, 36], - "4": [108, 108], - "5": [12, 96], - "6": [18, 21], - "7": [13, 0], - "8": [0, 0], - "9": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": ";;;;;;;;;;;;;;;AAAA,OAAOA,SAAkCC,gBAAgB;AACzD,SAASC,iBAAiB;AAE1B,SAASC,mBAAmBC,QAA0B;AACpD,SAAOA,OAAOC,IAAI,CAACC,OAAOC,UAAUC,kBAAkBF,OAAOC,KAAK,CAAC;AACrE;AAEA,SAASC,kBAAkBF,OAAkBG,YAAoB;AAC/D,SAAOT,MAAMU,SAASL,IAAIC,OAAO,CAACK,UAAqB;AACrD,QAAI,CAACX,MAAMY,eAAeD,KAAK,GAAG;AAChC,aAAOA;AAAAA,IACT;AAGA,UAAME,aAAaC,uBAAuBH,OAAOF,UAAU;AAG3D,QAAIE,MAAMI,MAAMC,UAAU;AAExBH,iBAAWG,WAAWR,kBAAkBG,MAAMI,MAAMC,UAAUP,UAAU;AAAA,IAC1E;AAGA,WAAOT,MAAMiB,aAAaN,OAAOE,UAAU;AAAA,EAC7C,CAAC;AACH;AAEA,SAASC,uBAAuBH,OAAqBF,YAAoB;AACvE,QAAMS,cAAcA,CAACP,WAAqB;AACxC,WAAOX,MAAMY,eAAeD,MAAK,KAAKA,OAAMQ,SAASjB;AAAAA,EACvD;AAGA,SAAOgB,YAAYP,KAAK,IACpB;AAAA,IAAE,GAAGA,MAAMI;AAAAA,IAAON,YAAYA,WAAWW,SAAS;AAAA,EAAE,IACpD;AAAA,IAAE,GAAGT,MAAMI;AAAAA,EAAM;AACvB;AAEO,gBAASM,UAAUC,cAAqCC,mBAA6B;AAAAC;AAC1F,QAAMC,wBAAwBF,oBAC1Bf,kBAAkBc,cAAc,CAAC,IACjCA;AACJ,QAAM,CAAClB,QAAQsB,SAAS,IAAIzB,SAAS,CAACwB,qBAAqB,CAAC;AAE5D,QAAME,WAAWA,CAACrB,UAChBoB,UAAUvB,mBAAmB,CAAC,GAAGC,QAAQE,KAAK,CAAC,CAAC;AAElD,QAAMsB,cAAcA,CAACnB,eACnBiB,UAAUvB,mBAAmBC,OAAOyB,OAAO,CAACC,GAAGC,MAAMA,MAAMtB,UAAU,CAAC,CAAC;AAEzE,SAAO;AAAA,IAAEL;AAAAA,IAAQuB;AAAAA,IAAUC;AAAAA,EAAY;AACzC;AAACJ,GAbeH,WAAS", - "names": [ - "React", - "useState", - "FormGroup", - "getFieldsWithIndex", - "fields", - "map", - "field", - "index", - "getFieldWithIndex", - "fieldIndex", - "Children", - "child", - "isValidElement", - "childProps", - "getPropsWithFieldIndex", - "props", - "children", - "cloneElement", - "isFormGroup", - "type", - "toString", - "useFields", - "initialField", - "withDynamicFields", - "_s", - "initialFieldWithIndex", - "setFields", - "addField", - "removeField", - "filter", - "_", - "i" - ], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group-multiple-fields/useFields.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group-multiple-fields/useFields.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "d43bed93692e550ff6a0c714f97c1528834f73d9" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group-multiple-fields/FormGroupWithMultipleFields.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group-multiple-fields/FormGroupWithMultipleFields.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 189 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 16, - "column": 9 - }, - "end": { - "line": 16, - "column": 23 - } - }, - "9": { - "start": { - "line": 24, - "column": 14 - }, - "end": { - "line": 46, - "column": 8 - } - }, - "10": { - "start": { - "line": 28, - "column": 22 - }, - "end": { - "line": 46, - "column": 8 - } - }, - "11": { - "start": { - "line": 47, - "column": 0 - }, - "end": { - "line": 47, - "column": 11 - } - }, - "12": { - "start": { - "line": 55, - "column": 2 - }, - "end": { - "line": 55, - "column": 7 - } - }, - "13": { - "start": { - "line": 60, - "column": 6 - }, - "end": { - "line": 60, - "column": 44 - } - }, - "14": { - "start": { - "line": 61, - "column": 2 - }, - "end": { - "line": 96, - "column": 11 - } - }, - "15": { - "start": { - "line": 62, - "column": 25 - }, - "end": { - "line": 62, - "column": 35 - } - }, - "16": { - "start": { - "line": 63, - "column": 4 - }, - "end": { - "line": 91, - "column": 13 - } - }, - "17": { - "start": { - "line": 78, - "column": 174 - }, - "end": { - "line": 78, - "column": 189 - } - }, - "18": { - "start": { - "line": 78, - "column": 218 - }, - "end": { - "line": 78, - "column": 236 - } - }, - "19": { - "start": { - "line": 98, - "column": 0 - }, - "end": { - "line": 100, - "column": 3 - } - }, - "20": { - "start": { - "line": 99, - "column": 2 - }, - "end": { - "line": 99, - "column": 21 - } - }, - "21": { - "start": { - "line": 101, - "column": 0 - }, - "end": { - "line": 101, - "column": 34 - } - }, - "22": { - "start": { - "line": 103, - "column": 0 - }, - "end": { - "line": 103, - "column": 26 - } - }, - "23": { - "start": { - "line": 104, - "column": 0 - }, - "end": { - "line": 104, - "column": 49 - } - }, - "24": { - "start": { - "line": 105, - "column": 0 - }, - "end": { - "line": 121, - "column": 1 - } - }, - "25": { - "start": { - "line": 106, - "column": 2 - }, - "end": { - "line": 106, - "column": 39 - } - }, - "26": { - "start": { - "line": 107, - "column": 2 - }, - "end": { - "line": 107, - "column": 39 - } - }, - "27": { - "start": { - "line": 108, - "column": 2 - }, - "end": { - "line": 120, - "column": 5 - } - }, - "28": { - "start": { - "line": 112, - "column": 4 - }, - "end": { - "line": 112, - "column": 215 - } - }, - "29": { - "start": { - "line": 113, - "column": 4 - }, - "end": { - "line": 119, - "column": 7 - } - }, - "30": { - "start": { - "line": 114, - "column": 6 - }, - "end": { - "line": 115, - "column": 15 - } - }, - "31": { - "start": { - "line": 115, - "column": 8 - }, - "end": { - "line": 115, - "column": 15 - } - }, - "32": { - "start": { - "line": 116, - "column": 32 - }, - "end": { - "line": 116, - "column": 115 - } - }, - "33": { - "start": { - "line": 117, - "column": 6 - }, - "end": { - "line": 118, - "column": 54 - } - }, - "34": { - "start": { - "line": 118, - "column": 8 - }, - "end": { - "line": 118, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "(anonymous_1)", - "decl": { - "start": { - "line": 24, - "column": 14 - }, - "end": { - "line": 24, - "column": 15 - } - }, - "loc": { - "start": { - "line": 28, - "column": 22 - }, - "end": { - "line": 46, - "column": 8 - } - }, - "line": 28 - }, - "2": { - "name": "FormGroupWithMultipleFields", - "decl": { - "start": { - "line": 48, - "column": 16 - }, - "end": { - "line": 48, - "column": 43 - } - }, - "loc": { - "start": { - "line": 54, - "column": 3 - }, - "end": { - "line": 97, - "column": 1 - } - }, - "line": 54 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 61, - "column": 65 - }, - "end": { - "line": 61, - "column": 66 - } - }, - "loc": { - "start": { - "line": 61, - "column": 83 - }, - "end": { - "line": 92, - "column": 3 - } - }, - "line": 61 - }, - "4": { - "name": "(anonymous_4)", - "decl": { - "start": { - "line": 78, - "column": 168 - }, - "end": { - "line": 78, - "column": 169 - } - }, - "loc": { - "start": { - "line": 78, - "column": 174 - }, - "end": { - "line": 78, - "column": 189 - } - }, - "line": 78 - }, - "5": { - "name": "(anonymous_5)", - "decl": { - "start": { - "line": 78, - "column": 212 - }, - "end": { - "line": 78, - "column": 213 - } - }, - "loc": { - "start": { - "line": 78, - "column": 218 - }, - "end": { - "line": 78, - "column": 236 - } - }, - "line": 78 - }, - "6": { - "name": "(anonymous_6)", - "decl": { - "start": { - "line": 98, - "column": 71 - }, - "end": { - "line": 98, - "column": 72 - } - }, - "loc": { - "start": { - "line": 98, - "column": 82 - }, - "end": { - "line": 100, - "column": 1 - } - }, - "line": 98 - }, - "7": { - "name": "(anonymous_7)", - "decl": { - "start": { - "line": 111, - "column": 9 - }, - "end": { - "line": 111, - "column": 10 - } - }, - "loc": { - "start": { - "line": 111, - "column": 29 - }, - "end": { - "line": 120, - "column": 3 - } - }, - "line": 111 - }, - "8": { - "name": "(anonymous_8)", - "decl": { - "start": { - "line": 113, - "column": 27 - }, - "end": { - "line": 113, - "column": 28 - } - }, - "loc": { - "start": { - "line": 113, - "column": 44 - }, - "end": { - "line": 119, - "column": 5 - } - }, - "line": 113 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 31, - "column": 2 - }, - "end": { - "line": 35, - "column": 10 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 31, - "column": 2 - }, - "end": { - "line": 31, - "column": 10 - } - }, - { - "start": { - "line": 31, - "column": 30 - }, - "end": { - "line": 35, - "column": 10 - } - } - ], - "line": 31 - }, - "3": { - "loc": { - "start": { - "line": 37, - "column": 2 - }, - "end": { - "line": 41, - "column": 10 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 37, - "column": 2 - }, - "end": { - "line": 37, - "column": 9 - } - }, - { - "start": { - "line": 37, - "column": 29 - }, - "end": { - "line": 41, - "column": 10 - } - } - ], - "line": 37 - }, - "4": { - "loc": { - "start": { - "line": 64, - "column": 53 - }, - "end": { - "line": 68, - "column": 14 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 64, - "column": 53 - }, - "end": { - "line": 64, - "column": 65 - } - }, - { - "start": { - "line": 64, - "column": 85 - }, - "end": { - "line": 68, - "column": 14 - } - } - ], - "line": 64 - }, - "5": { - "loc": { - "start": { - "line": 78, - "column": 53 - }, - "end": { - "line": 82, - "column": 14 - } - }, - "type": "binary-expr", - "locations": [ - { - "start": { - "line": 78, - "column": 53 - }, - "end": { - "line": 78, - "column": 70 - } - }, - { - "start": { - "line": 78, - "column": 90 - }, - "end": { - "line": 82, - "column": 14 - } - } - ], - "line": 78 - }, - "6": { - "loc": { - "start": { - "line": 105, - "column": 0 - }, - "end": { - "line": 121, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 105, - "column": 0 - }, - "end": { - "line": 121, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 105 - }, - "7": { - "loc": { - "start": { - "line": 114, - "column": 6 - }, - "end": { - "line": 115, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 114, - "column": 6 - }, - "end": { - "line": 115, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 114 - }, - "8": { - "loc": { - "start": { - "line": 117, - "column": 6 - }, - "end": { - "line": 118, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 117, - "column": 6 - }, - "end": { - "line": 118, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 117 - } - }, - "s": { - "0": 9, - "1": 9, - "2": 0, - "3": 9, - "4": 9, - "5": 9, - "6": 18, - "7": 9, - "8": 9, - "9": 9, - "10": 23, - "11": 9, - "12": 23, - "13": 23, - "14": 23, - "15": 25, - "16": 25, - "17": 2, - "18": 2, - "19": 9, - "20": 8, - "21": 9, - "22": 9, - "23": 9, - "24": 9, - "25": 9, - "26": 9, - "27": 9, - "28": 9, - "29": 9, - "30": 0, - "31": 0, - "32": 0, - "33": 0, - "34": 0 - }, - "f": { - "0": 18, - "1": 23, - "2": 23, - "3": 25, - "4": 2, - "5": 2, - "6": 8, - "7": 9, - "8": 0 - }, - "b": { - "0": [9, 0], - "1": [0, 9], - "2": [23, 5], - "3": [23, 0], - "4": [25, 23], - "5": [25, 8], - "6": [9, 0], - "7": [0, 0], - "8": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAkByB,SAerB,UAfqB;;;;;;;;;;;;;;;;AAlBzB,SAASA,WAAW;AACpB,SAASC,WAAW;AAEpB,OAAOC,YAAY;AACnB,SAASC,2BAA2B;AACpC,SAASC,4BAA4B;AACrC,SAASC,iBAAiB;AAC1B,SAASC,eAAe;AASxB,MAAMC,QAAQA,CAAC;AAAA,EAAEC;AAAAA,EAAOC;AAAAA,EAAUC;AAAmD,MACnF,uBAAC,UAAK,WAAWR,OAAOM,OACrBA;AAAAA;AAAAA,EAAM;AAAA,EAAEC,YAAY,uBAAC,yBAAD;AAAA;AAAA;AAAA;AAAA,SAAoB;AAAA,EAAK;AAAA,EAC7CC,WAAW,uBAAC,WAAQ,WAAU,SAAQ,WAA3B;AAAA;AAAA;AAAA;AAAA,SAA6C;AAAA,KAF3D;AAAA;AAAA;AAAA;AAAA,OAGA;AACDC,KALKJ;AAOC,gBAASK,4BAA4B;AAAA,EAC1CJ;AAAAA,EACAK;AAAAA,EACAJ;AAAAA,EACAC;AAAAA,EACAI;AACmD,GAAG;AAAAC;AACtD,QAAM;AAAA,IAAEC;AAAAA,IAAQC;AAAAA,IAAUC;AAAAA,EAAY,IAAIb,UAAUS,UAAUD,iBAAiB;AAE/E,SACE,mCACGG,iBAAOG,IAAI,CAACC,OAAOC,UAAU;AAC5B,UAAMC,eAAeD,SAAS;AAE9B,WACE,uBAAC,OACC;AAAA,6BAAC,OAAI,IAAI,GACNC,0BAAgB,uBAAC,SAAM,OAAc,UAAoB,WAAzC;AAAA;AAAA;AAAA;AAAA,aAA0D,KAD7E;AAAA;AAAA;AAAA;AAAA,aAEA;AAAA,MACA,uBAAC,OAAI,IAAI,GAAIF,mBAAb;AAAA;AAAA;AAAA;AAAA,aAAmB;AAAA,MACnB,uBAAC,OAAI,IAAI,GACNP,+BACC,uBAAC,wBACC,eAAeS,cACf,kBAAkB,MAAML,SAASG,KAAK,GACtC,qBAAqB,MAAMF,YAAYG,KAAK,KAH9C;AAAA;AAAA;AAAA;AAAA,aAGgD,KALpD;AAAA;AAAA;AAAA;AAAA,aAQA;AAAA,SAbQA,OAAV;AAAA;AAAA;AAAA;AAAA,WAcA;AAAA,EAEJ,CAAC,KArBH;AAAA;AAAA;AAAA;AAAA,SAsBA;AAEJ;AAACN,GAlCeH,6BAA2B;AAAA,UAOCP,SAAS;AAAA;AAAAkB,MAPrCX;AAA2B;AAAAY;AAAAA", - "names": [ - "Row", - "Col", - "styles", - "RequiredInputSymbol", - "DynamicFieldsButtons", - "useFields", - "Tooltip", - "Title", - "title", - "required", - "message", - "_c", - "FormGroupWithMultipleFields", - "withDynamicFields", - "children", - "_s", - "fields", - "addField", - "removeField", - "map", - "field", - "index", - "isFirstField", - "_c2", - "$RefreshReg$" - ], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group-multiple-fields/FormGroupWithMultipleFields.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/form-group-multiple-fields/FormGroupWithMultipleFields.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "c1f97da1c1953b0f4109fa796945363e9e3d4800" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/Form.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/Form.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 139 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 24, - "column": 2 - }, - "end": { - "line": 28, - "column": 11 - } - }, - "9": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 30, - "column": 10 - } - }, - "10": { - "start": { - "line": 31, - "column": 0 - }, - "end": { - "line": 31, - "column": 23 - } - }, - "11": { - "start": { - "line": 32, - "column": 0 - }, - "end": { - "line": 32, - "column": 59 - } - }, - "12": { - "start": { - "line": 35, - "column": 0 - }, - "end": { - "line": 35, - "column": 25 - } - }, - "13": { - "start": { - "line": 36, - "column": 0 - }, - "end": { - "line": 52, - "column": 1 - } - }, - "14": { - "start": { - "line": 37, - "column": 2 - }, - "end": { - "line": 37, - "column": 39 - } - }, - "15": { - "start": { - "line": 38, - "column": 2 - }, - "end": { - "line": 38, - "column": 39 - } - }, - "16": { - "start": { - "line": 39, - "column": 2 - }, - "end": { - "line": 51, - "column": 5 - } - }, - "17": { - "start": { - "line": 43, - "column": 4 - }, - "end": { - "line": 43, - "column": 165 - } - }, - "18": { - "start": { - "line": 44, - "column": 4 - }, - "end": { - "line": 50, - "column": 7 - } - }, - "19": { - "start": { - "line": 45, - "column": 6 - }, - "end": { - "line": 46, - "column": 15 - } - }, - "20": { - "start": { - "line": 46, - "column": 8 - }, - "end": { - "line": 46, - "column": 15 - } - }, - "21": { - "start": { - "line": 47, - "column": 32 - }, - "end": { - "line": 47, - "column": 115 - } - }, - "22": { - "start": { - "line": 48, - "column": 6 - }, - "end": { - "line": 49, - "column": 54 - } - }, - "23": { - "start": { - "line": 49, - "column": 8 - }, - "end": { - "line": 49, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "Form", - "decl": { - "start": { - "line": 19, - "column": 9 - }, - "end": { - "line": 19, - "column": 13 - } - }, - "loc": { - "start": { - "line": 23, - "column": 3 - }, - "end": { - "line": 29, - "column": 1 - } - }, - "line": 23 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 42, - "column": 9 - }, - "end": { - "line": 42, - "column": 10 - } - }, - "loc": { - "start": { - "line": 42, - "column": 29 - }, - "end": { - "line": 51, - "column": 3 - } - }, - "line": 42 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 44, - "column": 27 - }, - "end": { - "line": 44, - "column": 28 - } - }, - "loc": { - "start": { - "line": 44, - "column": 44 - }, - "end": { - "line": 50, - "column": 5 - } - }, - "line": 44 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 36, - "column": 0 - }, - "end": { - "line": 52, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 36, - "column": 0 - }, - "end": { - "line": 52, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 36 - }, - "3": { - "loc": { - "start": { - "line": 45, - "column": 6 - }, - "end": { - "line": 46, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 45, - "column": 6 - }, - "end": { - "line": 46, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 45 - }, - "4": { - "loc": { - "start": { - "line": 48, - "column": 6 - }, - "end": { - "line": 49, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 48, - "column": 6 - }, - "end": { - "line": 49, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 48 - } - }, - "s": { - "0": 1, - "1": 1, - "2": 0, - "3": 1, - "4": 1, - "5": 1, - "6": 1, - "7": 1, - "8": 1, - "9": 1, - "10": 1, - "11": 1, - "12": 1, - "13": 1, - "14": 1, - "15": 1, - "16": 1, - "17": 1, - "18": 1, - "19": 0, - "20": 0, - "21": 0, - "22": 0, - "23": 0 - }, - "f": { - "0": 1, - "1": 1, - "2": 1, - "3": 0 - }, - "b": { - "0": [1, 0], - "1": [0, 1], - "2": [1, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAYI;AAZJ,2BAAoBA;AAAyB;AAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACpD,SAASC,iBAAiB;AAC1B,SAASC,QAAQC,cAAc;AAC/B,SAASC,mCAAmC;AAO5C,SAASF,KAAK;AAAA,EAAEG;AAAAA,EAAWC;AAAAA,EAAUC;AAAuC,GAAG;AAC7E,SACE,uBAAC,UAAO,WAAsB,UAC3BA,YADH;AAAA;AAAA;AAAA;AAAA,SAEA;AAEJ;AAACC,KANQN;AAQTA,KAAKO,QAAQR;AACbC,KAAKQ,0BAA0BN;AAE/B,SAASF;AAAM;AAAAS", - "names": [ - "PropsWithChildren", - "FormGroup", - "Form", - "FormBS", - "FormGroupWithMultipleFields", - "validated", - "onSubmit", - "children", - "_c", - "Group", - "GroupWithMultipleFields", - "$RefreshReg$" - ], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/Form.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/form/Form.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "fa496c3beb610da03a008791d93ee60f226df793" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/modal/ModalHeader.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/modal/ModalHeader.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 147 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 20, - "column": 2 - }, - "end": { - "line": 24, - "column": 11 - } - }, - "9": { - "start": { - "line": 26, - "column": 0 - }, - "end": { - "line": 26, - "column": 17 - } - }, - "10": { - "start": { - "line": 28, - "column": 0 - }, - "end": { - "line": 28, - "column": 32 - } - }, - "11": { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 45, - "column": 1 - } - }, - "12": { - "start": { - "line": 30, - "column": 2 - }, - "end": { - "line": 30, - "column": 39 - } - }, - "13": { - "start": { - "line": 31, - "column": 2 - }, - "end": { - "line": 31, - "column": 39 - } - }, - "14": { - "start": { - "line": 32, - "column": 2 - }, - "end": { - "line": 44, - "column": 5 - } - }, - "15": { - "start": { - "line": 36, - "column": 4 - }, - "end": { - "line": 36, - "column": 173 - } - }, - "16": { - "start": { - "line": 37, - "column": 4 - }, - "end": { - "line": 43, - "column": 7 - } - }, - "17": { - "start": { - "line": 38, - "column": 6 - }, - "end": { - "line": 39, - "column": 15 - } - }, - "18": { - "start": { - "line": 39, - "column": 8 - }, - "end": { - "line": 39, - "column": 15 - } - }, - "19": { - "start": { - "line": 40, - "column": 32 - }, - "end": { - "line": 40, - "column": 115 - } - }, - "20": { - "start": { - "line": 41, - "column": 6 - }, - "end": { - "line": 42, - "column": 54 - } - }, - "21": { - "start": { - "line": 42, - "column": 8 - }, - "end": { - "line": 42, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "ModalHeader", - "decl": { - "start": { - "line": 17, - "column": 16 - }, - "end": { - "line": 17, - "column": 27 - } - }, - "loc": { - "start": { - "line": 19, - "column": 3 - }, - "end": { - "line": 25, - "column": 1 - } - }, - "line": 19 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 35, - "column": 9 - }, - "end": { - "line": 35, - "column": 10 - } - }, - "loc": { - "start": { - "line": 35, - "column": 29 - }, - "end": { - "line": 44, - "column": 3 - } - }, - "line": 35 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 37, - "column": 27 - }, - "end": { - "line": 37, - "column": 28 - } - }, - "loc": { - "start": { - "line": 37, - "column": 44 - }, - "end": { - "line": 43, - "column": 5 - } - }, - "line": 37 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 45, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 45, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 29 - }, - "3": { - "loc": { - "start": { - "line": 38, - "column": 6 - }, - "end": { - "line": 39, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 38, - "column": 6 - }, - "end": { - "line": 39, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 38 - }, - "4": { - "loc": { - "start": { - "line": 41, - "column": 6 - }, - "end": { - "line": 42, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 41, - "column": 6 - }, - "end": { - "line": 42, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 41 - } - }, - "s": { - "0": 4, - "1": 4, - "2": 0, - "3": 4, - "4": 4, - "5": 4, - "6": 4, - "7": 4, - "8": 9, - "9": 4, - "10": 4, - "11": 4, - "12": 4, - "13": 4, - "14": 4, - "15": 4, - "16": 4, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 4, - "1": 9, - "2": 4, - "3": 0 - }, - "b": { - "0": [4, 0], - "1": [0, 4], - "2": [4, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAIS;AAJT,2BAA0B;AAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACzC,SAASA,aAAa;AAEf,gBAASC,YAAY;AAAA,EAAEC;AAA4B,GAAG;AAC3D,SAAO,uBAAC,MAAM,QAAN,EAAa,aAAW,MAAEA,YAA3B;AAAA;AAAA;AAAA;AAAA,SAAoC;AAC7C;AAACC,KAFeF;AAAW;AAAAG", - "names": ["Modal", "ModalHeader", "children", "_c", "$RefreshReg$"], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/modal/ModalHeader.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/modal/ModalHeader.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "620fa8d2f4b5be1cfff389a838f0a7a83d57da9a" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/modal/ModalTitle.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/modal/ModalTitle.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 146 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 20, - "column": 2 - }, - "end": { - "line": 24, - "column": 11 - } - }, - "9": { - "start": { - "line": 26, - "column": 0 - }, - "end": { - "line": 26, - "column": 16 - } - }, - "10": { - "start": { - "line": 28, - "column": 0 - }, - "end": { - "line": 28, - "column": 31 - } - }, - "11": { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 45, - "column": 1 - } - }, - "12": { - "start": { - "line": 30, - "column": 2 - }, - "end": { - "line": 30, - "column": 39 - } - }, - "13": { - "start": { - "line": 31, - "column": 2 - }, - "end": { - "line": 31, - "column": 39 - } - }, - "14": { - "start": { - "line": 32, - "column": 2 - }, - "end": { - "line": 44, - "column": 5 - } - }, - "15": { - "start": { - "line": 36, - "column": 4 - }, - "end": { - "line": 36, - "column": 172 - } - }, - "16": { - "start": { - "line": 37, - "column": 4 - }, - "end": { - "line": 43, - "column": 7 - } - }, - "17": { - "start": { - "line": 38, - "column": 6 - }, - "end": { - "line": 39, - "column": 15 - } - }, - "18": { - "start": { - "line": 39, - "column": 8 - }, - "end": { - "line": 39, - "column": 15 - } - }, - "19": { - "start": { - "line": 40, - "column": 32 - }, - "end": { - "line": 40, - "column": 115 - } - }, - "20": { - "start": { - "line": 41, - "column": 6 - }, - "end": { - "line": 42, - "column": 54 - } - }, - "21": { - "start": { - "line": 42, - "column": 8 - }, - "end": { - "line": 42, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "ModalTitle", - "decl": { - "start": { - "line": 17, - "column": 16 - }, - "end": { - "line": 17, - "column": 26 - } - }, - "loc": { - "start": { - "line": 19, - "column": 3 - }, - "end": { - "line": 25, - "column": 1 - } - }, - "line": 19 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 35, - "column": 9 - }, - "end": { - "line": 35, - "column": 10 - } - }, - "loc": { - "start": { - "line": 35, - "column": 29 - }, - "end": { - "line": 44, - "column": 3 - } - }, - "line": 35 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 37, - "column": 27 - }, - "end": { - "line": 37, - "column": 28 - } - }, - "loc": { - "start": { - "line": 37, - "column": 44 - }, - "end": { - "line": 43, - "column": 5 - } - }, - "line": 37 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 45, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 45, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 29 - }, - "3": { - "loc": { - "start": { - "line": 38, - "column": 6 - }, - "end": { - "line": 39, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 38, - "column": 6 - }, - "end": { - "line": 39, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 38 - }, - "4": { - "loc": { - "start": { - "line": 41, - "column": 6 - }, - "end": { - "line": 42, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 41, - "column": 6 - }, - "end": { - "line": 42, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 41 - } - }, - "s": { - "0": 4, - "1": 4, - "2": 0, - "3": 4, - "4": 4, - "5": 4, - "6": 4, - "7": 4, - "8": 9, - "9": 4, - "10": 4, - "11": 4, - "12": 4, - "13": 4, - "14": 4, - "15": 4, - "16": 4, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 4, - "1": 9, - "2": 4, - "3": 0 - }, - "b": { - "0": [4, 0], - "1": [0, 4], - "2": [4, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAIS;AAJT,2BAA0B;AAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACzC,SAASA,aAAa;AAEf,gBAASC,WAAW;AAAA,EAAEC;AAA4B,GAAG;AAC1D,SAAO,uBAAC,MAAM,OAAN,EAAaA,YAAd;AAAA;AAAA;AAAA;AAAA,SAAuB;AAChC;AAACC,KAFeF;AAAU;AAAAG", - "names": ["Modal", "ModalTitle", "children", "_c", "$RefreshReg$"], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/modal/ModalTitle.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/modal/ModalTitle.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "9e80a1c87b30e9f5f45b524016c4cb44f65accab" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/modal/ModalBody.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/modal/ModalBody.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 145 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 20, - "column": 2 - }, - "end": { - "line": 24, - "column": 11 - } - }, - "9": { - "start": { - "line": 26, - "column": 0 - }, - "end": { - "line": 26, - "column": 15 - } - }, - "10": { - "start": { - "line": 28, - "column": 0 - }, - "end": { - "line": 28, - "column": 30 - } - }, - "11": { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 45, - "column": 1 - } - }, - "12": { - "start": { - "line": 30, - "column": 2 - }, - "end": { - "line": 30, - "column": 39 - } - }, - "13": { - "start": { - "line": 31, - "column": 2 - }, - "end": { - "line": 31, - "column": 39 - } - }, - "14": { - "start": { - "line": 32, - "column": 2 - }, - "end": { - "line": 44, - "column": 5 - } - }, - "15": { - "start": { - "line": 36, - "column": 4 - }, - "end": { - "line": 36, - "column": 171 - } - }, - "16": { - "start": { - "line": 37, - "column": 4 - }, - "end": { - "line": 43, - "column": 7 - } - }, - "17": { - "start": { - "line": 38, - "column": 6 - }, - "end": { - "line": 39, - "column": 15 - } - }, - "18": { - "start": { - "line": 39, - "column": 8 - }, - "end": { - "line": 39, - "column": 15 - } - }, - "19": { - "start": { - "line": 40, - "column": 32 - }, - "end": { - "line": 40, - "column": 115 - } - }, - "20": { - "start": { - "line": 41, - "column": 6 - }, - "end": { - "line": 42, - "column": 54 - } - }, - "21": { - "start": { - "line": 42, - "column": 8 - }, - "end": { - "line": 42, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "ModalBody", - "decl": { - "start": { - "line": 17, - "column": 16 - }, - "end": { - "line": 17, - "column": 25 - } - }, - "loc": { - "start": { - "line": 19, - "column": 3 - }, - "end": { - "line": 25, - "column": 1 - } - }, - "line": 19 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 35, - "column": 9 - }, - "end": { - "line": 35, - "column": 10 - } - }, - "loc": { - "start": { - "line": 35, - "column": 29 - }, - "end": { - "line": 44, - "column": 3 - } - }, - "line": 35 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 37, - "column": 27 - }, - "end": { - "line": 37, - "column": 28 - } - }, - "loc": { - "start": { - "line": 37, - "column": 44 - }, - "end": { - "line": 43, - "column": 5 - } - }, - "line": 37 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 45, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 45, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 29 - }, - "3": { - "loc": { - "start": { - "line": 38, - "column": 6 - }, - "end": { - "line": 39, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 38, - "column": 6 - }, - "end": { - "line": 39, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 38 - }, - "4": { - "loc": { - "start": { - "line": 41, - "column": 6 - }, - "end": { - "line": 42, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 41, - "column": 6 - }, - "end": { - "line": 42, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 41 - } - }, - "s": { - "0": 4, - "1": 4, - "2": 0, - "3": 4, - "4": 4, - "5": 4, - "6": 4, - "7": 4, - "8": 9, - "9": 4, - "10": 4, - "11": 4, - "12": 4, - "13": 4, - "14": 4, - "15": 4, - "16": 4, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 4, - "1": 9, - "2": 4, - "3": 0 - }, - "b": { - "0": [4, 0], - "1": [0, 4], - "2": [4, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAIS;AAJT,2BAA0B;AAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACzC,SAASA,aAAa;AAEf,gBAASC,UAAU;AAAA,EAAEC;AAA4B,GAAG;AACzD,SAAO,uBAAC,MAAM,MAAN,EAAYA,YAAb;AAAA;AAAA;AAAA;AAAA,SAAsB;AAC/B;AAACC,KAFeF;AAAS;AAAAG", - "names": ["Modal", "ModalBody", "children", "_c", "$RefreshReg$"], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/modal/ModalBody.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/modal/ModalBody.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "78fd60523247d71855e9717d2674b0e0d5499d1b" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/modal/ModalFooter.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/modal/ModalFooter.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 147 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 20, - "column": 2 - }, - "end": { - "line": 24, - "column": 11 - } - }, - "9": { - "start": { - "line": 26, - "column": 0 - }, - "end": { - "line": 26, - "column": 17 - } - }, - "10": { - "start": { - "line": 28, - "column": 0 - }, - "end": { - "line": 28, - "column": 32 - } - }, - "11": { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 45, - "column": 1 - } - }, - "12": { - "start": { - "line": 30, - "column": 2 - }, - "end": { - "line": 30, - "column": 39 - } - }, - "13": { - "start": { - "line": 31, - "column": 2 - }, - "end": { - "line": 31, - "column": 39 - } - }, - "14": { - "start": { - "line": 32, - "column": 2 - }, - "end": { - "line": 44, - "column": 5 - } - }, - "15": { - "start": { - "line": 36, - "column": 4 - }, - "end": { - "line": 36, - "column": 173 - } - }, - "16": { - "start": { - "line": 37, - "column": 4 - }, - "end": { - "line": 43, - "column": 7 - } - }, - "17": { - "start": { - "line": 38, - "column": 6 - }, - "end": { - "line": 39, - "column": 15 - } - }, - "18": { - "start": { - "line": 39, - "column": 8 - }, - "end": { - "line": 39, - "column": 15 - } - }, - "19": { - "start": { - "line": 40, - "column": 32 - }, - "end": { - "line": 40, - "column": 115 - } - }, - "20": { - "start": { - "line": 41, - "column": 6 - }, - "end": { - "line": 42, - "column": 54 - } - }, - "21": { - "start": { - "line": 42, - "column": 8 - }, - "end": { - "line": 42, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "ModalFooter", - "decl": { - "start": { - "line": 17, - "column": 16 - }, - "end": { - "line": 17, - "column": 27 - } - }, - "loc": { - "start": { - "line": 19, - "column": 3 - }, - "end": { - "line": 25, - "column": 1 - } - }, - "line": 19 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 35, - "column": 9 - }, - "end": { - "line": 35, - "column": 10 - } - }, - "loc": { - "start": { - "line": 35, - "column": 29 - }, - "end": { - "line": 44, - "column": 3 - } - }, - "line": 35 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 37, - "column": 27 - }, - "end": { - "line": 37, - "column": 28 - } - }, - "loc": { - "start": { - "line": 37, - "column": 44 - }, - "end": { - "line": 43, - "column": 5 - } - }, - "line": 37 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 45, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 45, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 29 - }, - "3": { - "loc": { - "start": { - "line": 38, - "column": 6 - }, - "end": { - "line": 39, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 38, - "column": 6 - }, - "end": { - "line": 39, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 38 - }, - "4": { - "loc": { - "start": { - "line": 41, - "column": 6 - }, - "end": { - "line": 42, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 41, - "column": 6 - }, - "end": { - "line": 42, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 41 - } - }, - "s": { - "0": 4, - "1": 4, - "2": 0, - "3": 4, - "4": 4, - "5": 4, - "6": 4, - "7": 4, - "8": 4, - "9": 4, - "10": 4, - "11": 4, - "12": 4, - "13": 4, - "14": 4, - "15": 4, - "16": 4, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 4, - "1": 4, - "2": 4, - "3": 0 - }, - "b": { - "0": [4, 0], - "1": [0, 4], - "2": [4, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAIS;AAJT,2BAA0B;AAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACzC,SAASA,aAAa;AAEf,gBAASC,YAAY;AAAA,EAAEC;AAA4B,GAAG;AAC3D,SAAO,uBAAC,MAAM,QAAN,EAAcA,YAAf;AAAA;AAAA;AAAA;AAAA,SAAwB;AACjC;AAACC,KAFeF;AAAW;AAAAG", - "names": ["Modal", "ModalFooter", "children", "_c", "$RefreshReg$"], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/modal/ModalFooter.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/modal/ModalFooter.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "56657e8053e4b875b20d15e7659bba062b9d1390" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/modal/Modal.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/modal/Modal.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 141 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 27, - "column": 2 - }, - "end": { - "line": 31, - "column": 11 - } - }, - "9": { - "start": { - "line": 33, - "column": 0 - }, - "end": { - "line": 33, - "column": 11 - } - }, - "10": { - "start": { - "line": 34, - "column": 0 - }, - "end": { - "line": 34, - "column": 27 - } - }, - "11": { - "start": { - "line": 35, - "column": 0 - }, - "end": { - "line": 35, - "column": 25 - } - }, - "12": { - "start": { - "line": 36, - "column": 0 - }, - "end": { - "line": 36, - "column": 23 - } - }, - "13": { - "start": { - "line": 37, - "column": 0 - }, - "end": { - "line": 37, - "column": 27 - } - }, - "14": { - "start": { - "line": 40, - "column": 0 - }, - "end": { - "line": 40, - "column": 26 - } - }, - "15": { - "start": { - "line": 41, - "column": 0 - }, - "end": { - "line": 57, - "column": 1 - } - }, - "16": { - "start": { - "line": 42, - "column": 2 - }, - "end": { - "line": 42, - "column": 39 - } - }, - "17": { - "start": { - "line": 43, - "column": 2 - }, - "end": { - "line": 43, - "column": 39 - } - }, - "18": { - "start": { - "line": 44, - "column": 2 - }, - "end": { - "line": 56, - "column": 5 - } - }, - "19": { - "start": { - "line": 48, - "column": 4 - }, - "end": { - "line": 48, - "column": 167 - } - }, - "20": { - "start": { - "line": 49, - "column": 4 - }, - "end": { - "line": 55, - "column": 7 - } - }, - "21": { - "start": { - "line": 50, - "column": 6 - }, - "end": { - "line": 51, - "column": 15 - } - }, - "22": { - "start": { - "line": 51, - "column": 8 - }, - "end": { - "line": 51, - "column": 15 - } - }, - "23": { - "start": { - "line": 52, - "column": 32 - }, - "end": { - "line": 52, - "column": 115 - } - }, - "24": { - "start": { - "line": 53, - "column": 6 - }, - "end": { - "line": 54, - "column": 54 - } - }, - "25": { - "start": { - "line": 54, - "column": 8 - }, - "end": { - "line": 54, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "Modal", - "decl": { - "start": { - "line": 21, - "column": 9 - }, - "end": { - "line": 21, - "column": 14 - } - }, - "loc": { - "start": { - "line": 26, - "column": 3 - }, - "end": { - "line": 32, - "column": 1 - } - }, - "line": 26 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 47, - "column": 9 - }, - "end": { - "line": 47, - "column": 10 - } - }, - "loc": { - "start": { - "line": 47, - "column": 29 - }, - "end": { - "line": 56, - "column": 3 - } - }, - "line": 47 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 49, - "column": 27 - }, - "end": { - "line": 49, - "column": 28 - } - }, - "loc": { - "start": { - "line": 49, - "column": 44 - }, - "end": { - "line": 55, - "column": 5 - } - }, - "line": 49 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 41, - "column": 0 - }, - "end": { - "line": 57, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 41, - "column": 0 - }, - "end": { - "line": 57, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 41 - }, - "3": { - "loc": { - "start": { - "line": 50, - "column": 6 - }, - "end": { - "line": 51, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 50, - "column": 6 - }, - "end": { - "line": 51, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 50 - }, - "4": { - "loc": { - "start": { - "line": 53, - "column": 6 - }, - "end": { - "line": 54, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 53, - "column": 6 - }, - "end": { - "line": 54, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 53 - } - }, - "s": { - "0": 4, - "1": 4, - "2": 0, - "3": 4, - "4": 4, - "5": 4, - "6": 4, - "7": 4, - "8": 9, - "9": 4, - "10": 4, - "11": 4, - "12": 4, - "13": 4, - "14": 4, - "15": 4, - "16": 4, - "17": 4, - "18": 4, - "19": 4, - "20": 4, - "21": 0, - "22": 0, - "23": 0, - "24": 0, - "25": 0 - }, - "f": { - "0": 4, - "1": 9, - "2": 4, - "3": 0 - }, - "b": { - "0": [4, 0], - "1": [0, 4], - "2": [4, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAeI;AAfJ,2BAA0B;AAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACzC,SAASA,SAASC,eAAe;AACjC,SAASC,mBAAmB;AAC5B,SAASC,kBAAkB;AAC3B,SAASC,iBAAiB;AAC1B,SAASC,mBAAmB;AAQ5B,SAASL,MAAM;AAAA,EAAEM;AAAAA,EAAMC;AAAAA,EAAQC;AAAAA,EAAMC;AAAwC,GAAG;AAC9E,SACE,uBAAC,WAAQ,MAAY,QAAgB,MAClCA,YADH;AAAA;AAAA;AAAA;AAAA,SAEA;AAEJ;AAACC,KANQV;AAQTA,MAAMW,SAAST;AACfF,MAAMY,QAAQT;AACdH,MAAMa,OAAOT;AACbJ,MAAMc,SAAST;AAEf,SAASL;AAAO;AAAAe", - "names": [ - "Modal", - "BSModal", - "ModalHeader", - "ModalTitle", - "ModalBody", - "ModalFooter", - "show", - "onHide", - "size", - "children", - "_c", - "Header", - "Title", - "Body", - "Footer", - "$RefreshReg$" - ], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/modal/Modal.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/modal/Modal.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "adf9c4b59b94fe83bf019215e2ab9cbe7126ea54" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/navbar/navbar-dropdown/NavbarDropdownItem.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/navbar/navbar-dropdown/NavbarDropdownItem.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 171 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 22, - "column": 2 - }, - "end": { - "line": 26, - "column": 11 - } - }, - "9": { - "start": { - "line": 28, - "column": 0 - }, - "end": { - "line": 28, - "column": 24 - } - }, - "10": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 30, - "column": 39 - } - }, - "11": { - "start": { - "line": 31, - "column": 0 - }, - "end": { - "line": 47, - "column": 1 - } - }, - "12": { - "start": { - "line": 32, - "column": 2 - }, - "end": { - "line": 32, - "column": 39 - } - }, - "13": { - "start": { - "line": 33, - "column": 2 - }, - "end": { - "line": 33, - "column": 39 - } - }, - "14": { - "start": { - "line": 34, - "column": 2 - }, - "end": { - "line": 46, - "column": 5 - } - }, - "15": { - "start": { - "line": 38, - "column": 4 - }, - "end": { - "line": 38, - "column": 197 - } - }, - "16": { - "start": { - "line": 39, - "column": 4 - }, - "end": { - "line": 45, - "column": 7 - } - }, - "17": { - "start": { - "line": 40, - "column": 6 - }, - "end": { - "line": 41, - "column": 15 - } - }, - "18": { - "start": { - "line": 41, - "column": 8 - }, - "end": { - "line": 41, - "column": 15 - } - }, - "19": { - "start": { - "line": 42, - "column": 32 - }, - "end": { - "line": 42, - "column": 115 - } - }, - "20": { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 44, - "column": 54 - } - }, - "21": { - "start": { - "line": 44, - "column": 8 - }, - "end": { - "line": 44, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "NavbarDropdownItem", - "decl": { - "start": { - "line": 17, - "column": 16 - }, - "end": { - "line": 17, - "column": 34 - } - }, - "loc": { - "start": { - "line": 21, - "column": 3 - }, - "end": { - "line": 27, - "column": 1 - } - }, - "line": 21 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 37, - "column": 9 - }, - "end": { - "line": 37, - "column": 10 - } - }, - "loc": { - "start": { - "line": 37, - "column": 29 - }, - "end": { - "line": 46, - "column": 3 - } - }, - "line": 37 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 39, - "column": 27 - }, - "end": { - "line": 39, - "column": 28 - } - }, - "loc": { - "start": { - "line": 39, - "column": 44 - }, - "end": { - "line": 45, - "column": 5 - } - }, - "line": 39 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 31, - "column": 0 - }, - "end": { - "line": 47, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 31, - "column": 0 - }, - "end": { - "line": 47, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 31 - }, - "3": { - "loc": { - "start": { - "line": 40, - "column": 6 - }, - "end": { - "line": 41, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 40, - "column": 6 - }, - "end": { - "line": 41, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 40 - }, - "4": { - "loc": { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 44, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 44, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 43 - } - }, - "s": { - "0": 4, - "1": 4, - "2": 0, - "3": 4, - "4": 4, - "5": 4, - "6": 4, - "7": 4, - "8": 4, - "9": 4, - "10": 4, - "11": 4, - "12": 4, - "13": 4, - "14": 4, - "15": 4, - "16": 4, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 4, - "1": 4, - "2": 4, - "3": 0 - }, - "b": { - "0": [4, 0], - "1": [0, 4], - "2": [4, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAcI;AAdJ,2BAAoB;AAAyB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAQtC,gBAASA,mBAAmB;AAAA,EACjCC;AAAAA,EACAC;AAAAA,EACAC;AAC0C,GAAG;AAC7C,SACE,uBAAC,YAAY,MAAZ,EAAiB,MAAY,SAC3BA,YADH;AAAA;AAAA;AAAA;AAAA,SAEA;AAEJ;AAACC,KAVeJ;AAAkB;AAAAK", - "names": ["NavbarDropdownItem", "href", "onClick", "children", "_c", "$RefreshReg$"], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/navbar/navbar-dropdown/NavbarDropdownItem.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/navbar/navbar-dropdown/NavbarDropdownItem.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "5a85c0c32b6046d19ab0bbcfa4461031cc5f832b" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/navbar/navbar-dropdown/NavbarDropdown.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/navbar/navbar-dropdown/NavbarDropdown.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 167 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 23, - "column": 2 - }, - "end": { - "line": 27, - "column": 11 - } - }, - "9": { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 29, - "column": 20 - } - }, - "10": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 30, - "column": 41 - } - }, - "11": { - "start": { - "line": 33, - "column": 0 - }, - "end": { - "line": 33, - "column": 35 - } - }, - "12": { - "start": { - "line": 34, - "column": 0 - }, - "end": { - "line": 50, - "column": 1 - } - }, - "13": { - "start": { - "line": 35, - "column": 2 - }, - "end": { - "line": 35, - "column": 39 - } - }, - "14": { - "start": { - "line": 36, - "column": 2 - }, - "end": { - "line": 36, - "column": 39 - } - }, - "15": { - "start": { - "line": 37, - "column": 2 - }, - "end": { - "line": 49, - "column": 5 - } - }, - "16": { - "start": { - "line": 41, - "column": 4 - }, - "end": { - "line": 41, - "column": 193 - } - }, - "17": { - "start": { - "line": 42, - "column": 4 - }, - "end": { - "line": 48, - "column": 7 - } - }, - "18": { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 44, - "column": 15 - } - }, - "19": { - "start": { - "line": 44, - "column": 8 - }, - "end": { - "line": 44, - "column": 15 - } - }, - "20": { - "start": { - "line": 45, - "column": 32 - }, - "end": { - "line": 45, - "column": 115 - } - }, - "21": { - "start": { - "line": 46, - "column": 6 - }, - "end": { - "line": 47, - "column": 54 - } - }, - "22": { - "start": { - "line": 47, - "column": 8 - }, - "end": { - "line": 47, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "NavbarDropdown", - "decl": { - "start": { - "line": 18, - "column": 9 - }, - "end": { - "line": 18, - "column": 23 - } - }, - "loc": { - "start": { - "line": 22, - "column": 3 - }, - "end": { - "line": 28, - "column": 1 - } - }, - "line": 22 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 40, - "column": 9 - }, - "end": { - "line": 40, - "column": 10 - } - }, - "loc": { - "start": { - "line": 40, - "column": 29 - }, - "end": { - "line": 49, - "column": 3 - } - }, - "line": 40 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 42, - "column": 27 - }, - "end": { - "line": 42, - "column": 28 - } - }, - "loc": { - "start": { - "line": 42, - "column": 44 - }, - "end": { - "line": 48, - "column": 5 - } - }, - "line": 42 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 34, - "column": 0 - }, - "end": { - "line": 50, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 34, - "column": 0 - }, - "end": { - "line": 50, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 34 - }, - "3": { - "loc": { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 44, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 44, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 43 - }, - "4": { - "loc": { - "start": { - "line": 46, - "column": 6 - }, - "end": { - "line": 47, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 46, - "column": 6 - }, - "end": { - "line": 47, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 46 - } - }, - "s": { - "0": 4, - "1": 4, - "2": 0, - "3": 4, - "4": 4, - "5": 4, - "6": 4, - "7": 4, - "8": 5, - "9": 4, - "10": 4, - "11": 4, - "12": 4, - "13": 4, - "14": 4, - "15": 4, - "16": 4, - "17": 4, - "18": 0, - "19": 0, - "20": 0, - "21": 0, - "22": 0 - }, - "f": { - "0": 4, - "1": 5, - "2": 4, - "3": 0 - }, - "b": { - "0": [4, 0], - "1": [0, 4], - "2": [4, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAWI;AAXJ,2BAAwBA;AAAqB;AAAiB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAE9D,SAASC,0BAA0B;AAOnC,SAASC,eAAe;AAAA,EAAEC;AAAAA,EAAOC;AAAAA,EAAIC;AAA2C,GAAG;AACjF,SACE,uBAAC,iBAAc,OAAc,IAC1BA,YADH;AAAA;AAAA;AAAA;AAAA,SAEA;AAEJ;AAACC,KANQJ;AAQTA,eAAeK,OAAON;AAEtB,SAASC;AAAgB;AAAAM", - "names": [ - "NavDropdownBS", - "NavbarDropdownItem", - "NavbarDropdown", - "title", - "id", - "children", - "_c", - "Item", - "$RefreshReg$" - ], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/navbar/navbar-dropdown/NavbarDropdown.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/navbar/navbar-dropdown/NavbarDropdown.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "baa3be8707527de3aadf5ad31b5c49f7729113e3" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/grid/Container.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/grid/Container.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 144 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 21, - "column": 2 - }, - "end": { - "line": 25, - "column": 11 - } - }, - "9": { - "start": { - "line": 27, - "column": 0 - }, - "end": { - "line": 27, - "column": 15 - } - }, - "10": { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 29, - "column": 30 - } - }, - "11": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - "12": { - "start": { - "line": 31, - "column": 2 - }, - "end": { - "line": 31, - "column": 39 - } - }, - "13": { - "start": { - "line": 32, - "column": 2 - }, - "end": { - "line": 32, - "column": 39 - } - }, - "14": { - "start": { - "line": 33, - "column": 2 - }, - "end": { - "line": 45, - "column": 5 - } - }, - "15": { - "start": { - "line": 37, - "column": 4 - }, - "end": { - "line": 37, - "column": 170 - } - }, - "16": { - "start": { - "line": 38, - "column": 4 - }, - "end": { - "line": 44, - "column": 7 - } - }, - "17": { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "18": { - "start": { - "line": 40, - "column": 8 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "19": { - "start": { - "line": 41, - "column": 32 - }, - "end": { - "line": 41, - "column": 115 - } - }, - "20": { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - "21": { - "start": { - "line": 43, - "column": 8 - }, - "end": { - "line": 43, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "Container", - "decl": { - "start": { - "line": 17, - "column": 16 - }, - "end": { - "line": 17, - "column": 25 - } - }, - "loc": { - "start": { - "line": 20, - "column": 3 - }, - "end": { - "line": 26, - "column": 1 - } - }, - "line": 20 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 36, - "column": 9 - }, - "end": { - "line": 36, - "column": 10 - } - }, - "loc": { - "start": { - "line": 36, - "column": 29 - }, - "end": { - "line": 45, - "column": 3 - } - }, - "line": 36 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 38, - "column": 27 - }, - "end": { - "line": 38, - "column": 28 - } - }, - "loc": { - "start": { - "line": 38, - "column": 44 - }, - "end": { - "line": 44, - "column": 5 - } - }, - "line": 38 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 30 - }, - "3": { - "loc": { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 39 - }, - "4": { - "loc": { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 42 - } - }, - "s": { - "0": 4, - "1": 4, - "2": 0, - "3": 4, - "4": 4, - "5": 4, - "6": 4, - "7": 4, - "8": 9, - "9": 4, - "10": 4, - "11": 4, - "12": 4, - "13": 4, - "14": 4, - "15": 4, - "16": 4, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 4, - "1": 9, - "2": 4, - "3": 0 - }, - "b": { - "0": [4, 0], - "1": [0, 4], - "2": [4, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AASS;AATT,2BAA0B;AAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACjC,SAASA,aAAaC,mBAAmB;AAOlC,gBAASD,UAAU;AAAA,EAAEE;AAAAA,EAAU,GAAGC;AAAsB,GAAG;AAChE,SAAO,uBAAC,eAAY,GAAIA,OAAQD,YAAzB;AAAA;AAAA;AAAA;AAAA,SAAkC;AAC3C;AAACE,KAFeJ;AAAS;AAAAK", - "names": ["Container", "ContainerBS", "children", "props", "_c", "$RefreshReg$"], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/grid/Container.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/grid/Container.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "2d5546c61a75370d79e6c30756777cbb48b3d218" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/navbar/NavbarLink.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/navbar/NavbarLink.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 147 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 21, - "column": 2 - }, - "end": { - "line": 25, - "column": 11 - } - }, - "9": { - "start": { - "line": 27, - "column": 0 - }, - "end": { - "line": 27, - "column": 16 - } - }, - "10": { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 29, - "column": 31 - } - }, - "11": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - "12": { - "start": { - "line": 31, - "column": 2 - }, - "end": { - "line": 31, - "column": 39 - } - }, - "13": { - "start": { - "line": 32, - "column": 2 - }, - "end": { - "line": 32, - "column": 39 - } - }, - "14": { - "start": { - "line": 33, - "column": 2 - }, - "end": { - "line": 45, - "column": 5 - } - }, - "15": { - "start": { - "line": 37, - "column": 4 - }, - "end": { - "line": 37, - "column": 173 - } - }, - "16": { - "start": { - "line": 38, - "column": 4 - }, - "end": { - "line": 44, - "column": 7 - } - }, - "17": { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "18": { - "start": { - "line": 40, - "column": 8 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "19": { - "start": { - "line": 41, - "column": 32 - }, - "end": { - "line": 41, - "column": 115 - } - }, - "20": { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - "21": { - "start": { - "line": 43, - "column": 8 - }, - "end": { - "line": 43, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "NavbarLink", - "decl": { - "start": { - "line": 17, - "column": 16 - }, - "end": { - "line": 17, - "column": 26 - } - }, - "loc": { - "start": { - "line": 20, - "column": 3 - }, - "end": { - "line": 26, - "column": 1 - } - }, - "line": 20 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 36, - "column": 9 - }, - "end": { - "line": 36, - "column": 10 - } - }, - "loc": { - "start": { - "line": 36, - "column": 29 - }, - "end": { - "line": 45, - "column": 3 - } - }, - "line": 36 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 38, - "column": 27 - }, - "end": { - "line": 38, - "column": 28 - } - }, - "loc": { - "start": { - "line": 38, - "column": 44 - }, - "end": { - "line": 44, - "column": 5 - } - }, - "line": 38 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 30 - }, - "3": { - "loc": { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 39 - }, - "4": { - "loc": { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 42 - } - }, - "s": { - "0": 4, - "1": 4, - "2": 0, - "3": 4, - "4": 4, - "5": 4, - "6": 4, - "7": 4, - "8": 10, - "9": 4, - "10": 4, - "11": 4, - "12": 4, - "13": 4, - "14": 4, - "15": 4, - "16": 4, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 4, - "1": 10, - "2": 4, - "3": 0 - }, - "b": { - "0": [4, 0], - "1": [0, 4], - "2": [4, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAQS;AART,2BAAoB;AAAiB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAO9B,gBAASA,WAAW;AAAA,EAAEC;AAAAA,EAAMC;AAA6C,GAAG;AACjF,SAAO,uBAAC,IAAI,MAAJ,EAAS,MAAaA,YAAvB;AAAA;AAAA;AAAA;AAAA,SAAgC;AACzC;AAACC,KAFeH;AAAU;AAAAI", - "names": ["NavbarLink", "href", "children", "_c", "$RefreshReg$"], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/navbar/NavbarLink.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/navbar/NavbarLink.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "401cca4b54ba78d8771681e772326f646b4a3fe8" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/navbar/Navbar.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/navbar/Navbar.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 143 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 25, - "column": 2 - }, - "end": { - "line": 60, - "column": 11 - } - }, - "9": { - "start": { - "line": 62, - "column": 0 - }, - "end": { - "line": 62, - "column": 12 - } - }, - "10": { - "start": { - "line": 63, - "column": 0 - }, - "end": { - "line": 63, - "column": 25 - } - }, - "11": { - "start": { - "line": 64, - "column": 0 - }, - "end": { - "line": 64, - "column": 33 - } - }, - "12": { - "start": { - "line": 67, - "column": 0 - }, - "end": { - "line": 67, - "column": 27 - } - }, - "13": { - "start": { - "line": 68, - "column": 0 - }, - "end": { - "line": 84, - "column": 1 - } - }, - "14": { - "start": { - "line": 69, - "column": 2 - }, - "end": { - "line": 69, - "column": 39 - } - }, - "15": { - "start": { - "line": 70, - "column": 2 - }, - "end": { - "line": 70, - "column": 39 - } - }, - "16": { - "start": { - "line": 71, - "column": 2 - }, - "end": { - "line": 83, - "column": 5 - } - }, - "17": { - "start": { - "line": 75, - "column": 4 - }, - "end": { - "line": 75, - "column": 169 - } - }, - "18": { - "start": { - "line": 76, - "column": 4 - }, - "end": { - "line": 82, - "column": 7 - } - }, - "19": { - "start": { - "line": 77, - "column": 6 - }, - "end": { - "line": 78, - "column": 15 - } - }, - "20": { - "start": { - "line": 78, - "column": 8 - }, - "end": { - "line": 78, - "column": 15 - } - }, - "21": { - "start": { - "line": 79, - "column": 32 - }, - "end": { - "line": 79, - "column": 115 - } - }, - "22": { - "start": { - "line": 80, - "column": 6 - }, - "end": { - "line": 81, - "column": 54 - } - }, - "23": { - "start": { - "line": 81, - "column": 8 - }, - "end": { - "line": 81, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "Navbar", - "decl": { - "start": { - "line": 21, - "column": 9 - }, - "end": { - "line": 21, - "column": 15 - } - }, - "loc": { - "start": { - "line": 24, - "column": 3 - }, - "end": { - "line": 61, - "column": 1 - } - }, - "line": 24 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 74, - "column": 9 - }, - "end": { - "line": 74, - "column": 10 - } - }, - "loc": { - "start": { - "line": 74, - "column": 29 - }, - "end": { - "line": 83, - "column": 3 - } - }, - "line": 74 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 76, - "column": 27 - }, - "end": { - "line": 76, - "column": 28 - } - }, - "loc": { - "start": { - "line": 76, - "column": 44 - }, - "end": { - "line": 82, - "column": 5 - } - }, - "line": 76 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 68, - "column": 0 - }, - "end": { - "line": 84, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 68, - "column": 0 - }, - "end": { - "line": 84, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 68 - }, - "3": { - "loc": { - "start": { - "line": 77, - "column": 6 - }, - "end": { - "line": 78, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 77, - "column": 6 - }, - "end": { - "line": 78, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 77 - }, - "4": { - "loc": { - "start": { - "line": 80, - "column": 6 - }, - "end": { - "line": 81, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 80, - "column": 6 - }, - "end": { - "line": 81, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 80 - } - }, - "s": { - "0": 4, - "1": 4, - "2": 0, - "3": 4, - "4": 4, - "5": 4, - "6": 4, - "7": 4, - "8": 9, - "9": 4, - "10": 4, - "11": 4, - "12": 4, - "13": 4, - "14": 4, - "15": 4, - "16": 4, - "17": 4, - "18": 4, - "19": 0, - "20": 0, - "21": 0, - "22": 0, - "23": 0 - }, - "f": { - "0": 4, - "1": 9, - "2": 4, - "3": 0 - }, - "b": { - "0": [4, 0], - "1": [0, 4], - "2": [4, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAsBU;AAtBV,2BAA2B;AAAQ;AAAiB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACpD,SAASA,WAAW;AACpB,SAASC,sBAAsB;AAC/B,SAASC,iBAAiB;AAE1B,SAASC,kBAAkB;AAY3B,SAASC,OAAO;AAAA,EAAEC;AAAAA,EAAOC;AAAyC,GAAG;AACnE,SACE,uBAAC,YAAS,kBAAgB,MAAC,IAAG,SAAQ,QAAO,MAAK,OAAM,OACtD,iCAAC,aACC;AAAA,2BAAC,SAAS,OAAT,EAAe,MAAMD,MAAME,MAC1B;AAAA,6BAAC,SAAI,OAAM,MAAK,QAAO,MAAK,KAAKF,MAAMG,YAAY,KAAI,sBAAvD;AAAA;AAAA;AAAA;AAAA,aAAyE;AAAA,MACxEH,MAAMI;AAAAA,SAFT;AAAA;AAAA;AAAA;AAAA,WAGA;AAAA,IACA,uBAAC,SAAS,QAAT,EAAgB,iBAAc,2BAA/B;AAAA;AAAA;AAAA;AAAA,WAAsD;AAAA,IACtD,uBAAC,SAAS,UAAT,EAAkB,IAAG,yBACpB,iCAAC,OAAKH,YAAN;AAAA;AAAA;AAAA;AAAA,WAAe,KADjB;AAAA;AAAA;AAAA;AAAA,WAEA;AAAA,OARF;AAAA;AAAA;AAAA;AAAA,SASA,KAVF;AAAA;AAAA;AAAA;AAAA,SAWA;AAEJ;AAACI,KAfQN;AAiBTA,OAAOO,OAAOR;AACdC,OAAOQ,WAAWX;AAElB,SAASG;AAAQ;AAAAS", - "names": [ - "Nav", - "NavbarDropdown", - "Container", - "NavbarLink", - "Navbar", - "brand", - "children", - "href", - "logoImgSrc", - "title", - "_c", - "Link", - "Dropdown", - "$RefreshReg$" - ], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/navbar/Navbar.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/navbar/Navbar.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "75e5759e8eb87130aa43da7345b7ed4ecae2fcab" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/table/Table.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/table/Table.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 141 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 21, - "column": 2 - }, - "end": { - "line": 25, - "column": 11 - } - }, - "9": { - "start": { - "line": 27, - "column": 0 - }, - "end": { - "line": 27, - "column": 11 - } - }, - "10": { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 29, - "column": 26 - } - }, - "11": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - "12": { - "start": { - "line": 31, - "column": 2 - }, - "end": { - "line": 31, - "column": 39 - } - }, - "13": { - "start": { - "line": 32, - "column": 2 - }, - "end": { - "line": 32, - "column": 39 - } - }, - "14": { - "start": { - "line": 33, - "column": 2 - }, - "end": { - "line": 45, - "column": 5 - } - }, - "15": { - "start": { - "line": 37, - "column": 4 - }, - "end": { - "line": 37, - "column": 167 - } - }, - "16": { - "start": { - "line": 38, - "column": 4 - }, - "end": { - "line": 44, - "column": 7 - } - }, - "17": { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "18": { - "start": { - "line": 40, - "column": 8 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "19": { - "start": { - "line": 41, - "column": 32 - }, - "end": { - "line": 41, - "column": 115 - } - }, - "20": { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - "21": { - "start": { - "line": 43, - "column": 8 - }, - "end": { - "line": 43, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "Table", - "decl": { - "start": { - "line": 18, - "column": 16 - }, - "end": { - "line": 18, - "column": 21 - } - }, - "loc": { - "start": { - "line": 20, - "column": 3 - }, - "end": { - "line": 26, - "column": 1 - } - }, - "line": 20 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 36, - "column": 9 - }, - "end": { - "line": 36, - "column": 10 - } - }, - "loc": { - "start": { - "line": 36, - "column": 29 - }, - "end": { - "line": 45, - "column": 3 - } - }, - "line": 36 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 38, - "column": 27 - }, - "end": { - "line": 38, - "column": 28 - } - }, - "loc": { - "start": { - "line": 38, - "column": 44 - }, - "end": { - "line": 44, - "column": 5 - } - }, - "line": 38 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 30 - }, - "3": { - "loc": { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 39 - }, - "4": { - "loc": { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 42 - } - }, - "s": { - "0": 2, - "1": 2, - "2": 0, - "3": 2, - "4": 2, - "5": 2, - "6": 2, - "7": 2, - "8": 2, - "9": 2, - "10": 2, - "11": 2, - "12": 2, - "13": 2, - "14": 2, - "15": 2, - "16": 2, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 2, - "1": 2, - "2": 2, - "3": 0 - }, - "b": { - "0": [2, 0], - "1": [0, 2], - "2": [2, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAMI;AANJ,2BAA0B;AAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACzC,SAASA,SAASC,eAAe;AACjC,OAAOC,YAAY;AAEZ,gBAASF,MAAM;AAAA,EAAEG;AAA4B,GAAG;AACrD,SACE,uBAAC,WAAQ,SAAO,MAAC,UAAQ,MAAC,WAAWD,OAAOE,OACzCD,YADH;AAAA;AAAA;AAAA;AAAA,SAEA;AAEJ;AAACE,KANeL;AAAK;AAAAM", - "names": ["Table", "TableBS", "styles", "children", "table", "_c", "$RefreshReg$"], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/table/Table.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/table/Table.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "b3d156e18395a90e6c5f3859cf6215dee74af63f" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/tabs/Tab.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/tabs/Tab.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 138 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 22, - "column": 2 - }, - "end": { - "line": 26, - "column": 11 - } - }, - "9": { - "start": { - "line": 28, - "column": 0 - }, - "end": { - "line": 28, - "column": 9 - } - }, - "10": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 30, - "column": 24 - } - }, - "11": { - "start": { - "line": 31, - "column": 0 - }, - "end": { - "line": 47, - "column": 1 - } - }, - "12": { - "start": { - "line": 32, - "column": 2 - }, - "end": { - "line": 32, - "column": 39 - } - }, - "13": { - "start": { - "line": 33, - "column": 2 - }, - "end": { - "line": 33, - "column": 39 - } - }, - "14": { - "start": { - "line": 34, - "column": 2 - }, - "end": { - "line": 46, - "column": 5 - } - }, - "15": { - "start": { - "line": 38, - "column": 4 - }, - "end": { - "line": 38, - "column": 164 - } - }, - "16": { - "start": { - "line": 39, - "column": 4 - }, - "end": { - "line": 45, - "column": 7 - } - }, - "17": { - "start": { - "line": 40, - "column": 6 - }, - "end": { - "line": 41, - "column": 15 - } - }, - "18": { - "start": { - "line": 41, - "column": 8 - }, - "end": { - "line": 41, - "column": 15 - } - }, - "19": { - "start": { - "line": 42, - "column": 32 - }, - "end": { - "line": 42, - "column": 115 - } - }, - "20": { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 44, - "column": 54 - } - }, - "21": { - "start": { - "line": 44, - "column": 8 - }, - "end": { - "line": 44, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "Tab", - "decl": { - "start": { - "line": 17, - "column": 16 - }, - "end": { - "line": 17, - "column": 19 - } - }, - "loc": { - "start": { - "line": 21, - "column": 3 - }, - "end": { - "line": 27, - "column": 1 - } - }, - "line": 21 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 37, - "column": 9 - }, - "end": { - "line": 37, - "column": 10 - } - }, - "loc": { - "start": { - "line": 37, - "column": 29 - }, - "end": { - "line": 46, - "column": 3 - } - }, - "line": 37 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 39, - "column": 27 - }, - "end": { - "line": 39, - "column": 28 - } - }, - "loc": { - "start": { - "line": 39, - "column": 44 - }, - "end": { - "line": 45, - "column": 5 - } - }, - "line": 39 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 31, - "column": 0 - }, - "end": { - "line": 47, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 31, - "column": 0 - }, - "end": { - "line": 47, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 31 - }, - "3": { - "loc": { - "start": { - "line": 40, - "column": 6 - }, - "end": { - "line": 41, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 40, - "column": 6 - }, - "end": { - "line": 41, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 40 - }, - "4": { - "loc": { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 44, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 43, - "column": 6 - }, - "end": { - "line": 44, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 43 - } - }, - "s": { - "0": 3, - "1": 3, - "2": 0, - "3": 3, - "4": 3, - "5": 3, - "6": 3, - "7": 3, - "8": 0, - "9": 3, - "10": 3, - "11": 3, - "12": 3, - "13": 3, - "14": 3, - "15": 3, - "16": 3, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 3, - "1": 0, - "2": 3, - "3": 0 - }, - "b": { - "0": [3, 0], - "1": [0, 3], - "2": [3, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AAUI;AAVJ,2BAA0B;AAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACzC,SAASA,OAAOC,aAAa;AAOtB,gBAASD,IAAI;AAAA,EAAEE;AAAAA,EAAOC;AAAAA,EAAUC;AAAsC,GAAG;AAC9E,SACE,uBAAC,SAAM,OAAc,UAClBA,YADH;AAAA;AAAA;AAAA;AAAA,SAEA;AAEJ;AAACC,KANeL;AAAG;AAAAM", - "names": ["Tab", "TabBS", "title", "eventKey", "children", "_c", "$RefreshReg$"], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/tabs/Tab.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/tabs/Tab.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "eb50ddc066a18343f25bb8cf5f2b8d433740e2a1" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/tabs/Tabs.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/tabs/Tabs.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 139 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 22, - "column": 2 - }, - "end": { - "line": 26, - "column": 11 - } - }, - "9": { - "start": { - "line": 28, - "column": 0 - }, - "end": { - "line": 28, - "column": 10 - } - }, - "10": { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 29, - "column": 15 - } - }, - "11": { - "start": { - "line": 32, - "column": 0 - }, - "end": { - "line": 32, - "column": 25 - } - }, - "12": { - "start": { - "line": 33, - "column": 0 - }, - "end": { - "line": 49, - "column": 1 - } - }, - "13": { - "start": { - "line": 34, - "column": 2 - }, - "end": { - "line": 34, - "column": 39 - } - }, - "14": { - "start": { - "line": 35, - "column": 2 - }, - "end": { - "line": 35, - "column": 39 - } - }, - "15": { - "start": { - "line": 36, - "column": 2 - }, - "end": { - "line": 48, - "column": 5 - } - }, - "16": { - "start": { - "line": 40, - "column": 4 - }, - "end": { - "line": 40, - "column": 165 - } - }, - "17": { - "start": { - "line": 41, - "column": 4 - }, - "end": { - "line": 47, - "column": 7 - } - }, - "18": { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 15 - } - }, - "19": { - "start": { - "line": 43, - "column": 8 - }, - "end": { - "line": 43, - "column": 15 - } - }, - "20": { - "start": { - "line": 44, - "column": 32 - }, - "end": { - "line": 44, - "column": 115 - } - }, - "21": { - "start": { - "line": 45, - "column": 6 - }, - "end": { - "line": 46, - "column": 54 - } - }, - "22": { - "start": { - "line": 46, - "column": 8 - }, - "end": { - "line": 46, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "Tabs", - "decl": { - "start": { - "line": 18, - "column": 9 - }, - "end": { - "line": 18, - "column": 13 - } - }, - "loc": { - "start": { - "line": 21, - "column": 3 - }, - "end": { - "line": 27, - "column": 1 - } - }, - "line": 21 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 39, - "column": 9 - }, - "end": { - "line": 39, - "column": 10 - } - }, - "loc": { - "start": { - "line": 39, - "column": 29 - }, - "end": { - "line": 48, - "column": 3 - } - }, - "line": 39 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 41, - "column": 27 - }, - "end": { - "line": 41, - "column": 28 - } - }, - "loc": { - "start": { - "line": 41, - "column": 44 - }, - "end": { - "line": 47, - "column": 5 - } - }, - "line": 41 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 33, - "column": 0 - }, - "end": { - "line": 49, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 33, - "column": 0 - }, - "end": { - "line": 49, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 33 - }, - "3": { - "loc": { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 42 - }, - "4": { - "loc": { - "start": { - "line": 45, - "column": 6 - }, - "end": { - "line": 46, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 45, - "column": 6 - }, - "end": { - "line": 46, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 45 - } - }, - "s": { - "0": 3, - "1": 3, - "2": 0, - "3": 3, - "4": 3, - "5": 3, - "6": 3, - "7": 3, - "8": 5, - "9": 3, - "10": 3, - "11": 3, - "12": 3, - "13": 3, - "14": 3, - "15": 3, - "16": 3, - "17": 3, - "18": 0, - "19": 0, - "20": 0, - "21": 0, - "22": 0 - }, - "f": { - "0": 3, - "1": 5, - "2": 3, - "3": 0 - }, - "b": { - "0": [3, 0], - "1": [0, 3], - "2": [3, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AASS;AATT,2BAA0B;AAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACzC,SAASA,WAAW;AACpB,SAASC,QAAQC,cAAc;AAM/B,SAASD,KAAK;AAAA,EAAEE;AAAAA,EAAkBC;AAAuC,GAAG;AAC1E,SAAO,uBAAC,UAAO,kBAAqCA,YAA7C;AAAA;AAAA;AAAA;AAAA,SAAsD;AAC/D;AAACC,KAFQJ;AAITA,KAAKD,MAAMA;AAEX,SAASC;AAAM;AAAAK", - "names": ["Tab", "Tabs", "TabsBS", "defaultActiveKey", "children", "_c", "$RefreshReg$"], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/tabs/Tabs.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/tabs/Tabs.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "c4bd44e44bb2d037d4ff06341cc274a505319413" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/dropdown-button/dropdown-button-item/DropdownButtonItem.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/dropdown-button/dropdown-button-item/DropdownButtonItem.tsx", - "statementMap": { - "0": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "1": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "2": { - "start": { - "line": 7, - "column": 4 - }, - "end": { - "line": 7, - "column": 165 - } - }, - "3": { - "start": { - "line": 9, - "column": 2 - }, - "end": { - "line": 9, - "column": 39 - } - }, - "4": { - "start": { - "line": 10, - "column": 2 - }, - "end": { - "line": 10, - "column": 39 - } - }, - "5": { - "start": { - "line": 11, - "column": 2 - }, - "end": { - "line": 13, - "column": 4 - } - }, - "6": { - "start": { - "line": 12, - "column": 4 - }, - "end": { - "line": 12, - "column": 185 - } - }, - "7": { - "start": { - "line": 14, - "column": 2 - }, - "end": { - "line": 14, - "column": 75 - } - }, - "8": { - "start": { - "line": 21, - "column": 2 - }, - "end": { - "line": 25, - "column": 11 - } - }, - "9": { - "start": { - "line": 27, - "column": 0 - }, - "end": { - "line": 27, - "column": 24 - } - }, - "10": { - "start": { - "line": 29, - "column": 0 - }, - "end": { - "line": 29, - "column": 39 - } - }, - "11": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - "12": { - "start": { - "line": 31, - "column": 2 - }, - "end": { - "line": 31, - "column": 39 - } - }, - "13": { - "start": { - "line": 32, - "column": 2 - }, - "end": { - "line": 32, - "column": 39 - } - }, - "14": { - "start": { - "line": 33, - "column": 2 - }, - "end": { - "line": 45, - "column": 5 - } - }, - "15": { - "start": { - "line": 37, - "column": 4 - }, - "end": { - "line": 37, - "column": 211 - } - }, - "16": { - "start": { - "line": 38, - "column": 4 - }, - "end": { - "line": 44, - "column": 7 - } - }, - "17": { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "18": { - "start": { - "line": 40, - "column": 8 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "19": { - "start": { - "line": 41, - "column": 32 - }, - "end": { - "line": 41, - "column": 115 - } - }, - "20": { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - "21": { - "start": { - "line": 43, - "column": 8 - }, - "end": { - "line": 43, - "column": 54 - } - } - }, - "fnMap": { - "0": { - "name": "(anonymous_0)", - "decl": { - "start": { - "line": 11, - "column": 24 - }, - "end": { - "line": 11, - "column": 25 - } - }, - "loc": { - "start": { - "line": 11, - "column": 38 - }, - "end": { - "line": 13, - "column": 3 - } - }, - "line": 11 - }, - "1": { - "name": "DropdownButtonItem", - "decl": { - "start": { - "line": 17, - "column": 16 - }, - "end": { - "line": 17, - "column": 34 - } - }, - "loc": { - "start": { - "line": 20, - "column": 3 - }, - "end": { - "line": 26, - "column": 1 - } - }, - "line": 20 - }, - "2": { - "name": "(anonymous_2)", - "decl": { - "start": { - "line": 36, - "column": 9 - }, - "end": { - "line": 36, - "column": 10 - } - }, - "loc": { - "start": { - "line": 36, - "column": 29 - }, - "end": { - "line": 45, - "column": 3 - } - }, - "line": 36 - }, - "3": { - "name": "(anonymous_3)", - "decl": { - "start": { - "line": 38, - "column": 27 - }, - "end": { - "line": 38, - "column": 28 - } - }, - "loc": { - "start": { - "line": 38, - "column": 44 - }, - "end": { - "line": 44, - "column": 5 - } - }, - "line": 38 - } - }, - "branchMap": { - "0": { - "loc": { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 5, - "column": 0 - }, - "end": { - "line": 15, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 5 - }, - "1": { - "loc": { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 6, - "column": 2 - }, - "end": { - "line": 8, - "column": 3 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 6 - }, - "2": { - "loc": { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 30, - "column": 0 - }, - "end": { - "line": 46, - "column": 1 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 30 - }, - "3": { - "loc": { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 39, - "column": 6 - }, - "end": { - "line": 40, - "column": 15 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 39 - }, - "4": { - "loc": { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - "type": "if", - "locations": [ - { - "start": { - "line": 42, - "column": 6 - }, - "end": { - "line": 43, - "column": 54 - } - }, - { - "start": {}, - "end": {} - } - ], - "line": 42 - } - }, - "s": { - "0": 3, - "1": 3, - "2": 0, - "3": 3, - "4": 3, - "5": 3, - "6": 3, - "7": 3, - "8": 5, - "9": 3, - "10": 3, - "11": 3, - "12": 3, - "13": 3, - "14": 3, - "15": 3, - "16": 3, - "17": 0, - "18": 0, - "19": 0, - "20": 0, - "21": 0 - }, - "f": { - "0": 3, - "1": 5, - "2": 3, - "3": 0 - }, - "b": { - "0": [3, 0], - "1": [0, 3], - "2": [3, 0], - "3": [0, 0], - "4": [0, 0] - }, - "inputSourceMap": { - "version": 3, - "mappings": "AASS;AATT,2BAAqBA;AAAkB;AAAiB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAQjD,gBAASC,mBAAmB;AAAA,EAAEC;AAAAA,EAAMC;AAA4B,GAAG;AACxE,SAAO,uBAAC,WAAW,MAAX,EAAgB,MAAaA,YAA9B;AAAA;AAAA;AAAA;AAAA,SAAuC;AAChD;AAACC,KAFeH;AAAkB;AAAAI", - "names": ["DropdownBS", "DropdownButtonItem", "href", "children", "_c", "$RefreshReg$"], - "sources": [ - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/dropdown-button/dropdown-button-item/DropdownButtonItem.tsx" - ], - "file": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/dropdown-button/dropdown-button-item/DropdownButtonItem.tsx" - }, - "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", - "hash": "3046ab81c1cfd74934774f62c455d230599c2ac9" - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/alert/AlertVariant.ts": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/alert/AlertVariant.ts", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - }, - "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/button-group/ButtonToolbar.tsx": { - "path": "/Users/melina/GitHub/dataverse-frontend/packages/design-system/src/lib/components/button-group/ButtonToolbar.tsx", - "statementMap": {}, - "fnMap": {}, - "branchMap": {}, - "s": {}, - "f": {}, - "b": {} - } -} diff --git a/packages/design-system/src/lib/components/icon.enum.ts b/packages/design-system/src/lib/components/Icon.enum.ts similarity index 100% rename from packages/design-system/src/lib/components/icon.enum.ts rename to packages/design-system/src/lib/components/Icon.enum.ts diff --git a/packages/design-system/src/lib/components/assets/styles/index.scss b/packages/design-system/src/lib/components/assets/styles/index.scss index ed5c49214..1635c7e16 100644 --- a/packages/design-system/src/lib/components/assets/styles/index.scss +++ b/packages/design-system/src/lib/components/assets/styles/index.scss @@ -1,6 +1,3 @@ -@layer bootstrap, core; @import "src/lib/components/assets/styles/fontcustom"; +@import "src/lib/components/assets/styles/bootstrap-customized"; -@layer bootstrap { - @import "src/lib/components/assets/styles/bootstrap-customized"; -} diff --git a/packages/design-system/src/lib/components/badge/Badge.module.scss b/packages/design-system/src/lib/components/badge/Badge.module.scss index 0d61b4b30..a7d817d7d 100644 --- a/packages/design-system/src/lib/components/badge/Badge.module.scss +++ b/packages/design-system/src/lib/components/badge/Badge.module.scss @@ -2,28 +2,26 @@ @import 'bootstrap/scss/variables'; @import 'src/lib/components/assets/styles/design-tokens/colors.module'; -@layer core { - .primary { - color: color-contrast($dv-primary-color); - } +.primary:not(#\#) { + color: color-contrast($dv-primary-color); +} - .secondary { - color: color-contrast($dv-secondary-color); - } +.secondary:not(#\#) { + color: color-contrast($dv-secondary-color); +} - .info { - color: color-contrast($dv-info-color); - } +.info:not(#\#) { + color: color-contrast($dv-info-color); +} - .success { - color: color-contrast($dv-success-color); - } +.success:not(#\#) { + color: color-contrast($dv-success-color); +} - .warning { - color: color-contrast($dv-warning-color); - } +.warning:not(#\#) { + color: color-contrast($dv-warning-color); +} - .danger { - color: color-contrast($dv-danger-color); - } +.danger:not(#\#) { + color: color-contrast($dv-danger-color); } \ No newline at end of file diff --git a/packages/design-system/src/lib/components/button/Button.tsx b/packages/design-system/src/lib/components/button/Button.tsx index 6045c8406..bf3bcd6e7 100644 --- a/packages/design-system/src/lib/components/button/Button.tsx +++ b/packages/design-system/src/lib/components/button/Button.tsx @@ -1,7 +1,7 @@ import { MouseEvent, ReactNode } from 'react' import styles from './Button.module.scss' import { Button as ButtonBS } from 'react-bootstrap' -import { Icon } from '../icon.enum' +import { Icon } from '../Icon.enum' type ButtonVariant = 'primary' | 'secondary' | 'link' diff --git a/packages/design-system/src/lib/components/dropdown-button/DropdownButton.tsx b/packages/design-system/src/lib/components/dropdown-button/DropdownButton.tsx index bb64cdc66..10b12f91c 100644 --- a/packages/design-system/src/lib/components/dropdown-button/DropdownButton.tsx +++ b/packages/design-system/src/lib/components/dropdown-button/DropdownButton.tsx @@ -1,7 +1,7 @@ import { DropdownButton as DropdownButtonBS } from 'react-bootstrap' import { ReactNode } from 'react' import styles from './DropdownButton.module.scss' -import { Icon } from '../icon.enum' +import { Icon } from '../Icon.enum' import { ButtonGroup } from '../button-group/ButtonGroup' type DropdownButtonVariant = 'primary' | 'secondary' diff --git a/packages/design-system/src/lib/index.ts b/packages/design-system/src/lib/index.ts index 098f53a45..b59a8503e 100644 --- a/packages/design-system/src/lib/index.ts +++ b/packages/design-system/src/lib/index.ts @@ -7,6 +7,13 @@ export { Container } from './components/grid/Container' export { Row } from './components/grid/Row' export { Navbar } from './components/navbar/Navbar' export { NavbarDropdown } from './components/navbar/navbar-dropdown/NavbarDropdown' -export { ThemeProvider } from './components/theme/ThemeProvider' +export { ThemeProvider, useTheme } from './components/theme/ThemeProvider' export { Breadcrumb } from './components/breadcrumb/Breadcrumb' -export { BreadcrumbItem } from './components/breadcrumb/BreadcrumbItem' +export { Alert } from './components/alert/Alert' +export { Tabs } from './components/tabs/Tabs' +export { Accordion } from './components/accordion/Accordion' +export { ButtonGroup } from './components/button-group/ButtonGroup' +export { Form } from './components/form/Form' +export { Modal } from './components/modal/Modal' +export { Table } from './components/table/Table' +export { Tooltip } from './components/tooltip/Tooltip' diff --git a/packages/design-system/src/lib/stories/button/Button.stories.tsx b/packages/design-system/src/lib/stories/button/Button.stories.tsx index c22778f11..30e6a3fe1 100644 --- a/packages/design-system/src/lib/stories/button/Button.stories.tsx +++ b/packages/design-system/src/lib/stories/button/Button.stories.tsx @@ -1,6 +1,6 @@ import type { Meta, StoryObj } from '@storybook/react' import { Button } from '../../components/button/Button' -import { Icon } from '../../components/icon.enum' +import { Icon } from '../../components/Icon.enum' /** * ## Description diff --git a/packages/design-system/src/lib/stories/dropdown-button/DropdownButton.stories.tsx b/packages/design-system/src/lib/stories/dropdown-button/DropdownButton.stories.tsx index eecd827f5..9c94b0e5e 100644 --- a/packages/design-system/src/lib/stories/dropdown-button/DropdownButton.stories.tsx +++ b/packages/design-system/src/lib/stories/dropdown-button/DropdownButton.stories.tsx @@ -1,7 +1,7 @@ import type { Meta, StoryObj } from '@storybook/react' import { DropdownButtonItem } from '../../components/dropdown-button/dropdown-button-item/DropdownButtonItem' import { DropdownButton } from '../../components/dropdown-button/DropdownButton' -import { Icon } from '../../components/icon.enum' +import { Icon } from '../../components/Icon.enum' import { CanvasFixedHeight } from '../CanvasFixedHeight' /** diff --git a/packages/design-system/tests/component/button/Button.spec.tsx b/packages/design-system/tests/component/button/Button.spec.tsx index eb63dc61a..6c608eb3a 100644 --- a/packages/design-system/tests/component/button/Button.spec.tsx +++ b/packages/design-system/tests/component/button/Button.spec.tsx @@ -1,5 +1,5 @@ import { Button } from '../../../src/lib/components/button/Button' -import { Icon } from '../../../src/lib/components/icon.enum' +import { Icon } from '../../../src/lib/components/Icon.enum' describe('Button', () => { const clickMeText = 'Click me' diff --git a/packages/design-system/tests/component/dropdown-button/DropdownButton.spec.tsx b/packages/design-system/tests/component/dropdown-button/DropdownButton.spec.tsx index 3955f1f50..a0d002591 100644 --- a/packages/design-system/tests/component/dropdown-button/DropdownButton.spec.tsx +++ b/packages/design-system/tests/component/dropdown-button/DropdownButton.spec.tsx @@ -1,5 +1,5 @@ import { DropdownButton } from '../../../src/lib/components/dropdown-button/DropdownButton' -import { Icon } from '../../../src/lib/components/icon.enum' +import { Icon } from '../../../src/lib/components/Icon.enum' import styles from '../../../src/lib/components/dropdown-button/DropdownButton.module.scss' const titleText = 'My Dropdown Button' diff --git a/public/locales/en/dataset.json b/public/locales/en/dataset.json new file mode 100644 index 000000000..1cc49dad3 --- /dev/null +++ b/public/locales/en/dataset.json @@ -0,0 +1,4 @@ +{ + "filesTabTitle": "Files", + "metadataTabTitle": "Metadata" +} diff --git a/public/locales/en/pageNotFound.json b/public/locales/en/pageNotFound.json new file mode 100644 index 000000000..1fb88259b --- /dev/null +++ b/public/locales/en/pageNotFound.json @@ -0,0 +1,4 @@ +{ + "heading": "Page Not Found", + "message": "The page you are looking for was not found. If you believe this is an error, please contact Demo Dataverse Support for assistance." +} diff --git a/src/Router.tsx b/src/Router.tsx index 15906299b..0f9e895ef 100644 --- a/src/Router.tsx +++ b/src/Router.tsx @@ -1,6 +1,8 @@ import { createBrowserRouter, RouterProvider } from 'react-router-dom' import { HelloDataverse } from './sections/hello-dataverse/HelloDataverse' import { Layout } from './sections/layout/Layout' +import { Route } from './sections/Route.enum' +import { DatasetFactory } from './sections/dataset/DatasetFactory' const router = createBrowserRouter( [ @@ -9,8 +11,12 @@ const router = createBrowserRouter( element: , children: [ { - path: '/', + path: Route.HOME, element: + }, + { + path: `${Route.DATASETS}/:id`, + element: DatasetFactory.create() } ] } diff --git a/src/dataset/domain/models/Dataset.ts b/src/dataset/domain/models/Dataset.ts new file mode 100644 index 000000000..401dd6954 --- /dev/null +++ b/src/dataset/domain/models/Dataset.ts @@ -0,0 +1,12 @@ +import { LabelSemanticMeaning } from './LabelSemanticMeaning.enum' + +export interface DatasetLabel { + semanticMeaning: LabelSemanticMeaning + value: string +} + +export interface Dataset { + id: string + title: string + labels: DatasetLabel[] +} diff --git a/src/dataset/domain/models/LabelSemanticMeaning.enum.ts b/src/dataset/domain/models/LabelSemanticMeaning.enum.ts new file mode 100644 index 000000000..637f53718 --- /dev/null +++ b/src/dataset/domain/models/LabelSemanticMeaning.enum.ts @@ -0,0 +1,8 @@ +export enum LabelSemanticMeaning { + DATASET = 'dataset', + FILE = 'file', + SUCCESS = 'success', + INFO = 'info', + WARNING = 'warning', + DANGER = 'danger' +} diff --git a/src/dataset/domain/repositories/DatasetRepository.ts b/src/dataset/domain/repositories/DatasetRepository.ts new file mode 100644 index 000000000..07e7d5ed3 --- /dev/null +++ b/src/dataset/domain/repositories/DatasetRepository.ts @@ -0,0 +1,5 @@ +import { Dataset } from '../models/Dataset' + +export interface DatasetRepository { + getById: (id: string) => Promise +} diff --git a/src/dataset/domain/useCases/getDataset.ts b/src/dataset/domain/useCases/getDataset.ts new file mode 100644 index 000000000..066f37445 --- /dev/null +++ b/src/dataset/domain/useCases/getDataset.ts @@ -0,0 +1,11 @@ +import { DatasetRepository } from '../repositories/DatasetRepository' +import { Dataset } from '../models/Dataset' + +export async function getDataset( + datasetRepository: DatasetRepository, + datasetId: string +): Promise { + return datasetRepository.getById(datasetId).catch((error: Error) => { + throw new Error(error.message) + }) +} diff --git a/src/dataset/infrastructure/repositories/DatasetJSDataverseRepository.ts b/src/dataset/infrastructure/repositories/DatasetJSDataverseRepository.ts new file mode 100644 index 000000000..3971f5ac7 --- /dev/null +++ b/src/dataset/infrastructure/repositories/DatasetJSDataverseRepository.ts @@ -0,0 +1,21 @@ +import { DatasetRepository } from '../../domain/repositories/DatasetRepository' +import { Dataset } from '../../domain/models/Dataset' +import { LabelSemanticMeaning } from '../../domain/models/LabelSemanticMeaning.enum' + +export class DatasetJSDataverseRepository implements DatasetRepository { + getById(id: string): Promise { + // TODO - Implement this method using the js-dataverse module + return new Promise((resolve) => { + setTimeout(() => { + resolve({ + id: id, + title: 'Dataset Title', + labels: [ + { value: 'Version 1.0', semanticMeaning: LabelSemanticMeaning.FILE }, + { value: 'Draft', semanticMeaning: LabelSemanticMeaning.DATASET } + ] + }) + }, 1000) + }) + } +} diff --git a/src/index.tsx b/src/index.tsx index 53df2ce4e..56baae618 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -3,15 +3,18 @@ import ReactDOM from 'react-dom/client' import App from './App' import reportWebVitals from './reportWebVitals' import './i18n' +import { LoadingProvider } from './sections/loading/LoadingProvider' import { ThemeProvider } from 'dataverse-design-system' const root = ReactDOM.createRoot(document.getElementById('root') as HTMLElement) root.render( - - - + + + + + ) diff --git a/src/sections/route.enum.ts b/src/sections/Route.enum.ts similarity index 81% rename from src/sections/route.enum.ts rename to src/sections/Route.enum.ts index 190214b6d..a63752a54 100644 --- a/src/sections/route.enum.ts +++ b/src/sections/Route.enum.ts @@ -2,5 +2,6 @@ export enum Route { HOME = '/', SIGN_UP = '/dataverseuser.xhtml?editMode=CREATE&redirectPage=%2Fdataverse.xhtml', LOG_IN = '/loginpage.xhtml?redirectPage=%2Fdataverse.xhtml', - LOG_OUT = '/' + LOG_OUT = '/', + DATASETS = 'datasets' } diff --git a/src/sections/dataset/Dataset.module.scss b/src/sections/dataset/Dataset.module.scss new file mode 100644 index 000000000..31b14ca06 --- /dev/null +++ b/src/sections/dataset/Dataset.module.scss @@ -0,0 +1,7 @@ +.header { + margin: 0.5em 0; +} + +.container { + margin: 0.5rem 0; +} \ No newline at end of file diff --git a/src/sections/dataset/Dataset.tsx b/src/sections/dataset/Dataset.tsx new file mode 100644 index 000000000..856120481 --- /dev/null +++ b/src/sections/dataset/Dataset.tsx @@ -0,0 +1,55 @@ +import { DatasetRepository } from '../../dataset/domain/repositories/DatasetRepository' +import { useDataset } from './useDataset' +import { Tabs, Col, Row } from 'dataverse-design-system' +import styles from './Dataset.module.scss' +import { DatasetLabels } from './dataset-labels/DatasetLabels' +import { useLoading } from '../loading/LoadingContext' +import { DatasetSkeleton } from './DatasetSkeleton' +import { PageNotFound } from '../page-not-found/PageNotFound' +import { useTranslation } from 'react-i18next' + +interface DatasetProps { + datasetRepository: DatasetRepository + id: string +} + +export function Dataset({ datasetRepository, id }: DatasetProps) { + const { dataset } = useDataset(datasetRepository, id) + const { isLoading } = useLoading() + const { t } = useTranslation('dataset') + + if (isLoading) { + return + } + + return ( + <> + {!dataset ? ( + + ) : ( +
+
+

{dataset.title}

+ +
+
+ + Citation Block + + + Summary Block + + + +
Files Section
+
+ +
Metadata Section
+
+
+
+
+ )} + + ) +} diff --git a/src/sections/dataset/DatasetFactory.tsx b/src/sections/dataset/DatasetFactory.tsx new file mode 100644 index 000000000..f71286d4e --- /dev/null +++ b/src/sections/dataset/DatasetFactory.tsx @@ -0,0 +1,24 @@ +import { ReactElement } from 'react' +import { useNavigate, useParams } from 'react-router-dom' +import { Dataset } from './Dataset' +import { DatasetJSDataverseRepository } from '../../dataset/infrastructure/repositories/DatasetJSDataverseRepository' + +const datasetRepository = new DatasetJSDataverseRepository() + +export class DatasetFactory { + static create(): ReactElement { + return + } +} + +function DatasetWithRouteId() { + const { id } = useParams() + const navigate = useNavigate() + + if (id === undefined) { + navigate('/') + return <> + } + + return +} diff --git a/src/sections/dataset/DatasetSkeleton.tsx b/src/sections/dataset/DatasetSkeleton.tsx new file mode 100644 index 000000000..1b24c8a53 --- /dev/null +++ b/src/sections/dataset/DatasetSkeleton.tsx @@ -0,0 +1,39 @@ +import Skeleton, { SkeletonTheme } from 'react-loading-skeleton' +import styles from './Dataset.module.scss' +import { Row, Col, Tabs } from 'dataverse-design-system' +import 'react-loading-skeleton/dist/skeleton.css' + +export function DatasetSkeleton() { + return ( + +
+
+

+ +

+ +
+
+ + + + + + + + + + + + + + + + + + +
+
+
+ ) +} diff --git a/src/sections/dataset/dataset-labels/DatasetLabels.module.scss b/src/sections/dataset/dataset-labels/DatasetLabels.module.scss new file mode 100644 index 000000000..ec77535e7 --- /dev/null +++ b/src/sections/dataset/dataset-labels/DatasetLabels.module.scss @@ -0,0 +1,3 @@ +.container > * { + margin-right: 0.5em; +} \ No newline at end of file diff --git a/src/sections/dataset/dataset-labels/DatasetLabels.tsx b/src/sections/dataset/dataset-labels/DatasetLabels.tsx new file mode 100644 index 000000000..ed1b5d350 --- /dev/null +++ b/src/sections/dataset/dataset-labels/DatasetLabels.tsx @@ -0,0 +1,36 @@ +import { Badge } from 'dataverse-design-system' +import { DatasetLabel } from '../../../dataset/domain/models/Dataset' +import styles from './DatasetLabels.module.scss' +import { LabelSemanticMeaning } from '../../../dataset/domain/models/LabelSemanticMeaning.enum' + +const VARIANT_BY_SEMANTIC_MEANING: Record< + LabelSemanticMeaning, + 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' +> = { + [LabelSemanticMeaning.DATASET]: 'primary', + [LabelSemanticMeaning.FILE]: 'secondary', + [LabelSemanticMeaning.SUCCESS]: 'success', + [LabelSemanticMeaning.DANGER]: 'danger', + [LabelSemanticMeaning.WARNING]: 'warning', + [LabelSemanticMeaning.INFO]: 'info' +} + +interface DatasetLabelsProps { + labels: DatasetLabel[] +} + +export function DatasetLabels({ labels }: DatasetLabelsProps) { + return ( +
+ {labels.map((label: DatasetLabel, index) => { + return ( + + {label.value} + + ) + })} +
+ ) +} diff --git a/src/sections/dataset/useDataset.tsx b/src/sections/dataset/useDataset.tsx new file mode 100644 index 000000000..9166c2c48 --- /dev/null +++ b/src/sections/dataset/useDataset.tsx @@ -0,0 +1,22 @@ +import { useEffect, useState } from 'react' +import { DatasetRepository } from '../../dataset/domain/repositories/DatasetRepository' +import { Dataset } from '../../dataset/domain/models/Dataset' +import { getDataset } from '../../dataset/domain/useCases/getDataset' +import { useLoading } from '../loading/LoadingContext' + +export function useDataset(repository: DatasetRepository, id: string) { + const [dataset, setDataset] = useState() + const { setIsLoading } = useLoading() + + useEffect(() => { + setIsLoading(true) + getDataset(repository, id) + .then((dataset: Dataset | undefined) => { + setDataset(dataset) + setIsLoading(false) + }) + .catch((error) => console.error('There was an error getting the dataset', error)) + }, [repository, id]) + + return { dataset } +} diff --git a/src/sections/layout/Layout.tsx b/src/sections/layout/Layout.tsx index 776d70541..93d994b0f 100644 --- a/src/sections/layout/Layout.tsx +++ b/src/sections/layout/Layout.tsx @@ -3,15 +3,17 @@ import { Container } from 'dataverse-design-system' import styles from './Layout.module.scss' import { HeaderFactory } from './header/HeaderFactory' import { FooterFactory } from './footer/FooterFactory' +import TopBarProgressIndicator from './topbar-progress-indicator/TopbarProgressIndicator' export function Layout() { return ( -
+ <> + {HeaderFactory.create()} {FooterFactory.create()} -
+ ) } diff --git a/src/sections/layout/header/Header.tsx b/src/sections/layout/header/Header.tsx index d84417e4d..09d4ea34c 100644 --- a/src/sections/layout/header/Header.tsx +++ b/src/sections/layout/header/Header.tsx @@ -1,7 +1,7 @@ import logo from '../../assets/logo.svg' import { useTranslation } from 'react-i18next' import { Navbar } from 'dataverse-design-system' -import { Route } from '../../route.enum' +import { Route } from '../../Route.enum' import { UserRepository } from '../../../users/domain/repositories/UserRepository' import { useUser } from './useUser' diff --git a/src/sections/layout/topbar-progress-indicator/TopbarProgressIndicator.tsx b/src/sections/layout/topbar-progress-indicator/TopbarProgressIndicator.tsx new file mode 100644 index 000000000..a7893d64e --- /dev/null +++ b/src/sections/layout/topbar-progress-indicator/TopbarProgressIndicator.tsx @@ -0,0 +1,26 @@ +import TopBarProgress from 'react-topbar-progress-indicator' +import { useTheme } from 'dataverse-design-system' +import { useEffect, useState } from 'react' +import { useLoading } from '../../loading/LoadingContext' + +const TopBarProgressIndicator = () => { + const theme = useTheme() + const { isLoading } = useLoading() + const [progress, setProgress] = useState(false) + + useEffect(() => { + setProgress(isLoading) + }, [isLoading]) + + TopBarProgress.config({ + barColors: { + '0': theme.color.brand, + '1.0': theme.color.secondary + }, + shadowBlur: 5 + }) + + return progress ? : <> +} + +export default TopBarProgressIndicator diff --git a/src/sections/loading/LoadingContext.ts b/src/sections/loading/LoadingContext.ts new file mode 100644 index 000000000..560bbf099 --- /dev/null +++ b/src/sections/loading/LoadingContext.ts @@ -0,0 +1,13 @@ +import { createContext, useContext } from 'react' + +interface LoadingContextProps { + isLoading: boolean + setIsLoading: (isLoading: boolean) => void +} + +export const LoadingContext = createContext({ + isLoading: false, + setIsLoading: /* istanbul ignore next */ () => {} +}) + +export const useLoading = () => useContext(LoadingContext) diff --git a/src/sections/loading/LoadingProvider.tsx b/src/sections/loading/LoadingProvider.tsx new file mode 100644 index 000000000..9b9139fa1 --- /dev/null +++ b/src/sections/loading/LoadingProvider.tsx @@ -0,0 +1,12 @@ +import { useState, PropsWithChildren } from 'react' +import { LoadingContext } from './LoadingContext' + +export function LoadingProvider({ children }: PropsWithChildren) { + const [isLoading, setIsLoading] = useState(false) + + return ( + + {children} + + ) +} diff --git a/src/sections/page-not-found/PageNotFound.tsx b/src/sections/page-not-found/PageNotFound.tsx new file mode 100644 index 000000000..68dece00b --- /dev/null +++ b/src/sections/page-not-found/PageNotFound.tsx @@ -0,0 +1,12 @@ +import { Alert } from 'dataverse-design-system' +import { useTranslation } from 'react-i18next' + +export function PageNotFound() { + const { t } = useTranslation('pageNotFound') + + return ( + + {t('message')} + + ) +} diff --git a/src/stories/WithLayout.tsx b/src/stories/WithLayout.tsx index 51a802e60..2dc1dcc0d 100644 --- a/src/stories/WithLayout.tsx +++ b/src/stories/WithLayout.tsx @@ -1,13 +1,16 @@ -import { Story } from '@storybook/react' +import { StoryFn } from '@storybook/react' import { MemoryRouter as Router, Routes, Route } from 'react-router-dom' import { Layout } from '../sections/layout/Layout' +import { LoadingProvider } from '../sections/loading/LoadingProvider' -export const WithLayout = (Story: Story) => ( - - - }> - } /> - - - +export const WithLayout = (Story: StoryFn) => ( + + + + }> + } /> + + + + ) diff --git a/src/stories/WithLayoutLoading.tsx b/src/stories/WithLayoutLoading.tsx new file mode 100644 index 000000000..1dc909c5e --- /dev/null +++ b/src/stories/WithLayoutLoading.tsx @@ -0,0 +1,20 @@ +import { LoadingContext } from '../sections/loading/LoadingContext' +import { StoryFn } from '@storybook/react' +import { Layout } from '../sections/layout/Layout' +import { MemoryRouter as Router, Routes, Route } from 'react-router-dom' + +export const WithLayoutLoading = (Story: StoryFn) => { + const setIsLoading = () => {} + + return ( + + + + }> + } /> + + + + + ) +} diff --git a/src/stories/dataset/Dataset.stories.tsx b/src/stories/dataset/Dataset.stories.tsx new file mode 100644 index 000000000..92e121990 --- /dev/null +++ b/src/stories/dataset/Dataset.stories.tsx @@ -0,0 +1,60 @@ +import type { Meta, StoryObj } from '@storybook/react' +import { WithI18next } from '../WithI18next' +import { WithLayout } from '../WithLayout' +import { Dataset } from '../../sections/dataset/Dataset' +import { Dataset as DatasetModel } from '../../dataset/domain/models/Dataset' +import { DatasetRepository } from '../../dataset/domain/repositories/DatasetRepository' +import { LabelSemanticMeaning } from '../../dataset/domain/models/LabelSemanticMeaning.enum' +import { WithLayoutLoading } from '../WithLayoutLoading' + +const meta: Meta = { + title: 'Pages/Dataset', + component: Dataset, + decorators: [WithI18next] +} + +export default meta +type Story = StoryObj + +class DatasetMockRepository implements DatasetRepository { + getById(id: string): Promise { + return new Promise((resolve) => { + setTimeout(() => { + resolve({ + id: id, + title: 'Dataset Title', + labels: [ + { value: 'Version 1.0', semanticMeaning: LabelSemanticMeaning.FILE }, + { value: 'Draft', semanticMeaning: LabelSemanticMeaning.DATASET } + ] + }) + }, 1000) + }) + } +} + +class DatasetMockNoDataRepository implements DatasetRepository { + // eslint-disable-next-line unused-imports/no-unused-vars + getById(id: string): Promise { + return new Promise((resolve) => { + setTimeout(() => { + resolve(undefined) + }, 1000) + }) + } +} + +export const Default: Story = { + decorators: [WithLayout], + render: () => +} + +export const Loading: Story = { + decorators: [WithLayoutLoading], + render: () => +} + +export const DatasetNotFound: Story = { + decorators: [WithLayout], + render: () => +} diff --git a/tests/component/dataset/domain/models/DatasetMother.ts b/tests/component/dataset/domain/models/DatasetMother.ts new file mode 100644 index 000000000..ed371a618 --- /dev/null +++ b/tests/component/dataset/domain/models/DatasetMother.ts @@ -0,0 +1,35 @@ +import { faker } from '@faker-js/faker' +import { Dataset } from '../../../../../src/dataset/domain/models/Dataset' +import { LabelSemanticMeaning } from '../../../../../src/dataset/domain/models/LabelSemanticMeaning.enum' + +export class DatasetMother { + static create(props?: Partial): Dataset { + return { + id: faker.datatype.uuid(), + title: faker.lorem.sentence(), + labels: [ + { + value: faker.lorem.word(), + semanticMeaning: faker.helpers.arrayElement(Object.values(LabelSemanticMeaning)) + }, + { + value: faker.lorem.word(), + semanticMeaning: faker.helpers.arrayElement(Object.values(LabelSemanticMeaning)) + }, + { + value: faker.lorem.word(), + semanticMeaning: faker.helpers.arrayElement(Object.values(LabelSemanticMeaning)) + }, + { + value: faker.lorem.word(), + semanticMeaning: faker.helpers.arrayElement(Object.values(LabelSemanticMeaning)) + } + ], + ...props + } + } + + static createEmpty(): undefined { + return undefined + } +} diff --git a/tests/component/sections/dataset/Dataset.spec.tsx b/tests/component/sections/dataset/Dataset.spec.tsx new file mode 100644 index 000000000..b175e708f --- /dev/null +++ b/tests/component/sections/dataset/Dataset.spec.tsx @@ -0,0 +1,74 @@ +import { createSandbox, SinonSandbox } from 'sinon' +import { DatasetRepository } from '../../../../src/dataset/domain/repositories/DatasetRepository' +import { Dataset } from '../../../../src/sections/dataset/Dataset' +import { DatasetMother } from '../../dataset/domain/models/DatasetMother' +import { LoadingProvider } from '../../../../src/sections/loading/LoadingProvider' +import { useLoading } from '../../../../src/sections/loading/LoadingContext' + +describe('Dataset', () => { + const sandbox: SinonSandbox = createSandbox() + const testDataset = DatasetMother.create() + + afterEach(() => { + sandbox.restore() + }) + + it('renders skeleton while loading', () => { + const datasetRepository: DatasetRepository = {} as DatasetRepository + datasetRepository.getById = sandbox.stub().resolves(testDataset) + + const buttonText = 'Toggle Loading' + const TestComponent = () => { + const { isLoading, setIsLoading } = useLoading() + return ( + <> + + {isLoading &&
Loading...
} + + ) + } + + cy.mount( + + + + + ) + + cy.findByText(buttonText).click() + + cy.findByTestId('dataset-skeleton').should('exist') + cy.findByText(testDataset.title).should('not.exist') + }) + + it('renders page not found when dataset is null', () => { + const emptyDataset = DatasetMother.createEmpty() + const datasetRepository: DatasetRepository = {} as DatasetRepository + datasetRepository.getById = sandbox.stub().resolves(emptyDataset) + + cy.mount( + + + + ) + + cy.findByText('Page Not Found').should('exist') + }) + + it('renders the Dataset page title and labels', () => { + const datasetRepository: DatasetRepository = {} as DatasetRepository + datasetRepository.getById = sandbox.stub().resolves(testDataset) + + cy.mount( + + + + ) + + cy.findByText(testDataset.title).should('exist') + + testDataset.labels.forEach((label) => { + cy.findAllByText(label.value).should('exist') + }) + }) +}) diff --git a/tests/component/sections/dataset/dataset-labels/DatasetLabels.spec.tsx b/tests/component/sections/dataset/dataset-labels/DatasetLabels.spec.tsx new file mode 100644 index 000000000..eaaa64a9b --- /dev/null +++ b/tests/component/sections/dataset/dataset-labels/DatasetLabels.spec.tsx @@ -0,0 +1,35 @@ +import { LabelSemanticMeaning } from '../../../../../src/dataset/domain/models/LabelSemanticMeaning.enum' +import { DatasetLabels } from '../../../../../src/sections/dataset/dataset-labels/DatasetLabels' + +describe('DatasetLabels', () => { + const labels = [ + { value: 'Label 1', semanticMeaning: LabelSemanticMeaning.DATASET }, + { value: 'Label 2', semanticMeaning: LabelSemanticMeaning.FILE }, + { value: 'Label 3', semanticMeaning: LabelSemanticMeaning.SUCCESS }, + { value: 'Label 4', semanticMeaning: LabelSemanticMeaning.DANGER }, + { value: 'Label 5', semanticMeaning: LabelSemanticMeaning.WARNING }, + { value: 'Label 6', semanticMeaning: LabelSemanticMeaning.INFO } + ] + + it('should render all labels', () => { + cy.mount() + + cy.findByText(labels[0].value).should('exist') + cy.findByText(labels[1].value).should('exist') + cy.findByText(labels[2].value).should('exist') + cy.findByText(labels[3].value).should('exist') + cy.findByText(labels[4].value).should('exist') + cy.findByText(labels[5].value).should('exist') + }) + + it('should render labels with correct variant', () => { + cy.mount() + + cy.findByText(labels[0].value).should('have.class', 'bg-primary') + cy.findByText(labels[1].value).should('have.class', 'bg-secondary') + cy.findByText(labels[2].value).should('have.class', 'bg-success') + cy.findByText(labels[3].value).should('have.class', 'bg-danger') + cy.findByText(labels[4].value).should('have.class', 'bg-warning') + cy.findByText(labels[5].value).should('have.class', 'bg-info') + }) +}) diff --git a/tests/component/sections/layout/top-bar-progress-indicator/TopBarProgressIndicator.spec.tsx b/tests/component/sections/layout/top-bar-progress-indicator/TopBarProgressIndicator.spec.tsx new file mode 100644 index 000000000..72eba22d2 --- /dev/null +++ b/tests/component/sections/layout/top-bar-progress-indicator/TopBarProgressIndicator.spec.tsx @@ -0,0 +1,22 @@ +import TopBarProgressIndicator from '../../../../../src/sections/layout/topbar-progress-indicator/TopbarProgressIndicator' +import { LoadingContext } from '../../../../../src/sections/loading/LoadingContext' + +describe('TopBarProgressIndicator', () => { + it('should render without errors', () => { + cy.mount() + + cy.get('canvas').should('not.exist') + }) + + it('should render the TopBarProgress when loading is true', () => { + const setIsLoading = () => {} + + cy.mount( + + {' '} + + ) + + cy.get('canvas').should('exist') + }) +}) diff --git a/tests/component/sections/loading/LoadingProvider.spec.tsx b/tests/component/sections/loading/LoadingProvider.spec.tsx new file mode 100644 index 000000000..a47817ebb --- /dev/null +++ b/tests/component/sections/loading/LoadingProvider.spec.tsx @@ -0,0 +1,41 @@ +import { LoadingProvider } from '../../../../src/sections/loading/LoadingProvider' +import { useLoading } from '../../../../src/sections/loading/LoadingContext' + +describe('LoadingProvider', () => { + it('should render children', () => { + cy.mount( + +
Hello, world!
+
+ ) + + cy.findByText('Hello, world!').should('exist') + }) + + it('should set isLoading to true when setIsLoading is called', () => { + const buttonText = 'Toggle Loading' + const TestComponent = () => { + const { isLoading, setIsLoading } = useLoading() + return ( + <> + + {isLoading &&
Loading...
} + + ) + } + + cy.mount( + + + + ) + + cy.findByText(buttonText).should('exist') + + cy.findByText('Loading...').should('not.exist') + + cy.findByText(buttonText).click() + + cy.findByText('Loading...').should('exist') + }) +}) diff --git a/tests/e2e/sections/dataset/Dataset.spec.tsx b/tests/e2e/sections/dataset/Dataset.spec.tsx new file mode 100644 index 000000000..5472d1137 --- /dev/null +++ b/tests/e2e/sections/dataset/Dataset.spec.tsx @@ -0,0 +1,11 @@ +describe('Dataset', () => { + it('successfully loads a dataset when passing the id', () => { + cy.visit('/datasets/12345') + + cy.findByRole('heading', { name: 'Dataset Title' }).should('exist') + cy.findByText('Version 1.0').should('exist') + cy.findByText('Draft').should('exist') + }) + + // TODO - Add test for when the dataset is not found and loading skeleton when the js-dataverse module is ready +}) diff --git a/vite.config.ts b/vite.config.ts index 972a2ce0c..9281bbd1b 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -12,13 +12,5 @@ export default defineConfig({ ], preview: { port: 5173 - }, - server: { - //https://github.com/vitejs/vite/discussions/3396 - host: true, - port: 5173, - hmr: { - clientPort: 8000 // nginx reverse proxy port - } } })