@oslokommune/punkt-react 11.19.2 → 11.19.3
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/README.md +0 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
Dette repoet inneholder Punkt sine UI-komponenter for React. Komponentene er laget for å fungere sammen med `@oslokommune/punkt-assets` og `@oslokommune/punkt-css`.
|
|
6
6
|
|
|
7
|
-
Se punkt-react i bruk i en [Vite-app med React og TypeScript](https://stackblitz.com/edit/vitejs-vite-ep2eyk?file=src/App.tsx).
|
|
8
|
-
|
|
9
7
|
## 📝 Forutsetninger
|
|
10
8
|
|
|
11
9
|
Peer dependencies:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oslokommune/punkt-react",
|
|
3
|
-
"version": "11.19.
|
|
3
|
+
"version": "11.19.3",
|
|
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",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"react-syntax-highlighter": "^15.5.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@oslokommune/punkt-assets": "^11.
|
|
43
|
-
"@oslokommune/punkt-css": "^11.19.
|
|
42
|
+
"@oslokommune/punkt-assets": "^11.19.3",
|
|
43
|
+
"@oslokommune/punkt-css": "^11.19.3",
|
|
44
44
|
"@testing-library/jest-dom": "^6.4.5",
|
|
45
45
|
"@testing-library/react": "^15.0.7",
|
|
46
46
|
"@testing-library/user-event": "^14.5.2",
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
"url": "https://github.com/oslokommune/punkt/issues"
|
|
99
99
|
},
|
|
100
100
|
"license": "MIT",
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "fd9b88908687cb439eced58b76deab1a33eb4208"
|
|
102
102
|
}
|