@xelto.npm/xc2-lib 0.1.2 → 0.1.3

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/dist/index.cjs.js CHANGED
@@ -71,15 +71,6 @@ function _objectSpread2(target) {
71
71
  }
72
72
  return target;
73
73
  }
74
- function _typeof$I(obj) {
75
- "@babel/helpers - typeof";
76
-
77
- return _typeof$I = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
78
- return typeof obj;
79
- } : function (obj) {
80
- return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
81
- }, _typeof$I(obj);
82
- }
83
74
  function _defineProperty$C(obj, key, value) {
84
75
  key = _toPropertyKey(key);
85
76
  if (key in obj) {
@@ -97900,9 +97891,7 @@ var CustomStepper = function CustomStepper(_ref4) {
97900
97891
  label = _ref4.label,
97901
97892
  withIcon = _ref4.withIcon,
97902
97893
  currentStep = _ref4.currentStep;
97903
- console.log(currentStep + _typeof$I(currentStep));
97904
97894
  var currentStepIndex = steps.indexOf(currentStep);
97905
- console.log('currentStepIndex ' + currentStepIndex);
97906
97895
  var totalSteps = steps.length;
97907
97896
  var allStepsCompleted = currentStepIndex + 1 === totalSteps;
97908
97897
  return /*#__PURE__*/React.createElement(StyledStepperContainer, null, /*#__PURE__*/React.createElement(Box$1, {
package/dist/index.esm.js CHANGED
@@ -51,15 +51,6 @@ function _objectSpread2(target) {
51
51
  }
52
52
  return target;
53
53
  }
54
- function _typeof$I(obj) {
55
- "@babel/helpers - typeof";
56
-
57
- return _typeof$I = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
58
- return typeof obj;
59
- } : function (obj) {
60
- return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
61
- }, _typeof$I(obj);
62
- }
63
54
  function _defineProperty$C(obj, key, value) {
64
55
  key = _toPropertyKey(key);
65
56
  if (key in obj) {
@@ -97880,9 +97871,7 @@ var CustomStepper = function CustomStepper(_ref4) {
97880
97871
  label = _ref4.label,
97881
97872
  withIcon = _ref4.withIcon,
97882
97873
  currentStep = _ref4.currentStep;
97883
- console.log(currentStep + _typeof$I(currentStep));
97884
97874
  var currentStepIndex = steps.indexOf(currentStep);
97885
- console.log('currentStepIndex ' + currentStepIndex);
97886
97875
  var totalSteps = steps.length;
97887
97876
  var allStepsCompleted = currentStepIndex + 1 === totalSteps;
97888
97877
  return /*#__PURE__*/React__default.createElement(StyledStepperContainer, null, /*#__PURE__*/React__default.createElement(Box$1, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xelto.npm/xc2-lib",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "author": "XELTO",
5
5
  "description": "React component library based on MUI",
6
6
  "license": "ISC",