@oslokommune/punkt-react 5.1.2 → 5.1.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.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -34,6 +34,15 @@ import { PktButton, PktInput } from "@oslokommune/punkt-react";
34
34
  </PktButton>
35
35
 
36
36
  ```
37
+ ## 🟪 Ikoner
38
+
39
+ Alle våre komponenter bruker PktIcon-komponenten for å importere
40
+ ikonene via vår [CDN](https://punkt-cdn.oslo.kommune.no/).
41
+
42
+ Om du har en content security policy(CSP) satt opp må du åpne for https://punkt-cdn.oslo.kommune.no/ i din CSP.
43
+
44
+ Les mer om ikoner [her.](/ressurser/ikoner/kode)
45
+
37
46
 
38
47
  ## 🧩 Komponentbiblioteket
39
48
  For beskrivelse av hvordan ta i bruk hver enkelt komponent se [om komponenter](/komponenter/om-komponenter).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-react",
3
- "version": "5.1.2",
3
+ "version": "5.1.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",
@@ -31,8 +31,8 @@
31
31
  "test": "react-scripts test --env=jsdom"
32
32
  },
33
33
  "devDependencies": {
34
- "@oslokommune/punkt-assets": "^5.0.2",
35
- "@oslokommune/punkt-css": "^5.1.2",
34
+ "@oslokommune/punkt-assets": "^5.1.4",
35
+ "@oslokommune/punkt-css": "^5.1.4",
36
36
  "@testing-library/jest-dom": "^5.16.5",
37
37
  "@testing-library/react": "^14.0.0",
38
38
  "@testing-library/user-event": "^14.4.3",
@@ -90,5 +90,5 @@
90
90
  "url": "https://github.com/oslokommune/punkt/issues"
91
91
  },
92
92
  "license": "MIT",
93
- "gitHead": "7096ca641b5ff4d40460f22333dc32226fd84993"
93
+ "gitHead": "52f5cda477d710867463a855a7e5dc13d62553f2"
94
94
  }