@tnotesjs/ui 0.1.0 → 0.1.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tnotesjs/ui",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Shared Vue UI for TNotes built-in blocks — consumed by VitePress (core) and Desk.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -61,8 +61,10 @@
61
61
  "desk"
62
62
  ],
63
63
  "license": "MIT",
64
+ "packageManager": "pnpm@11.10.0",
64
65
  "scripts": {
65
66
  "typecheck": "tsc --noEmit -p tsconfig.json",
66
- "test": "vitest run"
67
+ "test": "vitest run",
68
+ "prepublishOnly": "pnpm test && pnpm typecheck"
67
69
  }
68
- }
70
+ }
@@ -166,7 +166,7 @@ watch(
166
166
  class="tn-footprints__images"
167
167
  :class="imageLayoutClass"
168
168
  >
169
- <slot name="image-list" :open-modal="openModal" :openModal="openModal">
169
+ <slot name="image-list" :open-modal="openModal">
170
170
  <button
171
171
  v-for="(src, index) in images"
172
172
  :key="`${src}-${index}`"