@porsche-design-system/components-angular 4.7.0-beta.0 → 4.7.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.
- package/CHANGELOG.md +35 -0
- package/bin/pds-skill.js +50 -41
- package/package.json +2 -2
- package/skills/pds-audit-deprecations-angular/SKILL.md +247 -0
- package/skills/pds-audit-deprecations-angular/references/report-template.md +128 -0
- package/skills/pds-audit-deprecations-angular/references/report.schema.json +446 -0
- package/skills/pds-knowledge-angular/SKILL.md +9 -3
- package/skills/pds-knowledge-angular/references/components/p-button/examples/AiGradientGlow.ts +1 -1
- package/skills/pds-knowledge-angular/references/deprecations.md +686 -0
- package/skills/pds-knowledge-angular/references/styles/scss.md +3 -2
- package/skills/pds-knowledge-angular/references/styles/tailwindcss.md +0 -2
- package/tailwindcss/index.css +16 -16
- package/vanilla-extract/cjs/blur/deprecated/frostedGlassStyle.cjs +1 -1
- package/vanilla-extract/cjs/border/deprecated/border.cjs +1 -1
- package/vanilla-extract/cjs/border/deprecated/borderRadius.cjs +1 -1
- package/vanilla-extract/cjs/border/deprecated/borderRadiusLarge.cjs +1 -1
- package/vanilla-extract/cjs/border/deprecated/borderRadiusMedium.cjs +1 -1
- package/vanilla-extract/cjs/border/deprecated/borderRadiusSmall.cjs +1 -1
- package/vanilla-extract/cjs/border/deprecated/borderWidth.cjs +1 -1
- package/vanilla-extract/cjs/border/deprecated/borderWidthBase.cjs +1 -1
- package/vanilla-extract/cjs/border/deprecated/borderWidthThin.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/theme.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeDark.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeDarkBackgroundBase.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeDarkBackgroundFrosted.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeDarkBackgroundShading.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeDarkBackgroundSurface.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeDarkContrastHigh.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeDarkContrastLow.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeDarkContrastMedium.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationError.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationErrorSoft.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationInfo.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationInfoSoft.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationSuccess.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationSuccessSoft.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationWarning.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeDarkNotificationWarningSoft.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeDarkPrimary.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeDarkStateActive.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeDarkStateDisabled.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeDarkStateFocus.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeDarkStateHover.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeLight.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeLightBackgroundBase.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeLightBackgroundFrosted.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeLightBackgroundShading.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeLightBackgroundSurface.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeLightContrastHigh.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeLightContrastLow.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeLightContrastMedium.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeLightNotificationError.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeLightNotificationErrorSoft.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeLightNotificationInfo.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeLightNotificationInfoSoft.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeLightNotificationSuccess.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeLightNotificationSuccessSoft.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeLightNotificationWarning.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeLightNotificationWarningSoft.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeLightPrimary.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeLightStateActive.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeLightStateDisabled.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeLightStateFocus.cjs +1 -1
- package/vanilla-extract/cjs/color/deprecated/themeLightStateHover.cjs +1 -1
- package/vanilla-extract/cjs/focus/deprecated/getFocusStyle.cjs +1 -0
- package/vanilla-extract/cjs/font/deprecated/fontFamily.cjs +1 -1
- package/vanilla-extract/cjs/font/deprecated/fontLineHeight.cjs +1 -1
- package/vanilla-extract/cjs/font/deprecated/fontSize.cjs +1 -1
- package/vanilla-extract/cjs/font/deprecated/fontSizeDisplay.cjs +1 -1
- package/vanilla-extract/cjs/font/deprecated/fontSizeHeading.cjs +1 -1
- package/vanilla-extract/cjs/font/deprecated/fontSizeHeadingLarge.cjs +1 -1
- package/vanilla-extract/cjs/font/deprecated/fontSizeHeadingMedium.cjs +1 -1
- package/vanilla-extract/cjs/font/deprecated/fontSizeHeadingSmall.cjs +1 -1
- package/vanilla-extract/cjs/font/deprecated/fontSizeHeadingXLarge.cjs +1 -1
- package/vanilla-extract/cjs/font/deprecated/fontSizeHeadingXXLarge.cjs +1 -1
- package/vanilla-extract/cjs/font/deprecated/fontSizeText.cjs +1 -1
- package/vanilla-extract/cjs/font/deprecated/fontSizeTextLarge.cjs +1 -1
- package/vanilla-extract/cjs/font/deprecated/fontSizeTextMedium.cjs +1 -1
- package/vanilla-extract/cjs/font/deprecated/fontSizeTextSmall.cjs +1 -1
- package/vanilla-extract/cjs/font/deprecated/fontSizeTextXLarge.cjs +1 -1
- package/vanilla-extract/cjs/font/deprecated/fontSizeTextXSmall.cjs +1 -1
- package/vanilla-extract/cjs/font/deprecated/fontSizeTextXXSmall.cjs +1 -1
- package/vanilla-extract/cjs/font/deprecated/fontStyle.cjs +1 -1
- package/vanilla-extract/cjs/font/deprecated/fontStyleItalic.cjs +1 -1
- package/vanilla-extract/cjs/font/deprecated/fontStyleNormal.cjs +1 -1
- package/vanilla-extract/cjs/font/deprecated/fontVariant.cjs +1 -1
- package/vanilla-extract/cjs/font/deprecated/fontWeight.cjs +1 -1
- package/vanilla-extract/cjs/font/deprecated/fontWeightRegular.cjs +1 -1
- package/vanilla-extract/cjs/font/deprecated/fontWeightSemiBold.cjs +1 -1
- package/vanilla-extract/cjs/gradient/deprecated/gradientToBottomStyle.cjs +1 -1
- package/vanilla-extract/cjs/gradient/deprecated/gradientToLeftStyle.cjs +1 -1
- package/vanilla-extract/cjs/gradient/deprecated/gradientToRightStyle.cjs +1 -1
- package/vanilla-extract/cjs/gradient/deprecated/gradientToTopStyle.cjs +1 -1
- package/vanilla-extract/cjs/motion/deprecated/motionDurationLong.cjs +1 -1
- package/vanilla-extract/cjs/motion/deprecated/motionDurationModerate.cjs +1 -1
- package/vanilla-extract/cjs/motion/deprecated/motionDurationShort.cjs +1 -1
- package/vanilla-extract/cjs/motion/deprecated/motionDurationVeryLong.cjs +1 -1
- package/vanilla-extract/cjs/motion/deprecated/motionEasingBase.cjs +1 -1
- package/vanilla-extract/cjs/motion/deprecated/motionEasingIn.cjs +1 -1
- package/vanilla-extract/cjs/motion/deprecated/motionEasingOut.cjs +1 -1
- package/vanilla-extract/cjs/shadow/deprecated/dropShadowHighStyle.cjs +1 -1
- package/vanilla-extract/cjs/shadow/deprecated/dropShadowLowStyle.cjs +1 -1
- package/vanilla-extract/cjs/shadow/deprecated/dropShadowMediumStyle.cjs +1 -1
- package/vanilla-extract/cjs/spacing/deprecated/spacing.cjs +1 -1
- package/vanilla-extract/cjs/spacing/deprecated/spacingFluid.cjs +1 -1
- package/vanilla-extract/cjs/spacing/deprecated/spacingFluidLarge.cjs +1 -1
- package/vanilla-extract/cjs/spacing/deprecated/spacingFluidMedium.cjs +1 -1
- package/vanilla-extract/cjs/spacing/deprecated/spacingFluidSmall.cjs +1 -1
- package/vanilla-extract/cjs/spacing/deprecated/spacingFluidXLarge.cjs +1 -1
- package/vanilla-extract/cjs/spacing/deprecated/spacingFluidXSmall.cjs +1 -1
- package/vanilla-extract/cjs/spacing/deprecated/spacingFluidXXLarge.cjs +1 -1
- package/vanilla-extract/cjs/spacing/deprecated/spacingStatic.cjs +1 -1
- package/vanilla-extract/cjs/spacing/deprecated/spacingStaticLarge.cjs +1 -1
- package/vanilla-extract/cjs/spacing/deprecated/spacingStaticMedium.cjs +1 -1
- package/vanilla-extract/cjs/spacing/deprecated/spacingStaticSmall.cjs +1 -1
- package/vanilla-extract/cjs/spacing/deprecated/spacingStaticXLarge.cjs +1 -1
- package/vanilla-extract/cjs/spacing/deprecated/spacingStaticXSmall.cjs +1 -1
- package/vanilla-extract/cjs/spacing/deprecated/spacingStaticXXLarge.cjs +1 -1
- package/vanilla-extract/cjs/typography/deprecated/display/displayLargeStyle.cjs +1 -1
- package/vanilla-extract/cjs/typography/deprecated/display/displayMediumStyle.cjs +1 -1
- package/vanilla-extract/cjs/typography/deprecated/display/displaySmallStyle.cjs +1 -1
- package/vanilla-extract/cjs/typography/deprecated/heading/headingLargeStyle.cjs +1 -1
- package/vanilla-extract/cjs/typography/deprecated/heading/headingMediumStyle.cjs +1 -1
- package/vanilla-extract/cjs/typography/deprecated/heading/headingSmallStyle.cjs +1 -1
- package/vanilla-extract/cjs/typography/deprecated/heading/headingXLargeStyle.cjs +1 -1
- package/vanilla-extract/cjs/typography/deprecated/heading/headingXXLargeStyle.cjs +1 -1
- package/vanilla-extract/cjs/typography/deprecated/text/textLargeStyle.cjs +1 -1
- package/vanilla-extract/cjs/typography/deprecated/text/textMediumStyle.cjs +1 -1
- package/vanilla-extract/cjs/typography/deprecated/text/textSmallStyle.cjs +1 -1
- package/vanilla-extract/cjs/typography/deprecated/text/textXLargeStyle.cjs +1 -1
- package/vanilla-extract/cjs/typography/deprecated/text/textXSmallStyle.cjs +1 -1
- package/vanilla-extract/cjs/typography/deprecated/text/textXXSmallStyle.cjs +1 -1
- package/vanilla-extract/esm/blur/deprecated/frostedGlassStyle.d.ts +1 -1
- package/vanilla-extract/esm/blur/deprecated/frostedGlassStyle.mjs +1 -1
- package/vanilla-extract/esm/border/deprecated/border.d.ts +1 -1
- package/vanilla-extract/esm/border/deprecated/border.mjs +1 -1
- package/vanilla-extract/esm/border/deprecated/borderRadius.d.ts +1 -1
- package/vanilla-extract/esm/border/deprecated/borderRadius.mjs +1 -1
- package/vanilla-extract/esm/border/deprecated/borderRadiusLarge.d.ts +1 -1
- package/vanilla-extract/esm/border/deprecated/borderRadiusLarge.mjs +1 -1
- package/vanilla-extract/esm/border/deprecated/borderRadiusMedium.d.ts +1 -1
- package/vanilla-extract/esm/border/deprecated/borderRadiusMedium.mjs +1 -1
- package/vanilla-extract/esm/border/deprecated/borderRadiusSmall.d.ts +1 -1
- package/vanilla-extract/esm/border/deprecated/borderRadiusSmall.mjs +1 -1
- package/vanilla-extract/esm/border/deprecated/borderWidth.d.ts +1 -1
- package/vanilla-extract/esm/border/deprecated/borderWidth.mjs +1 -1
- package/vanilla-extract/esm/border/deprecated/borderWidthBase.d.ts +1 -1
- package/vanilla-extract/esm/border/deprecated/borderWidthBase.mjs +1 -1
- package/vanilla-extract/esm/border/deprecated/borderWidthThin.d.ts +1 -1
- package/vanilla-extract/esm/border/deprecated/borderWidthThin.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/theme.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/theme.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDark.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDark.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundBase.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundBase.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundFrosted.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundFrosted.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundShading.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundShading.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundSurface.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkBackgroundSurface.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkContrastHigh.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkContrastHigh.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkContrastLow.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkContrastLow.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkContrastMedium.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkContrastMedium.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationError.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationError.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationErrorSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationErrorSoft.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationInfo.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationInfo.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationInfoSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationInfoSoft.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationSuccess.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationSuccess.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationSuccessSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationSuccessSoft.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationWarning.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationWarning.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationWarningSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationWarningSoft.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkPrimary.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkPrimary.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkStateActive.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkStateActive.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkStateDisabled.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkStateDisabled.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkStateFocus.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkStateFocus.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkStateHover.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkStateHover.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLight.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLight.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightBackgroundBase.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightBackgroundBase.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightBackgroundFrosted.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightBackgroundFrosted.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightBackgroundShading.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightBackgroundShading.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightBackgroundSurface.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightBackgroundSurface.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightContrastHigh.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightContrastHigh.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightContrastLow.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightContrastLow.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightContrastMedium.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightContrastMedium.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationError.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationError.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationErrorSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationErrorSoft.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationInfo.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationInfo.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationInfoSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationInfoSoft.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationSuccess.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationSuccess.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationSuccessSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationSuccessSoft.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationWarning.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationWarning.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationWarningSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationWarningSoft.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightPrimary.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightPrimary.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightStateActive.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightStateActive.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightStateDisabled.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightStateDisabled.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightStateFocus.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightStateFocus.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightStateHover.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightStateHover.mjs +1 -1
- package/vanilla-extract/esm/color/deprecated/themeShared.d.ts +1 -1
- package/vanilla-extract/esm/focus/deprecated/getFocusStyle.d.ts +1 -0
- package/vanilla-extract/esm/focus/deprecated/getFocusStyle.mjs +1 -0
- package/vanilla-extract/esm/font/deprecated/fontFamily.d.ts +1 -1
- package/vanilla-extract/esm/font/deprecated/fontFamily.mjs +1 -1
- package/vanilla-extract/esm/font/deprecated/fontLineHeight.d.ts +1 -1
- package/vanilla-extract/esm/font/deprecated/fontLineHeight.mjs +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSize.d.ts +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSize.mjs +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeDisplay.d.ts +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeDisplay.mjs +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeHeading.d.ts +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeHeading.mjs +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeHeadingLarge.d.ts +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeHeadingLarge.mjs +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeHeadingMedium.d.ts +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeHeadingMedium.mjs +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeHeadingSmall.d.ts +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeHeadingSmall.mjs +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeHeadingXLarge.d.ts +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeHeadingXLarge.mjs +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeHeadingXXLarge.d.ts +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeHeadingXXLarge.mjs +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeText.d.ts +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeText.mjs +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeTextLarge.d.ts +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeTextLarge.mjs +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeTextMedium.d.ts +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeTextMedium.mjs +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeTextSmall.d.ts +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeTextSmall.mjs +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeTextXLarge.d.ts +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeTextXLarge.mjs +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeTextXSmall.d.ts +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeTextXSmall.mjs +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeTextXXSmall.d.ts +1 -1
- package/vanilla-extract/esm/font/deprecated/fontSizeTextXXSmall.mjs +1 -1
- package/vanilla-extract/esm/font/deprecated/fontStyle.d.ts +1 -1
- package/vanilla-extract/esm/font/deprecated/fontStyle.mjs +1 -1
- package/vanilla-extract/esm/font/deprecated/fontStyleItalic.d.ts +1 -1
- package/vanilla-extract/esm/font/deprecated/fontStyleItalic.mjs +1 -1
- package/vanilla-extract/esm/font/deprecated/fontStyleNormal.d.ts +1 -1
- package/vanilla-extract/esm/font/deprecated/fontStyleNormal.mjs +1 -1
- package/vanilla-extract/esm/font/deprecated/fontVariant.d.ts +1 -1
- package/vanilla-extract/esm/font/deprecated/fontVariant.mjs +1 -1
- package/vanilla-extract/esm/font/deprecated/fontWeight.d.ts +1 -1
- package/vanilla-extract/esm/font/deprecated/fontWeight.mjs +1 -1
- package/vanilla-extract/esm/font/deprecated/fontWeightRegular.d.ts +1 -1
- package/vanilla-extract/esm/font/deprecated/fontWeightRegular.mjs +1 -1
- package/vanilla-extract/esm/font/deprecated/fontWeightSemiBold.d.ts +1 -1
- package/vanilla-extract/esm/font/deprecated/fontWeightSemiBold.mjs +1 -1
- package/vanilla-extract/esm/gradient/deprecated/gradientToBottomStyle.d.ts +1 -1
- package/vanilla-extract/esm/gradient/deprecated/gradientToBottomStyle.mjs +1 -1
- package/vanilla-extract/esm/gradient/deprecated/gradientToLeftStyle.d.ts +1 -1
- package/vanilla-extract/esm/gradient/deprecated/gradientToLeftStyle.mjs +1 -1
- package/vanilla-extract/esm/gradient/deprecated/gradientToRightStyle.d.ts +1 -1
- package/vanilla-extract/esm/gradient/deprecated/gradientToRightStyle.mjs +1 -1
- package/vanilla-extract/esm/gradient/deprecated/gradientToTopStyle.d.ts +1 -1
- package/vanilla-extract/esm/gradient/deprecated/gradientToTopStyle.mjs +1 -1
- package/vanilla-extract/esm/motion/deprecated/motionDurationLong.d.ts +1 -1
- package/vanilla-extract/esm/motion/deprecated/motionDurationLong.mjs +1 -1
- package/vanilla-extract/esm/motion/deprecated/motionDurationModerate.d.ts +1 -1
- package/vanilla-extract/esm/motion/deprecated/motionDurationModerate.mjs +1 -1
- package/vanilla-extract/esm/motion/deprecated/motionDurationShort.d.ts +1 -1
- package/vanilla-extract/esm/motion/deprecated/motionDurationShort.mjs +1 -1
- package/vanilla-extract/esm/motion/deprecated/motionDurationVeryLong.d.ts +1 -1
- package/vanilla-extract/esm/motion/deprecated/motionDurationVeryLong.mjs +1 -1
- package/vanilla-extract/esm/motion/deprecated/motionEasingBase.d.ts +1 -1
- package/vanilla-extract/esm/motion/deprecated/motionEasingBase.mjs +1 -1
- package/vanilla-extract/esm/motion/deprecated/motionEasingIn.d.ts +1 -1
- package/vanilla-extract/esm/motion/deprecated/motionEasingIn.mjs +1 -1
- package/vanilla-extract/esm/motion/deprecated/motionEasingOut.d.ts +1 -1
- package/vanilla-extract/esm/motion/deprecated/motionEasingOut.mjs +1 -1
- package/vanilla-extract/esm/shadow/deprecated/dropShadowHighStyle.d.ts +1 -1
- package/vanilla-extract/esm/shadow/deprecated/dropShadowHighStyle.mjs +1 -1
- package/vanilla-extract/esm/shadow/deprecated/dropShadowLowStyle.d.ts +1 -1
- package/vanilla-extract/esm/shadow/deprecated/dropShadowLowStyle.mjs +1 -1
- package/vanilla-extract/esm/shadow/deprecated/dropShadowMediumStyle.d.ts +1 -1
- package/vanilla-extract/esm/shadow/deprecated/dropShadowMediumStyle.mjs +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacing.d.ts +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacing.mjs +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingFluid.d.ts +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingFluid.mjs +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingFluidLarge.d.ts +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingFluidLarge.mjs +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingFluidMedium.d.ts +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingFluidMedium.mjs +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingFluidSmall.d.ts +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingFluidSmall.mjs +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingFluidXLarge.d.ts +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingFluidXLarge.mjs +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingFluidXSmall.d.ts +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingFluidXSmall.mjs +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingFluidXXLarge.d.ts +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingFluidXXLarge.mjs +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingStatic.d.ts +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingStatic.mjs +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingStaticLarge.d.ts +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingStaticLarge.mjs +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingStaticMedium.d.ts +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingStaticMedium.mjs +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingStaticSmall.d.ts +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingStaticSmall.mjs +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingStaticXLarge.d.ts +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingStaticXLarge.mjs +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingStaticXSmall.d.ts +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingStaticXSmall.mjs +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingStaticXXLarge.d.ts +1 -1
- package/vanilla-extract/esm/spacing/deprecated/spacingStaticXXLarge.mjs +1 -1
- package/vanilla-extract/esm/typography/deprecated/display/displayLargeStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/display/displayLargeStyle.mjs +1 -1
- package/vanilla-extract/esm/typography/deprecated/display/displayMediumStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/display/displayMediumStyle.mjs +1 -1
- package/vanilla-extract/esm/typography/deprecated/display/displaySmallStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/display/displaySmallStyle.mjs +1 -1
- package/vanilla-extract/esm/typography/deprecated/heading/headingLargeStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/heading/headingLargeStyle.mjs +1 -1
- package/vanilla-extract/esm/typography/deprecated/heading/headingMediumStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/heading/headingMediumStyle.mjs +1 -1
- package/vanilla-extract/esm/typography/deprecated/heading/headingSmallStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/heading/headingSmallStyle.mjs +1 -1
- package/vanilla-extract/esm/typography/deprecated/heading/headingXLargeStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/heading/headingXLargeStyle.mjs +1 -1
- package/vanilla-extract/esm/typography/deprecated/heading/headingXXLargeStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/heading/headingXXLargeStyle.mjs +1 -1
- package/vanilla-extract/esm/typography/deprecated/text/textLargeStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/text/textLargeStyle.mjs +1 -1
- package/vanilla-extract/esm/typography/deprecated/text/textMediumStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/text/textMediumStyle.mjs +1 -1
- package/vanilla-extract/esm/typography/deprecated/text/textSmallStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/text/textSmallStyle.mjs +1 -1
- package/vanilla-extract/esm/typography/deprecated/text/textXLargeStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/text/textXLargeStyle.mjs +1 -1
- package/vanilla-extract/esm/typography/deprecated/text/textXSmallStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/text/textXSmallStyle.mjs +1 -1
- package/vanilla-extract/esm/typography/deprecated/text/textXXSmallStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/text/textXXSmallStyle.mjs +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated Use {@link typescale2Xs} instead. This API will be removed with the next major release. */
|
|
2
2
|
export declare const fontSizeTextXXSmall = ".75rem";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { typescale2Xs } from '../../tokens/dist/esm/font/size/typescale2Xs.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated Use {@link typescale2Xs} instead. This API will be removed with the next major release. */
|
|
4
4
|
const fontSizeTextXXSmall = typescale2Xs;
|
|
5
5
|
|
|
6
6
|
export { fontSizeTextXXSmall };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated This API will be removed with the next major release. Use 'normal' | 'italic' instead. */
|
|
2
2
|
export declare const fontStyle: {
|
|
3
3
|
normal: string;
|
|
4
4
|
italic: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { fontStyleNormal } from './fontStyleNormal.mjs';
|
|
2
2
|
import { fontStyleItalic } from './fontStyleItalic.mjs';
|
|
3
3
|
|
|
4
|
-
/** @deprecated
|
|
4
|
+
/** @deprecated This API will be removed with the next major release. Use 'normal' | 'italic' instead. */
|
|
5
5
|
const fontStyle = {
|
|
6
6
|
normal: fontStyleNormal,
|
|
7
7
|
italic: fontStyleItalic,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated This API will be removed with the next major release. Use 'italic' instead. */
|
|
2
2
|
export declare const fontStyleItalic = "italic";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated This API will be removed with the next major release. Use 'normal' instead. */
|
|
2
2
|
export declare const fontStyleNormal = "normal";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated This API will be removed with the next major release. Use 'normal' instead. */
|
|
2
2
|
export declare const fontVariant = "normal";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated This API will be removed with the next major release. Use variables directly instead. */
|
|
2
2
|
export declare const fontWeight: {
|
|
3
3
|
regular: number;
|
|
4
4
|
semiBold: number;
|
|
@@ -2,7 +2,7 @@ import { fontWeightRegular } from './fontWeightRegular.mjs';
|
|
|
2
2
|
import { fontWeightSemiBold } from './fontWeightSemiBold.mjs';
|
|
3
3
|
import { fontWeightBold } from '../fontWeightBold.mjs';
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated This API will be removed with the next major release. Use variables directly instead. */
|
|
6
6
|
const fontWeight = {
|
|
7
7
|
regular: fontWeightRegular,
|
|
8
8
|
semiBold: fontWeightSemiBold,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated Use {@link fontWeightNormal} instead. This API will be removed with the next major release. */
|
|
2
2
|
export declare const fontWeightRegular = 400;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { fontWeightNormal } from '../../tokens/dist/esm/font/weight/fontWeightNormal.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated Use {@link fontWeightNormal} instead. This API will be removed with the next major release. */
|
|
4
4
|
const fontWeightRegular = fontWeightNormal;
|
|
5
5
|
|
|
6
6
|
export { fontWeightRegular };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated Use {@link fontWeightSemibold} instead. This API will be removed with the next major release. */
|
|
2
2
|
export declare const fontWeightSemiBold = 600;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { fontWeightSemibold } from '../../tokens/dist/esm/font/weight/fontWeightSemibold.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated Use {@link fontWeightSemibold} instead. This API will be removed with the next major release. */
|
|
4
4
|
const fontWeightSemiBold = fontWeightSemibold;
|
|
5
5
|
|
|
6
6
|
export { fontWeightSemiBold };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated This API will be removed with the next major release. Use background: `linear-gradient(to bottom, ${gradientStopsFadeDark});` instead. */
|
|
2
2
|
export declare const gradientToBottomStyle: {
|
|
3
3
|
readonly background: `linear-gradient(to bottom, ${string});`;
|
|
4
4
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { gradientStopsFadeDark } from '../../tokens/dist/esm/gradient/gradientStopsFadeDark.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated This API will be removed with the next major release. Use background: `linear-gradient(to bottom, ${gradientStopsFadeDark});` instead. */
|
|
4
4
|
const gradientToBottomStyle = {
|
|
5
5
|
background: `linear-gradient(to bottom, ${gradientStopsFadeDark});`,
|
|
6
6
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated This API will be removed with the next major release. Use background: `linear-gradient(to left, ${gradientStopsFadeDark});` instead. */
|
|
2
2
|
export declare const gradientToLeftStyle: {
|
|
3
3
|
readonly background: `linear-gradient(to left, ${string});`;
|
|
4
4
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { gradientStopsFadeDark } from '../../tokens/dist/esm/gradient/gradientStopsFadeDark.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated This API will be removed with the next major release. Use background: `linear-gradient(to left, ${gradientStopsFadeDark});` instead. */
|
|
4
4
|
const gradientToLeftStyle = {
|
|
5
5
|
background: `linear-gradient(to left, ${gradientStopsFadeDark});`,
|
|
6
6
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated This API will be removed with the next major release. background: `linear-gradient(to right, ${gradientStopsFadeDark});` instead. */
|
|
2
2
|
export declare const gradientToRightStyle: {
|
|
3
3
|
readonly background: `linear-gradient(to right, ${string});`;
|
|
4
4
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { gradientStopsFadeDark } from '../../tokens/dist/esm/gradient/gradientStopsFadeDark.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated This API will be removed with the next major release. background: `linear-gradient(to right, ${gradientStopsFadeDark});` instead. */
|
|
4
4
|
const gradientToRightStyle = {
|
|
5
5
|
background: `linear-gradient(to right, ${gradientStopsFadeDark});`,
|
|
6
6
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated This API will be removed with the next major release. background: `linear-gradient(to top, ${gradientStopsFadeDark});` instead. */
|
|
2
2
|
export declare const gradientToTopStyle: {
|
|
3
3
|
readonly background: `linear-gradient(to top, ${string});`;
|
|
4
4
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { gradientStopsFadeDark } from '../../tokens/dist/esm/gradient/gradientStopsFadeDark.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated This API will be removed with the next major release. background: `linear-gradient(to top, ${gradientStopsFadeDark});` instead. */
|
|
4
4
|
const gradientToTopStyle = {
|
|
5
5
|
background: `linear-gradient(to top, ${gradientStopsFadeDark});`,
|
|
6
6
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated Use {@link durationLg} instead. This API will be removed with the next major release. */
|
|
2
2
|
export declare const motionDurationLong = ".6s";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { durationLg } from '../../tokens/dist/esm/motion/duration/durationLg.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated Use {@link durationLg} instead. This API will be removed with the next major release. */
|
|
4
4
|
const motionDurationLong = durationLg;
|
|
5
5
|
|
|
6
6
|
export { motionDurationLong };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated Use {@link durationMd} instead. This API will be removed with the next major release. */
|
|
2
2
|
export declare const motionDurationModerate = ".4s";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { durationMd } from '../../tokens/dist/esm/motion/duration/durationMd.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated Use {@link durationMd} instead. This API will be removed with the next major release. */
|
|
4
4
|
const motionDurationModerate = durationMd;
|
|
5
5
|
|
|
6
6
|
export { motionDurationModerate };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated Use {@link durationSm} instead. This API will be removed with the next major release. */
|
|
2
2
|
export declare const motionDurationShort = ".25s";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { durationSm } from '../../tokens/dist/esm/motion/duration/durationSm.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated Use {@link durationSm} instead. This API will be removed with the next major release. */
|
|
4
4
|
const motionDurationShort = durationSm;
|
|
5
5
|
|
|
6
6
|
export { motionDurationShort };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated Use {@link durationXl} instead. This API will be removed with the next major release. */
|
|
2
2
|
export declare const motionDurationVeryLong = "1.2s";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { durationXl } from '../../tokens/dist/esm/motion/duration/durationXl.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated Use {@link durationXl} instead. This API will be removed with the next major release. */
|
|
4
4
|
const motionDurationVeryLong = durationXl;
|
|
5
5
|
|
|
6
6
|
export { motionDurationVeryLong };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated Use {@link easeInOut} instead. This API will be removed with the next major release. */
|
|
2
2
|
export declare const motionEasingBase = "cubic-bezier(.25,.1,.25,1)";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { easeInOut } from '../../tokens/dist/esm/motion/ease/easeInOut.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated Use {@link easeInOut} instead. This API will be removed with the next major release. */
|
|
4
4
|
const motionEasingBase = easeInOut;
|
|
5
5
|
|
|
6
6
|
export { motionEasingBase };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated Use {@link easeIn} instead. This API will be removed with the next major release. */
|
|
2
2
|
export declare const motionEasingIn = "cubic-bezier(0,0,.2,1)";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { easeIn } from '../../tokens/dist/esm/motion/ease/easeIn.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated Use {@link easeIn} instead. This API will be removed with the next major release. */
|
|
4
4
|
const motionEasingIn = easeIn;
|
|
5
5
|
|
|
6
6
|
export { motionEasingIn };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated Use {@link easeOut} instead. This API will be removed with the next major release. */
|
|
2
2
|
export declare const motionEasingOut = "cubic-bezier(.4,0,.5,1)";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { easeOut } from '../../tokens/dist/esm/motion/ease/easeOut.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated Use {@link easeOut} instead. This API will be removed with the next major release. */
|
|
4
4
|
const motionEasingOut = easeOut;
|
|
5
5
|
|
|
6
6
|
export { motionEasingOut };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated This API will be removed with the next major release. Use boxShadow: shadowLg instead. */
|
|
2
2
|
export declare const dropShadowHighStyle: {
|
|
3
3
|
readonly boxShadow: "0px 8px 40px rgba(0,0,0,.16)";
|
|
4
4
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { shadowLg } from '../../tokens/dist/esm/shadow/shadowLg.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated This API will be removed with the next major release. Use boxShadow: shadowLg instead. */
|
|
4
4
|
const dropShadowHighStyle = {
|
|
5
5
|
boxShadow: shadowLg,
|
|
6
6
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated This API will be removed with the next major release. Use boxShadow: shadowSm instead. */
|
|
2
2
|
export declare const dropShadowLowStyle: {
|
|
3
3
|
readonly boxShadow: "0px 3px 8px rgba(0,0,0,.16)";
|
|
4
4
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { shadowSm } from '../../tokens/dist/esm/shadow/shadowSm.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated This API will be removed with the next major release. Use boxShadow: shadowSm instead. */
|
|
4
4
|
const dropShadowLowStyle = {
|
|
5
5
|
boxShadow: shadowSm,
|
|
6
6
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated This API will be removed with the next major release. Use boxShadow: shadowMd instead. */
|
|
2
2
|
export declare const dropShadowMediumStyle: {
|
|
3
3
|
readonly boxShadow: "0px 4px 16px rgba(0,0,0,.16)";
|
|
4
4
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { shadowMd } from '../../tokens/dist/esm/shadow/shadowMd.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated This API will be removed with the next major release. Use boxShadow: shadowMd instead. */
|
|
4
4
|
const dropShadowMediumStyle = {
|
|
5
5
|
boxShadow: shadowMd,
|
|
6
6
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated This API will be removed with the next major release. Use spacing variables directly instead. */
|
|
2
2
|
export declare const spacing: {
|
|
3
3
|
static: {
|
|
4
4
|
xSmall: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { spacingFluid } from './spacingFluid.mjs';
|
|
2
2
|
import { spacingStatic } from './spacingStatic.mjs';
|
|
3
3
|
|
|
4
|
-
/** @deprecated
|
|
4
|
+
/** @deprecated This API will be removed with the next major release. Use spacing variables directly instead. */
|
|
5
5
|
const spacing = {
|
|
6
6
|
static: spacingStatic,
|
|
7
7
|
fluid: spacingFluid,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated This API will be removed with the next major release. Use spacing variables directly instead. */
|
|
2
2
|
export declare const spacingFluid: {
|
|
3
3
|
xSmall: string;
|
|
4
4
|
small: string;
|
|
@@ -5,7 +5,7 @@ import { spacingFluidXLarge } from './spacingFluidXLarge.mjs';
|
|
|
5
5
|
import { spacingFluidXSmall } from './spacingFluidXSmall.mjs';
|
|
6
6
|
import { spacingFluidXXLarge } from './spacingFluidXXLarge.mjs';
|
|
7
7
|
|
|
8
|
-
/** @deprecated
|
|
8
|
+
/** @deprecated This API will be removed with the next major release. Use spacing variables directly instead. */
|
|
9
9
|
const spacingFluid = {
|
|
10
10
|
xSmall: spacingFluidXSmall,
|
|
11
11
|
small: spacingFluidSmall,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated Use {@link spacingFluidLg} instead. This API will be removed with the next major release. */
|
|
2
2
|
export declare const spacingFluidLarge = "clamp(32px, 2.75vw + 23px, 76px)";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { spacingFluidLg } from '../../tokens/dist/esm/spacing/fluid/spacingFluidLg.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated Use {@link spacingFluidLg} instead. This API will be removed with the next major release. */
|
|
4
4
|
const spacingFluidLarge = spacingFluidLg;
|
|
5
5
|
|
|
6
6
|
export { spacingFluidLarge };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated Use {@link spacingFluidMd} instead. This API will be removed with the next major release. */
|
|
2
2
|
export declare const spacingFluidMedium = "clamp(16px, 1.25vw + 12px, 36px)";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { spacingFluidMd } from '../../tokens/dist/esm/spacing/fluid/spacingFluidMd.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated Use {@link spacingFluidMd} instead. This API will be removed with the next major release. */
|
|
4
4
|
const spacingFluidMedium = spacingFluidMd;
|
|
5
5
|
|
|
6
6
|
export { spacingFluidMedium };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated Use {@link spacingFluidSm} instead. This API will be removed with the next major release. */
|
|
2
2
|
export declare const spacingFluidSmall = "clamp(8px, 0.5vw + 6px, 16px)";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { spacingFluidSm } from '../../tokens/dist/esm/spacing/fluid/spacingFluidSm.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated Use {@link spacingFluidSm} instead. This API will be removed with the next major release. */
|
|
4
4
|
const spacingFluidSmall = spacingFluidSm;
|
|
5
5
|
|
|
6
6
|
export { spacingFluidSmall };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated Use {@link spacingFluidXl} instead. This API will be removed with the next major release. */
|
|
2
2
|
export declare const spacingFluidXLarge = "clamp(48px, 3vw + 38px, 96px)";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { spacingFluidXl } from '../../tokens/dist/esm/spacing/fluid/spacingFluidXl.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated Use {@link spacingFluidXl} instead. This API will be removed with the next major release. */
|
|
4
4
|
const spacingFluidXLarge = spacingFluidXl;
|
|
5
5
|
|
|
6
6
|
export { spacingFluidXLarge };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated Use {@link spacingFluidXs} instead. This API will be removed with the next major release. */
|
|
2
2
|
export declare const spacingFluidXSmall = "clamp(4px, 0.25vw + 3px, 8px)";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { spacingFluidXs } from '../../tokens/dist/esm/spacing/fluid/spacingFluidXs.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated Use {@link spacingFluidXs} instead. This API will be removed with the next major release. */
|
|
4
4
|
const spacingFluidXSmall = spacingFluidXs;
|
|
5
5
|
|
|
6
6
|
export { spacingFluidXSmall };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated Use {@link spacingFluid2Xl} instead. This API will be removed with the next major release. */
|
|
2
2
|
export declare const spacingFluidXXLarge = "clamp(80px, 7.5vw + 56px, 200px)";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { spacingFluid2Xl } from '../../tokens/dist/esm/spacing/fluid/spacingFluid2Xl.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated Use {@link spacingFluid2Xl} instead. This API will be removed with the next major release. */
|
|
4
4
|
const spacingFluidXXLarge = spacingFluid2Xl;
|
|
5
5
|
|
|
6
6
|
export { spacingFluidXXLarge };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated This API will be removed with the next major release. Use spacing variables directly instead. */
|
|
2
2
|
export declare const spacingStatic: {
|
|
3
3
|
xSmall: string;
|
|
4
4
|
small: string;
|
|
@@ -5,7 +5,7 @@ import { spacingStaticXLarge } from './spacingStaticXLarge.mjs';
|
|
|
5
5
|
import { spacingStaticXSmall } from './spacingStaticXSmall.mjs';
|
|
6
6
|
import { spacingStaticXXLarge } from './spacingStaticXXLarge.mjs';
|
|
7
7
|
|
|
8
|
-
/** @deprecated
|
|
8
|
+
/** @deprecated This API will be removed with the next major release. Use spacing variables directly instead. */
|
|
9
9
|
const spacingStatic = {
|
|
10
10
|
xSmall: spacingStaticXSmall,
|
|
11
11
|
small: spacingStaticSmall,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated Use {@link spacingStaticLg} instead. This API will be removed with the next major release. */
|
|
2
2
|
export declare const spacingStaticLarge = "32px";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { spacingStaticLg } from '../../tokens/dist/esm/spacing/static/spacingStaticLg.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated Use {@link spacingStaticLg} instead. This API will be removed with the next major release. */
|
|
4
4
|
const spacingStaticLarge = spacingStaticLg;
|
|
5
5
|
|
|
6
6
|
export { spacingStaticLarge };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated Use {@link spacingStaticMd} instead. This API will be removed with the next major release. */
|
|
2
2
|
export declare const spacingStaticMedium = "16px";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { spacingStaticMd } from '../../tokens/dist/esm/spacing/static/spacingStaticMd.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated Use {@link spacingStaticMd} instead. This API will be removed with the next major release. */
|
|
4
4
|
const spacingStaticMedium = spacingStaticMd;
|
|
5
5
|
|
|
6
6
|
export { spacingStaticMedium };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated Use {@link spacingStaticSm} instead. This API will be removed with the next major release. */
|
|
2
2
|
export declare const spacingStaticSmall = "8px";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { spacingStaticSm } from '../../tokens/dist/esm/spacing/static/spacingStaticSm.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated Use {@link spacingStaticSm} instead. This API will be removed with the next major release. */
|
|
4
4
|
const spacingStaticSmall = spacingStaticSm;
|
|
5
5
|
|
|
6
6
|
export { spacingStaticSmall };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated Use {@link spacingStaticXl} instead. This API will be removed with the next major release. */
|
|
2
2
|
export declare const spacingStaticXLarge = "48px";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { spacingStaticXl } from '../../tokens/dist/esm/spacing/static/spacingStaticXl.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated Use {@link spacingStaticXl} instead. This API will be removed with the next major release. */
|
|
4
4
|
const spacingStaticXLarge = spacingStaticXl;
|
|
5
5
|
|
|
6
6
|
export { spacingStaticXLarge };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated Use {@link spacingStaticXs} instead. This API will be removed with the next major release. */
|
|
2
2
|
export declare const spacingStaticXSmall = "4px";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { spacingStaticXs } from '../../tokens/dist/esm/spacing/static/spacingStaticXs.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated Use {@link spacingStaticXs} instead. This API will be removed with the next major release. */
|
|
4
4
|
const spacingStaticXSmall = spacingStaticXs;
|
|
5
5
|
|
|
6
6
|
export { spacingStaticXSmall };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated Use {@link spacingStatic2Xl} instead. This API will be removed with the next major release. */
|
|
2
2
|
export declare const spacingStaticXXLarge = "80px";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { spacingStatic2Xl } from '../../tokens/dist/esm/spacing/static/spacingStatic2Xl.mjs';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated Use {@link spacingStatic2Xl} instead. This API will be removed with the next major release. */
|
|
4
4
|
const spacingStaticXXLarge = spacingStatic2Xl;
|
|
5
5
|
|
|
6
6
|
export { spacingStaticXXLarge };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @deprecated
|
|
1
|
+
/** @deprecated Use {@link proseHeading5XlStyle} instead. This API will be removed with the next major release. */
|
|
2
2
|
export declare const displayLargeStyle: {
|
|
3
3
|
readonly font: "normal normal 400 clamp(2.28rem, 5.2vw + 1.24rem, 7.48rem)/calc(6px + 2.125ex) 'Porsche Next','Arial Narrow',Arial,'Heiti SC',SimHei,sans-serif";
|
|
4
4
|
};
|