noph-ui 0.4.4 → 0.4.6

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.
@@ -49,7 +49,7 @@
49
49
  }
50
50
  if (currentTarget.checkValidity()) {
51
51
  error = false
52
- errorTextRaw = ''
52
+ errorTextRaw = errorText
53
53
  }
54
54
  })
55
55
  }
@@ -60,9 +60,9 @@
60
60
  <!-- svelte-ignore a11y_no_static_element_interactions -->
61
61
  <span
62
62
  style={(variant === 'outlined'
63
- ? '--top-space:1rem;--bottom-space:1rem;--floating-label-top:-0.5rem;--floating-label-left:-2.25rem;--_focus-outline-width:3px'
63
+ ? '--top-space:1rem;--bottom-space:1rem;--floating-label-top:-0.5rem;--floating-label-left:-2.25rem;--_focus-outline-width:3px;'
64
64
  : !label?.length
65
- ? '--top-space:1rem;--bottom-space:1rem'
65
+ ? '--top-space:1rem;--bottom-space:1rem;'
66
66
  : '') + style}
67
67
  class="text-field"
68
68
  bind:this={element}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.4.4",
3
+ "version": "0.4.6",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {