@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.
- package/custom-elements.json +9 -1
- package/package.json +9 -9
- package/src/vaadin-map.js +1 -0
- package/web-types.json +2 -4
- package/web-types.lit.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -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-
|
|
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-
|
|
39
|
-
"@vaadin/component-base": "25.3.0-
|
|
40
|
-
"@vaadin/vaadin-themable-mixin": "25.3.0-
|
|
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-
|
|
46
|
-
"@vaadin/chai-plugins": "25.3.0-
|
|
47
|
-
"@vaadin/test-runner-commands": "25.3.0-
|
|
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-
|
|
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": "
|
|
58
|
+
"gitHead": "ccbb4aaffb63c745c6da0426b532d4d05e47af29"
|
|
59
59
|
}
|
package/src/vaadin-map.js
CHANGED
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-
|
|
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
|
}
|