@occmundial/occ-atomic 1.39.0 → 1.39.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,10 @@
1
+ ## [1.39.1](https://github.com/occmundial/occ-atomic/compare/v1.39.0...v1.39.1) (2023-11-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Fix fontWeight ([abb9a49](https://github.com/occmundial/occ-atomic/commit/abb9a4979a6a7e309b3ac23137ae04b33a40a738))
7
+
1
8
  # [1.39.0](https://github.com/occmundial/occ-atomic/compare/v1.38.0...v1.39.0) (2023-11-09)
2
9
 
3
10
 
@@ -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.39.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",