@pingux/astro 1.0.0-alpha.12 → 1.0.0-alpha.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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.0.0-alpha.13](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@1.0.0-alpha.12...@pingux/astro@1.0.0-alpha.13) (2022-01-10)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * [UIP-5063] Inline Button Text Size ([6f03c64](https://gitlab.corp.pingidentity.com/ux/pingux/commit/6f03c64b13dc2237d09acb565282394effd419b8))
12
+
13
+
14
+
15
+
16
+
6
17
  # [1.0.0-alpha.12](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@1.0.0-alpha.11...@pingux/astro@1.0.0-alpha.12) (2022-01-10)
7
18
 
8
19
 
@@ -330,7 +330,7 @@ var inline = _objectSpread(_objectSpread({}, base), {}, {
330
330
  bg: 'white',
331
331
  height: '22px',
332
332
  lineHeight: 1,
333
- fontSize: '14px',
333
+ fontSize: 'sm',
334
334
  borderRadius: '15px',
335
335
  border: '1px solid',
336
336
  borderColor: 'active',
@@ -309,7 +309,7 @@ var inline = _objectSpread(_objectSpread({}, base), {}, {
309
309
  bg: 'white',
310
310
  height: '22px',
311
311
  lineHeight: 1,
312
- fontSize: '14px',
312
+ fontSize: 'sm',
313
313
  borderRadius: '15px',
314
314
  border: '1px solid',
315
315
  borderColor: 'active',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.0.0-alpha.12",
3
+ "version": "1.0.0-alpha.13",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "uxdev@pingidentity.com",
6
6
  "license": "Apache-2.0",