oa-componentbook 1.0.1-stage.355 → 1.0.1-stage.356

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.
@@ -180,10 +180,11 @@ function ProgressiveStepsWidget(_ref) {
180
180
  justifyContent: 'space-between',
181
181
  alignItems: 'center',
182
182
  backgroundColor: currentAnswer === (option.value || option) ? '#f0f8ff' : 'white',
183
- cursor: 'pointer',
183
+ // cursor: 'pointer',
184
184
  transition: 'all 0.3s ease'
185
- },
186
- onClick: () => handleAnswer(stepIndex, option.value || option),
185
+ }
186
+ // onClick={() => handleAnswer(stepIndex, option.value || option)}
187
+ ,
187
188
  "data-test": dataTest ? "".concat(dataTest, "--payment-option-").concat(stepIndex, "-").concat(idx) : undefined
188
189
  }, /*#__PURE__*/_react.default.createElement("div", null, /*#__PURE__*/_react.default.createElement("div", {
189
190
  style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oa-componentbook",
3
- "version": "1.0.1-stage.355",
3
+ "version": "1.0.1-stage.356",
4
4
  "private": false,
5
5
  "description": "Reusable components",
6
6
  "main": "build/index.js",