@iroco/ui 1.6.15 → 1.6.17

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.
@@ -24,7 +24,7 @@
24
24
  let {
25
25
  id = null,
26
26
  type = 'text',
27
- // name = null,
27
+ name = null,
28
28
  // placeholder = null,
29
29
  label = null,
30
30
  error = null,
@@ -51,6 +51,7 @@
51
51
  {/if}
52
52
  <input
53
53
  {type}
54
+ {name}
54
55
  bind:value
55
56
  class:border
56
57
  class:error={hasErrors()}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iroco/ui",
3
- "version": "1.6.15",
3
+ "version": "1.6.17",
4
4
  "description": "Iroco design system based on Svelte",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {