@blockquote-web-components/blockquote-tabs 1.4.10 → 1.5.0

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/README.md CHANGED
@@ -127,6 +127,30 @@ Tabs are a set of layered sections of content, known as tab panels, that display
127
127
  | `js` | `BlockquoteTab` | BlockquoteTab | ./tab/BlockquoteTab.js | |
128
128
  | `js` | `BlockquoteTabPanel` | BlockquoteTabPanel | ./tabpanel/BlockquoteTabPanel.js | |
129
129
 
130
+ ### `src/define/blockquote-tab.js`:
131
+
132
+ #### Exports
133
+
134
+ | Kind | Name | Declaration | Module | Package |
135
+ | --------------------------- | ---------------- | ------------- | ------------------------- | ------- |
136
+ | `custom-element-definition` | `blockquote-tab` | BlockquoteTab | /src/tab/BlockquoteTab.js | |
137
+
138
+ ### `src/define/blockquote-tabpanel.js`:
139
+
140
+ #### Exports
141
+
142
+ | Kind | Name | Declaration | Module | Package |
143
+ | --------------------------- | --------------------- | ------------------ | ----------------------------------- | ------- |
144
+ | `custom-element-definition` | `blockquote-tabpanel` | BlockquoteTabPanel | /src/tabpanel/BlockquoteTabPanel.js | |
145
+
146
+ ### `src/define/blockquote-tabs.js`:
147
+
148
+ #### Exports
149
+
150
+ | Kind | Name | Declaration | Module | Package |
151
+ | --------------------------- | ----------------- | -------------- | ---------------------- | ------- |
152
+ | `custom-element-definition` | `blockquote-tabs` | BlockquoteTabs | /src/BlockquoteTabs.js | |
153
+
130
154
  ### `src/styles/blockquote-tabs-styles.css.js`:
131
155
 
132
156
  #### Variables
@@ -145,27 +169,20 @@ Tabs are a set of layered sections of content, known as tab panels, that display
145
169
 
146
170
  ![Lit](https://img.shields.io/badge/lit-3.0.0-blue.svg)
147
171
 
148
- `<blockquote-tab>`
172
+ `<blockquote-tabpanel>`
149
173
  A tab element that can be used inside a `blockquote-tabs` element.
150
174
 
151
175
 
152
- ### `src/tab/BlockquoteTab.js`:
153
-
154
- #### class: `BlockquoteTab`, `blockquote-tab`
155
-
156
- ##### Mixins
176
+ ### `src/tabpanel/BlockquoteTabPanel.js`:
157
177
 
158
- | Name | Module | Package |
159
- | ---------------------------- | ------ | -------------------------------------------------------- |
160
- | `BlockquoteMixinSlotContent` | | @blockquote-web-components/blockquote-mixin-slot-content |
178
+ #### class: `BlockquoteTabPanel`, `blockquote-tabpanel`
161
179
 
162
180
  ##### Fields
163
181
 
164
- | Name | Privacy | Type | Default | Description | Inherited From |
165
- | ---------------------- | ------- | --------- | -------------------------------------------- | --------------------------------------- | -------------- |
166
- | `_onSlotChanges` | | | | | |
167
- | `selected` | public | `boolean` | `false` | Whether or not the tab is \`selected\`. | |
168
- | `globalRootAttributes` | | `object` | `{ role: 'tab', slot: 'tab', tabindex: 0, }` | | |
182
+ | Name | Privacy | Type | Default | Description | Inherited From |
183
+ | ---------------------- | ------- | --------- | ------------------------------------------------------ | -------------------------------------------- | -------------- |
184
+ | `selected` | public | `boolean` | `false` | Whether or not the tabpanel is \`selected\`. | |
185
+ | `globalRootAttributes` | | `object` | `{ role: 'tabpanel', slot: 'tabpanel', tabindex: 0, }` | | |
169
186
 
170
187
  ##### Methods
171
188
 
@@ -183,26 +200,33 @@ A tab element that can be used inside a `blockquote-tabs` element.
183
200
 
184
201
  #### Exports
185
202
 
186
- | Kind | Name | Declaration | Module | Package |
187
- | ---- | --------------- | ------------- | ------------------------ | ------- |
188
- | `js` | `BlockquoteTab` | BlockquoteTab | src/tab/BlockquoteTab.js | |
203
+ | Kind | Name | Declaration | Module | Package |
204
+ | ---- | -------------------- | ------------------ | ---------------------------------- | ------- |
205
+ | `js` | `BlockquoteTabPanel` | BlockquoteTabPanel | src/tabpanel/BlockquoteTabPanel.js | |
189
206
 
190
207
  ![Lit](https://img.shields.io/badge/lit-3.0.0-blue.svg)
191
208
 
192
- `<blockquote-tabpanel>`
209
+ `<blockquote-tab>`
193
210
  A tab element that can be used inside a `blockquote-tabs` element.
194
211
 
195
212
 
196
- ### `src/tabpanel/BlockquoteTabPanel.js`:
213
+ ### `src/tab/BlockquoteTab.js`:
197
214
 
198
- #### class: `BlockquoteTabPanel`, `blockquote-tabpanel`
215
+ #### class: `BlockquoteTab`, `blockquote-tab`
216
+
217
+ ##### Mixins
218
+
219
+ | Name | Module | Package |
220
+ | ---------------------------- | ------ | -------------------------------------------------------- |
221
+ | `BlockquoteMixinSlotContent` | | @blockquote-web-components/blockquote-mixin-slot-content |
199
222
 
200
223
  ##### Fields
201
224
 
202
- | Name | Privacy | Type | Default | Description | Inherited From |
203
- | ---------------------- | ------- | --------- | ------------------------------------------------------ | -------------------------------------------- | -------------- |
204
- | `selected` | public | `boolean` | `false` | Whether or not the tabpanel is \`selected\`. | |
205
- | `globalRootAttributes` | | `object` | `{ role: 'tabpanel', slot: 'tabpanel', tabindex: 0, }` | | |
225
+ | Name | Privacy | Type | Default | Description | Inherited From |
226
+ | ---------------------- | ------- | --------- | -------------------------------------------- | --------------------------------------- | -------------- |
227
+ | `_onSlotChanges` | | | | | |
228
+ | `selected` | public | `boolean` | `false` | Whether or not the tab is \`selected\`. | |
229
+ | `globalRootAttributes` | | `object` | `{ role: 'tab', slot: 'tab', tabindex: 0, }` | | |
206
230
 
207
231
  ##### Methods
208
232
 
@@ -220,11 +244,11 @@ A tab element that can be used inside a `blockquote-tabs` element.
220
244
 
221
245
  #### Exports
222
246
 
223
- | Kind | Name | Declaration | Module | Package |
224
- | ---- | -------------------- | ------------------ | ---------------------------------- | ------- |
225
- | `js` | `BlockquoteTabPanel` | BlockquoteTabPanel | src/tabpanel/BlockquoteTabPanel.js | |
247
+ | Kind | Name | Declaration | Module | Package |
248
+ | ---- | --------------- | ------------- | ------------------------ | ------- |
249
+ | `js` | `BlockquoteTab` | BlockquoteTab | src/tab/BlockquoteTab.js | |
226
250
 
227
- ### `src/tab/styles/blockquote-tab-styles.css.js`:
251
+ ### `src/tabpanel/styles/blockquote-tabpanel-styles.css.js`:
228
252
 
229
253
  #### Variables
230
254
 
@@ -236,11 +260,11 @@ A tab element that can be used inside a `blockquote-tabs` element.
236
260
 
237
261
  #### Exports
238
262
 
239
- | Kind | Name | Declaration | Module | Package |
240
- | ---- | -------- | ----------- | ------------------------------------------- | ------- |
241
- | `js` | `styles` | styles | src/tab/styles/blockquote-tab-styles.css.js | |
263
+ | Kind | Name | Declaration | Module | Package |
264
+ | ---- | -------- | ----------- | ----------------------------------------------------- | ------- |
265
+ | `js` | `styles` | styles | src/tabpanel/styles/blockquote-tabpanel-styles.css.js | |
242
266
 
243
- ### `src/tabpanel/styles/blockquote-tabpanel-styles.css.js`:
267
+ ### `src/tab/styles/blockquote-tab-styles.css.js`:
244
268
 
245
269
  #### Variables
246
270
 
@@ -252,30 +276,6 @@ A tab element that can be used inside a `blockquote-tabs` element.
252
276
 
253
277
  #### Exports
254
278
 
255
- | Kind | Name | Declaration | Module | Package |
256
- | ---- | -------- | ----------- | ----------------------------------------------------- | ------- |
257
- | `js` | `styles` | styles | src/tabpanel/styles/blockquote-tabpanel-styles.css.js | |
258
-
259
- ### `define/blockquote-tab.js`:
260
-
261
- #### Exports
262
-
263
- | Kind | Name | Declaration | Module | Package |
264
- | --------------------------- | ---------------- | ------------- | ------------------------- | ------- |
265
- | `custom-element-definition` | `blockquote-tab` | BlockquoteTab | /src/tab/BlockquoteTab.js | |
266
-
267
- ### `define/blockquote-tabpanel.js`:
268
-
269
- #### Exports
270
-
271
- | Kind | Name | Declaration | Module | Package |
272
- | --------------------------- | --------------------- | ------------------ | ----------------------------------- | ------- |
273
- | `custom-element-definition` | `blockquote-tabpanel` | BlockquoteTabPanel | /src/tabpanel/BlockquoteTabPanel.js | |
274
-
275
- ### `define/blockquote-tabs.js`:
276
-
277
- #### Exports
278
-
279
- | Kind | Name | Declaration | Module | Package |
280
- | --------------------------- | ----------------- | -------------- | ---------------------- | ------- |
281
- | `custom-element-definition` | `blockquote-tabs` | BlockquoteTabs | /src/BlockquoteTabs.js | |
279
+ | Kind | Name | Declaration | Module | Package |
280
+ | ---- | -------- | ----------- | ------------------------------------------- | ------- |
281
+ | `js` | `styles` | styles | src/tab/styles/blockquote-tab-styles.css.js | |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockquote-web-components/blockquote-tabs",
3
- "version": "1.4.10",
3
+ "version": "1.5.0",
4
4
  "description": "Webcomponent blockquote-tabs following open-wc recommendations",
5
5
  "keywords": [
6
6
  "lit",
@@ -115,19 +115,19 @@
115
115
  }
116
116
  },
117
117
  "dependencies": {
118
- "@blockquote-web-components/blockquote-mixin-slot-content": "^1.7.7",
118
+ "@blockquote-web-components/blockquote-mixin-slot-content": "^1.8.0",
119
119
  "@juggle/resize-observer": "^3.4.0",
120
120
  "@lit-labs/observers": "^2.0.0",
121
121
  "lit": "^3.2.0"
122
122
  },
123
123
  "devDependencies": {
124
- "@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.10.2",
125
- "@blockquote-web-components/blockquote-base-embedded-webview": "^1.11.7",
124
+ "@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.10.3",
125
+ "@blockquote-web-components/blockquote-base-embedded-webview": "^1.12.0",
126
126
  "@blockquote-web-components/blockquote-foundations-sass": "^1.1.5"
127
127
  },
128
128
  "publishConfig": {
129
129
  "access": "public"
130
130
  },
131
131
  "customElements": "custom-elements.json",
132
- "gitHead": "560bcbfc8a5f6356cfadf70ca4b0b5d4f79048b4"
132
+ "gitHead": "aa9ec4509acdc730eabf6eb87cf3f6e1e86a1688"
133
133
  }
@@ -1,3 +1,3 @@
1
- import {BlockquoteTab} from '../src/tab/BlockquoteTab.js';
1
+ import {BlockquoteTab} from '../tab/BlockquoteTab.js';
2
2
 
3
3
  window.customElements.define('blockquote-tab', BlockquoteTab);
@@ -1,3 +1,3 @@
1
- import {BlockquoteTabPanel} from '../src/tabpanel/BlockquoteTabPanel.js';
1
+ import {BlockquoteTabPanel} from '../tabpanel/BlockquoteTabPanel.js';
2
2
 
3
3
  window.customElements.define('blockquote-tabpanel', BlockquoteTabPanel);
@@ -1,4 +1,4 @@
1
- import {BlockquoteTabs} from '../src/BlockquoteTabs.js';
1
+ import {BlockquoteTabs} from '../BlockquoteTabs.js';
2
2
  import './blockquote-tab.js';
3
3
  import './blockquote-tabpanel.js';
4
4