diff --git a/packages/quark-react/package.json b/packages/quark-react/package.json index 1ca3c9d0..13759cde 100644 --- a/packages/quark-react/package.json +++ b/packages/quark-react/package.json @@ -1,6 +1,6 @@ { "name": "@quarkd/quark-react", - "version": "2.0.0", + "version": "2.0.1", "description": "Web components react reactify", "types": "lib/index.d.ts", "typings": "lib/index.d.ts", @@ -24,7 +24,7 @@ "*.js" ], "dependencies": { - "quarkd": "2.0.0", + "quarkd": "2.0.1", "@quarkd/reactify": "^1.0.3" }, "devDependencies": { diff --git a/packages/quarkd/package.json b/packages/quarkd/package.json index f028981f..727eb34f 100644 --- a/packages/quarkd/package.json +++ b/packages/quarkd/package.json @@ -1,6 +1,6 @@ { "name": "quarkd", - "version": "2.0.0", + "version": "2.0.1", "description": "Mobile UI Components built on Web Components.", "main": "lib/index.js", "module": "lib/index.js", diff --git a/packages/quarkd/src/actionsheet/index.tsx b/packages/quarkd/src/actionsheet/index.tsx index c3d24861..2670ad28 100644 --- a/packages/quarkd/src/actionsheet/index.tsx +++ b/packages/quarkd/src/actionsheet/index.tsx @@ -169,6 +169,7 @@ class QuarkActionSheet extends QuarkElement { class="quark-actionsheet" ref={this.wrap} onClick={this.handleContainerClick} + part="root" > {this.title && (