@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 CHANGED
@@ -38,6 +38,7 @@ export * from './ScrollableContent';
38
38
  export * from './Switcher';
39
39
  export * from './Stepper';
40
40
  export * from './StepNumber';
41
+ export * from './BigTabs';
41
42
  export * from './hooks';
42
43
  export * from './types';
43
44
  export * from './system-props';
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codacy/ui-components",
3
- "version": "0.65.44",
3
+ "version": "0.65.45",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",