@elliemae/ds-card 2.4.2-rc.11 → 2.4.2-rc.14

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.
@@ -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 ? "\n ".concat(Title, ", ").concat(Description, ", ").concat(RightDescription, ", ").concat(RightValue, " {\n color: ").concat(props.theme.colors.neutral['500'], ";\n }\n ") : '');
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 ? "border-top: ".concat(theme.colors.neutral['100']) : '';
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"
@@ -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 ? "1px solid ".concat(theme.colors.neutral['100']) : '';
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"
@@ -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 ? "\n ".concat(Title, ", ").concat(Description, ", ").concat(RightDescription, ", ").concat(RightValue, " {\n color: ").concat(props.theme.colors.neutral['500'], ";\n }\n ") : '');
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 ? "border-top: ".concat(theme.colors.neutral['100']) : '';
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"
@@ -8,7 +8,7 @@ const CardContainer = /*#__PURE__*/styled(Grid).withConfig({
8
8
  theme,
9
9
  hasBorder
10
10
  } = _ref;
11
- return hasBorder ? "1px solid ".concat(theme.colors.neutral['100']) : '';
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.11",
3
+ "version": "2.4.2-rc.14",
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.11",
72
- "@elliemae/ds-classnames": "2.4.2-rc.11",
73
- "@elliemae/ds-form": "2.4.2-rc.11",
74
- "@elliemae/ds-grid": "2.4.2-rc.11",
75
- "@elliemae/ds-header": "2.4.2-rc.11",
76
- "@elliemae/ds-icons": "2.4.2-rc.11",
77
- "@elliemae/ds-separator": "2.4.2-rc.11",
78
- "@elliemae/ds-system": "2.4.2-rc.11",
79
- "@elliemae/ds-truncated-tooltip-text": "2.4.2-rc.11",
71
+ "@elliemae/ds-button": "2.4.2-rc.14",
72
+ "@elliemae/ds-classnames": "2.4.2-rc.14",
73
+ "@elliemae/ds-form": "2.4.2-rc.14",
74
+ "@elliemae/ds-grid": "2.4.2-rc.14",
75
+ "@elliemae/ds-header": "2.4.2-rc.14",
76
+ "@elliemae/ds-icons": "2.4.2-rc.14",
77
+ "@elliemae/ds-separator": "2.4.2-rc.14",
78
+ "@elliemae/ds-system": "2.4.2-rc.14",
79
+ "@elliemae/ds-truncated-tooltip-text": "2.4.2-rc.14",
80
80
  "react-desc": "~4.1.3"
81
81
  },
82
82
  "devDependencies": {