@vaadin/map 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.
@@ -91,6 +91,15 @@
91
91
  }
92
92
  }
93
93
  ],
94
+ "attributes": [
95
+ {
96
+ "type": {
97
+ "text": "string"
98
+ },
99
+ "description": "The theme variants to apply to the component.",
100
+ "name": "theme"
101
+ }
102
+ ],
94
103
  "mixins": [
95
104
  {
96
105
  "name": "MapMixin",
@@ -119,7 +128,6 @@
119
128
  },
120
129
  "tagName": "vaadin-map",
121
130
  "customElement": true,
122
- "attributes": [],
123
131
  "events": []
124
132
  }
125
133
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/map",
3
- "version": "25.3.0-alpha6",
3
+ "version": "25.3.0-alpha8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,18 +35,18 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/a11y-base": "25.3.0-alpha6",
39
- "@vaadin/component-base": "25.3.0-alpha6",
40
- "@vaadin/vaadin-themable-mixin": "25.3.0-alpha6",
38
+ "@vaadin/a11y-base": "25.3.0-alpha8",
39
+ "@vaadin/component-base": "25.3.0-alpha8",
40
+ "@vaadin/vaadin-themable-mixin": "25.3.0-alpha8",
41
41
  "lit": "^3.0.0",
42
42
  "ol": "10.6.1"
43
43
  },
44
44
  "devDependencies": {
45
- "@vaadin/aura": "25.3.0-alpha6",
46
- "@vaadin/chai-plugins": "25.3.0-alpha6",
47
- "@vaadin/test-runner-commands": "25.3.0-alpha6",
45
+ "@vaadin/aura": "25.3.0-alpha8",
46
+ "@vaadin/chai-plugins": "25.3.0-alpha8",
47
+ "@vaadin/test-runner-commands": "25.3.0-alpha8",
48
48
  "@vaadin/testing-helpers": "^2.0.0",
49
- "@vaadin/vaadin-lumo-styles": "25.3.0-alpha6",
49
+ "@vaadin/vaadin-lumo-styles": "25.3.0-alpha8",
50
50
  "sinon": "^22.0.0"
51
51
  },
52
52
  "cvdlName": "vaadin-map",
@@ -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
  }
package/src/vaadin-map.js CHANGED
@@ -50,6 +50,7 @@ import { MapMixin } from './vaadin-map-mixin.js';
50
50
  * </script>
51
51
  * ```
52
52
  *
53
+ * @attr {string} theme - The theme variants to apply to the component.
53
54
  * @customElement vaadin-map
54
55
  * @extends HTMLElement
55
56
  */
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/map",
4
- "version": "25.3.0-alpha6",
4
+ "version": "25.3.0-alpha8",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -15,9 +15,7 @@
15
15
  "description": "The theme variants to apply to the component.",
16
16
  "value": {
17
17
  "type": [
18
- "string",
19
- "null",
20
- "undefined"
18
+ "string"
21
19
  ]
22
20
  }
23
21
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/map",
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": {