Skip to content

Commit

Permalink
Merge pull request #880 from trimble-oss/dev/coliff/update-toasts-exa…
Browse files Browse the repository at this point in the history
…mple

update example
  • Loading branch information
coliff committed Jul 16, 2024
2 parents 79016b3 + 11b8fcc commit 1f268fb
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.14.0
20.15.1
3 changes: 2 additions & 1 deletion content/components/web/toasts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ Toasts display low priority, event-driven feedback which usually doesn’t requi
3 Emails Deleted
<button
type="button"
class="btn btn-text-dark text-white btn-outline border-white"
class="btn btn-outline border"
style="color: var(--bs-body-bg);"
data-dismiss="toast"
aria-label="Close"
>
Expand Down
74 changes: 37 additions & 37 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"node": ">=18"
},
"volta": {
"node": "20.14.0"
"node": "20.15.1"
},
"scripts": {
"start": "npm run serve",
Expand Down Expand Up @@ -54,11 +54,11 @@
"list.js": "2.3.1",
"npm-run-all": "4.1.5",
"popover-css-inspector": "1.0.0-beta15",
"postcss": "8.4.38",
"postcss": "8.4.39",
"postcss-cli": "11.0.0",
"prettier": "3.3.2",
"prettier": "3.3.3",
"s3-deploy": "1.4.0",
"stylelint": "16.6.1",
"stylelint": "16.7.0",
"stylelint-config-standard-scss": "13.1.0",
"textlint": "14.0.4",
"textlint-rule-common-misspellings": "1.0.1",
Expand Down

0 comments on commit 1f268fb

Please sign in to comment.