@godxjp/ui 18.12.4 → 18.12.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.
@@ -176,7 +176,7 @@ function Pagination({
176
176
  /* @__PURE__ */ jsx(
177
177
  SelectTrigger,
178
178
  {
179
- className: "ui-pagination-size-trigger w-[var(--pagination-size-width)]",
179
+ className: "ui-pagination-size-trigger w-max min-w-[var(--pagination-size-width)]",
180
180
  "aria-label": t("navigation.pagination.pageSize"),
181
181
  children: /* @__PURE__ */ jsx(SelectValue, {})
182
182
  }
@@ -302,7 +302,7 @@
302
302
  "next": "次のページ",
303
303
  "page": "ページ {page}",
304
304
  "pageSize": "ページサイズ",
305
- "pageSizeOption": "{size} / ページ",
305
+ "pageSizeOption": "{size} 件/ページ",
306
306
  "total": "全 {total} 件"
307
307
  },
308
308
  "themePicker": {
@@ -3,6 +3,9 @@
3
3
  :root {
4
4
  --pagination-gap: var(--space-inline-sm);
5
5
  --pagination-item-gap: var(--space-inline-xs);
6
+ /* Size-changer trigger MIN width (gh#286) - the trigger sizes to its content (w-max) so
7
+ * localized labels (ja 100/ページ) never clip; this token only keeps short labels from
8
+ * collapsing below the control rhythm. */
6
9
  --pagination-size-width: 5.5rem;
7
10
  --pagination-total-font-size: var(--font-size-sm);
8
11
  --filter-bar-gap: var(--space-3);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@godxjp/ui",
3
- "version": "18.12.4",
4
- "godxUiMcp": "18.12.4",
3
+ "version": "18.12.6",
4
+ "godxUiMcp": "18.12.6",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",