@helsenorge/lightbox 14.0.0-beta.7 → 14.0.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 +340 -11
- package/lib/resources/HN.Designsystem.LightBox.en-GB.json.d.ts +14 -0
- package/lib/resources/HN.Designsystem.LightBox.nb-NO.json.d.ts +14 -0
- package/lib/resources/HN.Designsystem.LightBox.nn-NO.json.d.ts +14 -0
- package/lib/resources/HN.Designsystem.LightBox.se-NO.json.d.ts +14 -0
- package/lib/resources/index.d.ts +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"ariaLabelCloseButton": "Close lightbox",
|
|
3
|
+
"ariaLabelLeftArrow": "Previous picture",
|
|
4
|
+
"ariaLabelLightBox": "Image display",
|
|
5
|
+
"ariaLabelRightArrow": "Next image",
|
|
6
|
+
"ariaLabelCloseTextBox": "Close text box",
|
|
7
|
+
"ariaLabelOpenTextBox": "Open text box",
|
|
8
|
+
"ariaLabelZoomIn": "Zoom in",
|
|
9
|
+
"ariaLabelZoomOut": "Zoom out",
|
|
10
|
+
"ariaLabelZoomSlider": "Zoom"
|
|
11
|
+
}
|
|
12
|
+
;
|
|
13
|
+
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"ariaLabelCloseButton": "Lukk lightbox",
|
|
3
|
+
"ariaLabelLeftArrow": "Forrige bilde",
|
|
4
|
+
"ariaLabelLightBox": "Bildevisning",
|
|
5
|
+
"ariaLabelRightArrow": "Neste bilde",
|
|
6
|
+
"ariaLabelCloseTextBox": "Lukk tekstboks",
|
|
7
|
+
"ariaLabelOpenTextBox": "Åpne tekstboks",
|
|
8
|
+
"ariaLabelZoomIn": "Zoom inn",
|
|
9
|
+
"ariaLabelZoomOut": "Zoom ut",
|
|
10
|
+
"ariaLabelZoomSlider": "Zoom"
|
|
11
|
+
}
|
|
12
|
+
;
|
|
13
|
+
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"ariaLabelCloseButton": "Lukk lightbox",
|
|
3
|
+
"ariaLabelLeftArrow": "Førre bilete",
|
|
4
|
+
"ariaLabelLightBox": "Biletvisning",
|
|
5
|
+
"ariaLabelRightArrow": "Neste bilete",
|
|
6
|
+
"ariaLabelCloseTextBox": "Lukk tekstboks",
|
|
7
|
+
"ariaLabelOpenTextBox": "Opne tekstboks",
|
|
8
|
+
"ariaLabelZoomIn": "Zoom inn",
|
|
9
|
+
"ariaLabelZoomOut": "Zoom ut",
|
|
10
|
+
"ariaLabelZoomSlider": "Zoom"
|
|
11
|
+
}
|
|
12
|
+
;
|
|
13
|
+
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"ariaLabelCloseButton": "Gidde lightboxa",
|
|
3
|
+
"ariaLabelLeftArrow": "Ovddit govva",
|
|
4
|
+
"ariaLabelLightBox": "Govvačájáhus",
|
|
5
|
+
"ariaLabelRightArrow": "Boahtte govva",
|
|
6
|
+
"ariaLabelCloseTextBox": "Gidde teakstaboksa",
|
|
7
|
+
"ariaLabelOpenTextBox": "Raba teakstaboksa",
|
|
8
|
+
"ariaLabelZoomIn": "Zoome stuoribun",
|
|
9
|
+
"ariaLabelZoomOut": "Zoome unnibun",
|
|
10
|
+
"ariaLabelZoomSlider": "Zoome"
|
|
11
|
+
}
|
|
12
|
+
;
|
|
13
|
+
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@helsenorge/lightbox",
|
|
3
3
|
"sideEffects": false,
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "14.0.0
|
|
5
|
+
"version": "14.0.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-beta.
|
|
65
|
+
"@helsenorge/designsystem-react": "14.0.0-beta.9",
|
|
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",
|