@navikt/aksel-stylelint 7.17.3 → 7.18.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 +12 -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.17.3";
8
+ --ax-version: "7.18.0";
9
9
  --a-spacing-1-alt: 0.375rem;
10
10
  --a-spacing-05: 0.125rem;
11
11
  --a-spacing-32: 8rem;
@@ -6027,7 +6027,7 @@ button.navds-internalheader__title:active,
6027
6027
  .navds-modal[open] {
6028
6028
  display: flex;
6029
6029
  flex-direction: column;
6030
- animation: akselModalFadeIn 0.35s cubic-bezier(0.15, 1, 0.3, 1);
6030
+ animation: akselModalFadeIn 0.7s cubic-bezier(0.15, 1, 0.3, 1);
6031
6031
  }
6032
6032
 
6033
6033
  .navds-modal--polyfilled {
@@ -6097,7 +6097,7 @@ button.navds-internalheader__title:active,
6097
6097
  * We can add ::backdrop to tokens.css when we remove the polyfill.
6098
6098
  */
6099
6099
  background: var(--ac-modal-backdrop, rgb(2 20 49 / 0.49));
6100
- animation: akselModalBackdropFadeIn 0.35s cubic-bezier(0.15, 1, 0.3, 1);
6100
+ animation: akselModalBackdropFadeIn 0.7s cubic-bezier(0.15, 1, 0.3, 1);
6101
6101
  }
6102
6102
 
6103
6103
  .navds-modal--polyfilled + .backdrop /* Cannot be combined with ::backdrop selector */ {
@@ -6193,7 +6193,7 @@ button.navds-internalheader__title:active,
6193
6193
  @keyframes akselModalFadeIn {
6194
6194
  0% {
6195
6195
  opacity: 0.0001; /* Safari will not set focus inside the modal when it opens if we set this to 0 */
6196
- transform: translate3d(0, calc(5% + 4px), 0);
6196
+ transform: translate3d(0, 4px, 0);
6197
6197
  }
6198
6198
 
6199
6199
  50% {
@@ -6206,11 +6206,15 @@ button.navds-internalheader__title:active,
6206
6206
  }
6207
6207
 
6208
6208
  @keyframes akselModalBackdropFadeIn {
6209
- from {
6210
- opacity: 0;
6209
+ 0% {
6210
+ opacity: 0.0001;
6211
6211
  }
6212
6212
 
6213
- to {
6213
+ 50% {
6214
+ opacity: 1;
6215
+ }
6216
+
6217
+ 100% {
6214
6218
  opacity: 1;
6215
6219
  }
6216
6220
  }
@@ -8294,7 +8298,7 @@ button.navds-stepper__step {
8294
8298
  display: table-row;
8295
8299
  }
8296
8300
 
8297
- .navds-table__body .navds-table__row--shade-on-hover:not(.navds-table__expandable-row--expansion-disabled):hover {
8301
+ .navds-table__body .navds-table__row--shade-on-hover:hover {
8298
8302
  background-color: var(--ac-table-row-hover, var(--a-bg-subtle));
8299
8303
  }
8300
8304
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel-stylelint",
3
- "version": "7.17.3",
3
+ "version": "7.18.0",
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": "^7.17.3",
39
- "@navikt/ds-tokens": "^7.17.3",
38
+ "@navikt/ds-css": "^7.18.0",
39
+ "@navikt/ds-tokens": "^7.18.0",
40
40
  "concurrently": "9.0.1",
41
41
  "postcss-selector-parser": "^6.0.13",
42
42
  "postcss-value-parser": "^4.2.0",