fix(BOOK-579): Multiple small fixes in regards to hotel branding
Approved-by: Bianca Widstam Approved-by: Matilda Haneling
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
export { Button } from './Button'
|
||||
// eslint-disable-next-line react-refresh/only-export-components
|
||||
export { withButton } from './variants'
|
||||
|
||||
export { type ButtonProps } from './types'
|
||||
// eslint-disable-next-line react-refresh/only-export-components
|
||||
export { variants as buttonVariants, withButton } from './variants'
|
||||
|
||||
@@ -48,3 +48,7 @@
|
||||
.Surface-Brand-Primary-1-OnSurface-Accent-Secondary {
|
||||
background-color: var(--Surface-Brand-Primary-1-OnSurface-Accent-Secondary);
|
||||
}
|
||||
|
||||
.Border-Divider-Brand-OnAccent-Default {
|
||||
background-color: var(--Border-Divider-Brand-OnAccent-Default);
|
||||
}
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
export { Divider } from './Divider'
|
||||
|
||||
// eslint-disable-next-line react-refresh/only-export-components
|
||||
export { dividerVariants } from './variants'
|
||||
|
||||
@@ -16,6 +16,8 @@ export const dividerVariants = cva(styles.divider, {
|
||||
'Border/Divider/Subtle': styles['Border-Divider-Subtle'],
|
||||
'Surface/Brand/Primary 1/OnSurface/Accent Secondary':
|
||||
styles['Surface-Brand-Primary-1-OnSurface-Accent-Secondary'],
|
||||
'Border/Divider/Brand/OnAccent/Default':
|
||||
styles['Border-Divider-Brand-OnAccent-Default'],
|
||||
},
|
||||
variant: {
|
||||
horizontal: styles.horizontal,
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: Garamond;
|
||||
font-family: 'ITC Garamond Std';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src:
|
||||
|
||||
Reference in New Issue
Block a user