Skip to content

Commit

Permalink
feat(migration): no more icons/illustrations/palette export
Browse files Browse the repository at this point in the history
  • Loading branch information
maximevast committed Feb 23, 2024
1 parent 757ddb1 commit d7985c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/andive/src/components/dropdown-filter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as palette from '../constants/palette'
import Button from './button'
import {H2} from './typography'
import {ZIndexes} from '../constants/enum'
import {CloseIcon} from '..'
import CloseIcon from '../components/icons/close'
import {FilterButton} from './filter-button'

const MenuFilterRoot = styled.div<{open?: boolean}>`
Expand Down
4 changes: 2 additions & 2 deletions packages/andive/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,6 @@ export {default as Collapsible} from './components/collapsible'
* Constants
*/

// import * as paletteObject from './constants/palette'
// export const palette = paletteObject
import * as paletteObject from './constants/palette'
export const palette = paletteObject
export {ZIndexes} from './constants/enum'

0 comments on commit d7985c9

Please sign in to comment.