@vaadin/map 24.4.6 → 24.5.0-alpha10

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
@@ -30,7 +30,7 @@ import '@vaadin/map';
30
30
 
31
31
  ## Contributing
32
32
 
33
- Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.
33
+ Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.
34
34
 
35
35
  ## License
36
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/map",
3
- "version": "24.4.6",
3
+ "version": "24.5.0-alpha10",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,22 +36,22 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/a11y-base": "~24.4.6",
40
- "@vaadin/component-base": "~24.4.6",
41
- "@vaadin/vaadin-lumo-styles": "~24.4.6",
42
- "@vaadin/vaadin-material-styles": "~24.4.6",
43
- "@vaadin/vaadin-themable-mixin": "~24.4.6",
39
+ "@vaadin/a11y-base": "24.5.0-alpha10",
40
+ "@vaadin/component-base": "24.5.0-alpha10",
41
+ "@vaadin/vaadin-lumo-styles": "24.5.0-alpha10",
42
+ "@vaadin/vaadin-material-styles": "24.5.0-alpha10",
43
+ "@vaadin/vaadin-themable-mixin": "24.5.0-alpha10",
44
44
  "ol": "6.13.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@esm-bundle/chai": "^4.3.4",
48
- "@vaadin/testing-helpers": "^0.6.0",
49
- "sinon": "^13.0.2"
47
+ "@vaadin/chai-plugins": "24.5.0-alpha10",
48
+ "@vaadin/testing-helpers": "^1.0.0",
49
+ "sinon": "^18.0.0"
50
50
  },
51
51
  "cvdlName": "vaadin-map",
52
52
  "web-types": [
53
53
  "web-types.json",
54
54
  "web-types.lit.json"
55
55
  ],
56
- "gitHead": "46d3cdb72eb99d544c7bb86c3de95043b9e5857f"
56
+ "gitHead": "6f9c37308031af872a98017bfab4de89aeacda51"
57
57
  }
@@ -61,7 +61,9 @@ registerStyles(
61
61
 
62
62
  .ol-control {
63
63
  border-radius: var(--lumo-border-radius-m);
64
- transition: 0.15s box-shadow, 0.15s background-color;
64
+ transition:
65
+ 0.15s box-shadow,
66
+ 0.15s background-color;
65
67
  -webkit-backdrop-filter: blur(8px);
66
68
  }
67
69
 
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": "24.4.6",
4
+ "version": "24.5.0-alpha10",
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/map",
4
- "version": "24.4.6",
4
+ "version": "24.5.0-alpha10",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {