@oslokommune/punkt-css 6.0.1 → 6.0.3

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,44 @@ og skriver commits ca etter [Conventional Commits](https://conventionalcommits.o
5
5
 
6
6
  ---
7
7
 
8
+ ## [6.0.3](https://github.com/oslokommune/punkt/compare/6.0.2...6.0.3) (2023-08-30)
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+ Ingen
12
+
13
+ ### Features
14
+ Ingen
15
+
16
+ ### Bug Fixes
17
+ Ingen
18
+
19
+ ### Chores
20
+ * [1030](https://github.com/oslokommune/punkt/issues/1030) Button colors.
21
+
22
+
23
+ ---
24
+
25
+
26
+ ## [6.0.2](https://github.com/oslokommune/punkt/compare/6.0.1...6.0.2) (2023-08-28)
27
+
28
+ ### ⚠ BREAKING CHANGES
29
+ Ingen
30
+
31
+ ### Features
32
+ Ingen
33
+
34
+ ### Bug Fixes
35
+ * Fiks alternativ lenkestil for knapper (#1079). * fix(css,react,vue2): Fiks alternativ lenkestil for knapper
36
+
37
+ * Fiks test
38
+
39
+
40
+ ### Chores
41
+ Ingen
42
+
43
+ ---
44
+
45
+
8
46
  ## [6.0.1](https://github.com/oslokommune/punkt/compare/6.0.0...6.0.1) (2023-08-24)
9
47
 
10
48
  ### ⚠ BREAKING CHANGES
@@ -11238,38 +11238,38 @@ strong {
11238
11238
  }
11239
11239
 
11240
11240
  a,
11241
- .pkt-link {
11241
+ .pkt-link-button {
11242
11242
  color: var(--color-blue-dark);
11243
11243
  text-decoration: underline;
11244
11244
  word-wrap: break-word;
11245
11245
  cursor: pointer;
11246
11246
  }
11247
11247
  a:visited,
11248
- .pkt-link:visited {
11248
+ .pkt-link-button:visited {
11249
11249
  color: var(--color-blue-dark);
11250
11250
  }
11251
11251
  a:hover, a.pkt-link--hover,
11252
- .pkt-link:hover,
11253
- .pkt-link.pkt-link--hover {
11252
+ .pkt-link-button:hover,
11253
+ .pkt-link-button.pkt-link--hover {
11254
11254
  color: var(--color-hover);
11255
11255
  text-decoration: underline;
11256
11256
  }
11257
11257
  a:focus-visible, a.pkt-link--focus,
11258
- .pkt-link:focus-visible,
11259
- .pkt-link.pkt-link--focus {
11258
+ .pkt-link-button:focus-visible,
11259
+ .pkt-link-button.pkt-link--focus {
11260
11260
  box-shadow: 0px 0px 0px 0.125rem var(--color-active), 0px 0px 0px 0.375rem var(--color-focus);
11261
11261
  outline: none;
11262
11262
  color: var(--color-hover);
11263
11263
  }
11264
11264
  a:focus:not(:focus-visible),
11265
- .pkt-link:focus:not(:focus-visible) {
11265
+ .pkt-link-button:focus:not(:focus-visible) {
11266
11266
  box-shadow: none;
11267
11267
  outline: 0.125rem solid var(--color-active);
11268
11268
  color: var(--color-hover);
11269
11269
  }
11270
11270
  a:active, a.pkt-link--active,
11271
- .pkt-link:active,
11272
- .pkt-link.pkt-link--active {
11271
+ .pkt-link-button:active,
11272
+ .pkt-link-button.pkt-link--active {
11273
11273
  color: var(--color-active);
11274
11274
  }
11275
11275
  [data-mode=dark] a:link, [data-mode=dark] a.pkt-link--link {