@porsche-design-system/components-angular 4.0.0-alpha.0 → 4.0.0-beta.1

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 (1183) hide show
  1. package/CHANGELOG.md +344 -1
  2. package/{styles → emotion}/cjs/index.cjs +3 -3
  3. package/emotion/esm/index.d.ts +1 -0
  4. package/emotion/esm/index.mjs +1 -0
  5. package/fesm2022/porsche-design-system-components-angular.mjs +237 -231
  6. package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
  7. package/global-styles/cn/font-face.css +1 -1
  8. package/global-styles/cn/index.css +264 -115
  9. package/global-styles/color-scheme.css +135 -0
  10. package/global-styles/font-face.css +1 -1
  11. package/global-styles/index.css +264 -115
  12. package/global-styles/variables.css +158 -144
  13. package/package.json +30 -17
  14. package/scss/_index.scss +1 -0
  15. package/tailwindcss/index.css +223 -135
  16. package/{index.d.ts → types/porsche-design-system-components-angular.d.ts} +133 -106
  17. package/vanilla-extract/cjs/blur/blurFrosted.cjs +7 -0
  18. package/vanilla-extract/cjs/blur/deprecated/frostedGlassStyle.cjs +11 -0
  19. package/vanilla-extract/cjs/border/deprecated/border.cjs +12 -0
  20. package/vanilla-extract/cjs/border/deprecated/borderRadius.cjs +14 -0
  21. package/vanilla-extract/cjs/border/deprecated/borderRadiusLarge.cjs +8 -0
  22. package/vanilla-extract/cjs/border/deprecated/borderRadiusMedium.cjs +8 -0
  23. package/vanilla-extract/cjs/border/deprecated/borderRadiusSmall.cjs +8 -0
  24. package/vanilla-extract/cjs/border/deprecated/borderWidth.cjs +12 -0
  25. package/vanilla-extract/cjs/border/deprecated/borderWidthBase.cjs +6 -0
  26. package/vanilla-extract/cjs/border/deprecated/borderWidthThin.cjs +6 -0
  27. package/vanilla-extract/cjs/border/radius2Xl.cjs +7 -0
  28. package/vanilla-extract/cjs/border/radius3Xl.cjs +7 -0
  29. package/vanilla-extract/cjs/border/radius4Xl.cjs +7 -0
  30. package/vanilla-extract/cjs/border/radiusFull.cjs +7 -0
  31. package/vanilla-extract/cjs/border/radiusLg.cjs +7 -0
  32. package/vanilla-extract/cjs/border/radiusMd.cjs +7 -0
  33. package/vanilla-extract/cjs/border/radiusSm.cjs +7 -0
  34. package/vanilla-extract/cjs/border/radiusXl.cjs +7 -0
  35. package/vanilla-extract/cjs/border/radiusXs.cjs +7 -0
  36. package/vanilla-extract/cjs/color/color-scheme.cjs +185 -0
  37. package/vanilla-extract/cjs/color/deprecated/theme.cjs +12 -0
  38. package/vanilla-extract/cjs/color/deprecated/themeDark.cjs +56 -0
  39. package/vanilla-extract/cjs/color/deprecated/themeDarkBackgroundBase.cjs +8 -0
  40. package/vanilla-extract/cjs/color/deprecated/themeDarkBackgroundFrosted.cjs +8 -0
  41. package/vanilla-extract/cjs/color/deprecated/themeDarkBackgroundShading.cjs +8 -0
  42. package/vanilla-extract/cjs/color/deprecated/themeDarkBackgroundSurface.cjs +8 -0
  43. package/vanilla-extract/cjs/color/deprecated/themeDarkContrastHigh.cjs +8 -0
  44. package/vanilla-extract/cjs/color/deprecated/themeDarkContrastLow.cjs +8 -0
  45. package/vanilla-extract/cjs/color/deprecated/themeDarkContrastMedium.cjs +8 -0
  46. package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationError.cjs +8 -0
  47. package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationErrorSoft.cjs +8 -0
  48. package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationInfo.cjs +8 -0
  49. package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationInfoSoft.cjs +8 -0
  50. package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationSuccess.cjs +8 -0
  51. package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationSuccessSoft.cjs +8 -0
  52. package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationWarning.cjs +8 -0
  53. package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationWarningSoft.cjs +8 -0
  54. package/vanilla-extract/cjs/color/deprecated/themeDarkPrimary.cjs +8 -0
  55. package/vanilla-extract/cjs/color/deprecated/themeDarkStateActive.cjs +8 -0
  56. package/vanilla-extract/cjs/color/deprecated/themeDarkStateDisabled.cjs +6 -0
  57. package/vanilla-extract/cjs/color/deprecated/themeDarkStateFocus.cjs +8 -0
  58. package/vanilla-extract/cjs/color/deprecated/themeDarkStateHover.cjs +8 -0
  59. package/vanilla-extract/cjs/color/deprecated/themeLight.cjs +56 -0
  60. package/vanilla-extract/cjs/color/deprecated/themeLightBackgroundBase.cjs +8 -0
  61. package/vanilla-extract/cjs/color/deprecated/themeLightBackgroundFrosted.cjs +8 -0
  62. package/vanilla-extract/cjs/color/deprecated/themeLightBackgroundShading.cjs +8 -0
  63. package/vanilla-extract/cjs/color/deprecated/themeLightBackgroundSurface.cjs +8 -0
  64. package/vanilla-extract/cjs/color/deprecated/themeLightContrastHigh.cjs +8 -0
  65. package/vanilla-extract/cjs/color/deprecated/themeLightContrastLow.cjs +8 -0
  66. package/vanilla-extract/cjs/color/deprecated/themeLightContrastMedium.cjs +8 -0
  67. package/vanilla-extract/cjs/color/deprecated/themeLightNotificationError.cjs +8 -0
  68. package/vanilla-extract/cjs/color/deprecated/themeLightNotificationErrorSoft.cjs +8 -0
  69. package/vanilla-extract/cjs/color/deprecated/themeLightNotificationInfo.cjs +8 -0
  70. package/vanilla-extract/cjs/color/deprecated/themeLightNotificationInfoSoft.cjs +8 -0
  71. package/vanilla-extract/cjs/color/deprecated/themeLightNotificationSuccess.cjs +8 -0
  72. package/vanilla-extract/cjs/color/deprecated/themeLightNotificationSuccessSoft.cjs +8 -0
  73. package/vanilla-extract/cjs/color/deprecated/themeLightNotificationWarning.cjs +8 -0
  74. package/vanilla-extract/cjs/color/deprecated/themeLightNotificationWarningSoft.cjs +8 -0
  75. package/vanilla-extract/cjs/color/deprecated/themeLightPrimary.cjs +8 -0
  76. package/vanilla-extract/cjs/color/deprecated/themeLightStateActive.cjs +8 -0
  77. package/vanilla-extract/cjs/color/deprecated/themeLightStateDisabled.cjs +6 -0
  78. package/vanilla-extract/cjs/color/deprecated/themeLightStateFocus.cjs +8 -0
  79. package/vanilla-extract/cjs/color/deprecated/themeLightStateHover.cjs +8 -0
  80. package/vanilla-extract/cjs/color/light-dark/colorBackdrop.cjs +7 -0
  81. package/vanilla-extract/cjs/color/light-dark/colorCanvas.cjs +7 -0
  82. package/vanilla-extract/cjs/color/light-dark/colorContrastHigh.cjs +7 -0
  83. package/vanilla-extract/cjs/color/light-dark/colorContrastHigher.cjs +7 -0
  84. package/vanilla-extract/cjs/color/light-dark/colorContrastLow.cjs +7 -0
  85. package/vanilla-extract/cjs/color/light-dark/colorContrastLower.cjs +7 -0
  86. package/vanilla-extract/cjs/color/light-dark/colorContrastMedium.cjs +7 -0
  87. package/vanilla-extract/cjs/color/light-dark/colorError.cjs +7 -0
  88. package/vanilla-extract/cjs/color/light-dark/colorErrorFrosted.cjs +7 -0
  89. package/vanilla-extract/cjs/color/light-dark/colorErrorFrostedSoft.cjs +7 -0
  90. package/vanilla-extract/cjs/color/light-dark/colorErrorLow.cjs +7 -0
  91. package/vanilla-extract/cjs/color/light-dark/colorErrorMedium.cjs +7 -0
  92. package/vanilla-extract/cjs/color/light-dark/colorFocus.cjs +7 -0
  93. package/vanilla-extract/cjs/color/light-dark/colorFrosted.cjs +7 -0
  94. package/vanilla-extract/cjs/color/light-dark/colorFrostedSoft.cjs +7 -0
  95. package/vanilla-extract/cjs/color/light-dark/colorFrostedStrong.cjs +7 -0
  96. package/vanilla-extract/cjs/color/light-dark/colorInfo.cjs +7 -0
  97. package/vanilla-extract/cjs/color/light-dark/colorInfoFrosted.cjs +7 -0
  98. package/vanilla-extract/cjs/color/light-dark/colorInfoFrostedSoft.cjs +7 -0
  99. package/vanilla-extract/cjs/color/light-dark/colorInfoLow.cjs +7 -0
  100. package/vanilla-extract/cjs/color/light-dark/colorInfoMedium.cjs +7 -0
  101. package/vanilla-extract/cjs/color/light-dark/colorPrimary.cjs +7 -0
  102. package/vanilla-extract/cjs/color/light-dark/colorSuccess.cjs +7 -0
  103. package/vanilla-extract/cjs/color/light-dark/colorSuccessFrosted.cjs +7 -0
  104. package/vanilla-extract/cjs/color/light-dark/colorSuccessFrostedSoft.cjs +7 -0
  105. package/vanilla-extract/cjs/color/light-dark/colorSuccessLow.cjs +7 -0
  106. package/vanilla-extract/cjs/color/light-dark/colorSuccessMedium.cjs +7 -0
  107. package/vanilla-extract/cjs/color/light-dark/colorSurface.cjs +7 -0
  108. package/vanilla-extract/cjs/color/light-dark/colorWarning.cjs +7 -0
  109. package/vanilla-extract/cjs/color/light-dark/colorWarningFrosted.cjs +7 -0
  110. package/vanilla-extract/cjs/color/light-dark/colorWarningFrostedSoft.cjs +7 -0
  111. package/vanilla-extract/cjs/color/light-dark/colorWarningLow.cjs +7 -0
  112. package/vanilla-extract/cjs/color/light-dark/colorWarningMedium.cjs +7 -0
  113. package/vanilla-extract/cjs/focus/deprecated/getFocusStyle.cjs +43 -0
  114. package/vanilla-extract/cjs/focus/getFocusVisibleStyle.cjs +17 -0
  115. package/vanilla-extract/cjs/font/deprecated/fontFamily.cjs +8 -0
  116. package/vanilla-extract/cjs/font/deprecated/fontLineHeight.cjs +8 -0
  117. package/vanilla-extract/cjs/font/deprecated/fontSize.cjs +17 -0
  118. package/vanilla-extract/cjs/font/deprecated/fontSizeDisplay.cjs +14 -0
  119. package/vanilla-extract/cjs/font/deprecated/fontSizeHeading.cjs +18 -0
  120. package/vanilla-extract/cjs/font/deprecated/fontSizeHeadingLarge.cjs +8 -0
  121. package/vanilla-extract/cjs/font/deprecated/fontSizeHeadingMedium.cjs +8 -0
  122. package/vanilla-extract/cjs/font/deprecated/fontSizeHeadingSmall.cjs +8 -0
  123. package/vanilla-extract/cjs/font/deprecated/fontSizeHeadingXLarge.cjs +8 -0
  124. package/vanilla-extract/cjs/font/deprecated/fontSizeHeadingXXLarge.cjs +8 -0
  125. package/vanilla-extract/cjs/font/deprecated/fontSizeText.cjs +20 -0
  126. package/vanilla-extract/cjs/font/deprecated/fontSizeTextLarge.cjs +8 -0
  127. package/vanilla-extract/cjs/font/deprecated/fontSizeTextMedium.cjs +8 -0
  128. package/vanilla-extract/cjs/font/deprecated/fontSizeTextSmall.cjs +8 -0
  129. package/vanilla-extract/cjs/font/deprecated/fontSizeTextXLarge.cjs +8 -0
  130. package/vanilla-extract/cjs/font/deprecated/fontSizeTextXSmall.cjs +8 -0
  131. package/vanilla-extract/cjs/font/deprecated/fontSizeTextXXSmall.cjs +8 -0
  132. package/vanilla-extract/cjs/font/deprecated/fontStyle.cjs +12 -0
  133. package/vanilla-extract/cjs/font/deprecated/fontStyleItalic.cjs +6 -0
  134. package/vanilla-extract/cjs/font/deprecated/fontStyleNormal.cjs +6 -0
  135. package/vanilla-extract/cjs/font/deprecated/fontVariant.cjs +6 -0
  136. package/vanilla-extract/cjs/font/deprecated/fontWeight.cjs +14 -0
  137. package/vanilla-extract/cjs/font/deprecated/fontWeightRegular.cjs +8 -0
  138. package/vanilla-extract/cjs/font/deprecated/fontWeightSemiBold.cjs +8 -0
  139. package/vanilla-extract/cjs/font/fontHyphenationStyle.cjs +9 -0
  140. package/vanilla-extract/cjs/font/fontPorscheNext.cjs +7 -0
  141. package/vanilla-extract/cjs/font/fontSizeDisplayLarge.cjs +5 -0
  142. package/vanilla-extract/cjs/font/fontSizeDisplayMedium.cjs +5 -0
  143. package/vanilla-extract/cjs/font/fontSizeDisplaySmall.cjs +5 -0
  144. package/vanilla-extract/cjs/font/fontWeightBold.cjs +7 -0
  145. package/vanilla-extract/cjs/font/fontWeightNormal.cjs +7 -0
  146. package/vanilla-extract/cjs/font/fontWeightSemibold.cjs +7 -0
  147. package/vanilla-extract/cjs/font/leadingNormal.cjs +7 -0
  148. package/vanilla-extract/cjs/font/typescale2Xl.cjs +7 -0
  149. package/vanilla-extract/cjs/font/typescale2Xs.cjs +7 -0
  150. package/vanilla-extract/cjs/font/typescaleLg.cjs +7 -0
  151. package/vanilla-extract/cjs/font/typescaleMd.cjs +7 -0
  152. package/vanilla-extract/cjs/font/typescaleSm.cjs +7 -0
  153. package/vanilla-extract/cjs/font/typescaleXl.cjs +7 -0
  154. package/vanilla-extract/cjs/font/typescaleXs.cjs +7 -0
  155. package/vanilla-extract/cjs/gradient/deprecated/gradientToBottomStyle.cjs +10 -0
  156. package/vanilla-extract/cjs/gradient/deprecated/gradientToLeftStyle.cjs +10 -0
  157. package/vanilla-extract/cjs/gradient/deprecated/gradientToRightStyle.cjs +10 -0
  158. package/vanilla-extract/cjs/gradient/deprecated/gradientToTopStyle.cjs +10 -0
  159. package/vanilla-extract/cjs/gradient/gradientStopsFadeDark.cjs +7 -0
  160. package/vanilla-extract/cjs/grid/gridBasic.cjs +17 -0
  161. package/vanilla-extract/cjs/grid/gridBasicColumnEnd.cjs +5 -0
  162. package/vanilla-extract/cjs/grid/gridBasicColumnStart.cjs +5 -0
  163. package/vanilla-extract/cjs/grid/gridBasicOffset.cjs +13 -0
  164. package/vanilla-extract/cjs/grid/gridBasicOffsetBase.cjs +7 -0
  165. package/vanilla-extract/cjs/grid/gridBasicOffsetS.cjs +7 -0
  166. package/vanilla-extract/cjs/grid/gridBasicOffsetXXL.cjs +7 -0
  167. package/vanilla-extract/cjs/grid/gridBasicSpanOneHalf.cjs +7 -0
  168. package/vanilla-extract/cjs/grid/gridBasicSpanOneThird.cjs +7 -0
  169. package/vanilla-extract/cjs/grid/gridBasicSpanTwoThirds.cjs +7 -0
  170. package/vanilla-extract/cjs/grid/gridExtended.cjs +13 -0
  171. package/vanilla-extract/cjs/grid/gridExtendedColumnEnd.cjs +5 -0
  172. package/vanilla-extract/cjs/grid/gridExtendedColumnStart.cjs +5 -0
  173. package/vanilla-extract/cjs/grid/gridExtendedOffset.cjs +13 -0
  174. package/vanilla-extract/cjs/grid/gridExtendedOffsetBase.cjs +7 -0
  175. package/vanilla-extract/cjs/grid/gridExtendedOffsetS.cjs +7 -0
  176. package/vanilla-extract/cjs/grid/gridExtendedOffsetXXL.cjs +7 -0
  177. package/vanilla-extract/cjs/grid/gridExtendedSpanOneHalf.cjs +7 -0
  178. package/vanilla-extract/cjs/grid/gridFull.cjs +11 -0
  179. package/vanilla-extract/cjs/grid/gridFullColumnEnd.cjs +5 -0
  180. package/vanilla-extract/cjs/grid/gridFullColumnStart.cjs +5 -0
  181. package/vanilla-extract/cjs/grid/gridFullOffset.cjs +7 -0
  182. package/vanilla-extract/cjs/grid/gridGap.cjs +7 -0
  183. package/vanilla-extract/cjs/grid/gridNarrow.cjs +13 -0
  184. package/vanilla-extract/cjs/grid/gridNarrowColumnEnd.cjs +5 -0
  185. package/vanilla-extract/cjs/grid/gridNarrowColumnStart.cjs +5 -0
  186. package/vanilla-extract/cjs/grid/gridNarrowOffset.cjs +13 -0
  187. package/vanilla-extract/cjs/grid/gridNarrowOffsetBase.cjs +7 -0
  188. package/vanilla-extract/cjs/grid/gridNarrowOffsetS.cjs +7 -0
  189. package/vanilla-extract/cjs/grid/gridNarrowOffsetXXL.cjs +7 -0
  190. package/vanilla-extract/cjs/grid/gridNarrowSpanOneHalf.cjs +7 -0
  191. package/vanilla-extract/cjs/grid/gridShared.cjs +34 -0
  192. package/vanilla-extract/cjs/grid/gridSharedOffset.cjs +19 -0
  193. package/vanilla-extract/cjs/grid/gridStyle.cjs +59 -0
  194. package/vanilla-extract/cjs/grid/gridWide.cjs +11 -0
  195. package/vanilla-extract/cjs/grid/gridWideColumnEnd.cjs +5 -0
  196. package/vanilla-extract/cjs/grid/gridWideColumnStart.cjs +5 -0
  197. package/vanilla-extract/cjs/grid/gridWideOffset.cjs +13 -0
  198. package/vanilla-extract/cjs/grid/gridWideOffsetBase.cjs +7 -0
  199. package/vanilla-extract/cjs/grid/gridWideOffsetS.cjs +7 -0
  200. package/vanilla-extract/cjs/grid/gridWideOffsetXXL.cjs +8 -0
  201. package/vanilla-extract/cjs/index.cjs +546 -0
  202. package/vanilla-extract/cjs/mediaQuery/breakpoint.cjs +21 -0
  203. package/vanilla-extract/cjs/mediaQuery/breakpointBase.cjs +5 -0
  204. package/vanilla-extract/cjs/mediaQuery/breakpointL.cjs +7 -0
  205. package/vanilla-extract/cjs/mediaQuery/breakpointM.cjs +7 -0
  206. package/vanilla-extract/cjs/mediaQuery/breakpointS.cjs +7 -0
  207. package/vanilla-extract/cjs/mediaQuery/breakpointShared.cjs +5 -0
  208. package/vanilla-extract/cjs/mediaQuery/breakpointXL.cjs +7 -0
  209. package/vanilla-extract/cjs/mediaQuery/breakpointXS.cjs +7 -0
  210. package/vanilla-extract/cjs/mediaQuery/breakpointXXL.cjs +7 -0
  211. package/vanilla-extract/cjs/mediaQuery/getMediaQueryMax.cjs +9 -0
  212. package/vanilla-extract/cjs/mediaQuery/getMediaQueryMin.cjs +9 -0
  213. package/vanilla-extract/cjs/mediaQuery/getMediaQueryMinMax.cjs +9 -0
  214. package/vanilla-extract/cjs/motion/deprecated/motionDurationLong.cjs +8 -0
  215. package/vanilla-extract/cjs/motion/deprecated/motionDurationModerate.cjs +8 -0
  216. package/vanilla-extract/cjs/motion/deprecated/motionDurationShort.cjs +8 -0
  217. package/vanilla-extract/cjs/motion/deprecated/motionDurationVeryLong.cjs +8 -0
  218. package/vanilla-extract/cjs/motion/deprecated/motionEasingBase.cjs +8 -0
  219. package/vanilla-extract/cjs/motion/deprecated/motionEasingIn.cjs +8 -0
  220. package/vanilla-extract/cjs/motion/deprecated/motionEasingOut.cjs +8 -0
  221. package/vanilla-extract/cjs/motion/durationLg.cjs +7 -0
  222. package/vanilla-extract/cjs/motion/durationMd.cjs +7 -0
  223. package/vanilla-extract/cjs/motion/durationSm.cjs +7 -0
  224. package/vanilla-extract/cjs/motion/durationXl.cjs +7 -0
  225. package/vanilla-extract/cjs/motion/easeIn.cjs +7 -0
  226. package/vanilla-extract/cjs/motion/easeInOut.cjs +7 -0
  227. package/vanilla-extract/cjs/motion/easeOut.cjs +7 -0
  228. package/vanilla-extract/cjs/shadow/deprecated/dropShadowHighStyle.cjs +10 -0
  229. package/vanilla-extract/cjs/shadow/deprecated/dropShadowLowStyle.cjs +10 -0
  230. package/vanilla-extract/cjs/shadow/deprecated/dropShadowMediumStyle.cjs +10 -0
  231. package/vanilla-extract/cjs/shadow/shadowLg.cjs +7 -0
  232. package/vanilla-extract/cjs/shadow/shadowMd.cjs +7 -0
  233. package/vanilla-extract/cjs/shadow/shadowSm.cjs +7 -0
  234. package/vanilla-extract/cjs/skeleton/getSkeletonStyle.cjs +34 -0
  235. package/vanilla-extract/cjs/spacing/deprecated/spacing.cjs +12 -0
  236. package/vanilla-extract/cjs/spacing/deprecated/spacingFluid.cjs +20 -0
  237. package/vanilla-extract/cjs/spacing/deprecated/spacingFluidLarge.cjs +8 -0
  238. package/vanilla-extract/cjs/spacing/deprecated/spacingFluidMedium.cjs +8 -0
  239. package/vanilla-extract/cjs/spacing/deprecated/spacingFluidSmall.cjs +8 -0
  240. package/vanilla-extract/cjs/spacing/deprecated/spacingFluidXLarge.cjs +8 -0
  241. package/vanilla-extract/cjs/spacing/deprecated/spacingFluidXSmall.cjs +8 -0
  242. package/vanilla-extract/cjs/spacing/deprecated/spacingFluidXXLarge.cjs +8 -0
  243. package/vanilla-extract/cjs/spacing/deprecated/spacingStatic.cjs +20 -0
  244. package/vanilla-extract/cjs/spacing/deprecated/spacingStaticLarge.cjs +8 -0
  245. package/vanilla-extract/cjs/spacing/deprecated/spacingStaticMedium.cjs +8 -0
  246. package/vanilla-extract/cjs/spacing/deprecated/spacingStaticSmall.cjs +8 -0
  247. package/vanilla-extract/cjs/spacing/deprecated/spacingStaticXLarge.cjs +8 -0
  248. package/vanilla-extract/cjs/spacing/deprecated/spacingStaticXSmall.cjs +8 -0
  249. package/vanilla-extract/cjs/spacing/deprecated/spacingStaticXXLarge.cjs +8 -0
  250. package/vanilla-extract/cjs/spacing/spacingFluid2Xl.cjs +7 -0
  251. package/vanilla-extract/cjs/spacing/spacingFluidLg.cjs +7 -0
  252. package/vanilla-extract/cjs/spacing/spacingFluidMd.cjs +7 -0
  253. package/vanilla-extract/cjs/spacing/spacingFluidSm.cjs +7 -0
  254. package/vanilla-extract/cjs/spacing/spacingFluidXl.cjs +7 -0
  255. package/vanilla-extract/cjs/spacing/spacingFluidXs.cjs +7 -0
  256. package/vanilla-extract/cjs/spacing/spacingStatic2Xl.cjs +7 -0
  257. package/vanilla-extract/cjs/spacing/spacingStaticLg.cjs +7 -0
  258. package/vanilla-extract/cjs/spacing/spacingStaticMd.cjs +7 -0
  259. package/vanilla-extract/cjs/spacing/spacingStaticSm.cjs +7 -0
  260. package/vanilla-extract/cjs/spacing/spacingStaticXl.cjs +7 -0
  261. package/vanilla-extract/cjs/spacing/spacingStaticXs.cjs +7 -0
  262. package/vanilla-extract/cjs/tokens/dist/esm/blur/blurFrosted.cjs +5 -0
  263. package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radius2Xl.cjs +5 -0
  264. package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radius3Xl.cjs +5 -0
  265. package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radius4Xl.cjs +5 -0
  266. package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radiusFull.cjs +5 -0
  267. package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radiusLg.cjs +5 -0
  268. package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radiusMd.cjs +5 -0
  269. package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radiusSm.cjs +5 -0
  270. package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radiusXl.cjs +5 -0
  271. package/vanilla-extract/cjs/tokens/dist/esm/border/radius/radiusXs.cjs +5 -0
  272. package/vanilla-extract/cjs/tokens/dist/esm/breakpoint/breakpoint2Xl.cjs +5 -0
  273. package/vanilla-extract/cjs/tokens/dist/esm/breakpoint/breakpointLg.cjs +5 -0
  274. package/vanilla-extract/cjs/tokens/dist/esm/breakpoint/breakpointMd.cjs +5 -0
  275. package/vanilla-extract/cjs/tokens/dist/esm/breakpoint/breakpointSm.cjs +5 -0
  276. package/vanilla-extract/cjs/tokens/dist/esm/breakpoint/breakpointXl.cjs +5 -0
  277. package/vanilla-extract/cjs/tokens/dist/esm/breakpoint/breakpointXs.cjs +5 -0
  278. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/a11y/colorFocusDark.cjs +5 -0
  279. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/background/colorBackdropDark.cjs +7 -0
  280. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/background/colorCanvasDark.cjs +7 -0
  281. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/background/colorFrostedDark.cjs +7 -0
  282. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/background/colorFrostedSoftDark.cjs +7 -0
  283. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/background/colorFrostedStrongDark.cjs +7 -0
  284. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/background/colorSurfaceDark.cjs +7 -0
  285. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/foreground/colorContrastHighDark.cjs +7 -0
  286. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/foreground/colorContrastHigherDark.cjs +7 -0
  287. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/foreground/colorContrastLowDark.cjs +7 -0
  288. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/foreground/colorContrastLowerDark.cjs +7 -0
  289. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/foreground/colorContrastMediumDark.cjs +7 -0
  290. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/foreground/colorPrimaryDark.cjs +7 -0
  291. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorErrorDark.cjs +7 -0
  292. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorErrorFrostedDark.cjs +7 -0
  293. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorErrorFrostedSoftDark.cjs +7 -0
  294. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorErrorLowDark.cjs +7 -0
  295. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorErrorMediumDark.cjs +7 -0
  296. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorInfoDark.cjs +7 -0
  297. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorInfoFrostedDark.cjs +7 -0
  298. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorInfoFrostedSoftDark.cjs +7 -0
  299. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorInfoLowDark.cjs +7 -0
  300. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorInfoMediumDark.cjs +7 -0
  301. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorSuccessDark.cjs +7 -0
  302. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorSuccessFrostedDark.cjs +7 -0
  303. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorSuccessFrostedSoftDark.cjs +7 -0
  304. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorSuccessLowDark.cjs +7 -0
  305. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorSuccessMediumDark.cjs +7 -0
  306. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorWarningDark.cjs +7 -0
  307. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorWarningFrostedDark.cjs +7 -0
  308. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorWarningFrostedSoftDark.cjs +7 -0
  309. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorWarningLowDark.cjs +7 -0
  310. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorWarningMediumDark.cjs +7 -0
  311. package/vanilla-extract/cjs/tokens/dist/esm/color/light/a11y/colorFocusLight.cjs +5 -0
  312. package/vanilla-extract/cjs/tokens/dist/esm/color/light/background/colorBackdropLight.cjs +7 -0
  313. package/vanilla-extract/cjs/tokens/dist/esm/color/light/background/colorCanvasLight.cjs +5 -0
  314. package/vanilla-extract/cjs/tokens/dist/esm/color/light/background/colorFrostedLight.cjs +7 -0
  315. package/vanilla-extract/cjs/tokens/dist/esm/color/light/background/colorFrostedSoftLight.cjs +7 -0
  316. package/vanilla-extract/cjs/tokens/dist/esm/color/light/background/colorFrostedStrongLight.cjs +7 -0
  317. package/vanilla-extract/cjs/tokens/dist/esm/color/light/background/colorSurfaceLight.cjs +7 -0
  318. package/vanilla-extract/cjs/tokens/dist/esm/color/light/foreground/colorContrastHighLight.cjs +7 -0
  319. package/vanilla-extract/cjs/tokens/dist/esm/color/light/foreground/colorContrastHigherLight.cjs +7 -0
  320. package/vanilla-extract/cjs/tokens/dist/esm/color/light/foreground/colorContrastLowLight.cjs +7 -0
  321. package/vanilla-extract/cjs/tokens/dist/esm/color/light/foreground/colorContrastLowerLight.cjs +7 -0
  322. package/vanilla-extract/cjs/tokens/dist/esm/color/light/foreground/colorContrastMediumLight.cjs +7 -0
  323. package/vanilla-extract/cjs/tokens/dist/esm/color/light/foreground/colorPrimaryLight.cjs +7 -0
  324. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorErrorFrostedLight.cjs +7 -0
  325. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorErrorFrostedSoftLight.cjs +7 -0
  326. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorErrorLight.cjs +7 -0
  327. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorErrorLowLight.cjs +7 -0
  328. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorErrorMediumLight.cjs +7 -0
  329. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorInfoFrostedLight.cjs +7 -0
  330. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorInfoFrostedSoftLight.cjs +7 -0
  331. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorInfoLight.cjs +7 -0
  332. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorInfoLowLight.cjs +7 -0
  333. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorInfoMediumLight.cjs +7 -0
  334. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorSuccessFrostedLight.cjs +7 -0
  335. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorSuccessFrostedSoftLight.cjs +7 -0
  336. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorSuccessLight.cjs +7 -0
  337. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorSuccessLowLight.cjs +7 -0
  338. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorSuccessMediumLight.cjs +7 -0
  339. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorWarningFrostedLight.cjs +7 -0
  340. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorWarningFrostedSoftLight.cjs +7 -0
  341. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorWarningLight.cjs +7 -0
  342. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorWarningLowLight.cjs +7 -0
  343. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorWarningMediumLight.cjs +7 -0
  344. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/a11y/colorFocus.cjs +8 -0
  345. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/background/colorBackdrop.cjs +8 -0
  346. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/background/colorCanvas.cjs +8 -0
  347. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/background/colorFrosted.cjs +8 -0
  348. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/background/colorFrostedSoft.cjs +8 -0
  349. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/background/colorFrostedStrong.cjs +8 -0
  350. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/background/colorSurface.cjs +8 -0
  351. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/foreground/colorContrastHigh.cjs +8 -0
  352. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/foreground/colorContrastHigher.cjs +8 -0
  353. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/foreground/colorContrastLow.cjs +8 -0
  354. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/foreground/colorContrastLower.cjs +8 -0
  355. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/foreground/colorContrastMedium.cjs +8 -0
  356. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/foreground/colorPrimary.cjs +8 -0
  357. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorError.cjs +8 -0
  358. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorErrorFrosted.cjs +8 -0
  359. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorErrorFrostedSoft.cjs +8 -0
  360. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorErrorLow.cjs +8 -0
  361. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorErrorMedium.cjs +8 -0
  362. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorInfo.cjs +8 -0
  363. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorInfoFrosted.cjs +8 -0
  364. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorInfoFrostedSoft.cjs +8 -0
  365. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorInfoLow.cjs +8 -0
  366. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorInfoMedium.cjs +8 -0
  367. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorSuccess.cjs +8 -0
  368. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorSuccessFrosted.cjs +8 -0
  369. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorSuccessFrostedSoft.cjs +8 -0
  370. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorSuccessLow.cjs +8 -0
  371. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorSuccessMedium.cjs +8 -0
  372. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorWarning.cjs +8 -0
  373. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorWarningFrosted.cjs +8 -0
  374. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorWarningFrostedSoft.cjs +8 -0
  375. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorWarningLow.cjs +8 -0
  376. package/vanilla-extract/cjs/tokens/dist/esm/color/light-dark/semantic/colorWarningMedium.cjs +8 -0
  377. package/vanilla-extract/cjs/tokens/dist/esm/color/palette.cjs +76 -0
  378. package/vanilla-extract/cjs/tokens/dist/esm/font/family/fontPorscheNext.cjs +5 -0
  379. package/vanilla-extract/cjs/tokens/dist/esm/font/lineHeight/leadingNormal.cjs +5 -0
  380. package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale2Xl.cjs +5 -0
  381. package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale2Xs.cjs +5 -0
  382. package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescaleLg.cjs +5 -0
  383. package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescaleMd.cjs +5 -0
  384. package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescaleSm.cjs +5 -0
  385. package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescaleXl.cjs +5 -0
  386. package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescaleXs.cjs +5 -0
  387. package/vanilla-extract/cjs/tokens/dist/esm/font/weight/fontWeightBold.cjs +5 -0
  388. package/vanilla-extract/cjs/tokens/dist/esm/font/weight/fontWeightNormal.cjs +5 -0
  389. package/vanilla-extract/cjs/tokens/dist/esm/font/weight/fontWeightSemibold.cjs +5 -0
  390. package/vanilla-extract/cjs/tokens/dist/esm/gradient/gradientStopsFadeDark.cjs +20 -0
  391. package/vanilla-extract/cjs/tokens/dist/esm/motion/duration/durationLg.cjs +5 -0
  392. package/vanilla-extract/cjs/tokens/dist/esm/motion/duration/durationMd.cjs +5 -0
  393. package/vanilla-extract/cjs/tokens/dist/esm/motion/duration/durationSm.cjs +5 -0
  394. package/vanilla-extract/cjs/tokens/dist/esm/motion/duration/durationXl.cjs +5 -0
  395. package/vanilla-extract/cjs/tokens/dist/esm/motion/ease/easeIn.cjs +5 -0
  396. package/vanilla-extract/cjs/tokens/dist/esm/motion/ease/easeInOut.cjs +5 -0
  397. package/vanilla-extract/cjs/tokens/dist/esm/motion/ease/easeOut.cjs +5 -0
  398. package/vanilla-extract/cjs/tokens/dist/esm/shadow/shadowLg.cjs +5 -0
  399. package/vanilla-extract/cjs/tokens/dist/esm/shadow/shadowMd.cjs +5 -0
  400. package/vanilla-extract/cjs/tokens/dist/esm/shadow/shadowSm.cjs +5 -0
  401. package/vanilla-extract/cjs/tokens/dist/esm/spacing/fluid/spacingFluid2Xl.cjs +5 -0
  402. package/vanilla-extract/cjs/tokens/dist/esm/spacing/fluid/spacingFluidLg.cjs +5 -0
  403. package/vanilla-extract/cjs/tokens/dist/esm/spacing/fluid/spacingFluidMd.cjs +5 -0
  404. package/vanilla-extract/cjs/tokens/dist/esm/spacing/fluid/spacingFluidSm.cjs +5 -0
  405. package/vanilla-extract/cjs/tokens/dist/esm/spacing/fluid/spacingFluidXl.cjs +5 -0
  406. package/vanilla-extract/cjs/tokens/dist/esm/spacing/fluid/spacingFluidXs.cjs +5 -0
  407. package/vanilla-extract/cjs/tokens/dist/esm/spacing/static/spacingStatic2Xl.cjs +5 -0
  408. package/vanilla-extract/cjs/tokens/dist/esm/spacing/static/spacingStaticLg.cjs +5 -0
  409. package/vanilla-extract/cjs/tokens/dist/esm/spacing/static/spacingStaticMd.cjs +5 -0
  410. package/vanilla-extract/cjs/tokens/dist/esm/spacing/static/spacingStaticSm.cjs +5 -0
  411. package/vanilla-extract/cjs/tokens/dist/esm/spacing/static/spacingStaticXl.cjs +5 -0
  412. package/vanilla-extract/cjs/tokens/dist/esm/spacing/static/spacingStaticXs.cjs +5 -0
  413. package/vanilla-extract/cjs/typography/deprecated/display/displayLargeStyle.cjs +11 -0
  414. package/vanilla-extract/cjs/typography/deprecated/display/displayMediumStyle.cjs +11 -0
  415. package/vanilla-extract/cjs/typography/deprecated/display/displayShared.cjs +13 -0
  416. package/vanilla-extract/cjs/typography/deprecated/display/displaySmallStyle.cjs +11 -0
  417. package/vanilla-extract/cjs/typography/deprecated/heading/headingLargeStyle.cjs +11 -0
  418. package/vanilla-extract/cjs/typography/deprecated/heading/headingMediumStyle.cjs +11 -0
  419. package/vanilla-extract/cjs/typography/deprecated/heading/headingShared.cjs +13 -0
  420. package/vanilla-extract/cjs/typography/deprecated/heading/headingSmallStyle.cjs +11 -0
  421. package/vanilla-extract/cjs/typography/deprecated/heading/headingXLargeStyle.cjs +11 -0
  422. package/vanilla-extract/cjs/typography/deprecated/heading/headingXXLargeStyle.cjs +11 -0
  423. package/vanilla-extract/cjs/typography/deprecated/text/textLargeStyle.cjs +13 -0
  424. package/vanilla-extract/cjs/typography/deprecated/text/textMediumStyle.cjs +13 -0
  425. package/vanilla-extract/cjs/typography/deprecated/text/textShared.cjs +13 -0
  426. package/vanilla-extract/cjs/typography/deprecated/text/textSmallStyle.cjs +13 -0
  427. package/vanilla-extract/cjs/typography/deprecated/text/textXLargeStyle.cjs +13 -0
  428. package/vanilla-extract/cjs/typography/deprecated/text/textXSmallStyle.cjs +13 -0
  429. package/vanilla-extract/cjs/typography/deprecated/text/textXXSmallStyle.cjs +13 -0
  430. package/vanilla-extract/cjs/typography/proseDisplayLgStyle.cjs +11 -0
  431. package/vanilla-extract/cjs/typography/proseDisplayMdStyle.cjs +11 -0
  432. package/vanilla-extract/cjs/typography/proseDisplaySmStyle.cjs +11 -0
  433. package/vanilla-extract/cjs/typography/proseHeading2XlStyle.cjs +12 -0
  434. package/vanilla-extract/cjs/typography/proseHeadingLgStyle.cjs +12 -0
  435. package/vanilla-extract/cjs/typography/proseHeadingMdStyle.cjs +12 -0
  436. package/vanilla-extract/cjs/typography/proseHeadingSmStyle.cjs +12 -0
  437. package/vanilla-extract/cjs/typography/proseHeadingXlStyle.cjs +12 -0
  438. package/vanilla-extract/cjs/typography/proseText2XsStyle.cjs +14 -0
  439. package/vanilla-extract/cjs/typography/proseTextLgStyle.cjs +14 -0
  440. package/vanilla-extract/cjs/typography/proseTextMdStyle.cjs +14 -0
  441. package/vanilla-extract/cjs/typography/proseTextSmStyle.cjs +14 -0
  442. package/vanilla-extract/cjs/typography/proseTextXlStyle.cjs +14 -0
  443. package/vanilla-extract/cjs/typography/proseTextXsStyle.cjs +14 -0
  444. package/vanilla-extract/esm/blur/blurFrosted.d.ts +1 -0
  445. package/vanilla-extract/esm/blur/blurFrosted.mjs +5 -0
  446. package/vanilla-extract/esm/blur/deprecated/frostedGlassStyle.d.ts +5 -0
  447. package/vanilla-extract/esm/blur/deprecated/frostedGlassStyle.mjs +9 -0
  448. package/vanilla-extract/esm/blur/deprecated/index.d.ts +1 -0
  449. package/vanilla-extract/esm/blur/index.d.ts +2 -0
  450. package/vanilla-extract/esm/border/deprecated/border.d.ts +12 -0
  451. package/vanilla-extract/esm/border/deprecated/border.mjs +10 -0
  452. package/vanilla-extract/esm/border/deprecated/borderRadius.d.ts +6 -0
  453. package/vanilla-extract/esm/border/deprecated/borderRadius.mjs +12 -0
  454. package/vanilla-extract/esm/border/deprecated/borderRadiusLarge.d.ts +2 -0
  455. package/vanilla-extract/esm/border/deprecated/borderRadiusLarge.mjs +6 -0
  456. package/vanilla-extract/esm/border/deprecated/borderRadiusMedium.d.ts +2 -0
  457. package/vanilla-extract/esm/border/deprecated/borderRadiusMedium.mjs +6 -0
  458. package/vanilla-extract/esm/border/deprecated/borderRadiusSmall.d.ts +2 -0
  459. package/vanilla-extract/esm/border/deprecated/borderRadiusSmall.mjs +6 -0
  460. package/vanilla-extract/esm/border/deprecated/borderWidth.d.ts +5 -0
  461. package/vanilla-extract/esm/border/deprecated/borderWidth.mjs +10 -0
  462. package/vanilla-extract/esm/border/deprecated/borderWidthBase.d.ts +2 -0
  463. package/vanilla-extract/esm/border/deprecated/borderWidthBase.mjs +4 -0
  464. package/vanilla-extract/esm/border/deprecated/borderWidthThin.d.ts +2 -0
  465. package/vanilla-extract/esm/border/deprecated/borderWidthThin.mjs +4 -0
  466. package/vanilla-extract/esm/border/deprecated/index.d.ts +8 -0
  467. package/vanilla-extract/esm/border/index.d.ts +10 -0
  468. package/vanilla-extract/esm/border/radius2Xl.d.ts +1 -0
  469. package/vanilla-extract/esm/border/radius2Xl.mjs +5 -0
  470. package/vanilla-extract/esm/border/radius3Xl.d.ts +1 -0
  471. package/vanilla-extract/esm/border/radius3Xl.mjs +5 -0
  472. package/vanilla-extract/esm/border/radius4Xl.d.ts +1 -0
  473. package/vanilla-extract/esm/border/radius4Xl.mjs +5 -0
  474. package/vanilla-extract/esm/border/radiusFull.d.ts +1 -0
  475. package/vanilla-extract/esm/border/radiusFull.mjs +5 -0
  476. package/vanilla-extract/esm/border/radiusLg.d.ts +1 -0
  477. package/vanilla-extract/esm/border/radiusLg.mjs +5 -0
  478. package/vanilla-extract/esm/border/radiusMd.d.ts +1 -0
  479. package/vanilla-extract/esm/border/radiusMd.mjs +5 -0
  480. package/vanilla-extract/esm/border/radiusSm.d.ts +1 -0
  481. package/vanilla-extract/esm/border/radiusSm.mjs +5 -0
  482. package/vanilla-extract/esm/border/radiusXl.d.ts +1 -0
  483. package/vanilla-extract/esm/border/radiusXl.mjs +5 -0
  484. package/vanilla-extract/esm/border/radiusXs.d.ts +1 -0
  485. package/vanilla-extract/esm/border/radiusXs.mjs +5 -0
  486. package/vanilla-extract/esm/color/color-scheme.d.ts +95 -0
  487. package/vanilla-extract/esm/color/color-scheme.mjs +183 -0
  488. package/vanilla-extract/esm/color/deprecated/index.d.ts +43 -0
  489. package/vanilla-extract/esm/color/deprecated/theme.d.ts +5 -0
  490. package/vanilla-extract/esm/color/deprecated/theme.mjs +10 -0
  491. package/vanilla-extract/esm/color/deprecated/themeDark.d.ts +3 -0
  492. package/vanilla-extract/esm/color/deprecated/themeDark.mjs +54 -0
  493. package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundBase.d.ts +2 -0
  494. package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundBase.mjs +6 -0
  495. package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundFrosted.d.ts +2 -0
  496. package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundFrosted.mjs +6 -0
  497. package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundShading.d.ts +2 -0
  498. package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundShading.mjs +6 -0
  499. package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundSurface.d.ts +2 -0
  500. package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundSurface.mjs +6 -0
  501. package/vanilla-extract/esm/color/deprecated/themeDarkContrastHigh.d.ts +2 -0
  502. package/vanilla-extract/esm/color/deprecated/themeDarkContrastHigh.mjs +6 -0
  503. package/vanilla-extract/esm/color/deprecated/themeDarkContrastLow.d.ts +2 -0
  504. package/vanilla-extract/esm/color/deprecated/themeDarkContrastLow.mjs +6 -0
  505. package/vanilla-extract/esm/color/deprecated/themeDarkContrastMedium.d.ts +2 -0
  506. package/vanilla-extract/esm/color/deprecated/themeDarkContrastMedium.mjs +6 -0
  507. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationError.d.ts +2 -0
  508. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationError.mjs +6 -0
  509. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationErrorSoft.d.ts +2 -0
  510. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationErrorSoft.mjs +6 -0
  511. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationInfo.d.ts +2 -0
  512. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationInfo.mjs +6 -0
  513. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationInfoSoft.d.ts +2 -0
  514. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationInfoSoft.mjs +6 -0
  515. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationSuccess.d.ts +2 -0
  516. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationSuccess.mjs +6 -0
  517. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationSuccessSoft.d.ts +2 -0
  518. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationSuccessSoft.mjs +6 -0
  519. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationWarning.d.ts +2 -0
  520. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationWarning.mjs +6 -0
  521. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationWarningSoft.d.ts +2 -0
  522. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationWarningSoft.mjs +6 -0
  523. package/vanilla-extract/esm/color/deprecated/themeDarkPrimary.d.ts +2 -0
  524. package/vanilla-extract/esm/color/deprecated/themeDarkPrimary.mjs +6 -0
  525. package/vanilla-extract/esm/color/deprecated/themeDarkStateActive.d.ts +2 -0
  526. package/vanilla-extract/esm/color/deprecated/themeDarkStateActive.mjs +6 -0
  527. package/vanilla-extract/esm/color/deprecated/themeDarkStateDisabled.d.ts +2 -0
  528. package/vanilla-extract/esm/color/deprecated/themeDarkStateDisabled.mjs +4 -0
  529. package/vanilla-extract/esm/color/deprecated/themeDarkStateFocus.d.ts +2 -0
  530. package/vanilla-extract/esm/color/deprecated/themeDarkStateFocus.mjs +6 -0
  531. package/vanilla-extract/esm/color/deprecated/themeDarkStateHover.d.ts +2 -0
  532. package/vanilla-extract/esm/color/deprecated/themeDarkStateHover.mjs +6 -0
  533. package/vanilla-extract/esm/color/deprecated/themeLight.d.ts +3 -0
  534. package/vanilla-extract/esm/color/deprecated/themeLight.mjs +54 -0
  535. package/vanilla-extract/esm/color/deprecated/themeLightBackgroundBase.d.ts +2 -0
  536. package/vanilla-extract/esm/color/deprecated/themeLightBackgroundBase.mjs +6 -0
  537. package/vanilla-extract/esm/color/deprecated/themeLightBackgroundFrosted.d.ts +2 -0
  538. package/vanilla-extract/esm/color/deprecated/themeLightBackgroundFrosted.mjs +6 -0
  539. package/vanilla-extract/esm/color/deprecated/themeLightBackgroundShading.d.ts +2 -0
  540. package/vanilla-extract/esm/color/deprecated/themeLightBackgroundShading.mjs +6 -0
  541. package/vanilla-extract/esm/color/deprecated/themeLightBackgroundSurface.d.ts +2 -0
  542. package/vanilla-extract/esm/color/deprecated/themeLightBackgroundSurface.mjs +6 -0
  543. package/vanilla-extract/esm/color/deprecated/themeLightContrastHigh.d.ts +2 -0
  544. package/vanilla-extract/esm/color/deprecated/themeLightContrastHigh.mjs +6 -0
  545. package/vanilla-extract/esm/color/deprecated/themeLightContrastLow.d.ts +2 -0
  546. package/vanilla-extract/esm/color/deprecated/themeLightContrastLow.mjs +6 -0
  547. package/vanilla-extract/esm/color/deprecated/themeLightContrastMedium.d.ts +2 -0
  548. package/vanilla-extract/esm/color/deprecated/themeLightContrastMedium.mjs +6 -0
  549. package/vanilla-extract/esm/color/deprecated/themeLightNotificationError.d.ts +2 -0
  550. package/vanilla-extract/esm/color/deprecated/themeLightNotificationError.mjs +6 -0
  551. package/vanilla-extract/esm/color/deprecated/themeLightNotificationErrorSoft.d.ts +2 -0
  552. package/vanilla-extract/esm/color/deprecated/themeLightNotificationErrorSoft.mjs +6 -0
  553. package/vanilla-extract/esm/color/deprecated/themeLightNotificationInfo.d.ts +2 -0
  554. package/vanilla-extract/esm/color/deprecated/themeLightNotificationInfo.mjs +6 -0
  555. package/vanilla-extract/esm/color/deprecated/themeLightNotificationInfoSoft.d.ts +2 -0
  556. package/vanilla-extract/esm/color/deprecated/themeLightNotificationInfoSoft.mjs +6 -0
  557. package/vanilla-extract/esm/color/deprecated/themeLightNotificationSuccess.d.ts +2 -0
  558. package/vanilla-extract/esm/color/deprecated/themeLightNotificationSuccess.mjs +6 -0
  559. package/vanilla-extract/esm/color/deprecated/themeLightNotificationSuccessSoft.d.ts +2 -0
  560. package/vanilla-extract/esm/color/deprecated/themeLightNotificationSuccessSoft.mjs +6 -0
  561. package/vanilla-extract/esm/color/deprecated/themeLightNotificationWarning.d.ts +2 -0
  562. package/vanilla-extract/esm/color/deprecated/themeLightNotificationWarning.mjs +6 -0
  563. package/vanilla-extract/esm/color/deprecated/themeLightNotificationWarningSoft.d.ts +2 -0
  564. package/vanilla-extract/esm/color/deprecated/themeLightNotificationWarningSoft.mjs +6 -0
  565. package/vanilla-extract/esm/color/deprecated/themeLightPrimary.d.ts +2 -0
  566. package/vanilla-extract/esm/color/deprecated/themeLightPrimary.mjs +6 -0
  567. package/vanilla-extract/esm/color/deprecated/themeLightStateActive.d.ts +2 -0
  568. package/vanilla-extract/esm/color/deprecated/themeLightStateActive.mjs +6 -0
  569. package/vanilla-extract/esm/color/deprecated/themeLightStateDisabled.d.ts +2 -0
  570. package/vanilla-extract/esm/color/deprecated/themeLightStateDisabled.mjs +4 -0
  571. package/vanilla-extract/esm/color/deprecated/themeLightStateFocus.d.ts +2 -0
  572. package/vanilla-extract/esm/color/deprecated/themeLightStateFocus.mjs +6 -0
  573. package/vanilla-extract/esm/color/deprecated/themeLightStateHover.d.ts +2 -0
  574. package/vanilla-extract/esm/color/deprecated/themeLightStateHover.mjs +6 -0
  575. package/vanilla-extract/esm/color/deprecated/themeShared.d.ts +31 -0
  576. package/vanilla-extract/esm/color/index.d.ts +4 -0
  577. package/vanilla-extract/esm/color/light-dark/colorBackdrop.d.ts +1 -0
  578. package/vanilla-extract/esm/color/light-dark/colorBackdrop.mjs +5 -0
  579. package/vanilla-extract/esm/color/light-dark/colorCanvas.d.ts +1 -0
  580. package/vanilla-extract/esm/color/light-dark/colorCanvas.mjs +5 -0
  581. package/vanilla-extract/esm/color/light-dark/colorContrastHigh.d.ts +1 -0
  582. package/vanilla-extract/esm/color/light-dark/colorContrastHigh.mjs +5 -0
  583. package/vanilla-extract/esm/color/light-dark/colorContrastHigher.d.ts +1 -0
  584. package/vanilla-extract/esm/color/light-dark/colorContrastHigher.mjs +5 -0
  585. package/vanilla-extract/esm/color/light-dark/colorContrastLow.d.ts +1 -0
  586. package/vanilla-extract/esm/color/light-dark/colorContrastLow.mjs +5 -0
  587. package/vanilla-extract/esm/color/light-dark/colorContrastLower.d.ts +1 -0
  588. package/vanilla-extract/esm/color/light-dark/colorContrastLower.mjs +5 -0
  589. package/vanilla-extract/esm/color/light-dark/colorContrastMedium.d.ts +1 -0
  590. package/vanilla-extract/esm/color/light-dark/colorContrastMedium.mjs +5 -0
  591. package/vanilla-extract/esm/color/light-dark/colorError.d.ts +1 -0
  592. package/vanilla-extract/esm/color/light-dark/colorError.mjs +5 -0
  593. package/vanilla-extract/esm/color/light-dark/colorErrorFrosted.d.ts +1 -0
  594. package/vanilla-extract/esm/color/light-dark/colorErrorFrosted.mjs +5 -0
  595. package/vanilla-extract/esm/color/light-dark/colorErrorFrostedSoft.d.ts +1 -0
  596. package/vanilla-extract/esm/color/light-dark/colorErrorFrostedSoft.mjs +5 -0
  597. package/vanilla-extract/esm/color/light-dark/colorErrorLow.d.ts +1 -0
  598. package/vanilla-extract/esm/color/light-dark/colorErrorLow.mjs +5 -0
  599. package/vanilla-extract/esm/color/light-dark/colorErrorMedium.d.ts +1 -0
  600. package/vanilla-extract/esm/color/light-dark/colorErrorMedium.mjs +5 -0
  601. package/vanilla-extract/esm/color/light-dark/colorFocus.d.ts +1 -0
  602. package/vanilla-extract/esm/color/light-dark/colorFocus.mjs +5 -0
  603. package/vanilla-extract/esm/color/light-dark/colorFrosted.d.ts +1 -0
  604. package/vanilla-extract/esm/color/light-dark/colorFrosted.mjs +5 -0
  605. package/vanilla-extract/esm/color/light-dark/colorFrostedSoft.d.ts +1 -0
  606. package/vanilla-extract/esm/color/light-dark/colorFrostedSoft.mjs +5 -0
  607. package/vanilla-extract/esm/color/light-dark/colorFrostedStrong.d.ts +1 -0
  608. package/vanilla-extract/esm/color/light-dark/colorFrostedStrong.mjs +5 -0
  609. package/vanilla-extract/esm/color/light-dark/colorInfo.d.ts +1 -0
  610. package/vanilla-extract/esm/color/light-dark/colorInfo.mjs +5 -0
  611. package/vanilla-extract/esm/color/light-dark/colorInfoFrosted.d.ts +1 -0
  612. package/vanilla-extract/esm/color/light-dark/colorInfoFrosted.mjs +5 -0
  613. package/vanilla-extract/esm/color/light-dark/colorInfoFrostedSoft.d.ts +1 -0
  614. package/vanilla-extract/esm/color/light-dark/colorInfoFrostedSoft.mjs +5 -0
  615. package/vanilla-extract/esm/color/light-dark/colorInfoLow.d.ts +1 -0
  616. package/vanilla-extract/esm/color/light-dark/colorInfoLow.mjs +5 -0
  617. package/vanilla-extract/esm/color/light-dark/colorInfoMedium.d.ts +1 -0
  618. package/vanilla-extract/esm/color/light-dark/colorInfoMedium.mjs +5 -0
  619. package/vanilla-extract/esm/color/light-dark/colorPrimary.d.ts +1 -0
  620. package/vanilla-extract/esm/color/light-dark/colorPrimary.mjs +5 -0
  621. package/vanilla-extract/esm/color/light-dark/colorSuccess.d.ts +1 -0
  622. package/vanilla-extract/esm/color/light-dark/colorSuccess.mjs +5 -0
  623. package/vanilla-extract/esm/color/light-dark/colorSuccessFrosted.d.ts +1 -0
  624. package/vanilla-extract/esm/color/light-dark/colorSuccessFrosted.mjs +5 -0
  625. package/vanilla-extract/esm/color/light-dark/colorSuccessFrostedSoft.d.ts +1 -0
  626. package/vanilla-extract/esm/color/light-dark/colorSuccessFrostedSoft.mjs +5 -0
  627. package/vanilla-extract/esm/color/light-dark/colorSuccessLow.d.ts +1 -0
  628. package/vanilla-extract/esm/color/light-dark/colorSuccessLow.mjs +5 -0
  629. package/vanilla-extract/esm/color/light-dark/colorSuccessMedium.d.ts +1 -0
  630. package/vanilla-extract/esm/color/light-dark/colorSuccessMedium.mjs +5 -0
  631. package/vanilla-extract/esm/color/light-dark/colorSurface.d.ts +1 -0
  632. package/vanilla-extract/esm/color/light-dark/colorSurface.mjs +5 -0
  633. package/vanilla-extract/esm/color/light-dark/colorWarning.d.ts +1 -0
  634. package/vanilla-extract/esm/color/light-dark/colorWarning.mjs +5 -0
  635. package/vanilla-extract/esm/color/light-dark/colorWarningFrosted.d.ts +1 -0
  636. package/vanilla-extract/esm/color/light-dark/colorWarningFrosted.mjs +5 -0
  637. package/vanilla-extract/esm/color/light-dark/colorWarningFrostedSoft.d.ts +1 -0
  638. package/vanilla-extract/esm/color/light-dark/colorWarningFrostedSoft.mjs +5 -0
  639. package/vanilla-extract/esm/color/light-dark/colorWarningLow.d.ts +1 -0
  640. package/vanilla-extract/esm/color/light-dark/colorWarningLow.mjs +5 -0
  641. package/vanilla-extract/esm/color/light-dark/colorWarningMedium.d.ts +1 -0
  642. package/vanilla-extract/esm/color/light-dark/colorWarningMedium.mjs +5 -0
  643. package/vanilla-extract/esm/color/light-dark/index.d.ts +33 -0
  644. package/vanilla-extract/esm/color/types.d.ts +1 -0
  645. package/vanilla-extract/esm/focus/deprecated/getFocusStyle.d.ts +19 -0
  646. package/vanilla-extract/esm/focus/deprecated/getFocusStyle.mjs +41 -0
  647. package/vanilla-extract/esm/focus/deprecated/index.d.ts +1 -0
  648. package/vanilla-extract/esm/focus/getFocusVisibleStyle.d.ts +11 -0
  649. package/vanilla-extract/esm/focus/getFocusVisibleStyle.mjs +15 -0
  650. package/vanilla-extract/esm/focus/index.d.ts +2 -0
  651. package/vanilla-extract/esm/font/deprecated/fontFamily.d.ts +2 -0
  652. package/vanilla-extract/esm/font/deprecated/fontFamily.mjs +6 -0
  653. package/vanilla-extract/esm/font/deprecated/fontLineHeight.d.ts +2 -0
  654. package/vanilla-extract/esm/font/deprecated/fontLineHeight.mjs +6 -0
  655. package/vanilla-extract/esm/font/deprecated/fontShared.d.ts +3 -0
  656. package/vanilla-extract/esm/font/deprecated/fontSize.d.ts +23 -0
  657. package/vanilla-extract/esm/font/deprecated/fontSize.mjs +15 -0
  658. package/vanilla-extract/esm/font/deprecated/fontSizeDisplay.d.ts +6 -0
  659. package/vanilla-extract/esm/font/deprecated/fontSizeDisplay.mjs +12 -0
  660. package/vanilla-extract/esm/font/deprecated/fontSizeHeading.d.ts +8 -0
  661. package/vanilla-extract/esm/font/deprecated/fontSizeHeading.mjs +16 -0
  662. package/vanilla-extract/esm/font/deprecated/fontSizeHeadingLarge.d.ts +2 -0
  663. package/vanilla-extract/esm/font/deprecated/fontSizeHeadingLarge.mjs +6 -0
  664. package/vanilla-extract/esm/font/deprecated/fontSizeHeadingMedium.d.ts +2 -0
  665. package/vanilla-extract/esm/font/deprecated/fontSizeHeadingMedium.mjs +6 -0
  666. package/vanilla-extract/esm/font/deprecated/fontSizeHeadingSmall.d.ts +2 -0
  667. package/vanilla-extract/esm/font/deprecated/fontSizeHeadingSmall.mjs +6 -0
  668. package/vanilla-extract/esm/font/deprecated/fontSizeHeadingXLarge.d.ts +2 -0
  669. package/vanilla-extract/esm/font/deprecated/fontSizeHeadingXLarge.mjs +6 -0
  670. package/vanilla-extract/esm/font/deprecated/fontSizeHeadingXXLarge.d.ts +2 -0
  671. package/vanilla-extract/esm/font/deprecated/fontSizeHeadingXXLarge.mjs +6 -0
  672. package/vanilla-extract/esm/font/deprecated/fontSizeText.d.ts +9 -0
  673. package/vanilla-extract/esm/font/deprecated/fontSizeText.mjs +18 -0
  674. package/vanilla-extract/esm/font/deprecated/fontSizeTextLarge.d.ts +2 -0
  675. package/vanilla-extract/esm/font/deprecated/fontSizeTextLarge.mjs +6 -0
  676. package/vanilla-extract/esm/font/deprecated/fontSizeTextMedium.d.ts +2 -0
  677. package/vanilla-extract/esm/font/deprecated/fontSizeTextMedium.mjs +6 -0
  678. package/vanilla-extract/esm/font/deprecated/fontSizeTextSmall.d.ts +2 -0
  679. package/vanilla-extract/esm/font/deprecated/fontSizeTextSmall.mjs +6 -0
  680. package/vanilla-extract/esm/font/deprecated/fontSizeTextXLarge.d.ts +2 -0
  681. package/vanilla-extract/esm/font/deprecated/fontSizeTextXLarge.mjs +6 -0
  682. package/vanilla-extract/esm/font/deprecated/fontSizeTextXSmall.d.ts +2 -0
  683. package/vanilla-extract/esm/font/deprecated/fontSizeTextXSmall.mjs +6 -0
  684. package/vanilla-extract/esm/font/deprecated/fontSizeTextXXSmall.d.ts +2 -0
  685. package/vanilla-extract/esm/font/deprecated/fontSizeTextXXSmall.mjs +6 -0
  686. package/vanilla-extract/esm/font/deprecated/fontStyle.d.ts +5 -0
  687. package/vanilla-extract/esm/font/deprecated/fontStyle.mjs +10 -0
  688. package/vanilla-extract/esm/font/deprecated/fontStyleItalic.d.ts +2 -0
  689. package/vanilla-extract/esm/font/deprecated/fontStyleItalic.mjs +4 -0
  690. package/vanilla-extract/esm/font/deprecated/fontStyleNormal.d.ts +2 -0
  691. package/vanilla-extract/esm/font/deprecated/fontStyleNormal.mjs +4 -0
  692. package/vanilla-extract/esm/font/deprecated/fontVariant.d.ts +2 -0
  693. package/vanilla-extract/esm/font/deprecated/fontVariant.mjs +4 -0
  694. package/vanilla-extract/esm/font/deprecated/fontWeight.d.ts +6 -0
  695. package/vanilla-extract/esm/font/deprecated/fontWeight.mjs +12 -0
  696. package/vanilla-extract/esm/font/deprecated/fontWeightRegular.d.ts +2 -0
  697. package/vanilla-extract/esm/font/deprecated/fontWeightRegular.mjs +6 -0
  698. package/vanilla-extract/esm/font/deprecated/fontWeightSemiBold.d.ts +2 -0
  699. package/vanilla-extract/esm/font/deprecated/fontWeightSemiBold.mjs +6 -0
  700. package/vanilla-extract/esm/font/deprecated/index.d.ts +24 -0
  701. package/vanilla-extract/esm/font/fontHyphenationStyle.d.ts +4 -0
  702. package/vanilla-extract/esm/font/fontHyphenationStyle.mjs +7 -0
  703. package/vanilla-extract/esm/font/fontPorscheNext.d.ts +1 -0
  704. package/vanilla-extract/esm/font/fontPorscheNext.mjs +5 -0
  705. package/vanilla-extract/esm/font/fontSizeDisplayLarge.d.ts +1 -0
  706. package/vanilla-extract/esm/font/fontSizeDisplayLarge.mjs +3 -0
  707. package/vanilla-extract/esm/font/fontSizeDisplayMedium.d.ts +1 -0
  708. package/vanilla-extract/esm/font/fontSizeDisplayMedium.mjs +3 -0
  709. package/vanilla-extract/esm/font/fontSizeDisplaySmall.d.ts +1 -0
  710. package/vanilla-extract/esm/font/fontSizeDisplaySmall.mjs +3 -0
  711. package/vanilla-extract/esm/font/fontWeightBold.d.ts +1 -0
  712. package/vanilla-extract/esm/font/fontWeightBold.mjs +5 -0
  713. package/vanilla-extract/esm/font/fontWeightNormal.d.ts +1 -0
  714. package/vanilla-extract/esm/font/fontWeightNormal.mjs +5 -0
  715. package/vanilla-extract/esm/font/fontWeightSemibold.d.ts +1 -0
  716. package/vanilla-extract/esm/font/fontWeightSemibold.mjs +5 -0
  717. package/vanilla-extract/esm/font/index.d.ts +17 -0
  718. package/vanilla-extract/esm/font/leadingNormal.d.ts +1 -0
  719. package/vanilla-extract/esm/font/leadingNormal.mjs +5 -0
  720. package/vanilla-extract/esm/font/typescale2Xl.d.ts +1 -0
  721. package/vanilla-extract/esm/font/typescale2Xl.mjs +5 -0
  722. package/vanilla-extract/esm/font/typescale2Xs.d.ts +1 -0
  723. package/vanilla-extract/esm/font/typescale2Xs.mjs +5 -0
  724. package/vanilla-extract/esm/font/typescaleLg.d.ts +1 -0
  725. package/vanilla-extract/esm/font/typescaleLg.mjs +5 -0
  726. package/vanilla-extract/esm/font/typescaleMd.d.ts +1 -0
  727. package/vanilla-extract/esm/font/typescaleMd.mjs +5 -0
  728. package/vanilla-extract/esm/font/typescaleSm.d.ts +1 -0
  729. package/vanilla-extract/esm/font/typescaleSm.mjs +5 -0
  730. package/vanilla-extract/esm/font/typescaleXl.d.ts +1 -0
  731. package/vanilla-extract/esm/font/typescaleXl.mjs +5 -0
  732. package/vanilla-extract/esm/font/typescaleXs.d.ts +1 -0
  733. package/vanilla-extract/esm/font/typescaleXs.mjs +5 -0
  734. package/vanilla-extract/esm/gradient/deprecated/gradientToBottomStyle.d.ts +4 -0
  735. package/vanilla-extract/esm/gradient/deprecated/gradientToBottomStyle.mjs +8 -0
  736. package/vanilla-extract/esm/gradient/deprecated/gradientToLeftStyle.d.ts +4 -0
  737. package/vanilla-extract/esm/gradient/deprecated/gradientToLeftStyle.mjs +8 -0
  738. package/vanilla-extract/esm/gradient/deprecated/gradientToRightStyle.d.ts +4 -0
  739. package/vanilla-extract/esm/gradient/deprecated/gradientToRightStyle.mjs +8 -0
  740. package/vanilla-extract/esm/gradient/deprecated/gradientToTopStyle.d.ts +4 -0
  741. package/vanilla-extract/esm/gradient/deprecated/gradientToTopStyle.mjs +8 -0
  742. package/vanilla-extract/esm/gradient/deprecated/index.d.ts +4 -0
  743. package/vanilla-extract/esm/gradient/gradientStopsFadeDark.d.ts +1 -0
  744. package/vanilla-extract/esm/gradient/gradientStopsFadeDark.mjs +5 -0
  745. package/vanilla-extract/esm/gradient/index.d.ts +2 -0
  746. package/vanilla-extract/esm/grid/gridBasic.d.ts +7 -0
  747. package/vanilla-extract/esm/grid/gridBasic.mjs +15 -0
  748. package/vanilla-extract/esm/grid/gridBasicColumnEnd.d.ts +1 -0
  749. package/vanilla-extract/esm/grid/gridBasicColumnEnd.mjs +3 -0
  750. package/vanilla-extract/esm/grid/gridBasicColumnStart.d.ts +1 -0
  751. package/vanilla-extract/esm/grid/gridBasicColumnStart.mjs +3 -0
  752. package/vanilla-extract/esm/grid/gridBasicOffset.d.ts +5 -0
  753. package/vanilla-extract/esm/grid/gridBasicOffset.mjs +11 -0
  754. package/vanilla-extract/esm/grid/gridBasicOffsetBase.d.ts +1 -0
  755. package/vanilla-extract/esm/grid/gridBasicOffsetBase.mjs +5 -0
  756. package/vanilla-extract/esm/grid/gridBasicOffsetS.d.ts +1 -0
  757. package/vanilla-extract/esm/grid/gridBasicOffsetS.mjs +5 -0
  758. package/vanilla-extract/esm/grid/gridBasicOffsetXXL.d.ts +1 -0
  759. package/vanilla-extract/esm/grid/gridBasicOffsetXXL.mjs +5 -0
  760. package/vanilla-extract/esm/grid/gridBasicSpanOneHalf.d.ts +1 -0
  761. package/vanilla-extract/esm/grid/gridBasicSpanOneHalf.mjs +5 -0
  762. package/vanilla-extract/esm/grid/gridBasicSpanOneThird.d.ts +1 -0
  763. package/vanilla-extract/esm/grid/gridBasicSpanOneThird.mjs +5 -0
  764. package/vanilla-extract/esm/grid/gridBasicSpanTwoThirds.d.ts +1 -0
  765. package/vanilla-extract/esm/grid/gridBasicSpanTwoThirds.mjs +5 -0
  766. package/vanilla-extract/esm/grid/gridExtended.d.ts +5 -0
  767. package/vanilla-extract/esm/grid/gridExtended.mjs +11 -0
  768. package/vanilla-extract/esm/grid/gridExtendedColumnEnd.d.ts +1 -0
  769. package/vanilla-extract/esm/grid/gridExtendedColumnEnd.mjs +3 -0
  770. package/vanilla-extract/esm/grid/gridExtendedColumnStart.d.ts +1 -0
  771. package/vanilla-extract/esm/grid/gridExtendedColumnStart.mjs +3 -0
  772. package/vanilla-extract/esm/grid/gridExtendedOffset.d.ts +5 -0
  773. package/vanilla-extract/esm/grid/gridExtendedOffset.mjs +11 -0
  774. package/vanilla-extract/esm/grid/gridExtendedOffsetBase.d.ts +1 -0
  775. package/vanilla-extract/esm/grid/gridExtendedOffsetBase.mjs +5 -0
  776. package/vanilla-extract/esm/grid/gridExtendedOffsetS.d.ts +1 -0
  777. package/vanilla-extract/esm/grid/gridExtendedOffsetS.mjs +5 -0
  778. package/vanilla-extract/esm/grid/gridExtendedOffsetXXL.d.ts +1 -0
  779. package/vanilla-extract/esm/grid/gridExtendedOffsetXXL.mjs +5 -0
  780. package/vanilla-extract/esm/grid/gridExtendedSpanOneHalf.d.ts +1 -0
  781. package/vanilla-extract/esm/grid/gridExtendedSpanOneHalf.mjs +5 -0
  782. package/vanilla-extract/esm/grid/gridFull.d.ts +4 -0
  783. package/vanilla-extract/esm/grid/gridFull.mjs +9 -0
  784. package/vanilla-extract/esm/grid/gridFullColumnEnd.d.ts +1 -0
  785. package/vanilla-extract/esm/grid/gridFullColumnEnd.mjs +3 -0
  786. package/vanilla-extract/esm/grid/gridFullColumnStart.d.ts +1 -0
  787. package/vanilla-extract/esm/grid/gridFullColumnStart.mjs +3 -0
  788. package/vanilla-extract/esm/grid/gridFullOffset.d.ts +1 -0
  789. package/vanilla-extract/esm/grid/gridFullOffset.mjs +5 -0
  790. package/vanilla-extract/esm/grid/gridGap.d.ts +1 -0
  791. package/vanilla-extract/esm/grid/gridGap.mjs +5 -0
  792. package/vanilla-extract/esm/grid/gridNarrow.d.ts +5 -0
  793. package/vanilla-extract/esm/grid/gridNarrow.mjs +11 -0
  794. package/vanilla-extract/esm/grid/gridNarrowColumnEnd.d.ts +1 -0
  795. package/vanilla-extract/esm/grid/gridNarrowColumnEnd.mjs +3 -0
  796. package/vanilla-extract/esm/grid/gridNarrowColumnStart.d.ts +1 -0
  797. package/vanilla-extract/esm/grid/gridNarrowColumnStart.mjs +3 -0
  798. package/vanilla-extract/esm/grid/gridNarrowOffset.d.ts +5 -0
  799. package/vanilla-extract/esm/grid/gridNarrowOffset.mjs +11 -0
  800. package/vanilla-extract/esm/grid/gridNarrowOffsetBase.d.ts +1 -0
  801. package/vanilla-extract/esm/grid/gridNarrowOffsetBase.mjs +5 -0
  802. package/vanilla-extract/esm/grid/gridNarrowOffsetS.d.ts +1 -0
  803. package/vanilla-extract/esm/grid/gridNarrowOffsetS.mjs +5 -0
  804. package/vanilla-extract/esm/grid/gridNarrowOffsetXXL.d.ts +1 -0
  805. package/vanilla-extract/esm/grid/gridNarrowOffsetXXL.mjs +5 -0
  806. package/vanilla-extract/esm/grid/gridNarrowSpanOneHalf.d.ts +1 -0
  807. package/vanilla-extract/esm/grid/gridNarrowSpanOneHalf.mjs +5 -0
  808. package/vanilla-extract/esm/grid/gridShared.d.ts +15 -0
  809. package/vanilla-extract/esm/grid/gridShared.mjs +18 -0
  810. package/vanilla-extract/esm/grid/gridSharedOffset.d.ts +5 -0
  811. package/vanilla-extract/esm/grid/gridSharedOffset.mjs +15 -0
  812. package/vanilla-extract/esm/grid/gridStyle.d.ts +32 -0
  813. package/vanilla-extract/esm/grid/gridStyle.mjs +57 -0
  814. package/vanilla-extract/esm/grid/gridWide.d.ts +4 -0
  815. package/vanilla-extract/esm/grid/gridWide.mjs +9 -0
  816. package/vanilla-extract/esm/grid/gridWideColumnEnd.d.ts +1 -0
  817. package/vanilla-extract/esm/grid/gridWideColumnEnd.mjs +3 -0
  818. package/vanilla-extract/esm/grid/gridWideColumnStart.d.ts +1 -0
  819. package/vanilla-extract/esm/grid/gridWideColumnStart.mjs +3 -0
  820. package/vanilla-extract/esm/grid/gridWideOffset.d.ts +5 -0
  821. package/vanilla-extract/esm/grid/gridWideOffset.mjs +11 -0
  822. package/vanilla-extract/esm/grid/gridWideOffsetBase.d.ts +1 -0
  823. package/vanilla-extract/esm/grid/gridWideOffsetBase.mjs +5 -0
  824. package/vanilla-extract/esm/grid/gridWideOffsetS.d.ts +1 -0
  825. package/vanilla-extract/esm/grid/gridWideOffsetS.mjs +5 -0
  826. package/vanilla-extract/esm/grid/gridWideOffsetXXL.d.ts +1 -0
  827. package/vanilla-extract/esm/grid/gridWideOffsetXXL.mjs +6 -0
  828. package/vanilla-extract/esm/grid/index.d.ts +39 -0
  829. package/vanilla-extract/esm/index.d.ts +1 -0
  830. package/vanilla-extract/esm/index.mjs +270 -0
  831. package/vanilla-extract/esm/mediaQuery/breakpoint.d.ts +4 -0
  832. package/vanilla-extract/esm/mediaQuery/breakpoint.mjs +19 -0
  833. package/vanilla-extract/esm/mediaQuery/breakpointBase.d.ts +1 -0
  834. package/vanilla-extract/esm/mediaQuery/breakpointBase.mjs +3 -0
  835. package/vanilla-extract/esm/mediaQuery/breakpointL.d.ts +1 -0
  836. package/vanilla-extract/esm/mediaQuery/breakpointL.mjs +5 -0
  837. package/vanilla-extract/esm/mediaQuery/breakpointM.d.ts +1 -0
  838. package/vanilla-extract/esm/mediaQuery/breakpointM.mjs +5 -0
  839. package/vanilla-extract/esm/mediaQuery/breakpointS.d.ts +1 -0
  840. package/vanilla-extract/esm/mediaQuery/breakpointS.mjs +5 -0
  841. package/vanilla-extract/esm/mediaQuery/breakpointShared.d.ts +2 -0
  842. package/vanilla-extract/esm/mediaQuery/breakpointShared.mjs +3 -0
  843. package/vanilla-extract/esm/mediaQuery/breakpointXL.d.ts +1 -0
  844. package/vanilla-extract/esm/mediaQuery/breakpointXL.mjs +5 -0
  845. package/vanilla-extract/esm/mediaQuery/breakpointXS.d.ts +1 -0
  846. package/vanilla-extract/esm/mediaQuery/breakpointXS.mjs +5 -0
  847. package/vanilla-extract/esm/mediaQuery/breakpointXXL.d.ts +1 -0
  848. package/vanilla-extract/esm/mediaQuery/breakpointXXL.mjs +5 -0
  849. package/vanilla-extract/esm/mediaQuery/getMediaQueryMax.d.ts +7 -0
  850. package/vanilla-extract/esm/mediaQuery/getMediaQueryMax.mjs +7 -0
  851. package/vanilla-extract/esm/mediaQuery/getMediaQueryMin.d.ts +8 -0
  852. package/vanilla-extract/esm/mediaQuery/getMediaQueryMin.mjs +7 -0
  853. package/vanilla-extract/esm/mediaQuery/getMediaQueryMinMax.d.ts +22 -0
  854. package/vanilla-extract/esm/mediaQuery/getMediaQueryMinMax.mjs +7 -0
  855. package/vanilla-extract/esm/mediaQuery/index.d.ts +13 -0
  856. package/vanilla-extract/esm/mediaQuery/mediaQueryShared.d.ts +2 -0
  857. package/vanilla-extract/esm/motion/deprecated/index.d.ts +7 -0
  858. package/vanilla-extract/esm/motion/deprecated/motionDurationLong.d.ts +2 -0
  859. package/vanilla-extract/esm/motion/deprecated/motionDurationLong.mjs +6 -0
  860. package/vanilla-extract/esm/motion/deprecated/motionDurationModerate.d.ts +2 -0
  861. package/vanilla-extract/esm/motion/deprecated/motionDurationModerate.mjs +6 -0
  862. package/vanilla-extract/esm/motion/deprecated/motionDurationShort.d.ts +2 -0
  863. package/vanilla-extract/esm/motion/deprecated/motionDurationShort.mjs +6 -0
  864. package/vanilla-extract/esm/motion/deprecated/motionDurationVeryLong.d.ts +2 -0
  865. package/vanilla-extract/esm/motion/deprecated/motionDurationVeryLong.mjs +6 -0
  866. package/vanilla-extract/esm/motion/deprecated/motionEasingBase.d.ts +2 -0
  867. package/vanilla-extract/esm/motion/deprecated/motionEasingBase.mjs +6 -0
  868. package/vanilla-extract/esm/motion/deprecated/motionEasingIn.d.ts +2 -0
  869. package/vanilla-extract/esm/motion/deprecated/motionEasingIn.mjs +6 -0
  870. package/vanilla-extract/esm/motion/deprecated/motionEasingOut.d.ts +2 -0
  871. package/vanilla-extract/esm/motion/deprecated/motionEasingOut.mjs +6 -0
  872. package/vanilla-extract/esm/motion/durationLg.d.ts +1 -0
  873. package/vanilla-extract/esm/motion/durationLg.mjs +5 -0
  874. package/vanilla-extract/esm/motion/durationMd.d.ts +1 -0
  875. package/vanilla-extract/esm/motion/durationMd.mjs +5 -0
  876. package/vanilla-extract/esm/motion/durationSm.d.ts +1 -0
  877. package/vanilla-extract/esm/motion/durationSm.mjs +5 -0
  878. package/vanilla-extract/esm/motion/durationXl.d.ts +1 -0
  879. package/vanilla-extract/esm/motion/durationXl.mjs +5 -0
  880. package/vanilla-extract/esm/motion/easeIn.d.ts +1 -0
  881. package/vanilla-extract/esm/motion/easeIn.mjs +5 -0
  882. package/vanilla-extract/esm/motion/easeInOut.d.ts +1 -0
  883. package/vanilla-extract/esm/motion/easeInOut.mjs +5 -0
  884. package/vanilla-extract/esm/motion/easeOut.d.ts +1 -0
  885. package/vanilla-extract/esm/motion/easeOut.mjs +5 -0
  886. package/vanilla-extract/esm/motion/index.d.ts +8 -0
  887. package/vanilla-extract/esm/shadow/deprecated/dropShadowHighStyle.d.ts +4 -0
  888. package/vanilla-extract/esm/shadow/deprecated/dropShadowHighStyle.mjs +8 -0
  889. package/vanilla-extract/esm/shadow/deprecated/dropShadowLowStyle.d.ts +4 -0
  890. package/vanilla-extract/esm/shadow/deprecated/dropShadowLowStyle.mjs +8 -0
  891. package/vanilla-extract/esm/shadow/deprecated/dropShadowMediumStyle.d.ts +4 -0
  892. package/vanilla-extract/esm/shadow/deprecated/dropShadowMediumStyle.mjs +8 -0
  893. package/vanilla-extract/esm/shadow/deprecated/index.d.ts +3 -0
  894. package/vanilla-extract/esm/shadow/index.d.ts +4 -0
  895. package/vanilla-extract/esm/shadow/shadowLg.d.ts +1 -0
  896. package/vanilla-extract/esm/shadow/shadowLg.mjs +5 -0
  897. package/vanilla-extract/esm/shadow/shadowMd.d.ts +1 -0
  898. package/vanilla-extract/esm/shadow/shadowMd.mjs +5 -0
  899. package/vanilla-extract/esm/shadow/shadowSm.d.ts +1 -0
  900. package/vanilla-extract/esm/shadow/shadowSm.mjs +5 -0
  901. package/vanilla-extract/esm/skeleton/getSkeletonStyle.d.ts +25 -0
  902. package/vanilla-extract/esm/skeleton/getSkeletonStyle.mjs +31 -0
  903. package/vanilla-extract/esm/skeleton/index.d.ts +1 -0
  904. package/vanilla-extract/esm/spacing/deprecated/index.d.ts +15 -0
  905. package/vanilla-extract/esm/spacing/deprecated/spacing.d.ts +19 -0
  906. package/vanilla-extract/esm/spacing/deprecated/spacing.mjs +10 -0
  907. package/vanilla-extract/esm/spacing/deprecated/spacingFluid.d.ts +9 -0
  908. package/vanilla-extract/esm/spacing/deprecated/spacingFluid.mjs +18 -0
  909. package/vanilla-extract/esm/spacing/deprecated/spacingFluidLarge.d.ts +2 -0
  910. package/vanilla-extract/esm/spacing/deprecated/spacingFluidLarge.mjs +6 -0
  911. package/vanilla-extract/esm/spacing/deprecated/spacingFluidMedium.d.ts +2 -0
  912. package/vanilla-extract/esm/spacing/deprecated/spacingFluidMedium.mjs +6 -0
  913. package/vanilla-extract/esm/spacing/deprecated/spacingFluidSmall.d.ts +2 -0
  914. package/vanilla-extract/esm/spacing/deprecated/spacingFluidSmall.mjs +6 -0
  915. package/vanilla-extract/esm/spacing/deprecated/spacingFluidXLarge.d.ts +2 -0
  916. package/vanilla-extract/esm/spacing/deprecated/spacingFluidXLarge.mjs +6 -0
  917. package/vanilla-extract/esm/spacing/deprecated/spacingFluidXSmall.d.ts +2 -0
  918. package/vanilla-extract/esm/spacing/deprecated/spacingFluidXSmall.mjs +6 -0
  919. package/vanilla-extract/esm/spacing/deprecated/spacingFluidXXLarge.d.ts +2 -0
  920. package/vanilla-extract/esm/spacing/deprecated/spacingFluidXXLarge.mjs +6 -0
  921. package/vanilla-extract/esm/spacing/deprecated/spacingStatic.d.ts +9 -0
  922. package/vanilla-extract/esm/spacing/deprecated/spacingStatic.mjs +18 -0
  923. package/vanilla-extract/esm/spacing/deprecated/spacingStaticLarge.d.ts +2 -0
  924. package/vanilla-extract/esm/spacing/deprecated/spacingStaticLarge.mjs +6 -0
  925. package/vanilla-extract/esm/spacing/deprecated/spacingStaticMedium.d.ts +2 -0
  926. package/vanilla-extract/esm/spacing/deprecated/spacingStaticMedium.mjs +6 -0
  927. package/vanilla-extract/esm/spacing/deprecated/spacingStaticSmall.d.ts +2 -0
  928. package/vanilla-extract/esm/spacing/deprecated/spacingStaticSmall.mjs +6 -0
  929. package/vanilla-extract/esm/spacing/deprecated/spacingStaticXLarge.d.ts +2 -0
  930. package/vanilla-extract/esm/spacing/deprecated/spacingStaticXLarge.mjs +6 -0
  931. package/vanilla-extract/esm/spacing/deprecated/spacingStaticXSmall.d.ts +2 -0
  932. package/vanilla-extract/esm/spacing/deprecated/spacingStaticXSmall.mjs +6 -0
  933. package/vanilla-extract/esm/spacing/deprecated/spacingStaticXXLarge.d.ts +2 -0
  934. package/vanilla-extract/esm/spacing/deprecated/spacingStaticXXLarge.mjs +6 -0
  935. package/vanilla-extract/esm/spacing/index.d.ts +13 -0
  936. package/vanilla-extract/esm/spacing/spacingFluid2Xl.d.ts +1 -0
  937. package/vanilla-extract/esm/spacing/spacingFluid2Xl.mjs +5 -0
  938. package/vanilla-extract/esm/spacing/spacingFluidLg.d.ts +1 -0
  939. package/vanilla-extract/esm/spacing/spacingFluidLg.mjs +5 -0
  940. package/vanilla-extract/esm/spacing/spacingFluidMd.d.ts +1 -0
  941. package/vanilla-extract/esm/spacing/spacingFluidMd.mjs +5 -0
  942. package/vanilla-extract/esm/spacing/spacingFluidSm.d.ts +1 -0
  943. package/vanilla-extract/esm/spacing/spacingFluidSm.mjs +5 -0
  944. package/vanilla-extract/esm/spacing/spacingFluidXl.d.ts +1 -0
  945. package/vanilla-extract/esm/spacing/spacingFluidXl.mjs +5 -0
  946. package/vanilla-extract/esm/spacing/spacingFluidXs.d.ts +1 -0
  947. package/vanilla-extract/esm/spacing/spacingFluidXs.mjs +5 -0
  948. package/vanilla-extract/esm/spacing/spacingStatic2Xl.d.ts +1 -0
  949. package/vanilla-extract/esm/spacing/spacingStatic2Xl.mjs +5 -0
  950. package/vanilla-extract/esm/spacing/spacingStaticLg.d.ts +1 -0
  951. package/vanilla-extract/esm/spacing/spacingStaticLg.mjs +5 -0
  952. package/vanilla-extract/esm/spacing/spacingStaticMd.d.ts +1 -0
  953. package/vanilla-extract/esm/spacing/spacingStaticMd.mjs +5 -0
  954. package/vanilla-extract/esm/spacing/spacingStaticSm.d.ts +1 -0
  955. package/vanilla-extract/esm/spacing/spacingStaticSm.mjs +5 -0
  956. package/vanilla-extract/esm/spacing/spacingStaticXl.d.ts +1 -0
  957. package/vanilla-extract/esm/spacing/spacingStaticXl.mjs +5 -0
  958. package/vanilla-extract/esm/spacing/spacingStaticXs.d.ts +1 -0
  959. package/vanilla-extract/esm/spacing/spacingStaticXs.mjs +5 -0
  960. package/vanilla-extract/esm/tokens/dist/esm/blur/blurFrosted.mjs +3 -0
  961. package/vanilla-extract/esm/tokens/dist/esm/border/radius/radius2Xl.mjs +3 -0
  962. package/vanilla-extract/esm/tokens/dist/esm/border/radius/radius3Xl.mjs +3 -0
  963. package/vanilla-extract/esm/tokens/dist/esm/border/radius/radius4Xl.mjs +3 -0
  964. package/vanilla-extract/esm/tokens/dist/esm/border/radius/radiusFull.mjs +3 -0
  965. package/vanilla-extract/esm/tokens/dist/esm/border/radius/radiusLg.mjs +3 -0
  966. package/vanilla-extract/esm/tokens/dist/esm/border/radius/radiusMd.mjs +3 -0
  967. package/vanilla-extract/esm/tokens/dist/esm/border/radius/radiusSm.mjs +3 -0
  968. package/vanilla-extract/esm/tokens/dist/esm/border/radius/radiusXl.mjs +3 -0
  969. package/vanilla-extract/esm/tokens/dist/esm/border/radius/radiusXs.mjs +3 -0
  970. package/vanilla-extract/esm/tokens/dist/esm/breakpoint/breakpoint2Xl.mjs +3 -0
  971. package/vanilla-extract/esm/tokens/dist/esm/breakpoint/breakpointLg.mjs +3 -0
  972. package/vanilla-extract/esm/tokens/dist/esm/breakpoint/breakpointMd.mjs +3 -0
  973. package/vanilla-extract/esm/tokens/dist/esm/breakpoint/breakpointSm.mjs +3 -0
  974. package/vanilla-extract/esm/tokens/dist/esm/breakpoint/breakpointXl.mjs +3 -0
  975. package/vanilla-extract/esm/tokens/dist/esm/breakpoint/breakpointXs.mjs +3 -0
  976. package/vanilla-extract/esm/tokens/dist/esm/color/dark/a11y/colorFocusDark.mjs +3 -0
  977. package/vanilla-extract/esm/tokens/dist/esm/color/dark/background/colorBackdropDark.mjs +5 -0
  978. package/vanilla-extract/esm/tokens/dist/esm/color/dark/background/colorCanvasDark.mjs +5 -0
  979. package/vanilla-extract/esm/tokens/dist/esm/color/dark/background/colorFrostedDark.mjs +5 -0
  980. package/vanilla-extract/esm/tokens/dist/esm/color/dark/background/colorFrostedSoftDark.mjs +5 -0
  981. package/vanilla-extract/esm/tokens/dist/esm/color/dark/background/colorFrostedStrongDark.mjs +5 -0
  982. package/vanilla-extract/esm/tokens/dist/esm/color/dark/background/colorSurfaceDark.mjs +5 -0
  983. package/vanilla-extract/esm/tokens/dist/esm/color/dark/foreground/colorContrastHighDark.mjs +5 -0
  984. package/vanilla-extract/esm/tokens/dist/esm/color/dark/foreground/colorContrastHigherDark.mjs +5 -0
  985. package/vanilla-extract/esm/tokens/dist/esm/color/dark/foreground/colorContrastLowDark.mjs +5 -0
  986. package/vanilla-extract/esm/tokens/dist/esm/color/dark/foreground/colorContrastLowerDark.mjs +5 -0
  987. package/vanilla-extract/esm/tokens/dist/esm/color/dark/foreground/colorContrastMediumDark.mjs +5 -0
  988. package/vanilla-extract/esm/tokens/dist/esm/color/dark/foreground/colorPrimaryDark.mjs +5 -0
  989. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorErrorDark.mjs +5 -0
  990. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorErrorFrostedDark.mjs +5 -0
  991. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorErrorFrostedSoftDark.mjs +5 -0
  992. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorErrorLowDark.mjs +5 -0
  993. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorErrorMediumDark.mjs +5 -0
  994. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorInfoDark.mjs +5 -0
  995. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorInfoFrostedDark.mjs +5 -0
  996. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorInfoFrostedSoftDark.mjs +5 -0
  997. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorInfoLowDark.mjs +5 -0
  998. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorInfoMediumDark.mjs +5 -0
  999. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorSuccessDark.mjs +5 -0
  1000. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorSuccessFrostedDark.mjs +5 -0
  1001. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorSuccessFrostedSoftDark.mjs +5 -0
  1002. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorSuccessLowDark.mjs +5 -0
  1003. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorSuccessMediumDark.mjs +5 -0
  1004. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorWarningDark.mjs +5 -0
  1005. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorWarningFrostedDark.mjs +5 -0
  1006. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorWarningFrostedSoftDark.mjs +5 -0
  1007. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorWarningLowDark.mjs +5 -0
  1008. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorWarningMediumDark.mjs +5 -0
  1009. package/vanilla-extract/esm/tokens/dist/esm/color/light/a11y/colorFocusLight.mjs +3 -0
  1010. package/vanilla-extract/esm/tokens/dist/esm/color/light/background/colorBackdropLight.mjs +5 -0
  1011. package/vanilla-extract/esm/tokens/dist/esm/color/light/background/colorCanvasLight.mjs +3 -0
  1012. package/vanilla-extract/esm/tokens/dist/esm/color/light/background/colorFrostedLight.mjs +5 -0
  1013. package/vanilla-extract/esm/tokens/dist/esm/color/light/background/colorFrostedSoftLight.mjs +5 -0
  1014. package/vanilla-extract/esm/tokens/dist/esm/color/light/background/colorFrostedStrongLight.mjs +5 -0
  1015. package/vanilla-extract/esm/tokens/dist/esm/color/light/background/colorSurfaceLight.mjs +5 -0
  1016. package/vanilla-extract/esm/tokens/dist/esm/color/light/foreground/colorContrastHighLight.mjs +5 -0
  1017. package/vanilla-extract/esm/tokens/dist/esm/color/light/foreground/colorContrastHigherLight.mjs +5 -0
  1018. package/vanilla-extract/esm/tokens/dist/esm/color/light/foreground/colorContrastLowLight.mjs +5 -0
  1019. package/vanilla-extract/esm/tokens/dist/esm/color/light/foreground/colorContrastLowerLight.mjs +5 -0
  1020. package/vanilla-extract/esm/tokens/dist/esm/color/light/foreground/colorContrastMediumLight.mjs +5 -0
  1021. package/vanilla-extract/esm/tokens/dist/esm/color/light/foreground/colorPrimaryLight.mjs +5 -0
  1022. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorErrorFrostedLight.mjs +5 -0
  1023. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorErrorFrostedSoftLight.mjs +5 -0
  1024. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorErrorLight.mjs +5 -0
  1025. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorErrorLowLight.mjs +5 -0
  1026. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorErrorMediumLight.mjs +5 -0
  1027. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorInfoFrostedLight.mjs +5 -0
  1028. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorInfoFrostedSoftLight.mjs +5 -0
  1029. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorInfoLight.mjs +5 -0
  1030. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorInfoLowLight.mjs +5 -0
  1031. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorInfoMediumLight.mjs +5 -0
  1032. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorSuccessFrostedLight.mjs +5 -0
  1033. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorSuccessFrostedSoftLight.mjs +5 -0
  1034. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorSuccessLight.mjs +5 -0
  1035. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorSuccessLowLight.mjs +5 -0
  1036. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorSuccessMediumLight.mjs +5 -0
  1037. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorWarningFrostedLight.mjs +5 -0
  1038. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorWarningFrostedSoftLight.mjs +5 -0
  1039. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorWarningLight.mjs +5 -0
  1040. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorWarningLowLight.mjs +5 -0
  1041. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorWarningMediumLight.mjs +5 -0
  1042. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/a11y/colorFocus.mjs +6 -0
  1043. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/background/colorBackdrop.mjs +6 -0
  1044. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/background/colorCanvas.mjs +6 -0
  1045. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/background/colorFrosted.mjs +6 -0
  1046. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/background/colorFrostedSoft.mjs +6 -0
  1047. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/background/colorFrostedStrong.mjs +6 -0
  1048. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/background/colorSurface.mjs +6 -0
  1049. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/foreground/colorContrastHigh.mjs +6 -0
  1050. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/foreground/colorContrastHigher.mjs +6 -0
  1051. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/foreground/colorContrastLow.mjs +6 -0
  1052. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/foreground/colorContrastLower.mjs +6 -0
  1053. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/foreground/colorContrastMedium.mjs +6 -0
  1054. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/foreground/colorPrimary.mjs +6 -0
  1055. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorError.mjs +6 -0
  1056. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorErrorFrosted.mjs +6 -0
  1057. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorErrorFrostedSoft.mjs +6 -0
  1058. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorErrorLow.mjs +6 -0
  1059. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorErrorMedium.mjs +6 -0
  1060. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorInfo.mjs +6 -0
  1061. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorInfoFrosted.mjs +6 -0
  1062. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorInfoFrostedSoft.mjs +6 -0
  1063. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorInfoLow.mjs +6 -0
  1064. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorInfoMedium.mjs +6 -0
  1065. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorSuccess.mjs +6 -0
  1066. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorSuccessFrosted.mjs +6 -0
  1067. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorSuccessFrostedSoft.mjs +6 -0
  1068. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorSuccessLow.mjs +6 -0
  1069. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorSuccessMedium.mjs +6 -0
  1070. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorWarning.mjs +6 -0
  1071. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorWarningFrosted.mjs +6 -0
  1072. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorWarningFrostedSoft.mjs +6 -0
  1073. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorWarningLow.mjs +6 -0
  1074. package/vanilla-extract/esm/tokens/dist/esm/color/light-dark/semantic/colorWarningMedium.mjs +6 -0
  1075. package/vanilla-extract/esm/tokens/dist/esm/color/palette.mjs +74 -0
  1076. package/vanilla-extract/esm/tokens/dist/esm/font/family/fontPorscheNext.mjs +3 -0
  1077. package/vanilla-extract/esm/tokens/dist/esm/font/lineHeight/leadingNormal.mjs +3 -0
  1078. package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale2Xl.mjs +3 -0
  1079. package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale2Xs.mjs +3 -0
  1080. package/vanilla-extract/esm/tokens/dist/esm/font/size/typescaleLg.mjs +3 -0
  1081. package/vanilla-extract/esm/tokens/dist/esm/font/size/typescaleMd.mjs +3 -0
  1082. package/vanilla-extract/esm/tokens/dist/esm/font/size/typescaleSm.mjs +3 -0
  1083. package/vanilla-extract/esm/tokens/dist/esm/font/size/typescaleXl.mjs +3 -0
  1084. package/vanilla-extract/esm/tokens/dist/esm/font/size/typescaleXs.mjs +3 -0
  1085. package/vanilla-extract/esm/tokens/dist/esm/font/weight/fontWeightBold.mjs +3 -0
  1086. package/vanilla-extract/esm/tokens/dist/esm/font/weight/fontWeightNormal.mjs +3 -0
  1087. package/vanilla-extract/esm/tokens/dist/esm/font/weight/fontWeightSemibold.mjs +3 -0
  1088. package/vanilla-extract/esm/tokens/dist/esm/gradient/gradientStopsFadeDark.mjs +18 -0
  1089. package/vanilla-extract/esm/tokens/dist/esm/motion/duration/durationLg.mjs +3 -0
  1090. package/vanilla-extract/esm/tokens/dist/esm/motion/duration/durationMd.mjs +3 -0
  1091. package/vanilla-extract/esm/tokens/dist/esm/motion/duration/durationSm.mjs +3 -0
  1092. package/vanilla-extract/esm/tokens/dist/esm/motion/duration/durationXl.mjs +3 -0
  1093. package/vanilla-extract/esm/tokens/dist/esm/motion/ease/easeIn.mjs +3 -0
  1094. package/vanilla-extract/esm/tokens/dist/esm/motion/ease/easeInOut.mjs +3 -0
  1095. package/vanilla-extract/esm/tokens/dist/esm/motion/ease/easeOut.mjs +3 -0
  1096. package/vanilla-extract/esm/tokens/dist/esm/shadow/shadowLg.mjs +3 -0
  1097. package/vanilla-extract/esm/tokens/dist/esm/shadow/shadowMd.mjs +3 -0
  1098. package/vanilla-extract/esm/tokens/dist/esm/shadow/shadowSm.mjs +3 -0
  1099. package/vanilla-extract/esm/tokens/dist/esm/spacing/fluid/spacingFluid2Xl.mjs +3 -0
  1100. package/vanilla-extract/esm/tokens/dist/esm/spacing/fluid/spacingFluidLg.mjs +3 -0
  1101. package/vanilla-extract/esm/tokens/dist/esm/spacing/fluid/spacingFluidMd.mjs +3 -0
  1102. package/vanilla-extract/esm/tokens/dist/esm/spacing/fluid/spacingFluidSm.mjs +3 -0
  1103. package/vanilla-extract/esm/tokens/dist/esm/spacing/fluid/spacingFluidXl.mjs +3 -0
  1104. package/vanilla-extract/esm/tokens/dist/esm/spacing/fluid/spacingFluidXs.mjs +3 -0
  1105. package/vanilla-extract/esm/tokens/dist/esm/spacing/static/spacingStatic2Xl.mjs +3 -0
  1106. package/vanilla-extract/esm/tokens/dist/esm/spacing/static/spacingStaticLg.mjs +3 -0
  1107. package/vanilla-extract/esm/tokens/dist/esm/spacing/static/spacingStaticMd.mjs +3 -0
  1108. package/vanilla-extract/esm/tokens/dist/esm/spacing/static/spacingStaticSm.mjs +3 -0
  1109. package/vanilla-extract/esm/tokens/dist/esm/spacing/static/spacingStaticXl.mjs +3 -0
  1110. package/vanilla-extract/esm/tokens/dist/esm/spacing/static/spacingStaticXs.mjs +3 -0
  1111. package/vanilla-extract/esm/typography/deprecated/display/displayLargeStyle.d.ts +4 -0
  1112. package/vanilla-extract/esm/typography/deprecated/display/displayLargeStyle.mjs +9 -0
  1113. package/vanilla-extract/esm/typography/deprecated/display/displayMediumStyle.d.ts +4 -0
  1114. package/vanilla-extract/esm/typography/deprecated/display/displayMediumStyle.mjs +9 -0
  1115. package/vanilla-extract/esm/typography/deprecated/display/displayShared.d.ts +2 -0
  1116. package/vanilla-extract/esm/typography/deprecated/display/displayShared.mjs +10 -0
  1117. package/vanilla-extract/esm/typography/deprecated/display/displaySmallStyle.d.ts +4 -0
  1118. package/vanilla-extract/esm/typography/deprecated/display/displaySmallStyle.mjs +9 -0
  1119. package/vanilla-extract/esm/typography/deprecated/display/index.d.ts +3 -0
  1120. package/vanilla-extract/esm/typography/deprecated/heading/headingLargeStyle.d.ts +4 -0
  1121. package/vanilla-extract/esm/typography/deprecated/heading/headingLargeStyle.mjs +9 -0
  1122. package/vanilla-extract/esm/typography/deprecated/heading/headingMediumStyle.d.ts +4 -0
  1123. package/vanilla-extract/esm/typography/deprecated/heading/headingMediumStyle.mjs +9 -0
  1124. package/vanilla-extract/esm/typography/deprecated/heading/headingShared.d.ts +2 -0
  1125. package/vanilla-extract/esm/typography/deprecated/heading/headingShared.mjs +10 -0
  1126. package/vanilla-extract/esm/typography/deprecated/heading/headingSmallStyle.d.ts +4 -0
  1127. package/vanilla-extract/esm/typography/deprecated/heading/headingSmallStyle.mjs +9 -0
  1128. package/vanilla-extract/esm/typography/deprecated/heading/headingXLargeStyle.d.ts +4 -0
  1129. package/vanilla-extract/esm/typography/deprecated/heading/headingXLargeStyle.mjs +9 -0
  1130. package/vanilla-extract/esm/typography/deprecated/heading/headingXXLargeStyle.d.ts +4 -0
  1131. package/vanilla-extract/esm/typography/deprecated/heading/headingXXLargeStyle.mjs +9 -0
  1132. package/vanilla-extract/esm/typography/deprecated/heading/index.d.ts +5 -0
  1133. package/vanilla-extract/esm/typography/deprecated/index.d.ts +3 -0
  1134. package/vanilla-extract/esm/typography/deprecated/text/index.d.ts +6 -0
  1135. package/vanilla-extract/esm/typography/deprecated/text/textLargeStyle.d.ts +6 -0
  1136. package/vanilla-extract/esm/typography/deprecated/text/textLargeStyle.mjs +11 -0
  1137. package/vanilla-extract/esm/typography/deprecated/text/textMediumStyle.d.ts +6 -0
  1138. package/vanilla-extract/esm/typography/deprecated/text/textMediumStyle.mjs +11 -0
  1139. package/vanilla-extract/esm/typography/deprecated/text/textShared.d.ts +2 -0
  1140. package/vanilla-extract/esm/typography/deprecated/text/textShared.mjs +10 -0
  1141. package/vanilla-extract/esm/typography/deprecated/text/textSmallStyle.d.ts +6 -0
  1142. package/vanilla-extract/esm/typography/deprecated/text/textSmallStyle.mjs +11 -0
  1143. package/vanilla-extract/esm/typography/deprecated/text/textXLargeStyle.d.ts +6 -0
  1144. package/vanilla-extract/esm/typography/deprecated/text/textXLargeStyle.mjs +11 -0
  1145. package/vanilla-extract/esm/typography/deprecated/text/textXSmallStyle.d.ts +6 -0
  1146. package/vanilla-extract/esm/typography/deprecated/text/textXSmallStyle.mjs +11 -0
  1147. package/vanilla-extract/esm/typography/deprecated/text/textXXSmallStyle.d.ts +6 -0
  1148. package/vanilla-extract/esm/typography/deprecated/text/textXXSmallStyle.mjs +11 -0
  1149. package/vanilla-extract/esm/typography/index.d.ts +15 -0
  1150. package/vanilla-extract/esm/typography/proseDisplayLgStyle.d.ts +3 -0
  1151. package/vanilla-extract/esm/typography/proseDisplayLgStyle.mjs +9 -0
  1152. package/vanilla-extract/esm/typography/proseDisplayMdStyle.d.ts +3 -0
  1153. package/vanilla-extract/esm/typography/proseDisplayMdStyle.mjs +9 -0
  1154. package/vanilla-extract/esm/typography/proseDisplaySmStyle.d.ts +3 -0
  1155. package/vanilla-extract/esm/typography/proseDisplaySmStyle.mjs +9 -0
  1156. package/vanilla-extract/esm/typography/proseHeading2XlStyle.d.ts +3 -0
  1157. package/vanilla-extract/esm/typography/proseHeading2XlStyle.mjs +10 -0
  1158. package/vanilla-extract/esm/typography/proseHeadingLgStyle.d.ts +3 -0
  1159. package/vanilla-extract/esm/typography/proseHeadingLgStyle.mjs +10 -0
  1160. package/vanilla-extract/esm/typography/proseHeadingMdStyle.d.ts +3 -0
  1161. package/vanilla-extract/esm/typography/proseHeadingMdStyle.mjs +10 -0
  1162. package/vanilla-extract/esm/typography/proseHeadingSmStyle.d.ts +3 -0
  1163. package/vanilla-extract/esm/typography/proseHeadingSmStyle.mjs +10 -0
  1164. package/vanilla-extract/esm/typography/proseHeadingXlStyle.d.ts +3 -0
  1165. package/vanilla-extract/esm/typography/proseHeadingXlStyle.mjs +10 -0
  1166. package/vanilla-extract/esm/typography/proseText2XsStyle.d.ts +5 -0
  1167. package/vanilla-extract/esm/typography/proseText2XsStyle.mjs +12 -0
  1168. package/vanilla-extract/esm/typography/proseTextLgStyle.d.ts +5 -0
  1169. package/vanilla-extract/esm/typography/proseTextLgStyle.mjs +12 -0
  1170. package/vanilla-extract/esm/typography/proseTextMdStyle.d.ts +5 -0
  1171. package/vanilla-extract/esm/typography/proseTextMdStyle.mjs +12 -0
  1172. package/vanilla-extract/esm/typography/proseTextSmStyle.d.ts +5 -0
  1173. package/vanilla-extract/esm/typography/proseTextSmStyle.mjs +12 -0
  1174. package/vanilla-extract/esm/typography/proseTextXlStyle.d.ts +5 -0
  1175. package/vanilla-extract/esm/typography/proseTextXlStyle.mjs +12 -0
  1176. package/vanilla-extract/esm/typography/proseTextXsStyle.d.ts +5 -0
  1177. package/vanilla-extract/esm/typography/proseTextXsStyle.mjs +12 -0
  1178. package/styles/_index.scss +0 -1
  1179. package/styles/esm/index.d.ts +0 -1
  1180. package/styles/esm/index.mjs +0 -1
  1181. package/styles/vanilla-extract/cjs/index.cjs +0 -12
  1182. package/styles/vanilla-extract/esm/index.d.ts +0 -1
  1183. package/styles/vanilla-extract/esm/index.mjs +0 -1
@@ -15,10 +15,10 @@ class BaseComponent {
15
15
  this.el[prop] = props[prop].currentValue;
16
16
  }
17
17
  }
18
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: BaseComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
19
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: BaseComponent, isStandalone: true, selector: "ng-component", usesOnChanges: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: BaseComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
19
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: BaseComponent, isStandalone: true, selector: "ng-component", usesOnChanges: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
20
20
  }
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: BaseComponent, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: BaseComponent, decorators: [{
22
22
  type: Component,
23
23
  args: [{
24
24
  template: '',
@@ -27,22 +27,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
27
27
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }] });
28
28
 
29
29
  class PAccordion extends BaseComponent {
30
+ alignMarker;
31
+ background;
30
32
  compact;
33
+ /** @deprecated */
31
34
  heading;
35
+ /** @deprecated */
32
36
  headingTag;
33
37
  open;
38
+ /** @deprecated */
34
39
  size;
35
40
  sticky;
36
41
  update = new EventEmitter();
37
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PAccordion, deps: null, target: i0.ɵɵFactoryTarget.Component });
38
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PAccordion, isStandalone: false, selector: "p-accordion,[p-accordion]", inputs: { compact: "compact", heading: "heading", headingTag: "headingTag", open: "open", size: "size", sticky: "sticky" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
42
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PAccordion, deps: null, target: i0.ɵɵFactoryTarget.Component });
43
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PAccordion, isStandalone: false, selector: "p-accordion,[p-accordion]", inputs: { alignMarker: "alignMarker", background: "background", compact: "compact", heading: "heading", headingTag: "headingTag", open: "open", size: "size", sticky: "sticky" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
39
44
  }
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PAccordion, decorators: [{
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PAccordion, decorators: [{
41
46
  type: Component,
42
47
  args: [{
43
48
  selector: 'p-accordion,[p-accordion]',
44
49
  template: '<ng-content />',
45
- inputs: ['compact', 'heading', 'headingTag', 'open', 'size', 'sticky'],
50
+ inputs: ['alignMarker', 'background', 'compact', 'heading', 'headingTag', 'open', 'size', 'sticky'],
46
51
  outputs: ['update'],
47
52
  standalone: false
48
53
  }]
@@ -56,10 +61,10 @@ class PBanner extends BaseComponent {
56
61
  open;
57
62
  state;
58
63
  dismiss = new EventEmitter();
59
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PBanner, deps: null, target: i0.ɵɵFactoryTarget.Component });
60
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PBanner, isStandalone: false, selector: "p-banner,[p-banner]", inputs: { description: "description", dismissButton: "dismissButton", heading: "heading", headingTag: "headingTag", open: "open", state: "state" }, outputs: { dismiss: "dismiss" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
64
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PBanner, deps: null, target: i0.ɵɵFactoryTarget.Component });
65
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PBanner, isStandalone: false, selector: "p-banner,[p-banner]", inputs: { description: "description", dismissButton: "dismissButton", heading: "heading", headingTag: "headingTag", open: "open", state: "state" }, outputs: { dismiss: "dismiss" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
61
66
  }
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PBanner, decorators: [{
67
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PBanner, decorators: [{
63
68
  type: Component,
64
69
  args: [{
65
70
  selector: 'p-banner,[p-banner]',
@@ -83,10 +88,10 @@ class PButton extends BaseComponent {
83
88
  type;
84
89
  value;
85
90
  variant;
86
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PButton, deps: null, target: i0.ɵɵFactoryTarget.Component });
87
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PButton, isStandalone: false, selector: "p-button,[p-button]", inputs: { aria: "aria", compact: "compact", disabled: "disabled", form: "form", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", name: "name", type: "type", value: "value", variant: "variant" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
91
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButton, deps: null, target: i0.ɵɵFactoryTarget.Component });
92
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PButton, isStandalone: false, selector: "p-button,[p-button]", inputs: { aria: "aria", compact: "compact", disabled: "disabled", form: "form", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", name: "name", type: "type", value: "value", variant: "variant" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
88
93
  }
89
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PButton, decorators: [{
94
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButton, decorators: [{
90
95
  type: Component,
91
96
  args: [{
92
97
  selector: 'p-button,[p-button]',
@@ -112,10 +117,10 @@ class PButtonPure extends BaseComponent {
112
117
  type;
113
118
  underline;
114
119
  value;
115
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PButtonPure, deps: null, target: i0.ɵɵFactoryTarget.Component });
116
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PButtonPure, isStandalone: false, selector: "p-button-pure,[p-button-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", disabled: "disabled", form: "form", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", name: "name", size: "size", stretch: "stretch", type: "type", underline: "underline", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
120
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButtonPure, deps: null, target: i0.ɵɵFactoryTarget.Component });
121
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PButtonPure, isStandalone: false, selector: "p-button-pure,[p-button-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", disabled: "disabled", form: "form", hideLabel: "hideLabel", icon: "icon", iconSource: "iconSource", loading: "loading", name: "name", size: "size", stretch: "stretch", type: "type", underline: "underline", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
117
122
  }
118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PButtonPure, decorators: [{
123
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButtonPure, decorators: [{
119
124
  type: Component,
120
125
  args: [{
121
126
  selector: 'p-button-pure,[p-button-pure]',
@@ -140,10 +145,10 @@ class PButtonTile extends BaseComponent {
140
145
  size;
141
146
  type;
142
147
  weight;
143
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PButtonTile, deps: null, target: i0.ɵɵFactoryTarget.Component });
144
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PButtonTile, isStandalone: false, selector: "p-button-tile,[p-button-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", compact: "compact", description: "description", disabled: "disabled", gradient: "gradient", icon: "icon", iconSource: "iconSource", label: "label", loading: "loading", size: "size", type: "type", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
148
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButtonTile, deps: null, target: i0.ɵɵFactoryTarget.Component });
149
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PButtonTile, isStandalone: false, selector: "p-button-tile,[p-button-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", compact: "compact", description: "description", disabled: "disabled", gradient: "gradient", icon: "icon", iconSource: "iconSource", label: "label", loading: "loading", size: "size", type: "type", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
145
150
  }
146
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PButtonTile, decorators: [{
151
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButtonTile, decorators: [{
147
152
  type: Component,
148
153
  args: [{
149
154
  selector: 'p-button-tile,[p-button-tile]',
@@ -154,19 +159,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
154
159
  }] });
155
160
 
156
161
  class PCanvas extends BaseComponent {
162
+ background;
157
163
  sidebarEndOpen;
158
164
  sidebarStartOpen;
159
165
  sidebarEndDismiss = new EventEmitter();
160
166
  sidebarStartUpdate = new EventEmitter();
161
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PCanvas, deps: null, target: i0.ɵɵFactoryTarget.Component });
162
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PCanvas, isStandalone: false, selector: "p-canvas,[p-canvas]", inputs: { sidebarEndOpen: "sidebarEndOpen", sidebarStartOpen: "sidebarStartOpen" }, outputs: { sidebarEndDismiss: "sidebarEndDismiss", sidebarStartUpdate: "sidebarStartUpdate" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
167
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCanvas, deps: null, target: i0.ɵɵFactoryTarget.Component });
168
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PCanvas, isStandalone: false, selector: "p-canvas,[p-canvas]", inputs: { background: "background", sidebarEndOpen: "sidebarEndOpen", sidebarStartOpen: "sidebarStartOpen" }, outputs: { sidebarEndDismiss: "sidebarEndDismiss", sidebarStartUpdate: "sidebarStartUpdate" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
163
169
  }
164
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PCanvas, decorators: [{
170
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCanvas, decorators: [{
165
171
  type: Component,
166
172
  args: [{
167
173
  selector: 'p-canvas,[p-canvas]',
168
174
  template: '<ng-content />',
169
- inputs: ['sidebarEndOpen', 'sidebarStartOpen'],
175
+ inputs: ['background', 'sidebarEndOpen', 'sidebarStartOpen'],
170
176
  outputs: ['sidebarEndDismiss', 'sidebarStartUpdate'],
171
177
  standalone: false
172
178
  }]
@@ -190,10 +196,10 @@ class PCarousel extends BaseComponent {
190
196
  trimSpace;
191
197
  width;
192
198
  update = new EventEmitter();
193
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PCarousel, deps: null, target: i0.ɵɵFactoryTarget.Component });
194
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PCarousel, isStandalone: false, selector: "p-carousel,[p-carousel]", inputs: { activeSlideIndex: "activeSlideIndex", alignControls: "alignControls", alignHeader: "alignHeader", aria: "aria", description: "description", focusOnCenterSlide: "focusOnCenterSlide", gradient: "gradient", heading: "heading", headingSize: "headingSize", intl: "intl", pagination: "pagination", rewind: "rewind", skipLinkTarget: "skipLinkTarget", slidesPerPage: "slidesPerPage", trimSpace: "trimSpace", width: "width" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
199
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCarousel, deps: null, target: i0.ɵɵFactoryTarget.Component });
200
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PCarousel, isStandalone: false, selector: "p-carousel,[p-carousel]", inputs: { activeSlideIndex: "activeSlideIndex", alignControls: "alignControls", alignHeader: "alignHeader", aria: "aria", description: "description", focusOnCenterSlide: "focusOnCenterSlide", gradient: "gradient", heading: "heading", headingSize: "headingSize", intl: "intl", pagination: "pagination", rewind: "rewind", skipLinkTarget: "skipLinkTarget", slidesPerPage: "slidesPerPage", trimSpace: "trimSpace", width: "width" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
195
201
  }
196
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PCarousel, decorators: [{
202
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCarousel, decorators: [{
197
203
  type: Component,
198
204
  args: [{
199
205
  selector: 'p-carousel,[p-carousel]',
@@ -243,8 +249,8 @@ class PCheckbox extends BaseComponent {
243
249
  setDisabledState(isDisabled) {
244
250
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
245
251
  }
246
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PCheckbox, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
247
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PCheckbox, isStandalone: false, selector: "p-checkbox,[p-checkbox]", inputs: { checked: "checked", compact: "compact", disabled: "disabled", form: "form", hideLabel: "hideLabel", indeterminate: "indeterminate", label: "label", loading: "loading", message: "message", name: "name", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change" }, host: { listeners: { "change": "_onChange($event.target.checked)", "blur": "_onTouched()" } }, providers: [
252
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCheckbox, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
253
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PCheckbox, isStandalone: false, selector: "p-checkbox,[p-checkbox]", inputs: { checked: "checked", compact: "compact", disabled: "disabled", form: "form", hideLabel: "hideLabel", indeterminate: "indeterminate", label: "label", loading: "loading", message: "message", name: "name", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change" }, host: { listeners: { "change": "_onChange($event.target.checked)", "blur": "_onTouched()" } }, providers: [
248
254
  {
249
255
  provide: NG_VALUE_ACCESSOR,
250
256
  useExisting: forwardRef(() => PCheckbox),
@@ -252,7 +258,7 @@ class PCheckbox extends BaseComponent {
252
258
  },
253
259
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
254
260
  }
255
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PCheckbox, decorators: [{
261
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCheckbox, decorators: [{
256
262
  type: Component,
257
263
  args: [{
258
264
  selector: 'p-checkbox,[p-checkbox]',
@@ -278,10 +284,10 @@ class PCrest extends BaseComponent {
278
284
  aria;
279
285
  href;
280
286
  target;
281
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PCrest, deps: null, target: i0.ɵɵFactoryTarget.Component });
282
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PCrest, isStandalone: false, selector: "p-crest,[p-crest]", inputs: { aria: "aria", href: "href", target: "target" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
287
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCrest, deps: null, target: i0.ɵɵFactoryTarget.Component });
288
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PCrest, isStandalone: false, selector: "p-crest,[p-crest]", inputs: { aria: "aria", href: "href", target: "target" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
283
289
  }
284
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PCrest, decorators: [{
290
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCrest, decorators: [{
285
291
  type: Component,
286
292
  args: [{
287
293
  selector: 'p-crest,[p-crest]',
@@ -297,10 +303,10 @@ class PDisplay extends BaseComponent {
297
303
  ellipsis;
298
304
  size;
299
305
  tag;
300
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PDisplay, deps: null, target: i0.ɵɵFactoryTarget.Component });
301
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PDisplay, isStandalone: false, selector: "p-display,[p-display]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
306
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDisplay, deps: null, target: i0.ɵɵFactoryTarget.Component });
307
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PDisplay, isStandalone: false, selector: "p-display,[p-display]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
302
308
  }
303
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PDisplay, decorators: [{
309
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDisplay, decorators: [{
304
310
  type: Component,
305
311
  args: [{
306
312
  selector: 'p-display,[p-display]',
@@ -313,10 +319,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
313
319
  class PDivider extends BaseComponent {
314
320
  color;
315
321
  direction;
316
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PDivider, deps: null, target: i0.ɵɵFactoryTarget.Component });
317
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PDivider, isStandalone: false, selector: "p-divider,[p-divider]", inputs: { color: "color", direction: "direction" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
322
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDivider, deps: null, target: i0.ɵɵFactoryTarget.Component });
323
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PDivider, isStandalone: false, selector: "p-divider,[p-divider]", inputs: { color: "color", direction: "direction" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
318
324
  }
319
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PDivider, decorators: [{
325
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDivider, decorators: [{
320
326
  type: Component,
321
327
  args: [{
322
328
  selector: 'p-divider,[p-divider]',
@@ -332,10 +338,10 @@ class PDrilldown extends BaseComponent {
332
338
  open;
333
339
  dismiss = new EventEmitter();
334
340
  update = new EventEmitter();
335
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PDrilldown, deps: null, target: i0.ɵɵFactoryTarget.Component });
336
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PDrilldown, isStandalone: false, selector: "p-drilldown,[p-drilldown]", inputs: { activeIdentifier: "activeIdentifier", aria: "aria", open: "open" }, outputs: { dismiss: "dismiss", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
341
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDrilldown, deps: null, target: i0.ɵɵFactoryTarget.Component });
342
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PDrilldown, isStandalone: false, selector: "p-drilldown,[p-drilldown]", inputs: { activeIdentifier: "activeIdentifier", aria: "aria", open: "open" }, outputs: { dismiss: "dismiss", update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
337
343
  }
338
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PDrilldown, decorators: [{
344
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDrilldown, decorators: [{
339
345
  type: Component,
340
346
  args: [{
341
347
  selector: 'p-drilldown,[p-drilldown]',
@@ -352,10 +358,10 @@ class PDrilldownItem extends BaseComponent {
352
358
  label;
353
359
  primary;
354
360
  secondary;
355
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PDrilldownItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
356
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PDrilldownItem, isStandalone: false, selector: "p-drilldown-item,[p-drilldown-item]", inputs: { cascade: "cascade", identifier: "identifier", label: "label", primary: "primary", secondary: "secondary" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
361
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDrilldownItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
362
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PDrilldownItem, isStandalone: false, selector: "p-drilldown-item,[p-drilldown-item]", inputs: { cascade: "cascade", identifier: "identifier", label: "label", primary: "primary", secondary: "secondary" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
357
363
  }
358
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PDrilldownItem, decorators: [{
364
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDrilldownItem, decorators: [{
359
365
  type: Component,
360
366
  args: [{
361
367
  selector: 'p-drilldown-item,[p-drilldown-item]',
@@ -372,10 +378,10 @@ class PDrilldownLink extends BaseComponent {
372
378
  href;
373
379
  rel;
374
380
  target;
375
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PDrilldownLink, deps: null, target: i0.ɵɵFactoryTarget.Component });
376
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PDrilldownLink, isStandalone: false, selector: "p-drilldown-link,[p-drilldown-link]", inputs: { active: "active", aria: "aria", download: "download", href: "href", rel: "rel", target: "target" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
381
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDrilldownLink, deps: null, target: i0.ɵɵFactoryTarget.Component });
382
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PDrilldownLink, isStandalone: false, selector: "p-drilldown-link,[p-drilldown-link]", inputs: { active: "active", aria: "aria", download: "download", href: "href", rel: "rel", target: "target" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
377
383
  }
378
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PDrilldownLink, decorators: [{
384
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDrilldownLink, decorators: [{
379
385
  type: Component,
380
386
  args: [{
381
387
  selector: 'p-drilldown-link,[p-drilldown-link]',
@@ -392,10 +398,10 @@ class PFieldset extends BaseComponent {
392
398
  message;
393
399
  required;
394
400
  state;
395
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PFieldset, deps: null, target: i0.ɵɵFactoryTarget.Component });
396
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PFieldset, isStandalone: false, selector: "p-fieldset,[p-fieldset]", inputs: { aria: "aria", label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
401
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PFieldset, deps: null, target: i0.ɵɵFactoryTarget.Component });
402
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PFieldset, isStandalone: false, selector: "p-fieldset,[p-fieldset]", inputs: { aria: "aria", label: "label", labelSize: "labelSize", message: "message", required: "required", state: "state" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
397
403
  }
398
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PFieldset, decorators: [{
404
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PFieldset, decorators: [{
399
405
  type: Component,
400
406
  args: [{
401
407
  selector: 'p-fieldset,[p-fieldset]',
@@ -409,10 +415,10 @@ class PFlag extends BaseComponent {
409
415
  aria;
410
416
  name;
411
417
  size;
412
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PFlag, deps: null, target: i0.ɵɵFactoryTarget.Component });
413
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PFlag, isStandalone: false, selector: "p-flag,[p-flag]", inputs: { aria: "aria", name: "name", size: "size" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
418
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PFlag, deps: null, target: i0.ɵɵFactoryTarget.Component });
419
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PFlag, isStandalone: false, selector: "p-flag,[p-flag]", inputs: { aria: "aria", name: "name", size: "size" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
414
420
  }
415
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PFlag, decorators: [{
421
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PFlag, decorators: [{
416
422
  type: Component,
417
423
  args: [{
418
424
  selector: 'p-flag,[p-flag]',
@@ -433,10 +439,10 @@ class PFlyout extends BaseComponent {
433
439
  dismiss = new EventEmitter();
434
440
  motionHiddenEnd = new EventEmitter();
435
441
  motionVisibleEnd = new EventEmitter();
436
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PFlyout, deps: null, target: i0.ɵɵFactoryTarget.Component });
437
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PFlyout, isStandalone: false, selector: "p-flyout,[p-flyout]", inputs: { aria: "aria", backdrop: "backdrop", background: "background", disableBackdropClick: "disableBackdropClick", footerBehavior: "footerBehavior", open: "open", position: "position" }, outputs: { dismiss: "dismiss", motionHiddenEnd: "motionHiddenEnd", motionVisibleEnd: "motionVisibleEnd" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
442
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PFlyout, deps: null, target: i0.ɵɵFactoryTarget.Component });
443
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PFlyout, isStandalone: false, selector: "p-flyout,[p-flyout]", inputs: { aria: "aria", backdrop: "backdrop", background: "background", disableBackdropClick: "disableBackdropClick", footerBehavior: "footerBehavior", open: "open", position: "position" }, outputs: { dismiss: "dismiss", motionHiddenEnd: "motionHiddenEnd", motionVisibleEnd: "motionVisibleEnd" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
438
444
  }
439
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PFlyout, decorators: [{
445
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PFlyout, decorators: [{
440
446
  type: Component,
441
447
  args: [{
442
448
  selector: 'p-flyout,[p-flyout]',
@@ -453,10 +459,10 @@ class PHeading extends BaseComponent {
453
459
  ellipsis;
454
460
  size;
455
461
  tag;
456
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PHeading, deps: null, target: i0.ɵɵFactoryTarget.Component });
457
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PHeading, isStandalone: false, selector: "p-heading,[p-heading]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
462
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PHeading, deps: null, target: i0.ɵɵFactoryTarget.Component });
463
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PHeading, isStandalone: false, selector: "p-heading,[p-heading]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
458
464
  }
459
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PHeading, decorators: [{
465
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PHeading, decorators: [{
460
466
  type: Component,
461
467
  args: [{
462
468
  selector: 'p-heading,[p-heading]',
@@ -472,10 +478,10 @@ class PIcon extends BaseComponent {
472
478
  name;
473
479
  size;
474
480
  source;
475
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
476
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PIcon, isStandalone: false, selector: "p-icon,[p-icon]", inputs: { aria: "aria", color: "color", name: "name", size: "size", source: "source" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
481
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
482
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PIcon, isStandalone: false, selector: "p-icon,[p-icon]", inputs: { aria: "aria", color: "color", name: "name", size: "size", source: "source" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
477
483
  }
478
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PIcon, decorators: [{
484
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PIcon, decorators: [{
479
485
  type: Component,
480
486
  args: [{
481
487
  selector: 'p-icon,[p-icon]',
@@ -496,10 +502,10 @@ class PInlineNotification extends BaseComponent {
496
502
  state;
497
503
  action = new EventEmitter();
498
504
  dismiss = new EventEmitter();
499
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInlineNotification, deps: null, target: i0.ɵɵFactoryTarget.Component });
500
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PInlineNotification, isStandalone: false, selector: "p-inline-notification,[p-inline-notification]", inputs: { actionIcon: "actionIcon", actionLabel: "actionLabel", actionLoading: "actionLoading", description: "description", dismissButton: "dismissButton", heading: "heading", headingTag: "headingTag", state: "state" }, outputs: { action: "action", dismiss: "dismiss" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
505
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInlineNotification, deps: null, target: i0.ɵɵFactoryTarget.Component });
506
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PInlineNotification, isStandalone: false, selector: "p-inline-notification,[p-inline-notification]", inputs: { actionIcon: "actionIcon", actionLabel: "actionLabel", actionLoading: "actionLoading", description: "description", dismissButton: "dismissButton", heading: "heading", headingTag: "headingTag", state: "state" }, outputs: { action: "action", dismiss: "dismiss" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
501
507
  }
502
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInlineNotification, decorators: [{
508
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInlineNotification, decorators: [{
503
509
  type: Component,
504
510
  args: [{
505
511
  selector: 'p-inline-notification,[p-inline-notification]',
@@ -554,8 +560,8 @@ class PInputDate extends BaseComponent {
554
560
  setDisabledState(isDisabled) {
555
561
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
556
562
  }
557
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputDate, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
558
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PInputDate, isStandalone: false, selector: "p-input-date,[p-input-date]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", max: "max", message: "message", min: "min", name: "name", readOnly: "readOnly", required: "required", state: "state", step: "step", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
563
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputDate, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
564
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PInputDate, isStandalone: false, selector: "p-input-date,[p-input-date]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", max: "max", message: "message", min: "min", name: "name", readOnly: "readOnly", required: "required", state: "state", step: "step", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
559
565
  {
560
566
  provide: NG_VALUE_ACCESSOR,
561
567
  useExisting: forwardRef(() => PInputDate),
@@ -563,7 +569,7 @@ class PInputDate extends BaseComponent {
563
569
  },
564
570
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
565
571
  }
566
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputDate, decorators: [{
572
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputDate, decorators: [{
567
573
  type: Component,
568
574
  args: [{
569
575
  selector: 'p-input-date,[p-input-date]',
@@ -632,8 +638,8 @@ class PInputEmail extends BaseComponent {
632
638
  setDisabledState(isDisabled) {
633
639
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
634
640
  }
635
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputEmail, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
636
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PInputEmail, isStandalone: false, selector: "p-input-email,[p-input-email]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", indicator: "indicator", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
641
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputEmail, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
642
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PInputEmail, isStandalone: false, selector: "p-input-email,[p-input-email]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", indicator: "indicator", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", multiple: "multiple", name: "name", pattern: "pattern", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
637
643
  {
638
644
  provide: NG_VALUE_ACCESSOR,
639
645
  useExisting: forwardRef(() => PInputEmail),
@@ -641,7 +647,7 @@ class PInputEmail extends BaseComponent {
641
647
  },
642
648
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
643
649
  }
644
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputEmail, decorators: [{
650
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputEmail, decorators: [{
645
651
  type: Component,
646
652
  args: [{
647
653
  selector: 'p-input-email,[p-input-email]',
@@ -707,8 +713,8 @@ class PInputMonth extends BaseComponent {
707
713
  setDisabledState(isDisabled) {
708
714
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
709
715
  }
710
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputMonth, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
711
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PInputMonth, isStandalone: false, selector: "p-input-month,[p-input-month]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", max: "max", message: "message", min: "min", name: "name", readOnly: "readOnly", required: "required", state: "state", step: "step", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
716
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputMonth, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
717
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PInputMonth, isStandalone: false, selector: "p-input-month,[p-input-month]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", max: "max", message: "message", min: "min", name: "name", readOnly: "readOnly", required: "required", state: "state", step: "step", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
712
718
  {
713
719
  provide: NG_VALUE_ACCESSOR,
714
720
  useExisting: forwardRef(() => PInputMonth),
@@ -716,7 +722,7 @@ class PInputMonth extends BaseComponent {
716
722
  },
717
723
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
718
724
  }
719
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputMonth, decorators: [{
725
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputMonth, decorators: [{
720
726
  type: Component,
721
727
  args: [{
722
728
  selector: 'p-input-month,[p-input-month]',
@@ -784,8 +790,8 @@ class PInputNumber extends BaseComponent {
784
790
  setDisabledState(isDisabled) {
785
791
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
786
792
  }
787
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputNumber, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
788
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PInputNumber, isStandalone: false, selector: "p-input-number,[p-input-number]", inputs: { autoComplete: "autoComplete", compact: "compact", controls: "controls", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", max: "max", message: "message", min: "min", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", step: "step", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
793
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputNumber, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
794
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PInputNumber, isStandalone: false, selector: "p-input-number,[p-input-number]", inputs: { autoComplete: "autoComplete", compact: "compact", controls: "controls", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", max: "max", message: "message", min: "min", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", step: "step", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
789
795
  {
790
796
  provide: NG_VALUE_ACCESSOR,
791
797
  useExisting: forwardRef(() => PInputNumber),
@@ -793,7 +799,7 @@ class PInputNumber extends BaseComponent {
793
799
  },
794
800
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
795
801
  }
796
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputNumber, decorators: [{
802
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputNumber, decorators: [{
797
803
  type: Component,
798
804
  args: [{
799
805
  selector: 'p-input-number,[p-input-number]',
@@ -860,8 +866,8 @@ class PInputPassword extends BaseComponent {
860
866
  setDisabledState(isDisabled) {
861
867
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
862
868
  }
863
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputPassword, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
864
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PInputPassword, isStandalone: false, selector: "p-input-password,[p-input-password]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", toggle: "toggle", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
869
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputPassword, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
870
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PInputPassword, isStandalone: false, selector: "p-input-password,[p-input-password]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", toggle: "toggle", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
865
871
  {
866
872
  provide: NG_VALUE_ACCESSOR,
867
873
  useExisting: forwardRef(() => PInputPassword),
@@ -869,7 +875,7 @@ class PInputPassword extends BaseComponent {
869
875
  },
870
876
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
871
877
  }
872
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputPassword, decorators: [{
878
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputPassword, decorators: [{
873
879
  type: Component,
874
880
  args: [{
875
881
  selector: 'p-input-password,[p-input-password]',
@@ -937,8 +943,8 @@ class PInputSearch extends BaseComponent {
937
943
  setDisabledState(isDisabled) {
938
944
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
939
945
  }
940
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputSearch, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
941
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PInputSearch, isStandalone: false, selector: "p-input-search,[p-input-search]", inputs: { autoComplete: "autoComplete", clear: "clear", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", indicator: "indicator", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
946
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputSearch, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
947
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PInputSearch, isStandalone: false, selector: "p-input-search,[p-input-search]", inputs: { autoComplete: "autoComplete", clear: "clear", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", indicator: "indicator", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
942
948
  {
943
949
  provide: NG_VALUE_ACCESSOR,
944
950
  useExisting: forwardRef(() => PInputSearch),
@@ -946,7 +952,7 @@ class PInputSearch extends BaseComponent {
946
952
  },
947
953
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
948
954
  }
949
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputSearch, decorators: [{
955
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputSearch, decorators: [{
950
956
  type: Component,
951
957
  args: [{
952
958
  selector: 'p-input-search,[p-input-search]',
@@ -1014,8 +1020,8 @@ class PInputTel extends BaseComponent {
1014
1020
  setDisabledState(isDisabled) {
1015
1021
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
1016
1022
  }
1017
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputTel, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1018
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PInputTel, isStandalone: false, selector: "p-input-tel,[p-input-tel]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", indicator: "indicator", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", pattern: "pattern", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
1023
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputTel, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1024
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PInputTel, isStandalone: false, selector: "p-input-tel,[p-input-tel]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", indicator: "indicator", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", pattern: "pattern", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
1019
1025
  {
1020
1026
  provide: NG_VALUE_ACCESSOR,
1021
1027
  useExisting: forwardRef(() => PInputTel),
@@ -1023,7 +1029,7 @@ class PInputTel extends BaseComponent {
1023
1029
  },
1024
1030
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1025
1031
  }
1026
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputTel, decorators: [{
1032
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputTel, decorators: [{
1027
1033
  type: Component,
1028
1034
  args: [{
1029
1035
  selector: 'p-input-tel,[p-input-tel]',
@@ -1091,8 +1097,8 @@ class PInputText extends BaseComponent {
1091
1097
  setDisabledState(isDisabled) {
1092
1098
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
1093
1099
  }
1094
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputText, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1095
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PInputText, isStandalone: false, selector: "p-input-text,[p-input-text]", inputs: { autoComplete: "autoComplete", compact: "compact", counter: "counter", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", spellCheck: "spellCheck", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
1100
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputText, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1101
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PInputText, isStandalone: false, selector: "p-input-text,[p-input-text]", inputs: { autoComplete: "autoComplete", compact: "compact", counter: "counter", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", spellCheck: "spellCheck", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
1096
1102
  {
1097
1103
  provide: NG_VALUE_ACCESSOR,
1098
1104
  useExisting: forwardRef(() => PInputText),
@@ -1100,7 +1106,7 @@ class PInputText extends BaseComponent {
1100
1106
  },
1101
1107
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1102
1108
  }
1103
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputText, decorators: [{
1109
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputText, decorators: [{
1104
1110
  type: Component,
1105
1111
  args: [{
1106
1112
  selector: 'p-input-text,[p-input-text]',
@@ -1166,8 +1172,8 @@ class PInputTime extends BaseComponent {
1166
1172
  setDisabledState(isDisabled) {
1167
1173
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
1168
1174
  }
1169
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputTime, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1170
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PInputTime, isStandalone: false, selector: "p-input-time,[p-input-time]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", max: "max", message: "message", min: "min", name: "name", readOnly: "readOnly", required: "required", state: "state", step: "step", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
1175
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputTime, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1176
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PInputTime, isStandalone: false, selector: "p-input-time,[p-input-time]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", max: "max", message: "message", min: "min", name: "name", readOnly: "readOnly", required: "required", state: "state", step: "step", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
1171
1177
  {
1172
1178
  provide: NG_VALUE_ACCESSOR,
1173
1179
  useExisting: forwardRef(() => PInputTime),
@@ -1175,7 +1181,7 @@ class PInputTime extends BaseComponent {
1175
1181
  },
1176
1182
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1177
1183
  }
1178
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputTime, decorators: [{
1184
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputTime, decorators: [{
1179
1185
  type: Component,
1180
1186
  args: [{
1181
1187
  selector: 'p-input-time,[p-input-time]',
@@ -1243,8 +1249,8 @@ class PInputUrl extends BaseComponent {
1243
1249
  setDisabledState(isDisabled) {
1244
1250
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
1245
1251
  }
1246
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputUrl, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1247
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PInputUrl, isStandalone: false, selector: "p-input-url,[p-input-url]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", indicator: "indicator", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", pattern: "pattern", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
1252
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputUrl, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1253
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PInputUrl, isStandalone: false, selector: "p-input-url,[p-input-url]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", indicator: "indicator", label: "label", loading: "loading", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", pattern: "pattern", placeholder: "placeholder", readOnly: "readOnly", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
1248
1254
  {
1249
1255
  provide: NG_VALUE_ACCESSOR,
1250
1256
  useExisting: forwardRef(() => PInputUrl),
@@ -1252,7 +1258,7 @@ class PInputUrl extends BaseComponent {
1252
1258
  },
1253
1259
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1254
1260
  }
1255
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputUrl, decorators: [{
1261
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputUrl, decorators: [{
1256
1262
  type: Component,
1257
1263
  args: [{
1258
1264
  selector: 'p-input-url,[p-input-url]',
@@ -1318,8 +1324,8 @@ class PInputWeek extends BaseComponent {
1318
1324
  setDisabledState(isDisabled) {
1319
1325
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
1320
1326
  }
1321
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputWeek, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1322
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PInputWeek, isStandalone: false, selector: "p-input-week,[p-input-week]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", max: "max", message: "message", min: "min", name: "name", readOnly: "readOnly", required: "required", state: "state", step: "step", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
1327
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputWeek, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1328
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PInputWeek, isStandalone: false, selector: "p-input-week,[p-input-week]", inputs: { autoComplete: "autoComplete", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", max: "max", message: "message", min: "min", name: "name", readOnly: "readOnly", required: "required", state: "state", step: "step", value: "value" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
1323
1329
  {
1324
1330
  provide: NG_VALUE_ACCESSOR,
1325
1331
  useExisting: forwardRef(() => PInputWeek),
@@ -1327,7 +1333,7 @@ class PInputWeek extends BaseComponent {
1327
1333
  },
1328
1334
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1329
1335
  }
1330
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputWeek, decorators: [{
1336
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputWeek, decorators: [{
1331
1337
  type: Component,
1332
1338
  args: [{
1333
1339
  selector: 'p-input-week,[p-input-week]',
@@ -1360,10 +1366,10 @@ class PLink extends BaseComponent {
1360
1366
  rel;
1361
1367
  target;
1362
1368
  variant;
1363
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PLink, deps: null, target: i0.ɵɵFactoryTarget.Component });
1364
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PLink, isStandalone: false, selector: "p-link,[p-link]", inputs: { aria: "aria", compact: "compact", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", target: "target", variant: "variant" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1369
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLink, deps: null, target: i0.ɵɵFactoryTarget.Component });
1370
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PLink, isStandalone: false, selector: "p-link,[p-link]", inputs: { aria: "aria", compact: "compact", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", target: "target", variant: "variant" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1365
1371
  }
1366
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PLink, decorators: [{
1372
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLink, decorators: [{
1367
1373
  type: Component,
1368
1374
  args: [{
1369
1375
  selector: 'p-link,[p-link]',
@@ -1387,10 +1393,10 @@ class PLinkPure extends BaseComponent {
1387
1393
  stretch;
1388
1394
  target;
1389
1395
  underline;
1390
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PLinkPure, deps: null, target: i0.ɵɵFactoryTarget.Component });
1391
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PLinkPure, isStandalone: false, selector: "p-link-pure,[p-link-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", size: "size", stretch: "stretch", target: "target", underline: "underline" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1396
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkPure, deps: null, target: i0.ɵɵFactoryTarget.Component });
1397
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PLinkPure, isStandalone: false, selector: "p-link-pure,[p-link-pure]", inputs: { active: "active", alignLabel: "alignLabel", aria: "aria", download: "download", hideLabel: "hideLabel", href: "href", icon: "icon", iconSource: "iconSource", rel: "rel", size: "size", stretch: "stretch", target: "target", underline: "underline" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1392
1398
  }
1393
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PLinkPure, decorators: [{
1399
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkPure, decorators: [{
1394
1400
  type: Component,
1395
1401
  args: [{
1396
1402
  selector: 'p-link-pure,[p-link-pure]',
@@ -1414,10 +1420,10 @@ class PLinkTile extends BaseComponent {
1414
1420
  size;
1415
1421
  target;
1416
1422
  weight;
1417
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PLinkTile, deps: null, target: i0.ɵɵFactoryTarget.Component });
1418
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PLinkTile, isStandalone: false, selector: "p-link-tile,[p-link-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", compact: "compact", description: "description", download: "download", gradient: "gradient", href: "href", label: "label", rel: "rel", size: "size", target: "target", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1423
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkTile, deps: null, target: i0.ɵɵFactoryTarget.Component });
1424
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PLinkTile, isStandalone: false, selector: "p-link-tile,[p-link-tile]", inputs: { align: "align", aria: "aria", aspectRatio: "aspectRatio", compact: "compact", description: "description", download: "download", gradient: "gradient", href: "href", label: "label", rel: "rel", size: "size", target: "target", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1419
1425
  }
1420
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PLinkTile, decorators: [{
1426
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkTile, decorators: [{
1421
1427
  type: Component,
1422
1428
  args: [{
1423
1429
  selector: 'p-link-tile,[p-link-tile]',
@@ -1439,10 +1445,10 @@ class PLinkTileProduct extends BaseComponent {
1439
1445
  rel;
1440
1446
  target;
1441
1447
  like = new EventEmitter();
1442
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PLinkTileProduct, deps: null, target: i0.ɵɵFactoryTarget.Component });
1443
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PLinkTileProduct, isStandalone: false, selector: "p-link-tile-product,[p-link-tile-product]", inputs: { aspectRatio: "aspectRatio", description: "description", heading: "heading", href: "href", likeButton: "likeButton", liked: "liked", price: "price", priceOriginal: "priceOriginal", rel: "rel", target: "target" }, outputs: { like: "like" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1448
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkTileProduct, deps: null, target: i0.ɵɵFactoryTarget.Component });
1449
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PLinkTileProduct, isStandalone: false, selector: "p-link-tile-product,[p-link-tile-product]", inputs: { aspectRatio: "aspectRatio", description: "description", heading: "heading", href: "href", likeButton: "likeButton", liked: "liked", price: "price", priceOriginal: "priceOriginal", rel: "rel", target: "target" }, outputs: { like: "like" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1444
1450
  }
1445
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PLinkTileProduct, decorators: [{
1451
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkTileProduct, decorators: [{
1446
1452
  type: Component,
1447
1453
  args: [{
1448
1454
  selector: 'p-link-tile-product,[p-link-tile-product]',
@@ -1464,10 +1470,10 @@ class PModal extends BaseComponent {
1464
1470
  dismiss = new EventEmitter();
1465
1471
  motionHiddenEnd = new EventEmitter();
1466
1472
  motionVisibleEnd = new EventEmitter();
1467
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PModal, deps: null, target: i0.ɵɵFactoryTarget.Component });
1468
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PModal, isStandalone: false, selector: "p-modal,[p-modal]", inputs: { aria: "aria", backdrop: "backdrop", background: "background", disableBackdropClick: "disableBackdropClick", dismissButton: "dismissButton", fullscreen: "fullscreen", open: "open" }, outputs: { dismiss: "dismiss", motionHiddenEnd: "motionHiddenEnd", motionVisibleEnd: "motionVisibleEnd" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1473
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PModal, deps: null, target: i0.ɵɵFactoryTarget.Component });
1474
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PModal, isStandalone: false, selector: "p-modal,[p-modal]", inputs: { aria: "aria", backdrop: "backdrop", background: "background", disableBackdropClick: "disableBackdropClick", dismissButton: "dismissButton", fullscreen: "fullscreen", open: "open" }, outputs: { dismiss: "dismiss", motionHiddenEnd: "motionHiddenEnd", motionVisibleEnd: "motionVisibleEnd" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1469
1475
  }
1470
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PModal, decorators: [{
1476
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PModal, decorators: [{
1471
1477
  type: Component,
1472
1478
  args: [{
1473
1479
  selector: 'p-modal,[p-modal]',
@@ -1485,10 +1491,10 @@ class PModelSignature extends BaseComponent {
1485
1491
  model;
1486
1492
  safeZone;
1487
1493
  size;
1488
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PModelSignature, deps: null, target: i0.ɵɵFactoryTarget.Component });
1489
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PModelSignature, isStandalone: false, selector: "p-model-signature,[p-model-signature]", inputs: { color: "color", fetchPriority: "fetchPriority", lazy: "lazy", model: "model", safeZone: "safeZone", size: "size" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1494
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PModelSignature, deps: null, target: i0.ɵɵFactoryTarget.Component });
1495
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PModelSignature, isStandalone: false, selector: "p-model-signature,[p-model-signature]", inputs: { color: "color", fetchPriority: "fetchPriority", lazy: "lazy", model: "model", safeZone: "safeZone", size: "size" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1490
1496
  }
1491
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PModelSignature, decorators: [{
1497
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PModelSignature, decorators: [{
1492
1498
  type: Component,
1493
1499
  args: [{
1494
1500
  selector: 'p-model-signature,[p-model-signature]',
@@ -1537,8 +1543,8 @@ class PMultiSelect extends BaseComponent {
1537
1543
  setDisabledState(isDisabled) {
1538
1544
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
1539
1545
  }
1540
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PMultiSelect, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1541
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PMultiSelect, isStandalone: false, selector: "p-multi-select,[p-multi-select]", inputs: { compact: "compact", description: "description", disabled: "disabled", dropdownDirection: "dropdownDirection", form: "form", hideLabel: "hideLabel", label: "label", message: "message", name: "name", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", toggle: "toggle" }, host: { listeners: { "change": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
1546
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PMultiSelect, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1547
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PMultiSelect, isStandalone: false, selector: "p-multi-select,[p-multi-select]", inputs: { compact: "compact", description: "description", disabled: "disabled", dropdownDirection: "dropdownDirection", form: "form", hideLabel: "hideLabel", label: "label", message: "message", name: "name", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", toggle: "toggle" }, host: { listeners: { "change": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
1542
1548
  {
1543
1549
  provide: NG_VALUE_ACCESSOR,
1544
1550
  useExisting: forwardRef(() => PMultiSelect),
@@ -1546,7 +1552,7 @@ class PMultiSelect extends BaseComponent {
1546
1552
  },
1547
1553
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1548
1554
  }
1549
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PMultiSelect, decorators: [{
1555
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PMultiSelect, decorators: [{
1550
1556
  type: Component,
1551
1557
  args: [{
1552
1558
  selector: 'p-multi-select,[p-multi-select]',
@@ -1571,10 +1577,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
1571
1577
  class PMultiSelectOption extends BaseComponent {
1572
1578
  disabled;
1573
1579
  value;
1574
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PMultiSelectOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
1575
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PMultiSelectOption, isStandalone: false, selector: "p-multi-select-option,[p-multi-select-option]", inputs: { disabled: "disabled", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1580
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PMultiSelectOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
1581
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PMultiSelectOption, isStandalone: false, selector: "p-multi-select-option,[p-multi-select-option]", inputs: { disabled: "disabled", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1576
1582
  }
1577
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PMultiSelectOption, decorators: [{
1583
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PMultiSelectOption, decorators: [{
1578
1584
  type: Component,
1579
1585
  args: [{
1580
1586
  selector: 'p-multi-select-option,[p-multi-select-option]',
@@ -1587,10 +1593,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
1587
1593
  class POptgroup extends BaseComponent {
1588
1594
  disabled;
1589
1595
  label;
1590
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: POptgroup, deps: null, target: i0.ɵɵFactoryTarget.Component });
1591
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: POptgroup, isStandalone: false, selector: "p-optgroup,[p-optgroup]", inputs: { disabled: "disabled", label: "label" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1596
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: POptgroup, deps: null, target: i0.ɵɵFactoryTarget.Component });
1597
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: POptgroup, isStandalone: false, selector: "p-optgroup,[p-optgroup]", inputs: { disabled: "disabled", label: "label" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1592
1598
  }
1593
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: POptgroup, decorators: [{
1599
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: POptgroup, decorators: [{
1594
1600
  type: Component,
1595
1601
  args: [{
1596
1602
  selector: 'p-optgroup,[p-optgroup]',
@@ -1607,10 +1613,10 @@ class PPagination extends BaseComponent {
1607
1613
  showLastPage;
1608
1614
  totalItemsCount;
1609
1615
  update = new EventEmitter();
1610
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PPagination, deps: null, target: i0.ɵɵFactoryTarget.Component });
1611
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PPagination, isStandalone: false, selector: "p-pagination,[p-pagination]", inputs: { activePage: "activePage", intl: "intl", itemsPerPage: "itemsPerPage", showLastPage: "showLastPage", totalItemsCount: "totalItemsCount" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1616
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PPagination, deps: null, target: i0.ɵɵFactoryTarget.Component });
1617
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PPagination, isStandalone: false, selector: "p-pagination,[p-pagination]", inputs: { activePage: "activePage", intl: "intl", itemsPerPage: "itemsPerPage", showLastPage: "showLastPage", totalItemsCount: "totalItemsCount" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1612
1618
  }
1613
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PPagination, decorators: [{
1619
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PPagination, decorators: [{
1614
1620
  type: Component,
1615
1621
  args: [{
1616
1622
  selector: 'p-pagination,[p-pagination]',
@@ -1661,8 +1667,8 @@ class PPinCode extends BaseComponent {
1661
1667
  setDisabledState(isDisabled) {
1662
1668
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
1663
1669
  }
1664
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PPinCode, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1665
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PPinCode, isStandalone: false, selector: "p-pin-code,[p-pin-code]", inputs: { compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", length: "length", loading: "loading", message: "message", name: "name", required: "required", state: "state", type: "type", value: "value" }, outputs: { blur: "blur", change: "change" }, host: { listeners: { "change": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
1670
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PPinCode, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1671
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PPinCode, isStandalone: false, selector: "p-pin-code,[p-pin-code]", inputs: { compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", length: "length", loading: "loading", message: "message", name: "name", required: "required", state: "state", type: "type", value: "value" }, outputs: { blur: "blur", change: "change" }, host: { listeners: { "change": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
1666
1672
  {
1667
1673
  provide: NG_VALUE_ACCESSOR,
1668
1674
  useExisting: forwardRef(() => PPinCode),
@@ -1670,7 +1676,7 @@ class PPinCode extends BaseComponent {
1670
1676
  },
1671
1677
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1672
1678
  }
1673
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PPinCode, decorators: [{
1679
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PPinCode, decorators: [{
1674
1680
  type: Component,
1675
1681
  args: [{
1676
1682
  selector: 'p-pin-code,[p-pin-code]',
@@ -1696,10 +1702,10 @@ class PPopover extends BaseComponent {
1696
1702
  aria;
1697
1703
  description;
1698
1704
  direction;
1699
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PPopover, deps: null, target: i0.ɵɵFactoryTarget.Component });
1700
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PPopover, isStandalone: false, selector: "p-popover,[p-popover]", inputs: { aria: "aria", description: "description", direction: "direction" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1705
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PPopover, deps: null, target: i0.ɵɵFactoryTarget.Component });
1706
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PPopover, isStandalone: false, selector: "p-popover,[p-popover]", inputs: { aria: "aria", description: "description", direction: "direction" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1701
1707
  }
1702
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PPopover, decorators: [{
1708
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PPopover, decorators: [{
1703
1709
  type: Component,
1704
1710
  args: [{
1705
1711
  selector: 'p-popover,[p-popover]',
@@ -1748,8 +1754,8 @@ class PRadioGroup extends BaseComponent {
1748
1754
  setDisabledState(isDisabled) {
1749
1755
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
1750
1756
  }
1751
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PRadioGroup, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1752
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PRadioGroup, isStandalone: false, selector: "p-radio-group,[p-radio-group]", inputs: { compact: "compact", description: "description", direction: "direction", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", message: "message", name: "name", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change" }, host: { listeners: { "change": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
1757
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PRadioGroup, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1758
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PRadioGroup, isStandalone: false, selector: "p-radio-group,[p-radio-group]", inputs: { compact: "compact", description: "description", direction: "direction", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", loading: "loading", message: "message", name: "name", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change" }, host: { listeners: { "change": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
1753
1759
  {
1754
1760
  provide: NG_VALUE_ACCESSOR,
1755
1761
  useExisting: forwardRef(() => PRadioGroup),
@@ -1757,7 +1763,7 @@ class PRadioGroup extends BaseComponent {
1757
1763
  },
1758
1764
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1759
1765
  }
1760
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PRadioGroup, decorators: [{
1766
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PRadioGroup, decorators: [{
1761
1767
  type: Component,
1762
1768
  args: [{
1763
1769
  selector: 'p-radio-group,[p-radio-group]',
@@ -1784,10 +1790,10 @@ class PRadioGroupOption extends BaseComponent {
1784
1790
  label;
1785
1791
  loading;
1786
1792
  value;
1787
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PRadioGroupOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
1788
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PRadioGroupOption, isStandalone: false, selector: "p-radio-group-option,[p-radio-group-option]", inputs: { disabled: "disabled", label: "label", loading: "loading", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1793
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PRadioGroupOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
1794
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PRadioGroupOption, isStandalone: false, selector: "p-radio-group-option,[p-radio-group-option]", inputs: { disabled: "disabled", label: "label", loading: "loading", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1789
1795
  }
1790
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PRadioGroupOption, decorators: [{
1796
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PRadioGroupOption, decorators: [{
1791
1797
  type: Component,
1792
1798
  args: [{
1793
1799
  selector: 'p-radio-group-option,[p-radio-group-option]',
@@ -1802,10 +1808,10 @@ class PScroller extends BaseComponent {
1802
1808
  aria;
1803
1809
  scrollToPosition;
1804
1810
  scrollbar;
1805
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PScroller, deps: null, target: i0.ɵɵFactoryTarget.Component });
1806
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PScroller, isStandalone: false, selector: "p-scroller,[p-scroller]", inputs: { alignScrollIndicator: "alignScrollIndicator", aria: "aria", scrollToPosition: "scrollToPosition", scrollbar: "scrollbar" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1811
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PScroller, deps: null, target: i0.ɵɵFactoryTarget.Component });
1812
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PScroller, isStandalone: false, selector: "p-scroller,[p-scroller]", inputs: { alignScrollIndicator: "alignScrollIndicator", aria: "aria", scrollToPosition: "scrollToPosition", scrollbar: "scrollbar" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1807
1813
  }
1808
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PScroller, decorators: [{
1814
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PScroller, decorators: [{
1809
1815
  type: Component,
1810
1816
  args: [{
1811
1817
  selector: 'p-scroller,[p-scroller]',
@@ -1853,8 +1859,8 @@ class PSegmentedControl extends BaseComponent {
1853
1859
  setDisabledState(isDisabled) {
1854
1860
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
1855
1861
  }
1856
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PSegmentedControl, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1857
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PSegmentedControl, isStandalone: false, selector: "p-segmented-control,[p-segmented-control]", inputs: { columns: "columns", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", message: "message", name: "name", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change" }, host: { listeners: { "change": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
1862
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSegmentedControl, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1863
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PSegmentedControl, isStandalone: false, selector: "p-segmented-control,[p-segmented-control]", inputs: { columns: "columns", compact: "compact", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", message: "message", name: "name", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change" }, host: { listeners: { "change": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
1858
1864
  {
1859
1865
  provide: NG_VALUE_ACCESSOR,
1860
1866
  useExisting: forwardRef(() => PSegmentedControl),
@@ -1862,7 +1868,7 @@ class PSegmentedControl extends BaseComponent {
1862
1868
  },
1863
1869
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1864
1870
  }
1865
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PSegmentedControl, decorators: [{
1871
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSegmentedControl, decorators: [{
1866
1872
  type: Component,
1867
1873
  args: [{
1868
1874
  selector: 'p-segmented-control,[p-segmented-control]',
@@ -1891,10 +1897,10 @@ class PSegmentedControlItem extends BaseComponent {
1891
1897
  iconSource;
1892
1898
  label;
1893
1899
  value;
1894
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PSegmentedControlItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
1895
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PSegmentedControlItem, isStandalone: false, selector: "p-segmented-control-item,[p-segmented-control-item]", inputs: { aria: "aria", disabled: "disabled", icon: "icon", iconSource: "iconSource", label: "label", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1900
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSegmentedControlItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
1901
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PSegmentedControlItem, isStandalone: false, selector: "p-segmented-control-item,[p-segmented-control-item]", inputs: { aria: "aria", disabled: "disabled", icon: "icon", iconSource: "iconSource", label: "label", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1896
1902
  }
1897
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PSegmentedControlItem, decorators: [{
1903
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSegmentedControlItem, decorators: [{
1898
1904
  type: Component,
1899
1905
  args: [{
1900
1906
  selector: 'p-segmented-control-item,[p-segmented-control-item]',
@@ -1944,8 +1950,8 @@ class PSelect extends BaseComponent {
1944
1950
  setDisabledState(isDisabled) {
1945
1951
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
1946
1952
  }
1947
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PSelect, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1948
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PSelect, isStandalone: false, selector: "p-select,[p-select]", inputs: { compact: "compact", description: "description", disabled: "disabled", dropdownDirection: "dropdownDirection", filter: "filter", form: "form", hideLabel: "hideLabel", label: "label", message: "message", name: "name", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", toggle: "toggle" }, host: { listeners: { "change": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
1953
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSelect, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1954
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PSelect, isStandalone: false, selector: "p-select,[p-select]", inputs: { compact: "compact", description: "description", disabled: "disabled", dropdownDirection: "dropdownDirection", filter: "filter", form: "form", hideLabel: "hideLabel", label: "label", message: "message", name: "name", required: "required", state: "state", value: "value" }, outputs: { blur: "blur", change: "change", toggle: "toggle" }, host: { listeners: { "change": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
1949
1955
  {
1950
1956
  provide: NG_VALUE_ACCESSOR,
1951
1957
  useExisting: forwardRef(() => PSelect),
@@ -1953,7 +1959,7 @@ class PSelect extends BaseComponent {
1953
1959
  },
1954
1960
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1955
1961
  }
1956
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PSelect, decorators: [{
1962
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSelect, decorators: [{
1957
1963
  type: Component,
1958
1964
  args: [{
1959
1965
  selector: 'p-select,[p-select]',
@@ -1978,10 +1984,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
1978
1984
  class PSelectOption extends BaseComponent {
1979
1985
  disabled;
1980
1986
  value;
1981
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PSelectOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
1982
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PSelectOption, isStandalone: false, selector: "p-select-option,[p-select-option]", inputs: { disabled: "disabled", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1987
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSelectOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
1988
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PSelectOption, isStandalone: false, selector: "p-select-option,[p-select-option]", inputs: { disabled: "disabled", value: "value" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1983
1989
  }
1984
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PSelectOption, decorators: [{
1990
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSelectOption, decorators: [{
1985
1991
  type: Component,
1986
1992
  args: [{
1987
1993
  selector: 'p-select-option,[p-select-option]',
@@ -2000,10 +2006,10 @@ class PSheet extends BaseComponent {
2000
2006
  dismiss = new EventEmitter();
2001
2007
  motionHiddenEnd = new EventEmitter();
2002
2008
  motionVisibleEnd = new EventEmitter();
2003
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PSheet, deps: null, target: i0.ɵɵFactoryTarget.Component });
2004
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PSheet, isStandalone: false, selector: "p-sheet,[p-sheet]", inputs: { aria: "aria", background: "background", disableBackdropClick: "disableBackdropClick", dismissButton: "dismissButton", open: "open" }, outputs: { dismiss: "dismiss", motionHiddenEnd: "motionHiddenEnd", motionVisibleEnd: "motionVisibleEnd" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2009
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSheet, deps: null, target: i0.ɵɵFactoryTarget.Component });
2010
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PSheet, isStandalone: false, selector: "p-sheet,[p-sheet]", inputs: { aria: "aria", background: "background", disableBackdropClick: "disableBackdropClick", dismissButton: "dismissButton", open: "open" }, outputs: { dismiss: "dismiss", motionHiddenEnd: "motionHiddenEnd", motionVisibleEnd: "motionVisibleEnd" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2005
2011
  }
2006
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PSheet, decorators: [{
2012
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSheet, decorators: [{
2007
2013
  type: Component,
2008
2014
  args: [{
2009
2015
  selector: 'p-sheet,[p-sheet]',
@@ -2017,10 +2023,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
2017
2023
  class PSpinner extends BaseComponent {
2018
2024
  aria;
2019
2025
  size;
2020
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PSpinner, deps: null, target: i0.ɵɵFactoryTarget.Component });
2021
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PSpinner, isStandalone: false, selector: "p-spinner,[p-spinner]", inputs: { aria: "aria", size: "size" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2026
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSpinner, deps: null, target: i0.ɵɵFactoryTarget.Component });
2027
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PSpinner, isStandalone: false, selector: "p-spinner,[p-spinner]", inputs: { aria: "aria", size: "size" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2022
2028
  }
2023
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PSpinner, decorators: [{
2029
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSpinner, decorators: [{
2024
2030
  type: Component,
2025
2031
  args: [{
2026
2032
  selector: 'p-spinner,[p-spinner]',
@@ -2033,10 +2039,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
2033
2039
  class PStepperHorizontal extends BaseComponent {
2034
2040
  size;
2035
2041
  update = new EventEmitter();
2036
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PStepperHorizontal, deps: null, target: i0.ɵɵFactoryTarget.Component });
2037
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PStepperHorizontal, isStandalone: false, selector: "p-stepper-horizontal,[p-stepper-horizontal]", inputs: { size: "size" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2042
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PStepperHorizontal, deps: null, target: i0.ɵɵFactoryTarget.Component });
2043
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PStepperHorizontal, isStandalone: false, selector: "p-stepper-horizontal,[p-stepper-horizontal]", inputs: { size: "size" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2038
2044
  }
2039
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PStepperHorizontal, decorators: [{
2045
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PStepperHorizontal, decorators: [{
2040
2046
  type: Component,
2041
2047
  args: [{
2042
2048
  selector: 'p-stepper-horizontal,[p-stepper-horizontal]',
@@ -2050,10 +2056,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
2050
2056
  class PStepperHorizontalItem extends BaseComponent {
2051
2057
  disabled;
2052
2058
  state;
2053
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PStepperHorizontalItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
2054
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PStepperHorizontalItem, isStandalone: false, selector: "p-stepper-horizontal-item,[p-stepper-horizontal-item]", inputs: { disabled: "disabled", state: "state" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2059
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PStepperHorizontalItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
2060
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PStepperHorizontalItem, isStandalone: false, selector: "p-stepper-horizontal-item,[p-stepper-horizontal-item]", inputs: { disabled: "disabled", state: "state" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2055
2061
  }
2056
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PStepperHorizontalItem, decorators: [{
2062
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PStepperHorizontalItem, decorators: [{
2057
2063
  type: Component,
2058
2064
  args: [{
2059
2065
  selector: 'p-stepper-horizontal-item,[p-stepper-horizontal-item]',
@@ -2072,10 +2078,10 @@ class PSwitch extends BaseComponent {
2072
2078
  loading;
2073
2079
  stretch;
2074
2080
  update = new EventEmitter();
2075
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PSwitch, deps: null, target: i0.ɵɵFactoryTarget.Component });
2076
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PSwitch, isStandalone: false, selector: "p-switch,[p-switch]", inputs: { alignLabel: "alignLabel", checked: "checked", compact: "compact", disabled: "disabled", hideLabel: "hideLabel", loading: "loading", stretch: "stretch" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2081
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSwitch, deps: null, target: i0.ɵɵFactoryTarget.Component });
2082
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PSwitch, isStandalone: false, selector: "p-switch,[p-switch]", inputs: { alignLabel: "alignLabel", checked: "checked", compact: "compact", disabled: "disabled", hideLabel: "hideLabel", loading: "loading", stretch: "stretch" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2077
2083
  }
2078
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PSwitch, decorators: [{
2084
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSwitch, decorators: [{
2079
2085
  type: Component,
2080
2086
  args: [{
2081
2087
  selector: 'p-switch,[p-switch]',
@@ -2091,10 +2097,10 @@ class PTable extends BaseComponent {
2091
2097
  compact;
2092
2098
  layout;
2093
2099
  update = new EventEmitter();
2094
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTable, deps: null, target: i0.ɵɵFactoryTarget.Component });
2095
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PTable, isStandalone: false, selector: "p-table,[p-table]", inputs: { caption: "caption", compact: "compact", layout: "layout" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2100
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTable, deps: null, target: i0.ɵɵFactoryTarget.Component });
2101
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTable, isStandalone: false, selector: "p-table,[p-table]", inputs: { caption: "caption", compact: "compact", layout: "layout" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2096
2102
  }
2097
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTable, decorators: [{
2103
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTable, decorators: [{
2098
2104
  type: Component,
2099
2105
  args: [{
2100
2106
  selector: 'p-table,[p-table]',
@@ -2106,10 +2112,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
2106
2112
  }] });
2107
2113
 
2108
2114
  class PTableBody extends BaseComponent {
2109
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTableBody, deps: null, target: i0.ɵɵFactoryTarget.Component });
2110
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PTableBody, isStandalone: false, selector: "p-table-body,[p-table-body]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2115
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableBody, deps: null, target: i0.ɵɵFactoryTarget.Component });
2116
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTableBody, isStandalone: false, selector: "p-table-body,[p-table-body]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2111
2117
  }
2112
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTableBody, decorators: [{
2118
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableBody, decorators: [{
2113
2119
  type: Component,
2114
2120
  args: [{
2115
2121
  selector: 'p-table-body,[p-table-body]',
@@ -2120,10 +2126,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
2120
2126
 
2121
2127
  class PTableCell extends BaseComponent {
2122
2128
  multiline;
2123
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTableCell, deps: null, target: i0.ɵɵFactoryTarget.Component });
2124
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PTableCell, isStandalone: false, selector: "p-table-cell,[p-table-cell]", inputs: { multiline: "multiline" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2129
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableCell, deps: null, target: i0.ɵɵFactoryTarget.Component });
2130
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTableCell, isStandalone: false, selector: "p-table-cell,[p-table-cell]", inputs: { multiline: "multiline" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2125
2131
  }
2126
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTableCell, decorators: [{
2132
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableCell, decorators: [{
2127
2133
  type: Component,
2128
2134
  args: [{
2129
2135
  selector: 'p-table-cell,[p-table-cell]',
@@ -2134,10 +2140,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
2134
2140
  }] });
2135
2141
 
2136
2142
  class PTableHead extends BaseComponent {
2137
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTableHead, deps: null, target: i0.ɵɵFactoryTarget.Component });
2138
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PTableHead, isStandalone: false, selector: "p-table-head,[p-table-head]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2143
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableHead, deps: null, target: i0.ɵɵFactoryTarget.Component });
2144
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTableHead, isStandalone: false, selector: "p-table-head,[p-table-head]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2139
2145
  }
2140
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTableHead, decorators: [{
2146
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableHead, decorators: [{
2141
2147
  type: Component,
2142
2148
  args: [{
2143
2149
  selector: 'p-table-head,[p-table-head]',
@@ -2150,10 +2156,10 @@ class PTableHeadCell extends BaseComponent {
2150
2156
  hideLabel;
2151
2157
  multiline;
2152
2158
  sort;
2153
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTableHeadCell, deps: null, target: i0.ɵɵFactoryTarget.Component });
2154
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PTableHeadCell, isStandalone: false, selector: "p-table-head-cell,[p-table-head-cell]", inputs: { hideLabel: "hideLabel", multiline: "multiline", sort: "sort" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2159
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableHeadCell, deps: null, target: i0.ɵɵFactoryTarget.Component });
2160
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTableHeadCell, isStandalone: false, selector: "p-table-head-cell,[p-table-head-cell]", inputs: { hideLabel: "hideLabel", multiline: "multiline", sort: "sort" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2155
2161
  }
2156
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTableHeadCell, decorators: [{
2162
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableHeadCell, decorators: [{
2157
2163
  type: Component,
2158
2164
  args: [{
2159
2165
  selector: 'p-table-head-cell,[p-table-head-cell]',
@@ -2164,10 +2170,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
2164
2170
  }] });
2165
2171
 
2166
2172
  class PTableHeadRow extends BaseComponent {
2167
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTableHeadRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
2168
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PTableHeadRow, isStandalone: false, selector: "p-table-head-row,[p-table-head-row]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2173
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableHeadRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
2174
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTableHeadRow, isStandalone: false, selector: "p-table-head-row,[p-table-head-row]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2169
2175
  }
2170
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTableHeadRow, decorators: [{
2176
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableHeadRow, decorators: [{
2171
2177
  type: Component,
2172
2178
  args: [{
2173
2179
  selector: 'p-table-head-row,[p-table-head-row]',
@@ -2177,10 +2183,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
2177
2183
  }] });
2178
2184
 
2179
2185
  class PTableRow extends BaseComponent {
2180
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTableRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
2181
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PTableRow, isStandalone: false, selector: "p-table-row,[p-table-row]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2186
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
2187
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTableRow, isStandalone: false, selector: "p-table-row,[p-table-row]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2182
2188
  }
2183
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTableRow, decorators: [{
2189
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableRow, decorators: [{
2184
2190
  type: Component,
2185
2191
  args: [{
2186
2192
  selector: 'p-table-row,[p-table-row]',
@@ -2194,10 +2200,10 @@ class PTabs extends BaseComponent {
2194
2200
  size;
2195
2201
  weight;
2196
2202
  update = new EventEmitter();
2197
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTabs, deps: null, target: i0.ɵɵFactoryTarget.Component });
2198
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PTabs, isStandalone: false, selector: "p-tabs,[p-tabs]", inputs: { activeTabIndex: "activeTabIndex", size: "size", weight: "weight" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2203
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTabs, deps: null, target: i0.ɵɵFactoryTarget.Component });
2204
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTabs, isStandalone: false, selector: "p-tabs,[p-tabs]", inputs: { activeTabIndex: "activeTabIndex", size: "size", weight: "weight" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2199
2205
  }
2200
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTabs, decorators: [{
2206
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTabs, decorators: [{
2201
2207
  type: Component,
2202
2208
  args: [{
2203
2209
  selector: 'p-tabs,[p-tabs]',
@@ -2213,10 +2219,10 @@ class PTabsBar extends BaseComponent {
2213
2219
  size;
2214
2220
  weight;
2215
2221
  update = new EventEmitter();
2216
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTabsBar, deps: null, target: i0.ɵɵFactoryTarget.Component });
2217
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PTabsBar, isStandalone: false, selector: "p-tabs-bar,[p-tabs-bar]", inputs: { activeTabIndex: "activeTabIndex", size: "size", weight: "weight" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2222
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTabsBar, deps: null, target: i0.ɵɵFactoryTarget.Component });
2223
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTabsBar, isStandalone: false, selector: "p-tabs-bar,[p-tabs-bar]", inputs: { activeTabIndex: "activeTabIndex", size: "size", weight: "weight" }, outputs: { update: "update" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2218
2224
  }
2219
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTabsBar, decorators: [{
2225
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTabsBar, decorators: [{
2220
2226
  type: Component,
2221
2227
  args: [{
2222
2228
  selector: 'p-tabs-bar,[p-tabs-bar]',
@@ -2229,10 +2235,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
2229
2235
 
2230
2236
  class PTabsItem extends BaseComponent {
2231
2237
  label;
2232
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTabsItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
2233
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PTabsItem, isStandalone: false, selector: "p-tabs-item,[p-tabs-item]", inputs: { label: "label" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2238
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTabsItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
2239
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTabsItem, isStandalone: false, selector: "p-tabs-item,[p-tabs-item]", inputs: { label: "label" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2234
2240
  }
2235
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTabsItem, decorators: [{
2241
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTabsItem, decorators: [{
2236
2242
  type: Component,
2237
2243
  args: [{
2238
2244
  selector: 'p-tabs-item,[p-tabs-item]',
@@ -2247,10 +2253,10 @@ class PTag extends BaseComponent {
2247
2253
  icon;
2248
2254
  iconSource;
2249
2255
  variant;
2250
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTag, deps: null, target: i0.ɵɵFactoryTarget.Component });
2251
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PTag, isStandalone: false, selector: "p-tag,[p-tag]", inputs: { compact: "compact", icon: "icon", iconSource: "iconSource", variant: "variant" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2256
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTag, deps: null, target: i0.ɵɵFactoryTarget.Component });
2257
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTag, isStandalone: false, selector: "p-tag,[p-tag]", inputs: { compact: "compact", icon: "icon", iconSource: "iconSource", variant: "variant" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2252
2258
  }
2253
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTag, decorators: [{
2259
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTag, decorators: [{
2254
2260
  type: Component,
2255
2261
  args: [{
2256
2262
  selector: 'p-tag,[p-tag]',
@@ -2264,10 +2270,10 @@ class PTagDismissible extends BaseComponent {
2264
2270
  aria;
2265
2271
  compact;
2266
2272
  label;
2267
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTagDismissible, deps: null, target: i0.ɵɵFactoryTarget.Component });
2268
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PTagDismissible, isStandalone: false, selector: "p-tag-dismissible,[p-tag-dismissible]", inputs: { aria: "aria", compact: "compact", label: "label" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2273
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTagDismissible, deps: null, target: i0.ɵɵFactoryTarget.Component });
2274
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTagDismissible, isStandalone: false, selector: "p-tag-dismissible,[p-tag-dismissible]", inputs: { aria: "aria", compact: "compact", label: "label" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2269
2275
  }
2270
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTagDismissible, decorators: [{
2276
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTagDismissible, decorators: [{
2271
2277
  type: Component,
2272
2278
  args: [{
2273
2279
  selector: 'p-tag-dismissible,[p-tag-dismissible]',
@@ -2284,10 +2290,10 @@ class PText extends BaseComponent {
2284
2290
  size;
2285
2291
  tag;
2286
2292
  weight;
2287
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PText, deps: null, target: i0.ɵɵFactoryTarget.Component });
2288
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PText, isStandalone: false, selector: "p-text,[p-text]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2293
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PText, deps: null, target: i0.ɵɵFactoryTarget.Component });
2294
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PText, isStandalone: false, selector: "p-text,[p-text]", inputs: { align: "align", color: "color", ellipsis: "ellipsis", size: "size", tag: "tag", weight: "weight" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2289
2295
  }
2290
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PText, decorators: [{
2296
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PText, decorators: [{
2291
2297
  type: Component,
2292
2298
  args: [{
2293
2299
  selector: 'p-text,[p-text]',
@@ -2299,10 +2305,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
2299
2305
 
2300
2306
  class PTextList extends BaseComponent {
2301
2307
  type;
2302
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTextList, deps: null, target: i0.ɵɵFactoryTarget.Component });
2303
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PTextList, isStandalone: false, selector: "p-text-list,[p-text-list]", inputs: { type: "type" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2308
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTextList, deps: null, target: i0.ɵɵFactoryTarget.Component });
2309
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTextList, isStandalone: false, selector: "p-text-list,[p-text-list]", inputs: { type: "type" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2304
2310
  }
2305
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTextList, decorators: [{
2311
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTextList, decorators: [{
2306
2312
  type: Component,
2307
2313
  args: [{
2308
2314
  selector: 'p-text-list,[p-text-list]',
@@ -2313,10 +2319,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
2313
2319
  }] });
2314
2320
 
2315
2321
  class PTextListItem extends BaseComponent {
2316
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTextListItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
2317
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PTextListItem, isStandalone: false, selector: "p-text-list-item,[p-text-list-item]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2322
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTextListItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
2323
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTextListItem, isStandalone: false, selector: "p-text-list-item,[p-text-list-item]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2318
2324
  }
2319
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTextListItem, decorators: [{
2325
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTextListItem, decorators: [{
2320
2326
  type: Component,
2321
2327
  args: [{
2322
2328
  selector: 'p-text-list-item,[p-text-list-item]',
@@ -2373,8 +2379,8 @@ class PTextarea extends BaseComponent {
2373
2379
  setDisabledState(isDisabled) {
2374
2380
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
2375
2381
  }
2376
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTextarea, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
2377
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PTextarea, isStandalone: false, selector: "p-textarea,[p-textarea]", inputs: { autoComplete: "autoComplete", compact: "compact", counter: "counter", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", resize: "resize", rows: "rows", spellCheck: "spellCheck", state: "state", value: "value", wrap: "wrap" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
2382
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTextarea, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
2383
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PTextarea, isStandalone: false, selector: "p-textarea,[p-textarea]", inputs: { autoComplete: "autoComplete", compact: "compact", counter: "counter", description: "description", disabled: "disabled", form: "form", hideLabel: "hideLabel", label: "label", maxLength: "maxLength", message: "message", minLength: "minLength", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", resize: "resize", rows: "rows", spellCheck: "spellCheck", state: "state", value: "value", wrap: "wrap" }, outputs: { blur: "blur", change: "change", input: "input" }, host: { listeners: { "input": "_onChange($event.target.value)", "blur": "_onTouched()" } }, providers: [
2378
2384
  {
2379
2385
  provide: NG_VALUE_ACCESSOR,
2380
2386
  useExisting: forwardRef(() => PTextarea),
@@ -2382,7 +2388,7 @@ class PTextarea extends BaseComponent {
2382
2388
  },
2383
2389
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2384
2390
  }
2385
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTextarea, decorators: [{
2391
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTextarea, decorators: [{
2386
2392
  type: Component,
2387
2393
  args: [{
2388
2394
  selector: 'p-textarea,[p-textarea]',
@@ -2405,10 +2411,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
2405
2411
  }], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }] });
2406
2412
 
2407
2413
  class PToast extends BaseComponent {
2408
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PToast, deps: null, target: i0.ɵɵFactoryTarget.Component });
2409
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PToast, isStandalone: false, selector: "p-toast,[p-toast]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2414
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PToast, deps: null, target: i0.ɵɵFactoryTarget.Component });
2415
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PToast, isStandalone: false, selector: "p-toast,[p-toast]", usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2410
2416
  }
2411
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PToast, decorators: [{
2417
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PToast, decorators: [{
2412
2418
  type: Component,
2413
2419
  args: [{
2414
2420
  selector: 'p-toast,[p-toast]',
@@ -2422,10 +2428,10 @@ class PWordmark extends BaseComponent {
2422
2428
  href;
2423
2429
  size;
2424
2430
  target;
2425
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PWordmark, deps: null, target: i0.ɵɵFactoryTarget.Component });
2426
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.4", type: PWordmark, isStandalone: false, selector: "p-wordmark,[p-wordmark]", inputs: { aria: "aria", href: "href", size: "size", target: "target" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2431
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PWordmark, deps: null, target: i0.ɵɵFactoryTarget.Component });
2432
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", type: PWordmark, isStandalone: false, selector: "p-wordmark,[p-wordmark]", inputs: { aria: "aria", href: "href", size: "size", target: "target" }, usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2427
2433
  }
2428
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PWordmark, decorators: [{
2434
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PWordmark, decorators: [{
2429
2435
  type: Component,
2430
2436
  args: [{
2431
2437
  selector: 'p-wordmark,[p-wordmark]',
@@ -2532,11 +2538,11 @@ class PorscheDesignSystemModule {
2532
2538
  ],
2533
2539
  };
2534
2540
  }
2535
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PorscheDesignSystemModule, deps: [{ token: DefaultConfig, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
2536
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.4", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonPure, PButtonTile, PCanvas, PCarousel, PCheckbox, PCrest, PDisplay, PDivider, PDrilldown, PDrilldownItem, PDrilldownLink, PFieldset, PFlag, PFlyout, PHeading, PIcon, PInlineNotification, PInputDate, PInputEmail, PInputMonth, PInputNumber, PInputPassword, PInputSearch, PInputTel, PInputText, PInputTime, PInputUrl, PInputWeek, PLink, PLinkPure, PLinkTile, PLinkTileProduct, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, POptgroup, PPagination, PPinCode, PPopover, PRadioGroup, PRadioGroupOption, PScroller, PSegmentedControl, PSegmentedControlItem, PSelect, PSelectOption, PSheet, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextList, PTextListItem, PTextarea, PToast, PWordmark], exports: [PAccordion, PBanner, PButton, PButtonPure, PButtonTile, PCanvas, PCarousel, PCheckbox, PCrest, PDisplay, PDivider, PDrilldown, PDrilldownItem, PDrilldownLink, PFieldset, PFlag, PFlyout, PHeading, PIcon, PInlineNotification, PInputDate, PInputEmail, PInputMonth, PInputNumber, PInputPassword, PInputSearch, PInputTel, PInputText, PInputTime, PInputUrl, PInputWeek, PLink, PLinkPure, PLinkTile, PLinkTileProduct, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, POptgroup, PPagination, PPinCode, PPopover, PRadioGroup, PRadioGroupOption, PScroller, PSegmentedControl, PSegmentedControlItem, PSelect, PSelectOption, PSheet, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextList, PTextListItem, PTextarea, PToast, PWordmark] });
2537
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PorscheDesignSystemModule });
2541
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PorscheDesignSystemModule, deps: [{ token: DefaultConfig, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
2542
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: PorscheDesignSystemModule, declarations: [PAccordion, PBanner, PButton, PButtonPure, PButtonTile, PCanvas, PCarousel, PCheckbox, PCrest, PDisplay, PDivider, PDrilldown, PDrilldownItem, PDrilldownLink, PFieldset, PFlag, PFlyout, PHeading, PIcon, PInlineNotification, PInputDate, PInputEmail, PInputMonth, PInputNumber, PInputPassword, PInputSearch, PInputTel, PInputText, PInputTime, PInputUrl, PInputWeek, PLink, PLinkPure, PLinkTile, PLinkTileProduct, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, POptgroup, PPagination, PPinCode, PPopover, PRadioGroup, PRadioGroupOption, PScroller, PSegmentedControl, PSegmentedControlItem, PSelect, PSelectOption, PSheet, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextList, PTextListItem, PTextarea, PToast, PWordmark], exports: [PAccordion, PBanner, PButton, PButtonPure, PButtonTile, PCanvas, PCarousel, PCheckbox, PCrest, PDisplay, PDivider, PDrilldown, PDrilldownItem, PDrilldownLink, PFieldset, PFlag, PFlyout, PHeading, PIcon, PInlineNotification, PInputDate, PInputEmail, PInputMonth, PInputNumber, PInputPassword, PInputSearch, PInputTel, PInputText, PInputTime, PInputUrl, PInputWeek, PLink, PLinkPure, PLinkTile, PLinkTileProduct, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, POptgroup, PPagination, PPinCode, PPopover, PRadioGroup, PRadioGroupOption, PScroller, PSegmentedControl, PSegmentedControlItem, PSelect, PSelectOption, PSheet, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextList, PTextListItem, PTextarea, PToast, PWordmark] });
2543
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PorscheDesignSystemModule });
2538
2544
  }
2539
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
2545
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
2540
2546
  type: NgModule,
2541
2547
  args: [{
2542
2548
  declarations: DECLARATIONS,
@@ -2551,10 +2557,10 @@ class ToastManager {
2551
2557
  const toast = document.body.querySelector('p-toast,[p-toast]');
2552
2558
  customElements.whenDefined(toast.tagName.toLowerCase()).then(() => toast.addMessage(message));
2553
2559
  }
2554
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: ToastManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2555
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: ToastManager, providedIn: 'root' });
2560
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ToastManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2561
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ToastManager, providedIn: 'root' });
2556
2562
  }
2557
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: ToastManager, decorators: [{
2563
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ToastManager, decorators: [{
2558
2564
  type: Injectable,
2559
2565
  args: [{
2560
2566
  providedIn: 'root',