@pingux/astro 1.26.1-alpha.3 → 1.26.1-alpha.4

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.
@@ -24,18 +24,21 @@ var _default = {
24
24
  title: 'Recipes/StatsCircle'
25
25
  };
26
26
  exports["default"] = _default;
27
+ var sx = {
28
+ statsCircle: {
29
+ border: '3px solid',
30
+ borderColor: _colors.active,
31
+ borderRadius: '100%',
32
+ alignItems: 'center',
33
+ justifyContent: 'center'
34
+ }
35
+ };
27
36
 
28
37
  var Default = function Default() {
29
38
  return (0, _react2.jsx)(_Box["default"], {
30
39
  width: "110px",
31
40
  height: "110px",
32
- sx: {
33
- 'border': '3px solid',
34
- 'borderColor': _colors.active,
35
- 'borderRadius': '100%',
36
- 'alignItems': 'center',
37
- 'justifyContent': 'center'
38
- }
41
+ sx: sx.statsCircle
39
42
  }, (0, _react2.jsx)(_Text["default"], {
40
43
  fontSize: 30
41
44
  }, "63"), (0, _react2.jsx)(_Text["default"], {
@@ -6,17 +6,20 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
6
6
  export default {
7
7
  title: 'Recipes/StatsCircle'
8
8
  };
9
+ var sx = {
10
+ statsCircle: {
11
+ border: '3px solid',
12
+ borderColor: active,
13
+ borderRadius: '100%',
14
+ alignItems: 'center',
15
+ justifyContent: 'center'
16
+ }
17
+ };
9
18
  export var Default = function Default() {
10
19
  return ___EmotionJSX(Box, {
11
20
  width: "110px",
12
21
  height: "110px",
13
- sx: {
14
- 'border': '3px solid',
15
- 'borderColor': active,
16
- 'borderRadius': '100%',
17
- 'alignItems': 'center',
18
- 'justifyContent': 'center'
19
- }
22
+ sx: sx.statsCircle
20
23
  }, ___EmotionJSX(Text, {
21
24
  fontSize: 30
22
25
  }, "63"), ___EmotionJSX(Text, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.26.1-alpha.3",
3
+ "version": "1.26.1-alpha.4",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",