@vaadin/avatar 24.8.0-alpha1 → 24.8.0-alpha3

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": "@vaadin/avatar",
3
- "version": "24.8.0-alpha1",
3
+ "version": "24.8.0-alpha3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -38,17 +38,17 @@
38
38
  "dependencies": {
39
39
  "@open-wc/dedupe-mixin": "^1.3.0",
40
40
  "@polymer/polymer": "^3.0.0",
41
- "@vaadin/a11y-base": "24.8.0-alpha1",
42
- "@vaadin/component-base": "24.8.0-alpha1",
43
- "@vaadin/tooltip": "24.8.0-alpha1",
44
- "@vaadin/vaadin-lumo-styles": "24.8.0-alpha1",
45
- "@vaadin/vaadin-material-styles": "24.8.0-alpha1",
46
- "@vaadin/vaadin-themable-mixin": "24.8.0-alpha1",
41
+ "@vaadin/a11y-base": "24.8.0-alpha3",
42
+ "@vaadin/component-base": "24.8.0-alpha3",
43
+ "@vaadin/tooltip": "24.8.0-alpha3",
44
+ "@vaadin/vaadin-lumo-styles": "24.8.0-alpha3",
45
+ "@vaadin/vaadin-material-styles": "24.8.0-alpha3",
46
+ "@vaadin/vaadin-themable-mixin": "24.8.0-alpha3",
47
47
  "lit": "^3.0.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@vaadin/chai-plugins": "24.8.0-alpha1",
51
- "@vaadin/test-runner-commands": "24.8.0-alpha1",
50
+ "@vaadin/chai-plugins": "24.8.0-alpha3",
51
+ "@vaadin/test-runner-commands": "24.8.0-alpha3",
52
52
  "@vaadin/testing-helpers": "^1.1.0",
53
53
  "sinon": "^18.0.0"
54
54
  },
@@ -56,5 +56,5 @@
56
56
  "web-types.json",
57
57
  "web-types.lit.json"
58
58
  ],
59
- "gitHead": "dfec8767c5d1c343ae689c93429c3364f4182f76"
59
+ "gitHead": "8c49e2337a1905ae68d0d7aee2e672500ea72343"
60
60
  }
@@ -5,11 +5,11 @@
5
5
  */
6
6
  import type { Constructor } from '@open-wc/dedupe-mixin';
7
7
  import type { FocusMixinClass } from '@vaadin/a11y-base/src/focus-mixin.js';
8
- import type { I18nMixinClass, PartialI18n } from '@vaadin/component-base/src/i18n-mixin.js';
8
+ import type { I18nMixinClass } from '@vaadin/component-base/src/i18n-mixin.js';
9
9
 
10
- export type AvatarI18n = PartialI18n<{
11
- anonymous: string;
12
- }>;
10
+ export interface AvatarI18n {
11
+ anonymous?: string;
12
+ }
13
13
 
14
14
  /**
15
15
  * A mixin providing common avatar functionality.
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": "24.8.0-alpha1",
4
+ "version": "24.8.0-alpha3",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/avatar",
4
- "version": "24.8.0-alpha1",
4
+ "version": "24.8.0-alpha3",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {