@pingux/astro 1.13.0-alpha.5 → 1.13.0
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 +22 -0
- package/NOTICE.html +4311 -0
- package/lib/cjs/styles/Spacing.stories.js +76 -0
- package/lib/cjs/styles/Typography.stories.js +160 -0
- package/lib/styles/Spacing.stories.js +52 -0
- package/lib/styles/Typography.stories.js +136 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,28 @@
|
|
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.13.0](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@1.12.0...@pingux/astro@1.13.0) (2022-05-17)
|
7
|
+
|
8
|
+
|
9
|
+
### Bug Fixes
|
10
|
+
|
11
|
+
* [UIP-5362] Avatar A11Y Improvement ([84b8b5f](https://gitlab.corp.pingidentity.com/ux/pingux/commit/84b8b5f68100faedd8a2867a5842f3376ef1dba0))
|
12
|
+
* [UIP-5375] Menu A11Y Improvement ([06d5309](https://gitlab.corp.pingidentity.com/ux/pingux/commit/06d530988df64e8b53fb129e12560792476fc5f8))
|
13
|
+
* [UIP-5396] fix missed border in textAreaField with floating label ([ee95c5a](https://gitlab.corp.pingidentity.com/ux/pingux/commit/ee95c5a64c80a5ae23113b920842b3a9a41a47c0))
|
14
|
+
* [UIP-5414] message component icon updates ([4d09c0c](https://gitlab.corp.pingidentity.com/ux/pingux/commit/4d09c0caad178fe541ec9d62ac1aeed22ca3cbf8))
|
15
|
+
* [UIP-5415] Remove 32px height from icon button in CopyText ([88a6c37](https://gitlab.corp.pingidentity.com/ux/pingux/commit/88a6c375cd358f3ec318a167fea0ad0eef12a912))
|
16
|
+
|
17
|
+
|
18
|
+
### Features
|
19
|
+
|
20
|
+
* [UIP-5350] Astro nano theme ([30f80ee](https://gitlab.corp.pingidentity.com/ux/pingux/commit/30f80eef5cfb5e2edbf8b56198cc1f64029f51f4))
|
21
|
+
* [UIP-5366] CopyText a11y improvements ([b7c9b58](https://gitlab.corp.pingidentity.com/ux/pingux/commit/b7c9b587a1554f98b634c977887949aaacb90754))
|
22
|
+
* [UIP-5395] One Way to Bidirectional Arrow Recipe ([1eb4e20](https://gitlab.corp.pingidentity.com/ux/pingux/commit/1eb4e2045ec466143dc738231f249a6428e3a60c))
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
|
6
28
|
# [1.12.0](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@1.11.0...@pingux/astro@1.12.0) (2022-05-11)
|
7
29
|
|
8
30
|
|