Skip to content

Commit

Permalink
chore(Shared): remove export of types from interfaces (#1885)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored Jan 11, 2023
1 parent 5364fb5 commit 63cf72f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Stopped supporting Internet Explorer (IE), as Microsoft formally ended support f
- Helper class `.dnb-sr-only--inline` and SCSS mixin `srOnlyInline` was removed.
- Helper class `.dnb-not-sr-only` and SCSS mixin `notSrOnly` was removed.
- `import { SpacingHelper } from '@dnb/eufemia/shared'` was removed due to low usage. Use one of the [other exported helpers](/uilib/usage/layout/spacing).
- `import { LocaleProps, DataAttributeTypes, DynamicElement } from '@dnb/eufemia/shared/interfaces'` was removed, and moved to `@dnb/eufemia/shared/types`.
- `isIE11` and `IS_IE11` is deprecated as we have stopped supporting Internet Explorer (IE).

## Install
Expand Down
4 changes: 0 additions & 4 deletions packages/dnb-eufemia/src/shared/interfaces.tsx

This file was deleted.

0 comments on commit 63cf72f

Please sign in to comment.