@pingux/astro 1.8.0 → 1.8.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, {
|
@@ -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, {
|