@pingux/astro 1.38.0-alpha.8 → 1.38.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 +28 -0
- package/NOTICE.html +4707 -0
- package/lib/cjs/components/Messages/Message.js +41 -27
- package/lib/cjs/components/Messages/Messages.test.js +0 -13
- package/lib/cjs/index.js +62 -85
- package/lib/cjs/styles/variants/variants.js +0 -3
- package/lib/components/Messages/Message.js +28 -21
- package/lib/components/Messages/Messages.test.js +0 -11
- package/lib/index.js +0 -2
- package/lib/styles/variants/variants.js +0 -2
- package/package.json +2 -1
- package/lib/cjs/components/Bulletin/Bulletin.js +0 -93
- package/lib/cjs/components/Bulletin/Bulletin.stories.js +0 -90
- package/lib/cjs/components/Bulletin/Bulletin.test.js +0 -70
- package/lib/cjs/components/Bulletin/index.js +0 -18
- package/lib/cjs/components/Icon/NoticeIcon.js +0 -71
- package/lib/cjs/components/Icon/NoticeIcon.test.js +0 -35
- package/lib/cjs/styles/variants/bulletin.js +0 -60
- package/lib/components/Bulletin/Bulletin.js +0 -70
- package/lib/components/Bulletin/Bulletin.stories.js +0 -59
- package/lib/components/Bulletin/Bulletin.test.js +0 -45
- package/lib/components/Bulletin/index.js +0 -1
- package/lib/components/Icon/NoticeIcon.js +0 -43
- package/lib/components/Icon/NoticeIcon.test.js +0 -24
- package/lib/styles/variants/bulletin.js +0 -41
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,34 @@
|
|
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.38.1](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@1.38.0...@pingux/astro@1.38.1) (2023-01-04)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @pingux/astro
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
# [1.38.0](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@1.37.2...@pingux/astro@1.38.0) (2022-12-27)
|
15
|
+
|
16
|
+
|
17
|
+
### Bug Fixes
|
18
|
+
|
19
|
+
* [UIP-5874] List and Panel recipe overlayPanel design width change ([cff3339](https://gitlab.corp.pingidentity.com/ux/pingux/commit/cff33394f06917def44eabfa501369ff964167e6))
|
20
|
+
* [UIP-5914] live-announcer div width issue ([5496975](https://gitlab.corp.pingidentity.com/ux/pingux/commit/54969754d6fcd45f666381d24ae96d5b0d610f48))
|
21
|
+
* [UIP-5925] TableCaption: add export from astro library ([dfa15e9](https://gitlab.corp.pingidentity.com/ux/pingux/commit/dfa15e997162889f48d6978d91e222fe1f6ff38c))
|
22
|
+
* [UIP-5928] ComboBox: add default value to defaultItems prop ([769150c](https://gitlab.corp.pingidentity.com/ux/pingux/commit/769150cd5829734547dce20f81401704037b3c15))
|
23
|
+
|
24
|
+
|
25
|
+
### Features
|
26
|
+
|
27
|
+
* [UIP-5804] Overlay Panel: Expandable story ([fb04c3e](https://gitlab.corp.pingidentity.com/ux/pingux/commit/fb04c3eb58da9abbad08a0f57c15473c07753057))
|
28
|
+
* [UIP-5805] MultiValues Component add Icon to Chip ([ed9d4b7](https://gitlab.corp.pingidentity.com/ux/pingux/commit/ed9d4b7f049690c85cf8197f7dd23f1aeb5f34f3))
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
|
6
34
|
## [1.37.2](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@1.37.1...@pingux/astro@1.37.2) (2022-12-13)
|
7
35
|
|
8
36
|
|