@oslokommune/punkt-css 12.12.4 → 12.14.0
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 +20 -0
- package/dist/css/components/linkcard.css +4 -4
- package/dist/css/components/linkcard.min.css +1 -1
- package/dist/css/components/textinput.css +1 -1
- package/dist/css/components/textinput.min.css +1 -1
- package/dist/css/pkt-base.css +1 -1
- package/dist/css/pkt-base.min.css +1 -1
- package/dist/css/pkt-components.css +5 -5
- package/dist/css/pkt-components.min.css +1 -1
- package/dist/css/pkt-elements.css +3 -3
- package/dist/css/pkt-elements.min.css +1 -1
- package/dist/css/pkt.css +8 -8
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/abstracts/variables/_index.scss +1 -1
- package/dist/scss/components/_linkcard.scss +5 -6
- package/package.json +3 -3
|
@@ -87,6 +87,7 @@ $-linkcard-spacing-big: map.get(variables.$spacing, 'size-24');
|
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
// Modifiers
|
|
90
|
+
|
|
90
91
|
&--beige {
|
|
91
92
|
background-color: var(--pkt-color-surface-default-light-beige) !important;
|
|
92
93
|
color: var(--pkt-color-text-body-dark) !important;
|
|
@@ -114,9 +115,8 @@ $-linkcard-spacing-big: map.get(variables.$spacing, 'size-24');
|
|
|
114
115
|
color: var(--pkt-color-brand-warm-blue-1000) !important;
|
|
115
116
|
}
|
|
116
117
|
}
|
|
117
|
-
|
|
118
|
-
&--gray
|
|
119
|
-
&--grey {
|
|
118
|
+
&--grey,
|
|
119
|
+
&--gray {
|
|
120
120
|
background-color: var(--pkt-color-surface-default-gray) !important;
|
|
121
121
|
color: var(--pkt-color-text-body-dark) !important;
|
|
122
122
|
|
|
@@ -147,9 +147,8 @@ $-linkcard-spacing-big: map.get(variables.$spacing, 'size-24');
|
|
|
147
147
|
color: var(--pkt-color-brand-warm-blue-1000) !important;
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
|
-
|
|
151
|
-
&--gray-outline
|
|
152
|
-
&--grey-outline {
|
|
150
|
+
&--grey-outline,
|
|
151
|
+
&--gray-outline {
|
|
153
152
|
border: 4px solid var(--pkt-color-border-subtle) !important;
|
|
154
153
|
}
|
|
155
154
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oslokommune/punkt-css",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.14.0",
|
|
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": "^12.
|
|
23
|
+
"@oslokommune/punkt-assets": "^12.14.0",
|
|
24
24
|
"edit-json-file": "^1.8.0",
|
|
25
25
|
"fs-extra": "^11.2.0",
|
|
26
26
|
"prettier": "^3.3.3",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"url": "https://github.com/oslokommune/punkt/issues"
|
|
55
55
|
},
|
|
56
56
|
"license": "MIT",
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "cdcafcd46b8049ec6111c770731a5c832bed7738"
|
|
58
58
|
}
|