@fluid-topics/ft-input-label 0.2.20 → 0.2.21

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.
@@ -125,7 +125,6 @@ FtInputLabel.styles = [
125
125
  position: absolute;
126
126
  top: calc(50% - var(--ft-typography-caption-line-height) / 2);
127
127
  transition: top 250ms;
128
- width: calc(100% - 8px);
129
128
  overflow: hidden;
130
129
  white-space: nowrap;
131
130
  text-overflow: ellipsis;
@@ -191,7 +191,6 @@ const R=Symbol.for(""),W=t=>{var i,e;if((null===(i=t)||void 0===i?void 0:i.r)===
191
191
  position: absolute;
192
192
  top: calc(50% - var(--ft-typography-caption-line-height) / 2);
193
193
  transition: top 250ms;
194
- width: calc(100% - 8px);
195
194
  overflow: hidden;
196
195
  white-space: nowrap;
197
196
  text-overflow: ellipsis;
@@ -264,7 +264,6 @@ const ut=(t=>(...e)=>({_$litDirective$:t,values:e}))(class extends class{constru
264
264
  position: absolute;
265
265
  top: calc(50% - var(--ft-typography-caption-line-height) / 2);
266
266
  transition: top 250ms;
267
- width: calc(100% - 8px);
268
267
  overflow: hidden;
269
268
  white-space: nowrap;
270
269
  text-overflow: ellipsis;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-input-label",
3
- "version": "0.2.20",
3
+ "version": "0.2.21",
4
4
  "description": "Dynamic label with outline",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,9 +19,9 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-typography": "^0.2.20",
23
- "@fluid-topics/ft-wc-utils": "^0.2.20",
22
+ "@fluid-topics/ft-typography": "^0.2.21",
23
+ "@fluid-topics/ft-wc-utils": "^0.2.21",
24
24
  "lit": "2.1.3"
25
25
  },
26
- "gitHead": "12b770753cd907c340153c5f9fed0909ecb1eefc"
26
+ "gitHead": "081fdb95b1d88ac385722f9d37abb3ff9e20efd1"
27
27
  }