Skip to content

Commit 01d8114

Browse files
committed
chore: Clean up
1 parent 758acfa commit 01d8114

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

style-dictionary/utils/token-names.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -951,8 +951,7 @@ export type ShadowsTokenName =
951951
| 'shadowSticky'
952952
| 'shadowStickyEmbedded'
953953
| 'shadowStickyColumnFirst'
954-
| 'shadowStickyColumnLast'
955-
| 'borderAiPanelWidth';
954+
| 'shadowStickyColumnLast';
956955

957956
export type GlobalScopeTokenName = ColorPaletteTokenName | TypographyTokenName | BordersTokenName;
958957
export type ColorScopeTokenName = ColorChartsTokenName | ColorsTokenName | ShadowsTokenName | ColorSeverityTokenName;

0 commit comments

Comments
 (0)