@vaadin/checkbox-group 24.0.0-alpha7 → 24.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/checkbox-group",
3
- "version": "24.0.0-alpha7",
3
+ "version": "24.0.0-alpha8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,12 +36,12 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/checkbox": "24.0.0-alpha7",
40
- "@vaadin/component-base": "24.0.0-alpha7",
41
- "@vaadin/field-base": "24.0.0-alpha7",
42
- "@vaadin/vaadin-lumo-styles": "24.0.0-alpha7",
43
- "@vaadin/vaadin-material-styles": "24.0.0-alpha7",
44
- "@vaadin/vaadin-themable-mixin": "24.0.0-alpha7"
39
+ "@vaadin/checkbox": "24.0.0-alpha8",
40
+ "@vaadin/component-base": "24.0.0-alpha8",
41
+ "@vaadin/field-base": "24.0.0-alpha8",
42
+ "@vaadin/vaadin-lumo-styles": "24.0.0-alpha8",
43
+ "@vaadin/vaadin-material-styles": "24.0.0-alpha8",
44
+ "@vaadin/vaadin-themable-mixin": "24.0.0-alpha8"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@esm-bundle/chai": "^4.3.4",
@@ -52,5 +52,5 @@
52
52
  "web-types.json",
53
53
  "web-types.lit.json"
54
54
  ],
55
- "gitHead": "aeb4535336813636736759e0a5de148b26bfc3b6"
55
+ "gitHead": "476752249bb12295c500980d98a3256ad3b22b73"
56
56
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2018 - 2022 Vaadin Ltd.
3
+ * Copyright (c) 2018 - 2023 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { DisabledMixin } from '@vaadin/component-base/src/disabled-mixin.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2018 - 2022 Vaadin Ltd.
3
+ * Copyright (c) 2018 - 2023 Vaadin Ltd.
4
4
  * This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
5
5
  */
6
6
  import { FlattenedNodesObserver } from '@polymer/polymer/lib/utils/flattened-nodes-observer.js';
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/checkbox-group",
4
- "version": "24.0.0-alpha7",
4
+ "version": "24.0.0-alpha8",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -101,44 +101,6 @@
101
101
  ]
102
102
  }
103
103
  },
104
- {
105
- "name": "rootPath",
106
- "description": "",
107
- "value": {
108
- "type": [
109
- "string"
110
- ]
111
- }
112
- },
113
- {
114
- "name": "importPath",
115
- "description": "",
116
- "value": {
117
- "type": [
118
- "string"
119
- ]
120
- }
121
- },
122
- {
123
- "name": "root",
124
- "description": "",
125
- "value": {
126
- "type": [
127
- "StampedTemplate",
128
- "HTMLElement",
129
- "ShadowRoot"
130
- ]
131
- }
132
- },
133
- {
134
- "name": "$",
135
- "description": "",
136
- "value": {
137
- "type": [
138
- "Object.<string, Element>"
139
- ]
140
- }
141
- },
142
104
  {
143
105
  "name": "label",
144
106
  "description": "The label text for the input node.\nWhen no light dom defined via [slot=label], this value will be used.",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/checkbox-group",
4
- "version": "24.0.0-alpha7",
4
+ "version": "24.0.0-alpha8",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {
@@ -40,34 +40,6 @@
40
40
  "kind": "expression"
41
41
  }
42
42
  },
43
- {
44
- "name": ".rootPath",
45
- "description": "",
46
- "value": {
47
- "kind": "expression"
48
- }
49
- },
50
- {
51
- "name": ".importPath",
52
- "description": "",
53
- "value": {
54
- "kind": "expression"
55
- }
56
- },
57
- {
58
- "name": ".root",
59
- "description": "",
60
- "value": {
61
- "kind": "expression"
62
- }
63
- },
64
- {
65
- "name": ".$",
66
- "description": "",
67
- "value": {
68
- "kind": "expression"
69
- }
70
- },
71
43
  {
72
44
  "name": ".label",
73
45
  "description": "The label text for the input node.\nWhen no light dom defined via [slot=label], this value will be used.",