@lemon-fe/components 1.4.3 → 1.4.4

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.
@@ -417,6 +417,7 @@
417
417
  z-index: 2;
418
418
  box-sizing: border-box;
419
419
  width: 100%;
420
+ height: ~'min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height))';
420
421
  padding: 0 2px;
421
422
  overflow: hidden;
422
423
  background-color: transparent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon-fe/components",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "",
6
6
  "license": "MIT",
@@ -58,5 +58,5 @@
58
58
  "publishConfig": {
59
59
  "registry": "https://registry.npmjs.org"
60
60
  },
61
- "gitHead": "89c6d77c7ed63499aee98141b4934e1c3d810b7c"
61
+ "gitHead": "7682801e725b1204d58cdb2ffde7b70657982496"
62
62
  }