@paygreen/pgui 2.14.7 → 2.14.8

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/dist/esm/index.js CHANGED
@@ -180,7 +180,7 @@ var ActionsButton = forwardRef(function (_a, ref) {
180
180
  ActionsButton.displayName = 'ActionsButton';
181
181
 
182
182
  var Card = function (props) {
183
- var bgColor = useColorModeValue('white', 'gray.900');
183
+ var bgColor = useColorModeValue('white', 'whiteAlpha.50');
184
184
  var borderColor = useColorModeValue('gray.100', 'gray.700');
185
185
  return (React__default.createElement(Card$1, __assign$2({ p: 6, backgroundColor: bgColor, borderWidth: "1px", borderStyle: "solid", borderColor: borderColor, h: "fit-content", w: "full" }, props)));
186
186
  };
@@ -355,7 +355,7 @@ var DataListFooter = function (_a) {
355
355
  var rest = __rest$2(_a, []);
356
356
  return (React__default.createElement(Box, { mt: "auto" },
357
357
  React__default.createElement(Flex, __assign$2({ fontSize: "sm", mt: "-1px", borderTop: "1px solid", p: "2", align: "center", bg: "white", borderTopColor: "gray.100", color: "gray.600", _dark: {
358
- bg: 'blackAlpha.50',
358
+ bg: 'whiteAlpha.50',
359
359
  color: 'gray.300',
360
360
  borderTopColor: 'gray.900'
361
361
  } }, rest))));
@@ -368,7 +368,7 @@ var DataList = function (_a) {
368
368
  columns: columns,
369
369
  isHover: isHover
370
370
  } },
371
- React__default.createElement(Accordion, __assign$2({ border: "2px solid", borderBottom: "none", borderColor: useColorModeValue('gray.100', 'gray.700'), borderRadius: "md", display: "flex", flexDirection: "column", position: "relative", boxShadow: "md", overflow: "hidden", allowMultiple: !allowToggle ? allowMultiple : false, allowToggle: allowToggle, bg: useColorModeValue('white', 'gray.900') }, rest))));
371
+ React__default.createElement(Accordion, __assign$2({ border: "2px solid", borderBottom: "none", borderColor: useColorModeValue('gray.100', 'gray.700'), borderRadius: "md", display: "flex", flexDirection: "column", position: "relative", boxShadow: "md", overflow: "hidden", allowMultiple: !allowToggle ? allowMultiple : false, allowToggle: allowToggle, bg: useColorModeValue('white', 'whiteAlpha.50') }, rest))));
372
372
  };
373
373
 
374
374
  var FormGroup = function (_a) {