@aquera/nile-elements 0.0.59 → 0.0.60

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
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent nile-elements following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "nile-elements",
6
- "version": "0.0.59",
6
+ "version": "0.0.60",
7
7
  "main": "dist/src/index.js",
8
8
  "type": "module",
9
9
  "module": "dist/src/index.js",
@@ -277,7 +277,6 @@ export class NileTextarea extends NileElement {
277
277
  this.emit('nile-npchar-removed', { value: this.value });
278
278
 
279
279
  }
280
-
281
280
  /** Sets focus on the textarea. */
282
281
  focus(options?: FocusOptions) {
283
282
  this.input.focus(options);
@@ -417,9 +416,8 @@ export class NileTextarea extends NileElement {
417
416
  @blur=${this.handleBlur}
418
417
  ></textarea>
419
418
  </div>
420
- </div>
421
419
 
422
- ${hasHelpText
420
+ ${hasHelpText
423
421
  ? html`
424
422
  <nile-form-help-text>${this.helpText}</nile-form-help-text>
425
423
  `
@@ -431,6 +429,8 @@ export class NileTextarea extends NileElement {
431
429
  >
432
430
  `
433
431
  : ``}
432
+
433
+ </div>
434
434
  <div class="input__non-printable">
435
435
  Non-printable character detected.
436
436
  <nile-badge