@porsche-design-system/components-react 3.2.0-rc.0 → 3.2.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
+ ### [3.2.0] - 2023-06-19
18
+
17
19
  ### [3.2.0-rc.0] - 2023-06-19
18
20
 
19
21
  #### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porsche-design-system/components-react",
3
- "version": "3.2.0-rc.0",
3
+ "version": "3.2.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",
@@ -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.2.0-rc.0"
20
+ "@porsche-design-system/components-js": "3.2.0"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "react": ">=17.0.0 <19.0.0",
@@ -4448,6 +4448,7 @@ const getComponentCss$T = (width, hasPagination, isInfinitePagination, alignHead
4448
4448
  display: 'flex',
4449
4449
  alignItems: 'center',
4450
4450
  width: 'fit-content',
4451
+ height: paginationBulletSize,
4451
4452
  gap: spacingStaticSmall,
4452
4453
  transition: `transform ${carouselTransitionDuration}ms`,
4453
4454
  }, bullet: Object.assign({ borderRadius: borderRadiusSmall, background: isHighContrastMode ? canvasTextColor : contrastMediumColor }, (isInfinitePagination
@@ -4446,6 +4446,7 @@ const getComponentCss$T = (width, hasPagination, isInfinitePagination, alignHead
4446
4446
  display: 'flex',
4447
4447
  alignItems: 'center',
4448
4448
  width: 'fit-content',
4449
+ height: paginationBulletSize,
4449
4450
  gap: spacingStaticSmall,
4450
4451
  transition: `transform ${carouselTransitionDuration}ms`,
4451
4452
  }, bullet: Object.assign({ borderRadius: borderRadiusSmall, background: isHighContrastMode ? canvasTextColor : contrastMediumColor }, (isInfinitePagination