@vaadin/checkbox-group 24.0.0-rc1 → 24.1.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/README.md CHANGED
@@ -33,7 +33,7 @@ import '@vaadin/checkbox-group';
33
33
  ## Themes
34
34
 
35
35
  Vaadin components come with two built-in [themes](https://vaadin.com/docs/latest/styling), Lumo and Material.
36
- The [main entrypoint](https://github.com/vaadin/web-components/blob/master/packages/checkbox-group/vaadin-checkbox-group.js) of the package uses the Lumo theme.
36
+ The [main entrypoint](https://github.com/vaadin/web-components/blob/main/packages/checkbox-group/vaadin-checkbox-group.js) of the package uses the Lumo theme.
37
37
 
38
38
  To use the Material theme, import the component from the `theme/material` folder:
39
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/checkbox-group",
3
- "version": "24.0.0-rc1",
3
+ "version": "24.1.0-alpha1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,12 +36,13 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/checkbox": "24.0.0-rc1",
40
- "@vaadin/component-base": "24.0.0-rc1",
41
- "@vaadin/field-base": "24.0.0-rc1",
42
- "@vaadin/vaadin-lumo-styles": "24.0.0-rc1",
43
- "@vaadin/vaadin-material-styles": "24.0.0-rc1",
44
- "@vaadin/vaadin-themable-mixin": "24.0.0-rc1"
39
+ "@vaadin/a11y-base": "24.1.0-alpha1",
40
+ "@vaadin/checkbox": "24.1.0-alpha1",
41
+ "@vaadin/component-base": "24.1.0-alpha1",
42
+ "@vaadin/field-base": "24.1.0-alpha1",
43
+ "@vaadin/vaadin-lumo-styles": "24.1.0-alpha1",
44
+ "@vaadin/vaadin-material-styles": "24.1.0-alpha1",
45
+ "@vaadin/vaadin-themable-mixin": "24.1.0-alpha1"
45
46
  },
46
47
  "devDependencies": {
47
48
  "@esm-bundle/chai": "^4.3.4",
@@ -52,5 +53,5 @@
52
53
  "web-types.json",
53
54
  "web-types.lit.json"
54
55
  ],
55
- "gitHead": "0b086e3596e400d8522b656eabc8ae44f0c483cb"
56
+ "gitHead": "599a339181595923b9ad6373d6888d8a79540141"
56
57
  }
@@ -3,9 +3,9 @@
3
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
- import { DisabledMixin } from '@vaadin/component-base/src/disabled-mixin.js';
6
+ import { DisabledMixin } from '@vaadin/a11y-base/src/disabled-mixin.js';
7
+ import { FocusMixin } from '@vaadin/a11y-base/src/focus-mixin.js';
7
8
  import { ElementMixin } from '@vaadin/component-base/src/element-mixin.js';
8
- import { FocusMixin } from '@vaadin/component-base/src/focus-mixin.js';
9
9
  import { FieldMixin } from '@vaadin/field-base/src/field-mixin.js';
10
10
  import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';
11
11
 
@@ -5,10 +5,10 @@
5
5
  */
6
6
  import { FlattenedNodesObserver } from '@polymer/polymer/lib/utils/flattened-nodes-observer.js';
7
7
  import { html, PolymerElement } from '@polymer/polymer/polymer-element.js';
8
+ import { DisabledMixin } from '@vaadin/a11y-base/src/disabled-mixin.js';
9
+ import { FocusMixin } from '@vaadin/a11y-base/src/focus-mixin.js';
8
10
  import { Checkbox } from '@vaadin/checkbox/src/vaadin-checkbox.js';
9
- import { DisabledMixin } from '@vaadin/component-base/src/disabled-mixin.js';
10
11
  import { ElementMixin } from '@vaadin/component-base/src/element-mixin.js';
11
- import { FocusMixin } from '@vaadin/component-base/src/focus-mixin.js';
12
12
  import { TooltipController } from '@vaadin/component-base/src/tooltip-controller.js';
13
13
  import { FieldMixin } from '@vaadin/field-base/src/field-mixin.js';
14
14
  import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.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-rc1",
4
+ "version": "24.1.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/checkbox-group",
4
- "version": "24.0.0-rc1",
4
+ "version": "24.1.0-alpha1",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {