sprintify-ui 0.0.116 → 0.0.117

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.
@@ -10991,7 +10991,7 @@ const sm = /* @__PURE__ */ ht(nm, [["render", am], ["__scopeId", "data-v-e5ae83e
10991
10991
  disabled: e.disabled,
10992
10992
  value: c.value,
10993
10993
  class: ce(e.inputClass),
10994
- onInput: (d) => $(l)(c.option)
10994
+ onInput: (d) => $(l)(c.value)
10995
10995
  }, null, 42, fm),
10996
10996
  ke(p.$slots, "option", { option: c }, () => [
10997
10997
  R("span", dm, xe(c.label), 1)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.0.116",
3
+ "version": "0.0.117",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build-fast": "rimraf dist && vite build",
@@ -19,7 +19,7 @@
19
19
  :disabled="disabled"
20
20
  :value="option.value"
21
21
  :class="inputClass"
22
- @input="emitUpdate(option.option)"
22
+ @input="emitUpdate(option.value)"
23
23
  />
24
24
 
25
25
  <slot name="option" :option="option">