@cloudron/pankow 3.2.19 → 3.2.20

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.
@@ -92,8 +92,8 @@ function onClick(event) {
92
92
  }
93
93
 
94
94
  .pankow-button[small] {
95
- font-size: 12px;
96
- padding: 3px 6px;
95
+ font-size: 11px;
96
+ padding: 2px 6px;
97
97
  }
98
98
 
99
99
  .pankow-button[large] {
@@ -176,6 +176,7 @@ onMounted(() => {
176
176
  cursor: pointer;
177
177
  transition: background-color 250ms;
178
178
  min-width: 100px;
179
+ white-space: nowrap;
179
180
  }
180
181
 
181
182
  @media (prefers-color-scheme: dark) {
@@ -87,7 +87,7 @@ const normalizedValue = computed(() => {
87
87
  .pankow-progress-bar-indeterminate {
88
88
  width: 100%;
89
89
  height: 6px;
90
- display: inline-block;
90
+ display: block;
91
91
  position: relative;
92
92
  background: rgba(255, 255, 255, 0.15);
93
93
  overflow: hidden;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudron/pankow",
3
3
  "private": false,
4
- "version": "3.2.19",
4
+ "version": "3.2.20",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "types": "types/index.d.ts",
@@ -18,13 +18,13 @@
18
18
  "dependencies": {
19
19
  "@fontsource/inter": "^5.2.8",
20
20
  "@fortawesome/fontawesome-free": "^7.0.1",
21
- "filesize": "^11.0.2",
21
+ "filesize": "^11.0.13",
22
22
  "monaco-editor": "^0.53.0"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@vitejs/plugin-vue": "^6.0.1",
26
26
  "typescript": "^5.9.2",
27
- "vite": "^7.1.6",
27
+ "vite": "^7.1.7",
28
28
  "vue": "^3.5.21"
29
29
  }
30
30
  }