@porsche-design-system/components-react 2.16.2 → 2.16.3

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 (54) hide show
  1. package/CHANGELOG.md +14 -2
  2. package/jsdom-polyfill/index.js +1 -1
  3. package/lib/components/accordion.wrapper.d.ts +2 -2
  4. package/lib/components/banner.wrapper.d.ts +2 -2
  5. package/lib/components/button-group.wrapper.d.ts +2 -2
  6. package/lib/components/button-pure.wrapper.d.ts +2 -2
  7. package/lib/components/button.wrapper.d.ts +2 -2
  8. package/lib/components/carousel.wrapper.d.ts +2 -2
  9. package/lib/components/checkbox-wrapper.wrapper.d.ts +2 -2
  10. package/lib/components/content-wrapper.wrapper.d.ts +2 -2
  11. package/lib/components/divider.wrapper.d.ts +2 -2
  12. package/lib/components/fieldset-wrapper.wrapper.d.ts +2 -2
  13. package/lib/components/flex-item.wrapper.d.ts +2 -2
  14. package/lib/components/flex.wrapper.d.ts +2 -2
  15. package/lib/components/grid-item.wrapper.d.ts +2 -2
  16. package/lib/components/grid.wrapper.d.ts +2 -2
  17. package/lib/components/headline.wrapper.d.ts +2 -2
  18. package/lib/components/icon.wrapper.d.ts +2 -2
  19. package/lib/components/inline-notification.wrapper.d.ts +2 -2
  20. package/lib/components/link-pure.wrapper.d.ts +2 -2
  21. package/lib/components/link-social.wrapper.d.ts +2 -2
  22. package/lib/components/link.wrapper.d.ts +2 -2
  23. package/lib/components/marque.wrapper.d.ts +2 -2
  24. package/lib/components/modal.wrapper.d.ts +2 -2
  25. package/lib/components/pagination.wrapper.d.ts +2 -2
  26. package/lib/components/popover.wrapper.d.ts +2 -2
  27. package/lib/components/radio-button-wrapper.wrapper.d.ts +2 -2
  28. package/lib/components/scroller.wrapper.d.ts +2 -2
  29. package/lib/components/segmented-control-item.wrapper.d.ts +2 -2
  30. package/lib/components/segmented-control.wrapper.d.ts +2 -2
  31. package/lib/components/select-wrapper.wrapper.d.ts +2 -2
  32. package/lib/components/spinner.wrapper.d.ts +2 -2
  33. package/lib/components/stepper-horizontal-item.wrapper.d.ts +2 -2
  34. package/lib/components/stepper-horizontal.wrapper.d.ts +2 -2
  35. package/lib/components/switch.wrapper.d.ts +2 -2
  36. package/lib/components/table-body.wrapper.d.ts +2 -2
  37. package/lib/components/table-cell.wrapper.d.ts +2 -2
  38. package/lib/components/table-head-cell.wrapper.d.ts +2 -2
  39. package/lib/components/table-head-row.wrapper.d.ts +2 -2
  40. package/lib/components/table-head.wrapper.d.ts +2 -2
  41. package/lib/components/table-row.wrapper.d.ts +2 -2
  42. package/lib/components/table.wrapper.d.ts +2 -2
  43. package/lib/components/tabs-bar.wrapper.d.ts +2 -2
  44. package/lib/components/tabs-item.wrapper.d.ts +2 -2
  45. package/lib/components/tabs.wrapper.d.ts +2 -2
  46. package/lib/components/tag-dismissible.wrapper.d.ts +2 -2
  47. package/lib/components/tag.wrapper.d.ts +2 -2
  48. package/lib/components/text-field-wrapper.wrapper.d.ts +2 -2
  49. package/lib/components/text-list-item.wrapper.d.ts +2 -2
  50. package/lib/components/text-list.wrapper.d.ts +2 -2
  51. package/lib/components/text.wrapper.d.ts +2 -2
  52. package/lib/components/textarea-wrapper.wrapper.d.ts +2 -2
  53. package/lib/components/toast.wrapper.d.ts +2 -2
  54. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -9,6 +9,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
9
9
 
10
10
  ### [Unreleased]
11
11
 
12
+ ### [2.16.3] - 2022-10-21
13
+
14
+ ### [2.16.3-rc.0] - 2022-10-21
15
+
16
+ #### Fixed
17
+
18
+ - `Button Pure` and `Link Pure` error when using `size="inherit"` and `icon="none"`
19
+
20
+ #### Changed
21
+
22
+ - Replaced all internal usage of `Text` and `Headline` components
23
+
12
24
  ### [2.16.2] - 2022-09-15
13
25
 
14
26
  ### [2.16.2-rc.0] - 2022-09-15
@@ -18,7 +30,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
18
30
  - Issue with `Popover` where drop-shadow is not shown correctly in Chrome >= 105
19
31
  - Issue with `Carousel` and `wrap-content="true"` where the layout was out of sync with `Content Wrapper` for
20
32
  viewports >= 1760px.
21
- - `Select Wrapper` with custom dropdown keeps attribute changes of native select options in sync if changed programmatically
33
+ - `Select Wrapper` with custom dropdown keeps attribute changes of native select options in sync if changed
34
+ programmatically
22
35
 
23
36
  ### [2.16.1] - 2022-09-09
24
37
 
@@ -1405,7 +1418,6 @@ For advanced usage please [read further](https://designsystem.porsche.com/latest
1405
1418
 
1406
1419
  - Add `safe-zone` property to `p-grid` for outer grid margin, max-width and centering
1407
1420
  - Submit button with search icon to `p-textfield-wrapper` type search
1408
- - Test-Projects React, Angular, Gatsby and NextJS
1409
1421
 
1410
1422
  #### Changed
1411
1423