@occmundial/occ-atomic 2.0.0-beta.2 → 2.0.0-beta.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -0
- package/build/tokens/fonts.json +5 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
# [2.0.0-beta.3](https://github.com/occmundial/occ-atomic/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2024-04-17)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* Update design tokens ([6c96339](https://github.com/occmundial/occ-atomic/commit/6c963392e0b3af43978a5189bdbe0304e046f47c))
|
7
|
+
|
1
8
|
# [2.0.0-beta.2](https://github.com/occmundial/occ-atomic/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2024-04-17)
|
2
9
|
|
3
10
|
|
package/build/tokens/fonts.json
CHANGED
@@ -108,14 +108,14 @@
|
|
108
108
|
"fontWeight": 400,
|
109
109
|
"lineHeight": 1.1,
|
110
110
|
"fontSize": "72px",
|
111
|
-
"letterSpacing": "-
|
111
|
+
"letterSpacing": "-0.02em"
|
112
112
|
},
|
113
113
|
"heading-h1": {
|
114
114
|
"fontFamily": "'OCC Text'",
|
115
115
|
"fontWeight": 400,
|
116
116
|
"lineHeight": 1.1,
|
117
117
|
"fontSize": "48px",
|
118
|
-
"letterSpacing": "-
|
118
|
+
"letterSpacing": "-0.02em"
|
119
119
|
},
|
120
120
|
"heading-h2": {
|
121
121
|
"fontFamily": "'OCC Text'",
|
@@ -128,7 +128,7 @@
|
|
128
128
|
"fontWeight": 400,
|
129
129
|
"lineHeight": 1.1,
|
130
130
|
"fontSize": "28px",
|
131
|
-
"letterSpacing": "-
|
131
|
+
"letterSpacing": "-0.02em"
|
132
132
|
},
|
133
133
|
"heading-h4": {
|
134
134
|
"fontFamily": "'OCC Text'",
|
@@ -201,14 +201,14 @@
|
|
201
201
|
"fontWeight": 400,
|
202
202
|
"lineHeight": 1.1,
|
203
203
|
"fontSize": "48px",
|
204
|
-
"letterSpacing": "-
|
204
|
+
"letterSpacing": "-0.02em"
|
205
205
|
},
|
206
206
|
"mobile-h1-m": {
|
207
207
|
"fontFamily": "'OCC Text'",
|
208
208
|
"fontWeight": 400,
|
209
209
|
"lineHeight": 1.1,
|
210
210
|
"fontSize": "32px",
|
211
|
-
"letterSpacing": "-
|
211
|
+
"letterSpacing": "-0.02em"
|
212
212
|
},
|
213
213
|
"mobile-h2-m": {
|
214
214
|
"fontFamily": "'OCC Text'",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@occmundial/occ-atomic",
|
3
|
-
"version": "2.0.0-beta.
|
3
|
+
"version": "2.0.0-beta.3",
|
4
4
|
"description": "Collection of shareable styled React components for OCC applications.",
|
5
5
|
"homepage": "http://occmundial.github.io/occ-atomic",
|
6
6
|
"main": "build/index.js",
|