Skip to content

Commit

Permalink
Merge pull request #1181 from GSA/1022-uswds-3.9.0-update
Browse files Browse the repository at this point in the history
Updated-USWDS-to-3.9.0-from-3.8.2
  • Loading branch information
id2win authored Oct 23, 2024
2 parents 9c36b28 + e7649c0 commit 68962d6
Show file tree
Hide file tree
Showing 9 changed files with 124 additions and 91 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ GEM
tzinfo-data (1.2023.3)
tzinfo (>= 1.0.0)
unicode-display_width (1.8.0)
wdm (0.1.1)
webrick (1.8.2)
yell (2.2.2)

Expand All @@ -116,6 +117,7 @@ DEPENDENCIES
jekyll-seo-tag
jekyll-sitemap
tzinfo-data
wdm (~> 0.1.0)
webrick

BUNDLED WITH
Expand Down
2 changes: 2 additions & 0 deletions _includes/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,6 @@
<!-- Bootstrap 5 CSS Library -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
<!-- USWDS-INIT - prevents component content from "flashing" or "shifting" -->
<script src="{{ site.baseurl }}/assets/js/uswds-init.min.js"></script>
</head>
2 changes: 1 addition & 1 deletion assets/js/uswds-init.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/js/uswds-init.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

158 changes: 95 additions & 63 deletions assets/js/uswds.js

Large diffs are not rendered by default.

36 changes: 16 additions & 20 deletions assets/js/uswds.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/uswds.min.js.map

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"pa11y-ci:sitemap": "pa11y-ci --sitemap http://localhost:4000/sitemap.xml --sitemap-exclude \"/*.pdf\""
},
"dependencies": {
"@uswds/uswds": "3.8.2"
"@uswds/uswds": "3.9.0"
},
"devDependencies": {
"pa11y-ci": "^2.4.0",
Expand Down

0 comments on commit 68962d6

Please sign in to comment.