@porsche-design-system/components-angular 4.6.0 → 4.7.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.
Files changed (387) hide show
  1. package/CHANGELOG.md +65 -0
  2. package/bin/pds-skill.js +50 -41
  3. package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
  4. package/package.json +2 -2
  5. package/skills/pds-audit-deprecations-angular/SKILL.md +247 -0
  6. package/skills/pds-audit-deprecations-angular/references/report-template.md +128 -0
  7. package/skills/pds-audit-deprecations-angular/references/report.schema.json +446 -0
  8. package/skills/pds-knowledge-angular/SKILL.md +9 -3
  9. package/skills/pds-knowledge-angular/references/components/p-button/examples/AiDropShadow.ts +33 -0
  10. package/skills/pds-knowledge-angular/references/components/p-button/examples/AiGradientGlow.ts +93 -0
  11. package/skills/pds-knowledge-angular/references/components/p-button/p-button.md +64 -2
  12. package/skills/pds-knowledge-angular/references/components/p-button-pure/p-button-pure.md +1 -1
  13. package/skills/pds-knowledge-angular/references/components/p-button-tile/p-button-tile.md +1 -1
  14. package/skills/pds-knowledge-angular/references/components/p-icon/examples/Overview.ts +2 -0
  15. package/skills/pds-knowledge-angular/references/components/p-icon/p-icon.md +1 -1
  16. package/skills/pds-knowledge-angular/references/components/p-inline-notification/p-inline-notification.md +1 -1
  17. package/skills/pds-knowledge-angular/references/components/p-link/p-link.md +12 -1
  18. package/skills/pds-knowledge-angular/references/components/p-link-pure/p-link-pure.md +1 -1
  19. package/skills/pds-knowledge-angular/references/components/p-segmented-control/p-segmented-control.md +1 -1
  20. package/skills/pds-knowledge-angular/references/components/p-tag/p-tag.md +1 -1
  21. package/skills/pds-knowledge-angular/references/deprecations.md +686 -0
  22. package/skills/pds-knowledge-angular/references/icons.md +1 -1
  23. package/skills/pds-knowledge-angular/references/styles/scss.md +3 -2
  24. package/skills/pds-knowledge-angular/references/styles/tailwindcss.md +0 -2
  25. package/tailwindcss/index.css +16 -16
  26. package/types/porsche-design-system-components-angular.d.ts +14 -9
  27. package/vanilla-extract/cjs/blur/deprecated/frostedGlassStyle.cjs +1 -1
  28. package/vanilla-extract/cjs/border/deprecated/border.cjs +1 -1
  29. package/vanilla-extract/cjs/border/deprecated/borderRadius.cjs +1 -1
  30. package/vanilla-extract/cjs/border/deprecated/borderRadiusLarge.cjs +1 -1
  31. package/vanilla-extract/cjs/border/deprecated/borderRadiusMedium.cjs +1 -1
  32. package/vanilla-extract/cjs/border/deprecated/borderRadiusSmall.cjs +1 -1
  33. package/vanilla-extract/cjs/border/deprecated/borderWidth.cjs +1 -1
  34. package/vanilla-extract/cjs/border/deprecated/borderWidthBase.cjs +1 -1
  35. package/vanilla-extract/cjs/border/deprecated/borderWidthThin.cjs +1 -1
  36. package/vanilla-extract/cjs/color/deprecated/theme.cjs +1 -1
  37. package/vanilla-extract/cjs/color/deprecated/themeDark.cjs +1 -1
  38. package/vanilla-extract/cjs/color/deprecated/themeDarkBackgroundBase.cjs +1 -1
  39. package/vanilla-extract/cjs/color/deprecated/themeDarkBackgroundFrosted.cjs +1 -1
  40. package/vanilla-extract/cjs/color/deprecated/themeDarkBackgroundShading.cjs +1 -1
  41. package/vanilla-extract/cjs/color/deprecated/themeDarkBackgroundSurface.cjs +1 -1
  42. package/vanilla-extract/cjs/color/deprecated/themeDarkContrastHigh.cjs +1 -1
  43. package/vanilla-extract/cjs/color/deprecated/themeDarkContrastLow.cjs +1 -1
  44. package/vanilla-extract/cjs/color/deprecated/themeDarkContrastMedium.cjs +1 -1
  45. package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationError.cjs +1 -1
  46. package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationErrorSoft.cjs +1 -1
  47. package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationInfo.cjs +1 -1
  48. package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationInfoSoft.cjs +1 -1
  49. package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationSuccess.cjs +1 -1
  50. package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationSuccessSoft.cjs +1 -1
  51. package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationWarning.cjs +1 -1
  52. package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationWarningSoft.cjs +1 -1
  53. package/vanilla-extract/cjs/color/deprecated/themeDarkPrimary.cjs +1 -1
  54. package/vanilla-extract/cjs/color/deprecated/themeDarkStateActive.cjs +1 -1
  55. package/vanilla-extract/cjs/color/deprecated/themeDarkStateDisabled.cjs +1 -1
  56. package/vanilla-extract/cjs/color/deprecated/themeDarkStateFocus.cjs +1 -1
  57. package/vanilla-extract/cjs/color/deprecated/themeDarkStateHover.cjs +1 -1
  58. package/vanilla-extract/cjs/color/deprecated/themeLight.cjs +1 -1
  59. package/vanilla-extract/cjs/color/deprecated/themeLightBackgroundBase.cjs +1 -1
  60. package/vanilla-extract/cjs/color/deprecated/themeLightBackgroundFrosted.cjs +1 -1
  61. package/vanilla-extract/cjs/color/deprecated/themeLightBackgroundShading.cjs +1 -1
  62. package/vanilla-extract/cjs/color/deprecated/themeLightBackgroundSurface.cjs +1 -1
  63. package/vanilla-extract/cjs/color/deprecated/themeLightContrastHigh.cjs +1 -1
  64. package/vanilla-extract/cjs/color/deprecated/themeLightContrastLow.cjs +1 -1
  65. package/vanilla-extract/cjs/color/deprecated/themeLightContrastMedium.cjs +1 -1
  66. package/vanilla-extract/cjs/color/deprecated/themeLightNotificationError.cjs +1 -1
  67. package/vanilla-extract/cjs/color/deprecated/themeLightNotificationErrorSoft.cjs +1 -1
  68. package/vanilla-extract/cjs/color/deprecated/themeLightNotificationInfo.cjs +1 -1
  69. package/vanilla-extract/cjs/color/deprecated/themeLightNotificationInfoSoft.cjs +1 -1
  70. package/vanilla-extract/cjs/color/deprecated/themeLightNotificationSuccess.cjs +1 -1
  71. package/vanilla-extract/cjs/color/deprecated/themeLightNotificationSuccessSoft.cjs +1 -1
  72. package/vanilla-extract/cjs/color/deprecated/themeLightNotificationWarning.cjs +1 -1
  73. package/vanilla-extract/cjs/color/deprecated/themeLightNotificationWarningSoft.cjs +1 -1
  74. package/vanilla-extract/cjs/color/deprecated/themeLightPrimary.cjs +1 -1
  75. package/vanilla-extract/cjs/color/deprecated/themeLightStateActive.cjs +1 -1
  76. package/vanilla-extract/cjs/color/deprecated/themeLightStateDisabled.cjs +1 -1
  77. package/vanilla-extract/cjs/color/deprecated/themeLightStateFocus.cjs +1 -1
  78. package/vanilla-extract/cjs/color/deprecated/themeLightStateHover.cjs +1 -1
  79. package/vanilla-extract/cjs/focus/deprecated/getFocusStyle.cjs +1 -0
  80. package/vanilla-extract/cjs/font/deprecated/fontFamily.cjs +1 -1
  81. package/vanilla-extract/cjs/font/deprecated/fontLineHeight.cjs +1 -1
  82. package/vanilla-extract/cjs/font/deprecated/fontSize.cjs +1 -1
  83. package/vanilla-extract/cjs/font/deprecated/fontSizeDisplay.cjs +1 -1
  84. package/vanilla-extract/cjs/font/deprecated/fontSizeHeading.cjs +1 -1
  85. package/vanilla-extract/cjs/font/deprecated/fontSizeHeadingLarge.cjs +1 -1
  86. package/vanilla-extract/cjs/font/deprecated/fontSizeHeadingMedium.cjs +1 -1
  87. package/vanilla-extract/cjs/font/deprecated/fontSizeHeadingSmall.cjs +1 -1
  88. package/vanilla-extract/cjs/font/deprecated/fontSizeHeadingXLarge.cjs +1 -1
  89. package/vanilla-extract/cjs/font/deprecated/fontSizeHeadingXXLarge.cjs +1 -1
  90. package/vanilla-extract/cjs/font/deprecated/fontSizeText.cjs +1 -1
  91. package/vanilla-extract/cjs/font/deprecated/fontSizeTextLarge.cjs +1 -1
  92. package/vanilla-extract/cjs/font/deprecated/fontSizeTextMedium.cjs +1 -1
  93. package/vanilla-extract/cjs/font/deprecated/fontSizeTextSmall.cjs +1 -1
  94. package/vanilla-extract/cjs/font/deprecated/fontSizeTextXLarge.cjs +1 -1
  95. package/vanilla-extract/cjs/font/deprecated/fontSizeTextXSmall.cjs +1 -1
  96. package/vanilla-extract/cjs/font/deprecated/fontSizeTextXXSmall.cjs +1 -1
  97. package/vanilla-extract/cjs/font/deprecated/fontStyle.cjs +1 -1
  98. package/vanilla-extract/cjs/font/deprecated/fontStyleItalic.cjs +1 -1
  99. package/vanilla-extract/cjs/font/deprecated/fontStyleNormal.cjs +1 -1
  100. package/vanilla-extract/cjs/font/deprecated/fontVariant.cjs +1 -1
  101. package/vanilla-extract/cjs/font/deprecated/fontWeight.cjs +1 -1
  102. package/vanilla-extract/cjs/font/deprecated/fontWeightRegular.cjs +1 -1
  103. package/vanilla-extract/cjs/font/deprecated/fontWeightSemiBold.cjs +1 -1
  104. package/vanilla-extract/cjs/gradient/deprecated/gradientToBottomStyle.cjs +1 -1
  105. package/vanilla-extract/cjs/gradient/deprecated/gradientToLeftStyle.cjs +1 -1
  106. package/vanilla-extract/cjs/gradient/deprecated/gradientToRightStyle.cjs +1 -1
  107. package/vanilla-extract/cjs/gradient/deprecated/gradientToTopStyle.cjs +1 -1
  108. package/vanilla-extract/cjs/motion/deprecated/motionDurationLong.cjs +1 -1
  109. package/vanilla-extract/cjs/motion/deprecated/motionDurationModerate.cjs +1 -1
  110. package/vanilla-extract/cjs/motion/deprecated/motionDurationShort.cjs +1 -1
  111. package/vanilla-extract/cjs/motion/deprecated/motionDurationVeryLong.cjs +1 -1
  112. package/vanilla-extract/cjs/motion/deprecated/motionEasingBase.cjs +1 -1
  113. package/vanilla-extract/cjs/motion/deprecated/motionEasingIn.cjs +1 -1
  114. package/vanilla-extract/cjs/motion/deprecated/motionEasingOut.cjs +1 -1
  115. package/vanilla-extract/cjs/shadow/deprecated/dropShadowHighStyle.cjs +1 -1
  116. package/vanilla-extract/cjs/shadow/deprecated/dropShadowLowStyle.cjs +1 -1
  117. package/vanilla-extract/cjs/shadow/deprecated/dropShadowMediumStyle.cjs +1 -1
  118. package/vanilla-extract/cjs/spacing/deprecated/spacing.cjs +1 -1
  119. package/vanilla-extract/cjs/spacing/deprecated/spacingFluid.cjs +1 -1
  120. package/vanilla-extract/cjs/spacing/deprecated/spacingFluidLarge.cjs +1 -1
  121. package/vanilla-extract/cjs/spacing/deprecated/spacingFluidMedium.cjs +1 -1
  122. package/vanilla-extract/cjs/spacing/deprecated/spacingFluidSmall.cjs +1 -1
  123. package/vanilla-extract/cjs/spacing/deprecated/spacingFluidXLarge.cjs +1 -1
  124. package/vanilla-extract/cjs/spacing/deprecated/spacingFluidXSmall.cjs +1 -1
  125. package/vanilla-extract/cjs/spacing/deprecated/spacingFluidXXLarge.cjs +1 -1
  126. package/vanilla-extract/cjs/spacing/deprecated/spacingStatic.cjs +1 -1
  127. package/vanilla-extract/cjs/spacing/deprecated/spacingStaticLarge.cjs +1 -1
  128. package/vanilla-extract/cjs/spacing/deprecated/spacingStaticMedium.cjs +1 -1
  129. package/vanilla-extract/cjs/spacing/deprecated/spacingStaticSmall.cjs +1 -1
  130. package/vanilla-extract/cjs/spacing/deprecated/spacingStaticXLarge.cjs +1 -1
  131. package/vanilla-extract/cjs/spacing/deprecated/spacingStaticXSmall.cjs +1 -1
  132. package/vanilla-extract/cjs/spacing/deprecated/spacingStaticXXLarge.cjs +1 -1
  133. package/vanilla-extract/cjs/typography/deprecated/display/displayLargeStyle.cjs +1 -1
  134. package/vanilla-extract/cjs/typography/deprecated/display/displayMediumStyle.cjs +1 -1
  135. package/vanilla-extract/cjs/typography/deprecated/display/displaySmallStyle.cjs +1 -1
  136. package/vanilla-extract/cjs/typography/deprecated/heading/headingLargeStyle.cjs +1 -1
  137. package/vanilla-extract/cjs/typography/deprecated/heading/headingMediumStyle.cjs +1 -1
  138. package/vanilla-extract/cjs/typography/deprecated/heading/headingSmallStyle.cjs +1 -1
  139. package/vanilla-extract/cjs/typography/deprecated/heading/headingXLargeStyle.cjs +1 -1
  140. package/vanilla-extract/cjs/typography/deprecated/heading/headingXXLargeStyle.cjs +1 -1
  141. package/vanilla-extract/cjs/typography/deprecated/text/textLargeStyle.cjs +1 -1
  142. package/vanilla-extract/cjs/typography/deprecated/text/textMediumStyle.cjs +1 -1
  143. package/vanilla-extract/cjs/typography/deprecated/text/textSmallStyle.cjs +1 -1
  144. package/vanilla-extract/cjs/typography/deprecated/text/textXLargeStyle.cjs +1 -1
  145. package/vanilla-extract/cjs/typography/deprecated/text/textXSmallStyle.cjs +1 -1
  146. package/vanilla-extract/cjs/typography/deprecated/text/textXXSmallStyle.cjs +1 -1
  147. package/vanilla-extract/esm/blur/deprecated/frostedGlassStyle.d.ts +1 -1
  148. package/vanilla-extract/esm/blur/deprecated/frostedGlassStyle.mjs +1 -1
  149. package/vanilla-extract/esm/border/deprecated/border.d.ts +1 -1
  150. package/vanilla-extract/esm/border/deprecated/border.mjs +1 -1
  151. package/vanilla-extract/esm/border/deprecated/borderRadius.d.ts +1 -1
  152. package/vanilla-extract/esm/border/deprecated/borderRadius.mjs +1 -1
  153. package/vanilla-extract/esm/border/deprecated/borderRadiusLarge.d.ts +1 -1
  154. package/vanilla-extract/esm/border/deprecated/borderRadiusLarge.mjs +1 -1
  155. package/vanilla-extract/esm/border/deprecated/borderRadiusMedium.d.ts +1 -1
  156. package/vanilla-extract/esm/border/deprecated/borderRadiusMedium.mjs +1 -1
  157. package/vanilla-extract/esm/border/deprecated/borderRadiusSmall.d.ts +1 -1
  158. package/vanilla-extract/esm/border/deprecated/borderRadiusSmall.mjs +1 -1
  159. package/vanilla-extract/esm/border/deprecated/borderWidth.d.ts +1 -1
  160. package/vanilla-extract/esm/border/deprecated/borderWidth.mjs +1 -1
  161. package/vanilla-extract/esm/border/deprecated/borderWidthBase.d.ts +1 -1
  162. package/vanilla-extract/esm/border/deprecated/borderWidthBase.mjs +1 -1
  163. package/vanilla-extract/esm/border/deprecated/borderWidthThin.d.ts +1 -1
  164. package/vanilla-extract/esm/border/deprecated/borderWidthThin.mjs +1 -1
  165. package/vanilla-extract/esm/color/deprecated/theme.d.ts +1 -1
  166. package/vanilla-extract/esm/color/deprecated/theme.mjs +1 -1
  167. package/vanilla-extract/esm/color/deprecated/themeDark.d.ts +1 -1
  168. package/vanilla-extract/esm/color/deprecated/themeDark.mjs +1 -1
  169. package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundBase.d.ts +1 -1
  170. package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundBase.mjs +1 -1
  171. package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundFrosted.d.ts +1 -1
  172. package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundFrosted.mjs +1 -1
  173. package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundShading.d.ts +1 -1
  174. package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundShading.mjs +1 -1
  175. package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundSurface.d.ts +1 -1
  176. package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundSurface.mjs +1 -1
  177. package/vanilla-extract/esm/color/deprecated/themeDarkContrastHigh.d.ts +1 -1
  178. package/vanilla-extract/esm/color/deprecated/themeDarkContrastHigh.mjs +1 -1
  179. package/vanilla-extract/esm/color/deprecated/themeDarkContrastLow.d.ts +1 -1
  180. package/vanilla-extract/esm/color/deprecated/themeDarkContrastLow.mjs +1 -1
  181. package/vanilla-extract/esm/color/deprecated/themeDarkContrastMedium.d.ts +1 -1
  182. package/vanilla-extract/esm/color/deprecated/themeDarkContrastMedium.mjs +1 -1
  183. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationError.d.ts +1 -1
  184. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationError.mjs +1 -1
  185. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationErrorSoft.d.ts +1 -1
  186. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationErrorSoft.mjs +1 -1
  187. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationInfo.d.ts +1 -1
  188. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationInfo.mjs +1 -1
  189. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationInfoSoft.d.ts +1 -1
  190. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationInfoSoft.mjs +1 -1
  191. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationSuccess.d.ts +1 -1
  192. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationSuccess.mjs +1 -1
  193. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationSuccessSoft.d.ts +1 -1
  194. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationSuccessSoft.mjs +1 -1
  195. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationWarning.d.ts +1 -1
  196. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationWarning.mjs +1 -1
  197. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationWarningSoft.d.ts +1 -1
  198. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationWarningSoft.mjs +1 -1
  199. package/vanilla-extract/esm/color/deprecated/themeDarkPrimary.d.ts +1 -1
  200. package/vanilla-extract/esm/color/deprecated/themeDarkPrimary.mjs +1 -1
  201. package/vanilla-extract/esm/color/deprecated/themeDarkStateActive.d.ts +1 -1
  202. package/vanilla-extract/esm/color/deprecated/themeDarkStateActive.mjs +1 -1
  203. package/vanilla-extract/esm/color/deprecated/themeDarkStateDisabled.d.ts +1 -1
  204. package/vanilla-extract/esm/color/deprecated/themeDarkStateDisabled.mjs +1 -1
  205. package/vanilla-extract/esm/color/deprecated/themeDarkStateFocus.d.ts +1 -1
  206. package/vanilla-extract/esm/color/deprecated/themeDarkStateFocus.mjs +1 -1
  207. package/vanilla-extract/esm/color/deprecated/themeDarkStateHover.d.ts +1 -1
  208. package/vanilla-extract/esm/color/deprecated/themeDarkStateHover.mjs +1 -1
  209. package/vanilla-extract/esm/color/deprecated/themeLight.d.ts +1 -1
  210. package/vanilla-extract/esm/color/deprecated/themeLight.mjs +1 -1
  211. package/vanilla-extract/esm/color/deprecated/themeLightBackgroundBase.d.ts +1 -1
  212. package/vanilla-extract/esm/color/deprecated/themeLightBackgroundBase.mjs +1 -1
  213. package/vanilla-extract/esm/color/deprecated/themeLightBackgroundFrosted.d.ts +1 -1
  214. package/vanilla-extract/esm/color/deprecated/themeLightBackgroundFrosted.mjs +1 -1
  215. package/vanilla-extract/esm/color/deprecated/themeLightBackgroundShading.d.ts +1 -1
  216. package/vanilla-extract/esm/color/deprecated/themeLightBackgroundShading.mjs +1 -1
  217. package/vanilla-extract/esm/color/deprecated/themeLightBackgroundSurface.d.ts +1 -1
  218. package/vanilla-extract/esm/color/deprecated/themeLightBackgroundSurface.mjs +1 -1
  219. package/vanilla-extract/esm/color/deprecated/themeLightContrastHigh.d.ts +1 -1
  220. package/vanilla-extract/esm/color/deprecated/themeLightContrastHigh.mjs +1 -1
  221. package/vanilla-extract/esm/color/deprecated/themeLightContrastLow.d.ts +1 -1
  222. package/vanilla-extract/esm/color/deprecated/themeLightContrastLow.mjs +1 -1
  223. package/vanilla-extract/esm/color/deprecated/themeLightContrastMedium.d.ts +1 -1
  224. package/vanilla-extract/esm/color/deprecated/themeLightContrastMedium.mjs +1 -1
  225. package/vanilla-extract/esm/color/deprecated/themeLightNotificationError.d.ts +1 -1
  226. package/vanilla-extract/esm/color/deprecated/themeLightNotificationError.mjs +1 -1
  227. package/vanilla-extract/esm/color/deprecated/themeLightNotificationErrorSoft.d.ts +1 -1
  228. package/vanilla-extract/esm/color/deprecated/themeLightNotificationErrorSoft.mjs +1 -1
  229. package/vanilla-extract/esm/color/deprecated/themeLightNotificationInfo.d.ts +1 -1
  230. package/vanilla-extract/esm/color/deprecated/themeLightNotificationInfo.mjs +1 -1
  231. package/vanilla-extract/esm/color/deprecated/themeLightNotificationInfoSoft.d.ts +1 -1
  232. package/vanilla-extract/esm/color/deprecated/themeLightNotificationInfoSoft.mjs +1 -1
  233. package/vanilla-extract/esm/color/deprecated/themeLightNotificationSuccess.d.ts +1 -1
  234. package/vanilla-extract/esm/color/deprecated/themeLightNotificationSuccess.mjs +1 -1
  235. package/vanilla-extract/esm/color/deprecated/themeLightNotificationSuccessSoft.d.ts +1 -1
  236. package/vanilla-extract/esm/color/deprecated/themeLightNotificationSuccessSoft.mjs +1 -1
  237. package/vanilla-extract/esm/color/deprecated/themeLightNotificationWarning.d.ts +1 -1
  238. package/vanilla-extract/esm/color/deprecated/themeLightNotificationWarning.mjs +1 -1
  239. package/vanilla-extract/esm/color/deprecated/themeLightNotificationWarningSoft.d.ts +1 -1
  240. package/vanilla-extract/esm/color/deprecated/themeLightNotificationWarningSoft.mjs +1 -1
  241. package/vanilla-extract/esm/color/deprecated/themeLightPrimary.d.ts +1 -1
  242. package/vanilla-extract/esm/color/deprecated/themeLightPrimary.mjs +1 -1
  243. package/vanilla-extract/esm/color/deprecated/themeLightStateActive.d.ts +1 -1
  244. package/vanilla-extract/esm/color/deprecated/themeLightStateActive.mjs +1 -1
  245. package/vanilla-extract/esm/color/deprecated/themeLightStateDisabled.d.ts +1 -1
  246. package/vanilla-extract/esm/color/deprecated/themeLightStateDisabled.mjs +1 -1
  247. package/vanilla-extract/esm/color/deprecated/themeLightStateFocus.d.ts +1 -1
  248. package/vanilla-extract/esm/color/deprecated/themeLightStateFocus.mjs +1 -1
  249. package/vanilla-extract/esm/color/deprecated/themeLightStateHover.d.ts +1 -1
  250. package/vanilla-extract/esm/color/deprecated/themeLightStateHover.mjs +1 -1
  251. package/vanilla-extract/esm/color/deprecated/themeShared.d.ts +1 -1
  252. package/vanilla-extract/esm/focus/deprecated/getFocusStyle.d.ts +1 -0
  253. package/vanilla-extract/esm/focus/deprecated/getFocusStyle.mjs +1 -0
  254. package/vanilla-extract/esm/font/deprecated/fontFamily.d.ts +1 -1
  255. package/vanilla-extract/esm/font/deprecated/fontFamily.mjs +1 -1
  256. package/vanilla-extract/esm/font/deprecated/fontLineHeight.d.ts +1 -1
  257. package/vanilla-extract/esm/font/deprecated/fontLineHeight.mjs +1 -1
  258. package/vanilla-extract/esm/font/deprecated/fontSize.d.ts +1 -1
  259. package/vanilla-extract/esm/font/deprecated/fontSize.mjs +1 -1
  260. package/vanilla-extract/esm/font/deprecated/fontSizeDisplay.d.ts +1 -1
  261. package/vanilla-extract/esm/font/deprecated/fontSizeDisplay.mjs +1 -1
  262. package/vanilla-extract/esm/font/deprecated/fontSizeHeading.d.ts +1 -1
  263. package/vanilla-extract/esm/font/deprecated/fontSizeHeading.mjs +1 -1
  264. package/vanilla-extract/esm/font/deprecated/fontSizeHeadingLarge.d.ts +1 -1
  265. package/vanilla-extract/esm/font/deprecated/fontSizeHeadingLarge.mjs +1 -1
  266. package/vanilla-extract/esm/font/deprecated/fontSizeHeadingMedium.d.ts +1 -1
  267. package/vanilla-extract/esm/font/deprecated/fontSizeHeadingMedium.mjs +1 -1
  268. package/vanilla-extract/esm/font/deprecated/fontSizeHeadingSmall.d.ts +1 -1
  269. package/vanilla-extract/esm/font/deprecated/fontSizeHeadingSmall.mjs +1 -1
  270. package/vanilla-extract/esm/font/deprecated/fontSizeHeadingXLarge.d.ts +1 -1
  271. package/vanilla-extract/esm/font/deprecated/fontSizeHeadingXLarge.mjs +1 -1
  272. package/vanilla-extract/esm/font/deprecated/fontSizeHeadingXXLarge.d.ts +1 -1
  273. package/vanilla-extract/esm/font/deprecated/fontSizeHeadingXXLarge.mjs +1 -1
  274. package/vanilla-extract/esm/font/deprecated/fontSizeText.d.ts +1 -1
  275. package/vanilla-extract/esm/font/deprecated/fontSizeText.mjs +1 -1
  276. package/vanilla-extract/esm/font/deprecated/fontSizeTextLarge.d.ts +1 -1
  277. package/vanilla-extract/esm/font/deprecated/fontSizeTextLarge.mjs +1 -1
  278. package/vanilla-extract/esm/font/deprecated/fontSizeTextMedium.d.ts +1 -1
  279. package/vanilla-extract/esm/font/deprecated/fontSizeTextMedium.mjs +1 -1
  280. package/vanilla-extract/esm/font/deprecated/fontSizeTextSmall.d.ts +1 -1
  281. package/vanilla-extract/esm/font/deprecated/fontSizeTextSmall.mjs +1 -1
  282. package/vanilla-extract/esm/font/deprecated/fontSizeTextXLarge.d.ts +1 -1
  283. package/vanilla-extract/esm/font/deprecated/fontSizeTextXLarge.mjs +1 -1
  284. package/vanilla-extract/esm/font/deprecated/fontSizeTextXSmall.d.ts +1 -1
  285. package/vanilla-extract/esm/font/deprecated/fontSizeTextXSmall.mjs +1 -1
  286. package/vanilla-extract/esm/font/deprecated/fontSizeTextXXSmall.d.ts +1 -1
  287. package/vanilla-extract/esm/font/deprecated/fontSizeTextXXSmall.mjs +1 -1
  288. package/vanilla-extract/esm/font/deprecated/fontStyle.d.ts +1 -1
  289. package/vanilla-extract/esm/font/deprecated/fontStyle.mjs +1 -1
  290. package/vanilla-extract/esm/font/deprecated/fontStyleItalic.d.ts +1 -1
  291. package/vanilla-extract/esm/font/deprecated/fontStyleItalic.mjs +1 -1
  292. package/vanilla-extract/esm/font/deprecated/fontStyleNormal.d.ts +1 -1
  293. package/vanilla-extract/esm/font/deprecated/fontStyleNormal.mjs +1 -1
  294. package/vanilla-extract/esm/font/deprecated/fontVariant.d.ts +1 -1
  295. package/vanilla-extract/esm/font/deprecated/fontVariant.mjs +1 -1
  296. package/vanilla-extract/esm/font/deprecated/fontWeight.d.ts +1 -1
  297. package/vanilla-extract/esm/font/deprecated/fontWeight.mjs +1 -1
  298. package/vanilla-extract/esm/font/deprecated/fontWeightRegular.d.ts +1 -1
  299. package/vanilla-extract/esm/font/deprecated/fontWeightRegular.mjs +1 -1
  300. package/vanilla-extract/esm/font/deprecated/fontWeightSemiBold.d.ts +1 -1
  301. package/vanilla-extract/esm/font/deprecated/fontWeightSemiBold.mjs +1 -1
  302. package/vanilla-extract/esm/gradient/deprecated/gradientToBottomStyle.d.ts +1 -1
  303. package/vanilla-extract/esm/gradient/deprecated/gradientToBottomStyle.mjs +1 -1
  304. package/vanilla-extract/esm/gradient/deprecated/gradientToLeftStyle.d.ts +1 -1
  305. package/vanilla-extract/esm/gradient/deprecated/gradientToLeftStyle.mjs +1 -1
  306. package/vanilla-extract/esm/gradient/deprecated/gradientToRightStyle.d.ts +1 -1
  307. package/vanilla-extract/esm/gradient/deprecated/gradientToRightStyle.mjs +1 -1
  308. package/vanilla-extract/esm/gradient/deprecated/gradientToTopStyle.d.ts +1 -1
  309. package/vanilla-extract/esm/gradient/deprecated/gradientToTopStyle.mjs +1 -1
  310. package/vanilla-extract/esm/motion/deprecated/motionDurationLong.d.ts +1 -1
  311. package/vanilla-extract/esm/motion/deprecated/motionDurationLong.mjs +1 -1
  312. package/vanilla-extract/esm/motion/deprecated/motionDurationModerate.d.ts +1 -1
  313. package/vanilla-extract/esm/motion/deprecated/motionDurationModerate.mjs +1 -1
  314. package/vanilla-extract/esm/motion/deprecated/motionDurationShort.d.ts +1 -1
  315. package/vanilla-extract/esm/motion/deprecated/motionDurationShort.mjs +1 -1
  316. package/vanilla-extract/esm/motion/deprecated/motionDurationVeryLong.d.ts +1 -1
  317. package/vanilla-extract/esm/motion/deprecated/motionDurationVeryLong.mjs +1 -1
  318. package/vanilla-extract/esm/motion/deprecated/motionEasingBase.d.ts +1 -1
  319. package/vanilla-extract/esm/motion/deprecated/motionEasingBase.mjs +1 -1
  320. package/vanilla-extract/esm/motion/deprecated/motionEasingIn.d.ts +1 -1
  321. package/vanilla-extract/esm/motion/deprecated/motionEasingIn.mjs +1 -1
  322. package/vanilla-extract/esm/motion/deprecated/motionEasingOut.d.ts +1 -1
  323. package/vanilla-extract/esm/motion/deprecated/motionEasingOut.mjs +1 -1
  324. package/vanilla-extract/esm/shadow/deprecated/dropShadowHighStyle.d.ts +1 -1
  325. package/vanilla-extract/esm/shadow/deprecated/dropShadowHighStyle.mjs +1 -1
  326. package/vanilla-extract/esm/shadow/deprecated/dropShadowLowStyle.d.ts +1 -1
  327. package/vanilla-extract/esm/shadow/deprecated/dropShadowLowStyle.mjs +1 -1
  328. package/vanilla-extract/esm/shadow/deprecated/dropShadowMediumStyle.d.ts +1 -1
  329. package/vanilla-extract/esm/shadow/deprecated/dropShadowMediumStyle.mjs +1 -1
  330. package/vanilla-extract/esm/spacing/deprecated/spacing.d.ts +1 -1
  331. package/vanilla-extract/esm/spacing/deprecated/spacing.mjs +1 -1
  332. package/vanilla-extract/esm/spacing/deprecated/spacingFluid.d.ts +1 -1
  333. package/vanilla-extract/esm/spacing/deprecated/spacingFluid.mjs +1 -1
  334. package/vanilla-extract/esm/spacing/deprecated/spacingFluidLarge.d.ts +1 -1
  335. package/vanilla-extract/esm/spacing/deprecated/spacingFluidLarge.mjs +1 -1
  336. package/vanilla-extract/esm/spacing/deprecated/spacingFluidMedium.d.ts +1 -1
  337. package/vanilla-extract/esm/spacing/deprecated/spacingFluidMedium.mjs +1 -1
  338. package/vanilla-extract/esm/spacing/deprecated/spacingFluidSmall.d.ts +1 -1
  339. package/vanilla-extract/esm/spacing/deprecated/spacingFluidSmall.mjs +1 -1
  340. package/vanilla-extract/esm/spacing/deprecated/spacingFluidXLarge.d.ts +1 -1
  341. package/vanilla-extract/esm/spacing/deprecated/spacingFluidXLarge.mjs +1 -1
  342. package/vanilla-extract/esm/spacing/deprecated/spacingFluidXSmall.d.ts +1 -1
  343. package/vanilla-extract/esm/spacing/deprecated/spacingFluidXSmall.mjs +1 -1
  344. package/vanilla-extract/esm/spacing/deprecated/spacingFluidXXLarge.d.ts +1 -1
  345. package/vanilla-extract/esm/spacing/deprecated/spacingFluidXXLarge.mjs +1 -1
  346. package/vanilla-extract/esm/spacing/deprecated/spacingStatic.d.ts +1 -1
  347. package/vanilla-extract/esm/spacing/deprecated/spacingStatic.mjs +1 -1
  348. package/vanilla-extract/esm/spacing/deprecated/spacingStaticLarge.d.ts +1 -1
  349. package/vanilla-extract/esm/spacing/deprecated/spacingStaticLarge.mjs +1 -1
  350. package/vanilla-extract/esm/spacing/deprecated/spacingStaticMedium.d.ts +1 -1
  351. package/vanilla-extract/esm/spacing/deprecated/spacingStaticMedium.mjs +1 -1
  352. package/vanilla-extract/esm/spacing/deprecated/spacingStaticSmall.d.ts +1 -1
  353. package/vanilla-extract/esm/spacing/deprecated/spacingStaticSmall.mjs +1 -1
  354. package/vanilla-extract/esm/spacing/deprecated/spacingStaticXLarge.d.ts +1 -1
  355. package/vanilla-extract/esm/spacing/deprecated/spacingStaticXLarge.mjs +1 -1
  356. package/vanilla-extract/esm/spacing/deprecated/spacingStaticXSmall.d.ts +1 -1
  357. package/vanilla-extract/esm/spacing/deprecated/spacingStaticXSmall.mjs +1 -1
  358. package/vanilla-extract/esm/spacing/deprecated/spacingStaticXXLarge.d.ts +1 -1
  359. package/vanilla-extract/esm/spacing/deprecated/spacingStaticXXLarge.mjs +1 -1
  360. package/vanilla-extract/esm/typography/deprecated/display/displayLargeStyle.d.ts +1 -1
  361. package/vanilla-extract/esm/typography/deprecated/display/displayLargeStyle.mjs +1 -1
  362. package/vanilla-extract/esm/typography/deprecated/display/displayMediumStyle.d.ts +1 -1
  363. package/vanilla-extract/esm/typography/deprecated/display/displayMediumStyle.mjs +1 -1
  364. package/vanilla-extract/esm/typography/deprecated/display/displaySmallStyle.d.ts +1 -1
  365. package/vanilla-extract/esm/typography/deprecated/display/displaySmallStyle.mjs +1 -1
  366. package/vanilla-extract/esm/typography/deprecated/heading/headingLargeStyle.d.ts +1 -1
  367. package/vanilla-extract/esm/typography/deprecated/heading/headingLargeStyle.mjs +1 -1
  368. package/vanilla-extract/esm/typography/deprecated/heading/headingMediumStyle.d.ts +1 -1
  369. package/vanilla-extract/esm/typography/deprecated/heading/headingMediumStyle.mjs +1 -1
  370. package/vanilla-extract/esm/typography/deprecated/heading/headingSmallStyle.d.ts +1 -1
  371. package/vanilla-extract/esm/typography/deprecated/heading/headingSmallStyle.mjs +1 -1
  372. package/vanilla-extract/esm/typography/deprecated/heading/headingXLargeStyle.d.ts +1 -1
  373. package/vanilla-extract/esm/typography/deprecated/heading/headingXLargeStyle.mjs +1 -1
  374. package/vanilla-extract/esm/typography/deprecated/heading/headingXXLargeStyle.d.ts +1 -1
  375. package/vanilla-extract/esm/typography/deprecated/heading/headingXXLargeStyle.mjs +1 -1
  376. package/vanilla-extract/esm/typography/deprecated/text/textLargeStyle.d.ts +1 -1
  377. package/vanilla-extract/esm/typography/deprecated/text/textLargeStyle.mjs +1 -1
  378. package/vanilla-extract/esm/typography/deprecated/text/textMediumStyle.d.ts +1 -1
  379. package/vanilla-extract/esm/typography/deprecated/text/textMediumStyle.mjs +1 -1
  380. package/vanilla-extract/esm/typography/deprecated/text/textSmallStyle.d.ts +1 -1
  381. package/vanilla-extract/esm/typography/deprecated/text/textSmallStyle.mjs +1 -1
  382. package/vanilla-extract/esm/typography/deprecated/text/textXLargeStyle.d.ts +1 -1
  383. package/vanilla-extract/esm/typography/deprecated/text/textXLargeStyle.mjs +1 -1
  384. package/vanilla-extract/esm/typography/deprecated/text/textXSmallStyle.d.ts +1 -1
  385. package/vanilla-extract/esm/typography/deprecated/text/textXSmallStyle.mjs +1 -1
  386. package/vanilla-extract/esm/typography/deprecated/text/textXXSmallStyle.d.ts +1 -1
  387. package/vanilla-extract/esm/typography/deprecated/text/textXXSmallStyle.mjs +1 -1
@@ -0,0 +1,446 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://designsystem.porsche.com/schemas/pds-audit-deprecations-angular/1.0.0.json",
4
+ "title": "Porsche Design System deprecation audit report (angular)",
5
+ "type": "object",
6
+ "additionalProperties": false,
7
+ "required": [
8
+ "schemaVersion",
9
+ "audit",
10
+ "project",
11
+ "scope",
12
+ "summary",
13
+ "coverage",
14
+ "findings",
15
+ "manualFollowUps"
16
+ ],
17
+ "properties": {
18
+ "schemaVersion": {
19
+ "const": "1.0.0"
20
+ },
21
+ "audit": {
22
+ "type": "object",
23
+ "additionalProperties": false,
24
+ "required": [
25
+ "runId",
26
+ "generatedAt",
27
+ "skillName",
28
+ "auditKind",
29
+ "framework",
30
+ "pdsVersion"
31
+ ],
32
+ "properties": {
33
+ "runId": {
34
+ "type": "string",
35
+ "description": "Filesystem-safe UTC timestamp identifying the run, e.g. 2026-07-23T09-21-27Z."
36
+ },
37
+ "generatedAt": {
38
+ "type": "string",
39
+ "format": "date-time"
40
+ },
41
+ "skillName": {
42
+ "const": "pds-audit-deprecations-angular"
43
+ },
44
+ "auditKind": {
45
+ "const": "deprecations",
46
+ "description": "What this report audits, for a consumer reading a run directory of several."
47
+ },
48
+ "framework": {
49
+ "const": "angular"
50
+ },
51
+ "pdsVersion": {
52
+ "type": "string",
53
+ "description": "The installed PDS version the audit was run against."
54
+ }
55
+ }
56
+ },
57
+ "project": {
58
+ "type": "object",
59
+ "additionalProperties": false,
60
+ "required": [
61
+ "root",
62
+ "pdsPackages"
63
+ ],
64
+ "properties": {
65
+ "root": {
66
+ "type": "string"
67
+ },
68
+ "pdsPackages": {
69
+ "type": "array",
70
+ "items": {
71
+ "type": "object",
72
+ "additionalProperties": false,
73
+ "required": [
74
+ "name",
75
+ "version"
76
+ ],
77
+ "properties": {
78
+ "name": {
79
+ "type": "string"
80
+ },
81
+ "version": {
82
+ "type": "string"
83
+ }
84
+ }
85
+ }
86
+ }
87
+ }
88
+ },
89
+ "scope": {
90
+ "type": "object",
91
+ "additionalProperties": false,
92
+ "required": [
93
+ "includedPaths",
94
+ "excludedPaths"
95
+ ],
96
+ "description": "What the run covered, as a list rather than as a claim about the file walk. A package that was never discovered is a package nobody can see was missed, so `completed` is checked against these two arrays.",
97
+ "properties": {
98
+ "includedPaths": {
99
+ "type": "array",
100
+ "description": "Every path the run audited, project-relative: one entry per discovered PDS-dependent package root, narrowed by any user-supplied include paths. `.` when the project is a single package.",
101
+ "items": {
102
+ "type": "string"
103
+ }
104
+ },
105
+ "excludedPaths": {
106
+ "type": "array",
107
+ "description": "Every path deliberately left out, each with why — user-supplied excludes, default exclusions such as tests or build output, and any discovered package the run chose not to audit. A choice belongs here and not in `coverage.limitations`, which is for what the audit could not do.",
108
+ "items": {
109
+ "type": "object",
110
+ "additionalProperties": false,
111
+ "required": [
112
+ "path",
113
+ "reason"
114
+ ],
115
+ "properties": {
116
+ "path": {
117
+ "type": "string"
118
+ },
119
+ "reason": {
120
+ "type": "string"
121
+ }
122
+ }
123
+ }
124
+ }
125
+ }
126
+ },
127
+ "summary": {
128
+ "type": "object",
129
+ "additionalProperties": false,
130
+ "required": [
131
+ "result"
132
+ ],
133
+ "description": "Execution state and nothing else. Counts are deliberately absent: each one would be the length of an array in this same file, and a written number is a number that can disagree with the list beside it.",
134
+ "properties": {
135
+ "result": {
136
+ "enum": [
137
+ "completed",
138
+ "partial",
139
+ "failed"
140
+ ],
141
+ "description": "Execution state only, never project quality: completed = every discovered PDS-dependent package audited and every eligible file in it checked; partial = a discovered package went unaudited or something eligible could not be checked; failed = no meaningful audit was possible."
142
+ }
143
+ }
144
+ },
145
+ "coverage": {
146
+ "type": "object",
147
+ "additionalProperties": false,
148
+ "required": [
149
+ "skippedFiles",
150
+ "limitations"
151
+ ],
152
+ "description": "Deliberately thin. Anything here is the audit grading its own work, which no consumer can check, so it carries only what a reader can act on: paths they can open, and gaps stated in words. Without it a `partial` result names no gap at all.",
153
+ "properties": {
154
+ "skippedFiles": {
155
+ "type": "array",
156
+ "items": {
157
+ "type": "object",
158
+ "additionalProperties": false,
159
+ "required": [
160
+ "path",
161
+ "reason"
162
+ ],
163
+ "properties": {
164
+ "path": {
165
+ "type": "string"
166
+ },
167
+ "reason": {
168
+ "type": "string"
169
+ }
170
+ }
171
+ }
172
+ },
173
+ "limitations": {
174
+ "type": "array",
175
+ "description": "Anything that prevented a complete check, disclosed in full. Only what the audit could not do — anything it chose to leave out is a decision and belongs in `scope.excludedPaths` with its reason.",
176
+ "items": {
177
+ "type": "string"
178
+ }
179
+ }
180
+ }
181
+ },
182
+ "findings": {
183
+ "type": "array",
184
+ "description": "Every deprecated usage found, ordered cheapest first: effective effort ascending, then confidence, then occurrence count descending, then ruleId. That order is the recommended action plan.",
185
+ "items": {
186
+ "type": "object",
187
+ "additionalProperties": false,
188
+ "required": [
189
+ "id",
190
+ "ruleId",
191
+ "usageKind",
192
+ "title",
193
+ "confidence",
194
+ "baselineEffort",
195
+ "remediation",
196
+ "evidence",
197
+ "sources"
198
+ ],
199
+ "properties": {
200
+ "id": {
201
+ "type": "string",
202
+ "description": "Run-unique finding id."
203
+ },
204
+ "ruleId": {
205
+ "type": "string",
206
+ "description": "The deprecation index entry id, e.g. prop/p-accordion/heading, copied verbatim. Stable across releases, so findings stay comparable between runs."
207
+ },
208
+ "usageKind": {
209
+ "enum": [
210
+ "component",
211
+ "prop",
212
+ "propValue",
213
+ "event",
214
+ "slot",
215
+ "cssCustomProperty",
216
+ "cssClass",
217
+ "scssVariable",
218
+ "scssMixin",
219
+ "jsExport"
220
+ ],
221
+ "description": "The rule id's first segment."
222
+ },
223
+ "title": {
224
+ "type": "string",
225
+ "description": "One line naming the deprecated API, e.g. \"Deprecated prop heading on p-accordion\"."
226
+ },
227
+ "deprecationMessage": {
228
+ "type": "string",
229
+ "description": "The index entry’s message, carried verbatim when it has one."
230
+ },
231
+ "confidence": {
232
+ "enum": [
233
+ "high",
234
+ "medium"
235
+ ],
236
+ "description": "Derived, not judged: the lowest confidence across this finding’s evidence locations."
237
+ },
238
+ "baselineEffort": {
239
+ "enum": [
240
+ "trivial",
241
+ "small",
242
+ "medium",
243
+ "large"
244
+ ],
245
+ "description": "Derived from usageKind, one level higher when the index documents no replacement."
246
+ },
247
+ "observedEffort": {
248
+ "enum": [
249
+ "trivial",
250
+ "small",
251
+ "medium",
252
+ "large"
253
+ ],
254
+ "description": "Only when this project implements the API in a way that changes the real cost."
255
+ },
256
+ "effortRationale": {
257
+ "type": "string",
258
+ "description": "Required whenever observedEffort is present, and must point at evidence already listed on this finding — otherwise the deviation is unreviewable."
259
+ },
260
+ "remediation": {
261
+ "type": "object",
262
+ "additionalProperties": false,
263
+ "required": [
264
+ "instruction"
265
+ ],
266
+ "properties": {
267
+ "replacement": {
268
+ "type": "object",
269
+ "additionalProperties": false,
270
+ "required": [
271
+ "from",
272
+ "to"
273
+ ],
274
+ "description": "The exact edit, in this framework’s spelling. Present only when the index documents an unambiguous replacement, so a fix never has to re-derive it from prose.",
275
+ "properties": {
276
+ "from": {
277
+ "type": "string"
278
+ },
279
+ "to": {
280
+ "type": "string"
281
+ }
282
+ }
283
+ },
284
+ "instruction": {
285
+ "type": "string",
286
+ "description": "What to do, in words. When no replacement is documented, say so plainly rather than inventing one."
287
+ }
288
+ }
289
+ },
290
+ "evidence": {
291
+ "type": "array",
292
+ "minItems": 1,
293
+ "items": {
294
+ "type": "object",
295
+ "additionalProperties": false,
296
+ "required": [
297
+ "path",
298
+ "line",
299
+ "snippet",
300
+ "detection"
301
+ ],
302
+ "properties": {
303
+ "path": {
304
+ "type": "string",
305
+ "description": "Project-relative path."
306
+ },
307
+ "line": {
308
+ "type": "integer",
309
+ "minimum": 1,
310
+ "description": "The usage itself — the attribute, tag, property or alias reference. Never the import, @use, @theme or declaration line that anchored or resolved it: those belong in `anchor`, and counting them as locations makes two runs of the same project disagree on how many there are."
311
+ },
312
+ "snippet": {
313
+ "type": "string",
314
+ "description": "The source line, quoted verbatim."
315
+ },
316
+ "detection": {
317
+ "enum": [
318
+ "direct",
319
+ "wrapper-forwarded",
320
+ "wrapper-transformed",
321
+ "fallback-search"
322
+ ],
323
+ "description": "How this location was reached. Determines its confidence."
324
+ },
325
+ "valueResolution": {
326
+ "enum": [
327
+ "literal",
328
+ "same-file-constant",
329
+ "imported-constant"
330
+ ],
331
+ "description": "How the deprecated value was resolved. Only for usageKind `propValue`."
332
+ },
333
+ "anchor": {
334
+ "type": "object",
335
+ "additionalProperties": false,
336
+ "required": [
337
+ "path",
338
+ "line",
339
+ "snippet"
340
+ ],
341
+ "properties": {
342
+ "path": {
343
+ "type": "string",
344
+ "description": "Project-relative path."
345
+ },
346
+ "line": {
347
+ "type": "integer",
348
+ "minimum": 1,
349
+ "description": "The anchoring line, which is frequently in a different file from the usage."
350
+ },
351
+ "snippet": {
352
+ "type": "string",
353
+ "description": "The source line, quoted verbatim."
354
+ }
355
+ },
356
+ "description": "The line that proves this usage is PDS — the import, the resolved SCSS @use including one injected by build config, the Tailwind @theme import, or the PDS root at the far end of a wrapper chain. The only truthful home for the vite.config.ts line that anchors a stylesheet naming PDS nowhere. Omitted only when the usage anchors itself, as a --p- custom property does."
357
+ }
358
+ }
359
+ }
360
+ },
361
+ "sources": {
362
+ "type": "array",
363
+ "minItems": 1,
364
+ "description": "Where the fact came from, so a reader or a fix skill can re-ground the finding.",
365
+ "items": {
366
+ "type": "object",
367
+ "additionalProperties": false,
368
+ "required": [
369
+ "reference",
370
+ "pdsVersion"
371
+ ],
372
+ "properties": {
373
+ "reference": {
374
+ "type": "string",
375
+ "description": "Knowledge-skill reference the fact comes from, as a path relative to that skill’s root — the same form the knowledge skill uses for its own links, so a consumer can resolve it without guessing the base directory."
376
+ },
377
+ "pdsVersion": {
378
+ "type": "string"
379
+ }
380
+ }
381
+ }
382
+ }
383
+ },
384
+ "dependentRequired": {
385
+ "observedEffort": [
386
+ "effortRationale"
387
+ ]
388
+ }
389
+ }
390
+ },
391
+ "manualFollowUps": {
392
+ "type": "array",
393
+ "description": "Deprecated usage that was detected but could not be resolved. Kept apart from findings because a follow-up has no fix to apply — anything acting on this report leaves these to a human.",
394
+ "items": {
395
+ "type": "object",
396
+ "additionalProperties": false,
397
+ "required": [
398
+ "subject",
399
+ "reason",
400
+ "evidence"
401
+ ],
402
+ "properties": {
403
+ "subject": {
404
+ "type": "string",
405
+ "description": "What could not be resolved, e.g. \"p-text size\". Free text, since a follow-up often spans several index entries."
406
+ },
407
+ "ruleId": {
408
+ "type": "string",
409
+ "description": "Only when the follow-up maps to exactly one index entry, and then copied verbatim. Omit it rather than inventing one: an id that is not in the index cannot be looked up or compared across runs."
410
+ },
411
+ "reason": {
412
+ "type": "string",
413
+ "description": "Why it could not become a finding — dynamic value, unanchored match, spread props."
414
+ },
415
+ "evidence": {
416
+ "type": "array",
417
+ "minItems": 1,
418
+ "items": {
419
+ "type": "object",
420
+ "additionalProperties": false,
421
+ "required": [
422
+ "path",
423
+ "line",
424
+ "snippet"
425
+ ],
426
+ "properties": {
427
+ "path": {
428
+ "type": "string",
429
+ "description": "Project-relative path."
430
+ },
431
+ "line": {
432
+ "type": "integer",
433
+ "minimum": 1
434
+ },
435
+ "snippet": {
436
+ "type": "string",
437
+ "description": "The source line, quoted verbatim."
438
+ }
439
+ }
440
+ }
441
+ }
442
+ }
443
+ }
444
+ }
445
+ }
446
+ }
@@ -13,13 +13,13 @@ Prefer Porsche Design System components and tokens for new UI, even when the use
13
13
 
14
14
  ## Coverage and fallbacks
15
15
 
16
- This skill currently covers components, global stylesheets and theming, tokens, and styling integrations. It does not yet include complete getting-started, setup, and installation guidance; the v3-to-v4 migration guide; the changelog; partials; patterns and templates; the AG Grid theme; or the Storefront’s Must Know and Help sections.
16
+ This skill currently covers components, global stylesheets and theming, tokens, styling integrations, and the deprecated API index. It does not yet include complete getting-started, setup, and installation guidance; the v3-to-v4 migration guide; the changelog; partials; patterns and templates; the AG Grid theme; or the Storefront’s Must Know and Help sections.
17
17
 
18
- Before using documentation outside this skill or the installed package, match it to the installed PDS version. This skill was generated for `4.6.0`; prefer the [exact-version Porsche Design System Storefront](https://designsystem.porsche.com/v4.6.0/). Major-version URLs such as `/v4/` always serve the latest v4 release and may describe APIs or setup introduced after the installed version. Use them only as a fallback and verify relevant details against the installed package.
18
+ Before using documentation outside this skill or the installed package, match it to the installed PDS version. This skill was generated for `4.7.0-rc.0`; prefer the [exact-version Porsche Design System Storefront](https://designsystem.porsche.com/v4.7.0-rc.0/). Major-version URLs such as `/v4/` always serve the latest v4 release and may describe APIs or setup introduced after the installed version. Use them only as a fallback and verify relevant details against the installed package.
19
19
 
20
20
  For runnable patterns and templates, consult the [Porsche Design System examples repository](https://github.com/porsche-design-system/examples), selecting a release tag or commit that matches the installed package instead of assuming its default branch is compatible. For release-specific changes, read `../../CHANGELOG.md`.
21
21
 
22
- For exact API facts, inspect the installed typings and metadata first. When readable implementation details are necessary, use the [exact-version component source](https://github.com/porsche-design-system/porsche-design-system/tree/v4.6.0/packages/components/src/components) under the repository's `packages/components/src/components/<component>` directory. Do not use the default branch, which may represent a newer release.
22
+ For exact API facts, inspect the installed typings and metadata first. When readable implementation details are necessary, use the [exact-version component source](https://github.com/porsche-design-system/porsche-design-system/tree/v4.7.0-rc.0/packages/components/src/components) under the repository's `packages/components/src/components/<component>` directory. Do not use the default branch, which may represent a newer release.
23
23
 
24
24
  For deployed browser behavior, inspect component requests in the Network panel. Treat these minified, content-hashed CDN artifacts as a debugging fallback; use the exact-version repository source for readable implementation details.
25
25
 
@@ -122,3 +122,9 @@ Note: the code examples in the component references use PDS Tailwind utility cla
122
122
  | SCSS | Sass variables and mixins under the `pds` namespace | [scss.md](references/styles/scss.md) |
123
123
  | vanilla-extract | typed tokens and utilities in `*.css.ts` files | [vanilla-extract.md](references/styles/vanilla-extract.md) |
124
124
  | Emotion | tokens and utilities in `css`/`styled` styles | [emotion.md](references/styles/emotion.md) |
125
+
126
+ ## Deprecations
127
+
128
+ Every deprecated API in this version is indexed in [deprecations.md](references/deprecations.md) — components, props, prop values, events, slots, CSS variables and the styling packages’ deprecated aliases, with what to use instead.
129
+
130
+ Read it when checking existing code, when a prop or value looks unfamiliar, or before assuming an API is current. It is indexed by what is deprecated, so one read covers the whole surface; the component and styling references cover the same facts per component. Never introduce a deprecated API in new code.
@@ -0,0 +1,33 @@
1
+ import { ChangeDetectionStrategy, Component } from '@angular/core';
2
+ import { PorscheDesignSystemModule } from '@porsche-design-system/components-angular';
3
+
4
+ @Component({
5
+ selector: 'porsche-design-system-app',
6
+ template: `
7
+ <style>
8
+ .custom-ai-shadow {
9
+ --p-button-bg: #fff;
10
+ --p-button-fg: #000;
11
+ box-shadow: var(--p-shadow-lg);
12
+ }
13
+
14
+ .custom-ai-shadow:not(:disabled, :state(loading)):hover {
15
+ --p-button-bg: var(--p-color-frosted-strong);
16
+ --p-button-fg: var(--p-color-primary);
17
+ }
18
+ </style>
19
+
20
+ <div class="flex flex-wrap gap-static-lg items-start">
21
+ <p-button class="custom-ai-shadow" icon="ai-chat" [hideLabel]="true">
22
+ Ask AI assistant
23
+ </p-button>
24
+ <p-button class="custom-ai-shadow" icon="ai-chat">
25
+ Ask AI assistant
26
+ </p-button>
27
+ </div>
28
+ `,
29
+ changeDetection: ChangeDetectionStrategy.OnPush,
30
+ standalone: true,
31
+ imports: [PorscheDesignSystemModule], // <-- PDS module is imported here
32
+ })
33
+ export class ExampleComponent {}
@@ -0,0 +1,93 @@
1
+ import { ChangeDetectionStrategy, Component } from '@angular/core';
2
+ import { PorscheDesignSystemModule } from '@porsche-design-system/components-angular';
3
+
4
+ @Component({
5
+ selector: 'porsche-design-system-app',
6
+ template: `
7
+ <style>
8
+ .custom-ai-orb {
9
+ --p-button-bg: var(--p-color-canvas);
10
+ --p-button-fg: var(--p-color-primary);
11
+ position: relative;
12
+ z-index: 0;
13
+ }
14
+
15
+ .custom-ai-orb:not(:disabled, :state(loading)):hover {
16
+ --p-button-bg: var(--p-color-frosted-strong);
17
+ --p-button-fg: #fff;
18
+ }
19
+
20
+ .custom-ai-orb::before,
21
+ .custom-ai-orb::after {
22
+ content: '';
23
+ position: absolute;
24
+ inset: 0;
25
+ z-index: -1;
26
+ border-radius: inherit;
27
+ background: linear-gradient(45deg, #00a8ff, #0151e1, #2ae3ff, #bff0ff, #0151e1, #00a8ff);
28
+ background-size: 400%;
29
+ animation: custom-ai-orb-gradient 20s linear infinite;
30
+ }
31
+
32
+ .custom-ai-orb::after {
33
+ filter: blur(10px);
34
+ animation:
35
+ custom-ai-orb-gradient 20s linear infinite,
36
+ custom-ai-orb-float 8s ease-in-out infinite;
37
+ }
38
+
39
+ @keyframes custom-ai-orb-gradient {
40
+ 0% {
41
+ background-position: 0 0;
42
+ }
43
+ 50% {
44
+ background-position: 300% 0;
45
+ }
46
+ 100% {
47
+ background-position: 0 0;
48
+ }
49
+ }
50
+
51
+ @keyframes custom-ai-orb-float {
52
+ 0% {
53
+ transform: scale(1) rotate(0deg);
54
+ }
55
+ 50% {
56
+ transform: scale(1.02) rotate(0.5deg);
57
+ }
58
+ 100% {
59
+ transform: scale(1) rotate(0deg);
60
+ }
61
+ }
62
+
63
+ /* Respect the user's motion preference */
64
+ @media (prefers-reduced-motion: reduce) {
65
+ .custom-ai-orb::before,
66
+ .custom-ai-orb::after {
67
+ animation: none;
68
+ }
69
+ }
70
+
71
+ /* Decorative gradient is not conveyed in forced-colors mode */
72
+ @media (forced-colors: active) {
73
+ .custom-ai-orb::before,
74
+ .custom-ai-orb::after {
75
+ display: none;
76
+ }
77
+ }
78
+ </style>
79
+
80
+ <div class="flex flex-wrap gap-static-lg items-start">
81
+ <p-button class="custom-ai-orb" icon="ai-chat" [hideLabel]="true">
82
+ Ask AI assistant
83
+ </p-button>
84
+ <p-button class="custom-ai-orb" icon="ai-chat">
85
+ Ask AI assistant
86
+ </p-button>
87
+ </div>
88
+ `,
89
+ changeDetection: ChangeDetectionStrategy.OnPush,
90
+ standalone: true,
91
+ imports: [PorscheDesignSystemModule], // <-- PDS module is imported here
92
+ })
93
+ export class ExampleComponent {}