@mindly/ui-components 5.90.1 → 5.90.2

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.
@@ -22,6 +22,7 @@ export declare enum TypographyVariantsEnum {
22
22
  Text14Regular = "Text/14 Regular",
23
23
  Text13Semi = "Text/13 Semi",
24
24
  Text13Regular = "Text/13 Regular",
25
+ Text13Regular150 = "Text/13 Regular/1.5",
25
26
  Text12Regular = "Text/12 Regular",
26
27
  Tabbar10Medium = "Tabbar/10 Medium",
27
28
  Text8Regular = "Text/8 Regular",
package/dist/index.d.ts CHANGED
@@ -1441,6 +1441,7 @@ declare enum TypographyVariantsEnum {
1441
1441
  Text14Regular = "Text/14 Regular",
1442
1442
  Text13Semi = "Text/13 Semi",
1443
1443
  Text13Regular = "Text/13 Regular",
1444
+ Text13Regular150 = "Text/13 Regular/1.5",
1444
1445
  Text12Regular = "Text/12 Regular",
1445
1446
  Tabbar10Medium = "Tabbar/10 Medium",
1446
1447
  Text8Regular = "Text/8 Regular",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.90.1",
3
+ "version": "5.90.2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",