albinasoft-ui-package 1.0.75 → 1.0.76
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.
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4
4
|
};
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
6
6
|
var react_1 = __importDefault(require("react"));
|
7
|
-
require("../assets/css/
|
7
|
+
require("../assets/css/custom-progress-bar.css");
|
8
8
|
var CustomProgressBar = function (_a) {
|
9
9
|
var activeStep = _a.activeStep, stepLabels = _a.stepLabels, onStepClick = _a.onStepClick;
|
10
10
|
return (react_1.default.createElement("div", { className: "progress-bar-container" },
|
package/package.json
CHANGED
File without changes
|