@redsift/design-system 10.1.0-muiv5-alpha.3 → 10.1.0-muiv5
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.js +2 -2
- package/index.js.map +1 -1
- package/package.json +5 -3
package/index.js
CHANGED
|
@@ -2415,7 +2415,7 @@ const StyledText = styled.span`
|
|
|
2415
2415
|
return $color && Object.keys(NotificationsColorPalette).indexOf($color) !== -1 ? css`
|
|
2416
2416
|
color: var(--redsift-color-notifications-${$color}-primary);
|
|
2417
2417
|
` : Object.keys(NeutralColorPalette).indexOf($color) !== -1 ? css`
|
|
2418
|
-
color: var(--redsift-color-
|
|
2418
|
+
color: var(--redsift-color-neutral-${$color});
|
|
2419
2419
|
` : css`
|
|
2420
2420
|
color: ${$color || css`inherit`};
|
|
2421
2421
|
`;
|
|
@@ -11933,7 +11933,7 @@ const StyledGrid = styled.div`
|
|
|
11933
11933
|
} = _ref2;
|
|
11934
11934
|
return $divider ? css`
|
|
11935
11935
|
overflow: hidden;
|
|
11936
|
-
.redsift-grid-item:not(:empty) {
|
|
11936
|
+
> .redsift-grid-item:not(:empty) {
|
|
11937
11937
|
position: relative;
|
|
11938
11938
|
|
|
11939
11939
|
::before {
|