@fluid-topics/ft-typography 1.0.59 → 1.0.60

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.
@@ -8,7 +8,29 @@ export declare enum FtTypographyVariants {
8
8
  caption = "caption",
9
9
  breadcrumb = "breadcrumb",
10
10
  overline = "overline",
11
- button = "button"
11
+ button = "button",
12
+ display = "display",
13
+ title1 = "title-1",
14
+ title2 = "title-2",
15
+ title3 = "title-3",
16
+ body1regular = "body-1-regular",
17
+ body1medium = "body-1-medium",
18
+ body1semibold = "body-1-semibold",
19
+ body2regular = "body-2-regular",
20
+ body2medium = "body-2-medium",
21
+ body2semibold = "body-2-semibold",
22
+ label1medium = "label-1-medium",
23
+ label1semibold = "label-1-semibold",
24
+ label1bold = "label-1-bold",
25
+ label2medium = "label-2-medium",
26
+ label2semibold = "label-2-semibold",
27
+ label2bold = "label-2-bold",
28
+ caption1medium = "caption-1-medium",
29
+ caption1semibold = "caption-1-semibold",
30
+ caption1bold = "caption-1-bold",
31
+ caption2medium = "caption-2-medium",
32
+ caption2semibold = "caption-2-semibold",
33
+ caption2bold = "caption-2-bold"
12
34
  }
13
35
  export interface FtTypographyProperties {
14
36
  element?: string;
@@ -10,4 +10,27 @@ export var FtTypographyVariants;
10
10
  FtTypographyVariants["breadcrumb"] = "breadcrumb";
11
11
  FtTypographyVariants["overline"] = "overline";
12
12
  FtTypographyVariants["button"] = "button";
13
+ // New design system
14
+ FtTypographyVariants["display"] = "display";
15
+ FtTypographyVariants["title1"] = "title-1";
16
+ FtTypographyVariants["title2"] = "title-2";
17
+ FtTypographyVariants["title3"] = "title-3";
18
+ FtTypographyVariants["body1regular"] = "body-1-regular";
19
+ FtTypographyVariants["body1medium"] = "body-1-medium";
20
+ FtTypographyVariants["body1semibold"] = "body-1-semibold";
21
+ FtTypographyVariants["body2regular"] = "body-2-regular";
22
+ FtTypographyVariants["body2medium"] = "body-2-medium";
23
+ FtTypographyVariants["body2semibold"] = "body-2-semibold";
24
+ FtTypographyVariants["label1medium"] = "label-1-medium";
25
+ FtTypographyVariants["label1semibold"] = "label-1-semibold";
26
+ FtTypographyVariants["label1bold"] = "label-1-bold";
27
+ FtTypographyVariants["label2medium"] = "label-2-medium";
28
+ FtTypographyVariants["label2semibold"] = "label-2-semibold";
29
+ FtTypographyVariants["label2bold"] = "label-2-bold";
30
+ FtTypographyVariants["caption1medium"] = "caption-1-medium";
31
+ FtTypographyVariants["caption1semibold"] = "caption-1-semibold";
32
+ FtTypographyVariants["caption1bold"] = "caption-1-bold";
33
+ FtTypographyVariants["caption2medium"] = "caption-2-medium";
34
+ FtTypographyVariants["caption2semibold"] = "caption-2-semibold";
35
+ FtTypographyVariants["caption2bold"] = "caption-2-bold";
13
36
  })(FtTypographyVariants || (FtTypographyVariants = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-typography",
3
- "version": "1.0.59",
3
+ "version": "1.0.60",
4
4
  "description": "Typography components",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,8 +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-wc-utils": "1.0.59",
22
+ "@fluid-topics/design-system-variables": "0.0.17",
23
+ "@fluid-topics/ft-wc-utils": "1.0.60",
23
24
  "lit": "2.7.2"
24
25
  },
25
- "gitHead": "9412dc7c29ebc722b1b133bba63b1744f4bfdf60"
26
+ "gitHead": "8eb7c2ef052f5d3f61ed0bf150fcaee093805450"
26
27
  }