Skip to content

npm issues resolved

Compare
Choose a tag to compare
@atomtay atomtay released this 01 Mar 18:31
· 69 commits to main since this release

The design system is still minimal (three components), but the npm configuration issues that resulted in some unexpected import behavior have been resolved. For example, in release 0.1.7 and prior, you imported the Footer component (in React) as

import { Footer } from 'mapc-design-system/src'

Now, you import it as

import { Footer } from 'mapc-design-system'