@fluid-topics/ft-input-label 2.0.14 → 2.0.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.
@@ -2,7 +2,7 @@ import { FtBaseInputLabel } from "./ft-base-input-label";
2
2
  import { toFtdsBase } from "@fluid-topics/ft-wc-utils";
3
3
  import { designSystemStyles } from "./ftds-input-label.styles";
4
4
  import { FtTypographyCaption } from "@fluid-topics/ft-typography";
5
- class FtdsInputLabel extends toFtdsBase(FtBaseInputLabel) {
5
+ export class FtdsInputLabel extends toFtdsBase(FtBaseInputLabel) {
6
6
  get inputLabelClasses() {
7
7
  return {
8
8
  "ft-input-label": true,
@@ -15,4 +15,3 @@ FtdsInputLabel.styles = [
15
15
  FtTypographyCaption,
16
16
  designSystemStyles
17
17
  ];
18
- export { FtdsInputLabel };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-input-label",
3
- "version": "2.0.14",
3
+ "version": "2.0.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": "2.0.14",
23
- "@fluid-topics/ft-wc-utils": "2.0.14",
22
+ "@fluid-topics/ft-typography": "2.0.16",
23
+ "@fluid-topics/ft-wc-utils": "2.0.16",
24
24
  "lit": "3.1.0"
25
25
  },
26
- "gitHead": "4c50289bffd5b4b58542856830adc1399b93a70f"
26
+ "gitHead": "a972b95acf70b2bfab648ae99cec9d9cbe77c86f"
27
27
  }