@firstnoodle-ui/bui 0.0.70 → 0.0.71

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -3723,7 +3723,7 @@ const Vn = ["onKeydown"], kn = /* @__PURE__ */ $({
3723
3723
  },
3724
3724
  emits: ["click", "focus", "hover"],
3725
3725
  setup(n, { emit: t }) {
3726
- const e = n, l = t, s = L(), r = O(() => e.hoveredOption && e.hoveredOption.label === e.option.label), a = () => {
3726
+ const e = n, l = t, s = L(), r = O(() => e.hoveredOption && e.hoveredOption.id === e.option.id), a = () => {
3727
3727
  e.option.disabled || l("click");
3728
3728
  };
3729
3729
  return (f, C) => (o(), i("div", {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@firstnoodle-ui/bui",
3
3
  "type": "module",
4
- "version": "0.0.70",
4
+ "version": "0.0.71",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",
@@ -93,6 +93,6 @@
93
93
  "test": "vitest",
94
94
  "test:ui": "vitest --ui",
95
95
  "test:run": "vitest run",
96
- "release:publish": "pnpm publish --access public --otp=706509 --no-git-checks"
96
+ "release:publish": "pnpm publish --access public --otp=935335 --no-git-checks"
97
97
  }
98
98
  }