@paubox/ui 0.16.5 → 0.16.7
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/index.esm.js +5 -1
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -24941,7 +24941,7 @@ var MenuItem = function(_param) {
|
|
|
24941
24941
|
onClick: onClick,
|
|
24942
24942
|
style: {
|
|
24943
24943
|
cursor: disabled ? 'not-allowed' : 'pointer',
|
|
24944
|
-
color: disabled ? neutral500 : neutral900
|
|
24944
|
+
color: disabled ? "".concat(neutral500) : "".concat(neutral900)
|
|
24945
24945
|
}
|
|
24946
24946
|
}, props), {
|
|
24947
24947
|
children: [
|
|
@@ -24950,6 +24950,10 @@ var MenuItem = function(_param) {
|
|
|
24950
24950
|
onClick: onClick
|
|
24951
24951
|
}),
|
|
24952
24952
|
/*#__PURE__*/ jsxs(Typography, {
|
|
24953
|
+
style: {
|
|
24954
|
+
cursor: disabled ? 'not-allowed' : 'pointer',
|
|
24955
|
+
color: disabled ? "".concat(neutral500) : "".concat(neutral900)
|
|
24956
|
+
},
|
|
24953
24957
|
variant: "".concat(size === 'small' ? 'label200Regular' : 'label100Regular'),
|
|
24954
24958
|
children: [
|
|
24955
24959
|
icon && /*#__PURE__*/ jsx(IconContainer, {
|