From d490b07149c0c0f101a1a289787cfd810d2a3e54 Mon Sep 17 00:00:00 2001 From: Arturo Silva Date: Mon, 13 Mar 2023 19:26:37 -0400 Subject: [PATCH] fix: nanoid hoisting issue (#354) --- apps/vite-project/public/vite.svg | 1 - .../Markdown/Components/Checkbox.js | 4 +- build.washingtonpost.com/package.json | 6 +- build.washingtonpost.com/pages/_app.js | 5 +- build.washingtonpost.com/pages/_document.js | 2 +- build.washingtonpost.com/public/sitemap.xml | 4 + package-lock.json | 4305 +---------------- ui/kitchen-sink/package.json | 7 +- 8 files changed, 217 insertions(+), 4117 deletions(-) delete mode 100644 apps/vite-project/public/vite.svg diff --git a/apps/vite-project/public/vite.svg b/apps/vite-project/public/vite.svg deleted file mode 100644 index e7b8dfb1b..000000000 --- a/apps/vite-project/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/build.washingtonpost.com/components/Markdown/Components/Checkbox.js b/build.washingtonpost.com/components/Markdown/Components/Checkbox.js index 72d68e86c..11e1aeb4b 100644 --- a/build.washingtonpost.com/components/Markdown/Components/Checkbox.js +++ b/build.washingtonpost.com/components/Markdown/Components/Checkbox.js @@ -1,9 +1,9 @@ import React from "react"; import { Checkbox } from "@washingtonpost/wpds-ui-kit"; -import { useId } from "@react-aria/utils"; +import { nanoid } from "nanoid"; export const InputCheckbox = (props) => { - const elementId = useId(); + const elementId = nanoid(); return ; }; diff --git a/build.washingtonpost.com/package.json b/build.washingtonpost.com/package.json index 1ec2dabdd..e4303f9b0 100644 --- a/build.washingtonpost.com/package.json +++ b/build.washingtonpost.com/package.json @@ -20,11 +20,11 @@ "@radix-ui/react-checkbox": "^1.0.0", "@radix-ui/react-collapsible": "^1.0.0", "@radix-ui/react-toggle-group": "^1.0.1", - "@react-aria/ssr": "^3.1.0", "@stitches/react": "1.2.8", - "@washingtonpost/site-components": "7.14.3", - "@washingtonpost/site-footer": "0.11.3", + "@washingtonpost/site-favicons": "^0.1.0", + "@washingtonpost/site-footer": "0.16.0", "@washingtonpost/site-third-party-scripts": "latest", + "@washingtonpost/tachyons-css": "latest", "@washingtonpost/wpds-accordion": "1.2.0", "@washingtonpost/wpds-assets": "^1.17.0", "@washingtonpost/wpds-kitchen-sink": "1.2.0", diff --git a/build.washingtonpost.com/pages/_app.js b/build.washingtonpost.com/pages/_app.js index 656c07149..4d2b61a5a 100644 --- a/build.washingtonpost.com/pages/_app.js +++ b/build.washingtonpost.com/pages/_app.js @@ -11,7 +11,6 @@ import { import { useRouter } from "next/router"; import { darkModeStyles } from "~/components/DarkModeStyles"; import { PageLayout } from "~/components/Layout"; -import { SSRProvider } from "@react-aria/ssr"; import SEO from "../next-seo.config"; import "../public/global.css"; @@ -84,7 +83,7 @@ function App({ Component, pageProps }) { const getLayout = Component.getLayout; return ( - + <> )} - + ); } diff --git a/build.washingtonpost.com/pages/_document.js b/build.washingtonpost.com/pages/_document.js index ff03b0a25..2267a9d88 100644 --- a/build.washingtonpost.com/pages/_document.js +++ b/build.washingtonpost.com/pages/_document.js @@ -1,7 +1,7 @@ import React from "react"; import NextDocument, { Html, Head, Main, NextScript } from "next/document"; import { getCssText, reset } from "@washingtonpost/wpds-ui-kit"; -import { Favicon } from "@washingtonpost/site-components/core/favicon"; +import { Favicon } from "@washingtonpost/site-favicons"; /** * Get the css and reset the internal css representation. diff --git a/build.washingtonpost.com/public/sitemap.xml b/build.washingtonpost.com/public/sitemap.xml index 43084e346..86aa7d36b 100644 --- a/build.washingtonpost.com/public/sitemap.xml +++ b/build.washingtonpost.com/public/sitemap.xml @@ -20,6 +20,10 @@ https://build.washingtonpost.com/components/app-bar + + https://build.washingtonpost.com/components/auto-suggest + + https://build.washingtonpost.com/components/avatar diff --git a/package-lock.json b/package-lock.json index a14751a2a..b37824158 100644 --- a/package-lock.json +++ b/package-lock.json @@ -717,11 +717,11 @@ "@radix-ui/react-checkbox": "^1.0.0", "@radix-ui/react-collapsible": "^1.0.0", "@radix-ui/react-toggle-group": "^1.0.1", - "@react-aria/ssr": "^3.1.0", "@stitches/react": "1.2.8", - "@washingtonpost/site-components": "7.14.3", - "@washingtonpost/site-footer": "0.11.3", + "@washingtonpost/site-favicons": "^0.1.0", + "@washingtonpost/site-footer": "0.16.0", "@washingtonpost/site-third-party-scripts": "latest", + "@washingtonpost/tachyons-css": "latest", "@washingtonpost/wpds-accordion": "1.2.0", "@washingtonpost/wpds-assets": "^1.17.0", "@washingtonpost/wpds-kitchen-sink": "1.2.0", @@ -850,6 +850,48 @@ "react": ">=16" } }, + "build.washingtonpost.com/node_modules/@washingtonpost/site-footer": { + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/@washingtonpost/site-footer/-/site-footer-0.16.0.tgz", + "integrity": "sha512-FZQcX94J6H6z4SqA9mipCUS2YXcV8Z8zC1wy/arxK7x76rVZNrp7jh52FpoHzfcLMc0NIpJmr2q9IyDci45K0g==", + "dependencies": { + "@washingtonpost/front-end-utils": "^0.4.4", + "@washingtonpost/site-user-data": "^0.3.0" + }, + "engines": { + "node": ">= 12 || >= 14 || >= 16" + }, + "peerDependencies": { + "@washingtonpost/front-end-utils": "*", + "@washingtonpost/site-user-data": "*", + "prop-types": "^15.7.2", + "react": "^16.0.1 || ^17.0.2", + "react-dom": "^16.0.1 || ^17.0.2" + } + }, + "build.washingtonpost.com/node_modules/@washingtonpost/tachyons-css": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@washingtonpost/tachyons-css/-/tachyons-css-1.4.0.tgz", + "integrity": "sha512-LLjCmL+58XrwFouUgumCRHRK0Wym9naDDVcJJpvZOWM/Vfyk9m9ppyzZqYdV9D0nISBN+iUtmUyxYTOOCeQF2A==", + "dependencies": { + "@washingtonpost/color-tokens": "latest", + "@washingtonpost/icon-tokens": "latest", + "@washingtonpost/logo-tokens": "latest", + "@washingtonpost/motion-tokens": "latest", + "@washingtonpost/shadow-tokens": "latest", + "@washingtonpost/spacing-tokens": "latest", + "@washingtonpost/typography-tokens": "latest" + }, + "peerDependencies": { + "@washingtonpost/color-tokens": "latest", + "@washingtonpost/icon-tokens": "latest", + "@washingtonpost/logo-tokens": "latest", + "@washingtonpost/motion-tokens": "latest", + "@washingtonpost/shadow-tokens": "latest", + "@washingtonpost/spacing-tokens": "latest", + "@washingtonpost/typography-tokens": "latest" + } + }, "build.washingtonpost.com/node_modules/bail": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", @@ -1084,85 +1126,6 @@ "url": "https://opencollective.com/unified" } }, - "node_modules/@accessible/accordion": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@accessible/accordion/-/accordion-2.0.0.tgz", - "integrity": "sha512-C+PYVeSuDyS05kZ49bYEqzaRhx3kiqCGWkCaurMjog4bKGjFREB20UXvUub1250ZDaqXwslREdBTlppPnYNwtg==", - "dependencies": { - "@accessible/button": "^1.1.1", - "@accessible/use-conditional-focus": "^2.2.0", - "@accessible/use-id": "^1.1.0", - "@accessible/use-keycode": "^4.0.1", - "@react-hook/merged-ref": "^1.1.1", - "@react-hook/passive-layout-effect": "^1.0.3", - "clsx": "^1.1.1" - }, - "peerDependencies": { - "react": ">=16.8", - "react-dom": ">=16.8" - } - }, - "node_modules/@accessible/accordion/node_modules/clsx": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", - "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/@accessible/button": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@accessible/button/-/button-1.1.1.tgz", - "integrity": "sha512-O15qkrU+GqXL2OnBjBts6gCLatLxl5eMyfFaEZZU9ZtlFOzbFwFAq6mjy8t9mNemlqxB/Kbcf4I6tv9tsPM3Og==", - "dependencies": { - "@accessible/use-keycode": "^4.0.1", - "@react-hook/merged-ref": "^1.1.1" - }, - "peerDependencies": { - "react": ">=16.8", - "react-dom": ">=16.8" - } - }, - "node_modules/@accessible/tabbable": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@accessible/tabbable/-/tabbable-1.1.2.tgz", - "integrity": "sha512-FJCKCtewk0x2dAr+KYv+SZOgFoclmsBd7wH3i8oVIr09dCRrliHixMqC2g52lasqk1VNfxPjNue1ebEjlP5S+g==" - }, - "node_modules/@accessible/use-conditional-focus": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@accessible/use-conditional-focus/-/use-conditional-focus-2.2.0.tgz", - "integrity": "sha512-qSagGuVu1fokfLIfwG0NWT0DsbFwZmtWNQG6E42kTze3/OxA2YzpbH9FUBh+UhHWCmKGR+ZjNdmNl8sCsHoBNg==", - "dependencies": { - "@accessible/tabbable": "^1.0.4", - "@react-hook/event": "^1.1.0" - }, - "peerDependencies": { - "react": ">=16.8", - "react-dom": ">=16.8" - } - }, - "node_modules/@accessible/use-id": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@accessible/use-id/-/use-id-1.1.2.tgz", - "integrity": "sha512-0JcdE3a9WuR0hf8EfvoDDcKROOYEklSh9HN8nEQuAuyRQ7FrVYKDOz966nUiknzT4wy7MD4IkbdhkC4LqLhwHA==", - "dependencies": { - "@react-hook/passive-layout-effect": "^1.2.0" - }, - "peerDependencies": { - "react": ">=16.8" - } - }, - "node_modules/@accessible/use-keycode": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@accessible/use-keycode/-/use-keycode-4.0.2.tgz", - "integrity": "sha512-Qax7qlRJ9p6b9zP90slpyP1Yzdf+W401zj5bgX43bFxBIpJr1Pv4QBAX4Fe9kcD/3DpR5qDA1aTyCxdbJkKdEg==", - "dependencies": { - "@react-hook/event": "^1.2.2" - }, - "peerDependencies": { - "react": ">=16.8" - } - }, "node_modules/@adobe/css-tools": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.2.0.tgz", @@ -4148,50 +4111,6 @@ "react-dom": ">=16.8.0" } }, - "node_modules/@formatjs/ecma402-abstract": { - "version": "1.14.3", - "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-1.14.3.tgz", - "integrity": "sha512-SlsbRC/RX+/zg4AApWIFNDdkLtFbkq3LNoZWXZCE/nHVKqoIJyaoQyge/I0Y38vLxowUn9KTtXgusLD91+orbg==", - "dependencies": { - "@formatjs/intl-localematcher": "0.2.32", - "tslib": "^2.4.0" - } - }, - "node_modules/@formatjs/fast-memoize": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@formatjs/fast-memoize/-/fast-memoize-1.2.8.tgz", - "integrity": "sha512-PemNUObyoIZcqdQ1ixTPugzAzhEj7j6AHIyrq/qR6x5BFTvOQeXHYsVZUqBEFduAIscUaDfou+U+xTqOiunJ3Q==", - "dependencies": { - "tslib": "^2.4.0" - } - }, - "node_modules/@formatjs/icu-messageformat-parser": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.3.0.tgz", - "integrity": "sha512-xqtlqYAbfJDF4b6e4O828LBNOWXrFcuYadqAbYORlDRwhyJ2bH+xpUBPldZbzRGUN2mxlZ4Ykhm7jvERtmI8NQ==", - "dependencies": { - "@formatjs/ecma402-abstract": "1.14.3", - "@formatjs/icu-skeleton-parser": "1.3.18", - "tslib": "^2.4.0" - } - }, - "node_modules/@formatjs/icu-skeleton-parser": { - "version": "1.3.18", - "resolved": "https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.3.18.tgz", - "integrity": "sha512-ND1ZkZfmLPcHjAH1sVpkpQxA+QYfOX3py3SjKWMUVGDow18gZ0WPqz3F+pJLYQMpS2LnnQ5zYR2jPVYTbRwMpg==", - "dependencies": { - "@formatjs/ecma402-abstract": "1.14.3", - "tslib": "^2.4.0" - } - }, - "node_modules/@formatjs/intl-localematcher": { - "version": "0.2.32", - "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.2.32.tgz", - "integrity": "sha512-k/MEBstff4sttohyEpXxCmC3MqbUn9VvHGlZ8fauLzkbwXmVrEeyzS+4uhrvAk9DWU9/7otYWxyDox4nT/KVLQ==", - "dependencies": { - "tslib": "^2.4.0" - } - }, "node_modules/@gar/promisify": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", @@ -4255,39 +4174,6 @@ "node": ">=6.9.0" } }, - "node_modules/@internationalized/date": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@internationalized/date/-/date-3.1.0.tgz", - "integrity": "sha512-wjeur7K4AecT+YwoBmBXQ/+n5lP69tuZc34hw09s44EozZK7FZHSyfPvRp5/xEb2D6abLboskDY4jG+Nt0TNUQ==", - "dependencies": { - "@swc/helpers": "^0.4.14" - } - }, - "node_modules/@internationalized/message": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@internationalized/message/-/message-3.1.0.tgz", - "integrity": "sha512-Oo5m70FcBdADf7G8NkUffVSfuCdeAYVfsvNjZDi9ELpjvkc4YNJVTHt/NyTI9K7FgAVoELxiP9YmN0sJ+HNHYQ==", - "dependencies": { - "@swc/helpers": "^0.4.14", - "intl-messageformat": "^10.1.0" - } - }, - "node_modules/@internationalized/number": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@internationalized/number/-/number-3.2.0.tgz", - "integrity": "sha512-GUXkhXSX1Ee2RURnzl+47uvbOxnlMnvP9Er+QePTjDjOPWuunmLKlEkYkEcLiiJp7y4l9QxGDLOlVr8m69LS5w==", - "dependencies": { - "@swc/helpers": "^0.4.14" - } - }, - "node_modules/@internationalized/string": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@internationalized/string/-/string-3.1.0.tgz", - "integrity": "sha512-TJQKiyUb+wyAfKF59UNeZ/kELMnkxyecnyPCnBI1ma4NaXReJW+7Cc2mObXAqraIBJUVv7rgI46RLKrLgi35ng==", - "dependencies": { - "@swc/helpers": "^0.4.14" - } - }, "node_modules/@isaacs/string-locale-compare": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz", @@ -10018,15 +9904,6 @@ "integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==", "dev": true }, - "node_modules/@popperjs/core": { - "version": "2.11.6", - "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.6.tgz", - "integrity": "sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/popperjs" - } - }, "node_modules/@radix-ui/number": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/@radix-ui/number/-/number-1.0.0.tgz", @@ -10263,90 +10140,6 @@ "react": "^16.8 || ^17.0 || ^18.0" } }, - "node_modules/@radix-ui/react-label": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@radix-ui/react-label/-/react-label-0.1.5.tgz", - "integrity": "sha512-Au9+n4/DhvjR0IHhvZ1LPdx/OW+3CGDie30ZyCkbSHIuLp4/CV4oPPGBwJ1vY99Jog3zyQhsGww9MXj8O9Aj/A==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "0.1.0", - "@radix-ui/react-context": "0.1.1", - "@radix-ui/react-id": "0.1.5", - "@radix-ui/react-primitive": "0.1.4" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0" - } - }, - "node_modules/@radix-ui/react-label/node_modules/@radix-ui/react-compose-refs": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-0.1.0.tgz", - "integrity": "sha512-eyclbh+b77k+69Dk72q3694OHrn9B3QsoIRx7ywX341U9RK1ThgQjMFZoPtmZNQTksXHLNEiefR8hGVeFyInGg==", - "dependencies": { - "@babel/runtime": "^7.13.10" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0" - } - }, - "node_modules/@radix-ui/react-label/node_modules/@radix-ui/react-context": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-0.1.1.tgz", - "integrity": "sha512-PkyVX1JsLBioeu0jB9WvRpDBBLtLZohVDT3BB5CTSJqActma8S8030P57mWZb4baZifMvN7KKWPAA40UmWKkQg==", - "dependencies": { - "@babel/runtime": "^7.13.10" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0" - } - }, - "node_modules/@radix-ui/react-label/node_modules/@radix-ui/react-id": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-0.1.5.tgz", - "integrity": "sha512-IPc4H/63bes0IZ1GJJozSEkSWcDyhNGtKFWUpJ+XtaLyQ1X3x7Mf6fWwWhDcpqlYEP+5WtAvfqcyEsyjP+ZhBQ==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-use-layout-effect": "0.1.0" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0" - } - }, - "node_modules/@radix-ui/react-label/node_modules/@radix-ui/react-primitive": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-0.1.4.tgz", - "integrity": "sha512-6gSl2IidySupIMJFjYnDIkIWRyQdbu/AHK7rbICPani+LW4b0XdxBXc46og/iZvuwW8pjCS8I2SadIerv84xYA==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-slot": "0.1.2" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0" - } - }, - "node_modules/@radix-ui/react-label/node_modules/@radix-ui/react-slot": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-0.1.2.tgz", - "integrity": "sha512-ADkqfL+agEzEguU3yS26jfB50hRrwf7U4VTwAOZEmi/g+ITcBWe12yM46ueS/UCIMI9Py+gFUaAdxgxafFvY2Q==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "0.1.0" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0" - } - }, - "node_modules/@radix-ui/react-label/node_modules/@radix-ui/react-use-layout-effect": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-0.1.0.tgz", - "integrity": "sha512-+wdeS51Y+E1q1Wmd+1xSSbesZkpVj4jsg0BojCbopWvgq5iBvixw5vgemscdh58ep98BwUbsFYnrywFhV9yrVg==", - "dependencies": { - "@babel/runtime": "^7.13.10" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0" - } - }, "node_modules/@radix-ui/react-popover": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/@radix-ui/react-popover/-/react-popover-1.0.4.tgz", @@ -10436,196 +10229,6 @@ "react-dom": "^16.8 || ^17.0 || ^18.0" } }, - "node_modules/@radix-ui/react-radio-group": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@radix-ui/react-radio-group/-/react-radio-group-0.1.5.tgz", - "integrity": "sha512-ybgHsmh/V2crKvK6xZ56dpPul7b+vyxcq7obWqHbr5W6Ca11wdm0E7lS0i/Y6pgfIKYOWIARmZYDpRMEeRCPOw==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/primitive": "0.1.0", - "@radix-ui/react-compose-refs": "0.1.0", - "@radix-ui/react-context": "0.1.1", - "@radix-ui/react-label": "0.1.5", - "@radix-ui/react-presence": "0.1.2", - "@radix-ui/react-primitive": "0.1.4", - "@radix-ui/react-roving-focus": "0.1.5", - "@radix-ui/react-use-controllable-state": "0.1.0", - "@radix-ui/react-use-previous": "0.1.1", - "@radix-ui/react-use-size": "0.1.1" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0" - } - }, - "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/primitive": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-0.1.0.tgz", - "integrity": "sha512-tqxZKybwN5Fa3VzZry4G6mXAAb9aAqKmPtnVbZpL0vsBwvOHTBwsjHVPXylocYLwEtBY9SCe665bYnNB515uoA==", - "dependencies": { - "@babel/runtime": "^7.13.10" - } - }, - "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-collection": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-0.1.4.tgz", - "integrity": "sha512-3muGI15IdgaDFjOcO7xX8a35HQRBRF6LH9pS6UCeZeRmbslkVeHyJRQr2rzICBUoX7zgIA0kXyMDbpQnJGyJTA==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "0.1.0", - "@radix-ui/react-context": "0.1.1", - "@radix-ui/react-primitive": "0.1.4", - "@radix-ui/react-slot": "0.1.2" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0" - } - }, - "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-compose-refs": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-0.1.0.tgz", - "integrity": "sha512-eyclbh+b77k+69Dk72q3694OHrn9B3QsoIRx7ywX341U9RK1ThgQjMFZoPtmZNQTksXHLNEiefR8hGVeFyInGg==", - "dependencies": { - "@babel/runtime": "^7.13.10" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0" - } - }, - "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-context": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-0.1.1.tgz", - "integrity": "sha512-PkyVX1JsLBioeu0jB9WvRpDBBLtLZohVDT3BB5CTSJqActma8S8030P57mWZb4baZifMvN7KKWPAA40UmWKkQg==", - "dependencies": { - "@babel/runtime": "^7.13.10" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0" - } - }, - "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-id": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-0.1.5.tgz", - "integrity": "sha512-IPc4H/63bes0IZ1GJJozSEkSWcDyhNGtKFWUpJ+XtaLyQ1X3x7Mf6fWwWhDcpqlYEP+5WtAvfqcyEsyjP+ZhBQ==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-use-layout-effect": "0.1.0" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0" - } - }, - "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-presence": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-0.1.2.tgz", - "integrity": "sha512-3BRlFZraooIUfRlyN+b/Xs5hq1lanOOo/+3h6Pwu2GMFjkGKKa4Rd51fcqGqnVlbr3jYg+WLuGyAV4KlgqwrQw==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "0.1.0", - "@radix-ui/react-use-layout-effect": "0.1.0" - }, - "peerDependencies": { - "react": ">=16.8" - } - }, - "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-primitive": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-0.1.4.tgz", - "integrity": "sha512-6gSl2IidySupIMJFjYnDIkIWRyQdbu/AHK7rbICPani+LW4b0XdxBXc46og/iZvuwW8pjCS8I2SadIerv84xYA==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-slot": "0.1.2" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0" - } - }, - "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-roving-focus": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-0.1.5.tgz", - "integrity": "sha512-ClwKPS5JZE+PaHCoW7eu1onvE61pDv4kO8W4t5Ra3qMFQiTJLZMdpBQUhksN//DaVygoLirz4Samdr5Y1x1FSA==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/primitive": "0.1.0", - "@radix-ui/react-collection": "0.1.4", - "@radix-ui/react-compose-refs": "0.1.0", - "@radix-ui/react-context": "0.1.1", - "@radix-ui/react-id": "0.1.5", - "@radix-ui/react-primitive": "0.1.4", - "@radix-ui/react-use-callback-ref": "0.1.0", - "@radix-ui/react-use-controllable-state": "0.1.0" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0" - } - }, - "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-slot": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-0.1.2.tgz", - "integrity": "sha512-ADkqfL+agEzEguU3yS26jfB50hRrwf7U4VTwAOZEmi/g+ITcBWe12yM46ueS/UCIMI9Py+gFUaAdxgxafFvY2Q==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "0.1.0" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0" - } - }, - "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-use-callback-ref": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-0.1.0.tgz", - "integrity": "sha512-Va041McOFFl+aV+sejvl0BS2aeHx86ND9X/rVFmEFQKTXCp6xgUK0NGUAGcgBlIjnJSbMYPGEk1xKSSlVcN2Aw==", - "dependencies": { - "@babel/runtime": "^7.13.10" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0" - } - }, - "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-use-controllable-state": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-0.1.0.tgz", - "integrity": "sha512-zv7CX/PgsRl46a52Tl45TwqwVJdmqnlQEQhaYMz/yBOD2sx2gCkCFSoF/z9mpnYWmS6DTLNTg5lIps3fV6EnXg==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-use-callback-ref": "0.1.0" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0" - } - }, - "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-use-layout-effect": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-0.1.0.tgz", - "integrity": "sha512-+wdeS51Y+E1q1Wmd+1xSSbesZkpVj4jsg0BojCbopWvgq5iBvixw5vgemscdh58ep98BwUbsFYnrywFhV9yrVg==", - "dependencies": { - "@babel/runtime": "^7.13.10" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0" - } - }, - "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-use-previous": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-previous/-/react-use-previous-0.1.1.tgz", - "integrity": "sha512-O/ZgrDBr11dR8rhO59ED8s5zIXBRFi8MiS+CmFGfi7MJYdLbfqVOmQU90Ghf87aifEgWe6380LA69KBneaShAg==", - "dependencies": { - "@babel/runtime": "^7.13.10" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0" - } - }, - "node_modules/@radix-ui/react-radio-group/node_modules/@radix-ui/react-use-size": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-0.1.1.tgz", - "integrity": "sha512-pTgWM5qKBu6C7kfKxrKPoBI2zZYZmp2cSXzpUiGM3qEBQlMLtYhaY2JXdXUCxz+XmD1YEjc8oRwvyfsD4AG4WA==", - "dependencies": { - "@babel/runtime": "^7.13.10" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0" - } - }, "node_modules/@radix-ui/react-roving-focus": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-1.0.2.tgz", @@ -10680,53 +10283,6 @@ "react-dom": "^16.8 || ^17.0 || ^18.0" } }, - "node_modules/@radix-ui/react-separator": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/@radix-ui/react-separator/-/react-separator-0.1.4.tgz", - "integrity": "sha512-ct2qE072ydvMyFiPwgO8xGE4iLGR9BsSk2tIan23TYSiNTeQ89anzkuax5vNGjey0el2vnwUcReFS0Gy7Lk2VQ==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-primitive": "0.1.4" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0" - } - }, - "node_modules/@radix-ui/react-separator/node_modules/@radix-ui/react-compose-refs": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-0.1.0.tgz", - "integrity": "sha512-eyclbh+b77k+69Dk72q3694OHrn9B3QsoIRx7ywX341U9RK1ThgQjMFZoPtmZNQTksXHLNEiefR8hGVeFyInGg==", - "dependencies": { - "@babel/runtime": "^7.13.10" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0" - } - }, - "node_modules/@radix-ui/react-separator/node_modules/@radix-ui/react-primitive": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-0.1.4.tgz", - "integrity": "sha512-6gSl2IidySupIMJFjYnDIkIWRyQdbu/AHK7rbICPani+LW4b0XdxBXc46og/iZvuwW8pjCS8I2SadIerv84xYA==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-slot": "0.1.2" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0" - } - }, - "node_modules/@radix-ui/react-separator/node_modules/@radix-ui/react-slot": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-0.1.2.tgz", - "integrity": "sha512-ADkqfL+agEzEguU3yS26jfB50hRrwf7U4VTwAOZEmi/g+ITcBWe12yM46ueS/UCIMI9Py+gFUaAdxgxafFvY2Q==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "0.1.0" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0" - } - }, "node_modules/@radix-ui/react-slot": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.0.1.tgz", @@ -10918,263 +10474,6 @@ "@babel/runtime": "^7.13.10" } }, - "node_modules/@react-aria/button": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@react-aria/button/-/button-3.7.0.tgz", - "integrity": "sha512-4DSGXrAWflzT4cQe/x0KdrPzz7hv9vZgqYJuNXQkpmeIMs1EmUKuby2xC+W9GHuZ+8dMxjTWKy3XdwX2tCM42A==", - "dependencies": { - "@react-aria/focus": "^3.11.0", - "@react-aria/interactions": "^3.14.0", - "@react-aria/utils": "^3.15.0", - "@react-stately/toggle": "^3.5.0", - "@react-types/button": "^3.7.1", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-aria/focus": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.11.0.tgz", - "integrity": "sha512-yPuWs9bAR9CMfIwyOPm2oXLPF19gNkUqW+ozSPhWbLMTEa8Ma09eHW1br4xbN+4ONOm/dCJsIkxTNPUkiLdQoA==", - "dependencies": { - "@react-aria/interactions": "^3.14.0", - "@react-aria/utils": "^3.15.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14", - "clsx": "^1.1.1" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-aria/focus/node_modules/clsx": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", - "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/@react-aria/i18n": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@react-aria/i18n/-/i18n-3.7.0.tgz", - "integrity": "sha512-PZCWmhO9mJvelwiYlsXLY6W4L2o+oza3xnDx0cZDVqp/Hf+OwMAPHWtZsFRTKdjk4TaOPB/ISc9HknWn6UpY4w==", - "dependencies": { - "@internationalized/date": "^3.1.0", - "@internationalized/message": "^3.1.0", - "@internationalized/number": "^3.2.0", - "@internationalized/string": "^3.1.0", - "@react-aria/ssr": "^3.5.0", - "@react-aria/utils": "^3.15.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-aria/interactions": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.14.0.tgz", - "integrity": "sha512-e1Tkr0UTuYFpV21PJrXy7jEY542Vl+C2Fo70oukZ1fN+wtfQkzodsTIzyepXb7kVMGmC34wDisMJUrksVkfY2w==", - "dependencies": { - "@react-aria/utils": "^3.15.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-aria/label": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@react-aria/label/-/label-3.5.0.tgz", - "integrity": "sha512-sNiPYiFg06s1zGuifEUeUqRiYje0lfHem+GIUh0Y5ZxfpqIyxEmyV9Aw+C7TTjjo8BAG4NZ4bR7iF9ujf9QvKQ==", - "dependencies": { - "@react-aria/utils": "^3.15.0", - "@react-types/label": "^3.7.2", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-aria/listbox": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/@react-aria/listbox/-/listbox-3.8.1.tgz", - "integrity": "sha512-kTIQWms6nS//GWr63gSVcNgZv7uf5RULLTKH3DIpmaftS3Kf4Sds6rspWGYQ9PAeS1EqcuHozsXXlKBo1upYgg==", - "dependencies": { - "@react-aria/focus": "^3.11.0", - "@react-aria/interactions": "^3.14.0", - "@react-aria/label": "^3.5.0", - "@react-aria/selection": "^3.13.1", - "@react-aria/utils": "^3.15.0", - "@react-stately/collections": "^3.6.0", - "@react-stately/list": "^3.7.0", - "@react-types/listbox": "^3.4.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-aria/menu": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/@react-aria/menu/-/menu-3.8.1.tgz", - "integrity": "sha512-p8DF/muxbTr/SOZh3FDFPcWUcnXvpwMKyR+xKXQQPbCV/LAiSjVtwxbNVvubqvzR0Qk6/XV4/HUY2r+4tnT8tQ==", - "dependencies": { - "@react-aria/i18n": "^3.7.0", - "@react-aria/interactions": "^3.14.0", - "@react-aria/overlays": "^3.13.0", - "@react-aria/selection": "^3.13.1", - "@react-aria/utils": "^3.15.0", - "@react-stately/collections": "^3.6.0", - "@react-stately/menu": "^3.5.0", - "@react-stately/tree": "^3.5.0", - "@react-types/button": "^3.7.1", - "@react-types/menu": "^3.8.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-aria/overlays": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/@react-aria/overlays/-/overlays-3.13.0.tgz", - "integrity": "sha512-hRZyhAYzrlCcEWQ2k2jP24b0wc5/355Xl5w5FZHRmPeU1U4XlFwKX/eFlBs/li9Sprm1bTDXrCY480Kl6UsKDA==", - "dependencies": { - "@react-aria/focus": "^3.11.0", - "@react-aria/i18n": "^3.7.0", - "@react-aria/interactions": "^3.14.0", - "@react-aria/ssr": "^3.5.0", - "@react-aria/utils": "^3.15.0", - "@react-aria/visually-hidden": "^3.7.0", - "@react-stately/overlays": "^3.5.0", - "@react-types/button": "^3.7.1", - "@react-types/overlays": "^3.7.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-aria/select": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/@react-aria/select/-/select-3.9.1.tgz", - "integrity": "sha512-SL+OZHhNLXAyX4FPP2uYj1+igB7t+pxoccO4qfrewbwPG8ext3bYx/gRQKc5A+chCY1ERIG9EQQo1vU/bZRQVA==", - "dependencies": { - "@react-aria/i18n": "^3.7.0", - "@react-aria/interactions": "^3.14.0", - "@react-aria/label": "^3.5.0", - "@react-aria/listbox": "^3.8.1", - "@react-aria/menu": "^3.8.1", - "@react-aria/selection": "^3.13.1", - "@react-aria/utils": "^3.15.0", - "@react-aria/visually-hidden": "^3.7.0", - "@react-stately/select": "^3.4.0", - "@react-types/button": "^3.7.1", - "@react-types/select": "^3.7.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-aria/selection": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/@react-aria/selection/-/selection-3.13.1.tgz", - "integrity": "sha512-YI5mFkk3JI3Ec01SzyBFGrdPInkoW5B0AavwLkN5QtehBUgdw9A1gPKADW4tiLfKUOl0rkqstP13n+v/GcBoTg==", - "dependencies": { - "@react-aria/focus": "^3.11.0", - "@react-aria/i18n": "^3.7.0", - "@react-aria/interactions": "^3.14.0", - "@react-aria/utils": "^3.15.0", - "@react-stately/collections": "^3.6.0", - "@react-stately/selection": "^3.12.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-aria/ssr": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.5.0.tgz", - "integrity": "sha512-h0MJdSWOd1qObLnJ8mprU31wI8tmKFJMuwT22MpWq6psisOOZaga6Ml4u6Ee6M6duWWISjXvqO4Sb/J0PBA+nQ==", - "dependencies": { - "@swc/helpers": "^0.4.14" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-aria/utils": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.15.0.tgz", - "integrity": "sha512-aJZBG++iz1UwTW5gXFaHicKju4p0MPhAyBTcf2awHYWeTUUslDjJcEnNg7kjBYZBOrOSlA2rAt7/7C5CCURQPg==", - "dependencies": { - "@react-aria/ssr": "^3.5.0", - "@react-stately/utils": "^3.6.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14", - "clsx": "^1.1.1" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-aria/utils/node_modules/clsx": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", - "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/@react-aria/visually-hidden": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@react-aria/visually-hidden/-/visually-hidden-3.7.0.tgz", - "integrity": "sha512-v/0ujJ67H6LjwY8J7mIGPVB1K8suBArLV+w8UGdX/wFXRL7H4r2fiqlrwAElWSmNbhDQl5BDm/Zh/ub9jB9yzA==", - "dependencies": { - "@react-aria/interactions": "^3.14.0", - "@react-aria/utils": "^3.15.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14", - "clsx": "^1.1.1" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-aria/visually-hidden/node_modules/clsx": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", - "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/@react-hook/event": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/@react-hook/event/-/event-1.2.6.tgz", - "integrity": "sha512-JUL5IluaOdn5w5Afpe/puPa1rj8X6udMlQ9dt4hvMuKmTrBS1Ya6sb4sVgvfe2eU4yDuOfAhik8xhbcCekbg9Q==", - "peerDependencies": { - "react": ">=16.8" - } - }, "node_modules/@react-hook/intersection-observer": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/@react-hook/intersection-observer/-/intersection-observer-3.1.1.tgz", @@ -11187,14 +10486,6 @@ "react": ">=16.8" } }, - "node_modules/@react-hook/merged-ref": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@react-hook/merged-ref/-/merged-ref-1.3.2.tgz", - "integrity": "sha512-cQ9Y8m4zlrw/qotReo33E+3Sy9FVqMZb5JwUlb3wj3IJJ1cNJtxcgfWF6rS2NZQrfBJ2nAnckUdPJjMyIJTNZg==", - "peerDependencies": { - "react": ">=16.8" - } - }, "node_modules/@react-hook/passive-layout-effect": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@react-hook/passive-layout-effect/-/passive-layout-effect-1.2.1.tgz", @@ -11203,219 +10494,6 @@ "react": ">=16.8" } }, - "node_modules/@react-stately/collections": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@react-stately/collections/-/collections-3.6.0.tgz", - "integrity": "sha512-znkaqCPo7F1yyzEKDAB5MpX1Vw5UHcUQhDNrys5YOqAkX6/G/AChnBz0B63UxS3fjyqgnuJylRRmUp9nTqO21w==", - "dependencies": { - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-stately/list": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@react-stately/list/-/list-3.7.0.tgz", - "integrity": "sha512-/BxCqXFjX9P+OJWjIYmUWaOGJ2hlZHUdymVwZPkIWdO9K7069LWckdYFXRqLFMwIGLUcXVfw4jR0BIQqWlR4eA==", - "dependencies": { - "@react-stately/collections": "^3.6.0", - "@react-stately/selection": "^3.12.0", - "@react-stately/utils": "^3.6.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-stately/menu": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@react-stately/menu/-/menu-3.5.0.tgz", - "integrity": "sha512-JL6TcT+SbYdlxNLOS84SXp6njDNZuXfkt05o4rS51evmjM2+hlYaB9+yUMqrCb/J2nW7vVAg51TDAhLgmGTYKg==", - "dependencies": { - "@react-stately/overlays": "^3.5.0", - "@react-stately/utils": "^3.6.0", - "@react-types/menu": "^3.8.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-stately/overlays": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@react-stately/overlays/-/overlays-3.5.0.tgz", - "integrity": "sha512-r+U/G0Y4tCfI5wyBeIu+hmcZVRN8ChoK2zM1srPH9nDKsijQard2goX+9YmKng2LJ01Re/P6F8S8jYbpfEdLfQ==", - "dependencies": { - "@react-stately/utils": "^3.6.0", - "@react-types/overlays": "^3.7.0", - "@swc/helpers": "^0.4.14" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-stately/select": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@react-stately/select/-/select-3.4.0.tgz", - "integrity": "sha512-thSqD3apMCSgZgKtqHKGVIQRyvG8l0supIuzJicBwq6xg+J8X5muPCZgchCSNmU6im/l81XXE8LGuHGgMilORA==", - "dependencies": { - "@react-stately/collections": "^3.6.0", - "@react-stately/list": "^3.7.0", - "@react-stately/menu": "^3.5.0", - "@react-stately/selection": "^3.12.0", - "@react-stately/utils": "^3.6.0", - "@react-types/select": "^3.7.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-stately/selection": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/@react-stately/selection/-/selection-3.12.0.tgz", - "integrity": "sha512-qgUaPwqtAl7YaZxxGdb55ZaVuMB1rG+Vr+9fgG8dPtDYCNaPeIlg7ndC4ylzDhCWIx8D5qZotcrqCA4+93TwdA==", - "dependencies": { - "@react-stately/collections": "^3.6.0", - "@react-stately/utils": "^3.6.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-stately/toggle": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@react-stately/toggle/-/toggle-3.5.0.tgz", - "integrity": "sha512-vKwLLkFsiIve4pXIQC/dqLAz7Z+qtzJ8+D00EXXO1Nf8YHcyIMDkTmi3NTM8Qtvmt4xX2hbJFiPDF6WvF6mBIg==", - "dependencies": { - "@react-stately/utils": "^3.6.0", - "@react-types/checkbox": "^3.4.2", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-stately/tree": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@react-stately/tree/-/tree-3.5.0.tgz", - "integrity": "sha512-5+MzMQUFq3+lbGkZC0SlcIDrYmPvxBKuC8xL5W6SuFekbrrxrS6IJexRe4QulaaAliDpX2/9DVZTt38eVfyf0A==", - "dependencies": { - "@react-stately/collections": "^3.6.0", - "@react-stately/selection": "^3.12.0", - "@react-stately/utils": "^3.6.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-stately/utils": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@react-stately/utils/-/utils-3.6.0.tgz", - "integrity": "sha512-rptF7iUWDrquaYvBAS4QQhOBQyLBncDeHF03WnHXAxnuPJXNcr9cXJtjJPGCs036ZB8Q2hc9BGG5wNyMkF5v+Q==", - "dependencies": { - "@swc/helpers": "^0.4.14" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-types/button": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/@react-types/button/-/button-3.7.1.tgz", - "integrity": "sha512-c+8xjmqWSjI5/mEHVLbVSp0eh/z2UU8Ga+wqjbEUZUjm8uopYj1PaCAwZ7YgcAebyQrL/21GyjK6tFHKzuUdJQ==", - "dependencies": { - "@react-types/shared": "^3.17.0" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-types/checkbox": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/@react-types/checkbox/-/checkbox-3.4.2.tgz", - "integrity": "sha512-/NWFCEQLvVgo25afPt2jv4syxYvZeY/D/n2Y92IGtoNV4akdz4AuQ65+1X+JOhQc/ZbAblWw5fFWUZoQs3CLZg==", - "dependencies": { - "@react-types/shared": "^3.17.0" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-types/label": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/@react-types/label/-/label-3.7.2.tgz", - "integrity": "sha512-UlsIvxQjBMl9WwJw1bYoJMwiPvYwRsSLl2yoeeGfGr6IaYn5T/2kzBhDLwe5cpKrmi4Mehn1rbReFLGITOy8+g==", - "dependencies": { - "@react-types/shared": "^3.17.0" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-types/listbox": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@react-types/listbox/-/listbox-3.4.0.tgz", - "integrity": "sha512-OvHaX4EBRHxKrfFItdJXjY7dYomzejqJ87P5fTL1l1TbDX8gvEP014S3cI+VLQq+EsXeTZ8E/sx0tFUo7ilchA==", - "dependencies": { - "@react-types/shared": "^3.17.0" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-types/menu": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/@react-types/menu/-/menu-3.8.0.tgz", - "integrity": "sha512-1nwGUwKNHJf60vOsg7p48NPQIzMsSprxw8VXfStr8eE5uU4vvKfVNQNUgvpkRmHmel8BrYdh1WnERXJJ3yKUgQ==", - "dependencies": { - "@react-types/overlays": "^3.7.0", - "@react-types/shared": "^3.17.0" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-types/overlays": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@react-types/overlays/-/overlays-3.7.0.tgz", - "integrity": "sha512-LstucncZ8dM+xJYEijI1V6jGH20w5XO/T60r7JTrgQElMC86phPeoWkMTN4c2lsRikybolDbvXL6XsF76YO56A==", - "dependencies": { - "@react-types/shared": "^3.17.0" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-types/select": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@react-types/select/-/select-3.7.0.tgz", - "integrity": "sha512-BaynMuW0dQ9ModFzW291+3n1D9bwKSFh03g3+1PvhRcBg1EXq1vFyfFBj4uuBymI0T7oCbnjGh19xo0vKIYRrA==", - "dependencies": { - "@react-types/shared": "^3.17.0" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-types/shared": { - "version": "3.17.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.17.0.tgz", - "integrity": "sha512-1SNZ/RhVrrQ1e6yE0bPV7d5Sfp+Uv0dfUEhwF9MAu2v5msu7AMewnsiojKNA0QA6Ing1gpDLjHCxtayQfuxqcg==", - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, "node_modules/@rollup/pluginutils": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz", @@ -18496,14 +17574,6 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@swc/helpers": { - "version": "0.4.14", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz", - "integrity": "sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==", - "dependencies": { - "tslib": "^2.4.0" - } - }, "node_modules/@szmarczak/http-timer": { "version": "4.0.6", "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz", @@ -19442,9 +18512,9 @@ "integrity": "sha512-2vY7uuMn3gjHDRi0G5SAy6HYm/GZ2FXVlwPlx+/cEH30WnieXKttJwe+M+mvX6cQDf8sg67WWPQJOZ7ta7yYoQ==" }, "node_modules/@washingtonpost/icon-tokens": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/icon-tokens/-/icon-tokens-0.6.1.tgz", - "integrity": "sha512-UscwMw8qvmh5SB9ReyW/E1zaftn4IYusvqwIthdiJPsr8ZbteSLmN9ypfoYfPzOKoU5GzSrMGAME5bleX3DJRg==" + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@washingtonpost/icon-tokens/-/icon-tokens-1.9.1.tgz", + "integrity": "sha512-S9rF8EaWGBONuukT0Q16+CN17zVO7ovVH/o3bcWzNjkN/0oAXEuH6rPbeI4tqqE84tuCzaM85+g7bHLAHZpjFw==" }, "node_modules/@washingtonpost/logo-tokens": { "version": "1.9.1", @@ -19452,445 +18522,23 @@ "integrity": "sha512-cUoVvJSy9CGXlnQpUhHQxejezk4g0t5/9VhWUourzh3biRP/JQ5I3vxu0UmzVSsxTQ58JUcn0+d78ZM4Ixly8g==" }, "node_modules/@washingtonpost/motion-tokens": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/motion-tokens/-/motion-tokens-0.2.1.tgz", - "integrity": "sha512-8EsGY7tkpdsnAGTE43YfBfVysBBc6FJZnim3vtx7Ch5YIFNduAKMVe2jqEFBx1jMHb56BAm4/P/a9BYVepvThA==" + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@washingtonpost/motion-tokens/-/motion-tokens-1.9.1.tgz", + "integrity": "sha512-gAnK5LjXTESAYvE4JcANkMsJfLqwQcxc8BBvgNpxu4iqKQ/PK4XhLeGqluMXaxoHZqqkdP9FvOT0gkWYRuIMmw==" }, "node_modules/@washingtonpost/shadow-tokens": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/shadow-tokens/-/shadow-tokens-0.3.1.tgz", - "integrity": "sha512-vV8zVTtX6rU+m5G4tBxTljyHWvpycO5PCY5ECOZJRKZIyzl6mzIiiTk6LGKOt5f88+f7B2uSfhdwFqBhaEsghQ==" - }, - "node_modules/@washingtonpost/site-components": { - "version": "7.14.3", - "resolved": "https://registry.npmjs.org/@washingtonpost/site-components/-/site-components-7.14.3.tgz", - "integrity": "sha512-Cu7JaYe5XGu6JKXaXjUWj3qYziTICyRzFOZENg1fdo8XIdMJC+/oA29VdYLZyRnFGm2UWiOYEcgVNCbHS7O1/Q==", - "dependencies": { - "@accessible/accordion": "^2.0.0", - "@popperjs/core": "^2.4.4", - "@react-aria/button": "^3.3.0", - "@react-aria/focus": "^3.2.3", - "@react-aria/interactions": "^3.3.2", - "@react-aria/listbox": "^3.2.3", - "@react-aria/overlays": "^3.6.0", - "@react-aria/select": "^3.2.3", - "@react-aria/utils": "^3.11.3", - "@react-stately/collections": "^3.3.0", - "@react-stately/select": "^3.1.1", - "@react-stately/toggle": "^3.2.3", - "@washingtonpost/color-tokens": "^1.9.1", - "@washingtonpost/front-end-utils": "^0.4.3", - "@washingtonpost/icon-tokens": "^0.6.0", - "@washingtonpost/logo-tokens": "^1.8.0", - "@washingtonpost/motion-tokens": "^0.2.0", - "@washingtonpost/shadow-tokens": "^0.3.0", - "@washingtonpost/spacing-tokens": "^0.2.0", - "@washingtonpost/tachyons-css": "^1.1.0", - "@washingtonpost/typography-tokens": "^0.6.0", - "@washingtonpost/wpds-assets": "^1.8.1", - "@washingtonpost/wpds-ui-kit": "^0.11.1", - "lazy-child": "^0.3.1", - "lodash.debounce": "^4.0.8", - "lodash.get": "^4.4.2", - "lodash.throttle": "^4.1.1", - "prop-types": "^15.7.2", - "react": "^16.0.1 || ^17.0.2", - "react-content-loader": "^6.0.3", - "react-dom": "^16.0.1 || ^17.0.2", - "react-popper": "^2.2.4", - "react-transition-group": "^4.4.1" - }, - "peerDependencies": { - "react": "^16.0.1 || ^17.0.2", - "react-dom": "^16.0.1 || ^17.0.2" - } - }, - "node_modules/@washingtonpost/site-components/node_modules/@washingtonpost/eslint-plugin-wpds": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/eslint-plugin-wpds/-/eslint-plugin-wpds-0.11.1.tgz", - "integrity": "sha512-Jf/WMJffVtm18jJP4GxN4F1GnILGtBRMgWKR0zs1p3qdRNoPZMSxbaBg2x30o/tLpXYN8mWoIQV6/Cv86XNY4w==", - "dependencies": { - "@washingtonpost/wpds-theme": "0.11.1" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*" - } - }, - "node_modules/@washingtonpost/site-components/node_modules/@washingtonpost/wpds-alert-banner": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-alert-banner/-/wpds-alert-banner-0.11.2.tgz", - "integrity": "sha512-Ap1ECZW34eXXXUkJM/eabFZrFndLTveH/yyugI8/qWOfc4uQYOIysRanINsnggCqWTJZjc+6IeFUmMdf/T1o/w==", - "dependencies": { - "@washingtonpost/wpds-app-bar": "0.11.1", - "@washingtonpost/wpds-assets": "^1.8.1", - "@washingtonpost/wpds-button": "0.11.2", - "@washingtonpost/wpds-container": "0.11.1", - "@washingtonpost/wpds-icon": "0.11.2", - "@washingtonpost/wpds-theme": "0.11.1", - "react": "^16.8.6 || ^17.0.2" - }, - "peerDependencies": { - "@washingtonpost/wpds-app-bar": "*", - "@washingtonpost/wpds-assets": "^1.8.1", - "@washingtonpost/wpds-button": "*", - "@washingtonpost/wpds-container": "*", - "@washingtonpost/wpds-icon": "*", - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "node_modules/@washingtonpost/site-components/node_modules/@washingtonpost/wpds-app-bar": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-app-bar/-/wpds-app-bar-0.11.1.tgz", - "integrity": "sha512-VN/3KJW5TrR46HbeAhOF6sDN8/Fndi5LluDrJ56tPkLurG+J/EocOmoa7G9Kk33+ZDNJ4aOw3/PXX6/9saFASg==", - "dependencies": { - "@washingtonpost/wpds-theme": "0.11.1", - "react": "^16.8.6 || ^17.0.2" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "node_modules/@washingtonpost/site-components/node_modules/@washingtonpost/wpds-avatar": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-avatar/-/wpds-avatar-0.11.1.tgz", - "integrity": "sha512-TMsNCYraz1Zc6KloLzCAISzYV3fWpYA/l8SiVKiDIcqW4ni1t3ptHa3PYSE/GgPmIjetSouYEztfl3kdh0OLtw==", - "dependencies": { - "@radix-ui/react-avatar": "latest", - "@washingtonpost/wpds-theme": "0.11.1" - }, - "peerDependencies": { - "@radix-ui/react-avatar": "latest", - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "node_modules/@washingtonpost/site-components/node_modules/@washingtonpost/wpds-box": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-box/-/wpds-box-0.11.1.tgz", - "integrity": "sha512-22xhPNLjUwOxhuHX2T0YKOenNSwSIcafpgW2ScJE7U2XXviNNGReauMuVSZ23Nl++oYEXOEA51FBsAfohfqJCQ==", - "dependencies": { - "@washingtonpost/wpds-theme": "0.11.1", - "react": "^16.8.6 || ^17.0.2" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "node_modules/@washingtonpost/site-components/node_modules/@washingtonpost/wpds-button": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-button/-/wpds-button-0.11.2.tgz", - "integrity": "sha512-5pXIrAeFmLe1ZmimY2bVQf+HQU8Ic2Y31nUNwXGr3S+Wb8F7fsy//cRyc2QUnYlamGS0UTeA5a7STwr0X8efOA==", - "dependencies": { - "@washingtonpost/wpds-theme": "0.11.1", - "react": "^16.8.6 || ^17.0.2" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "node_modules/@washingtonpost/site-components/node_modules/@washingtonpost/wpds-checkbox": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-checkbox/-/wpds-checkbox-0.11.2.tgz", - "integrity": "sha512-U350FJiAiq20KMOS0U7Gdm/NhcgHV33Al/ObQNEqObVkmmWGQTA6nYOShpQyGZlCe3H0q5ayTMF/Pw77Telr3w==", - "dependencies": { - "@radix-ui/react-checkbox": "latest", - "@washingtonpost/wpds-assets": "^1.8.1", - "@washingtonpost/wpds-icon": "0.11.2", - "@washingtonpost/wpds-theme": "0.11.1", - "@washingtonpost/wpds-visually-hidden": "0.11.2", - "react": "^16.8.6 || ^17.0.2" - }, - "peerDependencies": { - "@radix-ui/react-checkbox": "latest", - "@washingtonpost/wpds-assets": "^1.8.1", - "@washingtonpost/wpds-icon": "*", - "@washingtonpost/wpds-theme": "*", - "@washingtonpost/wpds-visually-hidden": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "node_modules/@washingtonpost/site-components/node_modules/@washingtonpost/wpds-container": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-container/-/wpds-container-0.11.1.tgz", - "integrity": "sha512-GemgPy6t1dMUfEQOmRcbU5yLC2xN5zoXQPHzv9T70B+xiE46FGgcuGwYfAH5mKzOGU42RmrwCUmeTbcrA8++Lw==", - "dependencies": { - "@washingtonpost/wpds-theme": "0.11.1", - "react": "^16.8.6 || ^17.0.2" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "node_modules/@washingtonpost/site-components/node_modules/@washingtonpost/wpds-divider": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-divider/-/wpds-divider-0.11.1.tgz", - "integrity": "sha512-DzlIq4is6i05FRWtnzE1VPmFNsLffrJEVV7H+DmQvIRblMZVZnb89zMXgj/HFJW8wo9WqizuLRh6l9rd38VDcA==", - "dependencies": { - "@radix-ui/react-separator": "^0.1.4", - "@washingtonpost/wpds-theme": "0.11.1" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "node_modules/@washingtonpost/site-components/node_modules/@washingtonpost/wpds-error-message": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-error-message/-/wpds-error-message-0.11.1.tgz", - "integrity": "sha512-rk7VYy9bfMm+so3XmqXM0Wlk2HusaAUPIS3UT6opT1shhbHyy/Xx214gG5iv+ZnbwsdPLefc4vB19AbJu3+UTw==", - "dependencies": { - "@washingtonpost/wpds-theme": "0.11.1" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "node_modules/@washingtonpost/site-components/node_modules/@washingtonpost/wpds-fieldset": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-fieldset/-/wpds-fieldset-0.11.1.tgz", - "integrity": "sha512-r7M4g6dWgNj5M4L+Rq4hT6tRr6v516EP3GbMigczctINWj/BYjTmgoioEa6c3Yw1joZsBmkjk5TJ1zGWBBjPVw==", - "dependencies": { - "@washingtonpost/wpds-theme": "0.11.1" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "node_modules/@washingtonpost/site-components/node_modules/@washingtonpost/wpds-helper-text": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-helper-text/-/wpds-helper-text-0.11.1.tgz", - "integrity": "sha512-dBIX+DEO/O4jVgY1rs+XqpNoSYvEnGQ2Q5aGXmCc3Hs7XdWsBdeRjWEc3gyRbDDvVvdV6C4SZpBnP0hqpb52gw==", - "dependencies": { - "@washingtonpost/wpds-theme": "0.11.1" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "node_modules/@washingtonpost/site-components/node_modules/@washingtonpost/wpds-icon": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-icon/-/wpds-icon-0.11.2.tgz", - "integrity": "sha512-sXXoNq/f5OXofFKhUyVMhUaFb/+i/syraVsCDPaiZ4mT8zXC0FYIVLe8gEAomUDM7aN9nYYtQkq2Kmh004boAg==", - "dependencies": { - "@washingtonpost/wpds-theme": "0.11.1", - "@washingtonpost/wpds-visually-hidden": "0.11.2", - "react": "^16.8.6 || ^17.0.2" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", - "@washingtonpost/wpds-visually-hidden": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "node_modules/@washingtonpost/site-components/node_modules/@washingtonpost/wpds-input-label": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-input-label/-/wpds-input-label-0.11.1.tgz", - "integrity": "sha512-h8VSDaw11hfrVRPLveNByQoWamr0okOchAf+IwLp+davGXZLMwprDp5PNXo1KGk82NRcgy0MTpOQonkq9GmI4Q==", - "dependencies": { - "@radix-ui/react-label": "^0.1.5", - "@washingtonpost/wpds-theme": "0.11.1" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "node_modules/@washingtonpost/site-components/node_modules/@washingtonpost/wpds-input-password": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-input-password/-/wpds-input-password-0.11.2.tgz", - "integrity": "sha512-9uqoR52Itps0DrX8ZB8PhRV9gET4ZAEcNbfJRQGOG/QnXia3luGinFYluyUrxd8HwY93qKAKQuDjAWALxCtEcQ==", - "dependencies": { - "@washingtonpost/wpds-assets": "*", - "@washingtonpost/wpds-icon": "0.11.2", - "@washingtonpost/wpds-input-text": "0.11.2" - }, - "peerDependencies": { - "@washingtonpost/wpds-assets": "*", - "@washingtonpost/wpds-icon": "*", - "@washingtonpost/wpds-input-text": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "node_modules/@washingtonpost/site-components/node_modules/@washingtonpost/wpds-input-shared": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-input-shared/-/wpds-input-shared-0.11.1.tgz", - "integrity": "sha512-6PXzZr9axdYJ58fycarWWijHYCNk31UYaAQNG2OhrSj3scF3rYGi2PDl7jVib+PhyZlAlrjcXqZ5sGVQuoftHQ==", - "dependencies": { - "@washingtonpost/wpds-theme": "0.11.1" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "node_modules/@washingtonpost/site-components/node_modules/@washingtonpost/wpds-input-text": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-input-text/-/wpds-input-text-0.11.2.tgz", - "integrity": "sha512-QluFM6bgfRZv70yURayO5DYtY+49Rrl02dIcdu08Q1ep1kzF6ewona40fJDMgNc5gps5gRLnvqEodFKS2utjaQ==", - "dependencies": { - "@radix-ui/react-label": "^0.1.5", - "@washingtonpost/wpds-assets": "*", - "@washingtonpost/wpds-box": "0.11.1", - "@washingtonpost/wpds-button": "0.11.2", - "@washingtonpost/wpds-error-message": "0.11.1", - "@washingtonpost/wpds-helper-text": "0.11.1", - "@washingtonpost/wpds-icon": "0.11.2", - "@washingtonpost/wpds-input-label": "0.11.1", - "@washingtonpost/wpds-input-shared": "0.11.1", - "@washingtonpost/wpds-theme": "0.11.1", - "@washingtonpost/wpds-visually-hidden": "0.11.2", - "nanoid": "^3.3.2" - }, - "peerDependencies": { - "@washingtonpost/wpds-assets": "*", - "@washingtonpost/wpds-box": "*", - "@washingtonpost/wpds-button": "*", - "@washingtonpost/wpds-error-message": "*", - "@washingtonpost/wpds-helper-text": "*", - "@washingtonpost/wpds-icon": "*", - "@washingtonpost/wpds-input-label": "*", - "@washingtonpost/wpds-input-shared": "*", - "@washingtonpost/wpds-theme": "*", - "@washingtonpost/wpds-visually-hidden": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "node_modules/@washingtonpost/site-components/node_modules/@washingtonpost/wpds-input-textarea": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-input-textarea/-/wpds-input-textarea-0.11.1.tgz", - "integrity": "sha512-nvQDMcNsamNSVlg4EENjzxaxCrluYPTWVNffjmnytU6VjNGRyKV0ioVi82OWkI+HmIp7QsJ5oC8E+lBuLWD84g==", - "dependencies": { - "@washingtonpost/wpds-error-message": "0.11.1", - "@washingtonpost/wpds-helper-text": "0.11.1", - "@washingtonpost/wpds-input-label": "0.11.1", - "@washingtonpost/wpds-input-shared": "0.11.1", - "@washingtonpost/wpds-theme": "0.11.1", - "react": "^16.8.6 || ^17.0.2" - }, - "peerDependencies": { - "@washingtonpost/wpds-error-message": "*", - "@washingtonpost/wpds-helper-text": "*", - "@washingtonpost/wpds-input-label": "*", - "@washingtonpost/wpds-input-shared": "*", - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "node_modules/@washingtonpost/site-components/node_modules/@washingtonpost/wpds-radio-group": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-radio-group/-/wpds-radio-group-0.11.1.tgz", - "integrity": "sha512-rBxfWHs6SKBpXs8Rzz6EZI9exuxYgBf8jbYNy4b5eoSs5Hmeu4OlNKP05a7TqKOfzV8A5oXYS4X9fDHeKuASmA==", - "dependencies": { - "@radix-ui/react-radio-group": "^0.1.5", - "@washingtonpost/wpds-error-message": "0.11.1", - "@washingtonpost/wpds-fieldset": "0.11.1", - "@washingtonpost/wpds-input-label": "0.11.1", - "@washingtonpost/wpds-theme": "0.11.1", - "nanoid": "^3.3.3" - }, - "peerDependencies": { - "@washingtonpost/wpds-error-message": "*", - "@washingtonpost/wpds-fieldset": "*", - "@washingtonpost/wpds-input-label": "*", - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "node_modules/@washingtonpost/site-components/node_modules/@washingtonpost/wpds-theme": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-theme/-/wpds-theme-0.11.1.tgz", - "integrity": "sha512-Rn/vqvosPrw0j4mhPTPCZXfzvF2buyrs8NGlYk8dtCjxHgZfUc7J0/aZqlIpZzOp5Haubg7M7uUc3PO8tY2aRw==", - "dependencies": { - "@stitches/react": "*" - }, - "peerDependencies": { - "@stitches/react": "*" - } - }, - "node_modules/@washingtonpost/site-components/node_modules/@washingtonpost/wpds-ui-kit": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-ui-kit/-/wpds-ui-kit-0.11.2.tgz", - "integrity": "sha512-TMQ1vAvVtyjYQIsLTn0xYMwq8JCgF8tt9AufPuf/m5cwR8o0fi3LphEyGDutujn/A/vBAfhdcLtl6BwvQktvGA==", - "dependencies": { - "@washingtonpost/eslint-plugin-wpds": "0.11.1", - "@washingtonpost/wpds-alert-banner": "0.11.2", - "@washingtonpost/wpds-app-bar": "0.11.1", - "@washingtonpost/wpds-avatar": "0.11.1", - "@washingtonpost/wpds-box": "0.11.1", - "@washingtonpost/wpds-button": "0.11.2", - "@washingtonpost/wpds-checkbox": "0.11.2", - "@washingtonpost/wpds-container": "0.11.1", - "@washingtonpost/wpds-divider": "0.11.1", - "@washingtonpost/wpds-error-message": "0.11.1", - "@washingtonpost/wpds-fieldset": "0.11.1", - "@washingtonpost/wpds-helper-text": "0.11.1", - "@washingtonpost/wpds-icon": "0.11.2", - "@washingtonpost/wpds-input-label": "0.11.1", - "@washingtonpost/wpds-input-password": "0.11.2", - "@washingtonpost/wpds-input-shared": "0.11.1", - "@washingtonpost/wpds-input-text": "0.11.2", - "@washingtonpost/wpds-input-textarea": "0.11.1", - "@washingtonpost/wpds-radio-group": "0.11.1", - "@washingtonpost/wpds-theme": "0.11.1", - "@washingtonpost/wpds-visually-hidden": "0.11.2" - }, - "peerDependencies": { - "@washingtonpost/eslint-plugin-wpds": "*", - "@washingtonpost/wpds-alert-banner": "*", - "@washingtonpost/wpds-app-bar": "*", - "@washingtonpost/wpds-avatar": "*", - "@washingtonpost/wpds-box": "*", - "@washingtonpost/wpds-button": "*", - "@washingtonpost/wpds-checkbox": "*", - "@washingtonpost/wpds-container": "*", - "@washingtonpost/wpds-divider": "*", - "@washingtonpost/wpds-error-message": "*", - "@washingtonpost/wpds-fieldset": "*", - "@washingtonpost/wpds-helper-text": "*", - "@washingtonpost/wpds-icon": "*", - "@washingtonpost/wpds-input-label": "*", - "@washingtonpost/wpds-input-password": "*", - "@washingtonpost/wpds-input-shared": "*", - "@washingtonpost/wpds-input-text": "*", - "@washingtonpost/wpds-input-textarea": "*", - "@washingtonpost/wpds-radio-group": "*", - "@washingtonpost/wpds-theme": "*", - "@washingtonpost/wpds-visually-hidden": "*" - } - }, - "node_modules/@washingtonpost/site-components/node_modules/@washingtonpost/wpds-visually-hidden": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-visually-hidden/-/wpds-visually-hidden-0.11.2.tgz", - "integrity": "sha512-F/zdws5xHp9e7whwfVuAEqqWU0MD3JPTXEsTF/pNQ+aEIHA1ZBblr2C8MxGNMoVn/OIxcizVMjiYxGN5pMWEkw==", - "dependencies": { - "@washingtonpost/wpds-theme": "0.11.1", - "react": "^16.8.6 || ^17.0.2" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@washingtonpost/shadow-tokens/-/shadow-tokens-1.9.1.tgz", + "integrity": "sha512-V6LEzXzFVcfWZLd7v3VU2wzymcBjX5nw6nLdJn0rN8Qn465wHqsTPitrKlcgp+Hq0JMtlPvBgXDOIZc+UIeR0w==" }, - "node_modules/@washingtonpost/site-footer": { - "version": "0.11.3", - "resolved": "https://registry.npmjs.org/@washingtonpost/site-footer/-/site-footer-0.11.3.tgz", - "integrity": "sha512-CFFx1FYmjRitiQz/WyI4HtBVjm+9tSYzqDzxTDkPNxbeUGdZfhbIEKtQs0IBxSaI6bq6DOkQknbm46TSi0hGPQ==", - "dependencies": { - "@washingtonpost/site-components": "^7.14.3" - }, + "node_modules/@washingtonpost/site-favicons": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@washingtonpost/site-favicons/-/site-favicons-0.1.0.tgz", + "integrity": "sha512-n6bUL1FseayY/SzryZh022MAr6VWlN+R2H2oK08Gti+x+NClGwLi0GWSkEn7F6ctqnRUz1BuVHJe4y4JNNZkYA==", "engines": { - "node": ">= 12 || >= 14 || >= 16" + "node": ">= 14 || >= 16" }, "peerDependencies": { - "@washingtonpost/site-components": "^4.64.3 || ^5.0.0 || ^6.2.7 || ^7.0.0", "prop-types": "^15.7.2", "react": "^16.0.1 || ^17.0.2", "react-dom": "^16.0.1 || ^17.0.2" @@ -19907,38 +18555,31 @@ "prop-types": "^15.7.2" } }, - "node_modules/@washingtonpost/spacing-tokens": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/spacing-tokens/-/spacing-tokens-0.2.1.tgz", - "integrity": "sha512-YIxMItfrnXz7ZyNFW8u9gcqXtgBbQm8A4qjJyPFNPJSvqOxWb/Ld6Aq4Z6JkiVWJBCwPDSmHmodvHSd6Ja1ZkA==" - }, - "node_modules/@washingtonpost/tachyons-css": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/tachyons-css/-/tachyons-css-1.4.0.tgz", - "integrity": "sha512-LLjCmL+58XrwFouUgumCRHRK0Wym9naDDVcJJpvZOWM/Vfyk9m9ppyzZqYdV9D0nISBN+iUtmUyxYTOOCeQF2A==", + "node_modules/@washingtonpost/site-user-data": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@washingtonpost/site-user-data/-/site-user-data-0.3.0.tgz", + "integrity": "sha512-ZvAF85fR9PCM25x/s5ggK8LH60VvtfDb3UtvD4phNB6RgtXtpNAvoWuFcO6RJqyEEPg0e3oPBaTy5oDdnH5Sww==", "dependencies": { - "@washingtonpost/color-tokens": "latest", - "@washingtonpost/icon-tokens": "latest", - "@washingtonpost/logo-tokens": "latest", - "@washingtonpost/motion-tokens": "latest", - "@washingtonpost/shadow-tokens": "latest", - "@washingtonpost/spacing-tokens": "latest", - "@washingtonpost/typography-tokens": "latest" + "@washingtonpost/front-end-utils": "^0.4.4", + "react": "^16.0.1 || ^17.0.2" + }, + "engines": { + "node": ">= 12 || >= 14 || >= 16" }, "peerDependencies": { - "@washingtonpost/color-tokens": "latest", - "@washingtonpost/icon-tokens": "latest", - "@washingtonpost/logo-tokens": "latest", - "@washingtonpost/motion-tokens": "latest", - "@washingtonpost/shadow-tokens": "latest", - "@washingtonpost/spacing-tokens": "latest", - "@washingtonpost/typography-tokens": "latest" + "@washingtonpost/front-end-utils": "*", + "react": "^16.0.1 || ^17.0.2" } }, + "node_modules/@washingtonpost/spacing-tokens": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@washingtonpost/spacing-tokens/-/spacing-tokens-1.9.1.tgz", + "integrity": "sha512-erhg0ofHhfQnbPcSr9R/eHDmdz3XhWzhoOpjFYGn/B2XIngg4N2Bd5WE/+2ZAMGScm+C2r87roYQRsJKb6a60A==" + }, "node_modules/@washingtonpost/typography-tokens": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/typography-tokens/-/typography-tokens-0.6.1.tgz", - "integrity": "sha512-OPa27jnGCf1cGUnVlqEj8mtI2OBWCeYkbs8TnLkMSdyo2sH7u5W9RfgrMG8R7qR5b3qLmjXYG9pojKeRXCx5DA==" + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@washingtonpost/typography-tokens/-/typography-tokens-1.9.1.tgz", + "integrity": "sha512-Nq/KTKohoO35MEHe3HuQRpFR3KpC6qP7XyDw7HT4mV3AhkD3p99Zz/XjALXEk0/Cb/9WWpaZgeR7naWbsLOyEQ==" }, "node_modules/@washingtonpost/wpds-accordion": { "resolved": "ui/accordion", @@ -25821,14 +24462,6 @@ "csstype": "^3.0.2" } }, - "node_modules/dom-peekaboo": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/dom-peekaboo/-/dom-peekaboo-0.1.0.tgz", - "integrity": "sha512-QGfVWlbeTCC+aH0akKbr3NJuaW7i0GRhWaEwsRHz7AeDr5eX3xkjyZBmU86V1lGTjNq4XUxRWWOdk+JOQhMLSQ==", - "dependencies": { - "lodash.throttle": "^4.1.1" - } - }, "node_modules/dom-serializer": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", @@ -31005,17 +29638,6 @@ "resolved": "https://registry.npmjs.org/intersection-observer/-/intersection-observer-0.10.0.tgz", "integrity": "sha512-fn4bQ0Xq8FTej09YC/jqKZwtijpvARlRp6wxL5WTA6yPe2YWSJ5RJh7Nm79rK2qB0wr6iDQzH60XGq5V/7u8YQ==" }, - "node_modules/intl-messageformat": { - "version": "10.3.1", - "resolved": "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-10.3.1.tgz", - "integrity": "sha512-mqHc6arhbogrdImIsEscdjWnJcg2bvg3MiyGXDsTSGmPbbM2KtRUe7oNgDUbkM3HMn4KbyOct2JyJScmwRgGSQ==", - "dependencies": { - "@formatjs/ecma402-abstract": "1.14.3", - "@formatjs/fast-memoize": "1.2.8", - "@formatjs/icu-messageformat-parser": "2.3.0", - "tslib": "^2.4.0" - } - }, "node_modules/invariant": { "version": "2.2.4", "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", @@ -36001,17 +34623,6 @@ "language-subtag-registry": "~0.3.2" } }, - "node_modules/lazy-child": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/lazy-child/-/lazy-child-0.3.1.tgz", - "integrity": "sha512-noi341qqpeHJEiGC7YPM+iAhv7HgnrKCWLrsRaM6FX8LKC1g2+iuT4g+hcv3BzYjXotpQjn/Ri/I+Bf68mIONg==", - "dependencies": { - "react-peekaboo": "^0.4.1" - }, - "peerDependencies": { - "react": ">=16.8.0" - } - }, "node_modules/lazy-universal-dotenv": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/lazy-universal-dotenv/-/lazy-universal-dotenv-3.0.1.tgz", @@ -36399,7 +35010,8 @@ "node_modules/lodash.debounce": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", + "dev": true }, "node_modules/lodash.escape": { "version": "4.0.1", @@ -36434,7 +35046,8 @@ "node_modules/lodash.get": { "version": "4.4.2", "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", - "integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==" + "integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==", + "dev": true }, "node_modules/lodash.has": { "version": "4.5.2", @@ -36508,11 +35121,6 @@ "integrity": "sha512-wbu3SF1XC5ijqm0piNxw59yCbuUf2kaShumYBLWUrcCvwh6C8odz6SY/wGVzCWTQTFL/1Ygbvqg2eLtspUVVAQ==", "dev": true }, - "node_modules/lodash.throttle": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz", - "integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==" - }, "node_modules/lodash.topairs": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/lodash.topairs/-/lodash.topairs-4.3.0.tgz", @@ -42543,17 +41151,6 @@ "node": ">=0.10.0" } }, - "node_modules/react-content-loader": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/react-content-loader/-/react-content-loader-6.2.0.tgz", - "integrity": "sha512-r1dI6S+uHNLW68qraLE2njJYOuy6976PpCExuCZUcABWbfnF3FMcmuESRI8L4Bj45wnZ7n8g71hkPLzbma7/Cw==", - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "react": ">=16.0.0" - } - }, "node_modules/react-devtools-inline": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/react-devtools-inline/-/react-devtools-inline-4.4.0.tgz", @@ -42653,11 +41250,6 @@ "react": ">=16.13.1" } }, - "node_modules/react-fast-compare": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.0.tgz", - "integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==" - }, "node_modules/react-hook-form": { "version": "7.43.4", "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.4.tgz", @@ -42702,18 +41294,6 @@ "url": "https://github.com/sponsors/gregberge" } }, - "node_modules/react-peekaboo": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/react-peekaboo/-/react-peekaboo-0.4.1.tgz", - "integrity": "sha512-CB/EWYD+3iLKy64HvVC8A0ri/MswbugQZ4QEu48JFbKy8s74L9urfFRBa2CfSpKJVYOy3xbbUR9YSFaa0Vx35w==", - "dependencies": { - "dom-peekaboo": "^0.1.0", - "lodash.throttle": "^4.1.1" - }, - "peerDependencies": { - "react": ">=16.8.0" - } - }, "node_modules/react-phone-number-input": { "version": "3.2.19", "resolved": "https://registry.npmjs.org/react-phone-number-input/-/react-phone-number-input-3.2.19.tgz", @@ -42730,20 +41310,6 @@ "react-dom": ">=16.8" } }, - "node_modules/react-popper": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/react-popper/-/react-popper-2.3.0.tgz", - "integrity": "sha512-e1hj8lL3uM+sgSR4Lxzn5h1GxBlpa4CQz0XLF8kx4MDrDRWY0Ena4c97PUeSX9i5W3UAfDP0z0FXCTQkoXUl3Q==", - "dependencies": { - "react-fast-compare": "^3.0.1", - "warning": "^4.0.2" - }, - "peerDependencies": { - "@popperjs/core": "^2.0.0", - "react": "^16.8.0 || ^17 || ^18", - "react-dom": "^16.8.0 || ^17 || ^18" - } - }, "node_modules/react-refresh": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz", @@ -48688,14 +47254,6 @@ "makeerror": "1.0.12" } }, - "node_modules/warning": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz", - "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==", - "dependencies": { - "loose-envify": "^1.0.0" - } - }, "node_modules/watchpack": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", @@ -49972,144 +48530,6 @@ "react": "^16.8.6 || ^17.0.2" } }, - "ui/checkbox/node_modules/@radix-ui/primitive": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.0.0.tgz", - "integrity": "sha512-3e7rn8FDMin4CgeL7Z/49smCA3rFYY3Ha2rUQ7HRWFadS5iCRw08ZgVT1LaNTCNqgvrUiyczLflrVrF0SRQtNA==", - "dependencies": { - "@babel/runtime": "^7.13.10" - } - }, - "ui/checkbox/node_modules/@radix-ui/react-checkbox": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-checkbox/-/react-checkbox-1.0.2.tgz", - "integrity": "sha512-ZaPRwTU6CM/+S3enyeyhjZ+wIVLulNiWDsF2+IWhs41QEbP/cYTb0LbAfSlF91D5IH6RZ4crP0qzbmYUAh0qig==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/primitive": "1.0.0", - "@radix-ui/react-compose-refs": "1.0.0", - "@radix-ui/react-context": "1.0.0", - "@radix-ui/react-presence": "1.0.0", - "@radix-ui/react-primitive": "1.0.1", - "@radix-ui/react-use-controllable-state": "1.0.0", - "@radix-ui/react-use-previous": "1.0.0", - "@radix-ui/react-use-size": "1.0.0" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0" - } - }, - "ui/checkbox/node_modules/@radix-ui/react-context": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.0.0.tgz", - "integrity": "sha512-1pVM9RfOQ+n/N5PJK33kRSKsr1glNxomxONs5c49MliinBY6Yw2Q995qfBUUo0/Mbg05B/sGA0gkgPI7kmSHBg==", - "dependencies": { - "@babel/runtime": "^7.13.10" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0" - } - }, - "ui/checkbox/node_modules/@radix-ui/react-presence": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.0.0.tgz", - "integrity": "sha512-A+6XEvN01NfVWiKu38ybawfHsBjWum42MRPnEuqPsBZ4eV7e/7K321B5VgYMPv3Xx5An6o1/l9ZuDBgmcmWK3w==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.0", - "@radix-ui/react-use-layout-effect": "1.0.0" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0" - } - }, - "ui/checkbox/node_modules/@radix-ui/react-primitive": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-1.0.1.tgz", - "integrity": "sha512-fHbmislWVkZaIdeF6GZxF0A/NH/3BjrGIYj+Ae6eTmTCr7EB0RQAAVEiqsXK6p3/JcRqVSBQoceZroj30Jj3XA==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-slot": "1.0.1" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0" - } - }, - "ui/checkbox/node_modules/@radix-ui/react-slot": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.0.1.tgz", - "integrity": "sha512-avutXAFL1ehGvAXtPquu0YK5oz6ctS474iM3vNGQIkswrVhdrS52e3uoMQBzZhNRAIE0jBnUyXWNmSjGHhCFcw==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.0" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0" - } - }, - "ui/checkbox/node_modules/@radix-ui/react-use-layout-effect": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.0.0.tgz", - "integrity": "sha512-6Tpkq+R6LOlmQb1R5NNETLG0B4YP0wc+klfXafpUCj6JGyaUc8il7/kUZ7m59rGbXGczE9Bs+iz2qloqsZBduQ==", - "dependencies": { - "@babel/runtime": "^7.13.10" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0" - } - }, - "ui/checkbox/node_modules/@radix-ui/react-use-previous": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-previous/-/react-use-previous-1.0.0.tgz", - "integrity": "sha512-RG2K8z/K7InnOKpq6YLDmT49HGjNmrK+fr82UCVKT2sW0GYfVnYp4wZWBooT/EYfQ5faA9uIjvsuMMhH61rheg==", - "dependencies": { - "@babel/runtime": "^7.13.10" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0" - } - }, - "ui/checkbox/node_modules/@radix-ui/react-use-size": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.0.0.tgz", - "integrity": "sha512-imZ3aYcoYCKhhgNpkNDh/aTiU05qw9hX+HHI1QDBTyIlcFjgeFlKKySNGMwTp7nYFLQg/j0VA2FmCY4WPDDHMg==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-use-layout-effect": "1.0.0" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0" - } - }, - "ui/checkbox/node_modules/@washingtonpost/wpds-assets": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-assets/-/wpds-assets-1.17.0.tgz", - "integrity": "sha512-IdVsntS9qE9xyXUpgDxFRfwqThzCM9PwS1uPSOXQzFQaWP5ysVdLZ9YPYFaaYffCOSjKJX9/Apv1VvxjJmX14Q==", - "dependencies": { - "react": "^16.0.1 || ^17.0.2", - "react-dom": "^16.0.1 || ^17.0.2" - }, - "peerDependencies": { - "react": "^16.0.1 || ^17.0.2", - "react-dom": "^16.0.1 || ^17.0.2" - } - }, - "ui/checkbox/node_modules/typescript": { - "version": "4.5.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", - "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", - "dev": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=4.2.0" - } - }, "ui/container": { "name": "@washingtonpost/wpds-container", "version": "1.2.0", @@ -51378,7 +49798,8 @@ "license": "MIT", "dependencies": { "@washingtonpost/wpds-assets": "latest", - "@washingtonpost/wpds-ui-kit": "1.1.0" + "@washingtonpost/wpds-ui-kit": "1.2.0", + "nanoid": "^3.3.4" }, "devDependencies": { "tsup": "5.11.13", @@ -51386,673 +49807,7 @@ }, "peerDependencies": { "@washingtonpost/wpds-assets": "latest", - "@washingtonpost/wpds-ui-kit": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@radix-ui/react-collection": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.0.2.tgz", - "integrity": "sha512-s8WdQQ6wNXpaxdZ308KSr8fEWGrg4un8i4r/w7fhiS4ElRNjk5rRcl0/C6TANG2LvLOGIxtzo/jAg6Qf73TEBw==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.0", - "@radix-ui/react-context": "1.0.0", - "@radix-ui/react-primitive": "1.0.2", - "@radix-ui/react-slot": "1.0.1" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0" - } - }, - "ui/kitchen-sink/node_modules/@radix-ui/react-label": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-label/-/react-label-1.0.0.tgz", - "integrity": "sha512-k+EbxeRaVbSJ4oaR9eUYuC0cDIGRB4TAPhilbFCIMpP9pXFNcyQPQUvRaVOQBrviuArYM80xh0BQR/0y3kjUdQ==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.0", - "@radix-ui/react-context": "1.0.0", - "@radix-ui/react-id": "1.0.0", - "@radix-ui/react-primitive": "1.0.0" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0" - } - }, - "ui/kitchen-sink/node_modules/@radix-ui/react-label/node_modules/@radix-ui/react-primitive": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-1.0.0.tgz", - "integrity": "sha512-EyXe6mnRlHZ8b6f4ilTDrXmkLShICIuOTTj0GX4w1rp+wSxf3+TD05u1UOITC8VsJ2a9nwHvdXtOXEOl0Cw/zQ==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-slot": "1.0.0" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0" - } - }, - "ui/kitchen-sink/node_modules/@radix-ui/react-label/node_modules/@radix-ui/react-slot": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.0.0.tgz", - "integrity": "sha512-3mrKauI/tWXo1Ll+gN5dHcxDPdm/Df1ufcDLCecn+pnCIVcdWE7CujXo8QaXOWRJyZyQWWbpB8eFwHzWXlv5mQ==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.0" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0" - } - }, - "ui/kitchen-sink/node_modules/@radix-ui/react-primitive": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-1.0.2.tgz", - "integrity": "sha512-zY6G5Qq4R8diFPNwtyoLRZBxzu1Z+SXMlfYpChN7Dv8gvmx9X3qhDqiLWvKseKVJMuedFeU/Sa0Sy/Ia+t06Dw==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-slot": "1.0.1" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0" - } - }, - "ui/kitchen-sink/node_modules/@radix-ui/react-radio-group": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-radio-group/-/react-radio-group-1.1.2.tgz", - "integrity": "sha512-S7K8upMjOkx1fTUzEugbfCYPwI9Yw4m2h2ZfJP+ZWP/Mzc/LE2T6QgiAMaSaC3vZSxU5Kk5Eb377zMklWeaaCQ==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/primitive": "1.0.0", - "@radix-ui/react-compose-refs": "1.0.0", - "@radix-ui/react-context": "1.0.0", - "@radix-ui/react-direction": "1.0.0", - "@radix-ui/react-presence": "1.0.0", - "@radix-ui/react-primitive": "1.0.2", - "@radix-ui/react-roving-focus": "1.0.3", - "@radix-ui/react-use-controllable-state": "1.0.0", - "@radix-ui/react-use-previous": "1.0.0", - "@radix-ui/react-use-size": "1.0.0" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0" - } - }, - "ui/kitchen-sink/node_modules/@radix-ui/react-roving-focus": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-1.0.3.tgz", - "integrity": "sha512-stjCkIoMe6h+1fWtXlA6cRfikdBzCLp3SnVk7c48cv/uy3DTGoXhN76YaOYUJuy3aEDvDIKwKR5KSmvrtPvQPQ==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/primitive": "1.0.0", - "@radix-ui/react-collection": "1.0.2", - "@radix-ui/react-compose-refs": "1.0.0", - "@radix-ui/react-context": "1.0.0", - "@radix-ui/react-direction": "1.0.0", - "@radix-ui/react-id": "1.0.0", - "@radix-ui/react-primitive": "1.0.2", - "@radix-ui/react-use-callback-ref": "1.0.0", - "@radix-ui/react-use-controllable-state": "1.0.0" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0" - } - }, - "ui/kitchen-sink/node_modules/@radix-ui/react-separator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-separator/-/react-separator-1.0.2.tgz", - "integrity": "sha512-lZoAG/rS2jzb/OSvyBrpN3dmikw20ewmWx1GkM1VldbDyD0DACCbH9LIXSrqyS/2mE1VYKOHmyq5W90Dx4ryqA==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-primitive": "1.0.2" - }, - "peerDependencies": { - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/eslint-plugin-wpds": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/eslint-plugin-wpds/-/eslint-plugin-wpds-1.1.0.tgz", - "integrity": "sha512-M9WQAhpQzfQ5ySozKEPJ9dQAQotzoeMtaEBEmx3FqNT8sbhfxM6klGs3a+qJZ38ldNOTOimnbKEe4uXs4QNh0w==", - "dependencies": { - "@washingtonpost/wpds-theme": "1.1.0" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-accordion": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-accordion/-/wpds-accordion-1.1.0.tgz", - "integrity": "sha512-rKB4QJlQpemqqRK3X82uFju8Tn3e2tAdk+xt98KCtQCJp5hw+hK5g61bLG7iZdkReTfiUGXGy+HTqmq76JR9iA==", - "dependencies": { - "@radix-ui/react-accordion": "latest", - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-icon": "1.1.0", - "@washingtonpost/wpds-theme": "1.1.0" - }, - "peerDependencies": { - "@radix-ui/react-accordion": "latest", - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-icon": "*", - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-alert-banner": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-alert-banner/-/wpds-alert-banner-1.1.0.tgz", - "integrity": "sha512-6hEloUfPJWLci9LKvcBHPNoc9Tfgh6Nc6ymkjHc/4QBBOkcJDFtesZPHr6zLFjwVVztC0IeBQq7vfjLnCa/Weg==", - "dependencies": { - "@washingtonpost/wpds-app-bar": "1.1.0", - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-button": "1.1.0", - "@washingtonpost/wpds-container": "1.1.0", - "@washingtonpost/wpds-icon": "1.1.0", - "@washingtonpost/wpds-theme": "1.1.0", - "react": "^16.8.6 || ^17.0.2" - }, - "peerDependencies": { - "@washingtonpost/wpds-app-bar": "*", - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-button": "*", - "@washingtonpost/wpds-container": "*", - "@washingtonpost/wpds-icon": "*", - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-app-bar": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-app-bar/-/wpds-app-bar-1.1.0.tgz", - "integrity": "sha512-zVWsrDFxFLoACZX4zboydW8mPmMjK3QWNDTwhMfHM6Ia9XlNI2c6qUYh1SbvZ0NmnWOnfBHJAAMkZrVnHAsHcg==", - "dependencies": { - "@washingtonpost/wpds-theme": "1.1.0", - "react": "^16.8.6 || ^17.0.2" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-avatar": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-avatar/-/wpds-avatar-1.1.0.tgz", - "integrity": "sha512-W5hoZOOZWLtqI4EzOm0zd1CNFQdJhrqnSWi47rn95CB3SL1FEr8C9GSZp+VNvoKn2LajshkOX0xGd6+NNsUHrg==", - "dependencies": { - "@radix-ui/react-avatar": "latest", - "@washingtonpost/wpds-theme": "1.1.0" - }, - "peerDependencies": { - "@radix-ui/react-avatar": "latest", - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-box": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-box/-/wpds-box-1.1.0.tgz", - "integrity": "sha512-UusOwQV8bCWLPdnR8SrMNa126ZoZf7rCu9VQf3Ah4uYM3Hv7JyX0c4NaVjGshLLUhOcCoXbFt55pHLQ9IceESg==", - "dependencies": { - "@washingtonpost/wpds-theme": "1.1.0", - "react": "^16.8.6 || ^17.0.2" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-button": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-button/-/wpds-button-1.1.0.tgz", - "integrity": "sha512-2n6XZaMOYh8VF7an5Gzz7jNGRhBFq6eIpFj8lsRgIwbPw/iQ91lTAEHefDDZrup/3VdCoYnfJiOEE6tC0jv7Fw==", - "dependencies": { - "@washingtonpost/wpds-theme": "1.1.0", - "react": "^16.8.6 || ^17.0.2" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-card": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-card/-/wpds-card-1.1.0.tgz", - "integrity": "sha512-JnoTM7q/vo0GYRnK5eW9XQRq5fS05KmzDXE5+ymgKF2UDhXXxjGliRuDDKfAMy622XNABCX6wGLBgv/0aO2ZUg==", - "dependencies": { - "@washingtonpost/wpds-theme": "1.1.0" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-checkbox": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-checkbox/-/wpds-checkbox-1.1.0.tgz", - "integrity": "sha512-K5D/Ogviw9Cp5C2u+A9+hN2cGRrVDdxy5pnDosifi+7w8JpEZVYkUYWvQqttYcdp19mhLxIw1anMxsTJz+i5LA==", - "dependencies": { - "@radix-ui/react-checkbox": "^1.0.0", - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-icon": "1.1.0", - "@washingtonpost/wpds-input-shared": "1.1.0", - "@washingtonpost/wpds-theme": "1.1.0", - "@washingtonpost/wpds-visually-hidden": "1.1.0", - "react": "^16.8.6 || ^17.0.2" - }, - "peerDependencies": { - "@radix-ui/react-checkbox": "^1.0.0", - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-icon": "*", - "@washingtonpost/wpds-input-shared": "*", - "@washingtonpost/wpds-theme": "*", - "@washingtonpost/wpds-visually-hidden": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-container": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-container/-/wpds-container-1.1.0.tgz", - "integrity": "sha512-u9gyJW/X65BKyO5IWZlv6jVrpzQN45C1PZCLiU953vw6/EJ4y9JgqR5OuVOG26hiPI5xN1W7g07BwrWLtlQWyg==", - "dependencies": { - "@washingtonpost/wpds-theme": "1.1.0", - "react": "^16.8.6 || ^17.0.2" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-divider": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-divider/-/wpds-divider-1.1.0.tgz", - "integrity": "sha512-CsIbSjkVN8uSd0/hOKwwEjjgobiSOEP48wFvRAIR7OgKroHswD4Pjwvf7cMjhHCWM85OlSYSLP4LWB9HAFeOig==", - "dependencies": { - "@radix-ui/react-separator": "^1.0.0", - "@washingtonpost/wpds-theme": "1.1.0" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-drawer": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-drawer/-/wpds-drawer-1.1.0.tgz", - "integrity": "sha512-tpmUWsgwj0t9FHPR6PZrJsCzLb+baQU0eRr0+mxz05wDoGxgOKshwR4+zE+PVdSO4kFtxKOyLfM/Fiok5gl6jg==", - "dependencies": { - "@radix-ui/react-focus-scope": "^1.0.0", - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-button": "1.1.0", - "@washingtonpost/wpds-icon": "1.1.0", - "@washingtonpost/wpds-scrim": "1.1.0", - "@washingtonpost/wpds-theme": "1.1.0", - "react-transition-group": "^4.4.5" - }, - "peerDependencies": { - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-button": "*", - "@washingtonpost/wpds-icon": "*", - "@washingtonpost/wpds-scrim": "*", - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-error-message": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-error-message/-/wpds-error-message-1.1.0.tgz", - "integrity": "sha512-1QtoA8yP8r5sl2oEoezFkDAVfkV5kLHeB01Jok1g1XwhTWSLqu1s+hxwbcfeL0fZfZgGQHKhFYN+C87K+x9OYw==", - "dependencies": { - "@washingtonpost/wpds-theme": "1.1.0" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-fieldset": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-fieldset/-/wpds-fieldset-1.1.0.tgz", - "integrity": "sha512-QAowC5BlyLEp4WnDsdfCbUIfrq62zZA9+vO5B/v9jXNurSMdyGhMar+Jz4Ib+1qD1sLQUtd2nxZfTP6+O976kA==", - "dependencies": { - "@washingtonpost/wpds-theme": "1.1.0" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-helper-text": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-helper-text/-/wpds-helper-text-1.1.0.tgz", - "integrity": "sha512-u1Jk4JBeqyluwSF99NB3j1jbWghwMs8YnO5hr7g63+ZpdhFfE64F/yZ5fKS/oKvWhXLa8uZelDiq8t8qWtQ/Nw==", - "dependencies": { - "@washingtonpost/wpds-theme": "1.1.0" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-icon": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-icon/-/wpds-icon-1.1.0.tgz", - "integrity": "sha512-ltk5BidEifiUzzPKwuociiDcPUoGFRfmVwhkbCKK/GI5mQLkied2Ta9D0oXHbDbufw/n0mSIzWsZcEK31xFwcA==", - "dependencies": { - "@washingtonpost/wpds-theme": "1.1.0", - "@washingtonpost/wpds-visually-hidden": "1.1.0", - "react": "^16.8.6 || ^17.0.2" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", - "@washingtonpost/wpds-visually-hidden": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-input-label": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-input-label/-/wpds-input-label-1.1.0.tgz", - "integrity": "sha512-+A61T9Uv9/ayVjScJxjkpzEQsNwdP3o0pXEFWraqAo5BwjPhUlaMCbbbHmK062wgJd3OQUPGRUoxRtrn4vozFQ==", - "dependencies": { - "@radix-ui/react-label": "^1.0.0", - "@washingtonpost/wpds-input-shared": "1.1.0", - "@washingtonpost/wpds-theme": "1.1.0" - }, - "peerDependencies": { - "@washingtonpost/wpds-input-shared": "*", - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-input-password": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-input-password/-/wpds-input-password-1.1.0.tgz", - "integrity": "sha512-WaPi02C/sV7NqZ2n1kKlrHEvWjFsC2m7dWLc+Yy0Jz0lwc44QxxoPjma8hatUE1IpdcD8kUIQwnRTQ/mPrVIRw==", - "dependencies": { - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-icon": "1.1.0", - "@washingtonpost/wpds-input-text": "1.1.0" - }, - "peerDependencies": { - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-icon": "*", - "@washingtonpost/wpds-input-text": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-input-shared": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-input-shared/-/wpds-input-shared-1.1.0.tgz", - "integrity": "sha512-N6RFPmzRlgBdzn4IrO0VuIjZgP8cYcFGncj66DFAFH/FnHjKkgKFr0S50tp7eil80ONPcgbVuQ+2ySJBFGme3g==", - "dependencies": { - "@washingtonpost/wpds-theme": "1.1.0" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-input-text": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-input-text/-/wpds-input-text-1.1.0.tgz", - "integrity": "sha512-eW4cTKbgBXRNhFn5gXpD9ObaSg6/LL2PtWkYJzzC5WCcj77/HDYpp0rkj+G1NuEqEz9XmqF1Jf1/l9idRmB2sA==", - "dependencies": { - "@radix-ui/react-label": "^1.0.0", - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-box": "1.1.0", - "@washingtonpost/wpds-button": "1.1.0", - "@washingtonpost/wpds-error-message": "1.1.0", - "@washingtonpost/wpds-helper-text": "1.1.0", - "@washingtonpost/wpds-icon": "1.1.0", - "@washingtonpost/wpds-input-label": "1.1.0", - "@washingtonpost/wpds-input-shared": "1.1.0", - "@washingtonpost/wpds-theme": "1.1.0", - "@washingtonpost/wpds-visually-hidden": "1.1.0", - "nanoid": "^3.3.2" - }, - "peerDependencies": { - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-box": "*", - "@washingtonpost/wpds-button": "*", - "@washingtonpost/wpds-error-message": "*", - "@washingtonpost/wpds-helper-text": "*", - "@washingtonpost/wpds-icon": "*", - "@washingtonpost/wpds-input-label": "*", - "@washingtonpost/wpds-input-shared": "*", - "@washingtonpost/wpds-theme": "*", - "@washingtonpost/wpds-visually-hidden": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-input-textarea": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-input-textarea/-/wpds-input-textarea-1.1.0.tgz", - "integrity": "sha512-jUFjuLMdh3dII9PprOYyia1UF6KeB4YUtXwCZHvk+e7juIcwe7m+HY6yfdnAXEsliLEJNYrjNOi0svQ7+YHrdQ==", - "dependencies": { - "@washingtonpost/wpds-error-message": "1.1.0", - "@washingtonpost/wpds-helper-text": "1.1.0", - "@washingtonpost/wpds-input-label": "1.1.0", - "@washingtonpost/wpds-input-shared": "1.1.0", - "@washingtonpost/wpds-theme": "1.1.0", - "react": "^16.8.6 || ^17.0.2" - }, - "peerDependencies": { - "@washingtonpost/wpds-error-message": "*", - "@washingtonpost/wpds-helper-text": "*", - "@washingtonpost/wpds-input-label": "*", - "@washingtonpost/wpds-input-shared": "*", - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-pagination-dots": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-pagination-dots/-/wpds-pagination-dots-1.1.0.tgz", - "integrity": "sha512-BxqZdMHFeaBTjwBU7E5Cy+iDxjp//iu4KP9FQ+4XGJsWvbLY0CgSHlaqe6k0og/Km7UhxHXZo+p29YJsjEyoDg==", - "dependencies": { - "@washingtonpost/wpds-theme": "1.1.0" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-popover": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-popover/-/wpds-popover-1.1.0.tgz", - "integrity": "sha512-dlrllS9eGywmjmJVB4ZYvrImT75IAiYjDjT0hshwjpqCfyD7x28LWYItXL6Emb53hcoRBWMDH/tAVAJx3kXjNQ==", - "dependencies": { - "@radix-ui/react-popover": "^1.0.2", - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-button": "1.1.0", - "@washingtonpost/wpds-icon": "1.1.0", - "@washingtonpost/wpds-theme": "1.1.0" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "^1.17.0", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-radio-group": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-radio-group/-/wpds-radio-group-1.1.0.tgz", - "integrity": "sha512-AEIHo1Hqqt5IFKqvOxzvQtyVTwIiqbOaXAnKKsrx+uY7Sc3bElvbjw1577fE82ev9za0wO8FQwI8mc413EhM/Q==", - "dependencies": { - "@radix-ui/react-radio-group": "^1.0.0", - "@washingtonpost/wpds-error-message": "1.1.0", - "@washingtonpost/wpds-fieldset": "1.1.0", - "@washingtonpost/wpds-input-label": "1.1.0", - "@washingtonpost/wpds-theme": "1.1.0", - "nanoid": "^3.3.3" - }, - "peerDependencies": { - "@washingtonpost/wpds-error-message": "*", - "@washingtonpost/wpds-fieldset": "*", - "@washingtonpost/wpds-input-label": "*", - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-scrim": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-scrim/-/wpds-scrim-1.1.0.tgz", - "integrity": "sha512-vUavdBud5a6MTc8i4ikZ6ASyPiZxpk0VwIgYIPvTbyIaPTVfiC7WY8r53mren2NQwmVIGZz3CpBSVvf3TNd5CA==", - "dependencies": { - "@radix-ui/react-dialog": "^1.0.0", - "@washingtonpost/wpds-theme": "1.1.0", - "react-transition-group": "^4.4.5" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "^0.25.0", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-select": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-select/-/wpds-select-1.1.0.tgz", - "integrity": "sha512-OuYWcJQgLB+2C9W/mp9mKPiFtbEnfEljZxiz5yoUzTYNSG4J7857IDU3otMwryjA5hpiW+5/W2gMZUY228cG4w==", - "dependencies": { - "@radix-ui/react-select": "^1.0.0", - "@radix-ui/react-use-controllable-state": "^1.0.0", - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-divider": "1.1.0", - "@washingtonpost/wpds-icon": "1.1.0", - "@washingtonpost/wpds-input-label": "1.1.0", - "@washingtonpost/wpds-input-shared": "1.1.0", - "@washingtonpost/wpds-theme": "1.1.0" - }, - "peerDependencies": { - "@radix-ui/react-select": "^1.0.0", - "@radix-ui/react-use-controllable-state": "^1.0.0", - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-divider": "*", - "@washingtonpost/wpds-icon": "*", - "@washingtonpost/wpds-input-label": "*", - "@washingtonpost/wpds-input-shared": "*", - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-switch": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-switch/-/wpds-switch-1.1.0.tgz", - "integrity": "sha512-jlUD9IjKPYUeVvMFMcsEUPmDKOX3QfsnybLXKkXdTvA4llfBI3f1rtAZrFpVayxV0Rl7AywjAMVejgVxmw+hwA==", - "dependencies": { - "@radix-ui/react-switch": "^1.0.1", - "@washingtonpost/wpds-theme": "1.1.0" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-theme": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-theme/-/wpds-theme-1.1.0.tgz", - "integrity": "sha512-mOYYBjVljoTj97YqEXz5cvV2dEI3qzjx33SYEVrN3xopEowy+ree/YXiJu8NMQvvfp9t00Pmq1i4d9l3RUYCgA==", - "dependencies": { - "@stitches/react": "^1.2.8" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-tooltip": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-tooltip/-/wpds-tooltip-1.1.0.tgz", - "integrity": "sha512-tXn7eLhutNgIei1gO9tuMvHaYydwnGt+sp6enEEAqOTL60yS/O5KBTFycZFaTHDtRk+2OYHc15UoONVxehwcrQ==", - "dependencies": { - "@radix-ui/react-tooltip": "^1.0.0", - "@washingtonpost/wpds-theme": "1.1.0" - }, - "peerDependencies": { - "@radix-ui/react-tooltip": "^1.0.0", - "@washingtonpost/wpds-theme": "*", - "react": "^16.8.6 || ^17.0.2" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-ui-kit": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-ui-kit/-/wpds-ui-kit-1.1.0.tgz", - "integrity": "sha512-GS6uR2fTLn0K8nwO3tiL84Wvdb01iucWm/LpQ1ja5GsKY6B8urgn18A7DCw/96eiNl9DOgyoIOslBentimt7sg==", - "dependencies": { - "@washingtonpost/eslint-plugin-wpds": "1.1.0", - "@washingtonpost/wpds-accordion": "1.1.0", - "@washingtonpost/wpds-alert-banner": "1.1.0", - "@washingtonpost/wpds-app-bar": "1.1.0", - "@washingtonpost/wpds-avatar": "1.1.0", - "@washingtonpost/wpds-box": "1.1.0", - "@washingtonpost/wpds-button": "1.1.0", - "@washingtonpost/wpds-card": "1.1.0", - "@washingtonpost/wpds-checkbox": "1.1.0", - "@washingtonpost/wpds-container": "1.1.0", - "@washingtonpost/wpds-divider": "1.1.0", - "@washingtonpost/wpds-drawer": "1.1.0", - "@washingtonpost/wpds-error-message": "1.1.0", - "@washingtonpost/wpds-fieldset": "1.1.0", - "@washingtonpost/wpds-helper-text": "1.1.0", - "@washingtonpost/wpds-icon": "1.1.0", - "@washingtonpost/wpds-input-label": "1.1.0", - "@washingtonpost/wpds-input-password": "1.1.0", - "@washingtonpost/wpds-input-shared": "1.1.0", - "@washingtonpost/wpds-input-text": "1.1.0", - "@washingtonpost/wpds-input-textarea": "1.1.0", - "@washingtonpost/wpds-pagination-dots": "1.1.0", - "@washingtonpost/wpds-popover": "1.1.0", - "@washingtonpost/wpds-radio-group": "1.1.0", - "@washingtonpost/wpds-scrim": "1.1.0", - "@washingtonpost/wpds-select": "1.1.0", - "@washingtonpost/wpds-switch": "1.1.0", - "@washingtonpost/wpds-theme": "1.1.0", - "@washingtonpost/wpds-tooltip": "1.1.0", - "@washingtonpost/wpds-visually-hidden": "1.1.0" - }, - "peerDependencies": { - "@washingtonpost/eslint-plugin-wpds": "*", - "@washingtonpost/wpds-accordion": "*", - "@washingtonpost/wpds-alert-banner": "*", - "@washingtonpost/wpds-app-bar": "*", - "@washingtonpost/wpds-avatar": "*", - "@washingtonpost/wpds-box": "*", - "@washingtonpost/wpds-button": "*", - "@washingtonpost/wpds-card": "*", - "@washingtonpost/wpds-checkbox": "*", - "@washingtonpost/wpds-container": "*", - "@washingtonpost/wpds-divider": "*", - "@washingtonpost/wpds-drawer": "*", - "@washingtonpost/wpds-error-message": "*", - "@washingtonpost/wpds-fieldset": "*", - "@washingtonpost/wpds-helper-text": "*", - "@washingtonpost/wpds-icon": "*", - "@washingtonpost/wpds-input-label": "*", - "@washingtonpost/wpds-input-password": "*", - "@washingtonpost/wpds-input-shared": "*", - "@washingtonpost/wpds-input-text": "*", - "@washingtonpost/wpds-input-textarea": "*", - "@washingtonpost/wpds-pagination-dots": "*", - "@washingtonpost/wpds-popover": "*", - "@washingtonpost/wpds-radio-group": "*", - "@washingtonpost/wpds-scrim": "*", - "@washingtonpost/wpds-select": "*", - "@washingtonpost/wpds-switch": "*", - "@washingtonpost/wpds-theme": "*", - "@washingtonpost/wpds-tooltip": "*", - "@washingtonpost/wpds-visually-hidden": "*" - } - }, - "ui/kitchen-sink/node_modules/@washingtonpost/wpds-visually-hidden": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-visually-hidden/-/wpds-visually-hidden-1.1.0.tgz", - "integrity": "sha512-26UgZJ8vVFeW8PV98eRTuylAf4iRfBQlpIzbZhIkLQAmIRnu0sg64ZjTnQg0w/lLmd+xqLwXO1dXQuHaYhAUPw==", - "dependencies": { - "@washingtonpost/wpds-theme": "1.1.0", - "react": "^16.8.6 || ^17.0.2" - }, - "peerDependencies": { - "@washingtonpost/wpds-theme": "*", + "@washingtonpost/wpds-ui-kit": "1.2.0", "react": "^16.8.6 || ^17.0.2" } }, @@ -52253,66 +50008,6 @@ } }, "dependencies": { - "@accessible/accordion": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@accessible/accordion/-/accordion-2.0.0.tgz", - "integrity": "sha512-C+PYVeSuDyS05kZ49bYEqzaRhx3kiqCGWkCaurMjog4bKGjFREB20UXvUub1250ZDaqXwslREdBTlppPnYNwtg==", - "requires": { - "@accessible/button": "^1.1.1", - "@accessible/use-conditional-focus": "^2.2.0", - "@accessible/use-id": "^1.1.0", - "@accessible/use-keycode": "^4.0.1", - "@react-hook/merged-ref": "^1.1.1", - "@react-hook/passive-layout-effect": "^1.0.3", - "clsx": "^1.1.1" - }, - "dependencies": { - "clsx": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", - "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==" - } - } - }, - "@accessible/button": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@accessible/button/-/button-1.1.1.tgz", - "integrity": "sha512-O15qkrU+GqXL2OnBjBts6gCLatLxl5eMyfFaEZZU9ZtlFOzbFwFAq6mjy8t9mNemlqxB/Kbcf4I6tv9tsPM3Og==", - "requires": { - "@accessible/use-keycode": "^4.0.1", - "@react-hook/merged-ref": "^1.1.1" - } - }, - "@accessible/tabbable": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@accessible/tabbable/-/tabbable-1.1.2.tgz", - "integrity": "sha512-FJCKCtewk0x2dAr+KYv+SZOgFoclmsBd7wH3i8oVIr09dCRrliHixMqC2g52lasqk1VNfxPjNue1ebEjlP5S+g==" - }, - "@accessible/use-conditional-focus": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@accessible/use-conditional-focus/-/use-conditional-focus-2.2.0.tgz", - "integrity": "sha512-qSagGuVu1fokfLIfwG0NWT0DsbFwZmtWNQG6E42kTze3/OxA2YzpbH9FUBh+UhHWCmKGR+ZjNdmNl8sCsHoBNg==", - "requires": { - "@accessible/tabbable": "^1.0.4", - "@react-hook/event": "^1.1.0" - } - }, - "@accessible/use-id": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@accessible/use-id/-/use-id-1.1.2.tgz", - "integrity": "sha512-0JcdE3a9WuR0hf8EfvoDDcKROOYEklSh9HN8nEQuAuyRQ7FrVYKDOz966nUiknzT4wy7MD4IkbdhkC4LqLhwHA==", - "requires": { - "@react-hook/passive-layout-effect": "^1.2.0" - } - }, - "@accessible/use-keycode": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@accessible/use-keycode/-/use-keycode-4.0.2.tgz", - "integrity": "sha512-Qax7qlRJ9p6b9zP90slpyP1Yzdf+W401zj5bgX43bFxBIpJr1Pv4QBAX4Fe9kcD/3DpR5qDA1aTyCxdbJkKdEg==", - "requires": { - "@react-hook/event": "^1.2.2" - } - }, "@adobe/css-tools": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.2.0.tgz", @@ -54391,50 +52086,6 @@ "use-isomorphic-layout-effect": "^1.1.1" } }, - "@formatjs/ecma402-abstract": { - "version": "1.14.3", - "resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-1.14.3.tgz", - "integrity": "sha512-SlsbRC/RX+/zg4AApWIFNDdkLtFbkq3LNoZWXZCE/nHVKqoIJyaoQyge/I0Y38vLxowUn9KTtXgusLD91+orbg==", - "requires": { - "@formatjs/intl-localematcher": "0.2.32", - "tslib": "^2.4.0" - } - }, - "@formatjs/fast-memoize": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@formatjs/fast-memoize/-/fast-memoize-1.2.8.tgz", - "integrity": "sha512-PemNUObyoIZcqdQ1ixTPugzAzhEj7j6AHIyrq/qR6x5BFTvOQeXHYsVZUqBEFduAIscUaDfou+U+xTqOiunJ3Q==", - "requires": { - "tslib": "^2.4.0" - } - }, - "@formatjs/icu-messageformat-parser": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.3.0.tgz", - "integrity": "sha512-xqtlqYAbfJDF4b6e4O828LBNOWXrFcuYadqAbYORlDRwhyJ2bH+xpUBPldZbzRGUN2mxlZ4Ykhm7jvERtmI8NQ==", - "requires": { - "@formatjs/ecma402-abstract": "1.14.3", - "@formatjs/icu-skeleton-parser": "1.3.18", - "tslib": "^2.4.0" - } - }, - "@formatjs/icu-skeleton-parser": { - "version": "1.3.18", - "resolved": "https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.3.18.tgz", - "integrity": "sha512-ND1ZkZfmLPcHjAH1sVpkpQxA+QYfOX3py3SjKWMUVGDow18gZ0WPqz3F+pJLYQMpS2LnnQ5zYR2jPVYTbRwMpg==", - "requires": { - "@formatjs/ecma402-abstract": "1.14.3", - "tslib": "^2.4.0" - } - }, - "@formatjs/intl-localematcher": { - "version": "0.2.32", - "resolved": "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.2.32.tgz", - "integrity": "sha512-k/MEBstff4sttohyEpXxCmC3MqbUn9VvHGlZ8fauLzkbwXmVrEeyzS+4uhrvAk9DWU9/7otYWxyDox4nT/KVLQ==", - "requires": { - "tslib": "^2.4.0" - } - }, "@gar/promisify": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", @@ -54485,39 +52136,6 @@ "integrity": "sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==", "dev": true }, - "@internationalized/date": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@internationalized/date/-/date-3.1.0.tgz", - "integrity": "sha512-wjeur7K4AecT+YwoBmBXQ/+n5lP69tuZc34hw09s44EozZK7FZHSyfPvRp5/xEb2D6abLboskDY4jG+Nt0TNUQ==", - "requires": { - "@swc/helpers": "^0.4.14" - } - }, - "@internationalized/message": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@internationalized/message/-/message-3.1.0.tgz", - "integrity": "sha512-Oo5m70FcBdADf7G8NkUffVSfuCdeAYVfsvNjZDi9ELpjvkc4YNJVTHt/NyTI9K7FgAVoELxiP9YmN0sJ+HNHYQ==", - "requires": { - "@swc/helpers": "^0.4.14", - "intl-messageformat": "^10.1.0" - } - }, - "@internationalized/number": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@internationalized/number/-/number-3.2.0.tgz", - "integrity": "sha512-GUXkhXSX1Ee2RURnzl+47uvbOxnlMnvP9Er+QePTjDjOPWuunmLKlEkYkEcLiiJp7y4l9QxGDLOlVr8m69LS5w==", - "requires": { - "@swc/helpers": "^0.4.14" - } - }, - "@internationalized/string": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@internationalized/string/-/string-3.1.0.tgz", - "integrity": "sha512-TJQKiyUb+wyAfKF59UNeZ/kELMnkxyecnyPCnBI1ma4NaXReJW+7Cc2mObXAqraIBJUVv7rgI46RLKrLgi35ng==", - "requires": { - "@swc/helpers": "^0.4.14" - } - }, "@isaacs/string-locale-compare": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz", @@ -59112,11 +56730,6 @@ "integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==", "dev": true }, - "@popperjs/core": { - "version": "2.11.6", - "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.6.tgz", - "integrity": "sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==" - }, "@radix-ui/number": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/@radix-ui/number/-/number-1.0.0.tgz", @@ -59302,71 +56915,6 @@ "@radix-ui/react-use-layout-effect": "1.0.0" } }, - "@radix-ui/react-label": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@radix-ui/react-label/-/react-label-0.1.5.tgz", - "integrity": "sha512-Au9+n4/DhvjR0IHhvZ1LPdx/OW+3CGDie30ZyCkbSHIuLp4/CV4oPPGBwJ1vY99Jog3zyQhsGww9MXj8O9Aj/A==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "0.1.0", - "@radix-ui/react-context": "0.1.1", - "@radix-ui/react-id": "0.1.5", - "@radix-ui/react-primitive": "0.1.4" - }, - "dependencies": { - "@radix-ui/react-compose-refs": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-0.1.0.tgz", - "integrity": "sha512-eyclbh+b77k+69Dk72q3694OHrn9B3QsoIRx7ywX341U9RK1ThgQjMFZoPtmZNQTksXHLNEiefR8hGVeFyInGg==", - "requires": { - "@babel/runtime": "^7.13.10" - } - }, - "@radix-ui/react-context": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-0.1.1.tgz", - "integrity": "sha512-PkyVX1JsLBioeu0jB9WvRpDBBLtLZohVDT3BB5CTSJqActma8S8030P57mWZb4baZifMvN7KKWPAA40UmWKkQg==", - "requires": { - "@babel/runtime": "^7.13.10" - } - }, - "@radix-ui/react-id": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-0.1.5.tgz", - "integrity": "sha512-IPc4H/63bes0IZ1GJJozSEkSWcDyhNGtKFWUpJ+XtaLyQ1X3x7Mf6fWwWhDcpqlYEP+5WtAvfqcyEsyjP+ZhBQ==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-use-layout-effect": "0.1.0" - } - }, - "@radix-ui/react-primitive": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-0.1.4.tgz", - "integrity": "sha512-6gSl2IidySupIMJFjYnDIkIWRyQdbu/AHK7rbICPani+LW4b0XdxBXc46og/iZvuwW8pjCS8I2SadIerv84xYA==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-slot": "0.1.2" - } - }, - "@radix-ui/react-slot": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-0.1.2.tgz", - "integrity": "sha512-ADkqfL+agEzEguU3yS26jfB50hRrwf7U4VTwAOZEmi/g+ITcBWe12yM46ueS/UCIMI9Py+gFUaAdxgxafFvY2Q==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "0.1.0" - } - }, - "@radix-ui/react-use-layout-effect": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-0.1.0.tgz", - "integrity": "sha512-+wdeS51Y+E1q1Wmd+1xSSbesZkpVj4jsg0BojCbopWvgq5iBvixw5vgemscdh58ep98BwUbsFYnrywFhV9yrVg==", - "requires": { - "@babel/runtime": "^7.13.10" - } - } - } - }, "@radix-ui/react-popover": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/@radix-ui/react-popover/-/react-popover-1.0.4.tgz", @@ -59436,156 +56984,6 @@ "@radix-ui/react-slot": "1.0.1" } }, - "@radix-ui/react-radio-group": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@radix-ui/react-radio-group/-/react-radio-group-0.1.5.tgz", - "integrity": "sha512-ybgHsmh/V2crKvK6xZ56dpPul7b+vyxcq7obWqHbr5W6Ca11wdm0E7lS0i/Y6pgfIKYOWIARmZYDpRMEeRCPOw==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/primitive": "0.1.0", - "@radix-ui/react-compose-refs": "0.1.0", - "@radix-ui/react-context": "0.1.1", - "@radix-ui/react-label": "0.1.5", - "@radix-ui/react-presence": "0.1.2", - "@radix-ui/react-primitive": "0.1.4", - "@radix-ui/react-roving-focus": "0.1.5", - "@radix-ui/react-use-controllable-state": "0.1.0", - "@radix-ui/react-use-previous": "0.1.1", - "@radix-ui/react-use-size": "0.1.1" - }, - "dependencies": { - "@radix-ui/primitive": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-0.1.0.tgz", - "integrity": "sha512-tqxZKybwN5Fa3VzZry4G6mXAAb9aAqKmPtnVbZpL0vsBwvOHTBwsjHVPXylocYLwEtBY9SCe665bYnNB515uoA==", - "requires": { - "@babel/runtime": "^7.13.10" - } - }, - "@radix-ui/react-collection": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-0.1.4.tgz", - "integrity": "sha512-3muGI15IdgaDFjOcO7xX8a35HQRBRF6LH9pS6UCeZeRmbslkVeHyJRQr2rzICBUoX7zgIA0kXyMDbpQnJGyJTA==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "0.1.0", - "@radix-ui/react-context": "0.1.1", - "@radix-ui/react-primitive": "0.1.4", - "@radix-ui/react-slot": "0.1.2" - } - }, - "@radix-ui/react-compose-refs": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-0.1.0.tgz", - "integrity": "sha512-eyclbh+b77k+69Dk72q3694OHrn9B3QsoIRx7ywX341U9RK1ThgQjMFZoPtmZNQTksXHLNEiefR8hGVeFyInGg==", - "requires": { - "@babel/runtime": "^7.13.10" - } - }, - "@radix-ui/react-context": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-0.1.1.tgz", - "integrity": "sha512-PkyVX1JsLBioeu0jB9WvRpDBBLtLZohVDT3BB5CTSJqActma8S8030P57mWZb4baZifMvN7KKWPAA40UmWKkQg==", - "requires": { - "@babel/runtime": "^7.13.10" - } - }, - "@radix-ui/react-id": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-0.1.5.tgz", - "integrity": "sha512-IPc4H/63bes0IZ1GJJozSEkSWcDyhNGtKFWUpJ+XtaLyQ1X3x7Mf6fWwWhDcpqlYEP+5WtAvfqcyEsyjP+ZhBQ==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-use-layout-effect": "0.1.0" - } - }, - "@radix-ui/react-presence": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-0.1.2.tgz", - "integrity": "sha512-3BRlFZraooIUfRlyN+b/Xs5hq1lanOOo/+3h6Pwu2GMFjkGKKa4Rd51fcqGqnVlbr3jYg+WLuGyAV4KlgqwrQw==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "0.1.0", - "@radix-ui/react-use-layout-effect": "0.1.0" - } - }, - "@radix-ui/react-primitive": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-0.1.4.tgz", - "integrity": "sha512-6gSl2IidySupIMJFjYnDIkIWRyQdbu/AHK7rbICPani+LW4b0XdxBXc46og/iZvuwW8pjCS8I2SadIerv84xYA==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-slot": "0.1.2" - } - }, - "@radix-ui/react-roving-focus": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-0.1.5.tgz", - "integrity": "sha512-ClwKPS5JZE+PaHCoW7eu1onvE61pDv4kO8W4t5Ra3qMFQiTJLZMdpBQUhksN//DaVygoLirz4Samdr5Y1x1FSA==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/primitive": "0.1.0", - "@radix-ui/react-collection": "0.1.4", - "@radix-ui/react-compose-refs": "0.1.0", - "@radix-ui/react-context": "0.1.1", - "@radix-ui/react-id": "0.1.5", - "@radix-ui/react-primitive": "0.1.4", - "@radix-ui/react-use-callback-ref": "0.1.0", - "@radix-ui/react-use-controllable-state": "0.1.0" - } - }, - "@radix-ui/react-slot": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-0.1.2.tgz", - "integrity": "sha512-ADkqfL+agEzEguU3yS26jfB50hRrwf7U4VTwAOZEmi/g+ITcBWe12yM46ueS/UCIMI9Py+gFUaAdxgxafFvY2Q==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "0.1.0" - } - }, - "@radix-ui/react-use-callback-ref": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-0.1.0.tgz", - "integrity": "sha512-Va041McOFFl+aV+sejvl0BS2aeHx86ND9X/rVFmEFQKTXCp6xgUK0NGUAGcgBlIjnJSbMYPGEk1xKSSlVcN2Aw==", - "requires": { - "@babel/runtime": "^7.13.10" - } - }, - "@radix-ui/react-use-controllable-state": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-0.1.0.tgz", - "integrity": "sha512-zv7CX/PgsRl46a52Tl45TwqwVJdmqnlQEQhaYMz/yBOD2sx2gCkCFSoF/z9mpnYWmS6DTLNTg5lIps3fV6EnXg==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-use-callback-ref": "0.1.0" - } - }, - "@radix-ui/react-use-layout-effect": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-0.1.0.tgz", - "integrity": "sha512-+wdeS51Y+E1q1Wmd+1xSSbesZkpVj4jsg0BojCbopWvgq5iBvixw5vgemscdh58ep98BwUbsFYnrywFhV9yrVg==", - "requires": { - "@babel/runtime": "^7.13.10" - } - }, - "@radix-ui/react-use-previous": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-previous/-/react-use-previous-0.1.1.tgz", - "integrity": "sha512-O/ZgrDBr11dR8rhO59ED8s5zIXBRFi8MiS+CmFGfi7MJYdLbfqVOmQU90Ghf87aifEgWe6380LA69KBneaShAg==", - "requires": { - "@babel/runtime": "^7.13.10" - } - }, - "@radix-ui/react-use-size": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-0.1.1.tgz", - "integrity": "sha512-pTgWM5qKBu6C7kfKxrKPoBI2zZYZmp2cSXzpUiGM3qEBQlMLtYhaY2JXdXUCxz+XmD1YEjc8oRwvyfsD4AG4WA==", - "requires": { - "@babel/runtime": "^7.13.10" - } - } - } - }, "@radix-ui/react-roving-focus": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-1.0.2.tgz", @@ -59632,43 +57030,6 @@ "react-remove-scroll": "2.5.5" } }, - "@radix-ui/react-separator": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/@radix-ui/react-separator/-/react-separator-0.1.4.tgz", - "integrity": "sha512-ct2qE072ydvMyFiPwgO8xGE4iLGR9BsSk2tIan23TYSiNTeQ89anzkuax5vNGjey0el2vnwUcReFS0Gy7Lk2VQ==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-primitive": "0.1.4" - }, - "dependencies": { - "@radix-ui/react-compose-refs": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-0.1.0.tgz", - "integrity": "sha512-eyclbh+b77k+69Dk72q3694OHrn9B3QsoIRx7ywX341U9RK1ThgQjMFZoPtmZNQTksXHLNEiefR8hGVeFyInGg==", - "requires": { - "@babel/runtime": "^7.13.10" - } - }, - "@radix-ui/react-primitive": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-0.1.4.tgz", - "integrity": "sha512-6gSl2IidySupIMJFjYnDIkIWRyQdbu/AHK7rbICPani+LW4b0XdxBXc46og/iZvuwW8pjCS8I2SadIerv84xYA==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-slot": "0.1.2" - } - }, - "@radix-ui/react-slot": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-0.1.2.tgz", - "integrity": "sha512-ADkqfL+agEzEguU3yS26jfB50hRrwf7U4VTwAOZEmi/g+ITcBWe12yM46ueS/UCIMI9Py+gFUaAdxgxafFvY2Q==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "0.1.0" - } - } - } - }, "@radix-ui/react-slot": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.0.1.tgz", @@ -59816,215 +57177,6 @@ "@babel/runtime": "^7.13.10" } }, - "@react-aria/button": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@react-aria/button/-/button-3.7.0.tgz", - "integrity": "sha512-4DSGXrAWflzT4cQe/x0KdrPzz7hv9vZgqYJuNXQkpmeIMs1EmUKuby2xC+W9GHuZ+8dMxjTWKy3XdwX2tCM42A==", - "requires": { - "@react-aria/focus": "^3.11.0", - "@react-aria/interactions": "^3.14.0", - "@react-aria/utils": "^3.15.0", - "@react-stately/toggle": "^3.5.0", - "@react-types/button": "^3.7.1", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - } - }, - "@react-aria/focus": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/@react-aria/focus/-/focus-3.11.0.tgz", - "integrity": "sha512-yPuWs9bAR9CMfIwyOPm2oXLPF19gNkUqW+ozSPhWbLMTEa8Ma09eHW1br4xbN+4ONOm/dCJsIkxTNPUkiLdQoA==", - "requires": { - "@react-aria/interactions": "^3.14.0", - "@react-aria/utils": "^3.15.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14", - "clsx": "^1.1.1" - }, - "dependencies": { - "clsx": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", - "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==" - } - } - }, - "@react-aria/i18n": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@react-aria/i18n/-/i18n-3.7.0.tgz", - "integrity": "sha512-PZCWmhO9mJvelwiYlsXLY6W4L2o+oza3xnDx0cZDVqp/Hf+OwMAPHWtZsFRTKdjk4TaOPB/ISc9HknWn6UpY4w==", - "requires": { - "@internationalized/date": "^3.1.0", - "@internationalized/message": "^3.1.0", - "@internationalized/number": "^3.2.0", - "@internationalized/string": "^3.1.0", - "@react-aria/ssr": "^3.5.0", - "@react-aria/utils": "^3.15.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - } - }, - "@react-aria/interactions": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.14.0.tgz", - "integrity": "sha512-e1Tkr0UTuYFpV21PJrXy7jEY542Vl+C2Fo70oukZ1fN+wtfQkzodsTIzyepXb7kVMGmC34wDisMJUrksVkfY2w==", - "requires": { - "@react-aria/utils": "^3.15.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - } - }, - "@react-aria/label": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@react-aria/label/-/label-3.5.0.tgz", - "integrity": "sha512-sNiPYiFg06s1zGuifEUeUqRiYje0lfHem+GIUh0Y5ZxfpqIyxEmyV9Aw+C7TTjjo8BAG4NZ4bR7iF9ujf9QvKQ==", - "requires": { - "@react-aria/utils": "^3.15.0", - "@react-types/label": "^3.7.2", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - } - }, - "@react-aria/listbox": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/@react-aria/listbox/-/listbox-3.8.1.tgz", - "integrity": "sha512-kTIQWms6nS//GWr63gSVcNgZv7uf5RULLTKH3DIpmaftS3Kf4Sds6rspWGYQ9PAeS1EqcuHozsXXlKBo1upYgg==", - "requires": { - "@react-aria/focus": "^3.11.0", - "@react-aria/interactions": "^3.14.0", - "@react-aria/label": "^3.5.0", - "@react-aria/selection": "^3.13.1", - "@react-aria/utils": "^3.15.0", - "@react-stately/collections": "^3.6.0", - "@react-stately/list": "^3.7.0", - "@react-types/listbox": "^3.4.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - } - }, - "@react-aria/menu": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/@react-aria/menu/-/menu-3.8.1.tgz", - "integrity": "sha512-p8DF/muxbTr/SOZh3FDFPcWUcnXvpwMKyR+xKXQQPbCV/LAiSjVtwxbNVvubqvzR0Qk6/XV4/HUY2r+4tnT8tQ==", - "requires": { - "@react-aria/i18n": "^3.7.0", - "@react-aria/interactions": "^3.14.0", - "@react-aria/overlays": "^3.13.0", - "@react-aria/selection": "^3.13.1", - "@react-aria/utils": "^3.15.0", - "@react-stately/collections": "^3.6.0", - "@react-stately/menu": "^3.5.0", - "@react-stately/tree": "^3.5.0", - "@react-types/button": "^3.7.1", - "@react-types/menu": "^3.8.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - } - }, - "@react-aria/overlays": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/@react-aria/overlays/-/overlays-3.13.0.tgz", - "integrity": "sha512-hRZyhAYzrlCcEWQ2k2jP24b0wc5/355Xl5w5FZHRmPeU1U4XlFwKX/eFlBs/li9Sprm1bTDXrCY480Kl6UsKDA==", - "requires": { - "@react-aria/focus": "^3.11.0", - "@react-aria/i18n": "^3.7.0", - "@react-aria/interactions": "^3.14.0", - "@react-aria/ssr": "^3.5.0", - "@react-aria/utils": "^3.15.0", - "@react-aria/visually-hidden": "^3.7.0", - "@react-stately/overlays": "^3.5.0", - "@react-types/button": "^3.7.1", - "@react-types/overlays": "^3.7.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - } - }, - "@react-aria/select": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/@react-aria/select/-/select-3.9.1.tgz", - "integrity": "sha512-SL+OZHhNLXAyX4FPP2uYj1+igB7t+pxoccO4qfrewbwPG8ext3bYx/gRQKc5A+chCY1ERIG9EQQo1vU/bZRQVA==", - "requires": { - "@react-aria/i18n": "^3.7.0", - "@react-aria/interactions": "^3.14.0", - "@react-aria/label": "^3.5.0", - "@react-aria/listbox": "^3.8.1", - "@react-aria/menu": "^3.8.1", - "@react-aria/selection": "^3.13.1", - "@react-aria/utils": "^3.15.0", - "@react-aria/visually-hidden": "^3.7.0", - "@react-stately/select": "^3.4.0", - "@react-types/button": "^3.7.1", - "@react-types/select": "^3.7.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - } - }, - "@react-aria/selection": { - "version": "3.13.1", - "resolved": "https://registry.npmjs.org/@react-aria/selection/-/selection-3.13.1.tgz", - "integrity": "sha512-YI5mFkk3JI3Ec01SzyBFGrdPInkoW5B0AavwLkN5QtehBUgdw9A1gPKADW4tiLfKUOl0rkqstP13n+v/GcBoTg==", - "requires": { - "@react-aria/focus": "^3.11.0", - "@react-aria/i18n": "^3.7.0", - "@react-aria/interactions": "^3.14.0", - "@react-aria/utils": "^3.15.0", - "@react-stately/collections": "^3.6.0", - "@react-stately/selection": "^3.12.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - } - }, - "@react-aria/ssr": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.5.0.tgz", - "integrity": "sha512-h0MJdSWOd1qObLnJ8mprU31wI8tmKFJMuwT22MpWq6psisOOZaga6Ml4u6Ee6M6duWWISjXvqO4Sb/J0PBA+nQ==", - "requires": { - "@swc/helpers": "^0.4.14" - } - }, - "@react-aria/utils": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/@react-aria/utils/-/utils-3.15.0.tgz", - "integrity": "sha512-aJZBG++iz1UwTW5gXFaHicKju4p0MPhAyBTcf2awHYWeTUUslDjJcEnNg7kjBYZBOrOSlA2rAt7/7C5CCURQPg==", - "requires": { - "@react-aria/ssr": "^3.5.0", - "@react-stately/utils": "^3.6.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14", - "clsx": "^1.1.1" - }, - "dependencies": { - "clsx": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", - "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==" - } - } - }, - "@react-aria/visually-hidden": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@react-aria/visually-hidden/-/visually-hidden-3.7.0.tgz", - "integrity": "sha512-v/0ujJ67H6LjwY8J7mIGPVB1K8suBArLV+w8UGdX/wFXRL7H4r2fiqlrwAElWSmNbhDQl5BDm/Zh/ub9jB9yzA==", - "requires": { - "@react-aria/interactions": "^3.14.0", - "@react-aria/utils": "^3.15.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14", - "clsx": "^1.1.1" - }, - "dependencies": { - "clsx": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", - "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==" - } - } - }, - "@react-hook/event": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/@react-hook/event/-/event-1.2.6.tgz", - "integrity": "sha512-JUL5IluaOdn5w5Afpe/puPa1rj8X6udMlQ9dt4hvMuKmTrBS1Ya6sb4sVgvfe2eU4yDuOfAhik8xhbcCekbg9Q==" - }, "@react-hook/intersection-observer": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/@react-hook/intersection-observer/-/intersection-observer-3.1.1.tgz", @@ -60034,178 +57186,11 @@ "intersection-observer": "^0.10.0" } }, - "@react-hook/merged-ref": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@react-hook/merged-ref/-/merged-ref-1.3.2.tgz", - "integrity": "sha512-cQ9Y8m4zlrw/qotReo33E+3Sy9FVqMZb5JwUlb3wj3IJJ1cNJtxcgfWF6rS2NZQrfBJ2nAnckUdPJjMyIJTNZg==" - }, "@react-hook/passive-layout-effect": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@react-hook/passive-layout-effect/-/passive-layout-effect-1.2.1.tgz", "integrity": "sha512-IwEphTD75liO8g+6taS+4oqz+nnroocNfWVHWz7j+N+ZO2vYrc6PV1q7GQhuahL0IOR7JccFTsFKQ/mb6iZWAg==" }, - "@react-stately/collections": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@react-stately/collections/-/collections-3.6.0.tgz", - "integrity": "sha512-znkaqCPo7F1yyzEKDAB5MpX1Vw5UHcUQhDNrys5YOqAkX6/G/AChnBz0B63UxS3fjyqgnuJylRRmUp9nTqO21w==", - "requires": { - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - } - }, - "@react-stately/list": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@react-stately/list/-/list-3.7.0.tgz", - "integrity": "sha512-/BxCqXFjX9P+OJWjIYmUWaOGJ2hlZHUdymVwZPkIWdO9K7069LWckdYFXRqLFMwIGLUcXVfw4jR0BIQqWlR4eA==", - "requires": { - "@react-stately/collections": "^3.6.0", - "@react-stately/selection": "^3.12.0", - "@react-stately/utils": "^3.6.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - } - }, - "@react-stately/menu": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@react-stately/menu/-/menu-3.5.0.tgz", - "integrity": "sha512-JL6TcT+SbYdlxNLOS84SXp6njDNZuXfkt05o4rS51evmjM2+hlYaB9+yUMqrCb/J2nW7vVAg51TDAhLgmGTYKg==", - "requires": { - "@react-stately/overlays": "^3.5.0", - "@react-stately/utils": "^3.6.0", - "@react-types/menu": "^3.8.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - } - }, - "@react-stately/overlays": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@react-stately/overlays/-/overlays-3.5.0.tgz", - "integrity": "sha512-r+U/G0Y4tCfI5wyBeIu+hmcZVRN8ChoK2zM1srPH9nDKsijQard2goX+9YmKng2LJ01Re/P6F8S8jYbpfEdLfQ==", - "requires": { - "@react-stately/utils": "^3.6.0", - "@react-types/overlays": "^3.7.0", - "@swc/helpers": "^0.4.14" - } - }, - "@react-stately/select": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@react-stately/select/-/select-3.4.0.tgz", - "integrity": "sha512-thSqD3apMCSgZgKtqHKGVIQRyvG8l0supIuzJicBwq6xg+J8X5muPCZgchCSNmU6im/l81XXE8LGuHGgMilORA==", - "requires": { - "@react-stately/collections": "^3.6.0", - "@react-stately/list": "^3.7.0", - "@react-stately/menu": "^3.5.0", - "@react-stately/selection": "^3.12.0", - "@react-stately/utils": "^3.6.0", - "@react-types/select": "^3.7.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - } - }, - "@react-stately/selection": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/@react-stately/selection/-/selection-3.12.0.tgz", - "integrity": "sha512-qgUaPwqtAl7YaZxxGdb55ZaVuMB1rG+Vr+9fgG8dPtDYCNaPeIlg7ndC4ylzDhCWIx8D5qZotcrqCA4+93TwdA==", - "requires": { - "@react-stately/collections": "^3.6.0", - "@react-stately/utils": "^3.6.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - } - }, - "@react-stately/toggle": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@react-stately/toggle/-/toggle-3.5.0.tgz", - "integrity": "sha512-vKwLLkFsiIve4pXIQC/dqLAz7Z+qtzJ8+D00EXXO1Nf8YHcyIMDkTmi3NTM8Qtvmt4xX2hbJFiPDF6WvF6mBIg==", - "requires": { - "@react-stately/utils": "^3.6.0", - "@react-types/checkbox": "^3.4.2", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - } - }, - "@react-stately/tree": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@react-stately/tree/-/tree-3.5.0.tgz", - "integrity": "sha512-5+MzMQUFq3+lbGkZC0SlcIDrYmPvxBKuC8xL5W6SuFekbrrxrS6IJexRe4QulaaAliDpX2/9DVZTt38eVfyf0A==", - "requires": { - "@react-stately/collections": "^3.6.0", - "@react-stately/selection": "^3.12.0", - "@react-stately/utils": "^3.6.0", - "@react-types/shared": "^3.17.0", - "@swc/helpers": "^0.4.14" - } - }, - "@react-stately/utils": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@react-stately/utils/-/utils-3.6.0.tgz", - "integrity": "sha512-rptF7iUWDrquaYvBAS4QQhOBQyLBncDeHF03WnHXAxnuPJXNcr9cXJtjJPGCs036ZB8Q2hc9BGG5wNyMkF5v+Q==", - "requires": { - "@swc/helpers": "^0.4.14" - } - }, - "@react-types/button": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/@react-types/button/-/button-3.7.1.tgz", - "integrity": "sha512-c+8xjmqWSjI5/mEHVLbVSp0eh/z2UU8Ga+wqjbEUZUjm8uopYj1PaCAwZ7YgcAebyQrL/21GyjK6tFHKzuUdJQ==", - "requires": { - "@react-types/shared": "^3.17.0" - } - }, - "@react-types/checkbox": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/@react-types/checkbox/-/checkbox-3.4.2.tgz", - "integrity": "sha512-/NWFCEQLvVgo25afPt2jv4syxYvZeY/D/n2Y92IGtoNV4akdz4AuQ65+1X+JOhQc/ZbAblWw5fFWUZoQs3CLZg==", - "requires": { - "@react-types/shared": "^3.17.0" - } - }, - "@react-types/label": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/@react-types/label/-/label-3.7.2.tgz", - "integrity": "sha512-UlsIvxQjBMl9WwJw1bYoJMwiPvYwRsSLl2yoeeGfGr6IaYn5T/2kzBhDLwe5cpKrmi4Mehn1rbReFLGITOy8+g==", - "requires": { - "@react-types/shared": "^3.17.0" - } - }, - "@react-types/listbox": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@react-types/listbox/-/listbox-3.4.0.tgz", - "integrity": "sha512-OvHaX4EBRHxKrfFItdJXjY7dYomzejqJ87P5fTL1l1TbDX8gvEP014S3cI+VLQq+EsXeTZ8E/sx0tFUo7ilchA==", - "requires": { - "@react-types/shared": "^3.17.0" - } - }, - "@react-types/menu": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/@react-types/menu/-/menu-3.8.0.tgz", - "integrity": "sha512-1nwGUwKNHJf60vOsg7p48NPQIzMsSprxw8VXfStr8eE5uU4vvKfVNQNUgvpkRmHmel8BrYdh1WnERXJJ3yKUgQ==", - "requires": { - "@react-types/overlays": "^3.7.0", - "@react-types/shared": "^3.17.0" - } - }, - "@react-types/overlays": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@react-types/overlays/-/overlays-3.7.0.tgz", - "integrity": "sha512-LstucncZ8dM+xJYEijI1V6jGH20w5XO/T60r7JTrgQElMC86phPeoWkMTN4c2lsRikybolDbvXL6XsF76YO56A==", - "requires": { - "@react-types/shared": "^3.17.0" - } - }, - "@react-types/select": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/@react-types/select/-/select-3.7.0.tgz", - "integrity": "sha512-BaynMuW0dQ9ModFzW291+3n1D9bwKSFh03g3+1PvhRcBg1EXq1vFyfFBj4uuBymI0T7oCbnjGh19xo0vKIYRrA==", - "requires": { - "@react-types/shared": "^3.17.0" - } - }, - "@react-types/shared": { - "version": "3.17.0", - "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.17.0.tgz", - "integrity": "sha512-1SNZ/RhVrrQ1e6yE0bPV7d5Sfp+Uv0dfUEhwF9MAu2v5msu7AMewnsiojKNA0QA6Ing1gpDLjHCxtayQfuxqcg==" - }, "@rollup/pluginutils": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz", @@ -65733,14 +62718,6 @@ "resolve-from": "^5.0.0" } }, - "@swc/helpers": { - "version": "0.4.14", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz", - "integrity": "sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==", - "requires": { - "tslib": "^2.4.0" - } - }, "@szmarczak/http-timer": { "version": "4.0.6", "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz", @@ -67111,9 +64088,9 @@ "integrity": "sha512-2vY7uuMn3gjHDRi0G5SAy6HYm/GZ2FXVlwPlx+/cEH30WnieXKttJwe+M+mvX6cQDf8sg67WWPQJOZ7ta7yYoQ==" }, "@washingtonpost/icon-tokens": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/icon-tokens/-/icon-tokens-0.6.1.tgz", - "integrity": "sha512-UscwMw8qvmh5SB9ReyW/E1zaftn4IYusvqwIthdiJPsr8ZbteSLmN9ypfoYfPzOKoU5GzSrMGAME5bleX3DJRg==" + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@washingtonpost/icon-tokens/-/icon-tokens-1.9.1.tgz", + "integrity": "sha512-S9rF8EaWGBONuukT0Q16+CN17zVO7ovVH/o3bcWzNjkN/0oAXEuH6rPbeI4tqqE84tuCzaM85+g7bHLAHZpjFw==" }, "@washingtonpost/logo-tokens": { "version": "1.9.1", @@ -67121,333 +64098,43 @@ "integrity": "sha512-cUoVvJSy9CGXlnQpUhHQxejezk4g0t5/9VhWUourzh3biRP/JQ5I3vxu0UmzVSsxTQ58JUcn0+d78ZM4Ixly8g==" }, "@washingtonpost/motion-tokens": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/motion-tokens/-/motion-tokens-0.2.1.tgz", - "integrity": "sha512-8EsGY7tkpdsnAGTE43YfBfVysBBc6FJZnim3vtx7Ch5YIFNduAKMVe2jqEFBx1jMHb56BAm4/P/a9BYVepvThA==" + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@washingtonpost/motion-tokens/-/motion-tokens-1.9.1.tgz", + "integrity": "sha512-gAnK5LjXTESAYvE4JcANkMsJfLqwQcxc8BBvgNpxu4iqKQ/PK4XhLeGqluMXaxoHZqqkdP9FvOT0gkWYRuIMmw==" }, "@washingtonpost/shadow-tokens": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/shadow-tokens/-/shadow-tokens-0.3.1.tgz", - "integrity": "sha512-vV8zVTtX6rU+m5G4tBxTljyHWvpycO5PCY5ECOZJRKZIyzl6mzIiiTk6LGKOt5f88+f7B2uSfhdwFqBhaEsghQ==" - }, - "@washingtonpost/site-components": { - "version": "7.14.3", - "resolved": "https://registry.npmjs.org/@washingtonpost/site-components/-/site-components-7.14.3.tgz", - "integrity": "sha512-Cu7JaYe5XGu6JKXaXjUWj3qYziTICyRzFOZENg1fdo8XIdMJC+/oA29VdYLZyRnFGm2UWiOYEcgVNCbHS7O1/Q==", - "requires": { - "@accessible/accordion": "^2.0.0", - "@popperjs/core": "^2.4.4", - "@react-aria/button": "^3.3.0", - "@react-aria/focus": "^3.2.3", - "@react-aria/interactions": "^3.3.2", - "@react-aria/listbox": "^3.2.3", - "@react-aria/overlays": "^3.6.0", - "@react-aria/select": "^3.2.3", - "@react-aria/utils": "^3.11.3", - "@react-stately/collections": "^3.3.0", - "@react-stately/select": "^3.1.1", - "@react-stately/toggle": "^3.2.3", - "@washingtonpost/color-tokens": "^1.9.1", - "@washingtonpost/front-end-utils": "^0.4.3", - "@washingtonpost/icon-tokens": "^0.6.0", - "@washingtonpost/logo-tokens": "^1.8.0", - "@washingtonpost/motion-tokens": "^0.2.0", - "@washingtonpost/shadow-tokens": "^0.3.0", - "@washingtonpost/spacing-tokens": "^0.2.0", - "@washingtonpost/tachyons-css": "^1.1.0", - "@washingtonpost/typography-tokens": "^0.6.0", - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-ui-kit": "^0.11.1", - "lazy-child": "^0.3.1", - "lodash.debounce": "^4.0.8", - "lodash.get": "^4.4.2", - "lodash.throttle": "^4.1.1", - "prop-types": "^15.7.2", - "react": "^17.0.2", - "react-content-loader": "^6.0.3", - "react-dom": "^17.0.2", - "react-popper": "^2.2.4", - "react-transition-group": "^4.4.1" - }, - "dependencies": { - "@washingtonpost/eslint-plugin-wpds": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/eslint-plugin-wpds/-/eslint-plugin-wpds-0.11.1.tgz", - "integrity": "sha512-Jf/WMJffVtm18jJP4GxN4F1GnILGtBRMgWKR0zs1p3qdRNoPZMSxbaBg2x30o/tLpXYN8mWoIQV6/Cv86XNY4w==", - "requires": { - "@washingtonpost/wpds-theme": "0.11.1" - } - }, - "@washingtonpost/wpds-alert-banner": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-alert-banner/-/wpds-alert-banner-0.11.2.tgz", - "integrity": "sha512-Ap1ECZW34eXXXUkJM/eabFZrFndLTveH/yyugI8/qWOfc4uQYOIysRanINsnggCqWTJZjc+6IeFUmMdf/T1o/w==", - "requires": { - "@washingtonpost/wpds-app-bar": "0.11.1", - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-button": "0.11.2", - "@washingtonpost/wpds-container": "0.11.1", - "@washingtonpost/wpds-icon": "0.11.2", - "@washingtonpost/wpds-theme": "0.11.1", - "react": "^17.0.2" - } - }, - "@washingtonpost/wpds-app-bar": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-app-bar/-/wpds-app-bar-0.11.1.tgz", - "integrity": "sha512-VN/3KJW5TrR46HbeAhOF6sDN8/Fndi5LluDrJ56tPkLurG+J/EocOmoa7G9Kk33+ZDNJ4aOw3/PXX6/9saFASg==", - "requires": { - "@washingtonpost/wpds-theme": "0.11.1", - "react": "^17.0.2" - } - }, - "@washingtonpost/wpds-avatar": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-avatar/-/wpds-avatar-0.11.1.tgz", - "integrity": "sha512-TMsNCYraz1Zc6KloLzCAISzYV3fWpYA/l8SiVKiDIcqW4ni1t3ptHa3PYSE/GgPmIjetSouYEztfl3kdh0OLtw==", - "requires": { - "@radix-ui/react-avatar": "latest", - "@washingtonpost/wpds-theme": "0.11.1" - } - }, - "@washingtonpost/wpds-box": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-box/-/wpds-box-0.11.1.tgz", - "integrity": "sha512-22xhPNLjUwOxhuHX2T0YKOenNSwSIcafpgW2ScJE7U2XXviNNGReauMuVSZ23Nl++oYEXOEA51FBsAfohfqJCQ==", - "requires": { - "@washingtonpost/wpds-theme": "0.11.1", - "react": "^17.0.2" - } - }, - "@washingtonpost/wpds-button": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-button/-/wpds-button-0.11.2.tgz", - "integrity": "sha512-5pXIrAeFmLe1ZmimY2bVQf+HQU8Ic2Y31nUNwXGr3S+Wb8F7fsy//cRyc2QUnYlamGS0UTeA5a7STwr0X8efOA==", - "requires": { - "@washingtonpost/wpds-theme": "0.11.1", - "react": "^17.0.2" - } - }, - "@washingtonpost/wpds-checkbox": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-checkbox/-/wpds-checkbox-0.11.2.tgz", - "integrity": "sha512-U350FJiAiq20KMOS0U7Gdm/NhcgHV33Al/ObQNEqObVkmmWGQTA6nYOShpQyGZlCe3H0q5ayTMF/Pw77Telr3w==", - "requires": { - "@radix-ui/react-checkbox": "latest", - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-icon": "0.11.2", - "@washingtonpost/wpds-theme": "0.11.1", - "@washingtonpost/wpds-visually-hidden": "0.11.2", - "react": "^17.0.2" - } - }, - "@washingtonpost/wpds-container": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-container/-/wpds-container-0.11.1.tgz", - "integrity": "sha512-GemgPy6t1dMUfEQOmRcbU5yLC2xN5zoXQPHzv9T70B+xiE46FGgcuGwYfAH5mKzOGU42RmrwCUmeTbcrA8++Lw==", - "requires": { - "@washingtonpost/wpds-theme": "0.11.1", - "react": "^17.0.2" - } - }, - "@washingtonpost/wpds-divider": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-divider/-/wpds-divider-0.11.1.tgz", - "integrity": "sha512-DzlIq4is6i05FRWtnzE1VPmFNsLffrJEVV7H+DmQvIRblMZVZnb89zMXgj/HFJW8wo9WqizuLRh6l9rd38VDcA==", - "requires": { - "@radix-ui/react-separator": "^0.1.4", - "@washingtonpost/wpds-theme": "0.11.1" - } - }, - "@washingtonpost/wpds-error-message": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-error-message/-/wpds-error-message-0.11.1.tgz", - "integrity": "sha512-rk7VYy9bfMm+so3XmqXM0Wlk2HusaAUPIS3UT6opT1shhbHyy/Xx214gG5iv+ZnbwsdPLefc4vB19AbJu3+UTw==", - "requires": { - "@washingtonpost/wpds-theme": "0.11.1" - } - }, - "@washingtonpost/wpds-fieldset": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-fieldset/-/wpds-fieldset-0.11.1.tgz", - "integrity": "sha512-r7M4g6dWgNj5M4L+Rq4hT6tRr6v516EP3GbMigczctINWj/BYjTmgoioEa6c3Yw1joZsBmkjk5TJ1zGWBBjPVw==", - "requires": { - "@washingtonpost/wpds-theme": "0.11.1" - } - }, - "@washingtonpost/wpds-helper-text": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-helper-text/-/wpds-helper-text-0.11.1.tgz", - "integrity": "sha512-dBIX+DEO/O4jVgY1rs+XqpNoSYvEnGQ2Q5aGXmCc3Hs7XdWsBdeRjWEc3gyRbDDvVvdV6C4SZpBnP0hqpb52gw==", - "requires": { - "@washingtonpost/wpds-theme": "0.11.1" - } - }, - "@washingtonpost/wpds-icon": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-icon/-/wpds-icon-0.11.2.tgz", - "integrity": "sha512-sXXoNq/f5OXofFKhUyVMhUaFb/+i/syraVsCDPaiZ4mT8zXC0FYIVLe8gEAomUDM7aN9nYYtQkq2Kmh004boAg==", - "requires": { - "@washingtonpost/wpds-theme": "0.11.1", - "@washingtonpost/wpds-visually-hidden": "0.11.2", - "react": "^17.0.2" - } - }, - "@washingtonpost/wpds-input-label": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-input-label/-/wpds-input-label-0.11.1.tgz", - "integrity": "sha512-h8VSDaw11hfrVRPLveNByQoWamr0okOchAf+IwLp+davGXZLMwprDp5PNXo1KGk82NRcgy0MTpOQonkq9GmI4Q==", - "requires": { - "@radix-ui/react-label": "^0.1.5", - "@washingtonpost/wpds-theme": "0.11.1" - } - }, - "@washingtonpost/wpds-input-password": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-input-password/-/wpds-input-password-0.11.2.tgz", - "integrity": "sha512-9uqoR52Itps0DrX8ZB8PhRV9gET4ZAEcNbfJRQGOG/QnXia3luGinFYluyUrxd8HwY93qKAKQuDjAWALxCtEcQ==", - "requires": { - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-icon": "0.11.2", - "@washingtonpost/wpds-input-text": "0.11.2" - } - }, - "@washingtonpost/wpds-input-shared": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-input-shared/-/wpds-input-shared-0.11.1.tgz", - "integrity": "sha512-6PXzZr9axdYJ58fycarWWijHYCNk31UYaAQNG2OhrSj3scF3rYGi2PDl7jVib+PhyZlAlrjcXqZ5sGVQuoftHQ==", - "requires": { - "@washingtonpost/wpds-theme": "0.11.1" - } - }, - "@washingtonpost/wpds-input-text": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-input-text/-/wpds-input-text-0.11.2.tgz", - "integrity": "sha512-QluFM6bgfRZv70yURayO5DYtY+49Rrl02dIcdu08Q1ep1kzF6ewona40fJDMgNc5gps5gRLnvqEodFKS2utjaQ==", - "requires": { - "@radix-ui/react-label": "^0.1.5", - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-box": "0.11.1", - "@washingtonpost/wpds-button": "0.11.2", - "@washingtonpost/wpds-error-message": "0.11.1", - "@washingtonpost/wpds-helper-text": "0.11.1", - "@washingtonpost/wpds-icon": "0.11.2", - "@washingtonpost/wpds-input-label": "0.11.1", - "@washingtonpost/wpds-input-shared": "0.11.1", - "@washingtonpost/wpds-theme": "0.11.1", - "@washingtonpost/wpds-visually-hidden": "0.11.2", - "nanoid": "^3.3.2" - } - }, - "@washingtonpost/wpds-input-textarea": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-input-textarea/-/wpds-input-textarea-0.11.1.tgz", - "integrity": "sha512-nvQDMcNsamNSVlg4EENjzxaxCrluYPTWVNffjmnytU6VjNGRyKV0ioVi82OWkI+HmIp7QsJ5oC8E+lBuLWD84g==", - "requires": { - "@washingtonpost/wpds-error-message": "0.11.1", - "@washingtonpost/wpds-helper-text": "0.11.1", - "@washingtonpost/wpds-input-label": "0.11.1", - "@washingtonpost/wpds-input-shared": "0.11.1", - "@washingtonpost/wpds-theme": "0.11.1", - "react": "^17.0.2" - } - }, - "@washingtonpost/wpds-radio-group": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-radio-group/-/wpds-radio-group-0.11.1.tgz", - "integrity": "sha512-rBxfWHs6SKBpXs8Rzz6EZI9exuxYgBf8jbYNy4b5eoSs5Hmeu4OlNKP05a7TqKOfzV8A5oXYS4X9fDHeKuASmA==", - "requires": { - "@radix-ui/react-radio-group": "^0.1.5", - "@washingtonpost/wpds-error-message": "0.11.1", - "@washingtonpost/wpds-fieldset": "0.11.1", - "@washingtonpost/wpds-input-label": "0.11.1", - "@washingtonpost/wpds-theme": "0.11.1", - "nanoid": "^3.3.3" - } - }, - "@washingtonpost/wpds-theme": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-theme/-/wpds-theme-0.11.1.tgz", - "integrity": "sha512-Rn/vqvosPrw0j4mhPTPCZXfzvF2buyrs8NGlYk8dtCjxHgZfUc7J0/aZqlIpZzOp5Haubg7M7uUc3PO8tY2aRw==", - "requires": { - "@stitches/react": "*" - } - }, - "@washingtonpost/wpds-ui-kit": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-ui-kit/-/wpds-ui-kit-0.11.2.tgz", - "integrity": "sha512-TMQ1vAvVtyjYQIsLTn0xYMwq8JCgF8tt9AufPuf/m5cwR8o0fi3LphEyGDutujn/A/vBAfhdcLtl6BwvQktvGA==", - "requires": { - "@washingtonpost/eslint-plugin-wpds": "0.11.1", - "@washingtonpost/wpds-alert-banner": "0.11.2", - "@washingtonpost/wpds-app-bar": "0.11.1", - "@washingtonpost/wpds-avatar": "0.11.1", - "@washingtonpost/wpds-box": "0.11.1", - "@washingtonpost/wpds-button": "0.11.2", - "@washingtonpost/wpds-checkbox": "0.11.2", - "@washingtonpost/wpds-container": "0.11.1", - "@washingtonpost/wpds-divider": "0.11.1", - "@washingtonpost/wpds-error-message": "0.11.1", - "@washingtonpost/wpds-fieldset": "0.11.1", - "@washingtonpost/wpds-helper-text": "0.11.1", - "@washingtonpost/wpds-icon": "0.11.2", - "@washingtonpost/wpds-input-label": "0.11.1", - "@washingtonpost/wpds-input-password": "0.11.2", - "@washingtonpost/wpds-input-shared": "0.11.1", - "@washingtonpost/wpds-input-text": "0.11.2", - "@washingtonpost/wpds-input-textarea": "0.11.1", - "@washingtonpost/wpds-radio-group": "0.11.1", - "@washingtonpost/wpds-theme": "0.11.1", - "@washingtonpost/wpds-visually-hidden": "0.11.2" - } - }, - "@washingtonpost/wpds-visually-hidden": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-visually-hidden/-/wpds-visually-hidden-0.11.2.tgz", - "integrity": "sha512-F/zdws5xHp9e7whwfVuAEqqWU0MD3JPTXEsTF/pNQ+aEIHA1ZBblr2C8MxGNMoVn/OIxcizVMjiYxGN5pMWEkw==", - "requires": { - "@washingtonpost/wpds-theme": "0.11.1", - "react": "^17.0.2" - } - } - } + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@washingtonpost/shadow-tokens/-/shadow-tokens-1.9.1.tgz", + "integrity": "sha512-V6LEzXzFVcfWZLd7v3VU2wzymcBjX5nw6nLdJn0rN8Qn465wHqsTPitrKlcgp+Hq0JMtlPvBgXDOIZc+UIeR0w==" }, - "@washingtonpost/site-footer": { - "version": "0.11.3", - "resolved": "https://registry.npmjs.org/@washingtonpost/site-footer/-/site-footer-0.11.3.tgz", - "integrity": "sha512-CFFx1FYmjRitiQz/WyI4HtBVjm+9tSYzqDzxTDkPNxbeUGdZfhbIEKtQs0IBxSaI6bq6DOkQknbm46TSi0hGPQ==", - "requires": { - "@washingtonpost/site-components": "^7.14.3" - } + "@washingtonpost/site-favicons": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@washingtonpost/site-favicons/-/site-favicons-0.1.0.tgz", + "integrity": "sha512-n6bUL1FseayY/SzryZh022MAr6VWlN+R2H2oK08Gti+x+NClGwLi0GWSkEn7F6ctqnRUz1BuVHJe4y4JNNZkYA==" }, "@washingtonpost/site-third-party-scripts": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/@washingtonpost/site-third-party-scripts/-/site-third-party-scripts-0.6.0.tgz", "integrity": "sha512-GIiO9IWEwoj+zL0OUycmPaEiwTvts5/kmgN5fE4tHoxGEPNK2nBcvKxMCe9LLRqih6GYyFmV28ejO9iMPU70Ew==" }, - "@washingtonpost/spacing-tokens": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/spacing-tokens/-/spacing-tokens-0.2.1.tgz", - "integrity": "sha512-YIxMItfrnXz7ZyNFW8u9gcqXtgBbQm8A4qjJyPFNPJSvqOxWb/Ld6Aq4Z6JkiVWJBCwPDSmHmodvHSd6Ja1ZkA==" - }, - "@washingtonpost/tachyons-css": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/tachyons-css/-/tachyons-css-1.4.0.tgz", - "integrity": "sha512-LLjCmL+58XrwFouUgumCRHRK0Wym9naDDVcJJpvZOWM/Vfyk9m9ppyzZqYdV9D0nISBN+iUtmUyxYTOOCeQF2A==", + "@washingtonpost/site-user-data": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@washingtonpost/site-user-data/-/site-user-data-0.3.0.tgz", + "integrity": "sha512-ZvAF85fR9PCM25x/s5ggK8LH60VvtfDb3UtvD4phNB6RgtXtpNAvoWuFcO6RJqyEEPg0e3oPBaTy5oDdnH5Sww==", "requires": { - "@washingtonpost/color-tokens": "latest", - "@washingtonpost/icon-tokens": "latest", - "@washingtonpost/logo-tokens": "latest", - "@washingtonpost/motion-tokens": "latest", - "@washingtonpost/shadow-tokens": "latest", - "@washingtonpost/spacing-tokens": "latest", - "@washingtonpost/typography-tokens": "latest" + "@washingtonpost/front-end-utils": "^0.4.4", + "react": "^17.0.2" } }, + "@washingtonpost/spacing-tokens": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@washingtonpost/spacing-tokens/-/spacing-tokens-1.9.1.tgz", + "integrity": "sha512-erhg0ofHhfQnbPcSr9R/eHDmdz3XhWzhoOpjFYGn/B2XIngg4N2Bd5WE/+2ZAMGScm+C2r87roYQRsJKb6a60A==" + }, "@washingtonpost/typography-tokens": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/@washingtonpost/typography-tokens/-/typography-tokens-0.6.1.tgz", - "integrity": "sha512-OPa27jnGCf1cGUnVlqEj8mtI2OBWCeYkbs8TnLkMSdyo2sH7u5W9RfgrMG8R7qR5b3qLmjXYG9pojKeRXCx5DA==" + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@washingtonpost/typography-tokens/-/typography-tokens-1.9.1.tgz", + "integrity": "sha512-Nq/KTKohoO35MEHe3HuQRpFR3KpC6qP7XyDw7HT4mV3AhkD3p99Zz/XjALXEk0/Cb/9WWpaZgeR7naWbsLOyEQ==" }, "@washingtonpost/wpds-accordion": { "version": "file:ui/accordion", @@ -67555,108 +64242,6 @@ "react": "^16.8.6 || ^17.0.2", "tsup": "5.11.13", "typescript": "4.5.5" - }, - "dependencies": { - "@radix-ui/primitive": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.0.0.tgz", - "integrity": "sha512-3e7rn8FDMin4CgeL7Z/49smCA3rFYY3Ha2rUQ7HRWFadS5iCRw08ZgVT1LaNTCNqgvrUiyczLflrVrF0SRQtNA==", - "requires": { - "@babel/runtime": "^7.13.10" - } - }, - "@radix-ui/react-checkbox": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-checkbox/-/react-checkbox-1.0.2.tgz", - "integrity": "sha512-ZaPRwTU6CM/+S3enyeyhjZ+wIVLulNiWDsF2+IWhs41QEbP/cYTb0LbAfSlF91D5IH6RZ4crP0qzbmYUAh0qig==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/primitive": "1.0.0", - "@radix-ui/react-compose-refs": "1.0.0", - "@radix-ui/react-context": "1.0.0", - "@radix-ui/react-presence": "1.0.0", - "@radix-ui/react-primitive": "1.0.1", - "@radix-ui/react-use-controllable-state": "1.0.0", - "@radix-ui/react-use-previous": "1.0.0", - "@radix-ui/react-use-size": "1.0.0" - } - }, - "@radix-ui/react-context": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.0.0.tgz", - "integrity": "sha512-1pVM9RfOQ+n/N5PJK33kRSKsr1glNxomxONs5c49MliinBY6Yw2Q995qfBUUo0/Mbg05B/sGA0gkgPI7kmSHBg==", - "requires": { - "@babel/runtime": "^7.13.10" - } - }, - "@radix-ui/react-presence": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.0.0.tgz", - "integrity": "sha512-A+6XEvN01NfVWiKu38ybawfHsBjWum42MRPnEuqPsBZ4eV7e/7K321B5VgYMPv3Xx5An6o1/l9ZuDBgmcmWK3w==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.0", - "@radix-ui/react-use-layout-effect": "1.0.0" - } - }, - "@radix-ui/react-primitive": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-1.0.1.tgz", - "integrity": "sha512-fHbmislWVkZaIdeF6GZxF0A/NH/3BjrGIYj+Ae6eTmTCr7EB0RQAAVEiqsXK6p3/JcRqVSBQoceZroj30Jj3XA==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-slot": "1.0.1" - } - }, - "@radix-ui/react-slot": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.0.1.tgz", - "integrity": "sha512-avutXAFL1ehGvAXtPquu0YK5oz6ctS474iM3vNGQIkswrVhdrS52e3uoMQBzZhNRAIE0jBnUyXWNmSjGHhCFcw==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.0" - } - }, - "@radix-ui/react-use-layout-effect": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.0.0.tgz", - "integrity": "sha512-6Tpkq+R6LOlmQb1R5NNETLG0B4YP0wc+klfXafpUCj6JGyaUc8il7/kUZ7m59rGbXGczE9Bs+iz2qloqsZBduQ==", - "requires": { - "@babel/runtime": "^7.13.10" - } - }, - "@radix-ui/react-use-previous": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-previous/-/react-use-previous-1.0.0.tgz", - "integrity": "sha512-RG2K8z/K7InnOKpq6YLDmT49HGjNmrK+fr82UCVKT2sW0GYfVnYp4wZWBooT/EYfQ5faA9uIjvsuMMhH61rheg==", - "requires": { - "@babel/runtime": "^7.13.10" - } - }, - "@radix-ui/react-use-size": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.0.0.tgz", - "integrity": "sha512-imZ3aYcoYCKhhgNpkNDh/aTiU05qw9hX+HHI1QDBTyIlcFjgeFlKKySNGMwTp7nYFLQg/j0VA2FmCY4WPDDHMg==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-use-layout-effect": "1.0.0" - } - }, - "@washingtonpost/wpds-assets": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-assets/-/wpds-assets-1.17.0.tgz", - "integrity": "sha512-IdVsntS9qE9xyXUpgDxFRfwqThzCM9PwS1uPSOXQzFQaWP5ysVdLZ9YPYFaaYffCOSjKJX9/Apv1VvxjJmX14Q==", - "requires": { - "react": "^16.0.1 || ^17.0.2", - "react-dom": "^16.0.1 || ^17.0.2" - } - }, - "typescript": { - "version": "4.5.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz", - "integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==", - "dev": true - } } }, "@washingtonpost/wpds-container": { @@ -67700,14 +64285,14 @@ "@radix-ui/react-checkbox": "^1.0.0", "@radix-ui/react-collapsible": "^1.0.0", "@radix-ui/react-toggle-group": "^1.0.1", - "@react-aria/ssr": "^3.1.0", "@stitches/react": "1.2.8", "@types/lz-string": "^1.3.34", "@types/node": "^17.0.21", "@types/react": "^17.0.38", - "@washingtonpost/site-components": "7.14.3", - "@washingtonpost/site-footer": "0.11.3", + "@washingtonpost/site-favicons": "^0.1.0", + "@washingtonpost/site-footer": "0.16.0", "@washingtonpost/site-third-party-scripts": "latest", + "@washingtonpost/tachyons-css": "latest", "@washingtonpost/wpds-accordion": "1.2.0", "@washingtonpost/wpds-assets": "^1.17.0", "@washingtonpost/wpds-kitchen-sink": "1.2.0", @@ -67815,6 +64400,29 @@ "@types/react": ">=16" } }, + "@washingtonpost/site-footer": { + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/@washingtonpost/site-footer/-/site-footer-0.16.0.tgz", + "integrity": "sha512-FZQcX94J6H6z4SqA9mipCUS2YXcV8Z8zC1wy/arxK7x76rVZNrp7jh52FpoHzfcLMc0NIpJmr2q9IyDci45K0g==", + "requires": { + "@washingtonpost/front-end-utils": "^0.4.4", + "@washingtonpost/site-user-data": "^0.3.0" + } + }, + "@washingtonpost/tachyons-css": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@washingtonpost/tachyons-css/-/tachyons-css-1.4.0.tgz", + "integrity": "sha512-LLjCmL+58XrwFouUgumCRHRK0Wym9naDDVcJJpvZOWM/Vfyk9m9ppyzZqYdV9D0nISBN+iUtmUyxYTOOCeQF2A==", + "requires": { + "@washingtonpost/color-tokens": "latest", + "@washingtonpost/icon-tokens": "latest", + "@washingtonpost/logo-tokens": "latest", + "@washingtonpost/motion-tokens": "latest", + "@washingtonpost/shadow-tokens": "latest", + "@washingtonpost/spacing-tokens": "latest", + "@washingtonpost/typography-tokens": "latest" + } + }, "bail": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/bail/-/bail-2.0.2.tgz", @@ -68064,110 +64672,43 @@ } } }, - "@washingtonpost/wpds-input-password": { - "version": "file:ui/input-password", - "requires": { - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-icon": "1.2.0", - "@washingtonpost/wpds-input-text": "1.2.0", - "tsup": "5.11.13", - "typescript": "4.5.5" - } - }, - "@washingtonpost/wpds-input-shared": { - "version": "file:ui/input-shared", - "requires": { - "@washingtonpost/wpds-theme": "1.2.0", - "tsup": "5.11.13", - "typescript": "4.5.5" - } - }, - "@washingtonpost/wpds-input-text": { - "version": "file:ui/input-text", - "requires": { - "@radix-ui/react-label": "^1.0.0", - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-box": "1.2.0", - "@washingtonpost/wpds-button": "1.2.0", - "@washingtonpost/wpds-error-message": "1.2.0", - "@washingtonpost/wpds-helper-text": "1.2.0", - "@washingtonpost/wpds-icon": "1.2.0", - "@washingtonpost/wpds-input-label": "1.2.0", - "@washingtonpost/wpds-input-shared": "1.2.0", - "@washingtonpost/wpds-theme": "1.2.0", - "@washingtonpost/wpds-visually-hidden": "1.2.0", - "nanoid": "^3.3.4", - "tsup": "5.11.13", - "typescript": "4.5.5" - }, - "dependencies": { - "@radix-ui/react-label": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-label/-/react-label-1.0.0.tgz", - "integrity": "sha512-k+EbxeRaVbSJ4oaR9eUYuC0cDIGRB4TAPhilbFCIMpP9pXFNcyQPQUvRaVOQBrviuArYM80xh0BQR/0y3kjUdQ==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.0", - "@radix-ui/react-context": "1.0.0", - "@radix-ui/react-id": "1.0.0", - "@radix-ui/react-primitive": "1.0.0" - } - }, - "@radix-ui/react-primitive": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-1.0.0.tgz", - "integrity": "sha512-EyXe6mnRlHZ8b6f4ilTDrXmkLShICIuOTTj0GX4w1rp+wSxf3+TD05u1UOITC8VsJ2a9nwHvdXtOXEOl0Cw/zQ==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-slot": "1.0.0" - } - }, - "@radix-ui/react-slot": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.0.0.tgz", - "integrity": "sha512-3mrKauI/tWXo1Ll+gN5dHcxDPdm/Df1ufcDLCecn+pnCIVcdWE7CujXo8QaXOWRJyZyQWWbpB8eFwHzWXlv5mQ==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.0" - } - } - } - }, - "@washingtonpost/wpds-input-textarea": { - "version": "file:ui/input-textarea", + "@washingtonpost/wpds-input-password": { + "version": "file:ui/input-password", + "requires": { + "@washingtonpost/wpds-assets": "^1.17.0", + "@washingtonpost/wpds-icon": "1.2.0", + "@washingtonpost/wpds-input-text": "1.2.0", + "tsup": "5.11.13", + "typescript": "4.5.5" + } + }, + "@washingtonpost/wpds-input-shared": { + "version": "file:ui/input-shared", "requires": { - "@washingtonpost/wpds-error-message": "1.2.0", - "@washingtonpost/wpds-helper-text": "1.2.0", - "@washingtonpost/wpds-input-label": "1.2.0", - "@washingtonpost/wpds-input-shared": "1.2.0", "@washingtonpost/wpds-theme": "1.2.0", - "nanoid": "^3.3.4", - "react": "^16.8.6 || ^17.0.2", "tsup": "5.11.13", "typescript": "4.5.5" } }, - "@washingtonpost/wpds-kitchen-sink": { - "version": "file:ui/kitchen-sink", + "@washingtonpost/wpds-input-text": { + "version": "file:ui/input-text", "requires": { - "@washingtonpost/wpds-assets": "latest", - "@washingtonpost/wpds-ui-kit": "1.1.0", + "@radix-ui/react-label": "^1.0.0", + "@washingtonpost/wpds-assets": "^1.17.0", + "@washingtonpost/wpds-box": "1.2.0", + "@washingtonpost/wpds-button": "1.2.0", + "@washingtonpost/wpds-error-message": "1.2.0", + "@washingtonpost/wpds-helper-text": "1.2.0", + "@washingtonpost/wpds-icon": "1.2.0", + "@washingtonpost/wpds-input-label": "1.2.0", + "@washingtonpost/wpds-input-shared": "1.2.0", + "@washingtonpost/wpds-theme": "1.2.0", + "@washingtonpost/wpds-visually-hidden": "1.2.0", + "nanoid": "^3.3.4", "tsup": "5.11.13", "typescript": "4.5.5" }, "dependencies": { - "@radix-ui/react-collection": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.0.2.tgz", - "integrity": "sha512-s8WdQQ6wNXpaxdZ308KSr8fEWGrg4un8i4r/w7fhiS4ElRNjk5rRcl0/C6TANG2LvLOGIxtzo/jAg6Qf73TEBw==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.0", - "@radix-ui/react-context": "1.0.0", - "@radix-ui/react-primitive": "1.0.2", - "@radix-ui/react-slot": "1.0.1" - } - }, "@radix-ui/react-label": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/@radix-ui/react-label/-/react-label-1.0.0.tgz", @@ -68178,430 +64719,52 @@ "@radix-ui/react-context": "1.0.0", "@radix-ui/react-id": "1.0.0", "@radix-ui/react-primitive": "1.0.0" - }, - "dependencies": { - "@radix-ui/react-primitive": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-1.0.0.tgz", - "integrity": "sha512-EyXe6mnRlHZ8b6f4ilTDrXmkLShICIuOTTj0GX4w1rp+wSxf3+TD05u1UOITC8VsJ2a9nwHvdXtOXEOl0Cw/zQ==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-slot": "1.0.0" - } - }, - "@radix-ui/react-slot": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.0.0.tgz", - "integrity": "sha512-3mrKauI/tWXo1Ll+gN5dHcxDPdm/Df1ufcDLCecn+pnCIVcdWE7CujXo8QaXOWRJyZyQWWbpB8eFwHzWXlv5mQ==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.0" - } - } } }, "@radix-ui/react-primitive": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-1.0.2.tgz", - "integrity": "sha512-zY6G5Qq4R8diFPNwtyoLRZBxzu1Z+SXMlfYpChN7Dv8gvmx9X3qhDqiLWvKseKVJMuedFeU/Sa0Sy/Ia+t06Dw==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-slot": "1.0.1" - } - }, - "@radix-ui/react-radio-group": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-radio-group/-/react-radio-group-1.1.2.tgz", - "integrity": "sha512-S7K8upMjOkx1fTUzEugbfCYPwI9Yw4m2h2ZfJP+ZWP/Mzc/LE2T6QgiAMaSaC3vZSxU5Kk5Eb377zMklWeaaCQ==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/primitive": "1.0.0", - "@radix-ui/react-compose-refs": "1.0.0", - "@radix-ui/react-context": "1.0.0", - "@radix-ui/react-direction": "1.0.0", - "@radix-ui/react-presence": "1.0.0", - "@radix-ui/react-primitive": "1.0.2", - "@radix-ui/react-roving-focus": "1.0.3", - "@radix-ui/react-use-controllable-state": "1.0.0", - "@radix-ui/react-use-previous": "1.0.0", - "@radix-ui/react-use-size": "1.0.0" - } - }, - "@radix-ui/react-roving-focus": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-1.0.3.tgz", - "integrity": "sha512-stjCkIoMe6h+1fWtXlA6cRfikdBzCLp3SnVk7c48cv/uy3DTGoXhN76YaOYUJuy3aEDvDIKwKR5KSmvrtPvQPQ==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-1.0.0.tgz", + "integrity": "sha512-EyXe6mnRlHZ8b6f4ilTDrXmkLShICIuOTTj0GX4w1rp+wSxf3+TD05u1UOITC8VsJ2a9nwHvdXtOXEOl0Cw/zQ==", "requires": { "@babel/runtime": "^7.13.10", - "@radix-ui/primitive": "1.0.0", - "@radix-ui/react-collection": "1.0.2", - "@radix-ui/react-compose-refs": "1.0.0", - "@radix-ui/react-context": "1.0.0", - "@radix-ui/react-direction": "1.0.0", - "@radix-ui/react-id": "1.0.0", - "@radix-ui/react-primitive": "1.0.2", - "@radix-ui/react-use-callback-ref": "1.0.0", - "@radix-ui/react-use-controllable-state": "1.0.0" + "@radix-ui/react-slot": "1.0.0" } }, - "@radix-ui/react-separator": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@radix-ui/react-separator/-/react-separator-1.0.2.tgz", - "integrity": "sha512-lZoAG/rS2jzb/OSvyBrpN3dmikw20ewmWx1GkM1VldbDyD0DACCbH9LIXSrqyS/2mE1VYKOHmyq5W90Dx4ryqA==", + "@radix-ui/react-slot": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.0.0.tgz", + "integrity": "sha512-3mrKauI/tWXo1Ll+gN5dHcxDPdm/Df1ufcDLCecn+pnCIVcdWE7CujXo8QaXOWRJyZyQWWbpB8eFwHzWXlv5mQ==", "requires": { "@babel/runtime": "^7.13.10", - "@radix-ui/react-primitive": "1.0.2" - } - }, - "@washingtonpost/eslint-plugin-wpds": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/eslint-plugin-wpds/-/eslint-plugin-wpds-1.1.0.tgz", - "integrity": "sha512-M9WQAhpQzfQ5ySozKEPJ9dQAQotzoeMtaEBEmx3FqNT8sbhfxM6klGs3a+qJZ38ldNOTOimnbKEe4uXs4QNh0w==", - "requires": { - "@washingtonpost/wpds-theme": "1.1.0" - } - }, - "@washingtonpost/wpds-accordion": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-accordion/-/wpds-accordion-1.1.0.tgz", - "integrity": "sha512-rKB4QJlQpemqqRK3X82uFju8Tn3e2tAdk+xt98KCtQCJp5hw+hK5g61bLG7iZdkReTfiUGXGy+HTqmq76JR9iA==", - "requires": { - "@radix-ui/react-accordion": "latest", - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-icon": "1.1.0", - "@washingtonpost/wpds-theme": "1.1.0" - } - }, - "@washingtonpost/wpds-alert-banner": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-alert-banner/-/wpds-alert-banner-1.1.0.tgz", - "integrity": "sha512-6hEloUfPJWLci9LKvcBHPNoc9Tfgh6Nc6ymkjHc/4QBBOkcJDFtesZPHr6zLFjwVVztC0IeBQq7vfjLnCa/Weg==", - "requires": { - "@washingtonpost/wpds-app-bar": "1.1.0", - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-button": "1.1.0", - "@washingtonpost/wpds-container": "1.1.0", - "@washingtonpost/wpds-icon": "1.1.0", - "@washingtonpost/wpds-theme": "1.1.0", - "react": "^16.8.6 || ^17.0.2" - } - }, - "@washingtonpost/wpds-app-bar": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-app-bar/-/wpds-app-bar-1.1.0.tgz", - "integrity": "sha512-zVWsrDFxFLoACZX4zboydW8mPmMjK3QWNDTwhMfHM6Ia9XlNI2c6qUYh1SbvZ0NmnWOnfBHJAAMkZrVnHAsHcg==", - "requires": { - "@washingtonpost/wpds-theme": "1.1.0", - "react": "^16.8.6 || ^17.0.2" - } - }, - "@washingtonpost/wpds-avatar": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-avatar/-/wpds-avatar-1.1.0.tgz", - "integrity": "sha512-W5hoZOOZWLtqI4EzOm0zd1CNFQdJhrqnSWi47rn95CB3SL1FEr8C9GSZp+VNvoKn2LajshkOX0xGd6+NNsUHrg==", - "requires": { - "@radix-ui/react-avatar": "latest", - "@washingtonpost/wpds-theme": "1.1.0" - } - }, - "@washingtonpost/wpds-box": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-box/-/wpds-box-1.1.0.tgz", - "integrity": "sha512-UusOwQV8bCWLPdnR8SrMNa126ZoZf7rCu9VQf3Ah4uYM3Hv7JyX0c4NaVjGshLLUhOcCoXbFt55pHLQ9IceESg==", - "requires": { - "@washingtonpost/wpds-theme": "1.1.0", - "react": "^16.8.6 || ^17.0.2" - } - }, - "@washingtonpost/wpds-button": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-button/-/wpds-button-1.1.0.tgz", - "integrity": "sha512-2n6XZaMOYh8VF7an5Gzz7jNGRhBFq6eIpFj8lsRgIwbPw/iQ91lTAEHefDDZrup/3VdCoYnfJiOEE6tC0jv7Fw==", - "requires": { - "@washingtonpost/wpds-theme": "1.1.0", - "react": "^16.8.6 || ^17.0.2" - } - }, - "@washingtonpost/wpds-card": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-card/-/wpds-card-1.1.0.tgz", - "integrity": "sha512-JnoTM7q/vo0GYRnK5eW9XQRq5fS05KmzDXE5+ymgKF2UDhXXxjGliRuDDKfAMy622XNABCX6wGLBgv/0aO2ZUg==", - "requires": { - "@washingtonpost/wpds-theme": "1.1.0" - } - }, - "@washingtonpost/wpds-checkbox": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-checkbox/-/wpds-checkbox-1.1.0.tgz", - "integrity": "sha512-K5D/Ogviw9Cp5C2u+A9+hN2cGRrVDdxy5pnDosifi+7w8JpEZVYkUYWvQqttYcdp19mhLxIw1anMxsTJz+i5LA==", - "requires": { - "@radix-ui/react-checkbox": "^1.0.0", - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-icon": "1.1.0", - "@washingtonpost/wpds-input-shared": "1.1.0", - "@washingtonpost/wpds-theme": "1.1.0", - "@washingtonpost/wpds-visually-hidden": "1.1.0", - "react": "^16.8.6 || ^17.0.2" - } - }, - "@washingtonpost/wpds-container": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-container/-/wpds-container-1.1.0.tgz", - "integrity": "sha512-u9gyJW/X65BKyO5IWZlv6jVrpzQN45C1PZCLiU953vw6/EJ4y9JgqR5OuVOG26hiPI5xN1W7g07BwrWLtlQWyg==", - "requires": { - "@washingtonpost/wpds-theme": "1.1.0", - "react": "^16.8.6 || ^17.0.2" - } - }, - "@washingtonpost/wpds-divider": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-divider/-/wpds-divider-1.1.0.tgz", - "integrity": "sha512-CsIbSjkVN8uSd0/hOKwwEjjgobiSOEP48wFvRAIR7OgKroHswD4Pjwvf7cMjhHCWM85OlSYSLP4LWB9HAFeOig==", - "requires": { - "@radix-ui/react-separator": "^1.0.0", - "@washingtonpost/wpds-theme": "1.1.0" - } - }, - "@washingtonpost/wpds-drawer": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-drawer/-/wpds-drawer-1.1.0.tgz", - "integrity": "sha512-tpmUWsgwj0t9FHPR6PZrJsCzLb+baQU0eRr0+mxz05wDoGxgOKshwR4+zE+PVdSO4kFtxKOyLfM/Fiok5gl6jg==", - "requires": { - "@radix-ui/react-focus-scope": "^1.0.0", - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-button": "1.1.0", - "@washingtonpost/wpds-icon": "1.1.0", - "@washingtonpost/wpds-scrim": "1.1.0", - "@washingtonpost/wpds-theme": "1.1.0", - "react-transition-group": "^4.4.5" - } - }, - "@washingtonpost/wpds-error-message": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-error-message/-/wpds-error-message-1.1.0.tgz", - "integrity": "sha512-1QtoA8yP8r5sl2oEoezFkDAVfkV5kLHeB01Jok1g1XwhTWSLqu1s+hxwbcfeL0fZfZgGQHKhFYN+C87K+x9OYw==", - "requires": { - "@washingtonpost/wpds-theme": "1.1.0" - } - }, - "@washingtonpost/wpds-fieldset": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-fieldset/-/wpds-fieldset-1.1.0.tgz", - "integrity": "sha512-QAowC5BlyLEp4WnDsdfCbUIfrq62zZA9+vO5B/v9jXNurSMdyGhMar+Jz4Ib+1qD1sLQUtd2nxZfTP6+O976kA==", - "requires": { - "@washingtonpost/wpds-theme": "1.1.0" - } - }, - "@washingtonpost/wpds-helper-text": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-helper-text/-/wpds-helper-text-1.1.0.tgz", - "integrity": "sha512-u1Jk4JBeqyluwSF99NB3j1jbWghwMs8YnO5hr7g63+ZpdhFfE64F/yZ5fKS/oKvWhXLa8uZelDiq8t8qWtQ/Nw==", - "requires": { - "@washingtonpost/wpds-theme": "1.1.0" - } - }, - "@washingtonpost/wpds-icon": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-icon/-/wpds-icon-1.1.0.tgz", - "integrity": "sha512-ltk5BidEifiUzzPKwuociiDcPUoGFRfmVwhkbCKK/GI5mQLkied2Ta9D0oXHbDbufw/n0mSIzWsZcEK31xFwcA==", - "requires": { - "@washingtonpost/wpds-theme": "1.1.0", - "@washingtonpost/wpds-visually-hidden": "1.1.0", - "react": "^16.8.6 || ^17.0.2" - } - }, - "@washingtonpost/wpds-input-label": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-input-label/-/wpds-input-label-1.1.0.tgz", - "integrity": "sha512-+A61T9Uv9/ayVjScJxjkpzEQsNwdP3o0pXEFWraqAo5BwjPhUlaMCbbbHmK062wgJd3OQUPGRUoxRtrn4vozFQ==", - "requires": { - "@radix-ui/react-label": "^1.0.0", - "@washingtonpost/wpds-input-shared": "1.1.0", - "@washingtonpost/wpds-theme": "1.1.0" - } - }, - "@washingtonpost/wpds-input-password": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-input-password/-/wpds-input-password-1.1.0.tgz", - "integrity": "sha512-WaPi02C/sV7NqZ2n1kKlrHEvWjFsC2m7dWLc+Yy0Jz0lwc44QxxoPjma8hatUE1IpdcD8kUIQwnRTQ/mPrVIRw==", - "requires": { - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-icon": "1.1.0", - "@washingtonpost/wpds-input-text": "1.1.0" - } - }, - "@washingtonpost/wpds-input-shared": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-input-shared/-/wpds-input-shared-1.1.0.tgz", - "integrity": "sha512-N6RFPmzRlgBdzn4IrO0VuIjZgP8cYcFGncj66DFAFH/FnHjKkgKFr0S50tp7eil80ONPcgbVuQ+2ySJBFGme3g==", - "requires": { - "@washingtonpost/wpds-theme": "1.1.0" - } - }, - "@washingtonpost/wpds-input-text": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-input-text/-/wpds-input-text-1.1.0.tgz", - "integrity": "sha512-eW4cTKbgBXRNhFn5gXpD9ObaSg6/LL2PtWkYJzzC5WCcj77/HDYpp0rkj+G1NuEqEz9XmqF1Jf1/l9idRmB2sA==", - "requires": { - "@radix-ui/react-label": "^1.0.0", - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-box": "1.1.0", - "@washingtonpost/wpds-button": "1.1.0", - "@washingtonpost/wpds-error-message": "1.1.0", - "@washingtonpost/wpds-helper-text": "1.1.0", - "@washingtonpost/wpds-icon": "1.1.0", - "@washingtonpost/wpds-input-label": "1.1.0", - "@washingtonpost/wpds-input-shared": "1.1.0", - "@washingtonpost/wpds-theme": "1.1.0", - "@washingtonpost/wpds-visually-hidden": "1.1.0", - "nanoid": "^3.3.2" - } - }, - "@washingtonpost/wpds-input-textarea": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-input-textarea/-/wpds-input-textarea-1.1.0.tgz", - "integrity": "sha512-jUFjuLMdh3dII9PprOYyia1UF6KeB4YUtXwCZHvk+e7juIcwe7m+HY6yfdnAXEsliLEJNYrjNOi0svQ7+YHrdQ==", - "requires": { - "@washingtonpost/wpds-error-message": "1.1.0", - "@washingtonpost/wpds-helper-text": "1.1.0", - "@washingtonpost/wpds-input-label": "1.1.0", - "@washingtonpost/wpds-input-shared": "1.1.0", - "@washingtonpost/wpds-theme": "1.1.0", - "react": "^16.8.6 || ^17.0.2" - } - }, - "@washingtonpost/wpds-pagination-dots": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-pagination-dots/-/wpds-pagination-dots-1.1.0.tgz", - "integrity": "sha512-BxqZdMHFeaBTjwBU7E5Cy+iDxjp//iu4KP9FQ+4XGJsWvbLY0CgSHlaqe6k0og/Km7UhxHXZo+p29YJsjEyoDg==", - "requires": { - "@washingtonpost/wpds-theme": "1.1.0" - } - }, - "@washingtonpost/wpds-popover": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-popover/-/wpds-popover-1.1.0.tgz", - "integrity": "sha512-dlrllS9eGywmjmJVB4ZYvrImT75IAiYjDjT0hshwjpqCfyD7x28LWYItXL6Emb53hcoRBWMDH/tAVAJx3kXjNQ==", - "requires": { - "@radix-ui/react-popover": "^1.0.2", - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-button": "1.1.0", - "@washingtonpost/wpds-icon": "1.1.0", - "@washingtonpost/wpds-theme": "1.1.0" - } - }, - "@washingtonpost/wpds-radio-group": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-radio-group/-/wpds-radio-group-1.1.0.tgz", - "integrity": "sha512-AEIHo1Hqqt5IFKqvOxzvQtyVTwIiqbOaXAnKKsrx+uY7Sc3bElvbjw1577fE82ev9za0wO8FQwI8mc413EhM/Q==", - "requires": { - "@radix-ui/react-radio-group": "^1.0.0", - "@washingtonpost/wpds-error-message": "1.1.0", - "@washingtonpost/wpds-fieldset": "1.1.0", - "@washingtonpost/wpds-input-label": "1.1.0", - "@washingtonpost/wpds-theme": "1.1.0", - "nanoid": "^3.3.3" - } - }, - "@washingtonpost/wpds-scrim": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-scrim/-/wpds-scrim-1.1.0.tgz", - "integrity": "sha512-vUavdBud5a6MTc8i4ikZ6ASyPiZxpk0VwIgYIPvTbyIaPTVfiC7WY8r53mren2NQwmVIGZz3CpBSVvf3TNd5CA==", - "requires": { - "@radix-ui/react-dialog": "^1.0.0", - "@washingtonpost/wpds-theme": "1.1.0", - "react-transition-group": "^4.4.5" - } - }, - "@washingtonpost/wpds-select": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-select/-/wpds-select-1.1.0.tgz", - "integrity": "sha512-OuYWcJQgLB+2C9W/mp9mKPiFtbEnfEljZxiz5yoUzTYNSG4J7857IDU3otMwryjA5hpiW+5/W2gMZUY228cG4w==", - "requires": { - "@radix-ui/react-select": "^1.0.0", - "@radix-ui/react-use-controllable-state": "^1.0.0", - "@washingtonpost/wpds-assets": "^1.17.0", - "@washingtonpost/wpds-divider": "1.1.0", - "@washingtonpost/wpds-icon": "1.1.0", - "@washingtonpost/wpds-input-label": "1.1.0", - "@washingtonpost/wpds-input-shared": "1.1.0", - "@washingtonpost/wpds-theme": "1.1.0" - } - }, - "@washingtonpost/wpds-switch": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-switch/-/wpds-switch-1.1.0.tgz", - "integrity": "sha512-jlUD9IjKPYUeVvMFMcsEUPmDKOX3QfsnybLXKkXdTvA4llfBI3f1rtAZrFpVayxV0Rl7AywjAMVejgVxmw+hwA==", - "requires": { - "@radix-ui/react-switch": "^1.0.1", - "@washingtonpost/wpds-theme": "1.1.0" - } - }, - "@washingtonpost/wpds-theme": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-theme/-/wpds-theme-1.1.0.tgz", - "integrity": "sha512-mOYYBjVljoTj97YqEXz5cvV2dEI3qzjx33SYEVrN3xopEowy+ree/YXiJu8NMQvvfp9t00Pmq1i4d9l3RUYCgA==", - "requires": { - "@stitches/react": "^1.2.8" - } - }, - "@washingtonpost/wpds-tooltip": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-tooltip/-/wpds-tooltip-1.1.0.tgz", - "integrity": "sha512-tXn7eLhutNgIei1gO9tuMvHaYydwnGt+sp6enEEAqOTL60yS/O5KBTFycZFaTHDtRk+2OYHc15UoONVxehwcrQ==", - "requires": { - "@radix-ui/react-tooltip": "^1.0.0", - "@washingtonpost/wpds-theme": "1.1.0" - } - }, - "@washingtonpost/wpds-ui-kit": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-ui-kit/-/wpds-ui-kit-1.1.0.tgz", - "integrity": "sha512-GS6uR2fTLn0K8nwO3tiL84Wvdb01iucWm/LpQ1ja5GsKY6B8urgn18A7DCw/96eiNl9DOgyoIOslBentimt7sg==", - "requires": { - "@washingtonpost/eslint-plugin-wpds": "1.1.0", - "@washingtonpost/wpds-accordion": "1.1.0", - "@washingtonpost/wpds-alert-banner": "1.1.0", - "@washingtonpost/wpds-app-bar": "1.1.0", - "@washingtonpost/wpds-avatar": "1.1.0", - "@washingtonpost/wpds-box": "1.1.0", - "@washingtonpost/wpds-button": "1.1.0", - "@washingtonpost/wpds-card": "1.1.0", - "@washingtonpost/wpds-checkbox": "1.1.0", - "@washingtonpost/wpds-container": "1.1.0", - "@washingtonpost/wpds-divider": "1.1.0", - "@washingtonpost/wpds-drawer": "1.1.0", - "@washingtonpost/wpds-error-message": "1.1.0", - "@washingtonpost/wpds-fieldset": "1.1.0", - "@washingtonpost/wpds-helper-text": "1.1.0", - "@washingtonpost/wpds-icon": "1.1.0", - "@washingtonpost/wpds-input-label": "1.1.0", - "@washingtonpost/wpds-input-password": "1.1.0", - "@washingtonpost/wpds-input-shared": "1.1.0", - "@washingtonpost/wpds-input-text": "1.1.0", - "@washingtonpost/wpds-input-textarea": "1.1.0", - "@washingtonpost/wpds-pagination-dots": "1.1.0", - "@washingtonpost/wpds-popover": "1.1.0", - "@washingtonpost/wpds-radio-group": "1.1.0", - "@washingtonpost/wpds-scrim": "1.1.0", - "@washingtonpost/wpds-select": "1.1.0", - "@washingtonpost/wpds-switch": "1.1.0", - "@washingtonpost/wpds-theme": "1.1.0", - "@washingtonpost/wpds-tooltip": "1.1.0", - "@washingtonpost/wpds-visually-hidden": "1.1.0" - } - }, - "@washingtonpost/wpds-visually-hidden": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@washingtonpost/wpds-visually-hidden/-/wpds-visually-hidden-1.1.0.tgz", - "integrity": "sha512-26UgZJ8vVFeW8PV98eRTuylAf4iRfBQlpIzbZhIkLQAmIRnu0sg64ZjTnQg0w/lLmd+xqLwXO1dXQuHaYhAUPw==", - "requires": { - "@washingtonpost/wpds-theme": "1.1.0", - "react": "^16.8.6 || ^17.0.2" + "@radix-ui/react-compose-refs": "1.0.0" } } } }, + "@washingtonpost/wpds-input-textarea": { + "version": "file:ui/input-textarea", + "requires": { + "@washingtonpost/wpds-error-message": "1.2.0", + "@washingtonpost/wpds-helper-text": "1.2.0", + "@washingtonpost/wpds-input-label": "1.2.0", + "@washingtonpost/wpds-input-shared": "1.2.0", + "@washingtonpost/wpds-theme": "1.2.0", + "nanoid": "^3.3.4", + "react": "^16.8.6 || ^17.0.2", + "tsup": "5.11.13", + "typescript": "4.5.5" + } + }, + "@washingtonpost/wpds-kitchen-sink": { + "version": "file:ui/kitchen-sink", + "requires": { + "@washingtonpost/wpds-assets": "latest", + "@washingtonpost/wpds-ui-kit": "1.2.0", + "nanoid": "^3.3.4", + "tsup": "5.11.13", + "typescript": "4.5.5" + } + }, "@washingtonpost/wpds-pagination-dots": { "version": "file:ui/pagination-dots", "requires": { @@ -73353,14 +69516,6 @@ "csstype": "^3.0.2" } }, - "dom-peekaboo": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/dom-peekaboo/-/dom-peekaboo-0.1.0.tgz", - "integrity": "sha512-QGfVWlbeTCC+aH0akKbr3NJuaW7i0GRhWaEwsRHz7AeDr5eX3xkjyZBmU86V1lGTjNq4XUxRWWOdk+JOQhMLSQ==", - "requires": { - "lodash.throttle": "^4.1.1" - } - }, "dom-serializer": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", @@ -77300,17 +73455,6 @@ "resolved": "https://registry.npmjs.org/intersection-observer/-/intersection-observer-0.10.0.tgz", "integrity": "sha512-fn4bQ0Xq8FTej09YC/jqKZwtijpvARlRp6wxL5WTA6yPe2YWSJ5RJh7Nm79rK2qB0wr6iDQzH60XGq5V/7u8YQ==" }, - "intl-messageformat": { - "version": "10.3.1", - "resolved": "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-10.3.1.tgz", - "integrity": "sha512-mqHc6arhbogrdImIsEscdjWnJcg2bvg3MiyGXDsTSGmPbbM2KtRUe7oNgDUbkM3HMn4KbyOct2JyJScmwRgGSQ==", - "requires": { - "@formatjs/ecma402-abstract": "1.14.3", - "@formatjs/fast-memoize": "1.2.8", - "@formatjs/icu-messageformat-parser": "2.3.0", - "tslib": "^2.4.0" - } - }, "invariant": { "version": "2.2.4", "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", @@ -81217,14 +77361,6 @@ "language-subtag-registry": "~0.3.2" } }, - "lazy-child": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/lazy-child/-/lazy-child-0.3.1.tgz", - "integrity": "sha512-noi341qqpeHJEiGC7YPM+iAhv7HgnrKCWLrsRaM6FX8LKC1g2+iuT4g+hcv3BzYjXotpQjn/Ri/I+Bf68mIONg==", - "requires": { - "react-peekaboo": "^0.4.1" - } - }, "lazy-universal-dotenv": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/lazy-universal-dotenv/-/lazy-universal-dotenv-3.0.1.tgz", @@ -81539,7 +77675,8 @@ "lodash.debounce": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", + "dev": true }, "lodash.escape": { "version": "4.0.1", @@ -81574,7 +77711,8 @@ "lodash.get": { "version": "4.4.2", "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", - "integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==" + "integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==", + "dev": true }, "lodash.has": { "version": "4.5.2", @@ -81648,11 +77786,6 @@ "integrity": "sha512-wbu3SF1XC5ijqm0piNxw59yCbuUf2kaShumYBLWUrcCvwh6C8odz6SY/wGVzCWTQTFL/1Ygbvqg2eLtspUVVAQ==", "dev": true }, - "lodash.throttle": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz", - "integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==" - }, "lodash.topairs": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/lodash.topairs/-/lodash.topairs-4.3.0.tgz", @@ -86145,11 +82278,6 @@ "object-assign": "^4.1.1" } }, - "react-content-loader": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/react-content-loader/-/react-content-loader-6.2.0.tgz", - "integrity": "sha512-r1dI6S+uHNLW68qraLE2njJYOuy6976PpCExuCZUcABWbfnF3FMcmuESRI8L4Bj45wnZ7n8g71hkPLzbma7/Cw==" - }, "react-devtools-inline": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/react-devtools-inline/-/react-devtools-inline-4.4.0.tgz", @@ -86225,11 +82353,6 @@ "@babel/runtime": "^7.12.5" } }, - "react-fast-compare": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.0.tgz", - "integrity": "sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==" - }, "react-hook-form": { "version": "7.43.4", "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.4.tgz", @@ -86257,15 +82380,6 @@ "integrity": "sha512-alTKsjEL0dKH/ru1Iyn7vliS2QRcBp9zZPGoWxUOvRGWPUYgjo+V01is7p04It6KhgrzhJGnIj9GgX8W4bZoCQ==", "dev": true }, - "react-peekaboo": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/react-peekaboo/-/react-peekaboo-0.4.1.tgz", - "integrity": "sha512-CB/EWYD+3iLKy64HvVC8A0ri/MswbugQZ4QEu48JFbKy8s74L9urfFRBa2CfSpKJVYOy3xbbUR9YSFaa0Vx35w==", - "requires": { - "dom-peekaboo": "^0.1.0", - "lodash.throttle": "^4.1.1" - } - }, "react-phone-number-input": { "version": "3.2.19", "resolved": "https://registry.npmjs.org/react-phone-number-input/-/react-phone-number-input-3.2.19.tgz", @@ -86278,15 +82392,6 @@ "prop-types": "^15.8.1" } }, - "react-popper": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/react-popper/-/react-popper-2.3.0.tgz", - "integrity": "sha512-e1hj8lL3uM+sgSR4Lxzn5h1GxBlpa4CQz0XLF8kx4MDrDRWY0Ena4c97PUeSX9i5W3UAfDP0z0FXCTQkoXUl3Q==", - "requires": { - "react-fast-compare": "^3.0.1", - "warning": "^4.0.2" - } - }, "react-refresh": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz", @@ -91134,14 +87239,6 @@ "makeerror": "1.0.12" } }, - "warning": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz", - "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==", - "requires": { - "loose-envify": "^1.0.0" - } - }, "watchpack": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", diff --git a/ui/kitchen-sink/package.json b/ui/kitchen-sink/package.json index 0aab86af0..e3784f9b1 100644 --- a/ui/kitchen-sink/package.json +++ b/ui/kitchen-sink/package.json @@ -36,12 +36,13 @@ "typescript": "4.5.5" }, "peerDependencies": { - "@washingtonpost/wpds-ui-kit": "*", + "@washingtonpost/wpds-ui-kit": "1.2.0", "@washingtonpost/wpds-assets": "latest", "react": "^16.8.6 || ^17.0.2" }, "dependencies": { - "@washingtonpost/wpds-ui-kit": "1.1.0", - "@washingtonpost/wpds-assets": "latest" + "@washingtonpost/wpds-ui-kit": "1.2.0", + "@washingtonpost/wpds-assets": "latest", + "nanoid": "^3.3.4" } }