trepur_components 0.2.40 → 0.2.43
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/dist/components/index.css +8 -8
- package/dist/fonts/Sora/OFL.txt +93 -0
- package/dist/fonts/Sora/README.txt +70 -0
- package/dist/fonts/Sora/Sora-VariableFont_wght.ttf +0 -0
- package/dist/fonts/Sora/static/Sora-Bold.ttf +0 -0
- package/dist/fonts/Sora/static/Sora-ExtraBold.ttf +0 -0
- package/dist/fonts/Sora/static/Sora-ExtraLight.ttf +0 -0
- package/dist/fonts/Sora/static/Sora-Light.ttf +0 -0
- package/dist/fonts/Sora/static/Sora-Medium.ttf +0 -0
- package/dist/fonts/Sora/static/Sora-Regular.ttf +0 -0
- package/dist/fonts/Sora/static/Sora-SemiBold.ttf +0 -0
- package/dist/fonts/Sora/static/Sora-Thin.ttf +0 -0
- package/dist/index.js +0 -2
- package/package.json +5 -2
- package/dist/components/Carousel/index.css +0 -34
- package/dist/components/Chevron Card/index.js +0 -58
- package/dist/typography/index.js +0 -52
|
@@ -5,56 +5,56 @@
|
|
|
5
5
|
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: "Sora";
|
|
8
|
-
src: url("
|
|
8
|
+
src: url("../fonts/Sora/static/Sora-Thin.ttf") format("truetype");
|
|
9
9
|
font-weight: 100;
|
|
10
10
|
font-style: normal;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
@font-face {
|
|
14
14
|
font-family: "Sora";
|
|
15
|
-
src: url("
|
|
15
|
+
src: url("../fonts/Sora/static/Sora-ExtraLight.ttf") format("truetype");
|
|
16
16
|
font-weight: 200;
|
|
17
17
|
font-style: normal;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
@font-face {
|
|
21
21
|
font-family: "Sora";
|
|
22
|
-
src: url("
|
|
22
|
+
src: url("../fonts/Sora/static/Sora-Light.ttf") format("truetype");
|
|
23
23
|
font-weight: 300;
|
|
24
24
|
font-style: normal;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
@font-face {
|
|
28
28
|
font-family: "Sora";
|
|
29
|
-
src: url("
|
|
29
|
+
src: url("../fonts/Sora/static/Sora-Regular.ttf") format("truetype");
|
|
30
30
|
font-weight: 400;
|
|
31
31
|
font-style: normal;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
@font-face {
|
|
35
35
|
font-family: "Sora";
|
|
36
|
-
src: url("
|
|
36
|
+
src: url("../fonts/Sora/static/Sora-Medium.ttf") format("truetype");
|
|
37
37
|
font-weight: 500;
|
|
38
38
|
font-style: normal;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
@font-face {
|
|
42
42
|
font-family: "Sora";
|
|
43
|
-
src: url("
|
|
43
|
+
src: url("../fonts/Sora/static/Sora-SemiBold.ttf") format("truetype");
|
|
44
44
|
font-weight: 600;
|
|
45
45
|
font-style: normal;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
@font-face {
|
|
49
49
|
font-family: "Sora";
|
|
50
|
-
src: url("
|
|
50
|
+
src: url("../fonts/Sora/static/Sora-Bold.ttf") format("truetype");
|
|
51
51
|
font-weight: 700;
|
|
52
52
|
font-style: normal;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
@font-face {
|
|
56
56
|
font-family: "Sora";
|
|
57
|
-
src: url("
|
|
57
|
+
src: url("../fonts/Sora/static/Sora-ExtraBold.ttf") format("truetype");
|
|
58
58
|
font-weight: 800;
|
|
59
59
|
font-style: normal;
|
|
60
60
|
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
Copyright 2019 The Sora Project Authors (https://github.com/sora-xor/sora-font)
|
|
2
|
+
|
|
3
|
+
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
|
4
|
+
This license is copied below, and is also available with a FAQ at:
|
|
5
|
+
http://scripts.sil.org/OFL
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
-----------------------------------------------------------
|
|
9
|
+
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
|
10
|
+
-----------------------------------------------------------
|
|
11
|
+
|
|
12
|
+
PREAMBLE
|
|
13
|
+
The goals of the Open Font License (OFL) are to stimulate worldwide
|
|
14
|
+
development of collaborative font projects, to support the font creation
|
|
15
|
+
efforts of academic and linguistic communities, and to provide a free and
|
|
16
|
+
open framework in which fonts may be shared and improved in partnership
|
|
17
|
+
with others.
|
|
18
|
+
|
|
19
|
+
The OFL allows the licensed fonts to be used, studied, modified and
|
|
20
|
+
redistributed freely as long as they are not sold by themselves. The
|
|
21
|
+
fonts, including any derivative works, can be bundled, embedded,
|
|
22
|
+
redistributed and/or sold with any software provided that any reserved
|
|
23
|
+
names are not used by derivative works. The fonts and derivatives,
|
|
24
|
+
however, cannot be released under any other type of license. The
|
|
25
|
+
requirement for fonts to remain under this license does not apply
|
|
26
|
+
to any document created using the fonts or their derivatives.
|
|
27
|
+
|
|
28
|
+
DEFINITIONS
|
|
29
|
+
"Font Software" refers to the set of files released by the Copyright
|
|
30
|
+
Holder(s) under this license and clearly marked as such. This may
|
|
31
|
+
include source files, build scripts and documentation.
|
|
32
|
+
|
|
33
|
+
"Reserved Font Name" refers to any names specified as such after the
|
|
34
|
+
copyright statement(s).
|
|
35
|
+
|
|
36
|
+
"Original Version" refers to the collection of Font Software components as
|
|
37
|
+
distributed by the Copyright Holder(s).
|
|
38
|
+
|
|
39
|
+
"Modified Version" refers to any derivative made by adding to, deleting,
|
|
40
|
+
or substituting -- in part or in whole -- any of the components of the
|
|
41
|
+
Original Version, by changing formats or by porting the Font Software to a
|
|
42
|
+
new environment.
|
|
43
|
+
|
|
44
|
+
"Author" refers to any designer, engineer, programmer, technical
|
|
45
|
+
writer or other person who contributed to the Font Software.
|
|
46
|
+
|
|
47
|
+
PERMISSION & CONDITIONS
|
|
48
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
49
|
+
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
|
50
|
+
redistribute, and sell modified and unmodified copies of the Font
|
|
51
|
+
Software, subject to the following conditions:
|
|
52
|
+
|
|
53
|
+
1) Neither the Font Software nor any of its individual components,
|
|
54
|
+
in Original or Modified Versions, may be sold by itself.
|
|
55
|
+
|
|
56
|
+
2) Original or Modified Versions of the Font Software may be bundled,
|
|
57
|
+
redistributed and/or sold with any software, provided that each copy
|
|
58
|
+
contains the above copyright notice and this license. These can be
|
|
59
|
+
included either as stand-alone text files, human-readable headers or
|
|
60
|
+
in the appropriate machine-readable metadata fields within text or
|
|
61
|
+
binary files as long as those fields can be easily viewed by the user.
|
|
62
|
+
|
|
63
|
+
3) No Modified Version of the Font Software may use the Reserved Font
|
|
64
|
+
Name(s) unless explicit written permission is granted by the corresponding
|
|
65
|
+
Copyright Holder. This restriction only applies to the primary font name as
|
|
66
|
+
presented to the users.
|
|
67
|
+
|
|
68
|
+
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
|
69
|
+
Software shall not be used to promote, endorse or advertise any
|
|
70
|
+
Modified Version, except to acknowledge the contribution(s) of the
|
|
71
|
+
Copyright Holder(s) and the Author(s) or with their explicit written
|
|
72
|
+
permission.
|
|
73
|
+
|
|
74
|
+
5) The Font Software, modified or unmodified, in part or in whole,
|
|
75
|
+
must be distributed entirely under this license, and must not be
|
|
76
|
+
distributed under any other license. The requirement for fonts to
|
|
77
|
+
remain under this license does not apply to any document created
|
|
78
|
+
using the Font Software.
|
|
79
|
+
|
|
80
|
+
TERMINATION
|
|
81
|
+
This license becomes null and void if any of the above conditions are
|
|
82
|
+
not met.
|
|
83
|
+
|
|
84
|
+
DISCLAIMER
|
|
85
|
+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
86
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
|
87
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
|
88
|
+
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
|
89
|
+
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
90
|
+
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
|
91
|
+
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
92
|
+
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
|
93
|
+
OTHER DEALINGS IN THE FONT SOFTWARE.
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
Sora Variable Font
|
|
2
|
+
==================
|
|
3
|
+
|
|
4
|
+
This download contains Sora as both a variable font and static fonts.
|
|
5
|
+
|
|
6
|
+
Sora is a variable font with this axis:
|
|
7
|
+
wght
|
|
8
|
+
|
|
9
|
+
This means all the styles are contained in a single file:
|
|
10
|
+
Sora-VariableFont_wght.ttf
|
|
11
|
+
|
|
12
|
+
If your app fully supports variable fonts, you can now pick intermediate styles
|
|
13
|
+
that aren’t available as static fonts. Not all apps support variable fonts, and
|
|
14
|
+
in those cases you can use the static font files for Sora:
|
|
15
|
+
static/Sora-Thin.ttf
|
|
16
|
+
static/Sora-ExtraLight.ttf
|
|
17
|
+
static/Sora-Light.ttf
|
|
18
|
+
static/Sora-Regular.ttf
|
|
19
|
+
static/Sora-Medium.ttf
|
|
20
|
+
static/Sora-SemiBold.ttf
|
|
21
|
+
static/Sora-Bold.ttf
|
|
22
|
+
static/Sora-ExtraBold.ttf
|
|
23
|
+
|
|
24
|
+
Get started
|
|
25
|
+
-----------
|
|
26
|
+
|
|
27
|
+
1. Install the font files you want to use
|
|
28
|
+
|
|
29
|
+
2. Use your app's font picker to view the font family and all the
|
|
30
|
+
available styles
|
|
31
|
+
|
|
32
|
+
Learn more about variable fonts
|
|
33
|
+
-------------------------------
|
|
34
|
+
|
|
35
|
+
https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts
|
|
36
|
+
https://variablefonts.typenetwork.com
|
|
37
|
+
https://medium.com/variable-fonts
|
|
38
|
+
|
|
39
|
+
In desktop apps
|
|
40
|
+
|
|
41
|
+
https://theblog.adobe.com/can-variable-fonts-illustrator-cc
|
|
42
|
+
https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts
|
|
43
|
+
|
|
44
|
+
Online
|
|
45
|
+
|
|
46
|
+
https://developers.google.com/fonts/docs/getting_started
|
|
47
|
+
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide
|
|
48
|
+
https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts
|
|
49
|
+
|
|
50
|
+
Installing fonts
|
|
51
|
+
|
|
52
|
+
MacOS: https://support.apple.com/en-us/HT201749
|
|
53
|
+
Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux
|
|
54
|
+
Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows
|
|
55
|
+
|
|
56
|
+
Android Apps
|
|
57
|
+
|
|
58
|
+
https://developers.google.com/fonts/docs/android
|
|
59
|
+
https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts
|
|
60
|
+
|
|
61
|
+
License
|
|
62
|
+
-------
|
|
63
|
+
Please read the full license text (OFL.txt) to understand the permissions,
|
|
64
|
+
restrictions and requirements for usage, redistribution, and modification.
|
|
65
|
+
|
|
66
|
+
You can use them in your products & projects – print or digital,
|
|
67
|
+
commercial or otherwise.
|
|
68
|
+
|
|
69
|
+
This isn't legal advice, please consider consulting a lawyer and see the full
|
|
70
|
+
license for all details.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -284,6 +284,4 @@ var _UserIcon = _interopRequireDefault(require("./components/UserIcon"));
|
|
|
284
284
|
|
|
285
285
|
var _Video = _interopRequireDefault(require("./components/Video"));
|
|
286
286
|
|
|
287
|
-
require("../fonts/Sora/static/Sora-Bold.ttf");
|
|
288
|
-
|
|
289
287
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "trepur_components",
|
|
3
3
|
"description": "component lib",
|
|
4
4
|
"author": "trepur_ttenneb",
|
|
5
|
-
"version": "0.2.
|
|
5
|
+
"version": "0.2.43",
|
|
6
6
|
"private": false,
|
|
7
7
|
"keywords": [
|
|
8
8
|
"react",
|
|
@@ -29,7 +29,10 @@
|
|
|
29
29
|
"web-vitals": "^2.1.4"
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
|
32
|
-
"build": "NODE_ENV=production babel src/lib --out-dir dist --ignore src/**/*.stories.js --copy-files --no-copy-ignored && rm -rf dist/utils dist/assets",
|
|
32
|
+
"build-old": "NODE_ENV=production babel src/lib --out-dir dist --ignore src/**/*.stories.js --copy-files --no-copy-ignored && rm -rf dist/utils dist/assets",
|
|
33
|
+
"build-test": "NODE_ENV=production babel src/lib --out-dir dist --ignore src/**/*.stories.js --copy-files --no-copy-ignored && rm -rf dist/utils dist/assets && rm -rf dist/typography",
|
|
34
|
+
"build-working": "NODE_ENV=production babel src --out-dir dist --ignore src/**/*.stories.js --copy-files --no-copy-ignored && rm -rf dist/utils dist/assets && rm -rf dist/lib && rm -rf dist/typography",
|
|
35
|
+
"build": "NODE_ENV=production babel src --out-dir dist --ignore src/**/*.stories.js --copy-files --no-copy-ignored && rm -rf dist/lib/utils dist/lib/assets && rm -rf dist/lib/typography",
|
|
33
36
|
"eject": "react-scripts eject",
|
|
34
37
|
"storybook": "start-storybook -p 6006",
|
|
35
38
|
"build-storybook": "build-storybook -s public"
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
.slick-prev {
|
|
2
|
-
left: -55px;
|
|
3
|
-
}
|
|
4
|
-
.slick-prev:before {
|
|
5
|
-
height: 50px;
|
|
6
|
-
color: #31a3dd;
|
|
7
|
-
font-family: "slick";
|
|
8
|
-
font-size: 50px;
|
|
9
|
-
line-height: 1;
|
|
10
|
-
opacity: 1;
|
|
11
|
-
z-index: 5;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.slick-next:before {
|
|
15
|
-
height: 50px;
|
|
16
|
-
color: #31a3dd;
|
|
17
|
-
font-family: "slick";
|
|
18
|
-
font-size: 50px;
|
|
19
|
-
line-height: 1;
|
|
20
|
-
opacity: 1;
|
|
21
|
-
z-index: 5;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.slick-dots li.slick-active button:before {
|
|
25
|
-
color: #31a3dd;
|
|
26
|
-
font-size: 12px;
|
|
27
|
-
opacity: 1;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.slick-dots li button:before {
|
|
31
|
-
color: pink;
|
|
32
|
-
font-size: 12px;
|
|
33
|
-
opacity: 1;
|
|
34
|
-
}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
|
-
require("../index.css");
|
|
11
|
-
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
const ChevronCard = _ref => {
|
|
15
|
-
let {
|
|
16
|
-
id,
|
|
17
|
-
imageClass,
|
|
18
|
-
classNames,
|
|
19
|
-
bordered
|
|
20
|
-
} = _ref;
|
|
21
|
-
let classList = 'border-l border-t border-b h-20 w-32 z-10 bg-white';
|
|
22
|
-
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("div", {
|
|
23
|
-
className: "flex"
|
|
24
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
25
|
-
id: id,
|
|
26
|
-
className: 'border-l border-t border-b h-20 w-32 z-10 bg-white'
|
|
27
|
-
}), /*#__PURE__*/_react.default.createElement("div", {
|
|
28
|
-
id: "chevronLeft",
|
|
29
|
-
className: 'border h-14 w-14 -ml-7 mt-3 rotate-45'
|
|
30
|
-
})), /*#__PURE__*/_react.default.createElement("div", {
|
|
31
|
-
className: "flex-col my-8"
|
|
32
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
33
|
-
id: id,
|
|
34
|
-
className: 'border-l border-t border-r h-32 w-20 z-20 bg-white'
|
|
35
|
-
}), /*#__PURE__*/_react.default.createElement("div", {
|
|
36
|
-
id: "chevronLeft",
|
|
37
|
-
className: 'border h-14 w-14 -mt-7 ml-3 rotate-45 z-0'
|
|
38
|
-
})), /*#__PURE__*/_react.default.createElement("div", {
|
|
39
|
-
className: "flex-col my-16"
|
|
40
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
41
|
-
id: "chevronLeft",
|
|
42
|
-
className: 'border h-14 w-14 -mb-7 ml-3 rotate-45 z-0'
|
|
43
|
-
}), /*#__PURE__*/_react.default.createElement("div", {
|
|
44
|
-
id: id,
|
|
45
|
-
className: 'border-l border-b border-r h-32 w-20 z-20 bg-white'
|
|
46
|
-
})), /*#__PURE__*/_react.default.createElement("div", {
|
|
47
|
-
className: "flex"
|
|
48
|
-
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
49
|
-
id: "chevronLeft",
|
|
50
|
-
className: 'border h-14 w-14 -mr-7 mt-3 rotate-45'
|
|
51
|
-
}), /*#__PURE__*/_react.default.createElement("div", {
|
|
52
|
-
id: id,
|
|
53
|
-
className: 'border-r border-t border-b h-20 w-32 z-10 bg-white'
|
|
54
|
-
})));
|
|
55
|
-
};
|
|
56
|
-
|
|
57
|
-
var _default = ChevronCard;
|
|
58
|
-
exports.default = _default;
|
package/dist/typography/index.js
DELETED
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
|
-
require("../components/index.css");
|
|
11
|
-
|
|
12
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
|
-
const Fonts = _ref => {
|
|
15
|
-
let {} = _ref;
|
|
16
|
-
return /*#__PURE__*/_react.default.createElement("div", null, /*#__PURE__*/_react.default.createElement("p", {
|
|
17
|
-
className: "font-regular text-xs"
|
|
18
|
-
}, "This text is xs"), /*#__PURE__*/_react.default.createElement("p", {
|
|
19
|
-
className: "font-regular text-sm"
|
|
20
|
-
}, "This text is sm"), /*#__PURE__*/_react.default.createElement("p", {
|
|
21
|
-
className: "font-regular text-md"
|
|
22
|
-
}, "This text is md"), /*#__PURE__*/_react.default.createElement("p", {
|
|
23
|
-
className: "font-regular text-lg"
|
|
24
|
-
}, "This text is lg"), /*#__PURE__*/_react.default.createElement("p", {
|
|
25
|
-
className: "font-regular text-xl"
|
|
26
|
-
}, "This text is xl"), /*#__PURE__*/_react.default.createElement("p", {
|
|
27
|
-
className: "font-regular text-2xl"
|
|
28
|
-
}, "This text is 2xl"), /*#__PURE__*/_react.default.createElement("p", {
|
|
29
|
-
className: "font-regular text-3xl"
|
|
30
|
-
}, "This text is 3xl"), /*#__PURE__*/_react.default.createElement("p", {
|
|
31
|
-
className: "font-regular text-4xl"
|
|
32
|
-
}, "This text is 4xl"), /*#__PURE__*/_react.default.createElement("p", {
|
|
33
|
-
className: "text-md font-thin"
|
|
34
|
-
}, "This font is thin"), /*#__PURE__*/_react.default.createElement("p", {
|
|
35
|
-
className: "text-md font-extraLight"
|
|
36
|
-
}, "This font is extra light"), /*#__PURE__*/_react.default.createElement("p", {
|
|
37
|
-
className: "text-md font-light"
|
|
38
|
-
}, "This font is light"), /*#__PURE__*/_react.default.createElement("p", {
|
|
39
|
-
className: "text-md font-regular"
|
|
40
|
-
}, "This font is regular"), /*#__PURE__*/_react.default.createElement("p", {
|
|
41
|
-
className: "text-md font-medium"
|
|
42
|
-
}, "This font is medium"), /*#__PURE__*/_react.default.createElement("p", {
|
|
43
|
-
className: "text-md font-semiBold"
|
|
44
|
-
}, "This font is semi bold"), /*#__PURE__*/_react.default.createElement("p", {
|
|
45
|
-
className: "text-md font-bold"
|
|
46
|
-
}, "This font is bold"), /*#__PURE__*/_react.default.createElement("p", {
|
|
47
|
-
className: "text-md font-extraBold"
|
|
48
|
-
}, "This font is extra bold"));
|
|
49
|
-
};
|
|
50
|
-
|
|
51
|
-
var _default = Fonts;
|
|
52
|
-
exports.default = _default;
|