Move resize observer types to dependencies

pull/481/head
Cory LaViska 2020-12-23 09:15:18 -05:00
rodzic 4754f368a0
commit 11846f307d
3 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -30,8 +30,9 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
- Improved elevation tokens in dark theme
- Improved accessibility in `sl-tooltip` by allowing escape to dismiss it [#219](https://github.com/shoelace-style/shoelace/issues/219)
- Improved slot detection in `sl-card`, `sl-dialog`, and `sl-drawer`
- Made `@types/resize-observer-browser` a dependency so users don't have to install it manually
- Removed `sl-blur` and `sl-focus` events from `sl-menu` since menus can't have focus as of 2.0.0-beta.22
- Updated `sl-spinner` so the indicator is more obvious
- Updated `sl-spinner` so the indicator is more obvious
- Updated to Bootstrap Icons 1.2.1
## 2.0.0-beta.24

3
package-lock.json wygenerowano
Wyświetl plik

@ -235,8 +235,7 @@
"@types/resize-observer-browser": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/@types/resize-observer-browser/-/resize-observer-browser-0.1.4.tgz",
"integrity": "sha512-rPvqs+1hL/5hbES/0HTdUu4lvNmneiwKwccbWe7HGLWbnsLdqKnQHyWLg4Pj0AMO7PLHCwBM1Cs8orChdkDONg==",
"dev": true
"integrity": "sha512-rPvqs+1hL/5hbES/0HTdUu4lvNmneiwKwccbWe7HGLWbnsLdqKnQHyWLg4Pj0AMO7PLHCwBM1Cs8orChdkDONg=="
},
"@typescript-eslint/eslint-plugin": {
"version": "4.0.1",

Wyświetl plik

@ -42,7 +42,6 @@
"@stencil/eslint-plugin": "^0.3.1",
"@stencil/sass": "^1.3.2",
"@types/color": "^3.0.1",
"@types/resize-observer-browser": "^0.1.4",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"bluebird": "^3.7.2",
@ -70,6 +69,7 @@
"dependencies": {
"@popperjs/core": "^2.5.3",
"@stencil/core": "^2.3.0",
"@types/resize-observer-browser": "^0.1.4",
"color": "^3.1.2"
},
"husky": {