@vaadin/email-field 25.3.0-alpha7 → 25.3.0-dev.1fa5a51482

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.
@@ -755,6 +755,17 @@
755
755
  "package": "@vaadin/field-base/src/field-mixin.js"
756
756
  }
757
757
  },
758
+ {
759
+ "type": {
760
+ "text": "string"
761
+ },
762
+ "description": "The theme variants to apply to the component.",
763
+ "name": "theme",
764
+ "inheritedFrom": {
765
+ "name": "TextField",
766
+ "package": "@vaadin/text-field/src/vaadin-text-field.js"
767
+ }
768
+ },
758
769
  {
759
770
  "name": "title",
760
771
  "type": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/email-field",
3
- "version": "25.3.0-alpha7",
3
+ "version": "25.3.0-dev.1fa5a51482",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,17 +34,17 @@
34
34
  "web-component"
35
35
  ],
36
36
  "dependencies": {
37
- "@vaadin/component-base": "25.3.0-alpha7",
38
- "@vaadin/text-field": "25.3.0-alpha7",
39
- "@vaadin/vaadin-themable-mixin": "25.3.0-alpha7",
37
+ "@vaadin/component-base": "25.3.0-dev.1fa5a51482",
38
+ "@vaadin/text-field": "25.3.0-dev.1fa5a51482",
39
+ "@vaadin/vaadin-themable-mixin": "25.3.0-dev.1fa5a51482",
40
40
  "lit": "^3.0.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@vaadin/aura": "25.3.0-alpha7",
44
- "@vaadin/chai-plugins": "25.3.0-alpha7",
45
- "@vaadin/test-runner-commands": "25.3.0-alpha7",
43
+ "@vaadin/aura": "25.3.0-dev.1fa5a51482",
44
+ "@vaadin/chai-plugins": "25.3.0-dev.1fa5a51482",
45
+ "@vaadin/test-runner-commands": "25.3.0-dev.1fa5a51482",
46
46
  "@vaadin/testing-helpers": "^2.0.0",
47
- "@vaadin/vaadin-lumo-styles": "25.3.0-alpha7",
47
+ "@vaadin/vaadin-lumo-styles": "25.3.0-dev.1fa5a51482",
48
48
  "sinon": "^22.0.0"
49
49
  },
50
50
  "customElements": "custom-elements.json",
@@ -52,5 +52,5 @@
52
52
  "web-types.json",
53
53
  "web-types.lit.json"
54
54
  ],
55
- "gitHead": "ae7b9823df5598faebd7a482993029ee489c35ae"
55
+ "gitHead": "1cd5964b758ffbce3ddb6248a1997f55f8e0ebf6"
56
56
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/email-field",
4
- "version": "25.3.0-alpha7",
4
+ "version": "25.3.0-dev.1fa5a51482",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -222,9 +222,7 @@
222
222
  "description": "The theme variants to apply to the component.",
223
223
  "value": {
224
224
  "type": [
225
- "string",
226
- "null",
227
- "undefined"
225
+ "string"
228
226
  ]
229
227
  }
230
228
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/email-field",
4
- "version": "25.3.0-alpha7",
4
+ "version": "25.3.0-dev.1fa5a51482",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {