iguazio.dashboard-react-controls 2.1.0 → 2.1.1

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.
@@ -115,7 +115,7 @@ const Wizard = _ref => {
115
115
  }
116
116
  defaultActions.push( /*#__PURE__*/(0, _jsxRuntime.jsx)(_Button.default, {
117
117
  id: "wizard-btn-next",
118
- disabled: stepConfig.nextIsDisabled || isLastStep,
118
+ disabled: (stepConfig === null || stepConfig === void 0 ? void 0 : stepConfig.nextIsDisabled) || isLastStep,
119
119
  onClick: goToNextStep,
120
120
  label: 'Next',
121
121
  type: "button",
@@ -70,6 +70,11 @@ $frenchLilac: #f0e2f6;
70
70
 
71
71
  :export {
72
72
  amethyst: $amethyst;
73
+ brightTurquoise: $brightTurquoise;
74
+ ceriseRed: $ceriseRed;
73
75
  cornflowerBlueTwo: $cornflowerBlueTwo;
76
+ doveGray: $doveGray;
77
+ grandis: $grandis;
78
+ java: $java;
74
79
  mulledWine: $mulledWine;
75
80
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iguazio.dashboard-react-controls",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Collection of resources (such as CSS styles, fonts and images) and ReactJS 17.x components to share among different Iguazio React repos.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",