@fluid-topics/ft-input-label 1.3.15 → 1.3.16

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.
@@ -88,7 +88,7 @@ export const styles = css `
88
88
 
89
89
  .ft-input-label--floating-text {
90
90
  position: absolute;
91
- top: calc(50% - var(--ft-typography-caption-line-height) / 2);
91
+ top: calc(50% - ${FtTypographyCaptionCssVariables.lineHeight} / 2);
92
92
  transition: top 250ms;
93
93
  overflow: hidden;
94
94
  white-space: nowrap;
@@ -132,7 +132,7 @@ export const styles = css `
132
132
  z-index: ${FtInputLabelCssVariables.raisedZIndex};
133
133
  background-color: ${FtInputLabelCssVariables.backgroundColor};
134
134
  border-radius: ${FtInputLabelCssVariables.borderRadius};
135
- top: calc((var(--ft-typography-caption-line-height) / -2) + 2px);
135
+ top: calc((${FtTypographyCaptionCssVariables.lineHeight} / -2) + 2px);
136
136
  }
137
137
 
138
138
  .ft-input-label--outlined.ft-input-label--raised .ft-input-label--text {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-input-label",
3
- "version": "1.3.15",
3
+ "version": "1.3.16",
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": "1.3.15",
23
- "@fluid-topics/ft-wc-utils": "1.3.15",
22
+ "@fluid-topics/ft-typography": "1.3.16",
23
+ "@fluid-topics/ft-wc-utils": "1.3.16",
24
24
  "lit": "3.1.0"
25
25
  },
26
- "gitHead": "5aa2861244264a93f9ce941c3541191eb22a4650"
26
+ "gitHead": "092d409b397263ffef1f860386137eea8e5f7c2c"
27
27
  }