@vaadin/custom-field 24.4.0-dev.223e39f050 → 24.4.0-dev.4b20a0c55

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
@@ -5,7 +5,6 @@ A web component for wrapping multiple components as a single field.
5
5
  [Documentation + Live Demo ↗](https://vaadin.com/docs/latest/components/custom-field)
6
6
 
7
7
  [![npm version](https://badgen.net/npm/v/@vaadin/custom-field)](https://www.npmjs.com/package/@vaadin/custom-field)
8
- [![Discord](https://img.shields.io/discord/732335336448852018?label=discord)](https://discord.gg/PHmkCKC)
9
8
 
10
9
  ```html
11
10
  <vaadin-custom-field label="Enrollment period" helper-text="Cannot be longer than 30 days" required>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/custom-field",
3
- "version": "24.4.0-dev.223e39f050",
3
+ "version": "24.4.0-dev.4b20a0c55",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -38,32 +38,32 @@
38
38
  "dependencies": {
39
39
  "@open-wc/dedupe-mixin": "^1.3.0",
40
40
  "@polymer/polymer": "^3.0.0",
41
- "@vaadin/a11y-base": "24.4.0-dev.223e39f050",
42
- "@vaadin/component-base": "24.4.0-dev.223e39f050",
43
- "@vaadin/field-base": "24.4.0-dev.223e39f050",
44
- "@vaadin/vaadin-lumo-styles": "24.4.0-dev.223e39f050",
45
- "@vaadin/vaadin-material-styles": "24.4.0-dev.223e39f050",
46
- "@vaadin/vaadin-themable-mixin": "24.4.0-dev.223e39f050",
41
+ "@vaadin/a11y-base": "24.4.0-dev.4b20a0c55",
42
+ "@vaadin/component-base": "24.4.0-dev.4b20a0c55",
43
+ "@vaadin/field-base": "24.4.0-dev.4b20a0c55",
44
+ "@vaadin/vaadin-lumo-styles": "24.4.0-dev.4b20a0c55",
45
+ "@vaadin/vaadin-material-styles": "24.4.0-dev.4b20a0c55",
46
+ "@vaadin/vaadin-themable-mixin": "24.4.0-dev.4b20a0c55",
47
47
  "lit": "^3.0.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@esm-bundle/chai": "^4.3.4",
51
- "@vaadin/combo-box": "24.4.0-dev.223e39f050",
52
- "@vaadin/date-picker": "24.4.0-dev.223e39f050",
53
- "@vaadin/email-field": "24.4.0-dev.223e39f050",
54
- "@vaadin/form-layout": "24.4.0-dev.223e39f050",
55
- "@vaadin/number-field": "24.4.0-dev.223e39f050",
56
- "@vaadin/password-field": "24.4.0-dev.223e39f050",
57
- "@vaadin/select": "24.4.0-dev.223e39f050",
51
+ "@vaadin/combo-box": "24.4.0-dev.4b20a0c55",
52
+ "@vaadin/date-picker": "24.4.0-dev.4b20a0c55",
53
+ "@vaadin/email-field": "24.4.0-dev.4b20a0c55",
54
+ "@vaadin/form-layout": "24.4.0-dev.4b20a0c55",
55
+ "@vaadin/number-field": "24.4.0-dev.4b20a0c55",
56
+ "@vaadin/password-field": "24.4.0-dev.4b20a0c55",
57
+ "@vaadin/select": "24.4.0-dev.4b20a0c55",
58
58
  "@vaadin/testing-helpers": "^0.6.0",
59
- "@vaadin/text-area": "24.4.0-dev.223e39f050",
60
- "@vaadin/text-field": "24.4.0-dev.223e39f050",
61
- "@vaadin/time-picker": "24.4.0-dev.223e39f050",
59
+ "@vaadin/text-area": "24.4.0-dev.4b20a0c55",
60
+ "@vaadin/text-field": "24.4.0-dev.4b20a0c55",
61
+ "@vaadin/time-picker": "24.4.0-dev.4b20a0c55",
62
62
  "sinon": "^13.0.2"
63
63
  },
64
64
  "web-types": [
65
65
  "web-types.json",
66
66
  "web-types.lit.json"
67
67
  ],
68
- "gitHead": "5e2e3bfc811c95aed9354235fab93fdbf43eb354"
68
+ "gitHead": "b79c81e5f6fd24684b34ee0dc434e94d943ea13e"
69
69
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2019 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2019 - 2024 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 type { Constructor } from '@open-wc/dedupe-mixin';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2019 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2019 - 2024 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 { FocusMixin } from '@vaadin/a11y-base/src/focus-mixin.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2019 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2019 - 2024 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 type { CSSResult } from 'lit';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2019 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2019 - 2024 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 { css } from 'lit';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2019 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2019 - 2024 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 { ElementMixin } from '@vaadin/component-base/src/element-mixin.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2019 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2019 - 2024 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 { html, PolymerElement } from '@polymer/polymer/polymer-element.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2019 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2019 - 2024 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 '@vaadin/vaadin-lumo-styles/color.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2019 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2019 - 2024 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 './vaadin-custom-field-styles.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2019 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2019 - 2024 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 '@vaadin/vaadin-material-styles/color.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2019 - 2023 Vaadin Ltd.
3
+ * Copyright (c) 2019 - 2024 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 './vaadin-custom-field-styles.js';