@mysetup/typography 2.0.12 → 2.0.13
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/styles.css +111 -46
- package/package.json +6 -6
package/dist/styles.css
CHANGED
|
@@ -1,74 +1,139 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
.headline1 {
|
|
2
|
+
font-size: 30px;
|
|
3
|
+
line-height: 36px;
|
|
4
|
+
}
|
|
5
|
+
@media (min-width: 1024px) {
|
|
4
6
|
.headline1 {
|
|
5
|
-
|
|
7
|
+
font-size: 34px;
|
|
8
|
+
line-height: 42px;
|
|
6
9
|
}
|
|
10
|
+
}
|
|
7
11
|
|
|
12
|
+
.headline2 {
|
|
13
|
+
font-size: 22px;
|
|
14
|
+
line-height: 26px;
|
|
15
|
+
}
|
|
16
|
+
@media (min-width: 1024px) {
|
|
8
17
|
.headline2 {
|
|
9
|
-
|
|
18
|
+
font-size: 28px;
|
|
19
|
+
line-height: 36px;
|
|
10
20
|
}
|
|
21
|
+
}
|
|
11
22
|
|
|
23
|
+
.headline3 {
|
|
24
|
+
font-size: 20px;
|
|
25
|
+
line-height: 25px;
|
|
26
|
+
}
|
|
27
|
+
@media (min-width: 1024px) {
|
|
12
28
|
.headline3 {
|
|
13
|
-
|
|
29
|
+
font-size: 24px;
|
|
30
|
+
line-height: 28px;
|
|
14
31
|
}
|
|
32
|
+
}
|
|
15
33
|
|
|
34
|
+
.headline4 {
|
|
35
|
+
font-size: 15px;
|
|
36
|
+
line-height: 22px;
|
|
37
|
+
text-transform: uppercase;
|
|
38
|
+
}
|
|
39
|
+
@media (min-width: 1024px) {
|
|
16
40
|
.headline4 {
|
|
17
|
-
|
|
41
|
+
font-size: 17px;
|
|
42
|
+
line-height: 23px;
|
|
18
43
|
}
|
|
44
|
+
}
|
|
19
45
|
|
|
46
|
+
.headline5 {
|
|
47
|
+
font-size: 15px;
|
|
48
|
+
line-height: 22px;
|
|
49
|
+
}
|
|
50
|
+
@media (min-width: 1024px) {
|
|
20
51
|
.headline5 {
|
|
21
|
-
|
|
52
|
+
font-size: 17px;
|
|
53
|
+
line-height: 25px;
|
|
22
54
|
}
|
|
55
|
+
}
|
|
23
56
|
|
|
57
|
+
.headline6 {
|
|
58
|
+
font-size: 13px;
|
|
59
|
+
line-height: 20px;
|
|
60
|
+
}
|
|
61
|
+
@media (min-width: 1024px) {
|
|
24
62
|
.headline6 {
|
|
25
|
-
|
|
63
|
+
font-size: 16px;
|
|
64
|
+
line-height: 24px;
|
|
26
65
|
}
|
|
66
|
+
}
|
|
27
67
|
|
|
68
|
+
.headline7 {
|
|
69
|
+
font-size: 11px;
|
|
70
|
+
line-height: 26px;
|
|
71
|
+
}
|
|
72
|
+
@media (min-width: 1024px) {
|
|
28
73
|
.headline7 {
|
|
29
|
-
|
|
74
|
+
font-size: 12px;
|
|
75
|
+
line-height: 18px;
|
|
30
76
|
}
|
|
77
|
+
}
|
|
31
78
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
79
|
+
.paragraph {
|
|
80
|
+
font-size: 14px;
|
|
81
|
+
line-height: 21px;
|
|
82
|
+
letter-spacing: 0.3px;
|
|
83
|
+
}
|
|
35
84
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
85
|
+
.paragraph-small {
|
|
86
|
+
font-size: 12px;
|
|
87
|
+
line-height: 18px;
|
|
88
|
+
letter-spacing: 0.6px;
|
|
89
|
+
}
|
|
39
90
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
91
|
+
.eyebrow {
|
|
92
|
+
font-size: 11px;
|
|
93
|
+
line-height: 21px;
|
|
94
|
+
letter-spacing: 1.09px;
|
|
95
|
+
}
|
|
43
96
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
97
|
+
.disclaimer {
|
|
98
|
+
font-size: 12px;
|
|
99
|
+
line-height: 18px;
|
|
100
|
+
letter-spacing: 0.13px;
|
|
101
|
+
}
|
|
47
102
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
.
|
|
52
|
-
|
|
53
|
-
}
|
|
54
|
-
.quotes {
|
|
55
|
-
@apply text-[24px] leading-[21px] tracking-[0.3px] italic;
|
|
56
|
-
}
|
|
103
|
+
.disclaimer-small {
|
|
104
|
+
font-size: 10px;
|
|
105
|
+
line-height: 18px;
|
|
106
|
+
letter-spacing: 0.11px;
|
|
107
|
+
}
|
|
57
108
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
109
|
+
.usecode {
|
|
110
|
+
font-size: 14px;
|
|
111
|
+
line-height: 21px;
|
|
112
|
+
letter-spacing: 0.3px;
|
|
113
|
+
}
|
|
63
114
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
115
|
+
.quotes {
|
|
116
|
+
font-size: 24px;
|
|
117
|
+
line-height: 21px;
|
|
118
|
+
letter-spacing: 0.3px;
|
|
119
|
+
font-style: italic;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
[class*="headline"].display {
|
|
123
|
+
font-family: var(--font-display);
|
|
124
|
+
line-height: 44px;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.link {
|
|
128
|
+
font-size: 14px;
|
|
129
|
+
line-height: 21px;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.link-small {
|
|
133
|
+
font-size: 10px !important;
|
|
134
|
+
line-height: 21px;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.text-default-color {
|
|
138
|
+
color: #3F51B5;
|
|
74
139
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mysetup/typography",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.13",
|
|
4
4
|
"description": "React typography components and CSS styles for UI applications.",
|
|
5
5
|
"author": "krishnaraj <krishnaraj.webdev@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,16 +33,16 @@
|
|
|
33
33
|
"./package.json": "./package.json"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@mysetup/classnames": "2.0.
|
|
36
|
+
"@mysetup/classnames": "2.0.10"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"react": "^18.3.1 || ^19.0.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@mysetup/eslint-config": "2.0.
|
|
43
|
-
"@mysetup/jest-config": "2.0.
|
|
44
|
-
"@mysetup/prettier-config": "2.0.
|
|
45
|
-
"@mysetup/tsconfig": "2.0.
|
|
42
|
+
"@mysetup/eslint-config": "2.0.11",
|
|
43
|
+
"@mysetup/jest-config": "2.0.10",
|
|
44
|
+
"@mysetup/prettier-config": "2.0.10",
|
|
45
|
+
"@mysetup/tsconfig": "2.0.10",
|
|
46
46
|
"@testing-library/react": "^16.2.0",
|
|
47
47
|
"@types/jest": "^29.5.14",
|
|
48
48
|
"@types/jest-axe": "^3.5.9",
|