diff --git a/package.json b/package.json index 23c465d90e..23aa197605 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "peerDependencies": { "react": "^16.x || ^17.x", "react-dom": "^16.x || ^17.x", - "uswds": "2.10.3" + "uswds": "2.11.2" }, "devDependencies": { "@babel/core": "^7.10.5", @@ -129,7 +129,7 @@ "stylelint-scss": "^3.17.1", "ts-jest": "^26.1.2", "typescript": "^4.2.4", - "uswds": "2.10.3", + "uswds": "2.11.2", "webpack": "^5.52.1", "webpack-cli": "^4.0.0" }, diff --git a/src/components/Accordion/Accordion.tsx b/src/components/Accordion/Accordion.tsx index b4ccce04e2..7d535623f6 100644 --- a/src/components/Accordion/Accordion.tsx +++ b/src/components/Accordion/Accordion.tsx @@ -34,7 +34,7 @@ export const AccordionItem = ({ return ( <> -

+

-

+
- {heading &&

{heading}

} + {heading &&

{heading}

} {children && (validation ? ( children diff --git a/src/components/forms/Validation/Validation.stories.tsx b/src/components/forms/Validation/Validation.stories.tsx index b3cc7200c1..718aaf528a 100644 --- a/src/components/forms/Validation/Validation.stories.tsx +++ b/src/components/forms/Validation/Validation.stories.tsx @@ -62,7 +62,7 @@ export const Default = (): React.ReactElement => { onSubmit={(): void => { console.log('submit') }}> -
+
diff --git a/src/components/stepindicator/StepIndicator/StepIndicator.tsx b/src/components/stepindicator/StepIndicator/StepIndicator.tsx index d783cfcf38..db27870684 100644 --- a/src/components/stepindicator/StepIndicator/StepIndicator.tsx +++ b/src/components/stepindicator/StepIndicator/StepIndicator.tsx @@ -54,7 +54,7 @@ export const StepIndicator = ( {children}
-

+

Step @@ -67,7 +67,7 @@ export const StepIndicator = ( {currentStepLabel} -

+
) diff --git a/yarn.lock b/yarn.lock index b211b3bc4e..d2e9451f5e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10989,7 +10989,7 @@ lodash.clonedeep@^4.5.0: resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef" integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8= -lodash.debounce@^4.0.7, lodash.debounce@^4.0.8: +lodash.debounce@^4.0.8: version "4.0.8" resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168= @@ -15861,16 +15861,15 @@ use@^3.1.0: resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== -uswds@2.10.3: - version "2.10.3" - resolved "https://registry.yarnpkg.com/uswds/-/uswds-2.10.3.tgz#16d34cee81897762d6d69d3ac83aa55129826fa6" - integrity sha512-krNRzx1jRzOJpuH/qtmQhd5zxnXTaDVqrPNYT99sJbxzWUqjb1zZHh3jFNo+xKDpNuiO0XMPwZwlaSp2YdZ3Ag== +uswds@2.11.2: + version "2.11.2" + resolved "https://registry.yarnpkg.com/uswds/-/uswds-2.11.2.tgz#bf5ff132f6324c0939d01b7eefebde340c22dcec" + integrity sha512-JISTXCjPIlrufbObIifjrMDn5jF9bbLu7UYhGWmEs9iqB6Z2KDCXHVoBUyzMmIrIjW/UWWYHZzPqOOHO6/IMCQ== dependencies: classlist-polyfill "^1.0.3" del "^6.0.0" domready "^1.0.8" elem-dataset "^2.0.0" - lodash.debounce "^4.0.7" object-assign "^4.1.1" receptor "^1.0.0" resolve-id-refs "^0.1.0"