@pingux/astro 1.6.0-alpha.1 → 1.6.0-alpha.2

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.
@@ -281,7 +281,8 @@ var text = {
281
281
  label: _objectSpread(_objectSpread({}, wordWrap), {}, {
282
282
  fontSize: 'sm',
283
283
  color: 'text.secondary',
284
- fontFamily: 'standard'
284
+ fontFamily: 'standard',
285
+ fontWeight: 1
285
286
  }),
286
287
  listTitle: _objectSpread(_objectSpread({}, wordWrap), {}, {
287
288
  fontSize: 'md',
@@ -261,7 +261,8 @@ export var text = {
261
261
  label: _objectSpread(_objectSpread({}, wordWrap), {}, {
262
262
  fontSize: 'sm',
263
263
  color: 'text.secondary',
264
- fontFamily: 'standard'
264
+ fontFamily: 'standard',
265
+ fontWeight: 1
265
266
  }),
266
267
  listTitle: _objectSpread(_objectSpread({}, wordWrap), {}, {
267
268
  fontSize: 'md',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.6.0-alpha.1",
3
+ "version": "1.6.0-alpha.2",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",