@vaadin/map 24.8.5 → 24.9.0-alpha1

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/map",
3
- "version": "24.8.5",
3
+ "version": "24.9.0-alpha1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -37,17 +37,17 @@
37
37
  "dependencies": {
38
38
  "@open-wc/dedupe-mixin": "^1.3.0",
39
39
  "@polymer/polymer": "^3.0.0",
40
- "@vaadin/a11y-base": "~24.8.5",
41
- "@vaadin/component-base": "~24.8.5",
42
- "@vaadin/vaadin-lumo-styles": "~24.8.5",
43
- "@vaadin/vaadin-material-styles": "~24.8.5",
44
- "@vaadin/vaadin-themable-mixin": "~24.8.5",
40
+ "@vaadin/a11y-base": "24.9.0-alpha1",
41
+ "@vaadin/component-base": "24.9.0-alpha1",
42
+ "@vaadin/vaadin-lumo-styles": "24.9.0-alpha1",
43
+ "@vaadin/vaadin-material-styles": "24.9.0-alpha1",
44
+ "@vaadin/vaadin-themable-mixin": "24.9.0-alpha1",
45
45
  "lit": "^3.0.0",
46
46
  "ol": "6.13.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@vaadin/chai-plugins": "~24.8.5",
50
- "@vaadin/test-runner-commands": "~24.8.5",
49
+ "@vaadin/chai-plugins": "24.9.0-alpha1",
50
+ "@vaadin/test-runner-commands": "24.9.0-alpha1",
51
51
  "@vaadin/testing-helpers": "^1.1.0",
52
52
  "sinon": "^18.0.0"
53
53
  },
@@ -56,5 +56,5 @@
56
56
  "web-types.json",
57
57
  "web-types.lit.json"
58
58
  ],
59
- "gitHead": "a519b0d2b1d09d1ddaa4ff6829819f8a2be30ad8"
59
+ "gitHead": "cc13d59f0e3cd1a3b0c19c1a900a5308446fe7ac"
60
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/map",
4
- "version": "24.8.5",
4
+ "version": "24.9.0-alpha1",
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.8.5",
4
+ "version": "24.9.0-alpha1",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {
@@ -1,48 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright (c) 2000 - 2025 Vaadin Ltd.
4
- *
5
- * This program is available under Vaadin Commercial License and Service Terms.
6
- *
7
- *
8
- * See https://vaadin.com/commercial-license-and-service-terms for the full
9
- * license.
10
- */
11
- import { html, LitElement } from 'lit';
12
- import { defineCustomElement } from '@vaadin/component-base/src/define.js';
13
- import { ElementMixin } from '@vaadin/component-base/src/element-mixin.js';
14
- import { PolylitMixin } from '@vaadin/component-base/src/polylit-mixin.js';
15
- import { ThemableMixin } from '@vaadin/vaadin-themable-mixin';
16
- import { MapMixin } from './vaadin-map-mixin.js';
17
- import { mapStyles } from './vaadin-map-styles.js';
18
-
19
- /**
20
- * LitElement based version of `<vaadin-map>` web component.
21
- *
22
- * ## Disclaimer
23
- *
24
- * This component is an experiment and not yet a part of Vaadin platform.
25
- * There is no ETA regarding specific Vaadin version where it'll land.
26
- */
27
- class Map extends MapMixin(ThemableMixin(ElementMixin(PolylitMixin(LitElement)))) {
28
- static get is() {
29
- return 'vaadin-map';
30
- }
31
-
32
- static get cvdlName() {
33
- return 'vaadin-map';
34
- }
35
-
36
- static get styles() {
37
- return mapStyles;
38
- }
39
-
40
- /** @protected */
41
- render() {
42
- return html``;
43
- }
44
- }
45
-
46
- defineCustomElement(Map);
47
-
48
- export { Map };
@@ -1,12 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright (c) 2000 - 2025 Vaadin Ltd.
4
- *
5
- * This program is available under Vaadin Commercial License and Service Terms.
6
- *
7
- *
8
- * See https://vaadin.com/commercial-license-and-service-terms for the full
9
- * license.
10
- */
11
- import './vaadin-map-styles.js';
12
- import '../../src/vaadin-lit-map.js';
@@ -1,12 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright (c) 2000 - 2025 Vaadin Ltd.
4
- *
5
- * This program is available under Vaadin Commercial License and Service Terms.
6
- *
7
- *
8
- * See https://vaadin.com/commercial-license-and-service-terms for the full
9
- * license.
10
- */
11
- import './vaadin-map-styles.js';
12
- import '../../src/vaadin-lit-map.js';
@@ -1,12 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright (c) 2000 - 2025 Vaadin Ltd.
4
- *
5
- * This program is available under Vaadin Commercial License and Service Terms.
6
- *
7
- *
8
- * See https://vaadin.com/commercial-license-and-service-terms for the full
9
- * license.
10
- */
11
- import './vaadin-map-styles.js';
12
- import '../../src/vaadin-lit-map.js';
@@ -1,12 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright (c) 2000 - 2025 Vaadin Ltd.
4
- *
5
- * This program is available under Vaadin Commercial License and Service Terms.
6
- *
7
- *
8
- * See https://vaadin.com/commercial-license-and-service-terms for the full
9
- * license.
10
- */
11
- import './vaadin-map-styles.js';
12
- import '../../src/vaadin-lit-map.js';
@@ -1 +0,0 @@
1
- export * from './vaadin-map.js';
package/vaadin-lit-map.js DELETED
@@ -1,2 +0,0 @@
1
- import './theme/lumo/vaadin-lit-map.js';
2
- export * from './src/vaadin-lit-map.js';