@cloudron/pankow 3.2.0 → 3.2.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.
@@ -100,7 +100,7 @@ defineExpose({ open, close });
100
100
  <div class="pankow-dialog-backdrop" @click="onDismiss" v-show="visible" :style="{ 'z-index': zIndex }"></div>
101
101
  </Transition>
102
102
  <Transition name="pankow-bounce-center-top">
103
- <div ref="dialog" class="pankow-dialog" :class="{ 'pankow-dialog-center': center }" @click.stop v-show="visible" @keydown.esc="onDismiss" tabindex="0" :style="{ 'z-index': zIndex+1 }">
103
+ <div ref="dialog" class="pankow-dialog" v-bind="$attrs" :class="{ 'pankow-dialog-center': center }" @click.stop v-show="visible" @keydown.esc="onDismiss" tabindex="0" :style="{ 'z-index': zIndex+1 }">
104
104
  <div class="pankow-dialog-header" v-show="title">
105
105
  {{ title }}
106
106
  <Icon v-show="showX" icon="fa-solid fa-xmark" style="cursor: pointer;" @click="onReject"/>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudron/pankow",
3
3
  "private": false,
4
- "version": "3.2.0",
4
+ "version": "3.2.1",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {
@@ -14,13 +14,13 @@
14
14
  "dependencies": {
15
15
  "@fontsource/inter": "^5.2.6",
16
16
  "@fortawesome/fontawesome-free": "^6.7.2",
17
- "filesize": "^10.1.6",
17
+ "filesize": "^11.0.1",
18
18
  "moment": "^2.30.1",
19
19
  "monaco-editor": "^0.52.2"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@vitejs/plugin-vue": "^6.0.0",
23
- "vite": "^7.0.3",
23
+ "vite": "^7.0.4",
24
24
  "vue": "^3.5.17"
25
25
  }
26
26
  }