@frockbot/plugin-search 0.3.11 → 0.3.12

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": "@frockbot/plugin-search",
3
- "version": "0.3.11",
3
+ "version": "0.3.12",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {
@@ -25,18 +25,18 @@
25
25
  "typecheck": "vue-tsc --noEmit -p tsconfig.json"
26
26
  },
27
27
  "dependencies": {
28
- "@frockbot/client-core": "0.3.11",
29
- "@frockbot/client-ui": "0.3.11",
30
- "@frockbot/kernel-contracts": "0.3.11",
31
- "@frockbot/plugin-flock": "0.3.11",
32
- "@frockbot/plugin-shell": "0.3.11",
28
+ "@frockbot/client-core": "0.3.12",
29
+ "@frockbot/client-ui": "0.3.12",
30
+ "@frockbot/kernel-contracts": "0.3.12",
31
+ "@frockbot/plugin-flock": "0.3.12",
32
+ "@frockbot/plugin-shell": "0.3.12",
33
33
  "cordis": "4.0.0-rc.8",
34
34
  "vue": "3.5.41"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/bun": "1.4.0",
38
38
  "@vitejs/plugin-vue": "6.0.8",
39
- "typescript": "5.9.3",
39
+ "typescript": "npm:typescript-native-bridge@6.0.3-bridge.16.tsgo.7.0.2",
40
40
  "vite": "8.2.2",
41
41
  "vue-tsc": "3.3.10"
42
42
  },
@@ -55,10 +55,16 @@
55
55
  }
56
56
  }
57
57
 
58
+ /*
59
+ * The surface's own gutter. Only the overlay's heading had one, so the query
60
+ * field, the filters and every result ran edge to edge under a padded title,
61
+ * and the per-Bot count on the right was cut off by the panel boundary.
62
+ */
58
63
  .search-surface {
59
64
  display: flex;
60
65
  flex-direction: column;
61
66
  gap: 12px;
67
+ padding: 16px 24px 24px;
62
68
  }
63
69
 
64
70
  .search-input-row {
@@ -182,7 +188,9 @@
182
188
  }
183
189
 
184
190
  .search-group-count {
191
+ flex: 0 0 auto;
185
192
  margin-left: auto;
193
+ padding-left: 8px;
186
194
  font-size: var(--frock-text-xs);
187
195
  color: var(--frock-text-subtle);
188
196
  }