@firstnoodle-ui/bui 0.0.15 → 0.0.16

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
@@ -828,7 +828,7 @@ const pp = () => {
828
828
  setup(n, { emit: e }) {
829
829
  const t = n, r = e, i = N(!1), s = N(t.asideLeftWidth), o = N(t.asideRightVisible ? t.asideRightWidth : 0), l = N(t.asideLeftWidth), a = N(t.asideRightWidth), c = de(() => ({
830
830
  paddingLeft: `${l.value}px`,
831
- paddingRight: `${+a.value}px`
831
+ paddingRight: `${a.value}px`
832
832
  })), u = (m) => s.value = l.value = m, d = (m) => !m && r("aside-left-transition-end"), f = (m) => o.value = a.value = m, p = (m) => !m && r("aside-right-transition-end");
833
833
  wt(
834
834
  () => t.asideLeftVisible,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@firstnoodle-ui/bui",
3
3
  "type": "module",
4
- "version": "0.0.15",
4
+ "version": "0.0.16",
5
5
  "private": false,
6
6
  "repository": {
7
7
  "type": "git",
@@ -67,6 +67,6 @@
67
67
  "build": "vite build",
68
68
  "typecheck": "vue-tsc -p tsconfig.app.json --noEmit",
69
69
  "watch": "vite build --watch",
70
- "release:publish": "pnpm publish --access public --otp=553919 --no-git-checks"
70
+ "release:publish": "pnpm publish --access public --otp=823170 --no-git-checks"
71
71
  }
72
72
  }