@vaadin/input-container 23.0.9 → 23.0.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/input-container",
3
- "version": "23.0.9",
3
+ "version": "23.0.12",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -32,16 +32,16 @@
32
32
  ],
33
33
  "dependencies": {
34
34
  "@polymer/polymer": "^3.0.0",
35
- "@vaadin/component-base": "^23.0.9",
36
- "@vaadin/vaadin-lumo-styles": "^23.0.9",
37
- "@vaadin/vaadin-material-styles": "^23.0.9",
38
- "@vaadin/vaadin-themable-mixin": "^23.0.9"
35
+ "@vaadin/component-base": "^23.0.12",
36
+ "@vaadin/vaadin-lumo-styles": "^23.0.12",
37
+ "@vaadin/vaadin-material-styles": "^23.0.12",
38
+ "@vaadin/vaadin-themable-mixin": "^23.0.12"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@esm-bundle/chai": "^4.3.4",
42
- "@vaadin/icon": "^23.0.9",
43
- "@vaadin/icons": "^23.0.9",
42
+ "@vaadin/icon": "^23.0.12",
43
+ "@vaadin/icons": "^23.0.12",
44
44
  "@vaadin/testing-helpers": "^0.3.2"
45
45
  },
46
- "gitHead": "4d687bdd48ba78d55f3371a78b70818e4dfca1a3"
46
+ "gitHead": "717908c222c1e241259e30b4144cd5ba32734819"
47
47
  }
@@ -76,7 +76,7 @@ export class InputContainer extends ThemableMixin(DirMixin(PolymerElement)) {
76
76
  */
77
77
  disabled: {
78
78
  type: Boolean,
79
- reflectToAttribute: true
79
+ reflectToAttribute: true,
80
80
  },
81
81
 
82
82
  /**
@@ -84,7 +84,7 @@ export class InputContainer extends ThemableMixin(DirMixin(PolymerElement)) {
84
84
  */
85
85
  readonly: {
86
86
  type: Boolean,
87
- reflectToAttribute: true
87
+ reflectToAttribute: true,
88
88
  },
89
89
 
90
90
  /**
@@ -92,8 +92,8 @@ export class InputContainer extends ThemableMixin(DirMixin(PolymerElement)) {
92
92
  */
93
93
  invalid: {
94
94
  type: Boolean,
95
- reflectToAttribute: true
96
- }
95
+ reflectToAttribute: true,
96
+ },
97
97
  };
98
98
  }
99
99
 
@@ -161,5 +161,5 @@ registerStyles(
161
161
  }
162
162
  }
163
163
  `,
164
- { moduleId: 'lumo-input-container' }
164
+ { moduleId: 'lumo-input-container' },
165
165
  );
@@ -74,5 +74,5 @@ registerStyles(
74
74
  transition: transform 0.175s, opacity 0.175s;
75
75
  }
76
76
  `,
77
- { moduleId: 'material-input-container' }
77
+ { moduleId: 'material-input-container' },
78
78
  );