@codacy/ui-components 0.65.28 → 0.65.30
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.
- package/lib/index.d.ts +1 -0
- package/lib/index.js +11 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
package/lib/index.js
CHANGED
|
@@ -432,6 +432,17 @@ Object.keys(_Stepper).forEach(function (key) {
|
|
|
432
432
|
}
|
|
433
433
|
});
|
|
434
434
|
});
|
|
435
|
+
var _StepNumber = require("./StepNumber");
|
|
436
|
+
Object.keys(_StepNumber).forEach(function (key) {
|
|
437
|
+
if (key === "default" || key === "__esModule") return;
|
|
438
|
+
if (key in exports && exports[key] === _StepNumber[key]) return;
|
|
439
|
+
Object.defineProperty(exports, key, {
|
|
440
|
+
enumerable: true,
|
|
441
|
+
get: function get() {
|
|
442
|
+
return _StepNumber[key];
|
|
443
|
+
}
|
|
444
|
+
});
|
|
445
|
+
});
|
|
435
446
|
var _hooks = require("./hooks");
|
|
436
447
|
Object.keys(_hooks).forEach(function (key) {
|
|
437
448
|
if (key === "default" || key === "__esModule") return;
|