@helsenorge/core-utils
Advanced tools
Comparing version 26.3.2 to 26.4.0
@@ -15,3 +15,3 @@ export interface ResourcesWithMonthNames { | ||
} | ||
declare type ISO8601 = string; | ||
type ISO8601 = string; | ||
/** | ||
@@ -18,0 +18,0 @@ * Returnerer dagens dato i yyyy--mm-dd format |
{ | ||
"name": "@helsenorge/core-utils", | ||
"author": "Helsenorge", | ||
"version": "26.3.2", | ||
"version": "26.4.0", | ||
"main": "./index.js", | ||
@@ -14,3 +14,3 @@ "license": "ISC", | ||
"moment": "^2.29.4", | ||
"tabbable": "6.0.0" | ||
"tabbable": "6.0.1" | ||
}, | ||
@@ -17,0 +17,0 @@ "scripts": { |
import { FocusableElement } from 'tabbable'; | ||
declare type TabbableElement = FocusableElement & HTMLInputElement; | ||
type TabbableElement = FocusableElement & HTMLInputElement; | ||
export declare class TrapFocus { | ||
@@ -4,0 +4,0 @@ domNode: TabbableElement | null; |
@@ -45,3 +45,3 @@ export declare enum HttpStatusCode { | ||
} | ||
export declare type ISO8601 = string; | ||
export type ISO8601 = string; | ||
//# sourceMappingURL=entities.d.ts.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
97257
+ Addedtabbable@6.0.1(transitive)
- Removedtabbable@6.0.0(transitive)
Updatedtabbable@6.0.1