@public-ui/hydrate 1.5.2 → 1.5.3

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 +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -14473,7 +14473,7 @@ class KolInputText {
14473
14473
  const hasList = Array.isArray(this.state._list) && this.state._list.length > 0;
14474
14474
  return (hAsync(Host, { class: {
14475
14475
  'has-value': this.state._hasValue,
14476
- } }, this.state._accessKey, hAsync("kol-input", { class: {
14476
+ } }, hAsync("kol-input", { class: {
14477
14477
  [this.state._type]: true,
14478
14478
  }, _disabled: this.state._disabled, _error: this.state._error, _hideLabel: this.state._hideLabel, _hint: this.state._hint, _icon: this.state._icon, _id: this.state._id, _list: this.state._list, _readOnly: this.state._readOnly, _required: this.state._required, _smartButton: this.state._smartButton, _touched: this.state._touched, onClick: () => { var _a; return (_a = this.ref) === null || _a === void 0 ? void 0 : _a.focus(); } }, hAsync("span", { slot: "label" }, hAsync("slot", null)), hAsync("input", Object.assign({ ref: this.catchRef, accessKey: this.state._accessKey, "aria-describedby": ariaDescribedBy.length > 0 ? ariaDescribedBy.join(' ') : undefined, "aria-labelledby": `${this.state._id}-label`, autoCapitalize: "off", autoComplete: this.state._autoComplete, autoCorrect: "off", disabled: this.state._disabled, id: this.state._id, list: hasList ? `${this.state._id}-list` : undefined, maxlength: this.state._maxLength, name: this.state._name, pattern: this.state._pattern, placeholder: this.state._placeholder, readOnly: this.state._readOnly, required: this.state._required, size: this.state._size, slot: "input", spellcheck: "false", title: "", type: this.state._type, value: this.state._value }, this.controller.onFacade, { onKeyUp: this.onKeyUp })))));
14479
14479
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/hydrate",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -45,11 +45,11 @@
45
45
  "prepack": "rimraf dist/package.json"
46
46
  },
47
47
  "devDependencies": {
48
- "@public-ui/components": "1.5.2",
48
+ "@public-ui/components": "1.5.3",
49
49
  "rimraf": "3.0.2"
50
50
  },
51
51
  "peerDependencies": {
52
- "@public-ui/components": "1.5.2"
52
+ "@public-ui/components": "1.5.3"
53
53
  },
54
54
  "sideEffects": false,
55
55
  "type": "commonjs",