@helsenorge/lightbox 13.0.0-workspaces-beta.7 → 13.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.
Files changed (2) hide show
  1. package/lib/CHANGELOG.md +50 -0
  2. package/package.json +4 -4
package/lib/CHANGELOG.md CHANGED
@@ -1,3 +1,53 @@
1
+ ## [13.0.0](https://github.com/helsenorge/designsystem/branchCompare?baseVersion=GTv12.12.3&targetVersion=GTv13.0.0) (2025-11-25)
2
+
3
+
4
+ ### Features
5
+
6
+ * **anchorlink:** ny prop aschild med støtte for aschild patternet ([b6988a4](https://github.com/helsenorge/designsystem/commit/b6988a4664a2abd8639ad241b54e415e321499f0)), closes [#340712](https://github.com/helsenorge/designsystem/issues/340712)
7
+ * **formfieldtag:** tilgjengeliggjør nordsamisk ([8bee112](https://github.com/helsenorge/designsystem/commit/8bee112fa3148b3a44c8d8c68f1b011b69774e7d)), closes [#364928](https://github.com/helsenorge/designsystem/issues/364928)
8
+
9
+ ## 13.0.0-beta.8 (2025-11-24)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * deep export av component ts filer skal inkluderes i publisert pakke ([f9ca449](https://github.com/helsenorge/designsystem/commit/f9ca449205f392c497ab2a66008a9dae07a093d2)), closes [#365382](https://github.com/helsenorge/designsystem/issues/365382)
15
+
16
+ ## 13.0.0-beta.7 (2025-11-19)
17
+
18
+
19
+ ### Features
20
+
21
+ * **formfieldtag:** legg til engelsk og nynorsk ([c4a2365](https://github.com/helsenorge/designsystem/commit/c4a23657dae5c8e8770f6f5f89510110d1b26e79)), closes [#363896](https://github.com/helsenorge/designsystem/issues/363896)
22
+
23
+
24
+ ### Bug Fixes
25
+
26
+ * cms bygg feiler pga manglende fonts på rot ([37de8b7](https://github.com/helsenorge/designsystem/commit/37de8b7daf74be319da3612bed6dea9c0a65cc35)), closes [#365035](https://github.com/helsenorge/designsystem/issues/365035)
27
+
28
+ ## 13.0.0-beta.6 (2025-11-18)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * en rekke typescript feil i komponenter som logges under bygg ([9f5e4cd](https://github.com/helsenorge/designsystem/commit/9f5e4cdcf4c00dc4076d6c03d7e6f2eeafc5964f)), closes [#364139](https://github.com/helsenorge/designsystem/issues/364139)
34
+ * toast får riktig import path på breakpoints ([cde3703](https://github.com/helsenorge/designsystem/commit/cde37035258c5ad3d8c5c1f03405e39ba65879b4)), closes [#364797](https://github.com/helsenorge/designsystem/issues/364797)
35
+ * **elementheader:** fix rar høyde på ikon i noen scenarioer ([5bfbcf8](https://github.com/helsenorge/designsystem/commit/5bfbcf80c6faaeef37ffc7f2ff135dae7aee0ad2)), closes [#362359](https://github.com/helsenorge/designsystem/issues/362359)
36
+
37
+ ## 13.0.0-beta.5 (2025-11-13)
38
+
39
+
40
+ ### Features
41
+
42
+ * designsystemet bruker npm workspaces ([3aa656e](https://github.com/helsenorge/designsystem/commit/3aa656e59f93c8bd2953270b4319a1f4d4a8444d))
43
+
44
+ ## 13.0.0-workspaces-beta.7 (2025-11-12)
45
+
46
+
47
+ ### Features
48
+
49
+ * **radiobutton:** flytter reset mixin ut i scss mappen til radio-reset ([e4c6ade](https://github.com/helsenorge/designsystem/commit/e4c6ade4c91be42b3f12624b27223aad16ffb22a)), closes [#362474](https://github.com/helsenorge/designsystem/issues/362474)
50
+
1
51
  ## 13.0.0-workspaces-beta.6 (2025-11-12)
2
52
 
3
53
  ## 13.0.0-workspaces-beta.5 (2025-11-12)
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@helsenorge/lightbox",
3
3
  "sideEffects": false,
4
4
  "private": false,
5
- "version": "13.0.0-workspaces-beta.7",
5
+ "version": "13.0.0",
6
6
  "description": "The official Helsenorge lightbox.",
7
7
  "repository": {
8
8
  "type": "git",
@@ -55,13 +55,13 @@
55
55
  "test": "vitest"
56
56
  },
57
57
  "peerDependencies": {
58
- "@helsenorge/designsystem-react": "^13.0.0-workspaces-beta",
58
+ "@helsenorge/designsystem-react": "^13.0.0",
59
59
  "classnames": "^2.5.1",
60
60
  "react": "^18.0.0 || ^19.0.0",
61
61
  "react-dom": "^18.0.0 || ^19.0.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@helsenorge/designsystem-react": "^13.0.0-beta.4",
64
+ "@helsenorge/designsystem-react": "^13.0.0",
65
65
  "@helsenorge/typed-scss-modules": "^9.0.0",
66
66
  "@rollup/plugin-replace": "^6.0.1",
67
67
  "@testing-library/jest-dom": "^6.5.0",
@@ -73,7 +73,7 @@
73
73
  "@vitest/coverage-istanbul": "^3.2.4",
74
74
  "@vitest/coverage-v8": "^3.2.4",
75
75
  "classnames": "^2.5.1",
76
- "frankenstein-build-tools": "^13.0.0-beta.4",
76
+ "frankenstein-build-tools": "file:../frankenstein-build-tools",
77
77
  "jsdom": "^26.0.0",
78
78
  "react": "^18.3.1",
79
79
  "react-dom": "^18.3.1",