Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit c69c673

Browse files
committed
Merge branch 'typescript-switch' of github.com:gugu/material-components-web-react into typescript-switch
2 parents fd6873c + db6a59d commit c69c673

File tree

12 files changed

+346
-130
lines changed

12 files changed

+346
-130
lines changed

package-lock.json

Lines changed: 200 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@material/chips": "^1.0.0",
6868
"@material/dialog": "^0.43.0",
6969
"@material/dom": "^0.41.0",
70-
"@material/drawer": "^0.41.0",
70+
"@material/drawer": "^1.0.1",
7171
"@material/fab": "^0.41.0",
7272
"@material/floating-label": "^0.41.0",
7373
"@material/icon-button": "^0.41.0",
@@ -82,7 +82,7 @@
8282
"@material/select": "^0.40.1",
8383
"@material/snackbar": "^0.43.0",
8484
"@material/switch": "^1.0.0",
85-
"@material/tab": "^0.41.0",
85+
"@material/tab": "^1.0.0",
8686
"@material/tab-bar": "^0.41.0",
8787
"@material/tab-indicator": "^1.0.0",
8888
"@material/tab-scroller": "^1.0.0",
@@ -147,8 +147,8 @@
147147
"react-dom": "^16.4.2",
148148
"react-router-dom": "^4.3.1",
149149
"remap-istanbul": "^0.12.0",
150-
"rimraf": "^2.6.3",
151150
"resemblejs": "^3.0.1",
151+
"rimraf": "^2.6.3",
152152
"sass-loader": "^6.0.7",
153153
"testdouble": "^3.6.0",
154154
"ts-loader": "^3.5.0",

packages/drawer/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ modal | Boolean | Indicates that the drawer is of type modal.
419419
dismissible | Boolean | Indicates that the drawer is of type dismissible.
420420
tag | String | Customizes the drawer tag type (default to `<aside>`).
421421
open | boolean | If true, opens drawer. If false, closes drawer.
422+
innerRef | RefObject | Root drawer element ref.
422423

423424
## Sass Mixins
424425

0 commit comments

Comments
 (0)