-
Notifications
You must be signed in to change notification settings - Fork 13
temp
Ruo Ling edited this page Sep 27, 2024
·
2 revisions
- New design tokens
- Migrating theme
- Deprecated modules
- Color deprecated
- Text deprecated
- TextStyleHelper deprecated
- MediaQuery deprecated
- MediaWidths deprecated
https://dev.designsystem.lifesg.io/react/index.html?path=/docs/foundations-introduction--docs
(info on new design tokens, link to storybook)
BaseTheme => LifeSGTheme https://dev.designsystem.lifesg.io/react/index.html?path=/docs/foundations-themes-introduction--docs
(info on new scheme keys)
(info on new overrides)
Typescript support for custom columns
declare module "styled-components" {
export interface DefaultTheme extends ThemeSpec {
maxColumns?: {
xxs: 8;
xs: 8;
sm: 8;
md: 8;
lg: 12;
xl: 12;
xxl: 12;
};
}
}
- Color
- DesignToken
- Layout
- MediaQuery
- Text
<codemod command>
V2 usage
V3 usage
Automated migration
<codemod command>
V2 usage
V3 usage
Automated migration
<codemod command>
V2 usage
V3 usage
Automated migration
V2 usage
V3 usage
Automated migration
<codemod command>
(more info to be added)
V2 usage
V3 usage
V2 usage
V3 usage