@oslokommune/punkt-react 2.0.4 → 3.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/CHANGELOG.md +2 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
5
5
|
|
|
6
6
|
## [3.0.0](https://github.com/oslokommune/punkt/compare/v2.0.3...v3.0.0) (2023-03-13)
|
|
7
7
|
|
|
8
|
+
Versjon 3 inneholder endringer på Alert-komponenten både i css og Vue2, og finnes nå også i React.
|
|
9
|
+
|
|
8
10
|
### Features
|
|
9
11
|
* [#683](https://github.com/oslokommune/punkt/issues/683) Legg til Alert i React. Se mer informasjon på [nettsiden](https://punkt.oslo.kommune.no/3.0/komponenter/alert/kode/).
|
|
10
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oslokommune/punkt-react",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
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",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"preview": "vite preview --outDir dist-app"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@oslokommune/punkt-assets": "^
|
|
34
|
-
"@oslokommune/punkt-css": "^
|
|
33
|
+
"@oslokommune/punkt-assets": "^3.0.0",
|
|
34
|
+
"@oslokommune/punkt-css": "^3.0.0",
|
|
35
35
|
"@testing-library/react": "^14.0.0",
|
|
36
36
|
"@types/jest": "^29.4.0",
|
|
37
37
|
"@types/node": "^18.14.1",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"url": "https://github.com/oslokommune/punkt/issues"
|
|
81
81
|
},
|
|
82
82
|
"license": "MIT",
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "0780964fe262716ddd42bd409632b031e2613153"
|
|
84
84
|
}
|