@marianmeres/stuic 3.163.0 → 3.164.0

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.
@@ -180,14 +180,13 @@
180
180
  {#if !expanded || !_hasMultiple}
181
181
  {@render langInput(_defaultLanguage, true)}
182
182
  {:else}
183
- <div class="expanded-wrap">
184
- {#each sortedLanguages as lang, idx (lang)}
185
- <div
186
- class={twMerge(
187
- "flex-1 flex gap-2 items-center pl-2",
188
- idx > 0 && "entry-divider"
189
- )}
190
- >
183
+ <!-- no `.expanded-wrap`/`.entry-divider` chrome here (unlike
184
+ FieldInputLocalized): these inputs carry their own border, so a
185
+ divider line and the wrap's right edge would only add noise —
186
+ plain spacing separates the rows instead -->
187
+ <div class="flex flex-col gap-1.5">
188
+ {#each sortedLanguages as lang (lang)}
189
+ <div class="flex-1 flex gap-2 items-center pl-2">
191
190
  <div
192
191
  class={twMerge(
193
192
  "lang-label",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/stuic",
3
- "version": "3.163.0",
3
+ "version": "3.164.0",
4
4
  "packageManager": "pnpm@11.5.0",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
@@ -19,8 +19,8 @@
19
19
  "test:ui": "vitest --ui",
20
20
  "svelte-check": "svelte-check",
21
21
  "svelte-package": "svelte-package",
22
- "rp": "pnpm run build && deno run -A jsr:@marianmeres/release patch --no-push && npm publish --access public && git push --follow-tags",
23
- "rpm": "pnpm run build && deno run -A jsr:@marianmeres/release minor --no-push && npm publish --access public && git push --follow-tags",
22
+ "rp": "pnpm run build && deno run -A jsr:@marianmeres/release patch --yes --no-push && npm publish --access public && git push --follow-tags",
23
+ "rpm": "pnpm run build && deno run -A jsr:@marianmeres/release minor --yes --no-push && npm publish --access public && git push --follow-tags",
24
24
  "release": "deno run -A jsr:@marianmeres/release"
25
25
  },
26
26
  "files": [