@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.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,24 @@ og skriver commits ca etter [Conventional Commits](https://conventionalcommits.o
5
5
 
6
6
  ---
7
7
 
8
+ ## [7.1.0](https://github.com/oslokommune/punkt/compare/7.0.0...7.1.0) (2023-09-08)
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+ Ingen
12
+
13
+ ### Features
14
+ * [1093](https://github.com/oslokommune/punkt/issues/1093) Backlink. Se dokumentasjonsnettstedet om Backlink
15
+
16
+
17
+ ### Bug Fixes
18
+ Ingen
19
+
20
+ ### Chores
21
+ Ingen
22
+
23
+ ---
24
+
25
+
8
26
  ## [7.0.0](https://github.com/oslokommune/punkt/compare/6.0.6...7.0.0) (2023-09-07)
9
27
 
10
28
  ### ⚠ BREAKING CHANGES
@@ -1,40 +1,13 @@
1
1
  /*
2
2
  * Back link component
3
3
  */
4
- .pkt-back-link {
5
- position: relative;
6
- font-size: 0.875rem;
7
- font-weight: 300;
8
- letter-spacing: -0.2px;
9
- line-height: 1.375rem;
10
- padding: 0.75rem 1rem;
11
- }
12
- @media screen and (min-width: 80rem) {
13
- .pkt-back-link {
14
- padding: 0.75rem 4rem;
15
- }
16
- }
17
- .pkt-back-link__list {
18
- list-style-type: none;
19
- }
20
- .pkt-back-link__link {
21
- display: flex;
22
- align-items: center;
23
- justify-content: flex-start;
24
- gap: 0.75rem;
25
- text-decoration: none;
26
- color: var(--color-blue-dark);
27
- }
28
- .pkt-back-link__link:visited, .pkt-back-link__link:focus, .pkt-back-link__link:hover, .pkt-back-link__link:active {
29
- color: var(--color-blue-dark);
30
- }
31
- .pkt-back-link__link:hover {
32
- text-decoration: underline;
33
- }
34
4
  .pkt-back-link__icon {
35
5
  flex-basis: 1rem;
36
- flex-shrink: 0;
37
6
  }
38
7
  .pkt-back-link__text {
8
+ font-size: 0.875rem;
9
+ font-weight: 300;
10
+ letter-spacing: -0.2px;
11
+ line-height: 1.375rem;
39
12
  flex-grow: 1;
40
13
  }
@@ -1 +1 @@
1
- .pkt-back-link{position:relative;font-size:.875rem;font-weight:300;letter-spacing:-0.2px;line-height:1.375rem;padding:.75rem 1rem}@media screen and (min-width: 80rem){.pkt-back-link{padding:.75rem 4rem}}.pkt-back-link__list{list-style-type:none}.pkt-back-link__link{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;text-decoration:none;color:var(--color-blue-dark)}.pkt-back-link__link:visited,.pkt-back-link__link:focus,.pkt-back-link__link:hover,.pkt-back-link__link:active{color:var(--color-blue-dark)}.pkt-back-link__link:hover{text-decoration:underline}.pkt-back-link__icon{flex-basis:1rem;flex-shrink:0}.pkt-back-link__text{flex-grow:1}
1
+ .pkt-back-link__icon{flex-basis:1rem}.pkt-back-link__text{font-size:.875rem;font-weight:300;letter-spacing:-0.2px;line-height:1.375rem;flex-grow:1}
@@ -11319,7 +11319,7 @@ a:active, a.pkt-link--active,
11319
11319
  }
11320
11320
  .pkt-link--external::after {
11321
11321
  content: " ";
11322
- --svg: url(https://punkt-cdn.oslo.kommune.no/7.0/icons/new-window-small.svg);
11322
+ --svg: url(https://punkt-cdn.oslo.kommune.no/7.1/icons/new-window-small.svg);
11323
11323
  background-image: var(--svg);
11324
11324
  background-repeat: no-repeat;
11325
11325
  background-size: 18px 18px;