@blockquote-web-components/blockquote-tabs 1.6.16 → 1.6.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockquote-web-components/blockquote-tabs",
3
- "version": "1.6.16",
3
+ "version": "1.6.18",
4
4
  "description": "Webcomponent blockquote-tabs following open-wc recommendations",
5
5
  "keywords": [
6
6
  "lit",
@@ -139,19 +139,21 @@
139
139
  ]
140
140
  },
141
141
  "dependencies": {
142
- "@blockquote-web-components/blockquote-mixin-slot-content": "^1.9.15",
142
+ "@blockquote-web-components/blockquote-mixin-slot-content": "^1.9.17",
143
143
  "@juggle/resize-observer": "^3.4.0",
144
- "@lit-labs/observers": "^2.0.6",
145
- "lit": "^3.3.0"
144
+ "@lit-labs/observers": "^2.1.0",
145
+ "lit": "^3.3.2"
146
146
  },
147
147
  "devDependencies": {
148
- "@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.12.8",
149
- "@blockquote-web-components/blockquote-base-embedded-webview": "^1.13.15",
148
+ "@blockquote-web-components/blockquote-base-embedded-webview": "^1.13.17",
150
149
  "@blockquote-web-components/blockquote-foundations-sass": "^1.1.8"
151
150
  },
151
+ "peerDependencies": {
152
+ "lit-html": "^3.3.2"
153
+ },
152
154
  "publishConfig": {
153
155
  "access": "public"
154
156
  },
155
157
  "customElements": "custom-elements.json",
156
- "gitHead": "c7e3d2f930c1e35f8c96fd5472ecbb078d1d935f"
158
+ "gitHead": "7f8bbd63563794ccb2b1e975eecafee9c41110f8"
157
159
  }
@@ -271,7 +271,7 @@ export class BlockquoteTabs extends BlockquoteMixinSlotContent(LitElement) {
271
271
  };
272
272
 
273
273
  _onTabKeyDown = (ev) => {
274
- let idx = '';
274
+ let idx;
275
275
 
276
276
  switch (ev.key) {
277
277
  case 'ArrowLeft':