@porsche-design-system/components-angular 4.6.0 → 4.7.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +65 -0
- package/bin/pds-skill.js +50 -41
- package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
- 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/AiDropShadow.ts +33 -0
- package/skills/pds-knowledge-angular/references/components/p-button/examples/AiGradientGlow.ts +93 -0
- package/skills/pds-knowledge-angular/references/components/p-button/p-button.md +64 -2
- package/skills/pds-knowledge-angular/references/components/p-button-pure/p-button-pure.md +1 -1
- package/skills/pds-knowledge-angular/references/components/p-button-tile/p-button-tile.md +1 -1
- package/skills/pds-knowledge-angular/references/components/p-icon/examples/Overview.ts +2 -0
- package/skills/pds-knowledge-angular/references/components/p-icon/p-icon.md +1 -1
- package/skills/pds-knowledge-angular/references/components/p-inline-notification/p-inline-notification.md +1 -1
- package/skills/pds-knowledge-angular/references/components/p-link/p-link.md +12 -1
- package/skills/pds-knowledge-angular/references/components/p-link-pure/p-link-pure.md +1 -1
- package/skills/pds-knowledge-angular/references/components/p-segmented-control/p-segmented-control.md +1 -1
- package/skills/pds-knowledge-angular/references/components/p-tag/p-tag.md +1 -1
- package/skills/pds-knowledge-angular/references/deprecations.md +686 -0
- package/skills/pds-knowledge-angular/references/icons.md +1 -1
- 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/types/porsche-design-system-components-angular.d.ts +14 -9
- 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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorErrorFrostedLight = require('../../tokens/dist/esm/color/light/semantic/colorErrorFrostedLight.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorErrorFrosted} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeLightNotificationErrorSoft = colorErrorFrostedLight.colorErrorFrostedLight;
|
|
7
7
|
|
|
8
8
|
exports.themeLightNotificationErrorSoft = themeLightNotificationErrorSoft;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorInfoLight = require('../../tokens/dist/esm/color/light/semantic/colorInfoLight.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorInfo} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeLightNotificationInfo = colorInfoLight.colorInfoLight;
|
|
7
7
|
|
|
8
8
|
exports.themeLightNotificationInfo = themeLightNotificationInfo;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorInfoFrostedLight = require('../../tokens/dist/esm/color/light/semantic/colorInfoFrostedLight.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorInfoFrosted} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeLightNotificationInfoSoft = colorInfoFrostedLight.colorInfoFrostedLight;
|
|
7
7
|
|
|
8
8
|
exports.themeLightNotificationInfoSoft = themeLightNotificationInfoSoft;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorSuccessLight = require('../../tokens/dist/esm/color/light/semantic/colorSuccessLight.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorSuccess} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeLightNotificationSuccess = colorSuccessLight.colorSuccessLight;
|
|
7
7
|
|
|
8
8
|
exports.themeLightNotificationSuccess = themeLightNotificationSuccess;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorSuccessFrostedLight = require('../../tokens/dist/esm/color/light/semantic/colorSuccessFrostedLight.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorSuccessFrosted} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeLightNotificationSuccessSoft = colorSuccessFrostedLight.colorSuccessFrostedLight;
|
|
7
7
|
|
|
8
8
|
exports.themeLightNotificationSuccessSoft = themeLightNotificationSuccessSoft;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorWarningLight = require('../../tokens/dist/esm/color/light/semantic/colorWarningLight.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorWarning} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeLightNotificationWarning = colorWarningLight.colorWarningLight;
|
|
7
7
|
|
|
8
8
|
exports.themeLightNotificationWarning = themeLightNotificationWarning;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorWarningFrostedLight = require('../../tokens/dist/esm/color/light/semantic/colorWarningFrostedLight.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorWarningFrosted} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeLightNotificationWarningSoft = colorWarningFrostedLight.colorWarningFrostedLight;
|
|
7
7
|
|
|
8
8
|
exports.themeLightNotificationWarningSoft = themeLightNotificationWarningSoft;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorPrimaryLight = require('../../tokens/dist/esm/color/light/foreground/colorPrimaryLight.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorPrimary} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeLightPrimary = colorPrimaryLight.colorPrimaryLight;
|
|
7
7
|
|
|
8
8
|
exports.themeLightPrimary = themeLightPrimary;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorFrostedLight = require('../../tokens/dist/esm/color/light/background/colorFrostedLight.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorFrosted} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeLightStateActive = colorFrostedLight.colorFrostedLight;
|
|
7
7
|
|
|
8
8
|
exports.themeLightStateActive = themeLightStateActive;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated This API will be removed with the next major release. */
|
|
4
4
|
const themeLightStateDisabled = 'hsla(233,6.6%,23.9%,0.412)';
|
|
5
5
|
|
|
6
6
|
exports.themeLightStateDisabled = themeLightStateDisabled;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorFocusLight = require('../../tokens/dist/esm/color/light/a11y/colorFocusLight.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorFocus} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeLightStateFocus = colorFocusLight.colorFocusLight;
|
|
7
7
|
|
|
8
8
|
exports.themeLightStateFocus = themeLightStateFocus;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorFrostedLight = require('../../tokens/dist/esm/color/light/background/colorFrostedLight.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorFrosted} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeLightStateHover = colorFrostedLight.colorFrostedLight;
|
|
7
7
|
|
|
8
8
|
exports.themeLightStateHover = themeLightStateHover;
|
|
@@ -30,6 +30,7 @@ const getFocusNestedStyles = (offset = '2px') => {
|
|
|
30
30
|
},
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
|
+
/** @deprecated Use {@link getFocusVisibleStyle} instead. This API will be removed with the next major release. */
|
|
33
34
|
const getFocusStyle = (opts) => {
|
|
34
35
|
const { borderRadius, offset } = opts || {};
|
|
35
36
|
return {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var fontPorscheNext = require('../../tokens/dist/esm/font/family/fontPorscheNext.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link fontPorscheNext} instead. This API will be removed with the next major release. */
|
|
6
6
|
const fontFamily = fontPorscheNext.fontPorscheNext;
|
|
7
7
|
|
|
8
8
|
exports.fontFamily = fontFamily;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var leadingNormal = require('../../tokens/dist/esm/font/lineHeight/leadingNormal.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link leadingNormal} instead. This API will be removed with the next major release. */
|
|
6
6
|
const fontLineHeight = leadingNormal.leadingNormal;
|
|
7
7
|
|
|
8
8
|
exports.fontLineHeight = fontLineHeight;
|
|
@@ -7,7 +7,7 @@ var fontSizeText = require('./fontSizeText.cjs');
|
|
|
7
7
|
// Fluid Type Scale Calculator (https://fluid-type-scale.com) was used to generate a type scale set based on the "golden ratio".
|
|
8
8
|
// "Text/Heading": min - base: 16px, screen: 320px, ratio: 1,2 / max - base: 16px, screen: 1760px, ratio: 1,309
|
|
9
9
|
// "Display": min - base: 16px, screen: 320px, ratio: 1,2 / max - base: 16px, screen: 1760px, ratio: 1,5
|
|
10
|
-
/** @deprecated
|
|
10
|
+
/** @deprecated This API will be removed with the next major release. Use typescale variables instead. */
|
|
11
11
|
const fontSize = {
|
|
12
12
|
text: fontSizeText.fontSizeText,
|
|
13
13
|
heading: fontSizeHeading.fontSizeHeading,
|
|
@@ -4,7 +4,7 @@ var typescale3Xl = require('../typescale3Xl.cjs');
|
|
|
4
4
|
var typescale4Xl = require('../typescale4Xl.cjs');
|
|
5
5
|
var typescale5Xl = require('../typescale5Xl.cjs');
|
|
6
6
|
|
|
7
|
-
/** @deprecated
|
|
7
|
+
/** @deprecated This API will be removed with the next major release. Use variables directly instead. */
|
|
8
8
|
const fontSizeDisplay = {
|
|
9
9
|
small: typescale3Xl.typescale3Xl,
|
|
10
10
|
medium: typescale4Xl.typescale4Xl,
|
|
@@ -6,7 +6,7 @@ var fontSizeHeadingSmall = require('./fontSizeHeadingSmall.cjs');
|
|
|
6
6
|
var fontSizeHeadingXLarge = require('./fontSizeHeadingXLarge.cjs');
|
|
7
7
|
var fontSizeHeadingXXLarge = require('./fontSizeHeadingXXLarge.cjs');
|
|
8
8
|
|
|
9
|
-
/** @deprecated
|
|
9
|
+
/** @deprecated This API will be removed with the next major release. Use typescale variables instead. */
|
|
10
10
|
const fontSizeHeading = {
|
|
11
11
|
small: fontSizeHeadingSmall.fontSizeHeadingSmall,
|
|
12
12
|
medium: fontSizeHeadingMedium.fontSizeHeadingMedium,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var typescaleLg = require('../../tokens/dist/esm/font/size/typescaleLg.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link typescaleLg} instead. This API will be removed with the next major release. */
|
|
6
6
|
const fontSizeHeadingLarge = typescaleLg.typescaleLg;
|
|
7
7
|
|
|
8
8
|
exports.fontSizeHeadingLarge = fontSizeHeadingLarge;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var typescaleMd = require('../../tokens/dist/esm/font/size/typescaleMd.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link typescaleMd} instead. This API will be removed with the next major release. */
|
|
6
6
|
const fontSizeHeadingMedium = typescaleMd.typescaleMd;
|
|
7
7
|
|
|
8
8
|
exports.fontSizeHeadingMedium = fontSizeHeadingMedium;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var typescaleSm = require('../../tokens/dist/esm/font/size/typescaleSm.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link typescaleSm} instead. This API will be removed with the next major release. */
|
|
6
6
|
const fontSizeHeadingSmall = typescaleSm.typescaleSm;
|
|
7
7
|
|
|
8
8
|
exports.fontSizeHeadingSmall = fontSizeHeadingSmall;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var typescaleXl = require('../../tokens/dist/esm/font/size/typescaleXl.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link typescaleXl} instead. This API will be removed with the next major release. */
|
|
6
6
|
const fontSizeHeadingXLarge = typescaleXl.typescaleXl;
|
|
7
7
|
|
|
8
8
|
exports.fontSizeHeadingXLarge = fontSizeHeadingXLarge;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var typescale2Xl = require('../../tokens/dist/esm/font/size/typescale2Xl.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link typescale2Xl} instead. This API will be removed with the next major release. */
|
|
6
6
|
const fontSizeHeadingXXLarge = typescale2Xl.typescale2Xl;
|
|
7
7
|
|
|
8
8
|
exports.fontSizeHeadingXXLarge = fontSizeHeadingXXLarge;
|
|
@@ -7,7 +7,7 @@ var fontSizeTextXLarge = require('./fontSizeTextXLarge.cjs');
|
|
|
7
7
|
var fontSizeTextXSmall = require('./fontSizeTextXSmall.cjs');
|
|
8
8
|
var fontSizeTextXXSmall = require('./fontSizeTextXXSmall.cjs');
|
|
9
9
|
|
|
10
|
-
/** @deprecated
|
|
10
|
+
/** @deprecated This API will be removed with the next major release. Use typescale variables instead. */
|
|
11
11
|
const fontSizeText = {
|
|
12
12
|
xxSmall: fontSizeTextXXSmall.fontSizeTextXXSmall,
|
|
13
13
|
xSmall: fontSizeTextXSmall.fontSizeTextXSmall,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var typescaleLg = require('../../tokens/dist/esm/font/size/typescaleLg.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link typescaleLg} instead. This API will be removed with the next major release. */
|
|
6
6
|
const fontSizeTextLarge = typescaleLg.typescaleLg;
|
|
7
7
|
|
|
8
8
|
exports.fontSizeTextLarge = fontSizeTextLarge;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var typescaleMd = require('../../tokens/dist/esm/font/size/typescaleMd.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link typescaleMd} instead. This API will be removed with the next major release. */
|
|
6
6
|
const fontSizeTextMedium = typescaleMd.typescaleMd;
|
|
7
7
|
|
|
8
8
|
exports.fontSizeTextMedium = fontSizeTextMedium;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var typescaleSm = require('../../tokens/dist/esm/font/size/typescaleSm.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link typescaleSm} instead. This API will be removed with the next major release. */
|
|
6
6
|
const fontSizeTextSmall = typescaleSm.typescaleSm;
|
|
7
7
|
|
|
8
8
|
exports.fontSizeTextSmall = fontSizeTextSmall;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var typescaleXl = require('../../tokens/dist/esm/font/size/typescaleXl.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link typescaleXl} instead. This API will be removed with the next major release. */
|
|
6
6
|
const fontSizeTextXLarge = typescaleXl.typescaleXl;
|
|
7
7
|
|
|
8
8
|
exports.fontSizeTextXLarge = fontSizeTextXLarge;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var typescaleXs = require('../../tokens/dist/esm/font/size/typescaleXs.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link typescaleXs} instead. This API will be removed with the next major release. */
|
|
6
6
|
const fontSizeTextXSmall = typescaleXs.typescaleXs;
|
|
7
7
|
|
|
8
8
|
exports.fontSizeTextXSmall = fontSizeTextXSmall;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var typescale2Xs = require('../../tokens/dist/esm/font/size/typescale2Xs.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link typescale2Xs} instead. This API will be removed with the next major release. */
|
|
6
6
|
const fontSizeTextXXSmall = typescale2Xs.typescale2Xs;
|
|
7
7
|
|
|
8
8
|
exports.fontSizeTextXXSmall = fontSizeTextXXSmall;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var fontStyleNormal = require('./fontStyleNormal.cjs');
|
|
4
4
|
var fontStyleItalic = require('./fontStyleItalic.cjs');
|
|
5
5
|
|
|
6
|
-
/** @deprecated
|
|
6
|
+
/** @deprecated This API will be removed with the next major release. Use 'normal' | 'italic' instead. */
|
|
7
7
|
const fontStyle = {
|
|
8
8
|
normal: fontStyleNormal.fontStyleNormal,
|
|
9
9
|
italic: fontStyleItalic.fontStyleItalic,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated This API will be removed with the next major release. Use 'italic' instead. */
|
|
4
4
|
const fontStyleItalic = 'italic';
|
|
5
5
|
|
|
6
6
|
exports.fontStyleItalic = fontStyleItalic;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated This API will be removed with the next major release. Use 'normal' instead. */
|
|
4
4
|
const fontStyleNormal = 'normal';
|
|
5
5
|
|
|
6
6
|
exports.fontStyleNormal = fontStyleNormal;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
/** @deprecated
|
|
3
|
+
/** @deprecated This API will be removed with the next major release. Use 'normal' instead. */
|
|
4
4
|
const fontVariant = 'normal';
|
|
5
5
|
|
|
6
6
|
exports.fontVariant = fontVariant;
|
|
@@ -4,7 +4,7 @@ var fontWeightRegular = require('./fontWeightRegular.cjs');
|
|
|
4
4
|
var fontWeightSemiBold = require('./fontWeightSemiBold.cjs');
|
|
5
5
|
var fontWeightBold = require('../fontWeightBold.cjs');
|
|
6
6
|
|
|
7
|
-
/** @deprecated
|
|
7
|
+
/** @deprecated This API will be removed with the next major release. Use variables directly instead. */
|
|
8
8
|
const fontWeight = {
|
|
9
9
|
regular: fontWeightRegular.fontWeightRegular,
|
|
10
10
|
semiBold: fontWeightSemiBold.fontWeightSemiBold,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var fontWeightNormal = require('../../tokens/dist/esm/font/weight/fontWeightNormal.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link fontWeightNormal} instead. This API will be removed with the next major release. */
|
|
6
6
|
const fontWeightRegular = fontWeightNormal.fontWeightNormal;
|
|
7
7
|
|
|
8
8
|
exports.fontWeightRegular = fontWeightRegular;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var fontWeightSemibold = require('../../tokens/dist/esm/font/weight/fontWeightSemibold.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link fontWeightSemibold} instead. This API will be removed with the next major release. */
|
|
6
6
|
const fontWeightSemiBold = fontWeightSemibold.fontWeightSemibold;
|
|
7
7
|
|
|
8
8
|
exports.fontWeightSemiBold = fontWeightSemiBold;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var gradientStopsFadeDark = require('../../tokens/dist/esm/gradient/gradientStopsFadeDark.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated This API will be removed with the next major release. Use background: `linear-gradient(to bottom, ${gradientStopsFadeDark});` instead. */
|
|
6
6
|
const gradientToBottomStyle = {
|
|
7
7
|
background: `linear-gradient(to bottom, ${gradientStopsFadeDark.gradientStopsFadeDark});`,
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var gradientStopsFadeDark = require('../../tokens/dist/esm/gradient/gradientStopsFadeDark.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated This API will be removed with the next major release. Use background: `linear-gradient(to left, ${gradientStopsFadeDark});` instead. */
|
|
6
6
|
const gradientToLeftStyle = {
|
|
7
7
|
background: `linear-gradient(to left, ${gradientStopsFadeDark.gradientStopsFadeDark});`,
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var gradientStopsFadeDark = require('../../tokens/dist/esm/gradient/gradientStopsFadeDark.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated This API will be removed with the next major release. background: `linear-gradient(to right, ${gradientStopsFadeDark});` instead. */
|
|
6
6
|
const gradientToRightStyle = {
|
|
7
7
|
background: `linear-gradient(to right, ${gradientStopsFadeDark.gradientStopsFadeDark});`,
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var gradientStopsFadeDark = require('../../tokens/dist/esm/gradient/gradientStopsFadeDark.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated This API will be removed with the next major release. background: `linear-gradient(to top, ${gradientStopsFadeDark});` instead. */
|
|
6
6
|
const gradientToTopStyle = {
|
|
7
7
|
background: `linear-gradient(to top, ${gradientStopsFadeDark.gradientStopsFadeDark});`,
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var durationLg = require('../../tokens/dist/esm/motion/duration/durationLg.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link durationLg} instead. This API will be removed with the next major release. */
|
|
6
6
|
const motionDurationLong = durationLg.durationLg;
|
|
7
7
|
|
|
8
8
|
exports.motionDurationLong = motionDurationLong;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var durationMd = require('../../tokens/dist/esm/motion/duration/durationMd.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link durationMd} instead. This API will be removed with the next major release. */
|
|
6
6
|
const motionDurationModerate = durationMd.durationMd;
|
|
7
7
|
|
|
8
8
|
exports.motionDurationModerate = motionDurationModerate;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var durationSm = require('../../tokens/dist/esm/motion/duration/durationSm.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link durationSm} instead. This API will be removed with the next major release. */
|
|
6
6
|
const motionDurationShort = durationSm.durationSm;
|
|
7
7
|
|
|
8
8
|
exports.motionDurationShort = motionDurationShort;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var durationXl = require('../../tokens/dist/esm/motion/duration/durationXl.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link durationXl} instead. This API will be removed with the next major release. */
|
|
6
6
|
const motionDurationVeryLong = durationXl.durationXl;
|
|
7
7
|
|
|
8
8
|
exports.motionDurationVeryLong = motionDurationVeryLong;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var easeInOut = require('../../tokens/dist/esm/motion/ease/easeInOut.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link easeInOut} instead. This API will be removed with the next major release. */
|
|
6
6
|
const motionEasingBase = easeInOut.easeInOut;
|
|
7
7
|
|
|
8
8
|
exports.motionEasingBase = motionEasingBase;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var easeIn = require('../../tokens/dist/esm/motion/ease/easeIn.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link easeIn} instead. This API will be removed with the next major release. */
|
|
6
6
|
const motionEasingIn = easeIn.easeIn;
|
|
7
7
|
|
|
8
8
|
exports.motionEasingIn = motionEasingIn;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var easeOut = require('../../tokens/dist/esm/motion/ease/easeOut.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link easeOut} instead. This API will be removed with the next major release. */
|
|
6
6
|
const motionEasingOut = easeOut.easeOut;
|
|
7
7
|
|
|
8
8
|
exports.motionEasingOut = motionEasingOut;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var shadowLg = require('../../tokens/dist/esm/shadow/shadowLg.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated This API will be removed with the next major release. Use boxShadow: shadowLg instead. */
|
|
6
6
|
const dropShadowHighStyle = {
|
|
7
7
|
boxShadow: shadowLg.shadowLg,
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var shadowSm = require('../../tokens/dist/esm/shadow/shadowSm.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated This API will be removed with the next major release. Use boxShadow: shadowSm instead. */
|
|
6
6
|
const dropShadowLowStyle = {
|
|
7
7
|
boxShadow: shadowSm.shadowSm,
|
|
8
8
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var shadowMd = require('../../tokens/dist/esm/shadow/shadowMd.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated This API will be removed with the next major release. Use boxShadow: shadowMd instead. */
|
|
6
6
|
const dropShadowMediumStyle = {
|
|
7
7
|
boxShadow: shadowMd.shadowMd,
|
|
8
8
|
};
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var spacingFluid = require('./spacingFluid.cjs');
|
|
4
4
|
var spacingStatic = require('./spacingStatic.cjs');
|
|
5
5
|
|
|
6
|
-
/** @deprecated
|
|
6
|
+
/** @deprecated This API will be removed with the next major release. Use spacing variables directly instead. */
|
|
7
7
|
const spacing = {
|
|
8
8
|
static: spacingStatic.spacingStatic,
|
|
9
9
|
fluid: spacingFluid.spacingFluid,
|
|
@@ -7,7 +7,7 @@ var spacingFluidXLarge = require('./spacingFluidXLarge.cjs');
|
|
|
7
7
|
var spacingFluidXSmall = require('./spacingFluidXSmall.cjs');
|
|
8
8
|
var spacingFluidXXLarge = require('./spacingFluidXXLarge.cjs');
|
|
9
9
|
|
|
10
|
-
/** @deprecated
|
|
10
|
+
/** @deprecated This API will be removed with the next major release. Use spacing variables directly instead. */
|
|
11
11
|
const spacingFluid = {
|
|
12
12
|
xSmall: spacingFluidXSmall.spacingFluidXSmall,
|
|
13
13
|
small: spacingFluidSmall.spacingFluidSmall,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var spacingFluidLg = require('../../tokens/dist/esm/spacing/fluid/spacingFluidLg.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link spacingFluidLg} instead. This API will be removed with the next major release. */
|
|
6
6
|
const spacingFluidLarge = spacingFluidLg.spacingFluidLg;
|
|
7
7
|
|
|
8
8
|
exports.spacingFluidLarge = spacingFluidLarge;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var spacingFluidMd = require('../../tokens/dist/esm/spacing/fluid/spacingFluidMd.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link spacingFluidMd} instead. This API will be removed with the next major release. */
|
|
6
6
|
const spacingFluidMedium = spacingFluidMd.spacingFluidMd;
|
|
7
7
|
|
|
8
8
|
exports.spacingFluidMedium = spacingFluidMedium;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var spacingFluidSm = require('../../tokens/dist/esm/spacing/fluid/spacingFluidSm.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link spacingFluidSm} instead. This API will be removed with the next major release. */
|
|
6
6
|
const spacingFluidSmall = spacingFluidSm.spacingFluidSm;
|
|
7
7
|
|
|
8
8
|
exports.spacingFluidSmall = spacingFluidSmall;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var spacingFluidXl = require('../../tokens/dist/esm/spacing/fluid/spacingFluidXl.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link spacingFluidXl} instead. This API will be removed with the next major release. */
|
|
6
6
|
const spacingFluidXLarge = spacingFluidXl.spacingFluidXl;
|
|
7
7
|
|
|
8
8
|
exports.spacingFluidXLarge = spacingFluidXLarge;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var spacingFluidXs = require('../../tokens/dist/esm/spacing/fluid/spacingFluidXs.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link spacingFluidXs} instead. This API will be removed with the next major release. */
|
|
6
6
|
const spacingFluidXSmall = spacingFluidXs.spacingFluidXs;
|
|
7
7
|
|
|
8
8
|
exports.spacingFluidXSmall = spacingFluidXSmall;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var spacingFluid2Xl = require('../../tokens/dist/esm/spacing/fluid/spacingFluid2Xl.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link spacingFluid2Xl} instead. This API will be removed with the next major release. */
|
|
6
6
|
const spacingFluidXXLarge = spacingFluid2Xl.spacingFluid2Xl;
|
|
7
7
|
|
|
8
8
|
exports.spacingFluidXXLarge = spacingFluidXXLarge;
|