@oslokommune/punkt-react 12.34.3 → 12.34.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/CHANGELOG.md CHANGED
@@ -5,6 +5,24 @@ og skriver commits ca etter [Conventional Commits](https://conventionalcommits.o
5
5
 
6
6
  ---
7
7
 
8
+ ## [12.34.4](https://github.com/oslokommune/punkt/compare/12.34.3...12.34.4) (2025-04-25)
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+ Ingen
12
+
13
+ ### Features
14
+ Ingen
15
+
16
+ ### Bug Fixes
17
+ * Oppdatert Astro og fikset noen bugs i CSS (#2457).
18
+
19
+
20
+ ### Chores
21
+ Ingen
22
+
23
+ ---
24
+
25
+
8
26
  ## [12.34.3](https://github.com/oslokommune/punkt/compare/12.34.2...12.34.3) (2025-04-25)
9
27
 
10
28
  ### ⚠ BREAKING CHANGES
package/CONTRIBUTING.md CHANGED
@@ -8,7 +8,7 @@ er at vi høflig ber deg endre på noe. **Vi setter pris på alle hyggelige bidr
8
8
 
9
9
  ## 📝 Forutsetninger
10
10
 
11
- - nodejs 18.19
11
+ - nodejs 20.19.1
12
12
  - Kunnskap om [Sass (SCSS)](https://sass-lang.com/) og [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS).
13
13
  - Forståelse av [BEM-navnekonvensjoner](http://getbem.com/) som designsystemet følger.
14
14
  - Noen skal ha designet komponenten i [Figma](https://www.figma.com/file/Eej5jm3jIUjeMfzLE0aOTB/Punkt---Origo-designsystem?node-id=0%3A1&t=VDbEaltk80wYiYn3-0) (Krever innlogging og tilgang).
package/README.md CHANGED
@@ -8,7 +8,7 @@ Dette repoet inneholder Punkt sine UI-komponenter for React. Komponentene er lag
8
8
 
9
9
  Peer dependencies:
10
10
 
11
- - nodejs `18.19`
11
+ - nodejs `20.19.1`
12
12
  - react `>= 18`
13
13
  - @oslokommune/punkt-assets `*`
14
14
  - @oslokommune/punkt-css `*`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-react",
3
- "version": "12.34.3",
3
+ "version": "12.34.4",
4
4
  "description": "React komponentbibliotek til Punkt, et designsystem laget av Oslo Origo",
5
5
  "homepage": "https://punkt.oslo.kommune.no",
6
6
  "author": "Team Designsystem, Oslo Origo",
@@ -38,7 +38,7 @@
38
38
  "dependencies": {
39
39
  "@lit-labs/ssr-dom-shim": "^1.2.1",
40
40
  "@lit/react": "^1.0.7",
41
- "@oslokommune/punkt-elements": "^12.34.3",
41
+ "@oslokommune/punkt-elements": "^12.34.4",
42
42
  "angular-html-parser": "^6.0.2",
43
43
  "html-format": "^1.1.7",
44
44
  "prettier": "^3.3.3",
@@ -48,8 +48,8 @@
48
48
  },
49
49
  "devDependencies": {
50
50
  "@babel/plugin-proposal-private-property-in-object": "^7.18.6",
51
- "@oslokommune/punkt-assets": "^12.30.1",
52
- "@oslokommune/punkt-css": "^12.34.2",
51
+ "@oslokommune/punkt-assets": "^12.34.4",
52
+ "@oslokommune/punkt-css": "^12.34.4",
53
53
  "@testing-library/jest-dom": "^6.5.0",
54
54
  "@testing-library/react": "^16.0.1",
55
55
  "@testing-library/user-event": "^14.5.2",
@@ -83,7 +83,7 @@
83
83
  "react-router-dom": "^6.26.2"
84
84
  },
85
85
  "engines": {
86
- "node": ">=18.19.0"
86
+ "node": ">=20.19.1"
87
87
  },
88
88
  "private": false,
89
89
  "publishConfig": {
@@ -112,5 +112,5 @@
112
112
  "url": "https://github.com/oslokommune/punkt/issues"
113
113
  },
114
114
  "license": "MIT",
115
- "gitHead": "c8bf7251b95598567b0db5c91d9d50dec1e0b1f5"
115
+ "gitHead": "437c77a182d85a710e0d5adbf492ea7585a0d472"
116
116
  }