@pingux/astro 1.8.0 → 1.9.0-alpha.1

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.8.1](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@1.8.0...@pingux/astro@1.8.1) (2022-04-14)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Hotfix patch for 2022-04-14 release ([be33f54](https://gitlab.corp.pingidentity.com/ux/pingux/commit/be33f5434620f4275df91cc5ecdc15985364666d))
12
+
13
+
14
+
15
+
16
+
6
17
  # [1.8.0](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@1.7.0...@pingux/astro@1.8.0) (2022-04-14)
7
18
 
8
19
 
@@ -72,7 +72,7 @@ var WithCustomThemeOverride = function WithCustomThemeOverride() {
72
72
  }, (0, _react2.jsx)(_index.Text, {
73
73
  variant: "title",
74
74
  mb: "sm"
75
- }, "This is the heading variant with a custom theme applied."), (0, _react2.jsx)(_index.Text, {
75
+ }, "This is the heading variant with a custom theme applied. "), (0, _react2.jsx)(_index.Text, {
76
76
  variant: "body",
77
77
  mb: "sm"
78
78
  }, "The body variant is not mentioned in the custom theme, so it inherits styles from the default Astro theme."), (0, _react2.jsx)(_index.Button, {
@@ -69,7 +69,6 @@ var defaultHover = {
69
69
  boxShadow: 'standard'
70
70
  };
71
71
  var defaultFocus = {
72
- boxShadow: 'focus',
73
72
  outline: '1px solid',
74
73
  outlineColor: 'active',
75
74
  outlineOffset: '4px'
@@ -482,8 +481,7 @@ var colorField = {
482
481
  outline: 'none'
483
482
  },
484
483
  '&.is-focused': {
485
- borderColor: 'accent.80',
486
- boxShadow: 'focus'
484
+ borderColor: 'accent.80'
487
485
  }
488
486
  };
489
487
 
@@ -52,7 +52,7 @@ export var WithCustomThemeOverride = function WithCustomThemeOverride() {
52
52
  }, ___EmotionJSX(Text, {
53
53
  variant: "title",
54
54
  mb: "sm"
55
- }, "This is the heading variant with a custom theme applied."), ___EmotionJSX(Text, {
55
+ }, "This is the heading variant with a custom theme applied. "), ___EmotionJSX(Text, {
56
56
  variant: "body",
57
57
  mb: "sm"
58
58
  }, "The body variant is not mentioned in the custom theme, so it inherits styles from the default Astro theme."), ___EmotionJSX(Button, {
@@ -49,7 +49,6 @@ var defaultHover = {
49
49
  boxShadow: 'standard'
50
50
  };
51
51
  var defaultFocus = {
52
- boxShadow: 'focus',
53
52
  outline: '1px solid',
54
53
  outlineColor: 'active',
55
54
  outlineOffset: '4px'
@@ -462,8 +461,7 @@ var colorField = {
462
461
  outline: 'none'
463
462
  },
464
463
  '&.is-focused': {
465
- borderColor: 'accent.80',
466
- boxShadow: 'focus'
464
+ borderColor: 'accent.80'
467
465
  }
468
466
  };
469
467
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.8.0",
3
+ "version": "1.9.0-alpha.1",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",
@@ -90,7 +90,7 @@
90
90
  "@react-aria/listbox": "^3.3.0",
91
91
  "@react-aria/live-announcer": "^3.0.0",
92
92
  "@react-aria/menu": "^3.1.4",
93
- "@react-aria/numberfield": "^3.1.0",
93
+ "@react-aria/numberfield": "3.1.0",
94
94
  "@react-aria/overlays": "^3.7.0",
95
95
  "@react-aria/progress": "^3.1.1",
96
96
  "@react-aria/radio": "^3.1.1",
@@ -114,7 +114,7 @@
114
114
  "@react-stately/layout": "^3.2.1",
115
115
  "@react-stately/list": "^3.2.1",
116
116
  "@react-stately/menu": "^3.2.1",
117
- "@react-stately/numberfield": "^3.0.2",
117
+ "@react-stately/numberfield": "3.0.2",
118
118
  "@react-stately/overlays": "^3.1.1",
119
119
  "@react-stately/radio": "^3.2.0",
120
120
  "@react-stately/searchfield": "^3.1.1",