@lemon-fe/components 1.4.5 → 1.4.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.
@@ -446,7 +446,8 @@
446
446
  }
447
447
 
448
448
  .ag-cell-focus & {
449
- padding: 0 2px;
449
+ padding: 2px;
450
+ line-height: ~'calc(min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height)) - 4px)';
450
451
  }
451
452
 
452
453
  &-text {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon-fe/components",
3
- "version": "1.4.5",
3
+ "version": "1.4.6",
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": "cf78266942bbaffd2c608e32e7e591067abd71df"
61
+ "gitHead": "06d482ae76eb0ad7101dde6076ac379184298ec5"
62
62
  }