@helsenorge/lightbox 14.0.0 → 14.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/CHANGELOG.md +245 -223
- package/lib/resources/Resources.d.ts +46 -0
- package/package.json +2 -2
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/* eslint:disable */
|
|
2
|
+
/*
|
|
3
|
+
* This file is automatically generated by SOT
|
|
4
|
+
*
|
|
5
|
+
* This file is for typings support only, it will not supply the actual text, you will still need to download the correct culture spesific .resx file.
|
|
6
|
+
*/
|
|
7
|
+
export type HNDesignsystemLightBox = {
|
|
8
|
+
/**
|
|
9
|
+
* Lukk lightbox
|
|
10
|
+
*/
|
|
11
|
+
ariaLabelCloseButton: string;
|
|
12
|
+
/**
|
|
13
|
+
* Forrige bilde
|
|
14
|
+
*/
|
|
15
|
+
ariaLabelLeftArrow: string;
|
|
16
|
+
/**
|
|
17
|
+
* Bildevisning
|
|
18
|
+
*/
|
|
19
|
+
ariaLabelLightBox: string;
|
|
20
|
+
/**
|
|
21
|
+
* Neste bilde
|
|
22
|
+
*/
|
|
23
|
+
ariaLabelRightArrow: string;
|
|
24
|
+
/**
|
|
25
|
+
* Lukk tekstboks
|
|
26
|
+
*/
|
|
27
|
+
ariaLabelCloseTextBox: string;
|
|
28
|
+
/**
|
|
29
|
+
* Åpne tekstboks
|
|
30
|
+
*/
|
|
31
|
+
ariaLabelOpenTextBox: string;
|
|
32
|
+
/**
|
|
33
|
+
* Zoom inn
|
|
34
|
+
*/
|
|
35
|
+
ariaLabelZoomIn: string;
|
|
36
|
+
/**
|
|
37
|
+
* Zoom ut
|
|
38
|
+
*/
|
|
39
|
+
ariaLabelZoomOut: string;
|
|
40
|
+
/**
|
|
41
|
+
* Zoom
|
|
42
|
+
*/
|
|
43
|
+
ariaLabelZoomSlider: string;
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
/* eslint:enable */
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@helsenorge/lightbox",
|
|
3
3
|
"sideEffects": false,
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "14.
|
|
5
|
+
"version": "14.2.0",
|
|
6
6
|
"description": "The official Helsenorge lightbox.",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"react-dom": "^19.0.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@helsenorge/designsystem-react": "14.0.0
|
|
65
|
+
"@helsenorge/designsystem-react": "^14.0.0",
|
|
66
66
|
"@helsenorge/typed-scss-modules": "^9.0.0",
|
|
67
67
|
"@rollup/plugin-replace": "^6.0.1",
|
|
68
68
|
"@testing-library/jest-dom": "^6.5.0",
|