@vaadin/password-field 25.3.0-alpha7 → 25.3.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.
@@ -991,6 +991,17 @@
991
991
  "module": "src/vaadin-password-field-mixin.js"
992
992
  }
993
993
  },
994
+ {
995
+ "type": {
996
+ "text": "string"
997
+ },
998
+ "description": "The theme variants to apply to the component.",
999
+ "name": "theme",
1000
+ "inheritedFrom": {
1001
+ "name": "TextField",
1002
+ "package": "@vaadin/text-field/src/vaadin-text-field.js"
1003
+ }
1004
+ },
994
1005
  {
995
1006
  "name": "title",
996
1007
  "type": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/password-field",
3
- "version": "25.3.0-alpha7",
3
+ "version": "25.3.0-alpha8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,20 +35,20 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/a11y-base": "25.3.0-alpha7",
39
- "@vaadin/button": "25.3.0-alpha7",
40
- "@vaadin/component-base": "25.3.0-alpha7",
41
- "@vaadin/field-base": "25.3.0-alpha7",
42
- "@vaadin/text-field": "25.3.0-alpha7",
43
- "@vaadin/vaadin-themable-mixin": "25.3.0-alpha7",
38
+ "@vaadin/a11y-base": "25.3.0-alpha8",
39
+ "@vaadin/button": "25.3.0-alpha8",
40
+ "@vaadin/component-base": "25.3.0-alpha8",
41
+ "@vaadin/field-base": "25.3.0-alpha8",
42
+ "@vaadin/text-field": "25.3.0-alpha8",
43
+ "@vaadin/vaadin-themable-mixin": "25.3.0-alpha8",
44
44
  "lit": "^3.0.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@vaadin/aura": "25.3.0-alpha7",
48
- "@vaadin/chai-plugins": "25.3.0-alpha7",
49
- "@vaadin/test-runner-commands": "25.3.0-alpha7",
47
+ "@vaadin/aura": "25.3.0-alpha8",
48
+ "@vaadin/chai-plugins": "25.3.0-alpha8",
49
+ "@vaadin/test-runner-commands": "25.3.0-alpha8",
50
50
  "@vaadin/testing-helpers": "^2.0.0",
51
- "@vaadin/vaadin-lumo-styles": "25.3.0-alpha7",
51
+ "@vaadin/vaadin-lumo-styles": "25.3.0-alpha8",
52
52
  "sinon": "^22.0.0"
53
53
  },
54
54
  "customElements": "custom-elements.json",
@@ -56,5 +56,5 @@
56
56
  "web-types.json",
57
57
  "web-types.lit.json"
58
58
  ],
59
- "gitHead": "ae7b9823df5598faebd7a482993029ee489c35ae"
59
+ "gitHead": "ccbb4aaffb63c745c6da0426b532d4d05e47af29"
60
60
  }
@@ -15,6 +15,7 @@ import { passwordFieldButton } from './styles/vaadin-password-field-button-base-
15
15
  /**
16
16
  * An element used internally by `<vaadin-password-field>`. Not intended to be used separately.
17
17
  *
18
+ * @attr {string} theme - The theme variants to apply to the component.
18
19
  * @customElement vaadin-password-field-button
19
20
  * @extends HTMLElement
20
21
  * @private
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/password-field",
4
- "version": "25.3.0-alpha7",
4
+ "version": "25.3.0-alpha8",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -231,9 +231,7 @@
231
231
  "description": "The theme variants to apply to the component.",
232
232
  "value": {
233
233
  "type": [
234
- "string",
235
- "null",
236
- "undefined"
234
+ "string"
237
235
  ]
238
236
  }
239
237
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/password-field",
4
- "version": "25.3.0-alpha7",
4
+ "version": "25.3.0-alpha8",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {