@codacy/ui-components 0.65.44 → 0.65.45
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
|
@@ -443,6 +443,17 @@ Object.keys(_StepNumber).forEach(function (key) {
|
|
|
443
443
|
}
|
|
444
444
|
});
|
|
445
445
|
});
|
|
446
|
+
var _BigTabs = require("./BigTabs");
|
|
447
|
+
Object.keys(_BigTabs).forEach(function (key) {
|
|
448
|
+
if (key === "default" || key === "__esModule") return;
|
|
449
|
+
if (key in exports && exports[key] === _BigTabs[key]) return;
|
|
450
|
+
Object.defineProperty(exports, key, {
|
|
451
|
+
enumerable: true,
|
|
452
|
+
get: function get() {
|
|
453
|
+
return _BigTabs[key];
|
|
454
|
+
}
|
|
455
|
+
});
|
|
456
|
+
});
|
|
446
457
|
var _hooks = require("./hooks");
|
|
447
458
|
Object.keys(_hooks).forEach(function (key) {
|
|
448
459
|
if (key === "default" || key === "__esModule") return;
|