@oslokommune/punkt-css 9.2.6 → 9.3.2

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.
@@ -143,7 +143,7 @@ a,
143
143
 
144
144
  &--external::after {
145
145
  content: ' ';
146
- --svg: url(https://punkt-cdn.oslo.kommune.no/9.2/icons/new-window-small.svg);
146
+ --svg: url(https://punkt-cdn.oslo.kommune.no/9.3/icons/new-window-small.svg);
147
147
  background-image: var(--svg);
148
148
  background-repeat: no-repeat;
149
149
  background-size: 18px 18px;
@@ -24,10 +24,6 @@
24
24
 
25
25
  &__helptext {
26
26
  width: min(100%, 31rem);
27
- display: flex;
28
- flex-direction: column;
29
- align-items: flex-start;
30
- gap: map.get(variables.$spacing, 'size-4');
31
27
  @include typography.get-text('pkt-txt-14-light');
32
28
 
33
29
  > * {
@@ -136,7 +136,7 @@ $-module-name: 'pkt-input-check';
136
136
 
137
137
  // Checkbox
138
138
  &[type='checkbox'] {
139
- --svg: url(https://punkt-cdn.oslo.kommune.no/9.2/icons/check-medium.svg);
139
+ --svg: url(https://punkt-cdn.oslo.kommune.no/9.3/icons/check-medium.svg);
140
140
  position: relative;
141
141
  background-color: var(--checkbox-checked-cb-bg);
142
142
  }
@@ -38,7 +38,7 @@
38
38
  padding-right: 3rem;
39
39
 
40
40
  &:not([multiple]) {
41
- --svg: url(https://punkt-cdn.oslo.kommune.no/9.2/icons/chevron-thin-down.svg);
41
+ --svg: url(https://punkt-cdn.oslo.kommune.no/9.3/icons/chevron-thin-down.svg);
42
42
  background-image: var(--svg);
43
43
  background-repeat: no-repeat;
44
44
  background-position: right 0.7rem top 50%;
@@ -37,12 +37,16 @@ $-strongColor: map.get(variables.$colors, 'color-blue-dark');
37
37
 
38
38
  th,
39
39
  td {
40
- min-width: 200px;
41
40
  padding: 0.5rem;
42
41
  text-align: left;
43
42
  border-bottom: 1px solid $-defaultColor;
44
43
  }
45
44
 
45
+ td.strong {
46
+ border-top: 1px solid $-defaultColor;
47
+ font-weight: 500;
48
+ }
49
+
46
50
  tbody tr:hover {
47
51
  & > td {
48
52
  background: rgba(map.get(variables.$colors, 'color-blue-dark'), 0.02);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "9.2.6",
3
+ "version": "9.3.2",
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": "46083040b641f5f4d704b2fb14b3fd529a03e56b"
58
+ "gitHead": "88edae48a7325b3091894dccbd743dd95c3408da"
59
59
  }