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