@porsche-design-system/components-angular 4.0.0-beta.3 → 4.0.0-beta.4

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 +41 -0
  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,47 @@ 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-beta.4] - 2026-03-25
18
+
19
+ ### Added
20
+
21
+ - `Heading`:
22
+ - Prop `hyphens` with values: `'none' (default) | 'auto' | 'manual' | 'inherit'`
23
+ - `Text`:
24
+ - Prop `hyphens` with values: `'none' | 'auto' | 'manual' | 'inherit' (default)`
25
+ - `Icon`: `play-filled`, `arrow-down-left`, `arrow-down-right`, `arrow-up-left`, `arrow-up-right`
26
+
27
+ ### Changed
28
+
29
+ - `Checkbox`: Improve visual appearance of the checked state
30
+ - `Radio Group`: Improve visual appearance of the checked state
31
+ - `Icon`: Improve visual appearance of `fast-backward`, `fast-forward`, `new-chat`, `pause`, `play`, `skip-backward`,
32
+ `skip-forward`
33
+ - `Tag`: Improve visual appearance of variant `info`, `success`, `variant` and `error`
34
+ - `Tokens`: Update value of `typescaleXs`
35
+
36
+ ### Fixed
37
+
38
+ - `Accordion`: missing `delegatesFocus`
39
+ ([#4238](https://github.com/porsche-design-system/porsche-design-system/pull/4238))
40
+
41
+ ### Removed
42
+
43
+ - CSS Variable `--p-hyphens`
44
+ - Hyphenation style in general: CSS `hyphens` and `overflow-wrap` properties are no longer applied globally across
45
+ components. If you relied on automatic word hyphenation, you can restore the previous behavior by setting these
46
+ inheritable properties on a common ancestor like `body`:
47
+
48
+ ```css
49
+ body {
50
+ hyphens: auto;
51
+ overflow-wrap: break-word;
52
+ }
53
+ ```
54
+
55
+ Since both properties are inheritable, they will cascade down to all child elements, including content within Shadow
56
+ DOM components.
57
+
17
58
  ## [4.0.0-beta.3] - 2026-03-19
18
59
 
19
60
  ### Added