@vrembem/drawer
Advanced tools
Comparing version 1.15.0 to 1.15.1
{ | ||
"name": "@vrembem/drawer", | ||
"description": "A container component that slides in from the left or right. Typically containing menus, search or other content.", | ||
"version": "1.15.0", | ||
"version": "1.15.1", | ||
"license": "MIT", | ||
@@ -31,7 +31,2 @@ "keywords": [ | ||
}, | ||
"devDependencies": { | ||
"@vrembem/base": "^1.15.0", | ||
"@vrembem/dialog": "^1.15.0", | ||
"@vrembem/utility": "^1.15.0" | ||
}, | ||
"dependencies": { | ||
@@ -43,3 +38,3 @@ "@vrembem/core": "^1.15.0" | ||
}, | ||
"gitHead": "1fde52e053066cf019c34748ddd36aea7bdd5ae0" | ||
"gitHead": "acce1c63e4ff71a73c09c0bd6c410542c19ab356" | ||
} |
@@ -238,3 +238,3 @@ # Drawer | ||
| ------------------- | --------------------- | ---------------------------------------------------------------------------------------------------- | | ||
| `autoInit` | `false` | Automatically instantiates the instance. | | ||
| `autoInit` | `false` | Automatically initializes the instance. | | ||
| `dataDrawer` | `'drawer'` | Data attribute for a drawer. | | ||
@@ -241,0 +241,0 @@ | `dataDialog` | `'drawer-dialog'` | Data attribute for a drawer dialog. | |
Sorry, the diff of this file is not supported yet
180574
0