@momentum-design/components
Advanced tools
Comparing version 0.17.1 to 0.17.2
@@ -9,2 +9,4 @@ import { css } from 'lit'; | ||
--mdc-themeprovider-letter-spacing-adjustment: -0.25px; | ||
/* Adjusting font feature settings for accessibility reasons */ | ||
--mdc-themeprovider-font-feature-settings: "ss02" on; | ||
@@ -15,4 +17,6 @@ color: var(--mdc-themeprovider-color-default); | ||
letter-spacing: var(--mdc-themeprovider-letter-spacing-adjustment); | ||
font-feature-settings: var(--mdc-themeprovider-font-feature-settings); | ||
} | ||
`; | ||
export default [styles]; |
export { default as Avatar } from './avatar'; | ||
export { default as AvatarButton } from './avatarbutton'; | ||
export { default as Badge } from './badge'; | ||
export { default as Bullet } from './bullet'; | ||
export { default as AvatarButton } from './avatarbutton'; | ||
export { default as Button } from './button'; | ||
@@ -6,0 +6,0 @@ export { default as Buttonsimple } from './buttonsimple'; |
export { default as Avatar } from './avatar'; | ||
export { default as AvatarButton } from './avatarbutton'; | ||
export { default as Badge } from './badge'; | ||
export { default as Bullet } from './bullet'; | ||
export { default as AvatarButton } from './avatarbutton'; | ||
export { default as Button } from './button'; | ||
@@ -6,0 +6,0 @@ export { default as Buttonsimple } from './buttonsimple'; |
@@ -39,3 +39,3 @@ { | ||
}, | ||
"version": "0.17.1" | ||
"version": "0.17.2" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1006677
13214