Skip to content

Commit

Permalink
Update Alerts (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Jul 11, 2024
1 parent 1bf7235 commit 5fdbe5a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
10 changes: 9 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
"browsersync",
"btn",
"bugfix",
"builddeploy",
"Cabazon",
"Cadsawan",
"callout",
Expand All @@ -158,6 +159,7 @@
"clearfix",
"cloakemail",
"Cloneable",
"closepullrequest",
"cloudflare",
"cloudfront",
"cloudinary",
Expand All @@ -170,6 +172,7 @@
"codemirror",
"CODEOWNERS",
"codepen",
"codeql",
"cognito",
"cognitoi",
"coliff",
Expand Down Expand Up @@ -388,6 +391,7 @@
"globalresources",
"globby",
"GMBH",
"gogradle",
"goldmark",
"goliad",
"gomocha",
Expand Down Expand Up @@ -714,6 +718,7 @@
"Nuevo",
"nuget",
"numtrucks",
"nupkg",
"nyberg",
"oanimationend",
"offcanvas",
Expand Down Expand Up @@ -778,6 +783,7 @@
"pilot",
"pingback",
"pinterest",
"Pipenv",
"pixelated",
"placeset",
"plainify",
Expand Down Expand Up @@ -1171,7 +1177,9 @@
"whitelist"
],
"language": "en,en-US,lorem",
"ignoreRegExpList": ["\\#\\w+"],
"ignoreRegExpList": [
"\\#\\w+"
],
"ignorePaths": [
".cspell.json",
"**/inputs.md",
Expand Down
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ updates:
labels:
- dependencies
schedule:
interval: weekly
interval: monthly
versioning-strategy: increase
open-pull-requests-limit: 1
- package-ecosystem: github-actions
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.15.0
20.15.1
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.html
*.md
*.min.*
CODEOWNERS

layouts/index.json
package-lock.json
Expand Down
10 changes: 1 addition & 9 deletions content/components/alerts.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ Add `class="alert"` along with contextual classes and `role="alert"` to a div to
<i class="modus-icons notranslate" aria-hidden="true">close</i>
</button>
</div>
<div class="alert alert-secondary" role="alert">
<i class="modus-icons mr-1" aria-hidden="true">help</i>
<div>A basic secondary alert</div>
</div>
<div class="alert alert-dark" role="alert">
<i class="modus-icons mr-1" aria-hidden="true">info</i>
<div>A basic dark alert with <em>text formatting</em></div>
</div>
<div class="alert alert-success fade show" role="alert">
<i class="modus-icons mr-1" aria-hidden="true">check_circle</i>
<div>Success! A basic success alert with a dismiss icon</div>
Expand All @@ -43,7 +35,7 @@ Add `class="alert"` along with contextual classes and `role="alert"` to a div to
</button>
</div>
<div class="alert alert-danger fade show" role="alert">
<i class="modus-icons mr-1" aria-hidden="true">warning</i>
<i class="modus-icons mr-1" aria-hidden="true">alert</i>
<div>Error! A basic error alert with a dismiss icon</div>
<button type="button" class="close" data-dismiss="alert">
<i class="modus-icons notranslate" aria-hidden="true">close</i>
Expand Down

0 comments on commit 5fdbe5a

Please sign in to comment.