@fluid-topics/ft-text-area 0.2.19 → 0.2.22

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.
@@ -260,7 +260,6 @@ const U=Symbol.for(""),R=t=>{var e,i;if((null===(e=t)||void 0===e?void 0:e.r)===
260
260
  position: absolute;
261
261
  top: calc(50% - var(--ft-typography-caption-line-height) / 2);
262
262
  transition: top 250ms;
263
- width: calc(100% - 8px);
264
263
  overflow: hidden;
265
264
  white-space: nowrap;
266
265
  text-overflow: ellipsis;
@@ -354,7 +354,6 @@ class Le extends vt{constructor(t){if(super(t),this.it=W,t.type!==gt)throw Error
354
354
  position: absolute;
355
355
  top: calc(50% - var(--ft-typography-caption-line-height) / 2);
356
356
  transition: top 250ms;
357
- width: calc(100% - 8px);
358
357
  overflow: hidden;
359
358
  white-space: nowrap;
360
359
  text-overflow: ellipsis;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-text-area",
3
- "version": "0.2.19",
3
+ "version": "0.2.22",
4
4
  "description": "A fluidtopics text field",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,10 +19,10 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-resizer": "^0.2.19",
23
- "@fluid-topics/ft-ripple": "^0.2.19",
24
- "@fluid-topics/ft-wc-utils": "^0.2.19",
22
+ "@fluid-topics/ft-resizer": "^0.2.22",
23
+ "@fluid-topics/ft-ripple": "^0.2.22",
24
+ "@fluid-topics/ft-wc-utils": "^0.2.22",
25
25
  "lit": "2.1.3"
26
26
  },
27
- "gitHead": "d61a4095bbb6a067c6e0a0389dc934264c9a4b55"
27
+ "gitHead": "ab090c14b14524bfa890cffb6fe3a38f2362dea9"
28
28
  }