Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Fjerner tittel fra bjelleikon - er ariaHidden
Browse files Browse the repository at this point in the history
  • Loading branch information
ebelegu committed Apr 10, 2024
1 parent 5731df7 commit 39d78ac
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions brukerapi-mock/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion brukerapi-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@navikt/arbeidsgiver-notifikasjoner-brukerapi-mock",
"description": "Mocker graphql-endepunkt for brukerapi. Nyttig for utvikling av @navikt/arbeidsgiver-notifikasjon-widget.",
"repository": "github:navikt/arbeidsgiver-notifikasjon-widget",
"version": "6.5.3",
"version": "6.5.4",
"license": "MIT",
"main": "dist/notifikasjonMockMiddleware.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions component/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@navikt/arbeidsgiver-notifikasjon-widget",
"description": "React component for notifikasjoner for arbeidsgivere",
"repository": "github:navikt/arbeidsgiver-notifikasjon-widget",
"version": "6.5.3",
"version": "6.5.4",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/esm/lib/esm/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const NotifikasjonBjelle = ({
aria-atomic="true"
>
<div className='notifikasjon_bjelle-ikon'>
<Bell title="bjelleikon" width="32px" height="32px" aria-hidden="true" />
<Bell width="32px" height="32px" aria-hidden="true" />

<div
className={`notifikasjon_bjelle-ikon__ulest-sirkel ${
Expand Down
4 changes: 2 additions & 2 deletions demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions demo/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Bedriftsmeny from '@navikt/bedriftsmeny'
import '@navikt/bedriftsmeny/lib/bedriftsmeny.css'
import { NotifikasjonWidget } from '@navikt/arbeidsgiver-notifikasjon-widget'
import "@navikt/arbeidsgiver-notifikasjon-widget/lib/esm/index.css"
import {BrowserRouter} from 'react-router-dom'
import './App.css'
import { MOCK_ORGANISASJONER } from './MockOrganisasjoner'
Expand Down

0 comments on commit 39d78ac

Please sign in to comment.