oolib 2.199.0 → 2.199.1

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.
@@ -35,7 +35,7 @@ var SelectDropdown = function (_a) {
35
35
  };
36
36
  var TypoComp = S ? Typo2_1.UI_BODY_SM_DF : Typo2_1.UI_BODY_SM_DF;
37
37
  var genSelectComp = function () { return (react_1.default.createElement(styled_1.StyledSelectWrapper, { tabIndex: 0, S: S, isPlaceholder: (Array.isArray(value) && (value === null || value === void 0 ? void 0 : value.length) < 1) || !value, disabled: disabled, style: selectStyleOverride, variant: variant, showOptions: showOptions, id: "StyledSelectWrapper" },
38
- react_1.default.createElement("div", { style: { display: "flex", gap: "1rem", alignItems: "center", zIndex: 1 } },
38
+ react_1.default.createElement("div", { style: { display: "flex", gap: "1rem", alignItems: "center", zIndex: 1, padding: S ? "0.4rem 0" : "1rem 0" } },
39
39
  showElem('color') && (0, genColor_1.genColor)({ color: value === null || value === void 0 ? void 0 : value.color }),
40
40
  showElem("icon") && (0, genIcon_1.genIcon)({ icon: value === null || value === void 0 ? void 0 : value.icon, S: S }),
41
41
  showElem("display") && (react_1.default.createElement(TypoComp
@@ -43,7 +43,7 @@ var themes_1 = require("../../../../themes");
43
43
  var globalStyles_1 = require("../../../../themes/globalStyles");
44
44
  exports.StyledSelectWrapper = styled_components_1.default.div(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: space-between;\n cursor: pointer;\n position: relative;\n min-height: 4rem;\n \n ", "\n ", "\n\n ", ";\n \n ", "\n \n ", "\n ", ";\n ", "\n"], ["\n display: flex;\n align-items: center;\n justify-content: space-between;\n cursor: pointer;\n position: relative;\n min-height: 4rem;\n \n ", "\n ", "\n\n ", ";\n \n ", "\n \n ", "\n ", ";\n ", "\n"])), function (_a) {
45
45
  var S = _a.S;
46
- return S ? (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n min-height: auto;\n height: 3.6rem;\n "], ["\n min-height: auto;\n height: 3.6rem;\n "]))) : (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n min-height: auto;\n height: 4.5rem;\n "], ["\n min-height: auto;\n height: 4.5rem;\n "])));
46
+ return S ? (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n min-height: 3.6rem;\n "], ["\n min-height: 3.6rem;\n "]))) : (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n min-height: 4.5rem;\n "], ["\n min-height: 4.5rem;\n "])));
47
47
  }, function (_a) {
48
48
  var disabled = _a.disabled;
49
49
  return disabled && (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n pointer-events: none;\n "], ["\n pointer-events: none;\n "])));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.199.0",
3
+ "version": "2.199.1",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",