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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1183) hide show
  1. package/CHANGELOG.md +187 -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 +231 -230
  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 +19 -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} +11 -3
  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: '',
@@ -34,10 +34,10 @@ class PAccordion extends BaseComponent {
34
34
  size;
35
35
  sticky;
36
36
  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 });
37
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PAccordion, deps: null, target: i0.ɵɵFactoryTarget.Component });
38
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.1", 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 });
39
39
  }
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PAccordion, decorators: [{
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PAccordion, decorators: [{
41
41
  type: Component,
42
42
  args: [{
43
43
  selector: 'p-accordion,[p-accordion]',
@@ -56,10 +56,10 @@ class PBanner extends BaseComponent {
56
56
  open;
57
57
  state;
58
58
  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 });
59
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PBanner, deps: null, target: i0.ɵɵFactoryTarget.Component });
60
+ 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
61
  }
62
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PBanner, decorators: [{
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PBanner, decorators: [{
63
63
  type: Component,
64
64
  args: [{
65
65
  selector: 'p-banner,[p-banner]',
@@ -83,10 +83,10 @@ class PButton extends BaseComponent {
83
83
  type;
84
84
  value;
85
85
  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 });
86
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButton, deps: null, target: i0.ɵɵFactoryTarget.Component });
87
+ 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
88
  }
89
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PButton, decorators: [{
89
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButton, decorators: [{
90
90
  type: Component,
91
91
  args: [{
92
92
  selector: 'p-button,[p-button]',
@@ -112,10 +112,10 @@ class PButtonPure extends BaseComponent {
112
112
  type;
113
113
  underline;
114
114
  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 });
115
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButtonPure, deps: null, target: i0.ɵɵFactoryTarget.Component });
116
+ 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
117
  }
118
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PButtonPure, decorators: [{
118
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButtonPure, decorators: [{
119
119
  type: Component,
120
120
  args: [{
121
121
  selector: 'p-button-pure,[p-button-pure]',
@@ -140,10 +140,10 @@ class PButtonTile extends BaseComponent {
140
140
  size;
141
141
  type;
142
142
  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 });
143
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButtonTile, deps: null, target: i0.ɵɵFactoryTarget.Component });
144
+ 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
145
  }
146
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PButtonTile, decorators: [{
146
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PButtonTile, decorators: [{
147
147
  type: Component,
148
148
  args: [{
149
149
  selector: 'p-button-tile,[p-button-tile]',
@@ -154,19 +154,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
154
154
  }] });
155
155
 
156
156
  class PCanvas extends BaseComponent {
157
+ background;
157
158
  sidebarEndOpen;
158
159
  sidebarStartOpen;
159
160
  sidebarEndDismiss = new EventEmitter();
160
161
  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 });
162
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCanvas, deps: null, target: i0.ɵɵFactoryTarget.Component });
163
+ 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
164
  }
164
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PCanvas, decorators: [{
165
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCanvas, decorators: [{
165
166
  type: Component,
166
167
  args: [{
167
168
  selector: 'p-canvas,[p-canvas]',
168
169
  template: '<ng-content />',
169
- inputs: ['sidebarEndOpen', 'sidebarStartOpen'],
170
+ inputs: ['background', 'sidebarEndOpen', 'sidebarStartOpen'],
170
171
  outputs: ['sidebarEndDismiss', 'sidebarStartUpdate'],
171
172
  standalone: false
172
173
  }]
@@ -190,10 +191,10 @@ class PCarousel extends BaseComponent {
190
191
  trimSpace;
191
192
  width;
192
193
  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 });
194
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCarousel, deps: null, target: i0.ɵɵFactoryTarget.Component });
195
+ 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
196
  }
196
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PCarousel, decorators: [{
197
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCarousel, decorators: [{
197
198
  type: Component,
198
199
  args: [{
199
200
  selector: 'p-carousel,[p-carousel]',
@@ -243,8 +244,8 @@ class PCheckbox extends BaseComponent {
243
244
  setDisabledState(isDisabled) {
244
245
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
245
246
  }
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: [
247
+ 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 });
248
+ 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
249
  {
249
250
  provide: NG_VALUE_ACCESSOR,
250
251
  useExisting: forwardRef(() => PCheckbox),
@@ -252,7 +253,7 @@ class PCheckbox extends BaseComponent {
252
253
  },
253
254
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
254
255
  }
255
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PCheckbox, decorators: [{
256
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCheckbox, decorators: [{
256
257
  type: Component,
257
258
  args: [{
258
259
  selector: 'p-checkbox,[p-checkbox]',
@@ -278,10 +279,10 @@ class PCrest extends BaseComponent {
278
279
  aria;
279
280
  href;
280
281
  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 });
282
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCrest, deps: null, target: i0.ɵɵFactoryTarget.Component });
283
+ 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
284
  }
284
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PCrest, decorators: [{
285
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PCrest, decorators: [{
285
286
  type: Component,
286
287
  args: [{
287
288
  selector: 'p-crest,[p-crest]',
@@ -297,10 +298,10 @@ class PDisplay extends BaseComponent {
297
298
  ellipsis;
298
299
  size;
299
300
  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 });
301
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDisplay, deps: null, target: i0.ɵɵFactoryTarget.Component });
302
+ 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
303
  }
303
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PDisplay, decorators: [{
304
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDisplay, decorators: [{
304
305
  type: Component,
305
306
  args: [{
306
307
  selector: 'p-display,[p-display]',
@@ -313,10 +314,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
313
314
  class PDivider extends BaseComponent {
314
315
  color;
315
316
  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 });
317
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDivider, deps: null, target: i0.ɵɵFactoryTarget.Component });
318
+ 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
319
  }
319
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PDivider, decorators: [{
320
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDivider, decorators: [{
320
321
  type: Component,
321
322
  args: [{
322
323
  selector: 'p-divider,[p-divider]',
@@ -332,10 +333,10 @@ class PDrilldown extends BaseComponent {
332
333
  open;
333
334
  dismiss = new EventEmitter();
334
335
  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 });
336
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDrilldown, deps: null, target: i0.ɵɵFactoryTarget.Component });
337
+ 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
338
  }
338
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PDrilldown, decorators: [{
339
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDrilldown, decorators: [{
339
340
  type: Component,
340
341
  args: [{
341
342
  selector: 'p-drilldown,[p-drilldown]',
@@ -352,10 +353,10 @@ class PDrilldownItem extends BaseComponent {
352
353
  label;
353
354
  primary;
354
355
  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 });
356
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDrilldownItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
357
+ 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
358
  }
358
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PDrilldownItem, decorators: [{
359
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDrilldownItem, decorators: [{
359
360
  type: Component,
360
361
  args: [{
361
362
  selector: 'p-drilldown-item,[p-drilldown-item]',
@@ -372,10 +373,10 @@ class PDrilldownLink extends BaseComponent {
372
373
  href;
373
374
  rel;
374
375
  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 });
376
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDrilldownLink, deps: null, target: i0.ɵɵFactoryTarget.Component });
377
+ 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
378
  }
378
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PDrilldownLink, decorators: [{
379
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PDrilldownLink, decorators: [{
379
380
  type: Component,
380
381
  args: [{
381
382
  selector: 'p-drilldown-link,[p-drilldown-link]',
@@ -392,10 +393,10 @@ class PFieldset extends BaseComponent {
392
393
  message;
393
394
  required;
394
395
  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 });
396
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PFieldset, deps: null, target: i0.ɵɵFactoryTarget.Component });
397
+ 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
398
  }
398
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PFieldset, decorators: [{
399
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PFieldset, decorators: [{
399
400
  type: Component,
400
401
  args: [{
401
402
  selector: 'p-fieldset,[p-fieldset]',
@@ -409,10 +410,10 @@ class PFlag extends BaseComponent {
409
410
  aria;
410
411
  name;
411
412
  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 });
413
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PFlag, deps: null, target: i0.ɵɵFactoryTarget.Component });
414
+ 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
415
  }
415
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PFlag, decorators: [{
416
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PFlag, decorators: [{
416
417
  type: Component,
417
418
  args: [{
418
419
  selector: 'p-flag,[p-flag]',
@@ -433,10 +434,10 @@ class PFlyout extends BaseComponent {
433
434
  dismiss = new EventEmitter();
434
435
  motionHiddenEnd = new EventEmitter();
435
436
  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 });
437
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PFlyout, deps: null, target: i0.ɵɵFactoryTarget.Component });
438
+ 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
439
  }
439
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PFlyout, decorators: [{
440
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PFlyout, decorators: [{
440
441
  type: Component,
441
442
  args: [{
442
443
  selector: 'p-flyout,[p-flyout]',
@@ -453,10 +454,10 @@ class PHeading extends BaseComponent {
453
454
  ellipsis;
454
455
  size;
455
456
  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 });
457
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PHeading, deps: null, target: i0.ɵɵFactoryTarget.Component });
458
+ 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
459
  }
459
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PHeading, decorators: [{
460
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PHeading, decorators: [{
460
461
  type: Component,
461
462
  args: [{
462
463
  selector: 'p-heading,[p-heading]',
@@ -472,10 +473,10 @@ class PIcon extends BaseComponent {
472
473
  name;
473
474
  size;
474
475
  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 });
476
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
477
+ 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
478
  }
478
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PIcon, decorators: [{
479
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PIcon, decorators: [{
479
480
  type: Component,
480
481
  args: [{
481
482
  selector: 'p-icon,[p-icon]',
@@ -496,10 +497,10 @@ class PInlineNotification extends BaseComponent {
496
497
  state;
497
498
  action = new EventEmitter();
498
499
  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 });
500
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInlineNotification, deps: null, target: i0.ɵɵFactoryTarget.Component });
501
+ 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
502
  }
502
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInlineNotification, decorators: [{
503
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInlineNotification, decorators: [{
503
504
  type: Component,
504
505
  args: [{
505
506
  selector: 'p-inline-notification,[p-inline-notification]',
@@ -554,8 +555,8 @@ class PInputDate extends BaseComponent {
554
555
  setDisabledState(isDisabled) {
555
556
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
556
557
  }
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: [
558
+ 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 });
559
+ 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
560
  {
560
561
  provide: NG_VALUE_ACCESSOR,
561
562
  useExisting: forwardRef(() => PInputDate),
@@ -563,7 +564,7 @@ class PInputDate extends BaseComponent {
563
564
  },
564
565
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
565
566
  }
566
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputDate, decorators: [{
567
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputDate, decorators: [{
567
568
  type: Component,
568
569
  args: [{
569
570
  selector: 'p-input-date,[p-input-date]',
@@ -632,8 +633,8 @@ class PInputEmail extends BaseComponent {
632
633
  setDisabledState(isDisabled) {
633
634
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
634
635
  }
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: [
636
+ 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 });
637
+ 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
638
  {
638
639
  provide: NG_VALUE_ACCESSOR,
639
640
  useExisting: forwardRef(() => PInputEmail),
@@ -641,7 +642,7 @@ class PInputEmail extends BaseComponent {
641
642
  },
642
643
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
643
644
  }
644
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputEmail, decorators: [{
645
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputEmail, decorators: [{
645
646
  type: Component,
646
647
  args: [{
647
648
  selector: 'p-input-email,[p-input-email]',
@@ -707,8 +708,8 @@ class PInputMonth extends BaseComponent {
707
708
  setDisabledState(isDisabled) {
708
709
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
709
710
  }
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: [
711
+ 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 });
712
+ 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
713
  {
713
714
  provide: NG_VALUE_ACCESSOR,
714
715
  useExisting: forwardRef(() => PInputMonth),
@@ -716,7 +717,7 @@ class PInputMonth extends BaseComponent {
716
717
  },
717
718
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
718
719
  }
719
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputMonth, decorators: [{
720
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputMonth, decorators: [{
720
721
  type: Component,
721
722
  args: [{
722
723
  selector: 'p-input-month,[p-input-month]',
@@ -784,8 +785,8 @@ class PInputNumber extends BaseComponent {
784
785
  setDisabledState(isDisabled) {
785
786
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
786
787
  }
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: [
788
+ 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 });
789
+ 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
790
  {
790
791
  provide: NG_VALUE_ACCESSOR,
791
792
  useExisting: forwardRef(() => PInputNumber),
@@ -793,7 +794,7 @@ class PInputNumber extends BaseComponent {
793
794
  },
794
795
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
795
796
  }
796
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputNumber, decorators: [{
797
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputNumber, decorators: [{
797
798
  type: Component,
798
799
  args: [{
799
800
  selector: 'p-input-number,[p-input-number]',
@@ -860,8 +861,8 @@ class PInputPassword extends BaseComponent {
860
861
  setDisabledState(isDisabled) {
861
862
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
862
863
  }
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: [
864
+ 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 });
865
+ 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
866
  {
866
867
  provide: NG_VALUE_ACCESSOR,
867
868
  useExisting: forwardRef(() => PInputPassword),
@@ -869,7 +870,7 @@ class PInputPassword extends BaseComponent {
869
870
  },
870
871
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
871
872
  }
872
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputPassword, decorators: [{
873
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputPassword, decorators: [{
873
874
  type: Component,
874
875
  args: [{
875
876
  selector: 'p-input-password,[p-input-password]',
@@ -937,8 +938,8 @@ class PInputSearch extends BaseComponent {
937
938
  setDisabledState(isDisabled) {
938
939
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
939
940
  }
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: [
941
+ 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 });
942
+ 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
943
  {
943
944
  provide: NG_VALUE_ACCESSOR,
944
945
  useExisting: forwardRef(() => PInputSearch),
@@ -946,7 +947,7 @@ class PInputSearch extends BaseComponent {
946
947
  },
947
948
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
948
949
  }
949
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputSearch, decorators: [{
950
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputSearch, decorators: [{
950
951
  type: Component,
951
952
  args: [{
952
953
  selector: 'p-input-search,[p-input-search]',
@@ -1014,8 +1015,8 @@ class PInputTel extends BaseComponent {
1014
1015
  setDisabledState(isDisabled) {
1015
1016
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
1016
1017
  }
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: [
1018
+ 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 });
1019
+ 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
1020
  {
1020
1021
  provide: NG_VALUE_ACCESSOR,
1021
1022
  useExisting: forwardRef(() => PInputTel),
@@ -1023,7 +1024,7 @@ class PInputTel extends BaseComponent {
1023
1024
  },
1024
1025
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1025
1026
  }
1026
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputTel, decorators: [{
1027
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputTel, decorators: [{
1027
1028
  type: Component,
1028
1029
  args: [{
1029
1030
  selector: 'p-input-tel,[p-input-tel]',
@@ -1091,8 +1092,8 @@ class PInputText extends BaseComponent {
1091
1092
  setDisabledState(isDisabled) {
1092
1093
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
1093
1094
  }
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: [
1095
+ 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 });
1096
+ 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
1097
  {
1097
1098
  provide: NG_VALUE_ACCESSOR,
1098
1099
  useExisting: forwardRef(() => PInputText),
@@ -1100,7 +1101,7 @@ class PInputText extends BaseComponent {
1100
1101
  },
1101
1102
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1102
1103
  }
1103
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputText, decorators: [{
1104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputText, decorators: [{
1104
1105
  type: Component,
1105
1106
  args: [{
1106
1107
  selector: 'p-input-text,[p-input-text]',
@@ -1166,8 +1167,8 @@ class PInputTime extends BaseComponent {
1166
1167
  setDisabledState(isDisabled) {
1167
1168
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
1168
1169
  }
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: [
1170
+ 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 });
1171
+ 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
1172
  {
1172
1173
  provide: NG_VALUE_ACCESSOR,
1173
1174
  useExisting: forwardRef(() => PInputTime),
@@ -1175,7 +1176,7 @@ class PInputTime extends BaseComponent {
1175
1176
  },
1176
1177
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1177
1178
  }
1178
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputTime, decorators: [{
1179
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputTime, decorators: [{
1179
1180
  type: Component,
1180
1181
  args: [{
1181
1182
  selector: 'p-input-time,[p-input-time]',
@@ -1243,8 +1244,8 @@ class PInputUrl extends BaseComponent {
1243
1244
  setDisabledState(isDisabled) {
1244
1245
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
1245
1246
  }
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: [
1247
+ 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 });
1248
+ 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
1249
  {
1249
1250
  provide: NG_VALUE_ACCESSOR,
1250
1251
  useExisting: forwardRef(() => PInputUrl),
@@ -1252,7 +1253,7 @@ class PInputUrl extends BaseComponent {
1252
1253
  },
1253
1254
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1254
1255
  }
1255
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputUrl, decorators: [{
1256
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputUrl, decorators: [{
1256
1257
  type: Component,
1257
1258
  args: [{
1258
1259
  selector: 'p-input-url,[p-input-url]',
@@ -1318,8 +1319,8 @@ class PInputWeek extends BaseComponent {
1318
1319
  setDisabledState(isDisabled) {
1319
1320
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
1320
1321
  }
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: [
1322
+ 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 });
1323
+ 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
1324
  {
1324
1325
  provide: NG_VALUE_ACCESSOR,
1325
1326
  useExisting: forwardRef(() => PInputWeek),
@@ -1327,7 +1328,7 @@ class PInputWeek extends BaseComponent {
1327
1328
  },
1328
1329
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1329
1330
  }
1330
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PInputWeek, decorators: [{
1331
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PInputWeek, decorators: [{
1331
1332
  type: Component,
1332
1333
  args: [{
1333
1334
  selector: 'p-input-week,[p-input-week]',
@@ -1360,10 +1361,10 @@ class PLink extends BaseComponent {
1360
1361
  rel;
1361
1362
  target;
1362
1363
  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 });
1364
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLink, deps: null, target: i0.ɵɵFactoryTarget.Component });
1365
+ 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
1366
  }
1366
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PLink, decorators: [{
1367
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLink, decorators: [{
1367
1368
  type: Component,
1368
1369
  args: [{
1369
1370
  selector: 'p-link,[p-link]',
@@ -1387,10 +1388,10 @@ class PLinkPure extends BaseComponent {
1387
1388
  stretch;
1388
1389
  target;
1389
1390
  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 });
1391
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkPure, deps: null, target: i0.ɵɵFactoryTarget.Component });
1392
+ 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
1393
  }
1393
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PLinkPure, decorators: [{
1394
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkPure, decorators: [{
1394
1395
  type: Component,
1395
1396
  args: [{
1396
1397
  selector: 'p-link-pure,[p-link-pure]',
@@ -1414,10 +1415,10 @@ class PLinkTile extends BaseComponent {
1414
1415
  size;
1415
1416
  target;
1416
1417
  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 });
1418
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkTile, deps: null, target: i0.ɵɵFactoryTarget.Component });
1419
+ 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
1420
  }
1420
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PLinkTile, decorators: [{
1421
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkTile, decorators: [{
1421
1422
  type: Component,
1422
1423
  args: [{
1423
1424
  selector: 'p-link-tile,[p-link-tile]',
@@ -1439,10 +1440,10 @@ class PLinkTileProduct extends BaseComponent {
1439
1440
  rel;
1440
1441
  target;
1441
1442
  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 });
1443
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkTileProduct, deps: null, target: i0.ɵɵFactoryTarget.Component });
1444
+ 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
1445
  }
1445
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PLinkTileProduct, decorators: [{
1446
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PLinkTileProduct, decorators: [{
1446
1447
  type: Component,
1447
1448
  args: [{
1448
1449
  selector: 'p-link-tile-product,[p-link-tile-product]',
@@ -1464,10 +1465,10 @@ class PModal extends BaseComponent {
1464
1465
  dismiss = new EventEmitter();
1465
1466
  motionHiddenEnd = new EventEmitter();
1466
1467
  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 });
1468
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PModal, deps: null, target: i0.ɵɵFactoryTarget.Component });
1469
+ 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
1470
  }
1470
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PModal, decorators: [{
1471
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PModal, decorators: [{
1471
1472
  type: Component,
1472
1473
  args: [{
1473
1474
  selector: 'p-modal,[p-modal]',
@@ -1485,10 +1486,10 @@ class PModelSignature extends BaseComponent {
1485
1486
  model;
1486
1487
  safeZone;
1487
1488
  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 });
1489
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PModelSignature, deps: null, target: i0.ɵɵFactoryTarget.Component });
1490
+ 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
1491
  }
1491
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PModelSignature, decorators: [{
1492
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PModelSignature, decorators: [{
1492
1493
  type: Component,
1493
1494
  args: [{
1494
1495
  selector: 'p-model-signature,[p-model-signature]',
@@ -1537,8 +1538,8 @@ class PMultiSelect extends BaseComponent {
1537
1538
  setDisabledState(isDisabled) {
1538
1539
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
1539
1540
  }
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: [
1541
+ 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 });
1542
+ 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
1543
  {
1543
1544
  provide: NG_VALUE_ACCESSOR,
1544
1545
  useExisting: forwardRef(() => PMultiSelect),
@@ -1546,7 +1547,7 @@ class PMultiSelect extends BaseComponent {
1546
1547
  },
1547
1548
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1548
1549
  }
1549
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PMultiSelect, decorators: [{
1550
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PMultiSelect, decorators: [{
1550
1551
  type: Component,
1551
1552
  args: [{
1552
1553
  selector: 'p-multi-select,[p-multi-select]',
@@ -1571,10 +1572,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
1571
1572
  class PMultiSelectOption extends BaseComponent {
1572
1573
  disabled;
1573
1574
  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 });
1575
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PMultiSelectOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
1576
+ 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
1577
  }
1577
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PMultiSelectOption, decorators: [{
1578
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PMultiSelectOption, decorators: [{
1578
1579
  type: Component,
1579
1580
  args: [{
1580
1581
  selector: 'p-multi-select-option,[p-multi-select-option]',
@@ -1587,10 +1588,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
1587
1588
  class POptgroup extends BaseComponent {
1588
1589
  disabled;
1589
1590
  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 });
1591
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: POptgroup, deps: null, target: i0.ɵɵFactoryTarget.Component });
1592
+ 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
1593
  }
1593
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: POptgroup, decorators: [{
1594
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: POptgroup, decorators: [{
1594
1595
  type: Component,
1595
1596
  args: [{
1596
1597
  selector: 'p-optgroup,[p-optgroup]',
@@ -1607,10 +1608,10 @@ class PPagination extends BaseComponent {
1607
1608
  showLastPage;
1608
1609
  totalItemsCount;
1609
1610
  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 });
1611
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PPagination, deps: null, target: i0.ɵɵFactoryTarget.Component });
1612
+ 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
1613
  }
1613
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PPagination, decorators: [{
1614
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PPagination, decorators: [{
1614
1615
  type: Component,
1615
1616
  args: [{
1616
1617
  selector: 'p-pagination,[p-pagination]',
@@ -1661,8 +1662,8 @@ class PPinCode extends BaseComponent {
1661
1662
  setDisabledState(isDisabled) {
1662
1663
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
1663
1664
  }
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: [
1665
+ 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 });
1666
+ 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
1667
  {
1667
1668
  provide: NG_VALUE_ACCESSOR,
1668
1669
  useExisting: forwardRef(() => PPinCode),
@@ -1670,7 +1671,7 @@ class PPinCode extends BaseComponent {
1670
1671
  },
1671
1672
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1672
1673
  }
1673
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PPinCode, decorators: [{
1674
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PPinCode, decorators: [{
1674
1675
  type: Component,
1675
1676
  args: [{
1676
1677
  selector: 'p-pin-code,[p-pin-code]',
@@ -1696,10 +1697,10 @@ class PPopover extends BaseComponent {
1696
1697
  aria;
1697
1698
  description;
1698
1699
  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 });
1700
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PPopover, deps: null, target: i0.ɵɵFactoryTarget.Component });
1701
+ 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
1702
  }
1702
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PPopover, decorators: [{
1703
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PPopover, decorators: [{
1703
1704
  type: Component,
1704
1705
  args: [{
1705
1706
  selector: 'p-popover,[p-popover]',
@@ -1748,8 +1749,8 @@ class PRadioGroup extends BaseComponent {
1748
1749
  setDisabledState(isDisabled) {
1749
1750
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
1750
1751
  }
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: [
1752
+ 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 });
1753
+ 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
1754
  {
1754
1755
  provide: NG_VALUE_ACCESSOR,
1755
1756
  useExisting: forwardRef(() => PRadioGroup),
@@ -1757,7 +1758,7 @@ class PRadioGroup extends BaseComponent {
1757
1758
  },
1758
1759
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1759
1760
  }
1760
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PRadioGroup, decorators: [{
1761
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PRadioGroup, decorators: [{
1761
1762
  type: Component,
1762
1763
  args: [{
1763
1764
  selector: 'p-radio-group,[p-radio-group]',
@@ -1784,10 +1785,10 @@ class PRadioGroupOption extends BaseComponent {
1784
1785
  label;
1785
1786
  loading;
1786
1787
  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 });
1788
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PRadioGroupOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
1789
+ 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
1790
  }
1790
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PRadioGroupOption, decorators: [{
1791
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PRadioGroupOption, decorators: [{
1791
1792
  type: Component,
1792
1793
  args: [{
1793
1794
  selector: 'p-radio-group-option,[p-radio-group-option]',
@@ -1802,10 +1803,10 @@ class PScroller extends BaseComponent {
1802
1803
  aria;
1803
1804
  scrollToPosition;
1804
1805
  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 });
1806
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PScroller, deps: null, target: i0.ɵɵFactoryTarget.Component });
1807
+ 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
1808
  }
1808
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PScroller, decorators: [{
1809
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PScroller, decorators: [{
1809
1810
  type: Component,
1810
1811
  args: [{
1811
1812
  selector: 'p-scroller,[p-scroller]',
@@ -1853,8 +1854,8 @@ class PSegmentedControl extends BaseComponent {
1853
1854
  setDisabledState(isDisabled) {
1854
1855
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
1855
1856
  }
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: [
1857
+ 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 });
1858
+ 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
1859
  {
1859
1860
  provide: NG_VALUE_ACCESSOR,
1860
1861
  useExisting: forwardRef(() => PSegmentedControl),
@@ -1862,7 +1863,7 @@ class PSegmentedControl extends BaseComponent {
1862
1863
  },
1863
1864
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1864
1865
  }
1865
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PSegmentedControl, decorators: [{
1866
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSegmentedControl, decorators: [{
1866
1867
  type: Component,
1867
1868
  args: [{
1868
1869
  selector: 'p-segmented-control,[p-segmented-control]',
@@ -1891,10 +1892,10 @@ class PSegmentedControlItem extends BaseComponent {
1891
1892
  iconSource;
1892
1893
  label;
1893
1894
  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 });
1895
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSegmentedControlItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
1896
+ 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
1897
  }
1897
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PSegmentedControlItem, decorators: [{
1898
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSegmentedControlItem, decorators: [{
1898
1899
  type: Component,
1899
1900
  args: [{
1900
1901
  selector: 'p-segmented-control-item,[p-segmented-control-item]',
@@ -1944,8 +1945,8 @@ class PSelect extends BaseComponent {
1944
1945
  setDisabledState(isDisabled) {
1945
1946
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
1946
1947
  }
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: [
1948
+ 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 });
1949
+ 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
1950
  {
1950
1951
  provide: NG_VALUE_ACCESSOR,
1951
1952
  useExisting: forwardRef(() => PSelect),
@@ -1953,7 +1954,7 @@ class PSelect extends BaseComponent {
1953
1954
  },
1954
1955
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
1955
1956
  }
1956
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PSelect, decorators: [{
1957
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSelect, decorators: [{
1957
1958
  type: Component,
1958
1959
  args: [{
1959
1960
  selector: 'p-select,[p-select]',
@@ -1978,10 +1979,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
1978
1979
  class PSelectOption extends BaseComponent {
1979
1980
  disabled;
1980
1981
  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 });
1982
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSelectOption, deps: null, target: i0.ɵɵFactoryTarget.Component });
1983
+ 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
1984
  }
1984
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PSelectOption, decorators: [{
1985
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSelectOption, decorators: [{
1985
1986
  type: Component,
1986
1987
  args: [{
1987
1988
  selector: 'p-select-option,[p-select-option]',
@@ -2000,10 +2001,10 @@ class PSheet extends BaseComponent {
2000
2001
  dismiss = new EventEmitter();
2001
2002
  motionHiddenEnd = new EventEmitter();
2002
2003
  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 });
2004
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSheet, deps: null, target: i0.ɵɵFactoryTarget.Component });
2005
+ 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
2006
  }
2006
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PSheet, decorators: [{
2007
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSheet, decorators: [{
2007
2008
  type: Component,
2008
2009
  args: [{
2009
2010
  selector: 'p-sheet,[p-sheet]',
@@ -2017,10 +2018,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
2017
2018
  class PSpinner extends BaseComponent {
2018
2019
  aria;
2019
2020
  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 });
2021
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSpinner, deps: null, target: i0.ɵɵFactoryTarget.Component });
2022
+ 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
2023
  }
2023
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PSpinner, decorators: [{
2024
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSpinner, decorators: [{
2024
2025
  type: Component,
2025
2026
  args: [{
2026
2027
  selector: 'p-spinner,[p-spinner]',
@@ -2033,10 +2034,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
2033
2034
  class PStepperHorizontal extends BaseComponent {
2034
2035
  size;
2035
2036
  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 });
2037
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PStepperHorizontal, deps: null, target: i0.ɵɵFactoryTarget.Component });
2038
+ 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
2039
  }
2039
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PStepperHorizontal, decorators: [{
2040
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PStepperHorizontal, decorators: [{
2040
2041
  type: Component,
2041
2042
  args: [{
2042
2043
  selector: 'p-stepper-horizontal,[p-stepper-horizontal]',
@@ -2050,10 +2051,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
2050
2051
  class PStepperHorizontalItem extends BaseComponent {
2051
2052
  disabled;
2052
2053
  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 });
2054
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PStepperHorizontalItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
2055
+ 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
2056
  }
2056
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PStepperHorizontalItem, decorators: [{
2057
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PStepperHorizontalItem, decorators: [{
2057
2058
  type: Component,
2058
2059
  args: [{
2059
2060
  selector: 'p-stepper-horizontal-item,[p-stepper-horizontal-item]',
@@ -2072,10 +2073,10 @@ class PSwitch extends BaseComponent {
2072
2073
  loading;
2073
2074
  stretch;
2074
2075
  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 });
2076
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSwitch, deps: null, target: i0.ɵɵFactoryTarget.Component });
2077
+ 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
2078
  }
2078
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PSwitch, decorators: [{
2079
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PSwitch, decorators: [{
2079
2080
  type: Component,
2080
2081
  args: [{
2081
2082
  selector: 'p-switch,[p-switch]',
@@ -2091,10 +2092,10 @@ class PTable extends BaseComponent {
2091
2092
  compact;
2092
2093
  layout;
2093
2094
  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 });
2095
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTable, deps: null, target: i0.ɵɵFactoryTarget.Component });
2096
+ 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
2097
  }
2097
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTable, decorators: [{
2098
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTable, decorators: [{
2098
2099
  type: Component,
2099
2100
  args: [{
2100
2101
  selector: 'p-table,[p-table]',
@@ -2106,10 +2107,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
2106
2107
  }] });
2107
2108
 
2108
2109
  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 });
2110
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableBody, deps: null, target: i0.ɵɵFactoryTarget.Component });
2111
+ 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
2112
  }
2112
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTableBody, decorators: [{
2113
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableBody, decorators: [{
2113
2114
  type: Component,
2114
2115
  args: [{
2115
2116
  selector: 'p-table-body,[p-table-body]',
@@ -2120,10 +2121,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
2120
2121
 
2121
2122
  class PTableCell extends BaseComponent {
2122
2123
  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 });
2124
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableCell, deps: null, target: i0.ɵɵFactoryTarget.Component });
2125
+ 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
2126
  }
2126
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTableCell, decorators: [{
2127
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableCell, decorators: [{
2127
2128
  type: Component,
2128
2129
  args: [{
2129
2130
  selector: 'p-table-cell,[p-table-cell]',
@@ -2134,10 +2135,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
2134
2135
  }] });
2135
2136
 
2136
2137
  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 });
2138
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableHead, deps: null, target: i0.ɵɵFactoryTarget.Component });
2139
+ 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
2140
  }
2140
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTableHead, decorators: [{
2141
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableHead, decorators: [{
2141
2142
  type: Component,
2142
2143
  args: [{
2143
2144
  selector: 'p-table-head,[p-table-head]',
@@ -2150,10 +2151,10 @@ class PTableHeadCell extends BaseComponent {
2150
2151
  hideLabel;
2151
2152
  multiline;
2152
2153
  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 });
2154
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableHeadCell, deps: null, target: i0.ɵɵFactoryTarget.Component });
2155
+ 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
2156
  }
2156
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTableHeadCell, decorators: [{
2157
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableHeadCell, decorators: [{
2157
2158
  type: Component,
2158
2159
  args: [{
2159
2160
  selector: 'p-table-head-cell,[p-table-head-cell]',
@@ -2164,10 +2165,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
2164
2165
  }] });
2165
2166
 
2166
2167
  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 });
2168
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableHeadRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
2169
+ 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
2170
  }
2170
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTableHeadRow, decorators: [{
2171
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableHeadRow, decorators: [{
2171
2172
  type: Component,
2172
2173
  args: [{
2173
2174
  selector: 'p-table-head-row,[p-table-head-row]',
@@ -2177,10 +2178,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
2177
2178
  }] });
2178
2179
 
2179
2180
  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 });
2181
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableRow, deps: null, target: i0.ɵɵFactoryTarget.Component });
2182
+ 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
2183
  }
2183
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTableRow, decorators: [{
2184
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTableRow, decorators: [{
2184
2185
  type: Component,
2185
2186
  args: [{
2186
2187
  selector: 'p-table-row,[p-table-row]',
@@ -2194,10 +2195,10 @@ class PTabs extends BaseComponent {
2194
2195
  size;
2195
2196
  weight;
2196
2197
  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 });
2198
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTabs, deps: null, target: i0.ɵɵFactoryTarget.Component });
2199
+ 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
2200
  }
2200
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTabs, decorators: [{
2201
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTabs, decorators: [{
2201
2202
  type: Component,
2202
2203
  args: [{
2203
2204
  selector: 'p-tabs,[p-tabs]',
@@ -2213,10 +2214,10 @@ class PTabsBar extends BaseComponent {
2213
2214
  size;
2214
2215
  weight;
2215
2216
  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 });
2217
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTabsBar, deps: null, target: i0.ɵɵFactoryTarget.Component });
2218
+ 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
2219
  }
2219
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTabsBar, decorators: [{
2220
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTabsBar, decorators: [{
2220
2221
  type: Component,
2221
2222
  args: [{
2222
2223
  selector: 'p-tabs-bar,[p-tabs-bar]',
@@ -2229,10 +2230,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
2229
2230
 
2230
2231
  class PTabsItem extends BaseComponent {
2231
2232
  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 });
2233
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTabsItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
2234
+ 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
2235
  }
2235
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTabsItem, decorators: [{
2236
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTabsItem, decorators: [{
2236
2237
  type: Component,
2237
2238
  args: [{
2238
2239
  selector: 'p-tabs-item,[p-tabs-item]',
@@ -2247,10 +2248,10 @@ class PTag extends BaseComponent {
2247
2248
  icon;
2248
2249
  iconSource;
2249
2250
  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 });
2251
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTag, deps: null, target: i0.ɵɵFactoryTarget.Component });
2252
+ 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
2253
  }
2253
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTag, decorators: [{
2254
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTag, decorators: [{
2254
2255
  type: Component,
2255
2256
  args: [{
2256
2257
  selector: 'p-tag,[p-tag]',
@@ -2264,10 +2265,10 @@ class PTagDismissible extends BaseComponent {
2264
2265
  aria;
2265
2266
  compact;
2266
2267
  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 });
2268
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTagDismissible, deps: null, target: i0.ɵɵFactoryTarget.Component });
2269
+ 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
2270
  }
2270
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTagDismissible, decorators: [{
2271
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTagDismissible, decorators: [{
2271
2272
  type: Component,
2272
2273
  args: [{
2273
2274
  selector: 'p-tag-dismissible,[p-tag-dismissible]',
@@ -2284,10 +2285,10 @@ class PText extends BaseComponent {
2284
2285
  size;
2285
2286
  tag;
2286
2287
  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 });
2288
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PText, deps: null, target: i0.ɵɵFactoryTarget.Component });
2289
+ 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
2290
  }
2290
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PText, decorators: [{
2291
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PText, decorators: [{
2291
2292
  type: Component,
2292
2293
  args: [{
2293
2294
  selector: 'p-text,[p-text]',
@@ -2299,10 +2300,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
2299
2300
 
2300
2301
  class PTextList extends BaseComponent {
2301
2302
  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 });
2303
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTextList, deps: null, target: i0.ɵɵFactoryTarget.Component });
2304
+ 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
2305
  }
2305
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTextList, decorators: [{
2306
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTextList, decorators: [{
2306
2307
  type: Component,
2307
2308
  args: [{
2308
2309
  selector: 'p-text-list,[p-text-list]',
@@ -2313,10 +2314,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
2313
2314
  }] });
2314
2315
 
2315
2316
  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 });
2317
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTextListItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
2318
+ 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
2319
  }
2319
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTextListItem, decorators: [{
2320
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTextListItem, decorators: [{
2320
2321
  type: Component,
2321
2322
  args: [{
2322
2323
  selector: 'p-text-list-item,[p-text-list-item]',
@@ -2373,8 +2374,8 @@ class PTextarea extends BaseComponent {
2373
2374
  setDisabledState(isDisabled) {
2374
2375
  this._renderer.setProperty(this._elementRef.nativeElement, 'disabled', isDisabled);
2375
2376
  }
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: [
2377
+ 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 });
2378
+ 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
2379
  {
2379
2380
  provide: NG_VALUE_ACCESSOR,
2380
2381
  useExisting: forwardRef(() => PTextarea),
@@ -2382,7 +2383,7 @@ class PTextarea extends BaseComponent {
2382
2383
  },
2383
2384
  ], usesInheritance: true, ngImport: i0, template: '<ng-content />', isInline: true });
2384
2385
  }
2385
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PTextarea, decorators: [{
2386
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PTextarea, decorators: [{
2386
2387
  type: Component,
2387
2388
  args: [{
2388
2389
  selector: 'p-textarea,[p-textarea]',
@@ -2405,10 +2406,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
2405
2406
  }], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }] });
2406
2407
 
2407
2408
  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 });
2409
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PToast, deps: null, target: i0.ɵɵFactoryTarget.Component });
2410
+ 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
2411
  }
2411
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PToast, decorators: [{
2412
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PToast, decorators: [{
2412
2413
  type: Component,
2413
2414
  args: [{
2414
2415
  selector: 'p-toast,[p-toast]',
@@ -2422,10 +2423,10 @@ class PWordmark extends BaseComponent {
2422
2423
  href;
2423
2424
  size;
2424
2425
  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 });
2426
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PWordmark, deps: null, target: i0.ɵɵFactoryTarget.Component });
2427
+ 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
2428
  }
2428
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PWordmark, decorators: [{
2429
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PWordmark, decorators: [{
2429
2430
  type: Component,
2430
2431
  args: [{
2431
2432
  selector: 'p-wordmark,[p-wordmark]',
@@ -2532,11 +2533,11 @@ class PorscheDesignSystemModule {
2532
2533
  ],
2533
2534
  };
2534
2535
  }
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 });
2536
+ 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 });
2537
+ 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] });
2538
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PorscheDesignSystemModule });
2538
2539
  }
2539
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
2540
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: PorscheDesignSystemModule, decorators: [{
2540
2541
  type: NgModule,
2541
2542
  args: [{
2542
2543
  declarations: DECLARATIONS,
@@ -2551,10 +2552,10 @@ class ToastManager {
2551
2552
  const toast = document.body.querySelector('p-toast,[p-toast]');
2552
2553
  customElements.whenDefined(toast.tagName.toLowerCase()).then(() => toast.addMessage(message));
2553
2554
  }
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' });
2555
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ToastManager, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
2556
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ToastManager, providedIn: 'root' });
2556
2557
  }
2557
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: ToastManager, decorators: [{
2558
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ToastManager, decorators: [{
2558
2559
  type: Injectable,
2559
2560
  args: [{
2560
2561
  providedIn: 'root',