@porsche-design-system/components-angular 4.0.0-beta.3 → 4.0.0-rc.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.
Files changed (53) hide show
  1. package/CHANGELOG.md +48 -4
  2. package/OSS_NOTICE +1649 -5178
  3. package/fesm2022/porsche-design-system-components-angular.mjs +6 -4
  4. package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
  5. package/global-styles/cn/index.css +154 -152
  6. package/global-styles/color-scheme.css +95 -95
  7. package/global-styles/index.css +154 -152
  8. package/global-styles/variables.css +59 -57
  9. package/package.json +2 -2
  10. package/tailwindcss/index.css +151 -154
  11. package/types/porsche-design-system-components-angular.d.ts +24 -3
  12. package/vanilla-extract/cjs/tokens/dist/esm/color/palette.cjs +56 -56
  13. package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescaleXs.cjs +1 -1
  14. package/vanilla-extract/cjs/typography/deprecated/text/textLargeStyle.cjs +0 -2
  15. package/vanilla-extract/cjs/typography/deprecated/text/textMediumStyle.cjs +0 -2
  16. package/vanilla-extract/cjs/typography/deprecated/text/textSmallStyle.cjs +0 -2
  17. package/vanilla-extract/cjs/typography/deprecated/text/textXLargeStyle.cjs +0 -2
  18. package/vanilla-extract/cjs/typography/deprecated/text/textXSmallStyle.cjs +0 -2
  19. package/vanilla-extract/cjs/typography/deprecated/text/textXXSmallStyle.cjs +0 -2
  20. package/vanilla-extract/cjs/typography/proseText2XsStyle.cjs +0 -2
  21. package/vanilla-extract/cjs/typography/proseTextLgStyle.cjs +0 -2
  22. package/vanilla-extract/cjs/typography/proseTextMdStyle.cjs +0 -2
  23. package/vanilla-extract/cjs/typography/proseTextSmStyle.cjs +0 -2
  24. package/vanilla-extract/cjs/typography/proseTextXlStyle.cjs +0 -2
  25. package/vanilla-extract/cjs/typography/proseTextXsStyle.cjs +0 -2
  26. package/vanilla-extract/esm/font/deprecated/fontSizeTextXSmall.d.ts +1 -1
  27. package/vanilla-extract/esm/font/typescaleXs.d.ts +1 -1
  28. package/vanilla-extract/esm/tokens/dist/esm/color/palette.mjs +56 -56
  29. package/vanilla-extract/esm/tokens/dist/esm/font/size/typescaleXs.mjs +1 -1
  30. package/vanilla-extract/esm/typography/deprecated/text/textLargeStyle.d.ts +0 -2
  31. package/vanilla-extract/esm/typography/deprecated/text/textLargeStyle.mjs +0 -2
  32. package/vanilla-extract/esm/typography/deprecated/text/textMediumStyle.d.ts +0 -2
  33. package/vanilla-extract/esm/typography/deprecated/text/textMediumStyle.mjs +0 -2
  34. package/vanilla-extract/esm/typography/deprecated/text/textSmallStyle.d.ts +0 -2
  35. package/vanilla-extract/esm/typography/deprecated/text/textSmallStyle.mjs +0 -2
  36. package/vanilla-extract/esm/typography/deprecated/text/textXLargeStyle.d.ts +0 -2
  37. package/vanilla-extract/esm/typography/deprecated/text/textXLargeStyle.mjs +0 -2
  38. package/vanilla-extract/esm/typography/deprecated/text/textXSmallStyle.d.ts +1 -3
  39. package/vanilla-extract/esm/typography/deprecated/text/textXSmallStyle.mjs +0 -2
  40. package/vanilla-extract/esm/typography/deprecated/text/textXXSmallStyle.d.ts +0 -2
  41. package/vanilla-extract/esm/typography/deprecated/text/textXXSmallStyle.mjs +0 -2
  42. package/vanilla-extract/esm/typography/proseText2XsStyle.d.ts +0 -2
  43. package/vanilla-extract/esm/typography/proseText2XsStyle.mjs +0 -2
  44. package/vanilla-extract/esm/typography/proseTextLgStyle.d.ts +0 -2
  45. package/vanilla-extract/esm/typography/proseTextLgStyle.mjs +0 -2
  46. package/vanilla-extract/esm/typography/proseTextMdStyle.d.ts +0 -2
  47. package/vanilla-extract/esm/typography/proseTextMdStyle.mjs +0 -2
  48. package/vanilla-extract/esm/typography/proseTextSmStyle.d.ts +0 -2
  49. package/vanilla-extract/esm/typography/proseTextSmStyle.mjs +0 -2
  50. package/vanilla-extract/esm/typography/proseTextXlStyle.d.ts +0 -2
  51. package/vanilla-extract/esm/typography/proseTextXlStyle.mjs +0 -2
  52. package/vanilla-extract/esm/typography/proseTextXsStyle.d.ts +0 -2
  53. package/vanilla-extract/esm/typography/proseTextXsStyle.mjs +0 -2
package/CHANGELOG.md CHANGED
@@ -14,6 +14,49 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
14
14
 
15
15
  ## [Unreleased]
16
16
 
17
+ ## [4.0.0-rc.0] - 2026-03-27
18
+
19
+ ## [4.0.0-beta.4] - 2026-03-25
20
+
21
+ ### Added
22
+
23
+ - `Heading`:
24
+ - Prop `hyphens` with values: `'none' (default) | 'auto' | 'manual' | 'inherit'`
25
+ - `Text`:
26
+ - Prop `hyphens` with values: `'none' | 'auto' | 'manual' | 'inherit' (default)`
27
+ - `Icon`: `play-filled`, `arrow-down-left`, `arrow-down-right`, `arrow-up-left`, `arrow-up-right`
28
+
29
+ ### Changed
30
+
31
+ - `Checkbox`: Improve visual appearance of the checked state
32
+ - `Radio Group`: Improve visual appearance of the checked state
33
+ - `Icon`: Improve visual appearance of `fast-backward`, `fast-forward`, `new-chat`, `pause`, `play`, `skip-backward`,
34
+ `skip-forward`
35
+ - `Tag`: Improve visual appearance of variant `info`, `success`, `variant` and `error`
36
+ - `Tokens`: Update value of `typescaleXs`
37
+
38
+ ### Fixed
39
+
40
+ - `Accordion`: missing `delegatesFocus`
41
+ ([#4238](https://github.com/porsche-design-system/porsche-design-system/pull/4238))
42
+
43
+ ### Removed
44
+
45
+ - CSS Variable `--p-hyphens`
46
+ - Hyphenation style in general: CSS `hyphens` and `overflow-wrap` properties are no longer applied globally across
47
+ components. If you relied on automatic word hyphenation, you can restore the previous behavior by setting these
48
+ inheritable properties on a common ancestor like `body`:
49
+
50
+ ```css
51
+ body {
52
+ hyphens: auto;
53
+ overflow-wrap: break-word;
54
+ }
55
+ ```
56
+
57
+ Since both properties are inheritable, they will cascade down to all child elements, including content within Shadow
58
+ DOM components.
59
+
17
60
  ## [4.0.0-beta.3] - 2026-03-19
18
61
 
19
62
  ### Added
@@ -3477,9 +3520,10 @@ major version.
3477
3520
 
3478
3521
  ##### Content Wrapper:
3479
3522
 
3480
- - Component is deprecated and will be removed with the next major release. Please use **[Porsche Grid](/styles/grid/)**
3481
- instead, which is based on [CSS Grid](https://css-tricks.com/snippets/css/complete-guide-grid) covering the specific
3482
- layout needs for a harmonic appearance across all digital Porsche touch-points.
3523
+ - Component is deprecated and will be removed with the next major release. Please use
3524
+ **[Porsche Grid](/tailwindcss/grid/examples/)** instead, which is based on
3525
+ [CSS Grid](https://css-tricks.com/snippets/css/complete-guide-grid) covering the specific layout needs for a harmonic
3526
+ appearance across all digital Porsche touch-points.
3483
3527
 
3484
3528
  ##### Flex:
3485
3529
 
@@ -3491,7 +3535,7 @@ major version.
3491
3535
 
3492
3536
  - Component is deprecated and will be removed with the next major release. In general, please use native
3493
3537
  [CSS Grid](https://css-tricks.com/snippets/css/complete-guide-grid) in combination with
3494
- **[Porsche Grid](/styles/grid/)** instead for better performance and more standardized layout technique.
3538
+ **[Porsche Grid](/tailwindcss/grid/examples/)** instead for better performance and more standardized layout technique.
3495
3539
 
3496
3540
  ##### Headline:
3497
3541