@oslokommune/punkt-css 7.0.0 → 7.1.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.
@@ -143,7 +143,7 @@ a,
143
143
 
144
144
  &--external::after {
145
145
  content: ' ';
146
- --svg: url(https://punkt-cdn.oslo.kommune.no/7.0/icons/new-window-small.svg);
146
+ --svg: url(https://punkt-cdn.oslo.kommune.no/7.1/icons/new-window-small.svg);
147
147
  background-image: var(--svg);
148
148
  background-repeat: no-repeat;
149
149
  background-size: 18px 18px;
@@ -8,46 +8,12 @@
8
8
  @use '../abstracts/mixins/typography';
9
9
 
10
10
  .pkt-back-link {
11
- position: relative;
12
- @include typography.get-text('pkt-txt-14-light');
13
- padding: map.get(variables.$spacing, 'size-12')
14
- map.get(variables.$spacing, 'size-16');
15
-
16
- @include bp('laptop-up') {
17
- padding: map.get(variables.$spacing, 'size-12')
18
- map.get(variables.$spacing, 'size-64');
19
- }
20
-
21
- &__list {
22
- list-style-type: none;
23
- }
24
-
25
- &__link {
26
- display: flex;
27
- align-items: center;
28
- justify-content: flex-start;
29
- gap: map.get(variables.$spacing, 'size-12');
30
- text-decoration: none;
31
- color: var(--color-blue-dark);
32
-
33
- &:visited,
34
- &:focus,
35
- &:hover,
36
- &:active {
37
- color: var(--color-blue-dark);
38
- }
39
-
40
- &:hover {
41
- text-decoration: underline;
42
- }
43
- }
44
-
45
11
  &__icon {
46
12
  flex-basis: 1rem;
47
- flex-shrink: 0;
48
13
  }
49
14
 
50
15
  &__text {
16
+ @include typography.get-text('pkt-txt-14-light');
51
17
  flex-grow: 1;
52
18
  }
53
19
  }
@@ -81,7 +81,7 @@ $-module-name: 'pkt-form-check-input';
81
81
  }
82
82
 
83
83
  &[type='checkbox'] {
84
- --svg: url(https://punkt-cdn.oslo.kommune.no/7.0/icons/check-medium.svg);
84
+ --svg: url(https://punkt-cdn.oslo.kommune.no/7.1/icons/check-medium.svg);
85
85
  position: relative;
86
86
  background-color: blue;
87
87
  }
@@ -10,7 +10,7 @@
10
10
  @use '../abstracts/functions';
11
11
 
12
12
  .pkt-select {
13
- --svg: url(https://punkt-cdn.oslo.kommune.no/7.0/icons/chevron-thin-down.svg);
13
+ --svg: url(https://punkt-cdn.oslo.kommune.no/7.1/icons/chevron-thin-down.svg);
14
14
 
15
15
  display: block;
16
16
  background-color: var(--color-white);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-css",
3
- "version": "7.0.0",
3
+ "version": "7.1.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": "1798ecaf405fba3b89e70aa8c12d39bc4b6edcc1"
58
+ "gitHead": "dcec40e58a429f359225bb12acaa90755c41a4af"
59
59
  }