@pingux/astro 1.39.0-alpha.6 → 1.39.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.
Files changed (29) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/NOTICE.html +4707 -0
  3. package/lib/cjs/components/CheckboxField/CheckboxField.stories.js +7 -0
  4. package/lib/cjs/components/CollapsiblePanel/CollapsiblePanel.stories.js +7 -0
  5. package/lib/cjs/components/ComboBoxField/ComboBoxField.stories.js +7 -0
  6. package/lib/cjs/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.stories.js +8 -1
  7. package/lib/cjs/components/ListItem/ListItem.stories.js +8 -1
  8. package/lib/cjs/components/ListView/ListView.stories.js +7 -0
  9. package/lib/cjs/components/PasswordField/PasswordField.stories.js +7 -0
  10. package/lib/cjs/components/SearchField/SearchField.stories.js +7 -0
  11. package/lib/cjs/components/SwitchField/SwitchField.stories.js +7 -0
  12. package/lib/cjs/components/TextAreaField/TextAreaField.stories.js +7 -0
  13. package/lib/cjs/components/TextField/TextField.stories.js +7 -0
  14. package/lib/cjs/recipes/DatePicker.stories.js +8 -1
  15. package/lib/cjs/recipes/MaskedValue.stories.js +7 -0
  16. package/lib/components/CheckboxField/CheckboxField.stories.js +7 -0
  17. package/lib/components/CollapsiblePanel/CollapsiblePanel.stories.js +7 -0
  18. package/lib/components/ComboBoxField/ComboBoxField.stories.js +7 -0
  19. package/lib/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.stories.js +8 -1
  20. package/lib/components/ListItem/ListItem.stories.js +8 -1
  21. package/lib/components/ListView/ListView.stories.js +7 -0
  22. package/lib/components/PasswordField/PasswordField.stories.js +7 -0
  23. package/lib/components/SearchField/SearchField.stories.js +7 -0
  24. package/lib/components/SwitchField/SwitchField.stories.js +7 -0
  25. package/lib/components/TextAreaField/TextAreaField.stories.js +7 -0
  26. package/lib/components/TextField/TextField.stories.js +7 -0
  27. package/lib/recipes/DatePicker.stories.js +8 -1
  28. package/lib/recipes/MaskedValue.stories.js +7 -0
  29. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,40 @@
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.39.1](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@1.39.0...@pingux/astro@1.39.1) (2023-01-10)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * [UIP-5910] hover for IconButton component ([7861d57](https://gitlab.corp.pingidentity.com/ux/pingux/commit/7861d57dd0262cbbca6326e9666e9fc947fddeb6))
12
+ * [UIP-5912] MultivaluesField focusing on hover ([feab343](https://gitlab.corp.pingidentity.com/ux/pingux/commit/feab34344ed02d270effcce78a4d02712df5a5f3))
13
+ * [UIP-5937] ListAndPanel: add aria-label to icon button ([3fa5f46](https://gitlab.corp.pingidentity.com/ux/pingux/commit/3fa5f468d08adbc5fc93e510374322303feb817d))
14
+ * [UIP-5944] Fix Accordion Grid Group Accessibility Violation ([1058ac7](https://gitlab.corp.pingidentity.com/ux/pingux/commit/1058ac75816df16e6b8ce90f10ef8d0575bb0768))
15
+ * [UIP-5945] Storybook: fix code blocks formatting ([78b29ee](https://gitlab.corp.pingidentity.com/ux/pingux/commit/78b29ee7d28e6a82113333b8107a00ba5820087d))
16
+ * [UIP-5946] Fix A11y Violation Icon Chip Multivalues Story ([d52bf42](https://gitlab.corp.pingidentity.com/ux/pingux/commit/d52bf42c4c62b02efdeb7461cdc50814eb760b3e))
17
+ * [UIP-5955] MultivaluesField: remove button focus styles on hover ([4503298](https://gitlab.corp.pingidentity.com/ux/pingux/commit/450329829271f3e19727238bc891768ccccefb6e))
18
+
19
+
20
+
21
+
22
+
23
+ # [1.39.0](https://gitlab.corp.pingidentity.com/ux/pingux/compare/@pingux/astro@1.38.1...@pingux/astro@1.39.0) (2023-01-05)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * [UIP-5920] IconButton Stories Tshirt Sizing ([41afdbc](https://gitlab.corp.pingidentity.com/ux/pingux/commit/41afdbcdb34f88432d2120f59590f1dc832300cf))
29
+ * [UIP-5940] ComboBoxField: fix read only state ([f9f1c3f](https://gitlab.corp.pingidentity.com/ux/pingux/commit/f9f1c3f926f5103987f2e8bd6d59cb10d9e5ee0b))
30
+
31
+
32
+ ### Features
33
+
34
+ * [UIP-5911]: Add Bulletin component ([fd73668](https://gitlab.corp.pingidentity.com/ux/pingux/commit/fd736684078c665212dbc0a61122dc86988dc630))
35
+
36
+
37
+
38
+
39
+
6
40
  ## [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
41
 
8
42
  **Note:** Version bump only for package @pingux/astro