oolib 2.223.2 → 2.223.3

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.
@@ -47,7 +47,7 @@ var isElementInViewport = function (el) {
47
47
  rect.right <= (window.innerWidth || document.documentElement.clientWidth));
48
48
  };
49
49
  exports.isElementInViewport = isElementInViewport;
50
- exports.ellipsis = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n"], ["\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n"])));
50
+ exports.ellipsis = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n\n .-locale-hi- & {\n padding-block: 1px;\n }\n"], ["\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n\n .-locale-hi- & {\n padding-block: 1px;\n }\n"])));
51
51
  /**
52
52
  * Generates a CSS rule to clamp the number of lines of text displayed.
53
53
  *
@@ -30,5 +30,5 @@ exports.StyledListItemWrapper = styled_components_1.default.li(templateObject_1
30
30
  return "".concat(grey10);
31
31
  });
32
32
  exports.StyledRightSection = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n margin-top: 0.1rem;\n display: flex;\n gap: 0.5rem;\n align-self: flex-start;\n justify-content: space-between;\n"], ["\n margin-top: 0.1rem;\n display: flex;\n gap: 0.5rem;\n align-self: flex-start;\n justify-content: space-between;\n"])));
33
- exports.StyledWrapper = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n ", "\n\n .-locale-hi- & {\n overflow: unset;\n }\n"], ["\n ", "\n\n .-locale-hi- & {\n overflow: unset;\n }\n"])), mixins_1.ellipsis);
33
+ exports.StyledWrapper = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n ", "\n"], ["\n ", "\n"])), mixins_1.ellipsis);
34
34
  var templateObject_1, templateObject_2, templateObject_3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.223.2",
3
+ "version": "2.223.3",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",