@porsche-design-system/components-react 4.0.0-beta.4 → 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.
package/CHANGELOG.md CHANGED
@@ -14,6 +14,8 @@ 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
+
17
19
  ## [4.0.0-beta.4] - 2026-03-25
18
20
 
19
21
  ### Added
@@ -3518,9 +3520,10 @@ major version.
3518
3520
 
3519
3521
  ##### Content Wrapper:
3520
3522
 
3521
- - Component is deprecated and will be removed with the next major release. Please use **[Porsche Grid](/styles/grid/)**
3522
- instead, which is based on [CSS Grid](https://css-tricks.com/snippets/css/complete-guide-grid) covering the specific
3523
- 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.
3524
3527
 
3525
3528
  ##### Flex:
3526
3529
 
@@ -3532,7 +3535,7 @@ major version.
3532
3535
 
3533
3536
  - Component is deprecated and will be removed with the next major release. In general, please use native
3534
3537
  [CSS Grid](https://css-tricks.com/snippets/css/complete-guide-grid) in combination with
3535
- **[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.
3536
3539
 
3537
3540
  ##### Headline:
3538
3541
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porsche-design-system/components-react",
3
- "version": "4.0.0-beta.4",
3
+ "version": "4.0.0-rc.0",
4
4
  "description": "Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.",
5
5
  "keywords": [
6
6
  "porsche",
@@ -21,7 +21,7 @@
21
21
  "url": "https://github.com/porsche-design-system/porsche-design-system"
22
22
  },
23
23
  "dependencies": {
24
- "@porsche-design-system/components-js": "4.0.0-beta.4"
24
+ "@porsche-design-system/components-js": "4.0.0-rc.0"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "ag-grid-community": ">= 35.0.0 <36.0.0",
@@ -3905,7 +3905,7 @@ const OPTION_LIST_SAFE_ZONE = 6;
3905
3905
 
3906
3906
  const getCDNBaseURL = () => global.PORSCHE_DESIGN_SYSTEM_CDN_URL + "/porsche-design-system";
3907
3907
 
3908
- const prefix = `[Porsche Design System v${"4.0.0-beta.4"}]` // this part isn't covered by unit tests
3908
+ const prefix = `[Porsche Design System v${"4.0.0-rc.0"}]` // this part isn't covered by unit tests
3909
3909
  ;
3910
3910
  const consoleError = (...messages) => {
3911
3911
  console.error(prefix, ...messages);
@@ -7001,9 +7001,9 @@ const getComponentCss$U = (size, weight, align, color, hyphens, ellipsis) => {
7001
7001
  ...hostHiddenStyles,
7002
7002
  }),
7003
7003
  },
7004
- [`::slotted(:is(${HEADING_TAGS.join()}))`]: addImportantToEachRule({
7004
+ [`::slotted(:is(${HEADING_TAGS.join()}))`]: {
7005
7005
  all: 'unset',
7006
- }),
7006
+ },
7007
7007
  },
7008
7008
  root: {
7009
7009
  all: 'unset',
@@ -9838,9 +9838,9 @@ const getComponentCss$4 = (size, weight, align, color, hyphens, ellipsis) => {
9838
9838
  ...hostHiddenStyles,
9839
9839
  }),
9840
9840
  },
9841
- [`::slotted(:is(${TEXT_TAGS.join()}))`]: addImportantToEachRule({
9841
+ [`::slotted(:is(${TEXT_TAGS.join()}))`]: {
9842
9842
  all: 'unset',
9843
- }),
9843
+ },
9844
9844
  },
9845
9845
  root: {
9846
9846
  all: 'unset',
@@ -3440,7 +3440,7 @@ const hasShowPickerSupport = () => (hasDocument &&
3440
3440
  'showPicker' in HTMLInputElement.prototype &&
3441
3441
  CSS.supports('selector(::-webkit-calendar-picker-indicator)'));
3442
3442
 
3443
- const prefix = `[Porsche Design System v${"4.0.0-beta.4"}]` // this part isn't covered by unit tests
3443
+ const prefix = `[Porsche Design System v${"4.0.0-rc.0"}]` // this part isn't covered by unit tests
3444
3444
  ;
3445
3445
  const consoleError$1 = (...messages) => {
3446
3446
  console.error(prefix, ...messages);
@@ -3903,7 +3903,7 @@ const OPTION_LIST_SAFE_ZONE = 6;
3903
3903
 
3904
3904
  const getCDNBaseURL = () => global.PORSCHE_DESIGN_SYSTEM_CDN_URL + "/porsche-design-system";
3905
3905
 
3906
- const prefix = `[Porsche Design System v${"4.0.0-beta.4"}]` // this part isn't covered by unit tests
3906
+ const prefix = `[Porsche Design System v${"4.0.0-rc.0"}]` // this part isn't covered by unit tests
3907
3907
  ;
3908
3908
  const consoleError = (...messages) => {
3909
3909
  console.error(prefix, ...messages);
@@ -6999,9 +6999,9 @@ const getComponentCss$U = (size, weight, align, color, hyphens, ellipsis) => {
6999
6999
  ...hostHiddenStyles,
7000
7000
  }),
7001
7001
  },
7002
- [`::slotted(:is(${HEADING_TAGS.join()}))`]: addImportantToEachRule({
7002
+ [`::slotted(:is(${HEADING_TAGS.join()}))`]: {
7003
7003
  all: 'unset',
7004
- }),
7004
+ },
7005
7005
  },
7006
7006
  root: {
7007
7007
  all: 'unset',
@@ -9836,9 +9836,9 @@ const getComponentCss$4 = (size, weight, align, color, hyphens, ellipsis) => {
9836
9836
  ...hostHiddenStyles,
9837
9837
  }),
9838
9838
  },
9839
- [`::slotted(:is(${TEXT_TAGS.join()}))`]: addImportantToEachRule({
9839
+ [`::slotted(:is(${TEXT_TAGS.join()}))`]: {
9840
9840
  all: 'unset',
9841
- }),
9841
+ },
9842
9842
  },
9843
9843
  root: {
9844
9844
  all: 'unset',
@@ -3438,7 +3438,7 @@ const hasShowPickerSupport = () => (hasDocument &&
3438
3438
  'showPicker' in HTMLInputElement.prototype &&
3439
3439
  CSS.supports('selector(::-webkit-calendar-picker-indicator)'));
3440
3440
 
3441
- const prefix = `[Porsche Design System v${"4.0.0-beta.4"}]` // this part isn't covered by unit tests
3441
+ const prefix = `[Porsche Design System v${"4.0.0-rc.0"}]` // this part isn't covered by unit tests
3442
3442
  ;
3443
3443
  const consoleError$1 = (...messages) => {
3444
3444
  console.error(prefix, ...messages);