@festo-ui/react 6.1.0-dev.290 → 6.1.0-dev.292
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/lib/components/modals/Modal.js +1 -1
- package/lib/components/popovers/popover-menu/PopoverMenu.js +2 -2
- package/lib/forms/text-editor/TextEditorButton.js +1 -1
- package/node/lib/components/modals/Modal.js +1 -1
- package/node/lib/components/popovers/popover-menu/PopoverMenu.js +2 -2
- package/node/lib/forms/text-editor/TextEditorButton.js +1 -1
- package/package.json +1 -1
|
@@ -25,7 +25,7 @@ const Modal = /*#__PURE__*/forwardRef((_ref, ref) => {
|
|
|
25
25
|
onClick: onClose,
|
|
26
26
|
children: [/*#__PURE__*/_jsx("i", {
|
|
27
27
|
"aria-hidden": "true",
|
|
28
|
-
className: "fwe-icon fwe-icon-close-small"
|
|
28
|
+
className: "fwe-icon fwe-icon-2x fwe-icon-close-small"
|
|
29
29
|
}), /*#__PURE__*/_jsx("span", {
|
|
30
30
|
className: "fwe-sr-only",
|
|
31
31
|
children: "Close"
|
|
@@ -26,7 +26,7 @@ function PopoverMenu(_ref) {
|
|
|
26
26
|
className: "fwe-btn fwe-btn-link fwe-dark",
|
|
27
27
|
onClick: () => handleClick(item),
|
|
28
28
|
children: [/*#__PURE__*/_jsx("i", {
|
|
29
|
-
className: `fwe-icon fwe-
|
|
29
|
+
className: `fwe-icon fwe-mr-0 ${item.icon}`
|
|
30
30
|
}), /*#__PURE__*/_jsx("span", {
|
|
31
31
|
children: item.text
|
|
32
32
|
})]
|
|
@@ -46,7 +46,7 @@ function PopoverMenu(_ref) {
|
|
|
46
46
|
"data-testid": "fwe-popover-menu-button",
|
|
47
47
|
className: "fwe-btn fwe-btn-link fwe-dark origin",
|
|
48
48
|
children: /*#__PURE__*/_jsx("i", {
|
|
49
|
-
className: `fwe-icon fwe-
|
|
49
|
+
className: `fwe-icon fwe-mr-0 ${icon}`
|
|
50
50
|
})
|
|
51
51
|
})
|
|
52
52
|
})
|
|
@@ -74,7 +74,7 @@ function TextEditorButton(_ref) {
|
|
|
74
74
|
className: `fr-button-text fwe-text-${type}`,
|
|
75
75
|
children: label
|
|
76
76
|
}), icon && /*#__PURE__*/_jsx("i", {
|
|
77
|
-
className: classNames('fwe-icon fwe-icon-toolbar-list', `fwe-icon-${icon}`, 'fwe-
|
|
77
|
+
className: classNames('fwe-icon fwe-icon-toolbar-list', `fwe-icon-${icon}`, 'fwe-mr-0')
|
|
78
78
|
})]
|
|
79
79
|
})]
|
|
80
80
|
});
|
|
@@ -33,7 +33,7 @@ const Modal = /*#__PURE__*/(0, _react.forwardRef)((_ref, ref) => {
|
|
|
33
33
|
onClick: onClose,
|
|
34
34
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("i", {
|
|
35
35
|
"aria-hidden": "true",
|
|
36
|
-
className: "fwe-icon fwe-icon-close-small"
|
|
36
|
+
className: "fwe-icon fwe-icon-2x fwe-icon-close-small"
|
|
37
37
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
|
|
38
38
|
className: "fwe-sr-only",
|
|
39
39
|
children: "Close"
|
|
@@ -32,7 +32,7 @@ function PopoverMenu(_ref) {
|
|
|
32
32
|
className: "fwe-btn fwe-btn-link fwe-dark",
|
|
33
33
|
onClick: () => handleClick(item),
|
|
34
34
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("i", {
|
|
35
|
-
className: `fwe-icon fwe-
|
|
35
|
+
className: `fwe-icon fwe-mr-0 ${item.icon}`
|
|
36
36
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
|
|
37
37
|
children: item.text
|
|
38
38
|
})]
|
|
@@ -52,7 +52,7 @@ function PopoverMenu(_ref) {
|
|
|
52
52
|
"data-testid": "fwe-popover-menu-button",
|
|
53
53
|
className: "fwe-btn fwe-btn-link fwe-dark origin",
|
|
54
54
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("i", {
|
|
55
|
-
className: `fwe-icon fwe-
|
|
55
|
+
className: `fwe-icon fwe-mr-0 ${icon}`
|
|
56
56
|
})
|
|
57
57
|
})
|
|
58
58
|
})
|
|
@@ -79,7 +79,7 @@ function TextEditorButton(_ref) {
|
|
|
79
79
|
className: `fr-button-text fwe-text-${type}`,
|
|
80
80
|
children: label
|
|
81
81
|
}), icon && /*#__PURE__*/(0, _jsxRuntime.jsx)("i", {
|
|
82
|
-
className: (0, _classnames.default)('fwe-icon fwe-icon-toolbar-list', `fwe-icon-${icon}`, 'fwe-
|
|
82
|
+
className: (0, _classnames.default)('fwe-icon fwe-icon-toolbar-list', `fwe-icon-${icon}`, 'fwe-mr-0')
|
|
83
83
|
})]
|
|
84
84
|
})]
|
|
85
85
|
});
|