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: '
|
|
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: '
|
|
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
|