@oslokommune/punkt-css 12.42.11 → 12.42.13
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 +36 -0
- package/dist/css/components/heading.css +4 -0
- package/dist/css/components/heading.min.css +1 -1
- package/dist/css/components/tag.css +4 -8
- package/dist/css/components/tag.min.css +1 -1
- package/dist/css/pkt-components.css +8 -8
- package/dist/css/pkt-components.min.css +1 -1
- package/dist/css/pkt-docs.css +8 -8
- package/dist/css/pkt-docs.min.css +1 -1
- package/dist/css/pkt.css +8 -8
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/components/_heading.scss +3 -0
- package/dist/scss/components/_tag.scss +4 -9
- package/package.json +2 -2
|
@@ -307,19 +307,14 @@ pkt-tag > .pkt-tag {
|
|
|
307
307
|
&.pkt-tag--blue-dark {
|
|
308
308
|
background: var(--pkt-color-brand-dark-blue-1000);
|
|
309
309
|
color: var(--pkt-color-brand-neutrals-200);
|
|
310
|
+
--fg-color: var(--pkt-color-brand-neutrals-200);
|
|
310
311
|
|
|
311
312
|
&.pkt-btn:hover,
|
|
312
313
|
&.pkt-btn:focus,
|
|
313
314
|
&.pkt-tag--hover {
|
|
314
|
-
background-color: var(--pkt-color-brand-warm-blue-1000);
|
|
315
|
-
color: var(--pkt-color-brand-neutrals-200);
|
|
316
|
-
|
|
317
|
-
--fg-color: var(--pkt-color-brand-neutrals-200);
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
svg {
|
|
322
|
-
--fg-color: var(--pkt-color-brand-neutrals-200);
|
|
315
|
+
background-color: var(--pkt-color-brand-warm-blue-1000) !important;
|
|
316
|
+
color: var(--pkt-color-brand-neutrals-200) !important;
|
|
317
|
+
--fg-color: var(--pkt-color-brand-neutrals-200) !important;
|
|
323
318
|
}
|
|
324
319
|
}
|
|
325
320
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oslokommune/punkt-css",
|
|
3
|
-
"version": "12.42.
|
|
3
|
+
"version": "12.42.13",
|
|
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",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"url": "https://github.com/oslokommune/punkt/issues"
|
|
56
56
|
},
|
|
57
57
|
"license": "MIT",
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "81079783b4ede62d8be446f042cbe3d61a3b5061"
|
|
59
59
|
}
|