@vaadin/checkbox-group
Advanced tools
Comparing version 24.0.0-alpha7 to 24.0.0-alpha8
{ | ||
"name": "@vaadin/checkbox-group", | ||
"version": "24.0.0-alpha7", | ||
"version": "24.0.0-alpha8", | ||
"publishConfig": { | ||
@@ -39,8 +39,8 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/checkbox": "24.0.0-alpha7", | ||
"@vaadin/component-base": "24.0.0-alpha7", | ||
"@vaadin/field-base": "24.0.0-alpha7", | ||
"@vaadin/vaadin-lumo-styles": "24.0.0-alpha7", | ||
"@vaadin/vaadin-material-styles": "24.0.0-alpha7", | ||
"@vaadin/vaadin-themable-mixin": "24.0.0-alpha7" | ||
"@vaadin/checkbox": "24.0.0-alpha8", | ||
"@vaadin/component-base": "24.0.0-alpha8", | ||
"@vaadin/field-base": "24.0.0-alpha8", | ||
"@vaadin/vaadin-lumo-styles": "24.0.0-alpha8", | ||
"@vaadin/vaadin-material-styles": "24.0.0-alpha8", | ||
"@vaadin/vaadin-themable-mixin": "24.0.0-alpha8" | ||
}, | ||
@@ -56,3 +56,3 @@ "devDependencies": { | ||
], | ||
"gitHead": "aeb4535336813636736759e0a5de148b26bfc3b6" | ||
"gitHead": "476752249bb12295c500980d98a3256ad3b22b73" | ||
} |
/** | ||
* @license | ||
* Copyright (c) 2018 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2018 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
/** | ||
* @license | ||
* Copyright (c) 2018 - 2022 Vaadin Ltd. | ||
* Copyright (c) 2018 - 2023 Vaadin Ltd. | ||
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
@@ -5,0 +5,0 @@ */ |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/checkbox-group", | ||
"version": "24.0.0-alpha7", | ||
"version": "24.0.0-alpha8", | ||
"description-markup": "markdown", | ||
@@ -105,40 +105,2 @@ "contributions": { | ||
{ | ||
"name": "rootPath", | ||
"description": "", | ||
"value": { | ||
"type": [ | ||
"string" | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "importPath", | ||
"description": "", | ||
"value": { | ||
"type": [ | ||
"string" | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "root", | ||
"description": "", | ||
"value": { | ||
"type": [ | ||
"StampedTemplate", | ||
"HTMLElement", | ||
"ShadowRoot" | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "$", | ||
"description": "", | ||
"value": { | ||
"type": [ | ||
"Object.<string, Element>" | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "label", | ||
@@ -145,0 +107,0 @@ "description": "The label text for the input node.\nWhen no light dom defined via [slot=label], this value will be used.", |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/checkbox-group", | ||
"version": "24.0.0-alpha7", | ||
"version": "24.0.0-alpha8", | ||
"description-markup": "markdown", | ||
@@ -44,30 +44,2 @@ "framework": "lit", | ||
{ | ||
"name": ".rootPath", | ||
"description": "", | ||
"value": { | ||
"kind": "expression" | ||
} | ||
}, | ||
{ | ||
"name": ".importPath", | ||
"description": "", | ||
"value": { | ||
"kind": "expression" | ||
} | ||
}, | ||
{ | ||
"name": ".root", | ||
"description": "", | ||
"value": { | ||
"kind": "expression" | ||
} | ||
}, | ||
{ | ||
"name": ".$", | ||
"description": "", | ||
"value": { | ||
"kind": "expression" | ||
} | ||
}, | ||
{ | ||
"name": ".label", | ||
@@ -74,0 +46,0 @@ "description": "The label text for the input node.\nWhen no light dom defined via [slot=label], this value will be used.", |
44184
801
+ Added@vaadin/checkbox@24.0.0-alpha8(transitive)
+ Added@vaadin/component-base@24.0.0-alpha8(transitive)
+ Added@vaadin/field-base@24.0.0-alpha8(transitive)
+ Added@vaadin/icon@24.0.0-alpha8(transitive)
+ Added@vaadin/vaadin-lumo-styles@24.0.0-alpha8(transitive)
+ Added@vaadin/vaadin-material-styles@24.0.0-alpha8(transitive)
+ Added@vaadin/vaadin-themable-mixin@24.0.0-alpha8(transitive)
- Removed@vaadin/checkbox@24.0.0-alpha7(transitive)
- Removed@vaadin/component-base@24.0.0-alpha7(transitive)
- Removed@vaadin/field-base@24.0.0-alpha7(transitive)
- Removed@vaadin/icon@24.0.0-alpha7(transitive)
- Removed@vaadin/vaadin-lumo-styles@24.0.0-alpha7(transitive)
- Removed@vaadin/vaadin-material-styles@24.0.0-alpha7(transitive)
- Removed@vaadin/vaadin-themable-mixin@24.0.0-alpha7(transitive)