phx-react 1.3.1840 → 1.3.1841

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.
@@ -57,7 +57,7 @@ const PHXMiniProgressBar = ({ percent, isCompleted, className }) => {
57
57
  transform: 'translateX(-100%)',
58
58
  width: '100%',
59
59
  } }))),
60
- react_1.default.createElement("span", { className: 'text-sm font-medium text-left text-gray-500 w-[32px] tabular-nums' }, displayPercent))));
60
+ react_1.default.createElement("span", { className: 'w-[32px] text-left text-xs font-normal tabular-nums text-gray-900' }, displayPercent))));
61
61
  };
62
62
  exports.PHXMiniProgressBar = PHXMiniProgressBar;
63
63
  exports.default = exports.PHXMiniProgressBar;
@@ -53,7 +53,7 @@ export const PHXMiniProgressBar = ({ percent, isCompleted, className }) => {
53
53
  transform: 'translateX(-100%)',
54
54
  width: '100%',
55
55
  } }))),
56
- React.createElement("span", { className: 'text-sm font-medium text-left text-gray-500 w-[32px] tabular-nums' }, displayPercent))));
56
+ React.createElement("span", { className: 'w-[32px] text-left text-xs font-normal tabular-nums text-gray-900' }, displayPercent))));
57
57
  };
58
58
  export default PHXMiniProgressBar;
59
59
  //# sourceMappingURL=MiniProgressBar.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phx-react",
3
- "version": "1.3.1840",
3
+ "version": "1.3.1841",
4
4
  "description": "PHX REACT",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",