@oslokommune/punkt-css 11.15.0 → 11.16.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/11.15/icons' !default;
9
+ $icon-path: 'https://punkt-cdn.oslo.kommune.no/11.16/icons' !default;
10
10
 
11
11
  // Borders
12
12
  $border-width: (
@@ -337,7 +337,6 @@ $-skins: (
337
337
  display: inline-flex;
338
338
  font-family: inherit;
339
339
  font-weight: normal;
340
- position: relative;
341
340
  -moz-user-select: none;
342
341
  -webkit-user-select: none;
343
342
  -ms-user-select: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "11.15.0",
3
+ "version": "11.16.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": "^11.15.0",
23
+ "@oslokommune/punkt-assets": "^11.15.1",
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": "edc5dbab79e9fc84f66aad1e36047afa22627e60"
58
+ "gitHead": "6004f81c3b9765100c16b6ad0770aab5d7f634f0"
59
59
  }