Skip to content

Commit

Permalink
Bump @18f/identity-design-system from 8.0.1 to 8.1.2 (#9992)
Browse files Browse the repository at this point in the history
* Bump @18f/identity-design-system from 8.0.1 to 8.1.1

Bumps [@18f/identity-design-system](https://github.com/18F/identity-design-system) from 8.0.1 to 8.1.1.
- [Release notes](https://github.com/18F/identity-design-system/releases)
- [Changelog](https://github.com/18F/identity-design-system/blob/main/CHANGELOG.md)
- [Commits](18F/identity-design-system@v8.0.1...v8.1.1)

---
updated-dependencies:
- dependency-name: "@18f/identity-design-system"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Remove patched upstream

* Update to [email protected]

Fix CommonJS import incompatibility

https://github.com/18F/identity-design-system/releases/tag/v8.1.2

* Delete us_flag.svg

Included in USWDS as of 3.7.0

https://github.com/uswds/uswds/releases/tag/v3.7.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Duthie <[email protected]>
  • Loading branch information
dependabot[bot] and aduth authored Jan 30, 2024
1 parent bdef7ce commit dbc3c15
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 43 deletions.
1 change: 0 additions & 1 deletion app/assets/images/us_flag.svg

This file was deleted.

5 changes: 0 additions & 5 deletions app/assets/stylesheets/components/_alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,3 @@
.usa-alert__text > p:last-child {
margin-bottom: 0;
}

// Upstream fix: https://github.com/uswds/uswds/pull/5187
.usa-alert .usa-alert__body::before {
height: units(2);
}
29 changes: 0 additions & 29 deletions app/assets/stylesheets/components/_btn.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,32 +30,3 @@
@include set-text-and-bg('primary-darker', $context: 'Button');
}
}

// Upstream: https://github.com/18F/identity-design-system/pull/383
.usa-button--danger.usa-button--outline {
&:not(:disabled, [aria-disabled='true']) {
background-color: color('white');
box-shadow: inset 0 0 0 $theme-button-stroke-width color('secondary');
color: color('secondary');

&:hover,
&.usa-button--hover {
background-color: color('secondary-lightest');
box-shadow: inset 0 0 0 $theme-button-stroke-width color('secondary-dark');
color: color('secondary-dark');
}
}

&:active,
&.usa-button--active {
&,
&:focus,
&.usa-button--focus,
&:hover,
&.usa-button--hover {
background-color: color('secondary-lighter');
box-shadow: inset 0 0 0 $theme-button-stroke-width color('secondary-darker');
color: color('secondary-darker');
}
}
}
2 changes: 1 addition & 1 deletion app/javascript/packages/clipboard-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"@18f/identity-design-system": "^8.0.1"
"@18f/identity-design-system": "^8.1.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build:css": "build-sass app/assets/stylesheets/*.css.scss app/components/*.scss --load-path=app/assets/stylesheets --out-dir=app/assets/builds"
},
"dependencies": {
"@18f/identity-design-system": "^8.0.1",
"@18f/identity-design-system": "^8.1.2",
"@babel/core": "^7.20.7",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# yarn lockfile v1


"@18f/identity-design-system@^8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@18f/identity-design-system/-/identity-design-system-8.0.1.tgz#72176fe0e8f0418c87caca42f57d9bb370346a55"
integrity sha512-SnVw2Cp2HYaR9bMCQ7RtCjze4j4BOEp83GXB44uMBkOmtk0JViM7BlerHR9XtJ9FH4ke2MnvVx4ScuBbSRhsIQ==
"@18f/identity-design-system@^8.1.2":
version "8.1.2"
resolved "https://registry.yarnpkg.com/@18f/identity-design-system/-/identity-design-system-8.1.2.tgz#d9f36e50c615afb4ff81befe02309a618647bd33"
integrity sha512-EvhnRvqOWmvjAdV2EedvSeoiN55RFA4RqAIsPTScw1N6QstbXEzJmDA242k3X81nf6Kd1yRFKxrKxNdl1CbmDQ==
dependencies:
"@uswds/uswds" "^3.6.1"
"@uswds/uswds" "^3.7.1"

"@aashutoshrathi/word-wrap@^1.2.3":
version "1.2.6"
Expand Down Expand Up @@ -1827,7 +1827,7 @@
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==

"@uswds/uswds@^3.6.1":
"@uswds/uswds@^3.7.1":
version "3.7.1"
resolved "https://registry.yarnpkg.com/@uswds/uswds/-/uswds-3.7.1.tgz#455dee2d7a9c7b316192bb2e21ecd0df6fad3085"
integrity sha512-32u2S50bf5dwIujebqL+f1Jgx2rmRrpxcaccSZzdo3Qv9HaDUdcmeavlrxHqN30edHc7p8kRPjvjevOmOJKB7w==
Expand Down

0 comments on commit dbc3c15

Please sign in to comment.