@oslokommune/punkt-css 9.0.0 → 9.2.2
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/css/pkt-base.css +1 -1
- package/dist/css/pkt-base.min.css +1 -1
- package/dist/css/pkt-elements.css +1 -1
- package/dist/css/pkt-elements.min.css +1 -1
- package/dist/css/pkt.css +2 -2
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/base/_typography.scss +1 -1
- package/dist/scss/elements/_checkbox-radio.scss +1 -1
- package/package.json +3 -3
|
@@ -143,7 +143,7 @@ a,
|
|
|
143
143
|
|
|
144
144
|
&--external::after {
|
|
145
145
|
content: ' ';
|
|
146
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/9.
|
|
146
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/9.2/icons/new-window-small.svg);
|
|
147
147
|
background-image: var(--svg);
|
|
148
148
|
background-repeat: no-repeat;
|
|
149
149
|
background-size: 18px 18px;
|
|
@@ -136,7 +136,7 @@ $-module-name: 'pkt-input-check';
|
|
|
136
136
|
|
|
137
137
|
// Checkbox
|
|
138
138
|
&[type='checkbox'] {
|
|
139
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/9.
|
|
139
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/9.2/icons/check-medium.svg);
|
|
140
140
|
position: relative;
|
|
141
141
|
background-color: var(--checkbox-checked-cb-bg);
|
|
142
142
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oslokommune/punkt-css",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.2.2",
|
|
4
4
|
"description": "CSS-rammeverket til Punkt, et designsystem laget av Oslo Origo",
|
|
5
5
|
"homepage": "https://punkt.oslo.kommune.no",
|
|
6
6
|
"author": "Team Designsystem, Oslo Origo",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"preview": "astro preview"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@oslokommune/punkt-assets": "^9.
|
|
23
|
+
"@oslokommune/punkt-assets": "^9.2.2",
|
|
24
24
|
"astro": "^2.8.1",
|
|
25
25
|
"edit-json-file": "^1.7.0",
|
|
26
26
|
"fs-extra": "^11.1.0",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"url": "https://github.com/oslokommune/punkt/issues"
|
|
56
56
|
},
|
|
57
57
|
"license": "MIT",
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "49d7378c0f2d9c5ae3d7670046caf9ef68c68428"
|
|
59
59
|
}
|