@smart-factor/gem-ui-components 0.0.28 → 0.0.29

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.
Files changed (2) hide show
  1. package/dist/main.js +2 -0
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -31321,6 +31321,7 @@ const bI = (e) => /* @__PURE__ */ de(ft, { direction: "row", display: "inline-fl
31321
31321
  yt,
31322
31322
  {
31323
31323
  onClick: e.onEdit,
31324
+ title: "Edytuj",
31324
31325
  size: "small",
31325
31326
  "data-testid": "edit-button",
31326
31327
  children: /* @__PURE__ */ g(Hd, { fontSize: "inherit" })
@@ -31330,6 +31331,7 @@ const bI = (e) => /* @__PURE__ */ de(ft, { direction: "row", display: "inline-fl
31330
31331
  yt,
31331
31332
  {
31332
31333
  onClick: e.onDelete,
31334
+ title: "Usuń",
31333
31335
  size: "small",
31334
31336
  "data-testid": "delete-button",
31335
31337
  children: /* @__PURE__ */ g(Bd, { fontSize: "inherit" })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-factor/gem-ui-components",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "private": false,
5
5
  "description": "Gem UI Components",
6
6
  "type": "module",