orcs-design-system 2.0.89 → 2.0.91
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.
|
@@ -89,7 +89,7 @@ export var ActionsMenuItem = styled(function (props) {
|
|
|
89
89
|
}).withConfig({
|
|
90
90
|
displayName: "ActionsMenu__ActionsMenuItem",
|
|
91
91
|
componentId: "yvbni2-5"
|
|
92
|
-
})(["white-space:nowrap;display:block;width:100%;text-align:left;cursor:pointer;padding:8px;appearance:none;background-color:", ";border:none;color:", ";font-size:", ";line-height:", ";font-family:", ";font-weight:", ";text-decoration:none;border-bottom:solid 1px ", ";transition:", ";&:hover,&:focus{outline:0;background-color:", ";}&:last-child{border-bottom:none;}"], function (props) {
|
|
92
|
+
})(["white-space:nowrap;display:block;width:100%;text-align:left;cursor:pointer;margin:0;padding:8px;appearance:none;background-color:", ";border:none;color:", ";font-size:", ";line-height:", ";font-family:", ";font-weight:", ";text-decoration:none;border-bottom:solid 1px ", ";transition:", ";&:hover,&:focus{outline:0;background-color:", ";}&:last-child{border-bottom:none;}"], function (props) {
|
|
93
93
|
return props.selected ? themeGet("colors.successDark")(props) : "transparent";
|
|
94
94
|
}, function (props) {
|
|
95
95
|
return themeGet("colors.white")(props);
|
|
@@ -48,6 +48,7 @@ var TextContent = styled("div").withConfig({
|
|
|
48
48
|
fontSize: themeGet("fontSizes.1")(props)
|
|
49
49
|
},
|
|
50
50
|
large: {
|
|
51
|
+
marginLeft: "16px",
|
|
51
52
|
fontSize: themeGet("fontSizes.2")(props)
|
|
52
53
|
}
|
|
53
54
|
}
|
|
@@ -83,8 +84,8 @@ var Image = styled("img").withConfig({
|
|
|
83
84
|
height: "38px"
|
|
84
85
|
},
|
|
85
86
|
large: {
|
|
86
|
-
width: "
|
|
87
|
-
height: "
|
|
87
|
+
width: "80px",
|
|
88
|
+
height: "80px"
|
|
88
89
|
}
|
|
89
90
|
}
|
|
90
91
|
}), variant({
|
|
@@ -135,8 +136,8 @@ var Shape = styled("div").withConfig({
|
|
|
135
136
|
height: "38px"
|
|
136
137
|
},
|
|
137
138
|
large: {
|
|
138
|
-
width: "
|
|
139
|
-
height: "
|
|
139
|
+
width: "80px",
|
|
140
|
+
height: "80px"
|
|
140
141
|
},
|
|
141
142
|
"default": {}
|
|
142
143
|
}
|
|
@@ -8,7 +8,7 @@ import { themeGet } from "@styled-system/theme-get";
|
|
|
8
8
|
var TagWrapper = styled.div.withConfig({
|
|
9
9
|
displayName: "Tag__TagWrapper",
|
|
10
10
|
componentId: "sc-1dh2aa8-0"
|
|
11
|
-
})(["", " ", " display:flex;align-items:center;justify-content:center;"], space, layout);
|
|
11
|
+
})(["", " ", " display:flex;align-items:center;justify-content:center;> button{margin:0;}"], space, layout);
|
|
12
12
|
var TagValue = styled.button.withConfig({
|
|
13
13
|
displayName: "Tag__TagValue",
|
|
14
14
|
componentId: "sc-1dh2aa8-1"
|