@oslokommune/punkt-react 12.3.1 → 12.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-react",
3
- "version": "12.3.1",
3
+ "version": "12.3.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",
@@ -44,7 +44,7 @@
44
44
  "devDependencies": {
45
45
  "@oslokommune/punkt-assets": "^12.1.0",
46
46
  "@oslokommune/punkt-css": "^12.3.1",
47
- "@oslokommune/punkt-elements": "^12.3.1",
47
+ "@oslokommune/punkt-elements": "^12.3.3",
48
48
  "@testing-library/jest-dom": "^6.5.0",
49
49
  "@testing-library/react": "^16.0.1",
50
50
  "@testing-library/user-event": "^14.5.2",
@@ -102,5 +102,5 @@
102
102
  "url": "https://github.com/oslokommune/punkt/issues"
103
103
  },
104
104
  "license": "MIT",
105
- "gitHead": "5c075db46ab29ba4ee522cfbd380e9c54933c36b"
105
+ "gitHead": "372dba9714e52bbd9a13eb02ea39ec2aa231ee66"
106
106
  }
@@ -10,6 +10,7 @@ interface IPktLink extends PktElType {
10
10
  iconName?: string | undefined
11
11
  iconPosition?: string | undefined
12
12
  external?: boolean
13
+ target?: string | null
13
14
  onClick?: (e: CustomEvent) => void
14
15
  children?: React.ReactNode | React.ReactNode[]
15
16
  }