@entur/a11y
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.2.5](https://bitbucket.org/enturas/design-system/compare/@entur/a11y@0.2.4...@entur/a11y@0.2.5) (2020-01-06) | ||
**Note:** Version bump only for package @entur/a11y | ||
## [0.2.4](https://bitbucket.org/enturas/design-system/compare/@entur/a11y@0.2.3...@entur/a11y@0.2.4) (2019-12-17) | ||
@@ -8,0 +12,0 @@ |
import React from 'react'; | ||
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties'; | ||
import _objectWithoutProperties from '@babel/runtime/helpers/esm/objectWithoutProperties'; | ||
@@ -4,0 +4,0 @@ var SkipToContent = function SkipToContent(_ref) { |
@@ -0,17 +1,10 @@ | ||
/// <reference types="react" /> | ||
import React from "react"; | ||
declare type SkipToContentProps = { | ||
/** Lenketeksten */ | ||
type SkipToContentProps = { | ||
children: React.ReactNode; | ||
/** IDen til hovedinnholdsområdet | ||
* @default "main-content" | ||
*/ | ||
mainId?: string; | ||
}; | ||
declare const SkipToContent: React.FC<SkipToContentProps>; | ||
declare type VisuallyHiddenProps = { | ||
/** HTML-elementet eller React-komponenten som lager elementet | ||
* @default "span" | ||
*/ | ||
type VisuallyHiddenProps = { | ||
as?: string | React.ElementType; | ||
/** Innhold for skjermlesere */ | ||
children: React.ReactNode; | ||
@@ -18,0 +11,0 @@ [key: string]: any; |
{ | ||
"name": "@entur/a11y", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"license": "EUPL-1.2", | ||
@@ -29,6 +29,6 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@entur/tokens": "^1.1.0", | ||
"@entur/typography": "^0.6.1" | ||
"@entur/tokens": "^1.1.1", | ||
"@entur/typography": "^0.7.0" | ||
}, | ||
"gitHead": "0f15997d0016b44dd292965fb5e19435f3d842fe" | ||
"gitHead": "1755d311b4cb5121c90a6abf85c17a9dfc530abe" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
30884
103
+ Added@entur/typography@0.7.4(transitive)
+ Added@entur/utils@0.2.9(transitive)
+ Addedtiny-warning@1.0.3(transitive)
- Removed@entur/typography@0.6.1(transitive)
Updated@entur/tokens@^1.1.1
Updated@entur/typography@^0.7.0