update bs icons

pull/593/head
Cory LaViska 2021-11-17 09:12:34 -05:00
rodzic 65a0125035
commit 1a4f330bd5
4 zmienionych plików z 10 dodań i 9 usunięć

File diff suppressed because one or more lines are too long

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 751 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 750 KiB

Wyświetl plik

@ -17,6 +17,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
- Moved `role` from the shadow root to the host element in `<sl-menu>` - Moved `role` from the shadow root to the host element in `<sl-menu>`
- Removed redundant `role="menu"` in `<sl-dropdown>` - Removed redundant `role="menu"` in `<sl-dropdown>`
- Slightly faster animations for showing and hiding `<sl-dropdown>` - Slightly faster animations for showing and hiding `<sl-dropdown>`
- Updated to Bootstrap Icons to 1.7.1
## 2.0.0-beta.60 ## 2.0.0-beta.60

14
package-lock.json wygenerowano
Wyświetl plik

@ -25,7 +25,7 @@
"@web/test-runner": "^0.13.5", "@web/test-runner": "^0.13.5",
"@web/test-runner-puppeteer": "^0.10.0", "@web/test-runner-puppeteer": "^0.10.0",
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"bootstrap-icons": "^1.7.0", "bootstrap-icons": "^1.7.1",
"browser-sync": "^2.26.14", "browser-sync": "^2.26.14",
"chalk": "^4.1.0", "chalk": "^4.1.0",
"command-line-args": "^5.2.0", "command-line-args": "^5.2.0",
@ -1694,9 +1694,9 @@
"dev": true "dev": true
}, },
"node_modules/bootstrap-icons": { "node_modules/bootstrap-icons": {
"version": "1.7.0", "version": "1.7.1",
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.7.0.tgz", "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.7.1.tgz",
"integrity": "sha512-x2ORQ3lv1QdSnIzzQdU8mf83fbCq4FIaUinrAWw+a/d186vO3Ph7qUfqzvQDBA41AD6IoxdRHD6zUt9IXC1J6A==", "integrity": "sha512-Hkuoo0qrWegA9cdzwS68YPSOLf7d42gqnMzT1tIy/SWvnxnI+Y5PFvK2qIbM/L7knH8SdC8FPgjA+bktzmGcAw==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=10" "node": ">=10"
@ -12704,9 +12704,9 @@
"dev": true "dev": true
}, },
"bootstrap-icons": { "bootstrap-icons": {
"version": "1.7.0", "version": "1.7.1",
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.7.0.tgz", "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.7.1.tgz",
"integrity": "sha512-x2ORQ3lv1QdSnIzzQdU8mf83fbCq4FIaUinrAWw+a/d186vO3Ph7qUfqzvQDBA41AD6IoxdRHD6zUt9IXC1J6A==", "integrity": "sha512-Hkuoo0qrWegA9cdzwS68YPSOLf7d42gqnMzT1tIy/SWvnxnI+Y5PFvK2qIbM/L7knH8SdC8FPgjA+bktzmGcAw==",
"dev": true "dev": true
}, },
"brace-expansion": { "brace-expansion": {

Wyświetl plik

@ -55,7 +55,7 @@
"@web/test-runner": "^0.13.5", "@web/test-runner": "^0.13.5",
"@web/test-runner-puppeteer": "^0.10.0", "@web/test-runner-puppeteer": "^0.10.0",
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"bootstrap-icons": "^1.7.0", "bootstrap-icons": "^1.7.1",
"browser-sync": "^2.26.14", "browser-sync": "^2.26.14",
"chalk": "^4.1.0", "chalk": "^4.1.0",
"command-line-args": "^5.2.0", "command-line-args": "^5.2.0",