@landtrustinc/design-system 1.2.32 → 1.2.33

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/index.js CHANGED
@@ -9066,10 +9066,6 @@ var import_react58 = require("@emotion/react");
9066
9066
  var cardContainerStyles3 = (orientation, hasContentBackground, hasClickHandler) => import_react58.css`
9067
9067
  ${hasClickHandler && `
9068
9068
  cursor: pointer;
9069
-
9070
- &:hover {
9071
- box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
9072
- }
9073
9069
  `}
9074
9070
 
9075
9071
  color: var(--text-primary);