@navikt/aksel-stylelint 7.37.0 → 7.38.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.
Files changed (2) hide show
  1. package/dist/index.css +9 -8
  2. package/package.json +3 -3
package/dist/index.css CHANGED
@@ -5,7 +5,7 @@
5
5
  */
6
6
 
7
7
  :root, :host {
8
- --ax-version: "7.37.0";
8
+ --ax-version: "7.38.0";
9
9
  --a-breakpoint-xs: 0;
10
10
  --a-breakpoint-sm: 480px;
11
11
  --a-breakpoint-sm-down: 479px;
@@ -2982,19 +2982,15 @@ body,
2982
2982
  box-shadow: var(--a-shadow-xlarge);
2983
2983
  display: flex;
2984
2984
  flex-direction: column;
2985
- outline: 1px solid var(--a-border-subtle);
2985
+ border: 1px solid var(--a-border-subtle);
2986
2986
  z-index: 2000;
2987
2987
  overflow: hidden;
2988
2988
  }
2989
2989
 
2990
- .light:not(:has(.dark)) .navds-dialog__backdrop ~ .navds-dialog__popup {
2990
+ .navds-dialog__popup:focus {
2991
2991
  outline: none;
2992
2992
  }
2993
2993
 
2994
- :is(.light:not(:has(.dark)) .navds-dialog__backdrop ~ .navds-dialog__popup):focus {
2995
- outline: none;
2996
- }
2997
-
2998
2994
  .navds-dialog__popup[data-size="small"] {
2999
2995
  --__ac-dialog-p-b: var(--a-spacing-3);
3000
2996
  --__ac-dialog-p-i: var(--a-spacing-4);
@@ -3075,6 +3071,7 @@ body,
3075
3071
  height: auto;
3076
3072
  border-bottom-left-radius: 0;
3077
3073
  border-bottom-right-radius: 0;
3074
+ border-bottom: 0;
3078
3075
  left: 0;
3079
3076
  right: 0;
3080
3077
  bottom: 0;
@@ -3100,6 +3097,7 @@ body,
3100
3097
 
3101
3098
  border-top-right-radius: 0;
3102
3099
  border-bottom-right-radius: 0;
3100
+ border-right: 0;
3103
3101
  right: 0;
3104
3102
  }
3105
3103
 
@@ -3108,6 +3106,7 @@ body,
3108
3106
 
3109
3107
  border-top-left-radius: 0;
3110
3108
  border-bottom-left-radius: 0;
3109
+ border-left: 0;
3111
3110
  left: 0;
3112
3111
  }
3113
3112
 
@@ -3116,6 +3115,7 @@ body,
3116
3115
 
3117
3116
  border-bottom-left-radius: 0;
3118
3117
  border-bottom-right-radius: 0;
3118
+ border-bottom: 0;
3119
3119
  left: 0;
3120
3120
  right: 0;
3121
3121
  bottom: 0;
@@ -3134,6 +3134,7 @@ body,
3134
3134
  --__ac-dialog-transform: scale(0.98);
3135
3135
 
3136
3136
  border-radius: 0;
3137
+ border: 0;
3137
3138
  inset: 0;
3138
3139
  max-height: 100dvh;
3139
3140
  max-width: 100dvw;
@@ -3147,7 +3148,7 @@ body,
3147
3148
  inset: 0;
3148
3149
  background-color: var(--a-surface-backdrop);
3149
3150
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
3150
- z-index: 1000;
3151
+ z-index: 2000;
3151
3152
 
3152
3153
  /* iOS 26+: Ensure the backdrop covers the entire visible viewport. */
3153
3154
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel-stylelint",
3
- "version": "7.37.0",
3
+ "version": "7.38.0",
4
4
  "author": "Aksel | Nav",
5
5
  "homepage": "https://aksel.nav.no/grunnleggende/kode/stylelint",
6
6
  "repository": {
@@ -38,8 +38,8 @@
38
38
  "dev": "yarn watch:lint"
39
39
  },
40
40
  "devDependencies": {
41
- "@navikt/ds-css": "^7.37.0",
42
- "@navikt/ds-tokens": "^7.37.0",
41
+ "@navikt/ds-css": "^7.38.0",
42
+ "@navikt/ds-tokens": "^7.38.0",
43
43
  "concurrently": "9.2.1",
44
44
  "postcss-selector-parser": "^7.1.0",
45
45
  "postcss-value-parser": "^4.2.0",