@@ -862,6 +862,114 @@ export const groupFocusOuterStroke = "var(--smtc-group-focus-outer-stroke, var(-
862862// @public (undocumented)
863863export const groupFocusOuterStrokewidth = " var(--smtc-group-focus-outer-strokewidth, var(--strokeWidthThick))" ;
864864
865+ // @public (undocumented)
866+ export const groupLinkBrandIconForeground = " var(--smtc-group-link-brand-icon-foreground)" ;
867+
868+ // @public (undocumented)
869+ export const groupLinkBrandIconForegroundDisabled = " var(--smtc-group-link-brand-icon-foreground-disabled)" ;
870+
871+ // @public (undocumented)
872+ export const groupLinkBrandIconForegroundHover = " var(--smtc-group-link-brand-icon-foreground-hover)" ;
873+
874+ // @public (undocumented)
875+ export const groupLinkBrandIconForegroundPressed = " var(--smtc-group-link-brand-icon-foreground-pressed)" ;
876+
877+ // @public (undocumented)
878+ export const groupLinkBrandTextForeground = " var(--smtc-group-link-brand-text-foreground, var(--colorBrandForegroundLink))" ;
879+
880+ // @public (undocumented)
881+ export const groupLinkBrandTextForegroundDisabled = " var(--smtc-group-link-brand-text-foreground-disabled, var(--colorNeutralForegroundDisabled))" ;
882+
883+ // @public (undocumented)
884+ export const groupLinkBrandTextForegroundHover = " var(--smtc-group-link-brand-text-foreground-hover, var(--colorBrandForegroundLinkHover))" ;
885+
886+ // @public (undocumented)
887+ export const groupLinkBrandTextForegroundPressed = " var(--smtc-group-link-brand-text-foreground-pressed, var(--colorBrandForegroundLinkPressed))" ;
888+
889+ // @public (undocumented)
890+ export const groupLinkGap = " var(--smtc-group-link-gap)" ;
891+
892+ // @public (undocumented)
893+ export const groupLinkLargeIconSize = " var(--smtc-group-link-large-icon-size)" ;
894+
895+ // @public (undocumented)
896+ export const groupLinkLargeTextFontsize = " var(--smtc-group-link-large-text-fontsize)" ;
897+
898+ // @public (undocumented)
899+ export const groupLinkLargeTextFontweight = " var(--smtc-group-link-large-text-fontweight)" ;
900+
901+ // @public (undocumented)
902+ export const groupLinkLargeTextLineheight = " var(--smtc-group-link-large-text-lineheight)" ;
903+
904+ // @public (undocumented)
905+ export const groupLinkMediumIconSize = " var(--smtc-group-link-medium-icon-size)" ;
906+
907+ // @public (undocumented)
908+ export const groupLinkMediumTextFontsize = " var(--smtc-group-link-medium-text-fontsize, var(--fontSizeBase300))" ;
909+
910+ // @public (undocumented)
911+ export const groupLinkMediumTextFontweight = " var(--smtc-group-link-medium-text-fontweight, var(--fontWeightRegular))" ;
912+
913+ // @public (undocumented)
914+ export const groupLinkMediumTextLineheight = " var(--smtc-group-link-medium-text-lineheight, var(--lineHeightBase300))" ;
915+
916+ // @public (undocumented)
917+ export const groupLinkNeutralIconForeground = " var(--smtc-group-link-neutral-icon-foreground)" ;
918+
919+ // @public (undocumented)
920+ export const groupLinkNeutralIconForegroundDisabled = " var(--smtc-group-link-neutral-icon-foreground-disabled)" ;
921+
922+ // @public (undocumented)
923+ export const groupLinkNeutralIconForegroundHover = " var(--smtc-group-link-neutral-icon-foreground-hover)" ;
924+
925+ // @public (undocumented)
926+ export const groupLinkNeutralIconForegroundPressed = " var(--smtc-group-link-neutral-icon-foreground-pressed)" ;
927+
928+ // @public (undocumented)
929+ export const groupLinkNeutralTextForeground = " var(--smtc-group-link-neutral-text-foreground, var(--colorNeutralForeground2))" ;
930+
931+ // @public (undocumented)
932+ export const groupLinkNeutralTextForegroundDisabled = " var(--smtc-group-link-neutral-text-foreground-disabled, var(--colorNeutralForegroundDisabled))" ;
933+
934+ // @public (undocumented)
935+ export const groupLinkNeutralTextForegroundHover = " var(--smtc-group-link-neutral-text-foreground-hover, var(--colorNeutralForeground2Hover))" ;
936+
937+ // @public (undocumented)
938+ export const groupLinkNeutralTextForegroundPressed = " var(--smtc-group-link-neutral-text-foreground-pressed, var(--colorNeutralForeground2Pressed))" ;
939+
940+ // @public (undocumented)
941+ export const groupLinkOnpageTextDecorationline = " var(--smtc-group-link-onpage-text-decorationline, none)" ;
942+
943+ // @public (undocumented)
944+ export const groupLinkOnpageTextDecorationlineDisabled = " var(--smtc-group-link-onpage-text-decorationline-disabled, none)" ;
945+
946+ // @public (undocumented)
947+ export const groupLinkOnpageTextDecorationlineHover = " var(--smtc-group-link-onpage-text-decorationline-hover, underline)" ;
948+
949+ // @public (undocumented)
950+ export const groupLinkOnpageTextDecorationlinePressed = " var(--smtc-group-link-onpage-text-decorationline-pressed, underline)" ;
951+
952+ // @public (undocumented)
953+ export const groupLinkSmallIconSize = " var(--smtc-group-link-small-icon-size)" ;
954+
955+ // @public (undocumented)
956+ export const groupLinkSmallTextFontsize = " var(--smtc-group-link-small-text-fontsize)" ;
957+
958+ // @public (undocumented)
959+ export const groupLinkSmallTextFontweight = " var(--smtc-group-link-small-text-fontweight)" ;
960+
961+ // @public (undocumented)
962+ export const groupLinkSmallTextLineheight = " var(--smtc-group-link-small-text-lineheight)" ;
963+
964+ // @public (undocumented)
965+ export const groupLinkTextFontfamily = " var(--smtc-group-link-text-fontfamily, var(--fontFamilyBase))" ;
966+
967+ // @public (undocumented)
968+ export const groupLinkTextUnderlineStrokewidth = " var(--smtc-group-link-text-underline-strokewidth, var(--strokeWidthThin))" ;
969+
970+ // @public (undocumented)
971+ export const groupLinkTextUnderlineStyle = " var(--smtc-group-link-text-underline-style, solid)" ;
972+
865973// (No @packageDocumentation comment for this package)
866974
867975```
0 commit comments