We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758acfa commit 01d8114Copy full SHA for 01d8114
style-dictionary/utils/token-names.ts
@@ -951,8 +951,7 @@ export type ShadowsTokenName =
951
| 'shadowSticky'
952
| 'shadowStickyEmbedded'
953
| 'shadowStickyColumnFirst'
954
- | 'shadowStickyColumnLast'
955
- | 'borderAiPanelWidth';
+ | 'shadowStickyColumnLast';
956
957
export type GlobalScopeTokenName = ColorPaletteTokenName | TypographyTokenName | BordersTokenName;
958
export type ColorScopeTokenName = ColorChartsTokenName | ColorsTokenName | ShadowsTokenName | ColorSeverityTokenName;
0 commit comments