oolib 2.198.0 → 2.198.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.
@@ -172,18 +172,19 @@ var HeatMapGrid = function (_a) {
172
172
  if (scrollableRef.current) {
173
173
  scrollableRef.current.scrollTop = e.target.scrollTop;
174
174
  }
175
- } }, data.map(function (d, idx) { return (react_1.default.createElement("div", { key: idx, style: {
176
- height: _configs.cellSize + "px",
177
- textAlign: "right",
178
- display: "flex",
179
- alignItems: "center",
180
- justifyContent: "flex-end",
181
- flexShrink: 0,
182
- } },
183
- react_1.default.createElement("div", { ref: function (el) { return setVerticalRef(idx, el); } },
184
- react_1.default.createElement(STYLED_UI_CAPTION_SEMIBOLD_DF, { style: {
185
- maxWidth: yWidth + "px",
186
- } }, d[0].labels.name.length > 50 ? d[0].labels.name.substring(0, 50) + "..." : d[0].labels.name)))); })),
175
+ } }, data.map(function (d, idx) {
176
+ var _a;
177
+ return (react_1.default.createElement("div", { key: idx, style: {
178
+ height: _configs.cellSize + "px",
179
+ textAlign: "right",
180
+ display: "flex",
181
+ alignItems: "center",
182
+ justifyContent: "flex-end",
183
+ flexShrink: 0,
184
+ } },
185
+ react_1.default.createElement("div", { ref: function (el) { return setVerticalRef(idx, el); } },
186
+ react_1.default.createElement(STYLED_UI_CAPTION_SEMIBOLD_DF, { style: { maxWidth: yWidth + "px" } }, (_a = d[0]) === null || _a === void 0 ? void 0 : _a.labels.name))));
187
+ })),
187
188
  react_1.default.createElement("div", { ref: scrollableRef, style: {
188
189
  gridRow: 2,
189
190
  gridColumn: 2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.198.0",
3
+ "version": "2.198.1",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",