@festo-ui/react 6.0.0-dev.222 → 6.0.0-dev.227

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.
@@ -50,13 +50,13 @@ export default function Prompt(_ref) {
50
50
  children: [cancel && /*#__PURE__*/_jsx("button", {
51
51
  type: "button",
52
52
  "aria-label": "Cancel",
53
- className: "fwe-btn",
53
+ className: "fwe-btn fwe-btn-lg",
54
54
  onClick: onCancel,
55
55
  children: cancel
56
56
  }), ok && /*#__PURE__*/_jsx("button", {
57
57
  type: "button",
58
58
  "aria-label": "Ok",
59
- className: "fwe-btn fwe-btn-hero",
59
+ className: "fwe-btn fwe-btn-hero fwe-btn-lg",
60
60
  onClick: () => onOk(innerValue),
61
61
  children: ok
62
62
  })]
@@ -57,13 +57,13 @@ function Prompt(_ref) {
57
57
  children: [cancel && /*#__PURE__*/(0, _jsxRuntime.jsx)("button", {
58
58
  type: "button",
59
59
  "aria-label": "Cancel",
60
- className: "fwe-btn",
60
+ className: "fwe-btn fwe-btn-lg",
61
61
  onClick: onCancel,
62
62
  children: cancel
63
63
  }), ok && /*#__PURE__*/(0, _jsxRuntime.jsx)("button", {
64
64
  type: "button",
65
65
  "aria-label": "Ok",
66
- className: "fwe-btn fwe-btn-hero",
66
+ className: "fwe-btn fwe-btn-hero fwe-btn-lg",
67
67
  onClick: () => onOk(innerValue),
68
68
  children: ok
69
69
  })]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/react",
3
- "version": "6.0.0-dev.222",
3
+ "version": "6.0.0-dev.227",
4
4
  "author": "Festo UI (styleguide@festo.com)",
5
5
  "license": "apache-2.0",
6
6
  "exports": {