@14ch/svelte-ui 0.0.22 → 0.0.23

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.
@@ -653,7 +653,7 @@
653
653
  <div
654
654
  class="input
655
655
  input--focus-{focusStyle}
656
- input--type-{resolvedType}"
656
+ input--type-{type}"
657
657
  class:input--inline={inline}
658
658
  class:input--linkify={isLinkifyActive}
659
659
  class:input--auto-resize={inline}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@14ch/svelte-ui",
3
3
  "description": "Modern Svelte UI components library with TypeScript support",
4
4
  "private": false,
5
- "version": "0.0.22",
5
+ "version": "0.0.23",
6
6
  "type": "module",
7
7
  "keywords": [
8
8
  "svelte",