@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,4 +2,4 @@
|
|
|
2
2
|
|
|
3
3
|
Valid values for the icon-typed props across PDS components (e.g. `p-icon` `name`, `p-button` `icon`, `p-link` `icon`, `p-inline-notification` `actionIcon`). Pass one as a string, e.g. `icon="arrow-right"`. Each component reference links here instead of repeating the full list. (`p-flag` `name` uses a separate set of flag names, not listed here.)
|
|
4
4
|
|
|
5
|
-
`360` `4-wheel-drive` `accessibility` `active-cabin-ventilation` `add` `adjust` `aggregation` `ai-3d-object` `ai-code` `ai-edit` `ai-image` `ai-scale` `ai-sound` `ai-spark` `ai-spark-filled` `ai-text` `ai-video` `arrow-compact-down` `arrow-compact-left` `arrow-compact-right` `arrow-compact-up` `arrow-double-down` `arrow-double-left` `arrow-double-right` `arrow-double-up` `arrow-down` `arrow-down-left` `arrow-down-right` `arrow-first` `arrow-head-down` `arrow-head-left` `arrow-head-right` `arrow-head-up` `arrow-last` `arrow-left` `arrow-right` `arrow-up` `arrow-up-left` `arrow-up-right` `arrows` `attachment` `augmented-reality` `battery-empty` `battery-empty-co2` `battery-empty-fuel` `battery-full` `battery-half` `battery-one-quarter` `battery-three-quarters` `bell` `bookmark` `bookmark-filled` `brain` `broadcast` `cabriolet` `calculator` `calendar` `camera` `car` `car-battery` `card` `charging-active` `charging-network` `charging-state` `charging-station` `chart` `chat` `check` `city` `climate` `climate-control` `clock` `close` `closed-caption` `cloud` `co2-class` `co2-emission` `color-picker` `compare` `compass` `configurate` `connect-services` `copy` `country-road` `coupe` `cubic-capacity` `customer-support` `cut` `delete` `disable` `dislike` `dislike-filled` `document` `door` `download` `drag` `duration` `ear` `edit` `email` `error` `error-filled` `exclamation` `exclamation-filled` `external` `fast-backward` `fast-forward` `file-csv` `file-excel` `filter` `fingerprint` `flag` `flash` `fuel-station` `garage` `genuine-parts` `geo-localization` `gift` `globe` `grid` `grip` `group` `hand` `heart` `heart-filled` `highway` `highway-filled` `history` `home` `horn` `image` `increase` `information` `information-filled` `key` `laptop` `leaf` `leather` `light` `like` `like-filled` `limousine` `linked` `list` `locate` `lock` `lock-open` `logo-apple-carplay` `logo-apple-music` `logo-apple-podcast` `logo-baidu` `logo-delicious` `logo-digg` `logo-facebook` `logo-foursquare` `logo-gmail` `logo-google` `logo-hatena` `logo-instagram` `logo-kaixin` `logo-kakaotalk` `logo-kununu` `logo-linkedin` `logo-naver` `logo-pinterest` `logo-qq` `logo-qq-share` `logo-reddit` `logo-skyrock` `logo-snapchat` `logo-sohu` `logo-spotify` `logo-tecent` `logo-telegram` `logo-tiktok` `logo-tumblr` `logo-twitter` `logo-viber` `logo-vk` `logo-wechat` `logo-weibo` `logo-whatsapp` `logo-x` `logo-xing` `logo-yahoo` `logo-youku` `logo-youtube` `logout` `map` `menu-dots-horizontal` `menu-dots-vertical` `menu-lines` `microphone` `minus` `mobile` `moon` `new-chat` `news` `north-arrow` `oil-can` `online-search` `parking-brake` `parking-light` `paste` `pause` `phone` `pin` `pin-filled` `pivot` `play` `play-filled` `plug` `plus` `preheating` `price-tag` `printer` `purchase` `push-pin` `push-pin-off` `qr` `qr-off` `question` `question-filled` `racing-flag` `radar` `radio` `refresh` `replay` `reset` `return` `road` `roof-closed` `roof-open` `route` `rss` `save` `screen` `search` `seat` `send` `service-technician` `share` `shopping-bag` `shopping-bag-filled` `shopping-cart` `shopping-cart-filled` `shopping-cart-off` `sidebar` `sidelights` `skip-backward` `skip-forward` `snowflake` `sort` `stack` `star` `star-filled` `steering-wheel` `stop` `stopwatch` `subtract` `success` `success-filled` `sun` `suv` `switch` `tablet` `tachometer` `theme` `tire` `trigger-finger` `truck` `turismo` `unlinked` `upload` `user` `user-filled` `user-group` `user-manual` `video` `view` `view-off` `volume-off` `volume-up` `warning` `warning-filled` `weather` `weight` `wifi` `work` `wrench` `wrenches` `zoom-in` `zoom-out`
|
|
5
|
+
`360` `4-wheel-drive` `accessibility` `active-cabin-ventilation` `add` `adjust` `aggregation` `ai-3d-object` `ai-chat` `ai-code` `ai-edit` `ai-image` `ai-scale` `ai-sound` `ai-spark` `ai-spark-filled` `ai-text` `ai-video` `arrow-compact-down` `arrow-compact-left` `arrow-compact-right` `arrow-compact-up` `arrow-double-down` `arrow-double-left` `arrow-double-right` `arrow-double-up` `arrow-down` `arrow-down-left` `arrow-down-right` `arrow-first` `arrow-head-down` `arrow-head-left` `arrow-head-right` `arrow-head-up` `arrow-last` `arrow-left` `arrow-right` `arrow-up` `arrow-up-left` `arrow-up-right` `arrows` `attachment` `augmented-reality` `battery-empty` `battery-empty-co2` `battery-empty-fuel` `battery-full` `battery-half` `battery-one-quarter` `battery-three-quarters` `bell` `bookmark` `bookmark-filled` `brain` `broadcast` `cabriolet` `calculator` `calendar` `camera` `car` `car-battery` `card` `charging-active` `charging-network` `charging-state` `charging-station` `chart` `chat` `check` `city` `climate` `climate-control` `clock` `close` `closed-caption` `cloud` `co2-class` `co2-emission` `color-picker` `compare` `compass` `configurate` `connect-services` `copy` `country-road` `coupe` `cubic-capacity` `customer-support` `cut` `delete` `disable` `dislike` `dislike-filled` `document` `door` `download` `drag` `duration` `ear` `edit` `email` `error` `error-filled` `exclamation` `exclamation-filled` `external` `fast-backward` `fast-forward` `file-csv` `file-excel` `filter` `fingerprint` `flag` `flash` `fuel-station` `garage` `genuine-parts` `geo-localization` `gift` `globe` `grid` `grip` `group` `hand` `heart` `heart-filled` `highway` `highway-filled` `history` `home` `horn` `image` `increase` `information` `information-filled` `key` `laptop` `leaf` `leather` `light` `like` `like-filled` `limousine` `linked` `list` `locate` `lock` `lock-open` `logo-apple-carplay` `logo-apple-music` `logo-apple-podcast` `logo-baidu` `logo-delicious` `logo-digg` `logo-facebook` `logo-foursquare` `logo-gmail` `logo-google` `logo-hatena` `logo-instagram` `logo-kaixin` `logo-kakaotalk` `logo-kununu` `logo-linkedin` `logo-naver` `logo-pinterest` `logo-qq` `logo-qq-share` `logo-reddit` `logo-skyrock` `logo-snapchat` `logo-sohu` `logo-spotify` `logo-tecent` `logo-telegram` `logo-tiktok` `logo-tumblr` `logo-twitter` `logo-viber` `logo-vk` `logo-wechat` `logo-weibo` `logo-whatsapp` `logo-x` `logo-xing` `logo-yahoo` `logo-youku` `logo-youtube` `logout` `map` `menu-dots-horizontal` `menu-dots-vertical` `menu-lines` `microphone` `minus` `mobile` `moon` `new-chat` `news` `north-arrow` `oil-can` `online-search` `parking-brake` `parking-light` `paste` `pause` `phone` `pin` `pin-filled` `pivot` `play` `play-filled` `plug` `plus` `preheating` `price-tag` `printer` `purchase` `push-pin` `push-pin-off` `qr` `qr-off` `question` `question-filled` `racing-flag` `radar` `radio` `refresh` `replay` `reset` `return` `road` `roof-closed` `roof-open` `route` `rss` `save` `screen` `search` `seat` `send` `service-technician` `share` `shopping-bag` `shopping-bag-filled` `shopping-cart` `shopping-cart-filled` `shopping-cart-off` `sidebar` `sidelights` `skip-backward` `skip-forward` `snowflake` `sort` `stack` `star` `star-filled` `steering-wheel` `stop` `stopwatch` `subtract` `success` `success-filled` `sun` `suv` `switch` `tablet` `tachometer` `theme` `tire` `trigger-finger` `truck` `turismo` `unlinked` `upload` `user` `user-filled` `user-group` `user-manual` `video` `view` `view-off` `volume-off` `volume-up` `warning` `warning-filled` `weather` `weight` `wifi` `work` `wrench` `wrenches` `zoom-in` `zoom-out`
|
|
@@ -93,8 +93,9 @@ reference below to discover what is available; read the shipped partials for the
|
|
|
93
93
|
### Deprecated aliases
|
|
94
94
|
|
|
95
95
|
The package still ships the legacy `$pds-*` variables and `pds-*` mixins as deprecated aliases so
|
|
96
|
-
existing stylesheets keep compiling.
|
|
97
|
-
|
|
96
|
+
existing stylesheets keep compiling. Each is preceded by a `// @deprecated …` comment in the
|
|
97
|
+
shipped partials naming its replacement, and the complete list is in the knowledge skill's
|
|
98
|
+
`references/deprecations.md`. Prefer the documented variables and mixins listed here for new code.
|
|
98
99
|
|
|
99
100
|
## Contents
|
|
100
101
|
|
|
@@ -85,8 +85,6 @@ valid when sections need independent grids.
|
|
|
85
85
|
| Theme variable | Tailwind class(es) | Description | Value |
|
|
86
86
|
| --- | --- | --- | --- |
|
|
87
87
|
| `--default-border-width` | – | Default border width applied globally via the Tailwind `@theme` block. | `1px` |
|
|
88
|
-
| `--border-width-regular` | – | Alias for the regular (2 px) border width. **Deprecated** — prefer `--default-border-width`. | `2px` |
|
|
89
|
-
| `--border-width-thin` | – | Alias for the thin (1 px) border width. **Deprecated** — prefer `--default-border-width`. | `1px` |
|
|
90
88
|
|
|
91
89
|
### Blur
|
|
92
90
|
|
package/tailwindcss/index.css
CHANGED
|
@@ -193,38 +193,38 @@
|
|
|
193
193
|
--radius-4xl: 32px;
|
|
194
194
|
--radius-full: calc(infinity * 1px);
|
|
195
195
|
--default-border-width: 1px;
|
|
196
|
-
/*
|
|
196
|
+
/* @deprecated Use --default-border-width instead. This API will be removed with the next major release. The default border width is now 1px. */
|
|
197
197
|
--border-width-regular: 2px;
|
|
198
|
-
/*
|
|
198
|
+
/* @deprecated Use --default-border-width instead. This API will be removed with the next major release. */
|
|
199
199
|
--border-width-thin: 1px;
|
|
200
200
|
--blur-frosted: 32px;
|
|
201
201
|
--shadow-sm: 0px 3px 8px rgba(0, 0, 0, 0.16);
|
|
202
202
|
--shadow-md: 0px 4px 16px rgba(0, 0, 0, 0.16);
|
|
203
203
|
--shadow-lg: 0px 8px 40px rgba(0, 0, 0, 0.16);
|
|
204
|
+
/* @deprecated Use --shadow-sm instead. This API will be removed with the next major release. */
|
|
205
|
+
--shadow-low: --theme(--shadow-sm);
|
|
206
|
+
/* @deprecated Use --shadow-md instead. This API will be removed with the next major release. */
|
|
207
|
+
--shadow-medium: --theme(--shadow-md);
|
|
208
|
+
/* @deprecated Use --shadow-lg instead. This API will be removed with the next major release. */
|
|
209
|
+
--shadow-high: --theme(--shadow-lg);
|
|
204
210
|
--default-outline-width: 2px;
|
|
205
211
|
--transition-duration-sm: 0.25s;
|
|
206
212
|
--transition-duration-md: 0.4s;
|
|
207
213
|
--transition-duration-lg: 0.6s;
|
|
208
214
|
--transition-duration-xl: 1.2s;
|
|
215
|
+
/* @deprecated Use --transition-duration-sm instead. This API will be removed with the next major release. */
|
|
216
|
+
--transition-duration-short: --theme(--transition-duration-sm);
|
|
217
|
+
/* @deprecated Use --transition-duration-md instead. This API will be removed with the next major release. */
|
|
218
|
+
--transition-duration-moderate: --theme(--transition-duration-md);
|
|
219
|
+
/* @deprecated Use --transition-duration-lg instead. This API will be removed with the next major release. */
|
|
220
|
+
--transition-duration-long: --theme(--transition-duration-lg);
|
|
221
|
+
/* @deprecated Use --transition-duration-xl instead. This API will be removed with the next major release. */
|
|
222
|
+
--transition-duration-very-long: --theme(--transition-duration-xl);
|
|
209
223
|
--ease-in-out: cubic-bezier(0.25, 0.1, 0.25, 1);
|
|
210
224
|
--ease-in: cubic-bezier(0, 0, 0.2, 1);
|
|
211
225
|
--ease-out: cubic-bezier(0.4, 0, 0.5, 1);
|
|
212
226
|
--default-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
|
|
213
227
|
--default-transition-duration: 0.25s;
|
|
214
|
-
/* alias (deprecated) */
|
|
215
|
-
--shadow-low: --theme(--shadow-sm);
|
|
216
|
-
/* alias (deprecated) */
|
|
217
|
-
--shadow-medium: --theme(--shadow-md);
|
|
218
|
-
/* alias (deprecated) */
|
|
219
|
-
--shadow-high: --theme(--shadow-lg);
|
|
220
|
-
/* alias (deprecated) */
|
|
221
|
-
--transition-duration-short: --theme(--transition-duration-sm);
|
|
222
|
-
/* alias (deprecated) */
|
|
223
|
-
--transition-duration-moderate: --theme(--transition-duration-md);
|
|
224
|
-
/* alias (deprecated) */
|
|
225
|
-
--transition-duration-long: --theme(--transition-duration-lg);
|
|
226
|
-
/* alias (deprecated) */
|
|
227
|
-
--transition-duration-very-long: --theme(--transition-duration-xl);
|
|
228
228
|
--animate-skeleton: skeleton --theme(--transition-duration-xl)
|
|
229
229
|
--theme(--ease-in-out) infinite;
|
|
230
230
|
@keyframes skeleton {
|
|
@@ -271,6 +271,7 @@ declare const ICON_NAMES: readonly [
|
|
|
271
271
|
"adjust",
|
|
272
272
|
"aggregation",
|
|
273
273
|
"ai-3d-object",
|
|
274
|
+
"ai-chat",
|
|
274
275
|
"ai-code",
|
|
275
276
|
"ai-edit",
|
|
276
277
|
"ai-image",
|
|
@@ -786,14 +787,7 @@ declare const BUTTON_TYPES: readonly [
|
|
|
786
787
|
"reset"
|
|
787
788
|
];
|
|
788
789
|
type ButtonType = (typeof BUTTON_TYPES)[number];
|
|
789
|
-
declare const LINK_BUTTON_VARIANTS: readonly [
|
|
790
|
-
"primary",
|
|
791
|
-
"secondary"
|
|
792
|
-
];
|
|
793
|
-
type LinkButtonVariant = (typeof LINK_BUTTON_VARIANTS)[number];
|
|
794
790
|
type LinkButtonIconName = IconName | "none";
|
|
795
|
-
type ButtonVariant = LinkButtonVariant;
|
|
796
|
-
type LinkVariant = LinkButtonVariant;
|
|
797
791
|
type PorscheDesignSystem = {
|
|
798
792
|
[key: `${number}.${number}.${number}${`-rc.${number}` | ""}`]: {
|
|
799
793
|
prefixes: string[];
|
|
@@ -1018,6 +1012,12 @@ declare const BANNER_HEADING_TAGS: readonly [
|
|
|
1018
1012
|
];
|
|
1019
1013
|
type BannerHeadingTag = (typeof BANNER_HEADING_TAGS)[number];
|
|
1020
1014
|
type ButtonIcon = LinkButtonIconName;
|
|
1015
|
+
declare const BUTTON_VARIANTS: readonly [
|
|
1016
|
+
"primary",
|
|
1017
|
+
"secondary",
|
|
1018
|
+
"destructive"
|
|
1019
|
+
];
|
|
1020
|
+
type ButtonVariant = (typeof BUTTON_VARIANTS)[number];
|
|
1021
1021
|
type ButtonPureType = ButtonType;
|
|
1022
1022
|
type ButtonPureIcon = LinkButtonIconName;
|
|
1023
1023
|
type ButtonPureAriaAttribute = ButtonAriaAttribute;
|
|
@@ -1381,6 +1381,11 @@ type InputWeekChangeEventDetail = Event;
|
|
|
1381
1381
|
type InputWeekBlurEventDetail = Event;
|
|
1382
1382
|
type InputWeekInputEventDetail = InputEvent;
|
|
1383
1383
|
type LinkIcon = LinkButtonIconName;
|
|
1384
|
+
declare const LINK_VARIANTS: readonly [
|
|
1385
|
+
"primary",
|
|
1386
|
+
"secondary"
|
|
1387
|
+
];
|
|
1388
|
+
type LinkVariant = (typeof LINK_VARIANTS)[number];
|
|
1384
1389
|
type LinkPureIcon = LinkButtonIconName;
|
|
1385
1390
|
type LinkPureAriaAttribute = LinkAriaAttribute;
|
|
1386
1391
|
type LinkPureAlignLabel = AlignLabel;
|
|
@@ -4122,7 +4127,7 @@ type PButtonProps = {
|
|
|
4122
4127
|
*/
|
|
4123
4128
|
value?: string;
|
|
4124
4129
|
/**
|
|
4125
|
-
* Sets the visual style variant of the button (`primary` or `
|
|
4130
|
+
* Sets the visual style variant of the button (`primary`, `secondary` or `destructive`). Use `destructive` for actions with irreversible consequences, e.g. deleting data.
|
|
4126
4131
|
* @default 'primary'
|
|
4127
4132
|
*/
|
|
4128
4133
|
variant?: ButtonVariant;
|
|
@@ -6017,4 +6022,4 @@ declare class ToastManager {
|
|
|
6017
6022
|
}
|
|
6018
6023
|
|
|
6019
6024
|
export { DECLARATIONS, PAccordion, PAiTag, PBanner, PButton, PButtonPure, PButtonTile, PCanvas, PCarousel, PCheckbox, PCrest, PDisplay, PDivider, PDrilldown, PDrilldownItem, PDrilldownLink, PFieldset, PFlag, PFlyout, PHeading, PIcon, PInlineNotification, PInputDate, PInputEmail, PInputMonth, PInputNumber, PInputPassword, PInputSearch, PInputTel, PInputText, PInputTime, PInputUrl, PInputWeek, PLink, PLinkPure, PLinkTile, PLinkTileProduct, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, POptgroup, PPagination, PPinCode, PPopover, PRadioGroup, PRadioGroupOption, PScroller, PSegmentedControl, PSegmentedControlItem, PSelect, PSelectOption, PSheet, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextList, PTextListItem, PTextarea, PToast, PWordmark, PorscheDesignSystemModule, ToastManager };
|
|
6020
|
-
export type { AccordionAlignMarker, AccordionBackground, AccordionHeadingTag, AccordionSize, AccordionUpdateEventDetail, AiTagLocale, AiTagVariant, AlignLabel, AriaAttributes, AriaRole, Backdrop, BannerHeadingTag, BannerPosition, BannerState, Booleanish, Breakpoint, BreakpointCustomizable, BreakpointValues, ButtonAriaAttribute, ButtonIcon, ButtonPureAlignLabel, ButtonPureAriaAttribute, ButtonPureColor, ButtonPureIcon, ButtonPureSize, ButtonPureType, ButtonTileAlign, ButtonTileAriaAttribute, ButtonTileAspectRatio, ButtonTileIcon, ButtonTileSize, ButtonTileType, ButtonTileWeight, ButtonType, ButtonVariant, CanvasBackground, CanvasSidebarStartUpdateEventDetail, CarouselAlignControls, CarouselAlignHeader, CarouselAriaAttribute, CarouselHeadingSize, CarouselInternationalization, CarouselSlidesPerPage, CarouselUpdateEventDetail, CarouselWidth, CheckboxBlurEventDetail, CheckboxChangeEventDetail, CheckboxState, CrestAriaAttribute, CrestTarget, DialogDismissEventDetail, DialogDismissReason, Direction, DisplayAlign, DisplayColor, DisplaySize, DisplayTag, DividerColor, DividerDirection, DrilldownAriaAttribute, DrilldownDismissEventDetail, DrilldownLinkAriaAttribute, DrilldownLinkTarget, DrilldownUpdateEventDetail, FieldsetLabelSize, FieldsetState, FlagAriaAttribute, FlagName, FlagSize, FlyoutAriaAttribute, FlyoutBackdrop, FlyoutBackground, FlyoutDismissEventDetail, FlyoutFooterBehavior, FlyoutMotionHiddenEndEventDetail, FlyoutMotionVisibleEndEventDetail, FlyoutPosition, FormState, GroupDirection, HeadingAlign, HeadingColor, HeadingHyphens, HeadingSize, HeadingTag, HeadingWeight, IconAriaAttribute, IconColor, IconName, IconSize, InlineNotificationActionIcon, InlineNotificationHeadingTag, InlineNotificationState, InputDateBlurEventDetail, InputDateChangeEventDetail, InputDateInputEventDetail, InputDateState, InputEmailBlurEventDetail, InputEmailChangeEventDetail, InputEmailInputEventDetail, InputEmailState, InputMonthBlurEventDetail, InputMonthChangeEventDetail, InputMonthInputEventDetail, InputMonthState, InputNumberBlurEventDetail, InputNumberChangeEventDetail, InputNumberInputEventDetail, InputNumberState, InputPasswordBlurEventDetail, InputPasswordChangeEventDetail, InputPasswordInputEventDetail, InputPasswordState, InputSearchAriaAttribute, InputSearchBlurEventDetail, InputSearchChangeEventDetail, InputSearchInputEventDetail, InputSearchState, InputTelBlurEventDetail, InputTelChangeEventDetail, InputTelInputEventDetail, InputTelState, InputTextBlurEventDetail, InputTextChangeEventDetail, InputTextInputEventDetail, InputTextState, InputTimeBlurEventDetail, InputTimeChangeEventDetail, InputTimeInputEventDetail, InputTimeState, InputUrlBlurEventDetail, InputUrlChangeEventDetail, InputUrlInputEventDetail, InputUrlState, InputWeekBlurEventDetail, InputWeekChangeEventDetail, InputWeekInputEventDetail, InputWeekState, LinkAriaAttribute, LinkButtonIconName,
|
|
6025
|
+
export type { AccordionAlignMarker, AccordionBackground, AccordionHeadingTag, AccordionSize, AccordionUpdateEventDetail, AiTagLocale, AiTagVariant, AlignLabel, AriaAttributes, AriaRole, Backdrop, BannerHeadingTag, BannerPosition, BannerState, Booleanish, Breakpoint, BreakpointCustomizable, BreakpointValues, ButtonAriaAttribute, ButtonIcon, ButtonPureAlignLabel, ButtonPureAriaAttribute, ButtonPureColor, ButtonPureIcon, ButtonPureSize, ButtonPureType, ButtonTileAlign, ButtonTileAriaAttribute, ButtonTileAspectRatio, ButtonTileIcon, ButtonTileSize, ButtonTileType, ButtonTileWeight, ButtonType, ButtonVariant, CanvasBackground, CanvasSidebarStartUpdateEventDetail, CarouselAlignControls, CarouselAlignHeader, CarouselAriaAttribute, CarouselHeadingSize, CarouselInternationalization, CarouselSlidesPerPage, CarouselUpdateEventDetail, CarouselWidth, CheckboxBlurEventDetail, CheckboxChangeEventDetail, CheckboxState, CrestAriaAttribute, CrestTarget, DialogDismissEventDetail, DialogDismissReason, Direction, DisplayAlign, DisplayColor, DisplaySize, DisplayTag, DividerColor, DividerDirection, DrilldownAriaAttribute, DrilldownDismissEventDetail, DrilldownLinkAriaAttribute, DrilldownLinkTarget, DrilldownUpdateEventDetail, FieldsetLabelSize, FieldsetState, FlagAriaAttribute, FlagName, FlagSize, FlyoutAriaAttribute, FlyoutBackdrop, FlyoutBackground, FlyoutDismissEventDetail, FlyoutFooterBehavior, FlyoutMotionHiddenEndEventDetail, FlyoutMotionVisibleEndEventDetail, FlyoutPosition, FormState, GroupDirection, HeadingAlign, HeadingColor, HeadingHyphens, HeadingSize, HeadingTag, HeadingWeight, IconAriaAttribute, IconColor, IconName, IconSize, InlineNotificationActionIcon, InlineNotificationHeadingTag, InlineNotificationState, InputDateBlurEventDetail, InputDateChangeEventDetail, InputDateInputEventDetail, InputDateState, InputEmailBlurEventDetail, InputEmailChangeEventDetail, InputEmailInputEventDetail, InputEmailState, InputMonthBlurEventDetail, InputMonthChangeEventDetail, InputMonthInputEventDetail, InputMonthState, InputNumberBlurEventDetail, InputNumberChangeEventDetail, InputNumberInputEventDetail, InputNumberState, InputPasswordBlurEventDetail, InputPasswordChangeEventDetail, InputPasswordInputEventDetail, InputPasswordState, InputSearchAriaAttribute, InputSearchBlurEventDetail, InputSearchChangeEventDetail, InputSearchInputEventDetail, InputSearchState, InputTelBlurEventDetail, InputTelChangeEventDetail, InputTelInputEventDetail, InputTelState, InputTextBlurEventDetail, InputTextChangeEventDetail, InputTextInputEventDetail, InputTextState, InputTimeBlurEventDetail, InputTimeChangeEventDetail, InputTimeInputEventDetail, InputTimeState, InputUrlBlurEventDetail, InputUrlChangeEventDetail, InputUrlInputEventDetail, InputUrlState, InputWeekBlurEventDetail, InputWeekChangeEventDetail, InputWeekInputEventDetail, InputWeekState, LinkAriaAttribute, LinkButtonIconName, LinkIcon, LinkPureAlignLabel, LinkPureAriaAttribute, LinkPureColor, LinkPureIcon, LinkPureSize, LinkPureTarget, LinkTarget, LinkTileAlign, LinkTileAriaAttribute, LinkTileAspectRatio, LinkTileProductAspectRatio, LinkTileProductLikeEventDetail, LinkTileProductTarget, LinkTileSize, LinkTileTarget, LinkTileWeight, LinkVariant, MarketLocale, ModalAriaAttribute, ModalBackdrop, ModalBackground, ModalDismissEventDetail, ModalMotionHiddenEndEventDetail, ModalMotionVisibleEndEventDetail, ModelSignatureColor, ModelSignatureFetchPriority, ModelSignatureModel, ModelSignatureSize, MultiSelectChangeEventDetail, MultiSelectDropdownDirection, MultiSelectState, MultiSelectToggleEventDetail, PAccordionProps, PAiTagProps, PBannerProps, PButtonProps, PButtonPureProps, PButtonTileProps, PCanvasProps, PCarouselProps, PCheckboxProps, PCrestProps, PDisplayProps, PDividerProps, PDrilldownItemProps, PDrilldownLinkProps, PDrilldownProps, PFieldsetProps, PFlagProps, PFlyoutProps, PHeadingProps, PIconProps, PInlineNotificationProps, PInputDateProps, PInputEmailProps, PInputMonthProps, PInputNumberProps, PInputPasswordProps, PInputSearchProps, PInputTelProps, PInputTextProps, PInputTimeProps, PInputUrlProps, PInputWeekProps, PLinkProps, PLinkPureProps, PLinkTileProductProps, PLinkTileProps, PModalProps, PModelSignatureProps, PMultiSelectOptionProps, PMultiSelectProps, POptgroupProps, PPaginationProps, PPinCodeProps, PPopoverProps, PRadioGroupOptionProps, PRadioGroupProps, PScrollerProps, PSegmentedControlItemProps, PSegmentedControlProps, PSelectOptionProps, PSelectProps, PSheetProps, PSpinnerProps, PStepperHorizontalItemProps, PStepperHorizontalProps, PSwitchProps, PTableBodyProps, PTableCellProps, PTableHeadCellProps, PTableHeadProps, PTableHeadRowProps, PTableProps, PTableRowProps, PTabsBarProps, PTabsItemProps, PTabsProps, PTagDismissibleProps, PTagProps, PTextListItemProps, PTextListProps, PTextProps, PTextareaProps, PToastProps, PWordmarkProps, PaginationInternationalization, PaginationUpdateEventDetail, PinCodeChangeEventDetail, PinCodeLength, PinCodeState, PinCodeType, PopoverAriaAttribute, PopoverDirection, PopoverDismissEventDetail, PorscheDesignSystem, PorscheDesignSystemModuleConfig, RadioGroupChangeEventDetail, RadioGroupDirection, RadioGroupState, ScrollerAlignScrollIndicator, ScrollerAriaAttribute, ScrollerScrollToPosition, SegmentedControlChangeEventDetail, SegmentedControlColumns, SegmentedControlItemAriaAttribute, SegmentedControlItemIcon, SegmentedControlState, SelectChangeEventDetail, SelectComponentsDropdownDirection, SelectDropdownDirection, SelectState, SelectToggleEventDetail, SelectedAriaAttributes, SelectedAriaRole, SheetAriaAttribute, SheetBackground, SheetDismissEventDetail, SheetMotionHiddenEndEventDetail, SheetMotionVisibleEndEventDetail, SpinnerAriaAttribute, SpinnerColor, SpinnerSize, StepperHorizontalItemState, StepperHorizontalSize, StepperHorizontalUpdateEventDetail, SwitchAlignLabel, SwitchUpdateEventDetail, TableHeadCellSort, TableLayout, TableUpdateEventDetail, TabsAriaAttribute, TabsBackground, TabsBarAriaAttribute, TabsBarBackground, TabsBarSize, TabsBarUpdateEventDetail, TabsBarWeight, TabsSize, TabsUpdateEventDetail, TabsWeight, TagDismissibleAriaAttribute, TagIcon, TagVariant, TextAlign, TextColor, TextHyphens, TextListType, TextSize, TextTag, TextWeight, TextareaBlurEventDetail, TextareaChangeEventDetail, TextareaInputEventDetail, TextareaResize, TextareaState, TextareaWrap, TileAlign, TileAspectRatio, TileSize, TileWeight, ToPosixLocale, ToastMessage, ToastState, WordmarkAriaAttribute, WordmarkSize, WordmarkTarget };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var blurFrosted = require('../../tokens/dist/esm/blur/blurFrosted.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated This API will be removed with the next major release. Use backdropFilter: blurFrosted instead. */
|
|
6
6
|
const frostedGlassStyle = {
|
|
7
7
|
WebkitBackdropFilter: blurFrosted.blurFrosted,
|
|
8
8
|
backdropFilter: blurFrosted.blurFrosted,
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var borderRadius = require('./borderRadius.cjs');
|
|
4
4
|
var borderWidth = require('./borderWidth.cjs');
|
|
5
5
|
|
|
6
|
-
/** @deprecated
|
|
6
|
+
/** @deprecated This API will be removed with the next major release. Use variables directly instead. */
|
|
7
7
|
const border = {
|
|
8
8
|
radius: borderRadius.borderRadius,
|
|
9
9
|
width: borderWidth.borderWidth,
|
|
@@ -4,7 +4,7 @@ var borderRadiusSmall = require('./borderRadiusSmall.cjs');
|
|
|
4
4
|
var borderRadiusMedium = require('./borderRadiusMedium.cjs');
|
|
5
5
|
var borderRadiusLarge = require('./borderRadiusLarge.cjs');
|
|
6
6
|
|
|
7
|
-
/** @deprecated
|
|
7
|
+
/** @deprecated This API will be removed with the next major release. Use variables directly instead. */
|
|
8
8
|
const borderRadius = {
|
|
9
9
|
small: borderRadiusSmall.borderRadiusSmall,
|
|
10
10
|
medium: borderRadiusMedium.borderRadiusMedium,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var radiusLg = require('../../tokens/dist/esm/border/radius/radiusLg.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link radiusLg} instead. This API will be removed with the next major release. */
|
|
6
6
|
const borderRadiusLarge = radiusLg.radiusLg;
|
|
7
7
|
|
|
8
8
|
exports.borderRadiusLarge = borderRadiusLarge;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var radiusMd = require('../../tokens/dist/esm/border/radius/radiusMd.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link radiusMd} instead. This API will be removed with the next major release. */
|
|
6
6
|
const borderRadiusMedium = radiusMd.radiusMd;
|
|
7
7
|
|
|
8
8
|
exports.borderRadiusMedium = borderRadiusMedium;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var radiusSm = require('../../tokens/dist/esm/border/radius/radiusSm.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link radiusSm} instead. This API will be removed with the next major release. */
|
|
6
6
|
const borderRadiusSmall = radiusSm.radiusSm;
|
|
7
7
|
|
|
8
8
|
exports.borderRadiusSmall = borderRadiusSmall;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var borderWidthBase = require('./borderWidthBase.cjs');
|
|
4
4
|
var borderWidthThin = require('./borderWidthThin.cjs');
|
|
5
5
|
|
|
6
|
-
/** @deprecated
|
|
6
|
+
/** @deprecated This API will be removed with the next major release. Use variables directly instead. */
|
|
7
7
|
const borderWidth = {
|
|
8
8
|
base: borderWidthBase.borderWidthBase,
|
|
9
9
|
thin: borderWidthThin.borderWidthThin,
|
|
@@ -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 2px instead. */
|
|
4
4
|
const borderWidthBase = '2px';
|
|
5
5
|
|
|
6
6
|
exports.borderWidthBase = borderWidthBase;
|
|
@@ -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 1px instead. */
|
|
4
4
|
const borderWidthThin = '1px';
|
|
5
5
|
|
|
6
6
|
exports.borderWidthThin = borderWidthThin;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var themeDark = require('./themeDark.cjs');
|
|
4
4
|
var themeLight = require('./themeLight.cjs');
|
|
5
5
|
|
|
6
|
-
/** @deprecated
|
|
6
|
+
/** @deprecated This API will be removed with the next major release. Use individual variables instead. */
|
|
7
7
|
const theme = {
|
|
8
8
|
light: themeLight.themeLight,
|
|
9
9
|
dark: themeDark.themeDark,
|
|
@@ -21,7 +21,7 @@ var themeDarkStateDisabled = require('./themeDarkStateDisabled.cjs');
|
|
|
21
21
|
var themeDarkStateFocus = require('./themeDarkStateFocus.cjs');
|
|
22
22
|
var themeDarkStateHover = require('./themeDarkStateHover.cjs');
|
|
23
23
|
|
|
24
|
-
/** @deprecated
|
|
24
|
+
/** @deprecated This API will be removed with the next major release. Use individual variables instead. */
|
|
25
25
|
const themeDark = {
|
|
26
26
|
primary: themeDarkPrimary.themeDarkPrimary,
|
|
27
27
|
background: {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorCanvasDark = require('../../tokens/dist/esm/color/dark/background/colorCanvasDark.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorCanvas} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeDarkBackgroundBase = colorCanvasDark.colorCanvasDark;
|
|
7
7
|
|
|
8
8
|
exports.themeDarkBackgroundBase = themeDarkBackgroundBase;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorFrostedDark = require('../../tokens/dist/esm/color/dark/background/colorFrostedDark.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorFrosted} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeDarkBackgroundFrosted = colorFrostedDark.colorFrostedDark;
|
|
7
7
|
|
|
8
8
|
exports.themeDarkBackgroundFrosted = themeDarkBackgroundFrosted;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorBackdropDark = require('../../tokens/dist/esm/color/dark/background/colorBackdropDark.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorBackdrop} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeDarkBackgroundShading = colorBackdropDark.colorBackdropDark;
|
|
7
7
|
|
|
8
8
|
exports.themeDarkBackgroundShading = themeDarkBackgroundShading;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorSurfaceDark = require('../../tokens/dist/esm/color/dark/background/colorSurfaceDark.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorSurface} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeDarkBackgroundSurface = colorSurfaceDark.colorSurfaceDark;
|
|
7
7
|
|
|
8
8
|
exports.themeDarkBackgroundSurface = themeDarkBackgroundSurface;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorContrastHighDark = require('../../tokens/dist/esm/color/dark/foreground/colorContrastHighDark.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorContrastHigh} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeDarkContrastHigh = colorContrastHighDark.colorContrastHighDark;
|
|
7
7
|
|
|
8
8
|
exports.themeDarkContrastHigh = themeDarkContrastHigh;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorContrastLowDark = require('../../tokens/dist/esm/color/dark/foreground/colorContrastLowDark.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorContrastLow} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeDarkContrastLow = colorContrastLowDark.colorContrastLowDark;
|
|
7
7
|
|
|
8
8
|
exports.themeDarkContrastLow = themeDarkContrastLow;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorContrastMediumDark = require('../../tokens/dist/esm/color/dark/foreground/colorContrastMediumDark.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorContrastMedium} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeDarkContrastMedium = colorContrastMediumDark.colorContrastMediumDark;
|
|
7
7
|
|
|
8
8
|
exports.themeDarkContrastMedium = themeDarkContrastMedium;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorErrorDark = require('../../tokens/dist/esm/color/dark/semantic/colorErrorDark.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorError} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeDarkNotificationError = colorErrorDark.colorErrorDark;
|
|
7
7
|
|
|
8
8
|
exports.themeDarkNotificationError = themeDarkNotificationError;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorErrorFrostedDark = require('../../tokens/dist/esm/color/dark/semantic/colorErrorFrostedDark.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorErrorFrosted} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeDarkNotificationErrorSoft = colorErrorFrostedDark.colorErrorFrostedDark;
|
|
7
7
|
|
|
8
8
|
exports.themeDarkNotificationErrorSoft = themeDarkNotificationErrorSoft;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorInfoDark = require('../../tokens/dist/esm/color/dark/semantic/colorInfoDark.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorInfo} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeDarkNotificationInfo = colorInfoDark.colorInfoDark;
|
|
7
7
|
|
|
8
8
|
exports.themeDarkNotificationInfo = themeDarkNotificationInfo;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorInfoFrostedDark = require('../../tokens/dist/esm/color/dark/semantic/colorInfoFrostedDark.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorInfoFrosted} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeDarkNotificationInfoSoft = colorInfoFrostedDark.colorInfoFrostedDark;
|
|
7
7
|
|
|
8
8
|
exports.themeDarkNotificationInfoSoft = themeDarkNotificationInfoSoft;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorSuccessDark = require('../../tokens/dist/esm/color/dark/semantic/colorSuccessDark.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorSuccess} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeDarkNotificationSuccess = colorSuccessDark.colorSuccessDark;
|
|
7
7
|
|
|
8
8
|
exports.themeDarkNotificationSuccess = themeDarkNotificationSuccess;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorSuccessFrostedDark = require('../../tokens/dist/esm/color/dark/semantic/colorSuccessFrostedDark.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorSuccessFrosted} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeDarkNotificationSuccessSoft = colorSuccessFrostedDark.colorSuccessFrostedDark;
|
|
7
7
|
|
|
8
8
|
exports.themeDarkNotificationSuccessSoft = themeDarkNotificationSuccessSoft;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorWarningDark = require('../../tokens/dist/esm/color/dark/semantic/colorWarningDark.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorWarning} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeDarkNotificationWarning = colorWarningDark.colorWarningDark;
|
|
7
7
|
|
|
8
8
|
exports.themeDarkNotificationWarning = themeDarkNotificationWarning;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorWarningFrostedDark = require('../../tokens/dist/esm/color/dark/semantic/colorWarningFrostedDark.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorWarningFrosted} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeDarkNotificationWarningSoft = colorWarningFrostedDark.colorWarningFrostedDark;
|
|
7
7
|
|
|
8
8
|
exports.themeDarkNotificationWarningSoft = themeDarkNotificationWarningSoft;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorPrimaryDark = require('../../tokens/dist/esm/color/dark/foreground/colorPrimaryDark.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorPrimary} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeDarkPrimary = colorPrimaryDark.colorPrimaryDark;
|
|
7
7
|
|
|
8
8
|
exports.themeDarkPrimary = themeDarkPrimary;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorFrostedDark = require('../../tokens/dist/esm/color/dark/background/colorFrostedDark.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorFrosted} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeDarkStateActive = colorFrostedDark.colorFrostedDark;
|
|
7
7
|
|
|
8
8
|
exports.themeDarkStateActive = themeDarkStateActive;
|
|
@@ -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 themeDarkStateDisabled = 'hsla(240,1.5%,61.8%,0.302)';
|
|
5
5
|
|
|
6
6
|
exports.themeDarkStateDisabled = themeDarkStateDisabled;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorFocusDark = require('../../tokens/dist/esm/color/dark/a11y/colorFocusDark.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorFocus} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeDarkStateFocus = colorFocusDark.colorFocusDark; // it's important that focus color is the same for light and dark theme
|
|
7
7
|
|
|
8
8
|
exports.themeDarkStateFocus = themeDarkStateFocus;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorFrostedDark = require('../../tokens/dist/esm/color/dark/background/colorFrostedDark.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorFrosted} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeDarkStateHover = colorFrostedDark.colorFrostedDark; // it's important that hover color is the same for light and dark theme
|
|
7
7
|
|
|
8
8
|
exports.themeDarkStateHover = themeDarkStateHover;
|
|
@@ -21,7 +21,7 @@ var themeLightStateDisabled = require('./themeLightStateDisabled.cjs');
|
|
|
21
21
|
var themeLightStateFocus = require('./themeLightStateFocus.cjs');
|
|
22
22
|
var themeLightStateHover = require('./themeLightStateHover.cjs');
|
|
23
23
|
|
|
24
|
-
/** @deprecated
|
|
24
|
+
/** @deprecated This API will be removed with the next major release. Use individual variables instead. */
|
|
25
25
|
const themeLight = {
|
|
26
26
|
primary: themeLightPrimary.themeLightPrimary,
|
|
27
27
|
background: {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorCanvasLight = require('../../tokens/dist/esm/color/light/background/colorCanvasLight.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorCanvas} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeLightBackgroundBase = colorCanvasLight.colorCanvasLight;
|
|
7
7
|
|
|
8
8
|
exports.themeLightBackgroundBase = themeLightBackgroundBase;
|
|
@@ -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 themeLightBackgroundFrosted = colorFrostedLight.colorFrostedLight;
|
|
7
7
|
|
|
8
8
|
exports.themeLightBackgroundFrosted = themeLightBackgroundFrosted;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorBackdropLight = require('../../tokens/dist/esm/color/light/background/colorBackdropLight.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorBackdrop} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeLightBackgroundShading = colorBackdropLight.colorBackdropLight;
|
|
7
7
|
|
|
8
8
|
exports.themeLightBackgroundShading = themeLightBackgroundShading;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorSurfaceLight = require('../../tokens/dist/esm/color/light/background/colorSurfaceLight.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorSurface} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeLightBackgroundSurface = colorSurfaceLight.colorSurfaceLight;
|
|
7
7
|
|
|
8
8
|
exports.themeLightBackgroundSurface = themeLightBackgroundSurface;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorContrastHighLight = require('../../tokens/dist/esm/color/light/foreground/colorContrastHighLight.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorContrastHigh} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeLightContrastHigh = colorContrastHighLight.colorContrastHighLight;
|
|
7
7
|
|
|
8
8
|
exports.themeLightContrastHigh = themeLightContrastHigh;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorContrastLowLight = require('../../tokens/dist/esm/color/light/foreground/colorContrastLowLight.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorContrastLow} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeLightContrastLow = colorContrastLowLight.colorContrastLowLight;
|
|
7
7
|
|
|
8
8
|
exports.themeLightContrastLow = themeLightContrastLow;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorContrastMediumLight = require('../../tokens/dist/esm/color/light/foreground/colorContrastMediumLight.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorContrastMedium} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeLightContrastMedium = colorContrastMediumLight.colorContrastMediumLight;
|
|
7
7
|
|
|
8
8
|
exports.themeLightContrastMedium = themeLightContrastMedium;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var colorErrorLight = require('../../tokens/dist/esm/color/light/semantic/colorErrorLight.cjs');
|
|
4
4
|
|
|
5
|
-
/** @deprecated
|
|
5
|
+
/** @deprecated Use {@link colorError} instead. This API will be removed with the next major release. */
|
|
6
6
|
const themeLightNotificationError = colorErrorLight.colorErrorLight;
|
|
7
7
|
|
|
8
8
|
exports.themeLightNotificationError = themeLightNotificationError;
|