@vaadin/avatar 25.3.0-alpha6 → 25.3.0-alpha8

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.
@@ -267,34 +267,6 @@
267
267
  }
268
268
  }
269
269
  ],
270
- "mixins": [
271
- {
272
- "name": "AvatarMixin",
273
- "module": "src/vaadin-avatar-mixin.js"
274
- },
275
- {
276
- "name": "ElementMixin",
277
- "package": "@vaadin/component-base/src/element-mixin.js"
278
- },
279
- {
280
- "name": "ThemableMixin",
281
- "package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
282
- },
283
- {
284
- "name": "PolylitMixin",
285
- "package": "@vaadin/component-base/src/polylit-mixin.js"
286
- },
287
- {
288
- "name": "LumoInjectionMixin",
289
- "package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
290
- }
291
- ],
292
- "superclass": {
293
- "name": "LitElement",
294
- "package": "lit"
295
- },
296
- "tagName": "vaadin-avatar",
297
- "customElement": true,
298
270
  "attributes": [
299
271
  {
300
272
  "name": "abbr",
@@ -356,6 +328,13 @@
356
328
  "module": "src/vaadin-avatar-mixin.js"
357
329
  }
358
330
  },
331
+ {
332
+ "type": {
333
+ "text": "string"
334
+ },
335
+ "description": "The theme variants to apply to the component.",
336
+ "name": "theme"
337
+ },
359
338
  {
360
339
  "name": "with-tooltip",
361
340
  "type": {
@@ -369,6 +348,34 @@
369
348
  }
370
349
  }
371
350
  ],
351
+ "mixins": [
352
+ {
353
+ "name": "AvatarMixin",
354
+ "module": "src/vaadin-avatar-mixin.js"
355
+ },
356
+ {
357
+ "name": "ElementMixin",
358
+ "package": "@vaadin/component-base/src/element-mixin.js"
359
+ },
360
+ {
361
+ "name": "ThemableMixin",
362
+ "package": "@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js"
363
+ },
364
+ {
365
+ "name": "PolylitMixin",
366
+ "package": "@vaadin/component-base/src/polylit-mixin.js"
367
+ },
368
+ {
369
+ "name": "LumoInjectionMixin",
370
+ "package": "@vaadin/vaadin-themable-mixin/lumo-injection-mixin.js"
371
+ }
372
+ ],
373
+ "superclass": {
374
+ "name": "LitElement",
375
+ "package": "lit"
376
+ },
377
+ "tagName": "vaadin-avatar",
378
+ "customElement": true,
372
379
  "events": []
373
380
  }
374
381
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/avatar",
3
- "version": "25.3.0-alpha6",
3
+ "version": "25.3.0-alpha8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,18 +36,18 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@open-wc/dedupe-mixin": "^1.3.0",
39
- "@vaadin/a11y-base": "25.3.0-alpha6",
40
- "@vaadin/component-base": "25.3.0-alpha6",
41
- "@vaadin/tooltip": "25.3.0-alpha6",
42
- "@vaadin/vaadin-themable-mixin": "25.3.0-alpha6",
39
+ "@vaadin/a11y-base": "25.3.0-alpha8",
40
+ "@vaadin/component-base": "25.3.0-alpha8",
41
+ "@vaadin/tooltip": "25.3.0-alpha8",
42
+ "@vaadin/vaadin-themable-mixin": "25.3.0-alpha8",
43
43
  "lit": "^3.0.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@vaadin/aura": "25.3.0-alpha6",
47
- "@vaadin/chai-plugins": "25.3.0-alpha6",
48
- "@vaadin/test-runner-commands": "25.3.0-alpha6",
46
+ "@vaadin/aura": "25.3.0-alpha8",
47
+ "@vaadin/chai-plugins": "25.3.0-alpha8",
48
+ "@vaadin/test-runner-commands": "25.3.0-alpha8",
49
49
  "@vaadin/testing-helpers": "^2.0.0",
50
- "@vaadin/vaadin-lumo-styles": "25.3.0-alpha6",
50
+ "@vaadin/vaadin-lumo-styles": "25.3.0-alpha8",
51
51
  "sinon": "^22.0.0"
52
52
  },
53
53
  "customElements": "custom-elements.json",
@@ -55,5 +55,5 @@
55
55
  "web-types.json",
56
56
  "web-types.lit.json"
57
57
  ],
58
- "gitHead": "92c124fb9cff367bc07e734d8e65707facd0bd43"
58
+ "gitHead": "ccbb4aaffb63c745c6da0426b532d4d05e47af29"
59
59
  }
@@ -54,6 +54,7 @@ import { AvatarMixin } from './vaadin-avatar-mixin.js';
54
54
  *
55
55
  * See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
56
56
  *
57
+ * @attr {string} theme - The theme variants to apply to the component.
57
58
  * @customElement vaadin-avatar
58
59
  * @extends HTMLElement
59
60
  */
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/avatar",
4
- "version": "25.3.0-alpha6",
4
+ "version": "25.3.0-alpha8",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -51,9 +51,7 @@
51
51
  "description": "The theme variants to apply to the component.",
52
52
  "value": {
53
53
  "type": [
54
- "string",
55
- "null",
56
- "undefined"
54
+ "string"
57
55
  ]
58
56
  }
59
57
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/avatar",
4
- "version": "25.3.0-alpha6",
4
+ "version": "25.3.0-alpha8",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {