@helsenorge/designsystem-react 13.0.0-workspaces-beta.3 → 13.0.0-workspaces-beta.4

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/index.d.ts ADDED
@@ -0,0 +1,7 @@
1
+ export * from './lib/index';
2
+ export {};
3
+
4
+ declare module '*.module.scss' {
5
+ const classes: { [key: string]: string };
6
+ export default classes;
7
+ }
package/lib/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## 13.0.0-workspaces-beta.3 (2025-11-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **formfieldtag:** ikke krev hele resources objekt om man vil overstyre tekster ([a5d0e5d](https://github.com/helsenorge/designsystem/commit/a5d0e5d9dca8210fd9c4386f49f9401559cda9aa)), closes [#364187](https://github.com/helsenorge/designsystem/issues/364187)
7
+
1
8
  ## 13.0.0-workspaces-beta.2 (2025-11-11)
2
9
 
3
10
  ## 13.0.0-workspaces-beta.1 (2025-11-10)
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@helsenorge/designsystem-react",
3
3
  "sideEffects": false,
4
4
  "private": false,
5
- "version": "13.0.0-workspaces-beta.3",
5
+ "version": "13.0.0-workspaces-beta.4",
6
6
  "description": "The official design system for Helsenorge built with React.",
7
7
  "repository": {
8
8
  "type": "git",
@@ -17,7 +17,8 @@
17
17
  "type": "module",
18
18
  "files": [
19
19
  "lib",
20
- "scss"
20
+ "scss",
21
+ "index.d.ts"
21
22
  ],
22
23
  "publishConfig": {
23
24
  "access": "public"