update bootstrap icons

This commit is contained in:
Cory LaViska
2021-10-14 07:21:27 -04:00
parent c09e12d13e
commit 6169abc700
3 changed files with 11 additions and 7 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 709 KiB

After

Width:  |  Height:  |  Size: 687 KiB

View File

@@ -6,6 +6,10 @@ Components with the <sl-badge type="warning" pill>Experimental</sl-badge> badge
_During the beta period, these restrictions may be relaxed in the event of a mission-critical bug._ 🐛
## Next
- Updated to Bootstrap Icons to 1.6.0
## 2.0.0-beta.57
- Fix CodePen links and CDN links

12
package-lock.json generated
View File

@@ -1663,9 +1663,9 @@
"dev": true
},
"node_modules/bootstrap-icons": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.5.0.tgz",
"integrity": "sha512-44feMc7DE1Ccpsas/1wioN8ewFJNquvi5FewA06wLnqct7CwMdGDVy41ieHaacogzDqLfG8nADIvMNp9e4bfbA==",
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.6.0.tgz",
"integrity": "sha512-zJmZurKexL7oXS+KOnSSFFsKi2asXMzPWCRRwxrq7bj1YbURHr/paCwzRWIPLPsZYh8osQL+W+2uzLlt9EPfnw==",
"dev": true,
"engines": {
"node": ">=10"
@@ -12572,9 +12572,9 @@
"dev": true
},
"bootstrap-icons": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.5.0.tgz",
"integrity": "sha512-44feMc7DE1Ccpsas/1wioN8ewFJNquvi5FewA06wLnqct7CwMdGDVy41ieHaacogzDqLfG8nADIvMNp9e4bfbA==",
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.6.0.tgz",
"integrity": "sha512-zJmZurKexL7oXS+KOnSSFFsKi2asXMzPWCRRwxrq7bj1YbURHr/paCwzRWIPLPsZYh8osQL+W+2uzLlt9EPfnw==",
"dev": true
},
"brace-expansion": {