@mmb-digital/ds-lilly 0.10.5 → 0.10.6

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.
Files changed (2) hide show
  1. package/dist/ds-lilly.js +1 -2
  2. package/package.json +1 -1
package/dist/ds-lilly.js CHANGED
@@ -98309,10 +98309,9 @@ var ContentTableRow = Object(external_root_React_commonjs2_react_commonjs_react_
98309
98309
  subtitle)); }))),
98310
98310
  hasSubtitleTag && !isMobileDeviceView && (external_root_React_commonjs2_react_commonjs_react_amd_react_umd_react_default.a.createElement(Tag, { iconBackground: subtitleTagIconBackgroundColor, iconName: subtitleTagIconName, imageUrl: subtitleTagIconImageUrl }, subtitleTagText))))),
98311
98311
  contentColumns.map(function (_a, i) {
98312
- var _b;
98313
98312
  var alignContent = _a.alignContent, hideOnExpand = _a.hideOnExpand, hideOnMobile = _a.hideOnMobile;
98314
98313
  return !(isMobileDeviceView && hideOnMobile) ? (external_root_React_commonjs2_react_commonjs_react_amd_react_umd_react_default.a.createElement("td", { key: i, className: classBinder_cx('c-contentTableRow__column', getTextAlignClass(alignContent)) },
98315
- external_root_React_commonjs2_react_commonjs_react_amd_react_umd_react_default.a.createElement("div", { className: classBinder_cx({ 'c-contentTableRow__column--hidden': hideOnExpand && isOpened }) }, (_b = columns[i]) === null || _b === void 0 ? void 0 : _b.map(function (columnContent) { return (external_root_React_commonjs2_react_commonjs_react_amd_react_umd_react_default.a.createElement(Text, { key: columnContent === null || columnContent === void 0 ? void 0 : columnContent.toString(), component: "div", size: "xSmall", theme: "c-contentTableRow__param", type: "secondary" }, columnContent)); })))) : null;
98314
+ external_root_React_commonjs2_react_commonjs_react_amd_react_umd_react_default.a.createElement("div", { className: classBinder_cx({ 'c-contentTableRow__column--hidden': hideOnExpand && isOpened }) }, columns[i]))) : null;
98316
98315
  }),
98317
98316
  amountColumn && !(isMobileDeviceView && amountColumn.hideOnMobile) && (external_root_React_commonjs2_react_commonjs_react_amd_react_umd_react_default.a.createElement("td", { className: classBinder_cx('c-contentTableRow__column c-contentTableRow__amountColumn', getTextAlignClass(amountColumn.alignContent)) },
98318
98317
  external_root_React_commonjs2_react_commonjs_react_amd_react_umd_react_default.a.createElement("div", { className: classBinder_cx({ 'c-contentTableRow__column--hidden': amountColumn.hideOnExpand && isOpened }) },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mmb-digital/ds-lilly",
3
- "version": "0.10.5",
3
+ "version": "0.10.6",
4
4
  "description": "MMB LILLY design system",
5
5
  "license": "UNLICENSED",
6
6
  "sideEffects": false,