fuma 0.1.31 → 0.1.32

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.
@@ -46,7 +46,6 @@ async function select(index = focusIndex) {
46
46
  on:blur={() => (searchValue = '')}
47
47
  on:input={(e) => filterOptions(e.currentTarget.value)}
48
48
  autocomplete="off"
49
- size={1}
50
49
  class="input input-bordered grow {inputClass || {}}"
51
50
  {...inputProps}
52
51
  />
@@ -22,7 +22,6 @@ const handleInput = ({ currentTarget }) => {
22
22
  type="date"
23
23
  name={key}
24
24
  id={key}
25
- size={1}
26
25
  class="input input-bordered {inputClass || {}}"
27
26
  {...inputProps}
28
27
  />
@@ -17,7 +17,6 @@ export let value = _value;
17
17
  on:blur
18
18
  type="datetime-local"
19
19
  id={key}
20
- size={1}
21
20
  class="input input-bordered {inputClass || {}}"
22
21
  {...inputProps}
23
22
  />
@@ -17,7 +17,6 @@ export let value = _value;
17
17
  type="number"
18
18
  name={key}
19
19
  id={key}
20
- size={1}
21
20
  inputmode="numeric"
22
21
  class="input input-bordered {inputClass || ''}"
23
22
  {...inputProps}
@@ -78,7 +78,6 @@ async function handleBlur() {
78
78
  autocomplete="off"
79
79
  {placeholder}
80
80
  class="grow"
81
- size={1}
82
81
  />
83
82
 
84
83
  <RelationAfter {isLoading} {createUrl} {createTitle} {createIcon} />
@@ -117,7 +117,6 @@ async function handleBlur() {
117
117
  autocomplete="off"
118
118
  {placeholder}
119
119
  class="grow"
120
- size={1}
121
120
  />
122
121
 
123
122
  <RelationAfter {isLoading} {createUrl} {createTitle} {createIcon} />
@@ -15,7 +15,6 @@ export let value = _value;
15
15
  type="time"
16
16
  name={key}
17
17
  id={key}
18
- size={1}
19
18
  class="input input-bordered {inputClass || ''}"
20
19
  {...inputProps}
21
20
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fuma",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "description": "My fullstack material build with sveltekit, daisyui, zod and more",
5
5
  "author": {
6
6
  "name": "Jonas Voisard",