@cat-factory/app 0.147.5 → 0.147.6

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.
@@ -844,6 +844,7 @@ function setSize(value: InstanceSize) {
844
844
  :model-value="customManifestId"
845
845
  :items="customTypeItems"
846
846
  size="xs"
847
+ class="w-full"
847
848
  :placeholder="t('inspector.testConfig.customManifestIdPlaceholder')"
848
849
  @update:model-value="(v: string) => setCustomManifestId(v)"
849
850
  />
@@ -861,7 +862,7 @@ function setSize(value: InstanceSize) {
861
862
  <UInput
862
863
  :model-value="customManifestPath"
863
864
  size="xs"
864
- class="font-mono"
865
+ class="w-full font-mono"
865
866
  @blur="(e: FocusEvent) => setCustomManifestPath((e.target as HTMLInputElement).value)"
866
867
  @keydown.enter="
867
868
  (e: KeyboardEvent) => setCustomManifestPath((e.target as HTMLInputElement).value)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/app",
3
- "version": "0.147.5",
3
+ "version": "0.147.6",
4
4
  "description": "Reusable Nuxt layer for the Agent Architecture Board SPA (components, stores, composables, pages). Consume it from a thin deployment app via `extends: ['@cat-factory/app']` and point it at your backend with NUXT_PUBLIC_API_BASE. See deploy/frontend for an example.",
5
5
  "repository": {
6
6
  "type": "git",