glints-aries 4.0.382 → 4.0.383
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.
|
@@ -12,15 +12,15 @@ export var StyledSideSheetContainer = styled.div.withConfig({
|
|
|
12
12
|
export var StyledSideSheetHeader = styled.div.withConfig({
|
|
13
13
|
displayName: "SideSheetStyle__StyledSideSheetHeader",
|
|
14
14
|
componentId: "sc-z0rzf0-2"
|
|
15
|
-
})(["display:flex;align-items:top;padding:16px 20px;"]);
|
|
15
|
+
})(["display:flex;align-items:top;padding:16px 20px;gap:8px;"]);
|
|
16
16
|
export var StyledButtonContainer = styled.div.withConfig({
|
|
17
17
|
displayName: "SideSheetStyle__StyledButtonContainer",
|
|
18
18
|
componentId: "sc-z0rzf0-3"
|
|
19
|
-
})(["cursor:pointer;margin:
|
|
19
|
+
})(["cursor:pointer;margin-top:3px;svg{width:24px;fill:", ";}"], Neutral.B40);
|
|
20
20
|
export var StyledRightContainer = styled.div.withConfig({
|
|
21
21
|
displayName: "SideSheetStyle__StyledRightContainer",
|
|
22
22
|
componentId: "sc-z0rzf0-4"
|
|
23
|
-
})(["margin-left:auto;"]);
|
|
23
|
+
})(["margin-left:auto;display:flex;align-items:top;"]);
|
|
24
24
|
export var StyledHorizontalLine = styled.hr.withConfig({
|
|
25
25
|
displayName: "SideSheetStyle__StyledHorizontalLine",
|
|
26
26
|
componentId: "sc-z0rzf0-5"
|
|
@@ -21,17 +21,17 @@ exports.StyledSideSheetContainer = StyledSideSheetContainer;
|
|
|
21
21
|
var StyledSideSheetHeader = _styledComponents["default"].div.withConfig({
|
|
22
22
|
displayName: "SideSheetStyle__StyledSideSheetHeader",
|
|
23
23
|
componentId: "sc-z0rzf0-2"
|
|
24
|
-
})(["display:flex;align-items:top;padding:16px 20px;"]);
|
|
24
|
+
})(["display:flex;align-items:top;padding:16px 20px;gap:8px;"]);
|
|
25
25
|
exports.StyledSideSheetHeader = StyledSideSheetHeader;
|
|
26
26
|
var StyledButtonContainer = _styledComponents["default"].div.withConfig({
|
|
27
27
|
displayName: "SideSheetStyle__StyledButtonContainer",
|
|
28
28
|
componentId: "sc-z0rzf0-3"
|
|
29
|
-
})(["cursor:pointer;margin:
|
|
29
|
+
})(["cursor:pointer;margin-top:3px;svg{width:24px;fill:", ";}"], _colors.Neutral.B40);
|
|
30
30
|
exports.StyledButtonContainer = StyledButtonContainer;
|
|
31
31
|
var StyledRightContainer = _styledComponents["default"].div.withConfig({
|
|
32
32
|
displayName: "SideSheetStyle__StyledRightContainer",
|
|
33
33
|
componentId: "sc-z0rzf0-4"
|
|
34
|
-
})(["margin-left:auto;"]);
|
|
34
|
+
})(["margin-left:auto;display:flex;align-items:top;"]);
|
|
35
35
|
exports.StyledRightContainer = StyledRightContainer;
|
|
36
36
|
var StyledHorizontalLine = _styledComponents["default"].hr.withConfig({
|
|
37
37
|
displayName: "SideSheetStyle__StyledHorizontalLine",
|