@fxlt/common-ui 0.0.4-rc1 → 0.0.4-rc2

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.
package/fonts.css CHANGED
@@ -1,7 +1,49 @@
1
1
  @font-face {
2
- font-family: 'BeVietnamProRegular';
3
- src: url('./BeVietnamPro-Regular.ttf') format('truetype');
4
- font-weight: normal;
2
+ font-family: 'BeVietnamPro';
3
+ src: url('./BeVietnamPro/BeVietnamPro-Thin.ttf') format('truetype');
4
+ font-weight: 100;
5
+ font-style: normal;
6
+ }
7
+
8
+ @font-face {
9
+ font-family: 'BeVietnamPro';
10
+ src: url('./BeVietnamPro/BeVietnamPro-ExtraLight.ttf') format('truetype');
11
+ font-weight: 200;
12
+ font-style: normal;
13
+ }
14
+
15
+ @font-face {
16
+ font-family: 'BeVietnamPro';
17
+ src: url('./BeVietnamPro/BeVietnamPro-Light.ttf') format('truetype');
18
+ font-weight: 300;
19
+ font-style: normal;
20
+ }
21
+
22
+ @font-face {
23
+ font-family: 'BeVietnamPro';
24
+ src: url('./BeVietnamPro/BeVietnamPro-Regular.ttf') format('truetype');
25
+ font-weight: 400;
26
+ font-style: normal;
27
+ }
28
+
29
+ @font-face {
30
+ font-family: 'BeVietnamPro';
31
+ src: url('./BeVietnamPro/BeVietnamPro-Medium.ttf') format('truetype');
32
+ font-weight: 500;
33
+ font-style: normal;
34
+ }
35
+
36
+ @font-face {
37
+ font-family: 'BeVietnamPro';
38
+ src: url('./BeVietnamPro/BeVietnamPro-SemiBold.ttf') format('truetype');
39
+ font-weight: 600;
40
+ font-style: normal;
41
+ }
42
+
43
+ @font-face {
44
+ font-family: 'BeVietnamPro';
45
+ src: url('./BeVietnamPro/BeVietnamPro-Bold.ttf') format('truetype');
46
+ font-weight: 700;
5
47
  font-style: normal;
6
48
  }
7
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fxlt/common-ui",
3
- "version": "0.0.4-rc1",
3
+ "version": "0.0.4-rc2",
4
4
  "license": "MIT",
5
5
  "main": "bundles/ui.umd.js",
6
6
  "module": "fesm2022/fxlt-common-ui.mjs",
@@ -1,7 +1,49 @@
1
1
  @font-face {
2
- font-family: 'BeVietnamProRegular';
3
- src: url('./BeVietnamPro-Regular.ttf') format('truetype');
4
- font-weight: normal;
2
+ font-family: 'BeVietnamPro';
3
+ src: url('./BeVietnamPro/BeVietnamPro-Thin.ttf') format('truetype');
4
+ font-weight: 100;
5
+ font-style: normal;
6
+ }
7
+
8
+ @font-face {
9
+ font-family: 'BeVietnamPro';
10
+ src: url('./BeVietnamPro/BeVietnamPro-ExtraLight.ttf') format('truetype');
11
+ font-weight: 200;
12
+ font-style: normal;
13
+ }
14
+
15
+ @font-face {
16
+ font-family: 'BeVietnamPro';
17
+ src: url('./BeVietnamPro/BeVietnamPro-Light.ttf') format('truetype');
18
+ font-weight: 300;
19
+ font-style: normal;
20
+ }
21
+
22
+ @font-face {
23
+ font-family: 'BeVietnamPro';
24
+ src: url('./BeVietnamPro/BeVietnamPro-Regular.ttf') format('truetype');
25
+ font-weight: 400;
26
+ font-style: normal;
27
+ }
28
+
29
+ @font-face {
30
+ font-family: 'BeVietnamPro';
31
+ src: url('./BeVietnamPro/BeVietnamPro-Medium.ttf') format('truetype');
32
+ font-weight: 500;
33
+ font-style: normal;
34
+ }
35
+
36
+ @font-face {
37
+ font-family: 'BeVietnamPro';
38
+ src: url('./BeVietnamPro/BeVietnamPro-SemiBold.ttf') format('truetype');
39
+ font-weight: 600;
40
+ font-style: normal;
41
+ }
42
+
43
+ @font-face {
44
+ font-family: 'BeVietnamPro';
45
+ src: url('./BeVietnamPro/BeVietnamPro-Bold.ttf') format('truetype');
46
+ font-weight: 700;
5
47
  font-style: normal;
6
48
  }
7
49
 
@@ -9,7 +9,7 @@
9
9
  @tailwind utilities;
10
10
 
11
11
  html, body {
12
- font-family: 'BeVietnamProRegular';
12
+ font-family: 'BeVietnamPro';
13
13
  margin: 0;
14
14
  padding: 0;
15
15
  height: 100%;
package/tailwind.css CHANGED
@@ -9,7 +9,7 @@
9
9
  @tailwind utilities;
10
10
 
11
11
  html, body {
12
- font-family: 'BeVietnamProRegular';
12
+ font-family: 'BeVietnamPro';
13
13
  margin: 0;
14
14
  padding: 0;
15
15
  height: 100%;