@porsche-design-system/components-react 3.10.0-rc.2 → 3.10.0-rc.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.
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
+ ### [3.10.0-rc.3] - 2023-12-12
18
+
17
19
  ### [3.10.0-rc.2] - 2023-12-12
18
20
 
19
21
  ### [3.10.0-rc.1] - 2023-12-11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porsche-design-system/components-react",
3
- "version": "3.10.0-rc.2",
3
+ "version": "3.10.0-rc.3",
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",
@@ -17,7 +17,7 @@
17
17
  "license": "SEE LICENSE IN LICENSE",
18
18
  "homepage": "https://designsystem.porsche.com",
19
19
  "dependencies": {
20
- "@porsche-design-system/components-js": "3.10.0-rc.2"
20
+ "@porsche-design-system/components-js": "3.10.0-rc.3"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "react": ">=17.0.0 <19.0.0",
@@ -5898,6 +5898,7 @@ const getComponentCss$O = (isSecondaryScrollerVisible, theme) => {
5898
5898
  '::slotted(a)': {
5899
5899
  ...addImportantToEachRule({
5900
5900
  ...textSmallStyle,
5901
+ alignSelf: 'flex-start',
5901
5902
  display: 'block',
5902
5903
  textDecoration: 'none',
5903
5904
  cursor: 'pointer',
@@ -6022,7 +6023,7 @@ const getComponentCss$O = (isSecondaryScrollerVisible, theme) => {
6022
6023
  color: primaryColorDark,
6023
6024
  }),
6024
6025
  },
6025
- content: mergeDeep(getContentJssStyle(), fadeInOutTransition, { alignItems: 'flex-start' }),
6026
+ content: mergeDeep(getContentJssStyle(), fadeInOutTransition),
6026
6027
  });
6027
6028
  };
6028
6029
 
@@ -5896,6 +5896,7 @@ const getComponentCss$O = (isSecondaryScrollerVisible, theme) => {
5896
5896
  '::slotted(a)': {
5897
5897
  ...addImportantToEachRule({
5898
5898
  ...textSmallStyle,
5899
+ alignSelf: 'flex-start',
5899
5900
  display: 'block',
5900
5901
  textDecoration: 'none',
5901
5902
  cursor: 'pointer',
@@ -6020,7 +6021,7 @@ const getComponentCss$O = (isSecondaryScrollerVisible, theme) => {
6020
6021
  color: primaryColorDark,
6021
6022
  }),
6022
6023
  },
6023
- content: mergeDeep(getContentJssStyle(), fadeInOutTransition, { alignItems: 'flex-start' }),
6024
+ content: mergeDeep(getContentJssStyle(), fadeInOutTransition),
6024
6025
  });
6025
6026
  };
6026
6027