@godxjp/ui 18.12.5 → 18.12.7

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.
@@ -178,10 +178,10 @@ function Pagination({
178
178
  {
179
179
  className: "ui-pagination-size-trigger w-max min-w-[var(--pagination-size-width)]",
180
180
  "aria-label": t("navigation.pagination.pageSize"),
181
- children: /* @__PURE__ */ jsx(SelectValue, {})
181
+ children: /* @__PURE__ */ jsx(SelectValue, { children: t("navigation.pagination.pageSizeOption", { size: pageSize }) })
182
182
  }
183
183
  ),
184
- /* @__PURE__ */ jsx(SelectContent, { children: pageSizeOptions.map((size) => /* @__PURE__ */ jsx(SelectItem, { value: String(size), children: t("navigation.pagination.pageSizeOption", { size }) }, size)) })
184
+ /* @__PURE__ */ jsx(SelectContent, { children: pageSizeOptions.map((size) => /* @__PURE__ */ jsx(SelectItem, { value: String(size), children: size }, size)) })
185
185
  ]
186
186
  }
187
187
  ),
@@ -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": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@godxjp/ui",
3
- "version": "18.12.5",
4
- "godxUiMcp": "18.12.5",
3
+ "version": "18.12.7",
4
+ "godxUiMcp": "18.12.7",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",