@pagamio/frontend-commons-lib 0.8.308 → 0.8.309

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.
@@ -1,9 +1,9 @@
1
1
  import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
2
2
  function StatusCell({ displayValue, className = '', icon }) {
3
- const baseClass = 'rounded-full px-4 py-1.5 whitespace-nowrap';
3
+ const baseClass = 'rounded-full py-1.5 whitespace-nowrap';
4
4
  if (icon) {
5
- return (_jsxs("span", { className: `inline-flex items-center gap-1 ${baseClass} ${className}`.trim(), children: [icon, displayValue] }));
5
+ return (_jsxs("span", { className: `inline-flex items-center gap-1.5 pl-2.5 pr-3 ${baseClass} ${className}`.trim(), children: [icon, displayValue] }));
6
6
  }
7
- return _jsx("span", { className: `${baseClass} ${className}`.trim(), children: displayValue });
7
+ return _jsx("span", { className: `px-4 ${baseClass} ${className}`.trim(), children: displayValue });
8
8
  }
9
9
  export default StatusCell;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pagamio/frontend-commons-lib",
3
3
  "description": "Pagamio library for Frontend reusable components like the form engine and table container",
4
- "version": "0.8.308",
4
+ "version": "0.8.309",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "provenance": false