chore: generated design system css variables from updated json file
Approved-by: Matilda Landström
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import { withThemeByClassName } from '@storybook/addon-themes'
|
||||
import { IntlProvider } from 'react-intl'
|
||||
import type { Preview, ReactRenderer } from '@storybook/nextjs-vite'
|
||||
import { IntlProvider } from 'react-intl'
|
||||
import { reactIntl } from './reactIntl'
|
||||
|
||||
import '../lib/design-system-new-deprecated.css'
|
||||
import '../lib/fonts.css'
|
||||
import '../lib/normalize.css'
|
||||
import '../lib/style.css'
|
||||
import '../lib/design-system-new-deprecated.css'
|
||||
|
||||
export const themes = {
|
||||
themes: {
|
||||
@@ -17,6 +17,7 @@ export const themes = {
|
||||
Haymarket: 'haymarket',
|
||||
'Hotel Norge': 'hotel-norge',
|
||||
Marski: 'marski',
|
||||
'The Dock': 'the-dock',
|
||||
},
|
||||
defaultTheme: 'Scandic',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user