@porsche-design-system/components-vue 4.0.0-beta.1 → 4.0.0-beta.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.
Files changed (139) hide show
  1. package/CHANGELOG.md +377 -7
  2. package/cjs/lib/components/ButtonPureWrapper.vue.cjs +1 -1
  3. package/cjs/lib/components/FlagWrapper.vue.cjs +1 -1
  4. package/cjs/lib/components/HeadingWrapper.vue.cjs +1 -1
  5. package/cjs/lib/components/IconWrapper.vue.cjs +1 -1
  6. package/cjs/lib/components/LinkPureWrapper.vue.cjs +1 -1
  7. package/cjs/lib/components/ScrollerWrapper.vue.cjs +1 -1
  8. package/cjs/lib/components/SpinnerWrapper.vue.cjs +1 -1
  9. package/cjs/lib/components/TableWrapper.vue.cjs +1 -1
  10. package/cjs/lib/components/TabsBarWrapper.vue.cjs +1 -1
  11. package/cjs/lib/components/TabsWrapper.vue.cjs +1 -1
  12. package/cjs/lib/components/TextWrapper.vue.cjs +1 -1
  13. package/esm/lib/components/AccordionWrapper.vue.d.ts +3 -3
  14. package/esm/lib/components/ButtonPureWrapper.vue.d.ts +9 -4
  15. package/esm/lib/components/ButtonPureWrapper.vue.mjs +4 -3
  16. package/esm/lib/components/ButtonTileWrapper.vue.d.ts +1 -1
  17. package/esm/lib/components/ButtonWrapper.vue.d.ts +3 -3
  18. package/esm/lib/components/CarouselWrapper.vue.d.ts +5 -5
  19. package/esm/lib/components/CheckboxWrapper.vue.d.ts +3 -3
  20. package/esm/lib/components/CrestWrapper.vue.d.ts +3 -3
  21. package/esm/lib/components/DisplayWrapper.vue.d.ts +2 -1
  22. package/esm/lib/components/DrilldownLinkWrapper.vue.d.ts +4 -4
  23. package/esm/lib/components/DrilldownWrapper.vue.d.ts +3 -3
  24. package/esm/lib/components/FieldsetWrapper.vue.d.ts +3 -3
  25. package/esm/lib/components/FlagWrapper.vue.d.ts +4 -4
  26. package/esm/lib/components/FlagWrapper.vue.mjs +3 -3
  27. package/esm/lib/components/FlyoutWrapper.vue.d.ts +1 -1
  28. package/esm/lib/components/HeadingWrapper.vue.d.ts +12 -7
  29. package/esm/lib/components/HeadingWrapper.vue.mjs +5 -4
  30. package/esm/lib/components/IconWrapper.vue.d.ts +5 -5
  31. package/esm/lib/components/IconWrapper.vue.mjs +5 -5
  32. package/esm/lib/components/InputDateWrapper.vue.d.ts +4 -4
  33. package/esm/lib/components/InputEmailWrapper.vue.d.ts +4 -4
  34. package/esm/lib/components/InputMonthWrapper.vue.d.ts +4 -4
  35. package/esm/lib/components/InputNumberWrapper.vue.d.ts +4 -4
  36. package/esm/lib/components/InputPasswordWrapper.vue.d.ts +3 -3
  37. package/esm/lib/components/InputSearchWrapper.vue.d.ts +3 -3
  38. package/esm/lib/components/InputTelWrapper.vue.d.ts +3 -3
  39. package/esm/lib/components/InputTextWrapper.vue.d.ts +3 -3
  40. package/esm/lib/components/InputTimeWrapper.vue.d.ts +5 -5
  41. package/esm/lib/components/InputUrlWrapper.vue.d.ts +6 -6
  42. package/esm/lib/components/InputWeekWrapper.vue.d.ts +5 -5
  43. package/esm/lib/components/LinkPureWrapper.vue.d.ts +13 -8
  44. package/esm/lib/components/LinkPureWrapper.vue.mjs +6 -5
  45. package/esm/lib/components/LinkTileProductWrapper.vue.d.ts +4 -4
  46. package/esm/lib/components/LinkTileWrapper.vue.d.ts +4 -4
  47. package/esm/lib/components/LinkWrapper.vue.d.ts +7 -7
  48. package/esm/lib/components/ModalWrapper.vue.d.ts +1 -1
  49. package/esm/lib/components/ModelSignatureWrapper.vue.d.ts +1 -1
  50. package/esm/lib/components/MultiSelectWrapper.vue.d.ts +5 -5
  51. package/esm/lib/components/PinCodeWrapper.vue.d.ts +4 -4
  52. package/esm/lib/components/PopoverWrapper.vue.d.ts +3 -3
  53. package/esm/lib/components/RadioGroupOptionWrapper.vue.d.ts +1 -1
  54. package/esm/lib/components/RadioGroupWrapper.vue.d.ts +4 -4
  55. package/esm/lib/components/ScrollerWrapper.vue.d.ts +11 -2
  56. package/esm/lib/components/ScrollerWrapper.vue.mjs +11 -9
  57. package/esm/lib/components/SegmentedControlItemWrapper.vue.d.ts +2 -2
  58. package/esm/lib/components/SegmentedControlWrapper.vue.d.ts +2 -2
  59. package/esm/lib/components/SelectWrapper.vue.d.ts +5 -5
  60. package/esm/lib/components/SheetWrapper.vue.d.ts +1 -1
  61. package/esm/lib/components/SpinnerWrapper.vue.d.ts +8 -3
  62. package/esm/lib/components/SpinnerWrapper.vue.mjs +6 -5
  63. package/esm/lib/components/SwitchWrapper.vue.d.ts +2 -2
  64. package/esm/lib/components/TableCellWrapper.vue.d.ts +1 -1
  65. package/esm/lib/components/TableHeadCellWrapper.vue.d.ts +2 -2
  66. package/esm/lib/components/TableWrapper.vue.d.ts +6 -1
  67. package/esm/lib/components/TableWrapper.vue.mjs +10 -9
  68. package/esm/lib/components/TabsBarWrapper.vue.d.ts +12 -3
  69. package/esm/lib/components/TabsBarWrapper.vue.mjs +12 -10
  70. package/esm/lib/components/TabsWrapper.vue.d.ts +12 -3
  71. package/esm/lib/components/TabsWrapper.vue.mjs +8 -6
  72. package/esm/lib/components/TagDismissibleWrapper.vue.d.ts +3 -3
  73. package/esm/lib/components/TagWrapper.vue.d.ts +1 -1
  74. package/esm/lib/components/TextWrapper.vue.d.ts +7 -7
  75. package/esm/lib/components/TextWrapper.vue.mjs +8 -8
  76. package/esm/lib/components/TextareaWrapper.vue.d.ts +3 -3
  77. package/esm/lib/components/WordmarkWrapper.vue.d.ts +4 -4
  78. package/esm/lib/types.d.ts +356 -157
  79. package/global-styles/cn/index.css +3 -7
  80. package/global-styles/index.css +3 -7
  81. package/global-styles/variables.css +3 -7
  82. package/package.json +6 -2
  83. package/tailwindcss/index.css +19 -4
  84. package/vanilla-extract/cjs/font/deprecated/fontSizeDisplay.cjs +6 -6
  85. package/vanilla-extract/cjs/font/typescale3Xl.cjs +7 -0
  86. package/vanilla-extract/cjs/font/typescale4Xl.cjs +7 -0
  87. package/vanilla-extract/cjs/font/typescale5Xl.cjs +7 -0
  88. package/vanilla-extract/cjs/index.cjs +12 -12
  89. package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale3Xl.cjs +5 -0
  90. package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale4Xl.cjs +5 -0
  91. package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale5Xl.cjs +5 -0
  92. package/vanilla-extract/cjs/typography/deprecated/display/displayLargeStyle.cjs +3 -3
  93. package/vanilla-extract/cjs/typography/deprecated/display/displayMediumStyle.cjs +3 -3
  94. package/vanilla-extract/cjs/typography/deprecated/display/displaySmallStyle.cjs +3 -3
  95. package/vanilla-extract/cjs/typography/proseHeading3XlStyle.cjs +12 -0
  96. package/vanilla-extract/cjs/typography/proseHeading4XlStyle.cjs +12 -0
  97. package/vanilla-extract/cjs/typography/proseHeading5XlStyle.cjs +12 -0
  98. package/vanilla-extract/cjs/typography/proseHeadingSmStyle.cjs +2 -2
  99. package/vanilla-extract/esm/font/deprecated/fontSizeDisplay.mjs +6 -6
  100. package/vanilla-extract/esm/font/index.d.ts +3 -3
  101. package/vanilla-extract/esm/font/typescale3Xl.d.ts +1 -0
  102. package/vanilla-extract/esm/font/typescale3Xl.mjs +5 -0
  103. package/vanilla-extract/esm/font/typescale4Xl.d.ts +1 -0
  104. package/vanilla-extract/esm/font/typescale4Xl.mjs +5 -0
  105. package/vanilla-extract/esm/font/typescale5Xl.d.ts +1 -0
  106. package/vanilla-extract/esm/font/typescale5Xl.mjs +5 -0
  107. package/vanilla-extract/esm/index.mjs +6 -6
  108. package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale3Xl.mjs +3 -0
  109. package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale4Xl.mjs +3 -0
  110. package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale5Xl.mjs +3 -0
  111. package/vanilla-extract/esm/typography/deprecated/display/displayLargeStyle.d.ts +1 -1
  112. package/vanilla-extract/esm/typography/deprecated/display/displayLargeStyle.mjs +3 -3
  113. package/vanilla-extract/esm/typography/deprecated/display/displayMediumStyle.d.ts +1 -1
  114. package/vanilla-extract/esm/typography/deprecated/display/displayMediumStyle.mjs +3 -3
  115. package/vanilla-extract/esm/typography/deprecated/display/displaySmallStyle.d.ts +1 -1
  116. package/vanilla-extract/esm/typography/deprecated/display/displaySmallStyle.mjs +3 -3
  117. package/vanilla-extract/esm/typography/index.d.ts +3 -3
  118. package/vanilla-extract/esm/typography/proseHeading3XlStyle.d.ts +3 -0
  119. package/vanilla-extract/esm/typography/{proseDisplayMdStyle.mjs → proseHeading3XlStyle.mjs} +4 -3
  120. package/vanilla-extract/esm/typography/proseHeading4XlStyle.d.ts +3 -0
  121. package/vanilla-extract/esm/typography/{proseDisplaySmStyle.mjs → proseHeading4XlStyle.mjs} +4 -3
  122. package/vanilla-extract/esm/typography/proseHeading5XlStyle.d.ts +3 -0
  123. package/vanilla-extract/esm/typography/{proseDisplayLgStyle.mjs → proseHeading5XlStyle.mjs} +4 -3
  124. package/vanilla-extract/esm/typography/proseHeadingSmStyle.mjs +2 -2
  125. package/vanilla-extract/cjs/font/fontSizeDisplayLarge.cjs +0 -5
  126. package/vanilla-extract/cjs/font/fontSizeDisplayMedium.cjs +0 -5
  127. package/vanilla-extract/cjs/font/fontSizeDisplaySmall.cjs +0 -5
  128. package/vanilla-extract/cjs/typography/proseDisplayLgStyle.cjs +0 -11
  129. package/vanilla-extract/cjs/typography/proseDisplayMdStyle.cjs +0 -11
  130. package/vanilla-extract/cjs/typography/proseDisplaySmStyle.cjs +0 -11
  131. package/vanilla-extract/esm/font/fontSizeDisplayLarge.d.ts +0 -1
  132. package/vanilla-extract/esm/font/fontSizeDisplayLarge.mjs +0 -3
  133. package/vanilla-extract/esm/font/fontSizeDisplayMedium.d.ts +0 -1
  134. package/vanilla-extract/esm/font/fontSizeDisplayMedium.mjs +0 -3
  135. package/vanilla-extract/esm/font/fontSizeDisplaySmall.d.ts +0 -1
  136. package/vanilla-extract/esm/font/fontSizeDisplaySmall.mjs +0 -3
  137. package/vanilla-extract/esm/typography/proseDisplayLgStyle.d.ts +0 -3
  138. package/vanilla-extract/esm/typography/proseDisplayMdStyle.d.ts +0 -3
  139. package/vanilla-extract/esm/typography/proseDisplaySmStyle.d.ts +0 -3
package/CHANGELOG.md CHANGED
@@ -14,6 +14,367 @@ 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.3] - 2026-03-19
18
+
19
+ ### Added
20
+
21
+ - `Tokens`: `typescale3Xl`, `typescale4Xl`, `typescale5Xl`
22
+ ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
23
+ - `Tailwind CSS`: `--text-3xl`, `--text-4xl`, `--text-5xl`, `.prose-heading-3xl`, `.prose-heading-4xl`,
24
+ `.prose-heading-5xl` ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
25
+ - `SCSS`: `$typescale-3xl`, `$typescale-4xl`, `$typescale-5xl`, `@mixin prose-heading-3xl()`,
26
+ `@mixin prose-heading-4xl()`, `@mixin prose-heading-5xl()`
27
+ ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
28
+ - `Emotion`, `Vanilla Extract`: `typescale3Xl`, `typescale4Xl`, `typescale5Xl`, `proseHeading3XlStyle`,
29
+ `proseHeading4XlStyle`, `proseHeading5XlStyle`
30
+ ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
31
+ - `Spinner`, `Flag`, `Icon`:
32
+ - Prop `size` supports all typographic scale values:
33
+ `'2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | 'inherit'`
34
+ ([#4234](https://github.com/porsche-design-system/porsche-design-system/pull/4234),
35
+ [#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
36
+ - `Spinner`:
37
+ - Prop `color` with values: `'primary' | 'inherit'`
38
+ ([#4234](https://github.com/porsche-design-system/porsche-design-system/pull/4234))
39
+ - CSS Variable `--p-spinner-size`: Defines the width and height of the spinner. Overrides the `size` property when
40
+ set. ([#4234](https://github.com/porsche-design-system/porsche-design-system/pull/4234))
41
+ - CSS Variable `--p-spinner-color`: Defines the foreground color. Overrides the `color` property when set.
42
+ ([#4234](https://github.com/porsche-design-system/porsche-design-system/pull/4234))
43
+ - CSS Variable `--p-spinner-track-color`: Defines the track/background color. Overrides the `color` property when set.
44
+ ([#4234](https://github.com/porsche-design-system/porsche-design-system/pull/4234))
45
+ - `Flag`:
46
+ - CSS Variable `--p-flag-size`: Defines the width and height of the flag. Overrides the `size` property when set.
47
+ ([#4234](https://github.com/porsche-design-system/porsche-design-system/pull/4234))
48
+ - `Icon`:
49
+ - CSS Variable `--p-icon-size`: Defines the width and height of the icon. Overrides the `size` property when set.
50
+ ([#4234](https://github.com/porsche-design-system/porsche-design-system/pull/4234))
51
+ - CSS Variable `--p-icon-color`: Defines the icon color. Overrides the `color` property when set.
52
+ ([#4234](https://github.com/porsche-design-system/porsche-design-system/pull/4234))
53
+ - Prop `color` supports new value `'contrast-higher'`
54
+ ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
55
+ - `Button Pure`, `Link Pure`:
56
+ - Prop `size` supports new typographic scale values:
57
+ `'2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | 'inherit'`
58
+ ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
59
+ - Prop `color` supports new values `'contrast-higher' | 'contrast-high' | 'contrast-medium'`
60
+ ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
61
+ - `Text`:
62
+ - Prop `size` supports new typographic scale values:
63
+ `'2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | 'inherit'`
64
+ ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
65
+ - Prop `weight` supports new value `'bold'`
66
+ ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
67
+ - Prop `color` supports new value `'contrast-higher'`
68
+ ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
69
+ - `Heading`:
70
+ - Prop `size` supports new typographic scale values:
71
+ `'2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | '4xl' | '5xl' | 'inherit'`
72
+ ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
73
+ - Prop `weight` supports new value `'bold'`
74
+ ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
75
+ - Prop `color` supports new values `'contrast-higher' | 'contrast-high' | 'contrast-medium'`
76
+ ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
77
+
78
+ ### Changed
79
+
80
+ - `Spinner`, `Flag`, `Icon`:
81
+ - The `size` prop is breakpoint customizable.
82
+ ([#4234](https://github.com/porsche-design-system/porsche-design-system/pull/4234),
83
+ [#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
84
+ - When set to `inherit`, the size is derived from a custom font-size defined on a parent element, calculated against
85
+ the global line-height (based on `ex`-unit) to remain visually consistent with other typographic-scale-based
86
+ components. ([#4234](https://github.com/porsche-design-system/porsche-design-system/pull/4234))
87
+
88
+ ```diff
89
+ - <p-spinner size="inherit" style="width: 100px; height: 100px;"></p-spinner>
90
+ + <p-spinner style="--p-spinner-size: 100px;"></p-spinner>
91
+
92
+ // 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."
93
+ <p-spinner size="inherit" style="font-size: 100px;"></p-spinner>
94
+ ```
95
+
96
+ ```diff
97
+ - <p-icon size="inherit" style="width: 100px; height: 100px;"></p-icon>
98
+ + <p-icon style="--p-icon-size: 100px;"></p-icon>
99
+
100
+ // 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."
101
+ <p-icon size="inherit" style="font-size: 100px;"></p-icon>
102
+ ```
103
+
104
+ ```diff
105
+ - <p-flag size="inherit" style="width: 100px; height: 100px;"></p-flag>
106
+ + <p-flag style="--p-flag-size: 100px;"></p-flag>
107
+
108
+ // 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."
109
+ <p-flag size="inherit" style="font-size: 100px;"></p-flag>
110
+ ```
111
+
112
+ - `Pagination`: Modernize visual appearance
113
+ ([#4241](https://github.com/porsche-design-system/porsche-design-system/pull/4241))
114
+
115
+ ### Removed
116
+
117
+ - `Emotion, Vanilla Extract` (added in `v4.0.0-beta.0`): `proseDisplayLgStyle`, `proseDisplayMdStyle`,
118
+ `proseDisplaySmStyle` ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
119
+ - `SCSS` (added in `v4.0.0-beta.0`): `@mixin prose-display-lg()`, `@mixin prose-display-md()`,
120
+ `@mixin prose-display-sm()` ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
121
+ - `Text`: Value `contrast-low` for `color` prop since it's not a11y compliant. Use `contrast-medium` instead.
122
+ ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
123
+
124
+ ### Deprecated
125
+
126
+ - `Text`:
127
+ - Values `'xx-small' | 'x-small' | 'small' | 'medium' | 'large' | 'x-large'` of prop `size` (use
128
+ `'2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl'` instead)
129
+ ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
130
+
131
+ ```diff
132
+ - <p-text size="xx-small">…</p-text>
133
+ + <p-text size="2xs">…</p-text>
134
+
135
+ - <p-text size="x-small">…</p-text>
136
+ + <p-text size="xs">…</p-text>
137
+
138
+ - <p-text size="small">…</p-text>
139
+ + <p-text size="sm">…</p-text>
140
+
141
+ - <p-text size="medium">…</p-text>
142
+ + <p-text size="md">…</p-text>
143
+
144
+ - <p-text size="large">…</p-text>
145
+ + <p-text size="lg">…</p-text>
146
+
147
+ - <p-text size="x-large">…</p-text>
148
+ + <p-text size="xl">…</p-text>
149
+ ```
150
+
151
+ - Values `'regular' | 'semi-bold'` of prop `weight` (use `'normal' | 'semibold'` instead)
152
+ ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
153
+
154
+ ```diff
155
+ - <p-text weight="regular">…</p-text>
156
+ + <p-text weight="normal">…</p-text>
157
+
158
+ - <p-text weight="semi-bold">…</p-text>
159
+ + <p-text weight="semibold">…</p-text>
160
+ ```
161
+
162
+ - `Heading`:
163
+ - Values `'small' | 'medium' | 'large' | 'x-large' | 'xx-large'` of prop `size` (use
164
+ `'sm' | 'md' | 'lg' | 'xl' | '2xl'` instead)
165
+ ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
166
+
167
+ ```diff
168
+ - <p-heading size="small">…</p-heading>
169
+ + <p-heading size="sm">…</p-heading>
170
+
171
+ - <p-heading size="medium">…</p-heading>
172
+ + <p-heading size="md">…</p-heading>
173
+
174
+ - <p-heading size="large">…</p-heading>
175
+ + <p-heading size="lg">…</p-heading>
176
+
177
+ - <p-heading size="x-large">…</p-heading>
178
+ + <p-heading size="xl">…</p-heading>
179
+
180
+ - <p-heading size="xx-large">…</p-heading>
181
+ + <p-heading size="2xl">…</p-heading>
182
+ ```
183
+
184
+ - Values `'regular' | 'semi-bold'` of prop `weight` (use `'normal' | 'semibold'` instead)
185
+ ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
186
+
187
+ - `Icon`:
188
+ - Values `'xx-small' | 'x-small' | 'small' | 'medium' | 'large' | 'x-large' | 'xx-large'` of prop `size` (use
189
+ `'2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl'` instead)
190
+ ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
191
+
192
+ ```diff
193
+ - <p-icon size="xx-small">…</p-icon>
194
+ + <p-icon size="2xs">…</p-icon>
195
+
196
+ - <p-icon size="x-small">…</p-icon>
197
+ + <p-icon size="xs">…</p-icon>
198
+
199
+ - <p-icon size="small">…</p-icon>
200
+ + <p-icon size="sm">…</p-icon>
201
+
202
+ - <p-icon size="medium">…</p-icon>
203
+ + <p-icon size="md">…</p-icon>
204
+
205
+ - <p-icon size="large">…</p-icon>
206
+ + <p-icon size="lg">…</p-icon>
207
+
208
+ - <p-icon size="x-large">…</p-icon>
209
+ + <p-icon size="xl">…</p-icon>
210
+
211
+ - <p-icon size="xx-large">…</p-icon>
212
+ + <p-icon size="2xl">…</p-icon>
213
+ ```
214
+
215
+ - `Spinner`:
216
+ - Values `'small' | 'medium' | 'large'` of prop `size` (use `'sm' | 'md' | 'lg'` instead)
217
+ ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
218
+
219
+ ```diff
220
+ - <p-spinner size="small">…</p-spinner>
221
+ + <p-spinner size="sm">…</p-spinner>
222
+
223
+ - <p-spinner size="medium">…</p-spinner>
224
+ + <p-spinner size="md">…</p-spinner>
225
+
226
+ - <p-spinner size="large">…</p-spinner>
227
+ + <p-spinner size="lg">…</p-spinner>
228
+ ```
229
+
230
+ - `Button Pure`, `Link Pure`:
231
+ - Values `'xx-small' | 'x-small' | 'small' | 'medium' | 'large' | 'x-large'` of prop `size` (use
232
+ `'2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl'` instead)
233
+ ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
234
+
235
+ ```diff
236
+ - <p-button-pure size="xx-small">…</p-button-pure>
237
+ + <p-button-pure size="2xs">…</p-button-pure>
238
+
239
+ - <p-button-pure size="x-small">…</p-button-pure>
240
+ + <p-button-pure size="xs">…</p-button-pure>
241
+
242
+ - <p-button-pure size="small">…</p-button-pure>
243
+ + <p-button-pure size="sm">…</p-button-pure>
244
+
245
+ - <p-button-pure size="medium">…</p-button-pure>
246
+ + <p-button-pure size="md">…</p-button-pure>
247
+
248
+ - <p-button-pure size="large">…</p-button-pure>
249
+ + <p-button-pure size="lg">…</p-button-pure>
250
+
251
+ - <p-button-pure size="x-large">…</p-button-pure>
252
+ + <p-button-pure size="xl">…</p-button-pure>
253
+ ```
254
+
255
+ - `Display` ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
256
+
257
+ ```diff
258
+ - <p-display size="large">…</p-display>
259
+ + <p-heading size="5xl">…</p-heading>
260
+
261
+ - <p-display size="medium">…</p-display>
262
+ + <p-heading size="4xl">…</p-heading>
263
+
264
+ - <p-display size="small">…</p-display>
265
+ + <p-heading size="3xl">…</p-heading>
266
+ ```
267
+
268
+ - `Tailwind CSS`: `.prose-display-lg`, `.prose-display-md`, `.prose-display-sm`
269
+ ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
270
+
271
+ ```diff
272
+ - <h1 class="prose-display-lg">…</h1>
273
+ + <h1 class="prose-heading-5xl">…</h1>
274
+
275
+ - <h1 class="prose-display-md">…</h1>
276
+ + <h1 class="prose-heading-4xl">…</h1>
277
+
278
+ - <h1 class="prose-display-sm">…</h1>
279
+ + <h1 class="prose-heading-3xl">…</h1>
280
+ ```
281
+
282
+ - `SCSS`: `@mixin pds-display-large`, `@mixin pds-display-medium`, `@mixin pds-display-small`
283
+ ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
284
+
285
+ ```diff
286
+ - @include pds-display-large;
287
+ + @include prose-heading-5xl;
288
+
289
+ - @include pds-display-medium;
290
+ + @include prose-heading-4xl;
291
+
292
+ - @include pds-display-small;
293
+ + @include prose-heading-3xl;
294
+ ```
295
+
296
+ - `Emotion, Vanilla Extract`: `displayLargeStyle`, `displayMediumStyle`, `displaySmallStyle`
297
+ ([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
298
+
299
+ ```diff
300
+ - ...displayLargeStyle,
301
+ + ...proseHeading5XlStyle,
302
+
303
+ - ...displayMediumStyle,
304
+ + ...proseHeading4XlStyle,
305
+
306
+ - ...displaySmallStyle,
307
+ + ...proseHeading3XlStyle,
308
+ ```
309
+
310
+ ## [4.0.0-beta.2] - 2026-03-11
311
+
312
+ ### Added
313
+
314
+ - `Scroller`:
315
+ - Prop `compact`: Displays with reduced spacing and smaller padding for a more condensed layout.
316
+ ([#4228](https://github.com/porsche-design-system/porsche-design-system/pull/4228))
317
+ - Prop `sticky`: Makes the indicator sticky at the top or bottom while scrolling depending on the scroll direction.
318
+ ([#4228](https://github.com/porsche-design-system/porsche-design-system/pull/4228))
319
+ - CSS Variable `--p-scroller-indicator-top`: Defines the distance from the top of the viewport at which the indicator
320
+ sticks when scrolling down and `sticky` is enabled.
321
+ ([#4228](https://github.com/porsche-design-system/porsche-design-system/pull/4228))
322
+ - CSS Variable `--p-scroller-indicator-bottom`: Defines the distance from the bottom of the viewport at which the
323
+ indicator sticks when scrolling up and `sticky` is enabled.
324
+ ([#4228](https://github.com/porsche-design-system/porsche-design-system/pull/4228))
325
+ - CSS Variable `--p-scroller-gap`: Defines the gap between slotted nodes.
326
+ ([#4228](https://github.com/porsche-design-system/porsche-design-system/pull/4228))
327
+ - `Tabs Bar`:
328
+ - Prop `background`: Defines the background color. Use `frosted` only on images, videos or gradients.
329
+ ([#4228](https://github.com/porsche-design-system/porsche-design-system/pull/4228))
330
+ - Prop `compact`: Displays with reduced spacing and smaller padding for a more condensed layout.
331
+ ([#4228](https://github.com/porsche-design-system/porsche-design-system/pull/4228))
332
+ - `Tabs`:
333
+ - Prop `background`: Defines the background color. Use `frosted` only on images, videos or gradients.
334
+ ([#4228](https://github.com/porsche-design-system/porsche-design-system/pull/4228))
335
+ - Prop `compact`: Displays with reduced spacing and smaller padding for a more condensed layout.
336
+ ([#4228](https://github.com/porsche-design-system/porsche-design-system/pull/4228))
337
+ - `Table`:
338
+ - Prop `sticky`: Makes the scroll indicator sticky at the top or bottom while scrolling depending on the scroll
339
+ direction. ([#4228](https://github.com/porsche-design-system/porsche-design-system/pull/4228))
340
+ - CSS Variable `--p-table-scroll-indicator-top`: Defines the distance from the top of the viewport at which the scroll
341
+ indicator sticks when scrolling down and `sticky` is enabled.
342
+ ([#4228](https://github.com/porsche-design-system/porsche-design-system/pull/4228))
343
+ - CSS Variable `--p-table-scroll-indicator-bottom`: Defines the distance from the bottom of the viewport at which the
344
+ scroll indicator sticks when scrolling up and `sticky` is enabled.
345
+ ([#4228](https://github.com/porsche-design-system/porsche-design-system/pull/4228))
346
+
347
+ ### Changed
348
+
349
+ - `Scroller`:
350
+ - Modernize visual appearance ([#4228](https://github.com/porsche-design-system/porsche-design-system/pull/4228))
351
+ - `Tabs Bar`:
352
+ - Modernize visual appearance ([#4228](https://github.com/porsche-design-system/porsche-design-system/pull/4228))
353
+ - `Tabs`:
354
+ - Modernize visual appearance ([#4228](https://github.com/porsche-design-system/porsche-design-system/pull/4228))
355
+ - `Table`:
356
+ - Use modernized scroller internally
357
+ ([#4228](https://github.com/porsche-design-system/porsche-design-system/pull/4228))
358
+ - `Stepper Horizontal`:
359
+ - Use modernized scroller internally
360
+ ([#4228](https://github.com/porsche-design-system/porsche-design-system/pull/4228))
361
+
362
+ ### Deprecated
363
+
364
+ - `Scroller`:
365
+ - Prop `alignScrollIndicator`: Will be removed with next major release, has no effect anymore.
366
+ ([#4228](https://github.com/porsche-design-system/porsche-design-system/pull/4228))
367
+ - Prop `scrollToPosition`: Will be removed with next major release, use native `scrollIntoView()` on the slotted
368
+ element itself, e.g.
369
+ `el.scrollIntoView({ behavior: 'smooth', block: 'nearest', inline: 'center', container: 'nearest' })`.
370
+ ([#4228](https://github.com/porsche-design-system/porsche-design-system/pull/4228))
371
+ - `Tabs Bar`:
372
+ - Prop `weight`: Will be removed with next major release, has no effect anymore.
373
+ ([#4228](https://github.com/porsche-design-system/porsche-design-system/pull/4228))
374
+ - `Tabs`:
375
+ - Prop `weight`: Will be removed with next major release, has no effect anymore.
376
+ ([#4228](https://github.com/porsche-design-system/porsche-design-system/pull/4228))
377
+
17
378
  ## [4.0.0-beta.1] - 2026-03-02
18
379
 
19
380
  ### Added
@@ -457,7 +818,6 @@ and migration steps.
457
818
  - `Scroller`:
458
819
  - prop `gradientColorScheme` (has no effect anyway)
459
820
  - prop `gradientColor` (has no effect anyway)
460
- - prop `scrollIndicatorPosition` (use `alignScrollIndicator` instead)
461
821
  - `Segmented Control`:
462
822
  - prop `backgroundColor` (has no effect anyway)
463
823
  - event `segmentedControlChange` (use `change` instead)
@@ -525,6 +885,21 @@ and migration steps.
525
885
  - `Multi Select`: trim whitespace of selected options text
526
886
  ([#4132](https://github.com/porsche-design-system/porsche-design-system/pull/4132))
527
887
 
888
+ ## [3.33.0] - 2026-03-09
889
+
890
+ ## [3.33.0-rc.0] - 2026-03-04
891
+
892
+ ### Added
893
+
894
+ - `Tag`: new `variant` property to define background colors which complies now with PDS `v4`
895
+ ([#4227](https://github.com/porsche-design-system/porsche-design-system/pull/4227))
896
+ - `Checkbox`: add warning for Firefox form restore bug
897
+
898
+ ### Changed
899
+
900
+ - `Tag`: deprecated `color` property, use `variant` property instead to define background colors which complies now with
901
+ PDS `v4` ([#4227](https://github.com/porsche-design-system/porsche-design-system/pull/4227))
902
+
528
903
  ## [3.32.1] - 2026-02-24
529
904
 
530
905
  ## [3.32.1-rc.0] - 2026-02-20
@@ -601,11 +976,6 @@ and migration steps.
601
976
  - `Multi Select`: trim whitespace of selected options text
602
977
  ([#4132](https://github.com/porsche-design-system/porsche-design-system/pull/4132))
603
978
 
604
- ### Changed
605
-
606
- - `Link Tile`, `Button Tile`: appearance in compact mode
607
- - `Canvas`: appearance on mobile view
608
-
609
979
  ## [3.31.0] - 2025-11-13
610
980
 
611
981
  ## [3.31.0-rc.0] - 2025-11-11
@@ -2021,7 +2391,7 @@ and migration steps.
2021
2391
 
2022
2392
  ```diff
2023
2393
  - <p-carousel align-header="left"></p-carousel>
2024
- + <p-carousel align-header="start"></p-carousel>
2394
+ + <p-carousel-pure align-header="start"></p-carousel>
2025
2395
  ```
2026
2396
 
2027
2397
  ### Fixed
@@ -1 +1 @@
1
- "use strict";const e=require("vue"),n=require("../../utils.cjs"),u=e.defineComponent({__name:"ButtonPureWrapper",props:{active:{type:Boolean,default:!1},alignLabel:{default:"end"},aria:{},disabled:{type:Boolean,default:!1},form:{},hideLabel:{type:[Boolean,Object],default:!1},icon:{default:"arrow-right"},iconSource:{},loading:{type:Boolean,default:!1},name:{},size:{default:"small"},stretch:{type:[Boolean,Object],default:!1},type:{default:"submit"},underline:{type:Boolean,default:!1},value:{}},setup(a){const l=n.usePrefix("p-button-pure"),r=a,t=e.ref(),o=()=>n.syncProperties(t,r);return e.onMounted(o),e.onUpdated(o),(s,f)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(l)),{ref_key:"pdsComponentRef",ref:t},{default:e.withCtx(()=>[e.renderSlot(s.$slots,"default")]),_:3},512))}});module.exports=u;
1
+ "use strict";const e=require("vue"),n=require("../../utils.cjs"),u=e.defineComponent({__name:"ButtonPureWrapper",props:{active:{type:Boolean,default:!1},alignLabel:{default:"end"},aria:{},color:{default:"primary"},disabled:{type:Boolean,default:!1},form:{},hideLabel:{type:[Boolean,Object],default:!1},icon:{default:"arrow-right"},iconSource:{},loading:{type:Boolean,default:!1},name:{},size:{default:"sm"},stretch:{type:[Boolean,Object],default:!1},type:{default:"submit"},underline:{type:Boolean,default:!1},value:{}},setup(a){const l=n.usePrefix("p-button-pure"),r=a,t=e.ref(),o=()=>n.syncProperties(t,r);return e.onMounted(o),e.onUpdated(o),(s,f)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(l)),{ref_key:"pdsComponentRef",ref:t},{default:e.withCtx(()=>[e.renderSlot(s.$slots,"default")]),_:3},512))}});module.exports=u;
@@ -1 +1 @@
1
- "use strict";const e=require("vue"),t=require("../../utils.cjs"),c=e.defineComponent({__name:"FlagWrapper",props:{aria:{},name:{default:"de"},size:{default:"small"}},setup(r){const s=t.usePrefix("p-flag"),p=r,n=e.ref(),o=()=>t.syncProperties(n,p);return e.onMounted(o),e.onUpdated(o),(a,u)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(s)),{ref_key:"pdsComponentRef",ref:n},null,512))}});module.exports=c;
1
+ "use strict";const e=require("vue"),t=require("../../utils.cjs"),c=e.defineComponent({__name:"FlagWrapper",props:{aria:{},name:{default:"de"},size:{default:"sm"}},setup(r){const s=t.usePrefix("p-flag"),p=r,n=e.ref(),o=()=>t.syncProperties(n,p);return e.onMounted(o),e.onUpdated(o),(a,u)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(s)),{ref_key:"pdsComponentRef",ref:n},null,512))}});module.exports=c;
@@ -1 +1 @@
1
- "use strict";const e=require("vue"),o=require("../../utils.cjs"),l=e.defineComponent({__name:"HeadingWrapper",props:{align:{default:"start"},color:{default:"primary"},ellipsis:{type:Boolean,default:!1},size:{default:"xx-large"},tag:{}},setup(r){const s=o.usePrefix("p-heading"),a=r,t=e.ref(),n=()=>o.syncProperties(t,a);return e.onMounted(n),e.onUpdated(n),(p,c)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(s)),{ref_key:"pdsComponentRef",ref:t},{default:e.withCtx(()=>[e.renderSlot(p.$slots,"default")]),_:3},512))}});module.exports=l;
1
+ "use strict";const e=require("vue"),o=require("../../utils.cjs"),l=e.defineComponent({__name:"HeadingWrapper",props:{align:{default:"start"},color:{default:"primary"},ellipsis:{type:Boolean,default:!1},size:{default:"2xl"},tag:{},weight:{default:"normal"}},setup(r){const s=o.usePrefix("p-heading"),a=r,t=e.ref(),n=()=>o.syncProperties(t,a);return e.onMounted(n),e.onUpdated(n),(p,c)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(s)),{ref_key:"pdsComponentRef",ref:t},{default:e.withCtx(()=>[e.renderSlot(p.$slots,"default")]),_:3},512))}});module.exports=l;
@@ -1 +1 @@
1
- "use strict";const e=require("vue"),r=require("../../utils.cjs"),p=e.defineComponent({__name:"IconWrapper",props:{aria:{},color:{default:"primary"},name:{default:"arrow-right"},size:{default:"small"},source:{}},setup(t){const s=r.usePrefix("p-icon"),c=t,o=e.ref(),n=()=>r.syncProperties(o,c);return e.onMounted(n),e.onUpdated(n),(a,u)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(s)),{ref_key:"pdsComponentRef",ref:o},null,512))}});module.exports=p;
1
+ "use strict";const e=require("vue"),r=require("../../utils.cjs"),p=e.defineComponent({__name:"IconWrapper",props:{aria:{},color:{default:"primary"},name:{default:"arrow-right"},size:{default:"sm"},source:{}},setup(t){const s=r.usePrefix("p-icon"),c=t,o=e.ref(),n=()=>r.syncProperties(o,c);return e.onMounted(n),e.onUpdated(n),(a,u)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(s)),{ref_key:"pdsComponentRef",ref:o},null,512))}});module.exports=p;
@@ -1 +1 @@
1
- "use strict";const e=require("vue"),n=require("../../utils.cjs"),f=e.defineComponent({__name:"LinkPureWrapper",props:{active:{type:Boolean,default:!1},alignLabel:{default:"end"},aria:{},download:{},hideLabel:{type:[Boolean,Object],default:!1},href:{},icon:{default:"arrow-right"},iconSource:{},rel:{},size:{default:"small"},stretch:{type:[Boolean,Object],default:!1},target:{default:"_self"},underline:{type:Boolean,default:!1}},setup(r){const a=n.usePrefix("p-link-pure"),l=r,t=e.ref(),o=()=>n.syncProperties(t,l);return e.onMounted(o),e.onUpdated(o),(s,p)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(a)),{ref_key:"pdsComponentRef",ref:t},{default:e.withCtx(()=>[e.renderSlot(s.$slots,"default")]),_:3},512))}});module.exports=f;
1
+ "use strict";const e=require("vue"),n=require("../../utils.cjs"),f=e.defineComponent({__name:"LinkPureWrapper",props:{active:{type:Boolean,default:!1},alignLabel:{default:"end"},aria:{},color:{default:"primary"},download:{},hideLabel:{type:[Boolean,Object],default:!1},href:{},icon:{default:"arrow-right"},iconSource:{},rel:{},size:{default:"sm"},stretch:{type:[Boolean,Object],default:!1},target:{default:"_self"},underline:{type:Boolean,default:!1}},setup(r){const a=n.usePrefix("p-link-pure"),l=r,t=e.ref(),o=()=>n.syncProperties(t,l);return e.onMounted(o),e.onUpdated(o),(s,p)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(a)),{ref_key:"pdsComponentRef",ref:t},{default:e.withCtx(()=>[e.renderSlot(s.$slots,"default")]),_:3},512))}});module.exports=f;
@@ -1 +1 @@
1
- "use strict";const e=require("vue"),n=require("../../utils.cjs"),p=e.defineComponent({__name:"ScrollerWrapper",props:{alignScrollIndicator:{default:"center"},aria:{},scrollToPosition:{},scrollbar:{type:Boolean,default:!1}},setup(t){const s=n.usePrefix("p-scroller"),c=t,o=e.ref(),r=()=>n.syncProperties(o,c);return e.onMounted(r),e.onUpdated(r),(l,a)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(s)),{ref_key:"pdsComponentRef",ref:o},{default:e.withCtx(()=>[e.renderSlot(l.$slots,"default")]),_:3},512))}});module.exports=p;
1
+ "use strict";const e=require("vue"),n=require("../../utils.cjs"),a=e.defineComponent({__name:"ScrollerWrapper",props:{alignScrollIndicator:{default:"center"},aria:{},compact:{type:Boolean},scrollToPosition:{},scrollbar:{type:Boolean,default:!1},sticky:{type:Boolean,default:!1}},setup(r){const s=n.usePrefix("p-scroller"),c=r,o=e.ref(),t=()=>n.syncProperties(o,c);return e.onMounted(t),e.onUpdated(t),(l,p)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(s)),{ref_key:"pdsComponentRef",ref:o},{default:e.withCtx(()=>[e.renderSlot(l.$slots,"default")]),_:3},512))}});module.exports=a;
@@ -1 +1 @@
1
- "use strict";const e=require("vue"),r=require("../../utils.cjs"),c=e.defineComponent({__name:"SpinnerWrapper",props:{aria:{},size:{default:"small"}},setup(s){const t=r.usePrefix("p-spinner"),p=s,n=e.ref(),o=()=>r.syncProperties(n,p);return e.onMounted(o),e.onUpdated(o),(i,u)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(t)),{ref_key:"pdsComponentRef",ref:n},null,512))}});module.exports=c;
1
+ "use strict";const e=require("vue"),r=require("../../utils.cjs"),c=e.defineComponent({__name:"SpinnerWrapper",props:{aria:{},color:{default:"primary"},size:{default:"sm"}},setup(s){const t=r.usePrefix("p-spinner"),p=s,n=e.ref(),o=()=>r.syncProperties(n,p);return e.onMounted(o),e.onUpdated(o),(i,u)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(t)),{ref_key:"pdsComponentRef",ref:n},null,512))}});module.exports=c;
@@ -1 +1 @@
1
- "use strict";const e=require("vue"),o=require("../../utils.cjs"),l=e.defineComponent({__name:"TableWrapper",props:{caption:{},compact:{type:Boolean,default:!1},layout:{default:"auto"}},emits:["update"],setup(s,{emit:r}){const p=o.usePrefix("p-table"),a=s,t=e.ref(),c=r,n=()=>o.syncProperties(t,a);return e.onMounted(()=>{n(),o.addEventListenerToElementRef(t,"update",c)}),e.onUpdated(n),(u,d)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(p)),{ref_key:"pdsComponentRef",ref:t},{default:e.withCtx(()=>[e.renderSlot(u.$slots,"default")]),_:3},512))}});module.exports=l;
1
+ "use strict";const e=require("vue"),o=require("../../utils.cjs"),l=e.defineComponent({__name:"TableWrapper",props:{caption:{},compact:{type:Boolean,default:!1},layout:{default:"auto"},sticky:{type:Boolean,default:!1}},emits:["update"],setup(s,{emit:r}){const a=o.usePrefix("p-table"),p=s,t=e.ref(),c=r,n=()=>o.syncProperties(t,p);return e.onMounted(()=>{n(),o.addEventListenerToElementRef(t,"update",c)}),e.onUpdated(n),(u,f)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(a)),{ref_key:"pdsComponentRef",ref:t},{default:e.withCtx(()=>[e.renderSlot(u.$slots,"default")]),_:3},512))}});module.exports=l;
@@ -1 +1 @@
1
- "use strict";const e=require("vue"),n=require("../../utils.cjs"),i=e.defineComponent({__name:"TabsBarWrapper",props:{activeTabIndex:{},size:{default:"small"},weight:{default:"regular"}},emits:["update"],setup(s,{emit:r}){const a=n.usePrefix("p-tabs-bar"),p=s,t=e.ref(),c=r,o=()=>n.syncProperties(t,p);return e.onMounted(()=>{o(),n.addEventListenerToElementRef(t,"update",c)}),e.onUpdated(o),(u,d)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(a)),{ref_key:"pdsComponentRef",ref:t},{default:e.withCtx(()=>[e.renderSlot(u.$slots,"default")]),_:3},512))}});module.exports=i;
1
+ "use strict";const e=require("vue"),n=require("../../utils.cjs"),d=e.defineComponent({__name:"TabsBarWrapper",props:{activeTabIndex:{},background:{default:"none"},compact:{type:Boolean},size:{default:"small"},weight:{default:"regular"}},emits:["update"],setup(r,{emit:s}){const a=n.usePrefix("p-tabs-bar"),p=r,t=e.ref(),c=s,o=()=>n.syncProperties(t,p);return e.onMounted(()=>{o(),n.addEventListenerToElementRef(t,"update",c)}),e.onUpdated(o),(u,i)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(a)),{ref_key:"pdsComponentRef",ref:t},{default:e.withCtx(()=>[e.renderSlot(u.$slots,"default")]),_:3},512))}});module.exports=d;
@@ -1 +1 @@
1
- "use strict";const e=require("vue"),n=require("../../utils.cjs"),d=e.defineComponent({__name:"TabsWrapper",props:{activeTabIndex:{default:0},size:{default:"small"},weight:{default:"regular"}},emits:["update"],setup(s,{emit:r}){const a=n.usePrefix("p-tabs"),p=s,t=e.ref(),c=r,o=()=>n.syncProperties(t,p);return e.onMounted(()=>{o(),n.addEventListenerToElementRef(t,"update",c)}),e.onUpdated(o),(u,i)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(a)),{ref_key:"pdsComponentRef",ref:t},{default:e.withCtx(()=>[e.renderSlot(u.$slots,"default")]),_:3},512))}});module.exports=d;
1
+ "use strict";const e=require("vue"),n=require("../../utils.cjs"),d=e.defineComponent({__name:"TabsWrapper",props:{activeTabIndex:{default:0},background:{default:"none"},compact:{type:Boolean},size:{default:"small"},weight:{default:"regular"}},emits:["update"],setup(s,{emit:r}){const a=n.usePrefix("p-tabs"),p=s,t=e.ref(),c=r,o=()=>n.syncProperties(t,p);return e.onMounted(()=>{o(),n.addEventListenerToElementRef(t,"update",c)}),e.onUpdated(o),(u,i)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(a)),{ref_key:"pdsComponentRef",ref:t},{default:e.withCtx(()=>[e.renderSlot(u.$slots,"default")]),_:3},512))}});module.exports=d;
@@ -1 +1 @@
1
- "use strict";const e=require("vue"),n=require("../../utils.cjs"),l=e.defineComponent({__name:"TextWrapper",props:{align:{default:"start"},color:{default:"primary"},ellipsis:{type:Boolean,default:!1},size:{default:"small"},tag:{default:"p"},weight:{default:"regular"}},setup(r){const s=n.usePrefix("p-text"),a=r,t=e.ref(),o=()=>n.syncProperties(t,a);return e.onMounted(o),e.onUpdated(o),(p,u)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(s)),{ref_key:"pdsComponentRef",ref:t},{default:e.withCtx(()=>[e.renderSlot(p.$slots,"default")]),_:3},512))}});module.exports=l;
1
+ "use strict";const e=require("vue"),n=require("../../utils.cjs"),l=e.defineComponent({__name:"TextWrapper",props:{align:{default:"start"},color:{default:"primary"},ellipsis:{type:Boolean,default:!1},size:{default:"sm"},tag:{default:"p"},weight:{default:"normal"}},setup(r){const s=n.usePrefix("p-text"),p=r,t=e.ref(),o=()=>n.syncProperties(t,p);return e.onMounted(o),e.onUpdated(o),(a,u)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(s)),{ref_key:"pdsComponentRef",ref:t},{default:e.withCtx(()=>[e.renderSlot(a.$slots,"default")]),_:3},512))}});module.exports=l;
@@ -13,11 +13,11 @@ type PAccordionProps = {
13
13
  */
14
14
  compact?: boolean;
15
15
  /**
16
- * @deprecated , will be removed in the next major release. Use the `summary` slot instead. Sets the heading text within the summary section.
16
+ * @deprecated Will be removed in the next major release. Use the `summary` slot instead. Sets the heading text within the summary section.
17
17
  */
18
18
  heading?: string;
19
19
  /**
20
- * @deprecated , will be removed in the next major release. Use the `summary` slot instead. Sets the heading tag for proper semantic structure within the page.
20
+ * @deprecated Will be removed in the next major release. Use the `summary` slot instead. Sets the heading tag for proper semantic structure within the page.
21
21
  */
22
22
  headingTag?: AccordionHeadingTag;
23
23
  /**
@@ -25,7 +25,7 @@ type PAccordionProps = {
25
25
  */
26
26
  open?: boolean;
27
27
  /**
28
- * @deprecated , will be removed in the next major release. Use the `summary` slot instead. Controls the heading size in the summary section (only applies when using the `heading` prop or `heading` slot).
28
+ * @deprecated Will be removed in the next major release. Use the `summary` slot instead. Controls the heading size in the summary section (only applies when using the `heading` prop or `heading` slot).
29
29
  */
30
30
  size?: BreakpointCustomizable<AccordionSize>;
31
31
  /**
@@ -1,7 +1,7 @@
1
- import type { BreakpointCustomizable, ButtonPureAlignLabel, SelectedAriaAttributes, ButtonPureAriaAttribute, ButtonPureIcon, ButtonPureSize, ButtonPureType } from '../types';
1
+ import type { BreakpointCustomizable, ButtonPureAlignLabel, SelectedAriaAttributes, ButtonPureAriaAttribute, ButtonPureColor, ButtonPureIcon, ButtonPureSize, ButtonPureType } from '../types';
2
2
  type PButtonPureProps = {
3
3
  /**
4
- * Display button in active state.
4
+ * Displays the button in its active state.
5
5
  */
6
6
  active?: boolean;
7
7
  /**
@@ -9,9 +9,13 @@ type PButtonPureProps = {
9
9
  */
10
10
  alignLabel?: BreakpointCustomizable<ButtonPureAlignLabel>;
11
11
  /**
12
- * Add ARIA attributes.
12
+ * Sets ARIA attributes.
13
13
  */
14
14
  aria?: SelectedAriaAttributes<ButtonPureAriaAttribute>;
15
+ /**
16
+ * The color.
17
+ */
18
+ color?: ButtonPureColor;
15
19
  /**
16
20
  * Disables the button. No events will be triggered while disabled state is active.
17
21
  */
@@ -21,7 +25,7 @@ type PButtonPureProps = {
21
25
  */
22
26
  form?: string;
23
27
  /**
24
- * Show or hide label. For better accessibility it is recommended to show the label.
28
+ * Shows or hides the label. For better accessibility, it is recommended to show the label.
25
29
  */
26
30
  hideLabel?: BreakpointCustomizable<boolean>;
27
31
  /**
@@ -74,6 +78,7 @@ declare const __VLS_base: import("vue").DefineComponent<PButtonPureProps, {}, {}
74
78
  loading: boolean;
75
79
  active: boolean;
76
80
  alignLabel: BreakpointCustomizable<ButtonPureAlignLabel>;
81
+ color: ButtonPureColor;
77
82
  stretch: BreakpointCustomizable<boolean>;
78
83
  underline: boolean;
79
84
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, ref as f, onMounted as s, onUpdated as p, createBlock as u, openBlock as d, resolveDynamicComponent as c, unref as i, withCtx as m, renderSlot as y } from "vue";
1
+ import { defineComponent as r, ref as f, onMounted as p, onUpdated as s, createBlock as u, openBlock as d, resolveDynamicComponent as c, unref as i, withCtx as m, renderSlot as y } from "vue";
2
2
  import { usePrefix as B, syncProperties as b } from "../../utils.mjs";
3
3
  const g = /* @__PURE__ */ r({
4
4
  __name: "ButtonPureWrapper",
@@ -6,6 +6,7 @@ const g = /* @__PURE__ */ r({
6
6
  active: { type: Boolean, default: !1 },
7
7
  alignLabel: { default: "end" },
8
8
  aria: {},
9
+ color: { default: "primary" },
9
10
  disabled: { type: Boolean, default: !1 },
10
11
  form: {},
11
12
  hideLabel: { type: [Boolean, Object], default: !1 },
@@ -13,7 +14,7 @@ const g = /* @__PURE__ */ r({
13
14
  iconSource: {},
14
15
  loading: { type: Boolean, default: !1 },
15
16
  name: {},
16
- size: { default: "small" },
17
+ size: { default: "sm" },
17
18
  stretch: { type: [Boolean, Object], default: !1 },
18
19
  type: { default: "submit" },
19
20
  underline: { type: Boolean, default: !1 },
@@ -21,7 +22,7 @@ const g = /* @__PURE__ */ r({
21
22
  },
22
23
  setup(o) {
23
24
  const a = B("p-button-pure"), n = o, e = f(), t = () => b(e, n);
24
- return s(t), p(t), (l, _) => (d(), u(c(i(a)), {
25
+ return p(t), s(t), (l, _) => (d(), u(c(i(a)), {
25
26
  ref_key: "pdsComponentRef",
26
27
  ref: e
27
28
  }, {
@@ -5,7 +5,7 @@ type PButtonTileProps = {
5
5
  */
6
6
  align?: ButtonTileAlign;
7
7
  /**
8
- * Add ARIA attributes.
8
+ * Sets ARIA attributes.
9
9
  */
10
10
  aria?: SelectedAriaAttributes<ButtonTileAriaAttribute>;
11
11
  /**
@@ -1,11 +1,11 @@
1
1
  import type { SelectedAriaAttributes, ButtonAriaAttribute, BreakpointCustomizable, ButtonIcon, ButtonType, ButtonVariant } from '../types';
2
2
  type PButtonProps = {
3
3
  /**
4
- * Add ARIA attributes.
4
+ * Sets ARIA attributes.
5
5
  */
6
6
  aria?: SelectedAriaAttributes<ButtonAriaAttribute>;
7
7
  /**
8
- * Displays as compact version.
8
+ * Displays the button in compact mode.
9
9
  */
10
10
  compact?: BreakpointCustomizable<boolean>;
11
11
  /**
@@ -17,7 +17,7 @@ type PButtonProps = {
17
17
  */
18
18
  form?: string;
19
19
  /**
20
- * Show or hide label. For better accessibility it is recommended to show the label.
20
+ * Shows or hides the label. For better accessibility, it is recommended to show the label.
21
21
  */
22
22
  hideLabel?: BreakpointCustomizable<boolean>;
23
23
  /**