@firstnoodle-ui/bui 0.0.37 → 0.0.38

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
@@ -5363,7 +5363,7 @@ const e2 = ["onKeydown"], t2 = /* @__PURE__ */ F({
5363
5363
  p && p.focus();
5364
5364
  }, c = (f) => {
5365
5365
  var p;
5366
- s.value = s.value.filter((h) => h.id !== f), (p = i.value) == null || p.focus();
5366
+ s.value = s.value.filter((h) => h.id !== f), r("update:entries", s.value), (p = i.value) == null || p.focus();
5367
5367
  };
5368
5368
  return e({ importEntries: l }), (f, p) => (g(), O(k(He), { class: "flex-1 flex-wrap gap-1 px-2 py-1" }, {
5369
5369
  default: $(() => [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@firstnoodle-ui/bui",
3
3
  "type": "module",
4
- "version": "0.0.37",
4
+ "version": "0.0.38",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",
@@ -79,6 +79,6 @@
79
79
  "build": "vite build && vue-tsc --declaration --emitDeclarationOnly -p tsconfig.app.json",
80
80
  "typecheck": "vue-tsc -p tsconfig.app.json --noEmit",
81
81
  "watch": "vite build --watch",
82
- "release:publish": "pnpm publish --access public --otp=180679 --no-git-checks"
82
+ "release:publish": "pnpm publish --access public --otp=866344 --no-git-checks"
83
83
  }
84
84
  }