@occmundial/occ-atomic 1.39.0 → 1.40.0-beta.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [1.40.0-beta.1](https://github.com/occmundial/occ-atomic/compare/v1.39.1...v1.40.0-beta.1) (2024-04-04)
2
+
3
+
4
+ ### Features
5
+
6
+ * Add new design tokens files ([6b8fbcf](https://github.com/occmundial/occ-atomic/commit/6b8fbcf03f272603020686e229cf3ad1bd3e3a3e))
7
+
8
+ ## [1.39.1](https://github.com/occmundial/occ-atomic/compare/v1.39.0...v1.39.1) (2023-11-10)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Fix fontWeight ([abb9a49](https://github.com/occmundial/occ-atomic/commit/abb9a4979a6a7e309b3ac23137ae04b33a40a738))
14
+
1
15
  # [1.39.0](https://github.com/occmundial/occ-atomic/compare/v1.38.0...v1.39.0) (2023-11-09)
2
16
 
3
17
 
@@ -81,6 +81,7 @@ var _default = {
81
81
  }
82
82
  },
83
83
  label: {
84
+ fontWeight: 300,
84
85
  fontFamily: _fonts["default"].body,
85
86
  fontSize: 14,
86
87
  lineHeight: 1.5,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@occmundial/occ-atomic",
3
- "version": "1.39.0",
3
+ "version": "1.40.0-beta.1",
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",