@oslokommune/punkt-elements 12.11.5 → 12.11.6
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/dist/index.d.ts
CHANGED
|
@@ -32,7 +32,7 @@ declare interface IPktTag {
|
|
|
32
32
|
ariaLabel?: string;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
declare type MessageboxSkin = '
|
|
35
|
+
declare type MessageboxSkin = 'beige' | 'blue' | 'red' | 'green';
|
|
36
36
|
|
|
37
37
|
declare type ModalSize = 'small' | 'medium' | 'large';
|
|
38
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oslokommune/punkt-elements",
|
|
3
|
-
"version": "12.11.
|
|
3
|
+
"version": "12.11.6",
|
|
4
4
|
"description": "Komponentbiblioteket til Punkt, et designsystem laget av Oslo Origo",
|
|
5
5
|
"homepage": "https://punkt.oslo.kommune.no",
|
|
6
6
|
"author": "Team Designsystem, Oslo Origo",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"url": "https://github.com/oslokommune/punkt/issues"
|
|
57
57
|
},
|
|
58
58
|
"license": "MIT",
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "1f2843f20720079501fe7cff70d009fdbf1b013a"
|
|
60
60
|
}
|
|
@@ -9,7 +9,7 @@ import specs from 'componentSpecs/messagebox.json'
|
|
|
9
9
|
|
|
10
10
|
import '../icon'
|
|
11
11
|
|
|
12
|
-
type MessageboxSkin = '
|
|
12
|
+
type MessageboxSkin = 'beige' | 'blue' | 'red' | 'green'
|
|
13
13
|
|
|
14
14
|
export interface IPktMessagebox {
|
|
15
15
|
skin?: MessageboxSkin
|