@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.
@@ -6,7 +6,7 @@
6
6
  @forward 'spacing';
7
7
 
8
8
  // Default icon path
9
- $icon-path: 'https://punkt-cdn.oslo.kommune.no/12.12/icons' !default;
9
+ $icon-path: 'https://punkt-cdn.oslo.kommune.no/12.14/icons' !default;
10
10
 
11
11
  // Borders
12
12
  $border-width: (
@@ -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.12.4",
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.7.3",
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": "4bcea517f67a8684e49cc6d8a1c1e87231b933c0"
57
+ "gitHead": "cdcafcd46b8049ec6111c770731a5c832bed7738"
58
58
  }