iguazio.dashboard-react-controls 2.2.14 → 2.2.16

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.
@@ -66,7 +66,7 @@
66
66
  margin: 0;
67
67
  }
68
68
 
69
- &-primary {
69
+ &-secondary {
70
70
  background: $brightTurquoise;
71
71
 
72
72
  &:hover:not(:disabled) {
@@ -106,7 +106,7 @@
106
106
  }
107
107
  }
108
108
 
109
- &-secondary {
109
+ &-primary {
110
110
  color: $white;
111
111
  background: $malibu;
112
112
 
@@ -152,7 +152,7 @@
152
152
  }
153
153
 
154
154
  &:focus:not(:disabled) {
155
- border: $dividerBorder;
155
+ border-color: transparent;
156
156
  }
157
157
 
158
158
  &:hover:not(:disabled) {
@@ -110,7 +110,8 @@ const Wizard = _ref => {
110
110
  onClick: goToPreviousStep,
111
111
  disabled: activeStepNumber === 0,
112
112
  label: "Back",
113
- type: "button"
113
+ type: "button",
114
+ variant: _constants.LABEL_BUTTON
114
115
  }));
115
116
  }
116
117
  defaultActions.push( /*#__PURE__*/(0, _jsxRuntime.jsx)(_Button.default, {
@@ -119,7 +120,7 @@ const Wizard = _ref => {
119
120
  onClick: goToNextStep,
120
121
  label: 'Next',
121
122
  type: "button",
122
- variant: _constants.SECONDARY_BUTTON
123
+ variant: _constants.LABEL_BUTTON
123
124
  }));
124
125
  return defaultActions;
125
126
  };
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.00001 1.33325C4.31801 1.33325 1.33334 4.31792 1.33334 7.99992C1.33334 11.6819 4.31801 14.6666 8.00001 14.6666C11.682 14.6666 14.6667 11.6819 14.6667 7.99992C14.6667 4.31792 11.682 1.33325 8.00001 1.33325ZM8.66668 11.3333H7.33334V7.33325H8.66668V11.3333ZM8.66668 5.99992H7.33334V4.66659H8.66668V5.99992Z" fill="#6279E7"/>
3
+ </svg>
@@ -37,7 +37,7 @@ const openConfirmPopUp = (message, confirmHandler) => {
37
37
  },
38
38
  confirmButton: {
39
39
  label: 'OK',
40
- variant: _constants.SECONDARY_BUTTON,
40
+ variant: _constants.PRIMARY_BUTTON,
41
41
  handler: confirmHandler
42
42
  },
43
43
  header: 'Are you sure?',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iguazio.dashboard-react-controls",
3
- "version": "2.2.14",
3
+ "version": "2.2.16",
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",