@navikt/aksel-stylelint 6.9.0 → 6.10.1

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 +14 -2
  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, 31 May 2024 06:44:50 GMT
4
+ * Generated on Wed, 05 Jun 2024 09:33:42 GMT
5
5
  */
6
6
  :root, :host {
7
7
  --a-spacing-1-alt: 0.375rem;
@@ -4432,7 +4432,7 @@ body,
4432
4432
  .navds-form-progress__stepper {
4433
4433
  border: 2px solid var(--a-border-subtle);
4434
4434
  border-radius: var(--a-border-radius-large);
4435
- padding: var(--a-spacing-2) var(--a-spacing-4) 0;
4435
+ padding: var(--a-spacing-2) var(--a-spacing-4);
4436
4436
  margin-top: var(--a-spacing-1);
4437
4437
  }
4438
4438
  .navds-help-text__button {
@@ -4863,6 +4863,9 @@ button.navds-internalheader__title:active,
4863
4863
  .navds-modal__header {
4864
4864
  padding: var(--a-spacing-6) var(--a-spacing-6) var(--a-spacing-4) var(--a-spacing-6);
4865
4865
  }
4866
+ .navds-modal--small .navds-modal__header {
4867
+ padding: var(--a-spacing-4) var(--a-spacing-4) var(--a-spacing-3) var(--a-spacing-4);
4868
+ }
4866
4869
  .navds-modal__header-icon svg {
4867
4870
  display: inline;
4868
4871
  vertical-align: -0.25rem;
@@ -4878,6 +4881,9 @@ button.navds-internalheader__title:active,
4878
4881
  overscroll-behavior: contain;
4879
4882
  position: relative; /* Needed to make sr-only elements position correctly - see Storybook */
4880
4883
  }
4884
+ .navds-modal--small .navds-modal__body {
4885
+ padding: var(--a-spacing-2) var(--a-spacing-4) var(--a-spacing-4);
4886
+ }
4881
4887
  .navds-modal__header + .navds-modal__body {
4882
4888
  padding-top: var(--a-spacing-0);
4883
4889
  }
@@ -4887,6 +4893,9 @@ button.navds-internalheader__title:active,
4887
4893
  gap: var(--a-spacing-4);
4888
4894
  padding: var(--a-spacing-4) var(--a-spacing-6) var(--a-spacing-6) var(--a-spacing-6);
4889
4895
  }
4896
+ .navds-modal--small .navds-modal__footer {
4897
+ padding: var(--a-spacing-4);
4898
+ }
4890
4899
  .navds-modal__footer :nth-of-type(2) {
4891
4900
  margin-left: auto;
4892
4901
  }
@@ -6478,6 +6487,9 @@ button.navds-internalheader__title:active,
6478
6487
  padding: var(--navds-stepper-border-width);
6479
6488
  margin: calc(var(--navds-stepper-border-width) * -1) calc(var(--navds-stepper-border-width) * -1) 1.75rem;
6480
6489
  }
6490
+ .navds-stepper__item:last-child .navds-stepper__step {
6491
+ margin-bottom: 0;
6492
+ }
6481
6493
  @media (forced-colors: active) {
6482
6494
  .navds-stepper__step {
6483
6495
  background-color: ButtonFace;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel-stylelint",
3
- "version": "6.9.0",
3
+ "version": "6.10.1",
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": "^6.9.0",
39
- "@navikt/ds-tokens": "^6.9.0",
38
+ "@navikt/ds-css": "^6.10.1",
39
+ "@navikt/ds-tokens": "^6.10.1",
40
40
  "concurrently": "7.2.1",
41
41
  "postcss-selector-parser": "^6.0.13",
42
42
  "postcss-value-parser": "^4.2.0",