@elliemae/ds-card 2.4.2-rc.12 → 2.4.2-rc.13
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/cjs/detail/styled.js +5 -1
- package/cjs/v2/Group.js +1 -1
- package/cjs/v2/components.js +1 -1
- package/esm/detail/styled.js +5 -1
- package/esm/v2/Group.js +1 -1
- package/esm/v2/components.js +1 -1
- package/package.json +10 -10
package/cjs/detail/styled.js
CHANGED
|
@@ -49,7 +49,11 @@ const background = _ref2 => {
|
|
|
49
49
|
|
|
50
50
|
const Container = /*#__PURE__*/styled__default["default"](dsGrid.Grid).withConfig({
|
|
51
51
|
componentId: "sc-nx8lwv-7"
|
|
52
|
-
})(["width:100%;min-height:52px;min-width:244px;padding:6px 8px 6px 12px;position:relative;border-top:1px solid ", ";border-bottom:1px solid ", ";background:", ";", " &:hover{box-shadow:0 2px 4px 0 rgba(53,60,70,0.5);z-index:1;}"], border, border, background, props => props.disabled ?
|
|
52
|
+
})(["width:100%;min-height:52px;min-width:244px;padding:6px 8px 6px 12px;position:relative;border-top:1px solid ", ";border-bottom:1px solid ", ";background:", ";", " &:hover{box-shadow:0 2px 4px 0 rgba(53,60,70,0.5);z-index:1;}"], border, border, background, props => props.disabled ? `
|
|
53
|
+
${Title}, ${Description}, ${RightDescription}, ${RightValue} {
|
|
54
|
+
color: ${props.theme.colors.neutral['500']};
|
|
55
|
+
}
|
|
56
|
+
` : '');
|
|
53
57
|
|
|
54
58
|
exports.Container = Container;
|
|
55
59
|
exports.Description = Description;
|
package/cjs/v2/Group.js
CHANGED
|
@@ -21,7 +21,7 @@ const Group = /*#__PURE__*/styled__default["default"].div.withConfig({
|
|
|
21
21
|
theme,
|
|
22
22
|
withTopBorder
|
|
23
23
|
} = _ref;
|
|
24
|
-
return withTopBorder ?
|
|
24
|
+
return withTopBorder ? `border-top: ${theme.colors.neutral['100']}` : '';
|
|
25
25
|
});
|
|
26
26
|
const GroupTitle = /*#__PURE__*/styled__default["default"].span.withConfig({
|
|
27
27
|
componentId: "sc-1y2lfoo-1"
|
package/cjs/v2/components.js
CHANGED
|
@@ -16,7 +16,7 @@ const CardContainer = /*#__PURE__*/styled__default["default"](dsGrid.Grid).withC
|
|
|
16
16
|
theme,
|
|
17
17
|
hasBorder
|
|
18
18
|
} = _ref;
|
|
19
|
-
return hasBorder ?
|
|
19
|
+
return hasBorder ? `1px solid ${theme.colors.neutral['100']}` : '';
|
|
20
20
|
}, props => props.theme.colors.neutral['100']);
|
|
21
21
|
const LeftSection = /*#__PURE__*/styled__default["default"].div.withConfig({
|
|
22
22
|
componentId: "sc-1cjakml-1"
|
package/esm/detail/styled.js
CHANGED
|
@@ -41,6 +41,10 @@ const background = _ref2 => {
|
|
|
41
41
|
|
|
42
42
|
const Container = /*#__PURE__*/styled(Grid).withConfig({
|
|
43
43
|
componentId: "sc-nx8lwv-7"
|
|
44
|
-
})(["width:100%;min-height:52px;min-width:244px;padding:6px 8px 6px 12px;position:relative;border-top:1px solid ", ";border-bottom:1px solid ", ";background:", ";", " &:hover{box-shadow:0 2px 4px 0 rgba(53,60,70,0.5);z-index:1;}"], border, border, background, props => props.disabled ?
|
|
44
|
+
})(["width:100%;min-height:52px;min-width:244px;padding:6px 8px 6px 12px;position:relative;border-top:1px solid ", ";border-bottom:1px solid ", ";background:", ";", " &:hover{box-shadow:0 2px 4px 0 rgba(53,60,70,0.5);z-index:1;}"], border, border, background, props => props.disabled ? `
|
|
45
|
+
${Title}, ${Description}, ${RightDescription}, ${RightValue} {
|
|
46
|
+
color: ${props.theme.colors.neutral['500']};
|
|
47
|
+
}
|
|
48
|
+
` : '');
|
|
45
49
|
|
|
46
50
|
export { Container, Description, ExpandContent, RightAddon, RightDescription, RightValue, Separator, Title };
|
package/esm/v2/Group.js
CHANGED
|
@@ -12,7 +12,7 @@ const Group = /*#__PURE__*/styled.div.withConfig({
|
|
|
12
12
|
theme,
|
|
13
13
|
withTopBorder
|
|
14
14
|
} = _ref;
|
|
15
|
-
return withTopBorder ?
|
|
15
|
+
return withTopBorder ? `border-top: ${theme.colors.neutral['100']}` : '';
|
|
16
16
|
});
|
|
17
17
|
const GroupTitle = /*#__PURE__*/styled.span.withConfig({
|
|
18
18
|
componentId: "sc-1y2lfoo-1"
|
package/esm/v2/components.js
CHANGED
|
@@ -8,7 +8,7 @@ const CardContainer = /*#__PURE__*/styled(Grid).withConfig({
|
|
|
8
8
|
theme,
|
|
9
9
|
hasBorder
|
|
10
10
|
} = _ref;
|
|
11
|
-
return hasBorder ?
|
|
11
|
+
return hasBorder ? `1px solid ${theme.colors.neutral['100']}` : '';
|
|
12
12
|
}, props => props.theme.colors.neutral['100']);
|
|
13
13
|
const LeftSection = /*#__PURE__*/styled.div.withConfig({
|
|
14
14
|
componentId: "sc-1cjakml-1"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-card",
|
|
3
|
-
"version": "2.4.2-rc.
|
|
3
|
+
"version": "2.4.2-rc.13",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Card",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -68,15 +68,15 @@
|
|
|
68
68
|
"build": "node ../../scripts/build/build.js"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@elliemae/ds-button": "2.4.2-rc.
|
|
72
|
-
"@elliemae/ds-classnames": "2.4.2-rc.
|
|
73
|
-
"@elliemae/ds-form": "2.4.2-rc.
|
|
74
|
-
"@elliemae/ds-grid": "2.4.2-rc.
|
|
75
|
-
"@elliemae/ds-header": "2.4.2-rc.
|
|
76
|
-
"@elliemae/ds-icons": "2.4.2-rc.
|
|
77
|
-
"@elliemae/ds-separator": "2.4.2-rc.
|
|
78
|
-
"@elliemae/ds-system": "2.4.2-rc.
|
|
79
|
-
"@elliemae/ds-truncated-tooltip-text": "2.4.2-rc.
|
|
71
|
+
"@elliemae/ds-button": "2.4.2-rc.13",
|
|
72
|
+
"@elliemae/ds-classnames": "2.4.2-rc.13",
|
|
73
|
+
"@elliemae/ds-form": "2.4.2-rc.13",
|
|
74
|
+
"@elliemae/ds-grid": "2.4.2-rc.13",
|
|
75
|
+
"@elliemae/ds-header": "2.4.2-rc.13",
|
|
76
|
+
"@elliemae/ds-icons": "2.4.2-rc.13",
|
|
77
|
+
"@elliemae/ds-separator": "2.4.2-rc.13",
|
|
78
|
+
"@elliemae/ds-system": "2.4.2-rc.13",
|
|
79
|
+
"@elliemae/ds-truncated-tooltip-text": "2.4.2-rc.13",
|
|
80
80
|
"react-desc": "~4.1.3"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|