@porsche-design-system/components-angular 4.0.0-beta.2 → 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.
- package/CHANGELOG.md +334 -1
- package/OSS_NOTICE +1649 -5178
- package/fesm2022/porsche-design-system-components-angular.mjs +17 -10
- package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
- package/global-styles/cn/index.css +157 -159
- package/global-styles/color-scheme.css +95 -95
- package/global-styles/index.css +157 -159
- package/global-styles/variables.css +62 -64
- package/package.json +6 -2
- package/tailwindcss/index.css +170 -158
- package/types/porsche-design-system-components-angular.d.ts +356 -149
- package/vanilla-extract/cjs/font/deprecated/fontSizeDisplay.cjs +6 -6
- package/vanilla-extract/cjs/font/typescale3Xl.cjs +7 -0
- package/vanilla-extract/cjs/font/typescale4Xl.cjs +7 -0
- package/vanilla-extract/cjs/font/typescale5Xl.cjs +7 -0
- package/vanilla-extract/cjs/index.cjs +12 -12
- package/vanilla-extract/cjs/tokens/dist/esm/color/palette.cjs +56 -56
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale3Xl.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale4Xl.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale5Xl.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescaleXs.cjs +1 -1
- package/vanilla-extract/cjs/typography/deprecated/display/displayLargeStyle.cjs +3 -3
- package/vanilla-extract/cjs/typography/deprecated/display/displayMediumStyle.cjs +3 -3
- package/vanilla-extract/cjs/typography/deprecated/display/displaySmallStyle.cjs +3 -3
- package/vanilla-extract/cjs/typography/deprecated/text/textLargeStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/deprecated/text/textMediumStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/deprecated/text/textSmallStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/deprecated/text/textXLargeStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/deprecated/text/textXSmallStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/deprecated/text/textXXSmallStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/proseHeading3XlStyle.cjs +12 -0
- package/vanilla-extract/cjs/typography/proseHeading4XlStyle.cjs +12 -0
- package/vanilla-extract/cjs/typography/proseHeading5XlStyle.cjs +12 -0
- package/vanilla-extract/cjs/typography/proseHeadingSmStyle.cjs +2 -2
- package/vanilla-extract/cjs/typography/proseText2XsStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/proseTextLgStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/proseTextMdStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/proseTextSmStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/proseTextXlStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/proseTextXsStyle.cjs +0 -2
- package/vanilla-extract/esm/font/deprecated/fontSizeDisplay.mjs +6 -6
- package/vanilla-extract/esm/font/deprecated/fontSizeTextXSmall.d.ts +1 -1
- package/vanilla-extract/esm/font/index.d.ts +3 -3
- package/vanilla-extract/esm/font/typescale3Xl.d.ts +1 -0
- package/vanilla-extract/esm/font/typescale3Xl.mjs +5 -0
- package/vanilla-extract/esm/font/typescale4Xl.d.ts +1 -0
- package/vanilla-extract/esm/font/typescale4Xl.mjs +5 -0
- package/vanilla-extract/esm/font/typescale5Xl.d.ts +1 -0
- package/vanilla-extract/esm/font/typescale5Xl.mjs +5 -0
- package/vanilla-extract/esm/font/typescaleXs.d.ts +1 -1
- package/vanilla-extract/esm/index.mjs +6 -6
- package/vanilla-extract/esm/tokens/dist/esm/color/palette.mjs +56 -56
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale3Xl.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale4Xl.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale5Xl.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescaleXs.mjs +1 -1
- package/vanilla-extract/esm/typography/deprecated/display/displayLargeStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/display/displayLargeStyle.mjs +3 -3
- package/vanilla-extract/esm/typography/deprecated/display/displayMediumStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/display/displayMediumStyle.mjs +3 -3
- package/vanilla-extract/esm/typography/deprecated/display/displaySmallStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/display/displaySmallStyle.mjs +3 -3
- package/vanilla-extract/esm/typography/deprecated/text/textLargeStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textLargeStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textMediumStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textMediumStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textSmallStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textSmallStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textXLargeStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textXLargeStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textXSmallStyle.d.ts +1 -3
- package/vanilla-extract/esm/typography/deprecated/text/textXSmallStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textXXSmallStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textXXSmallStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/index.d.ts +3 -3
- package/vanilla-extract/esm/typography/proseHeading3XlStyle.d.ts +3 -0
- package/vanilla-extract/esm/typography/{proseDisplayMdStyle.mjs → proseHeading3XlStyle.mjs} +4 -3
- package/vanilla-extract/esm/typography/proseHeading4XlStyle.d.ts +3 -0
- package/vanilla-extract/esm/typography/{proseDisplaySmStyle.mjs → proseHeading4XlStyle.mjs} +4 -3
- package/vanilla-extract/esm/typography/proseHeading5XlStyle.d.ts +3 -0
- package/vanilla-extract/esm/typography/{proseDisplayLgStyle.mjs → proseHeading5XlStyle.mjs} +4 -3
- package/vanilla-extract/esm/typography/proseHeadingSmStyle.mjs +2 -2
- package/vanilla-extract/esm/typography/proseText2XsStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/proseText2XsStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/proseTextLgStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/proseTextLgStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/proseTextMdStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/proseTextMdStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/proseTextSmStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/proseTextSmStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/proseTextXlStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/proseTextXlStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/proseTextXsStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/proseTextXsStyle.mjs +0 -2
- package/vanilla-extract/cjs/font/fontSizeDisplayLarge.cjs +0 -5
- package/vanilla-extract/cjs/font/fontSizeDisplayMedium.cjs +0 -5
- package/vanilla-extract/cjs/font/fontSizeDisplaySmall.cjs +0 -5
- package/vanilla-extract/cjs/typography/proseDisplayLgStyle.cjs +0 -11
- package/vanilla-extract/cjs/typography/proseDisplayMdStyle.cjs +0 -11
- package/vanilla-extract/cjs/typography/proseDisplaySmStyle.cjs +0 -11
- package/vanilla-extract/esm/font/fontSizeDisplayLarge.d.ts +0 -1
- package/vanilla-extract/esm/font/fontSizeDisplayLarge.mjs +0 -3
- package/vanilla-extract/esm/font/fontSizeDisplayMedium.d.ts +0 -1
- package/vanilla-extract/esm/font/fontSizeDisplayMedium.mjs +0 -3
- package/vanilla-extract/esm/font/fontSizeDisplaySmall.d.ts +0 -1
- package/vanilla-extract/esm/font/fontSizeDisplaySmall.mjs +0 -3
- package/vanilla-extract/esm/typography/proseDisplayLgStyle.d.ts +0 -3
- package/vanilla-extract/esm/typography/proseDisplayMdStyle.d.ts +0 -3
- package/vanilla-extract/esm/typography/proseDisplaySmStyle.d.ts +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,340 @@ 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
|
+
|
|
58
|
+
## [4.0.0-beta.3] - 2026-03-19
|
|
59
|
+
|
|
60
|
+
### Added
|
|
61
|
+
|
|
62
|
+
- `Tokens`: `typescale3Xl`, `typescale4Xl`, `typescale5Xl`
|
|
63
|
+
([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
64
|
+
- `Tailwind CSS`: `--text-3xl`, `--text-4xl`, `--text-5xl`, `.prose-heading-3xl`, `.prose-heading-4xl`,
|
|
65
|
+
`.prose-heading-5xl` ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
66
|
+
- `SCSS`: `$typescale-3xl`, `$typescale-4xl`, `$typescale-5xl`, `@mixin prose-heading-3xl()`,
|
|
67
|
+
`@mixin prose-heading-4xl()`, `@mixin prose-heading-5xl()`
|
|
68
|
+
([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
69
|
+
- `Emotion`, `Vanilla Extract`: `typescale3Xl`, `typescale4Xl`, `typescale5Xl`, `proseHeading3XlStyle`,
|
|
70
|
+
`proseHeading4XlStyle`, `proseHeading5XlStyle`
|
|
71
|
+
([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
72
|
+
- `Spinner`, `Flag`, `Icon`:
|
|
73
|
+
- Prop `size` supports all typographic scale values:
|
|
74
|
+
`'2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | 'inherit'`
|
|
75
|
+
([#4234](https://github.com/porsche-design-system/porsche-design-system/pull/4234),
|
|
76
|
+
[#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
77
|
+
- `Spinner`:
|
|
78
|
+
- Prop `color` with values: `'primary' | 'inherit'`
|
|
79
|
+
([#4234](https://github.com/porsche-design-system/porsche-design-system/pull/4234))
|
|
80
|
+
- CSS Variable `--p-spinner-size`: Defines the width and height of the spinner. Overrides the `size` property when
|
|
81
|
+
set. ([#4234](https://github.com/porsche-design-system/porsche-design-system/pull/4234))
|
|
82
|
+
- CSS Variable `--p-spinner-color`: Defines the foreground color. Overrides the `color` property when set.
|
|
83
|
+
([#4234](https://github.com/porsche-design-system/porsche-design-system/pull/4234))
|
|
84
|
+
- CSS Variable `--p-spinner-track-color`: Defines the track/background color. Overrides the `color` property when set.
|
|
85
|
+
([#4234](https://github.com/porsche-design-system/porsche-design-system/pull/4234))
|
|
86
|
+
- `Flag`:
|
|
87
|
+
- CSS Variable `--p-flag-size`: Defines the width and height of the flag. Overrides the `size` property when set.
|
|
88
|
+
([#4234](https://github.com/porsche-design-system/porsche-design-system/pull/4234))
|
|
89
|
+
- `Icon`:
|
|
90
|
+
- CSS Variable `--p-icon-size`: Defines the width and height of the icon. Overrides the `size` property when set.
|
|
91
|
+
([#4234](https://github.com/porsche-design-system/porsche-design-system/pull/4234))
|
|
92
|
+
- CSS Variable `--p-icon-color`: Defines the icon color. Overrides the `color` property when set.
|
|
93
|
+
([#4234](https://github.com/porsche-design-system/porsche-design-system/pull/4234))
|
|
94
|
+
- Prop `color` supports new value `'contrast-higher'`
|
|
95
|
+
([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
96
|
+
- `Button Pure`, `Link Pure`:
|
|
97
|
+
- Prop `size` supports new typographic scale values:
|
|
98
|
+
`'2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | 'inherit'`
|
|
99
|
+
([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
100
|
+
- Prop `color` supports new values `'contrast-higher' | 'contrast-high' | 'contrast-medium'`
|
|
101
|
+
([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
102
|
+
- `Text`:
|
|
103
|
+
- Prop `size` supports new typographic scale values:
|
|
104
|
+
`'2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | 'inherit'`
|
|
105
|
+
([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
106
|
+
- Prop `weight` supports new value `'bold'`
|
|
107
|
+
([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
108
|
+
- Prop `color` supports new value `'contrast-higher'`
|
|
109
|
+
([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
110
|
+
- `Heading`:
|
|
111
|
+
- Prop `size` supports new typographic scale values:
|
|
112
|
+
`'2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | 'inherit'`
|
|
113
|
+
([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
114
|
+
- Prop `weight` supports new value `'bold'`
|
|
115
|
+
([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
116
|
+
- Prop `color` supports new values `'contrast-higher' | 'contrast-high' | 'contrast-medium'`
|
|
117
|
+
([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
118
|
+
|
|
119
|
+
### Changed
|
|
120
|
+
|
|
121
|
+
- `Spinner`, `Flag`, `Icon`:
|
|
122
|
+
- The `size` prop is breakpoint customizable.
|
|
123
|
+
([#4234](https://github.com/porsche-design-system/porsche-design-system/pull/4234),
|
|
124
|
+
[#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
125
|
+
- When set to `inherit`, the size is derived from a custom font-size defined on a parent element, calculated against
|
|
126
|
+
the global line-height (based on `ex`-unit) to remain visually consistent with other typographic-scale-based
|
|
127
|
+
components. ([#4234](https://github.com/porsche-design-system/porsche-design-system/pull/4234))
|
|
128
|
+
|
|
129
|
+
```diff
|
|
130
|
+
- <p-spinner size="inherit" style="width: 100px; height: 100px;"></p-spinner>
|
|
131
|
+
+ <p-spinner style="--p-spinner-size: 100px;"></p-spinner>
|
|
132
|
+
|
|
133
|
+
// When using size="inherit" with a defined font-size, the spinner size is calculated from the global line-height (ex-unit) based on that font-size."
|
|
134
|
+
<p-spinner size="inherit" style="font-size: 100px;"></p-spinner>
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
```diff
|
|
138
|
+
- <p-icon size="inherit" style="width: 100px; height: 100px;"></p-icon>
|
|
139
|
+
+ <p-icon style="--p-icon-size: 100px;"></p-icon>
|
|
140
|
+
|
|
141
|
+
// When using size="inherit" with a defined font-size, the icon size is calculated from the global line-height (ex-unit) based on that font-size."
|
|
142
|
+
<p-icon size="inherit" style="font-size: 100px;"></p-icon>
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
```diff
|
|
146
|
+
- <p-flag size="inherit" style="width: 100px; height: 100px;"></p-flag>
|
|
147
|
+
+ <p-flag style="--p-flag-size: 100px;"></p-flag>
|
|
148
|
+
|
|
149
|
+
// When using size="inherit" with a defined font-size, the flag size is calculated from the global line-height (ex-unit) based on that font-size."
|
|
150
|
+
<p-flag size="inherit" style="font-size: 100px;"></p-flag>
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
- `Pagination`: Modernize visual appearance
|
|
154
|
+
([#4241](https://github.com/porsche-design-system/porsche-design-system/pull/4241))
|
|
155
|
+
|
|
156
|
+
### Removed
|
|
157
|
+
|
|
158
|
+
- `Emotion, Vanilla Extract` (added in `v4.0.0-beta.0`): `proseDisplayLgStyle`, `proseDisplayMdStyle`,
|
|
159
|
+
`proseDisplaySmStyle` ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
160
|
+
- `SCSS` (added in `v4.0.0-beta.0`): `@mixin prose-display-lg()`, `@mixin prose-display-md()`,
|
|
161
|
+
`@mixin prose-display-sm()` ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
162
|
+
- `Text`: Value `contrast-low` for `color` prop since it's not a11y compliant. Use `contrast-medium` instead.
|
|
163
|
+
([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
164
|
+
|
|
165
|
+
### Deprecated
|
|
166
|
+
|
|
167
|
+
- `Text`:
|
|
168
|
+
- Values `'xx-small' | 'x-small' | 'small' | 'medium' | 'large' | 'x-large'` of prop `size` (use
|
|
169
|
+
`'2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl'` instead)
|
|
170
|
+
([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
171
|
+
|
|
172
|
+
```diff
|
|
173
|
+
- <p-text size="xx-small">…</p-text>
|
|
174
|
+
+ <p-text size="2xs">…</p-text>
|
|
175
|
+
|
|
176
|
+
- <p-text size="x-small">…</p-text>
|
|
177
|
+
+ <p-text size="xs">…</p-text>
|
|
178
|
+
|
|
179
|
+
- <p-text size="small">…</p-text>
|
|
180
|
+
+ <p-text size="sm">…</p-text>
|
|
181
|
+
|
|
182
|
+
- <p-text size="medium">…</p-text>
|
|
183
|
+
+ <p-text size="md">…</p-text>
|
|
184
|
+
|
|
185
|
+
- <p-text size="large">…</p-text>
|
|
186
|
+
+ <p-text size="lg">…</p-text>
|
|
187
|
+
|
|
188
|
+
- <p-text size="x-large">…</p-text>
|
|
189
|
+
+ <p-text size="xl">…</p-text>
|
|
190
|
+
```
|
|
191
|
+
|
|
192
|
+
- Values `'regular' | 'semi-bold'` of prop `weight` (use `'normal' | 'semibold'` instead)
|
|
193
|
+
([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
194
|
+
|
|
195
|
+
```diff
|
|
196
|
+
- <p-text weight="regular">…</p-text>
|
|
197
|
+
+ <p-text weight="normal">…</p-text>
|
|
198
|
+
|
|
199
|
+
- <p-text weight="semi-bold">…</p-text>
|
|
200
|
+
+ <p-text weight="semibold">…</p-text>
|
|
201
|
+
```
|
|
202
|
+
|
|
203
|
+
- `Heading`:
|
|
204
|
+
- Values `'small' | 'medium' | 'large' | 'x-large' | 'xx-large'` of prop `size` (use
|
|
205
|
+
`'sm' | 'md' | 'lg' | 'xl' | '2xl'` instead)
|
|
206
|
+
([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
207
|
+
|
|
208
|
+
```diff
|
|
209
|
+
- <p-heading size="small">…</p-heading>
|
|
210
|
+
+ <p-heading size="sm">…</p-heading>
|
|
211
|
+
|
|
212
|
+
- <p-heading size="medium">…</p-heading>
|
|
213
|
+
+ <p-heading size="md">…</p-heading>
|
|
214
|
+
|
|
215
|
+
- <p-heading size="large">…</p-heading>
|
|
216
|
+
+ <p-heading size="lg">…</p-heading>
|
|
217
|
+
|
|
218
|
+
- <p-heading size="x-large">…</p-heading>
|
|
219
|
+
+ <p-heading size="xl">…</p-heading>
|
|
220
|
+
|
|
221
|
+
- <p-heading size="xx-large">…</p-heading>
|
|
222
|
+
+ <p-heading size="2xl">…</p-heading>
|
|
223
|
+
```
|
|
224
|
+
|
|
225
|
+
- Values `'regular' | 'semi-bold'` of prop `weight` (use `'normal' | 'semibold'` instead)
|
|
226
|
+
([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
227
|
+
|
|
228
|
+
- `Icon`:
|
|
229
|
+
- Values `'xx-small' | 'x-small' | 'small' | 'medium' | 'large' | 'x-large' | 'xx-large'` of prop `size` (use
|
|
230
|
+
`'2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl'` instead)
|
|
231
|
+
([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
232
|
+
|
|
233
|
+
```diff
|
|
234
|
+
- <p-icon size="xx-small">…</p-icon>
|
|
235
|
+
+ <p-icon size="2xs">…</p-icon>
|
|
236
|
+
|
|
237
|
+
- <p-icon size="x-small">…</p-icon>
|
|
238
|
+
+ <p-icon size="xs">…</p-icon>
|
|
239
|
+
|
|
240
|
+
- <p-icon size="small">…</p-icon>
|
|
241
|
+
+ <p-icon size="sm">…</p-icon>
|
|
242
|
+
|
|
243
|
+
- <p-icon size="medium">…</p-icon>
|
|
244
|
+
+ <p-icon size="md">…</p-icon>
|
|
245
|
+
|
|
246
|
+
- <p-icon size="large">…</p-icon>
|
|
247
|
+
+ <p-icon size="lg">…</p-icon>
|
|
248
|
+
|
|
249
|
+
- <p-icon size="x-large">…</p-icon>
|
|
250
|
+
+ <p-icon size="xl">…</p-icon>
|
|
251
|
+
|
|
252
|
+
- <p-icon size="xx-large">…</p-icon>
|
|
253
|
+
+ <p-icon size="2xl">…</p-icon>
|
|
254
|
+
```
|
|
255
|
+
|
|
256
|
+
- `Spinner`:
|
|
257
|
+
- Values `'small' | 'medium' | 'large'` of prop `size` (use `'sm' | 'md' | 'lg'` instead)
|
|
258
|
+
([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
259
|
+
|
|
260
|
+
```diff
|
|
261
|
+
- <p-spinner size="small">…</p-spinner>
|
|
262
|
+
+ <p-spinner size="sm">…</p-spinner>
|
|
263
|
+
|
|
264
|
+
- <p-spinner size="medium">…</p-spinner>
|
|
265
|
+
+ <p-spinner size="md">…</p-spinner>
|
|
266
|
+
|
|
267
|
+
- <p-spinner size="large">…</p-spinner>
|
|
268
|
+
+ <p-spinner size="lg">…</p-spinner>
|
|
269
|
+
```
|
|
270
|
+
|
|
271
|
+
- `Button Pure`, `Link Pure`:
|
|
272
|
+
- Values `'xx-small' | 'x-small' | 'small' | 'medium' | 'large' | 'x-large'` of prop `size` (use
|
|
273
|
+
`'2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl'` instead)
|
|
274
|
+
([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
275
|
+
|
|
276
|
+
```diff
|
|
277
|
+
- <p-button-pure size="xx-small">…</p-button-pure>
|
|
278
|
+
+ <p-button-pure size="2xs">…</p-button-pure>
|
|
279
|
+
|
|
280
|
+
- <p-button-pure size="x-small">…</p-button-pure>
|
|
281
|
+
+ <p-button-pure size="xs">…</p-button-pure>
|
|
282
|
+
|
|
283
|
+
- <p-button-pure size="small">…</p-button-pure>
|
|
284
|
+
+ <p-button-pure size="sm">…</p-button-pure>
|
|
285
|
+
|
|
286
|
+
- <p-button-pure size="medium">…</p-button-pure>
|
|
287
|
+
+ <p-button-pure size="md">…</p-button-pure>
|
|
288
|
+
|
|
289
|
+
- <p-button-pure size="large">…</p-button-pure>
|
|
290
|
+
+ <p-button-pure size="lg">…</p-button-pure>
|
|
291
|
+
|
|
292
|
+
- <p-button-pure size="x-large">…</p-button-pure>
|
|
293
|
+
+ <p-button-pure size="xl">…</p-button-pure>
|
|
294
|
+
```
|
|
295
|
+
|
|
296
|
+
- `Display` ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
297
|
+
|
|
298
|
+
```diff
|
|
299
|
+
- <p-display size="large">…</p-display>
|
|
300
|
+
+ <p-heading size="5xl">…</p-heading>
|
|
301
|
+
|
|
302
|
+
- <p-display size="medium">…</p-display>
|
|
303
|
+
+ <p-heading size="4xl">…</p-heading>
|
|
304
|
+
|
|
305
|
+
- <p-display size="small">…</p-display>
|
|
306
|
+
+ <p-heading size="3xl">…</p-heading>
|
|
307
|
+
```
|
|
308
|
+
|
|
309
|
+
- `Tailwind CSS`: `.prose-display-lg`, `.prose-display-md`, `.prose-display-sm`
|
|
310
|
+
([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
311
|
+
|
|
312
|
+
```diff
|
|
313
|
+
- <h1 class="prose-display-lg">…</h1>
|
|
314
|
+
+ <h1 class="prose-heading-5xl">…</h1>
|
|
315
|
+
|
|
316
|
+
- <h1 class="prose-display-md">…</h1>
|
|
317
|
+
+ <h1 class="prose-heading-4xl">…</h1>
|
|
318
|
+
|
|
319
|
+
- <h1 class="prose-display-sm">…</h1>
|
|
320
|
+
+ <h1 class="prose-heading-3xl">…</h1>
|
|
321
|
+
```
|
|
322
|
+
|
|
323
|
+
- `SCSS`: `@mixin pds-display-large`, `@mixin pds-display-medium`, `@mixin pds-display-small`
|
|
324
|
+
([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
325
|
+
|
|
326
|
+
```diff
|
|
327
|
+
- @include pds-display-large;
|
|
328
|
+
+ @include prose-heading-5xl;
|
|
329
|
+
|
|
330
|
+
- @include pds-display-medium;
|
|
331
|
+
+ @include prose-heading-4xl;
|
|
332
|
+
|
|
333
|
+
- @include pds-display-small;
|
|
334
|
+
+ @include prose-heading-3xl;
|
|
335
|
+
```
|
|
336
|
+
|
|
337
|
+
- `Emotion, Vanilla Extract`: `displayLargeStyle`, `displayMediumStyle`, `displaySmallStyle`
|
|
338
|
+
([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
339
|
+
|
|
340
|
+
```diff
|
|
341
|
+
- ...displayLargeStyle,
|
|
342
|
+
+ ...proseHeading5XlStyle,
|
|
343
|
+
|
|
344
|
+
- ...displayMediumStyle,
|
|
345
|
+
+ ...proseHeading4XlStyle,
|
|
346
|
+
|
|
347
|
+
- ...displaySmallStyle,
|
|
348
|
+
+ ...proseHeading3XlStyle,
|
|
349
|
+
```
|
|
350
|
+
|
|
17
351
|
## [4.0.0-beta.2] - 2026-03-11
|
|
18
352
|
|
|
19
353
|
### Added
|
|
@@ -525,7 +859,6 @@ and migration steps.
|
|
|
525
859
|
- `Scroller`:
|
|
526
860
|
- prop `gradientColorScheme` (has no effect anyway)
|
|
527
861
|
- prop `gradientColor` (has no effect anyway)
|
|
528
|
-
- prop `scrollIndicatorPosition` (use `alignScrollIndicator` instead)
|
|
529
862
|
- `Segmented Control`:
|
|
530
863
|
- prop `backgroundColor` (has no effect anyway)
|
|
531
864
|
- event `segmentedControlChange` (use `change` instead)
|