@navikt/aksel-stylelint 4.11.0 → 4.11.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.
Files changed (2) hide show
  1. package/dist/index.css +4 -5
  2. package/package.json +3 -3
package/dist/index.css CHANGED
@@ -1,7 +1,7 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Fri, 11 Aug 2023 14:02:12 GMT
4
+ * Generated on Tue, 15 Aug 2023 12:15:25 GMT
5
5
  */
6
6
  :root, :host {
7
7
  --a-spacing-05: 0.125rem;
@@ -3559,7 +3559,7 @@ body,
3559
3559
  }
3560
3560
  .navds-combobox__list-item__new-option--focus {
3561
3561
  box-shadow: var(--a-shadow-focus) inset, var(--a-border-action) 0 0 0 5px inset;
3562
- border-radius: 3px;
3562
+ border-radius: calc(var(--a-border-radius-medium) - 1px);
3563
3563
  }
3564
3564
  /* Mobile */
3565
3565
  @media (max-width: 479px) {
@@ -4283,7 +4283,7 @@ button.navds-internalheader__title:active,
4283
4283
  text-decoration: none;
4284
4284
  border: none;
4285
4285
  background: none;
4286
- border-radius: 3px;
4286
+ border-radius: calc(var(--a-border-radius-medium) - 1px);
4287
4287
  padding: var(--a-spacing-3);
4288
4288
  align-items: center;
4289
4289
  justify-content: center;
@@ -4869,7 +4869,7 @@ button.navds-internalheader__title:active,
4869
4869
  cursor: pointer;
4870
4870
  background-color: var(--ac-toggle-group-button-bg, var(--a-surface-transparent));
4871
4871
  color: var(--ac-toggle-group-button-text, var(--a-text-default));
4872
- border-radius: 2px;
4872
+ border-radius: var(--a-border-radius-small);
4873
4873
  min-width: fit-content;
4874
4874
  font-weight: var(--a-font-weight-regular);
4875
4875
  }
@@ -4934,7 +4934,6 @@ button.navds-internalheader__title:active,
4934
4934
  .navds-toggle-group__button[aria-checked="true"] {
4935
4935
  background-color: var(--ac-toggle-group-selected-bg, var(--a-surface-action-selected));
4936
4936
  color: var(--ac-toggle-group-selected-text, var(--a-text-on-action));
4937
- font-weight: var(--a-font-weight-bold);
4938
4937
  }
4939
4938
  .navds-toggle-group--neutral > .navds-toggle-group__button[aria-pressed="true"],
4940
4939
  .navds-toggle-group--neutral > .navds-toggle-group__button[aria-checked="true"] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel-stylelint",
3
- "version": "4.11.0",
3
+ "version": "4.11.2",
4
4
  "author": "Aksel | NAV",
5
5
  "homepage": "https://aksel.nav.no/grunnleggende/kode/stylelint",
6
6
  "repository": {
@@ -35,8 +35,8 @@
35
35
  "dev": "yarn watch:lint"
36
36
  },
37
37
  "devDependencies": {
38
- "@navikt/ds-css": "^4.11.0",
39
- "@navikt/ds-tokens": "^4.11.0",
38
+ "@navikt/ds-css": "^4.11.2",
39
+ "@navikt/ds-tokens": "^4.11.2",
40
40
  "@types/jest": "^29.0.0",
41
41
  "concurrently": "7.2.1",
42
42
  "copyfiles": "2.4.1",