@public-ui/hydrate 1.7.21 → 1.7.22

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -10
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -20562,16 +20562,6 @@ class InputPasswordController extends InputIconController {
20562
20562
  this.validateSize(this.component._size);
20563
20563
  this.validateValue(this.component._value);
20564
20564
  }
20565
- onBlur(event) {
20566
- this.component.state = Object.assign(Object.assign({}, this.component.state), { _placeholder: this.placeholderCache });
20567
- this.placeholderCache = undefined;
20568
- super.onBlur(event);
20569
- }
20570
- onFocus(event) {
20571
- this.placeholderCache = this.component.state._placeholder;
20572
- this.component.state = Object.assign(Object.assign({}, this.component.state), { _placeholder: undefined });
20573
- super.onFocus(event);
20574
- }
20575
20565
  }
20576
20566
 
20577
20567
  class InputTextEmailController extends InputPasswordController {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/hydrate",
3
- "version": "1.7.21",
3
+ "version": "1.7.22",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -45,11 +45,11 @@
45
45
  "hydrate"
46
46
  ],
47
47
  "devDependencies": {
48
- "@public-ui/components": "1.7.21",
49
- "rimraf": "5.0.5"
48
+ "rimraf": "5.0.5",
49
+ "@public-ui/components": "1.7.22"
50
50
  },
51
51
  "peerDependencies": {
52
- "@public-ui/components": "1.7.21"
52
+ "@public-ui/components": "1.7.22"
53
53
  },
54
54
  "sideEffects": false,
55
55
  "type": "commonjs",