@oslokommune/punkt-css 13.18.1 → 13.19.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/13.18/icons' !default;
9
+ $icon-path: 'https://punkt-cdn.oslo.kommune.no/13.19/icons' !default;
10
10
 
11
11
  // Borders
12
12
  $border-width: (
@@ -23,6 +23,7 @@
23
23
  width: 100%;
24
24
  }
25
25
  &-container {
26
+ position: relative;
26
27
  border: 2px solid var(--pkt-color-border-gray);
27
28
  display: flex;
28
29
  flex-direction: column;
@@ -132,6 +133,12 @@
132
133
  gap: 0.5rem;
133
134
  align-items: center;
134
135
  }
136
+ &__fullscreen-btn {
137
+ position: absolute;
138
+ top: 0.5rem;
139
+ right: 0.5rem;
140
+ z-index: 1;
141
+ }
135
142
  &__array-item,
136
143
  &__object-editor {
137
144
  position: relative;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "13.18.1",
3
+ "version": "13.19.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",
@@ -55,5 +55,5 @@
55
55
  "url": "https://github.com/oslokommune/punkt/issues"
56
56
  },
57
57
  "license": "MIT",
58
- "gitHead": "3a29f3b3de9cced943ed4cd7de3d6c8a02e75040"
58
+ "gitHead": "859a6b67324a5b7992ef870bc776560bd454c043"
59
59
  }