@navikt/aksel-stylelint 5.11.2 → 5.11.4

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 +10 -1
  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, 24 Nov 2023 18:42:00 GMT
4
+ * Generated on Tue, 05 Dec 2023 10:58:34 GMT
5
5
  */
6
6
  :root, :host {
7
7
  --a-spacing-1-alt: 0.375rem;
@@ -3288,9 +3288,14 @@ body,
3288
3288
  -webkit-appearance: none;
3289
3289
  }
3290
3290
  .navds-textarea__wrapper {
3291
+ --__ac-textarea-height: initial;
3292
+
3291
3293
  position: relative;
3292
3294
  min-width: 100%;
3293
3295
  }
3296
+ .navds-textarea__input:first-child {
3297
+ height: var(--__ac-textarea-height);
3298
+ }
3294
3299
  .navds-textarea__input {
3295
3300
  appearance: none;
3296
3301
  padding: var(--a-spacing-2);
@@ -4216,6 +4221,7 @@ button.navds-internalheader__title:active,
4216
4221
  padding: var(--a-spacing-6);
4217
4222
  overflow: auto;
4218
4223
  overscroll-behavior: contain;
4224
+ position: relative; /* Needed to make sr-only elements position correctly - see Storybook */
4219
4225
  }
4220
4226
  .navds-modal__header + .navds-modal__body {
4221
4227
  padding-top: var(--a-spacing-0);
@@ -6233,6 +6239,9 @@ button.navds-stepper__step {
6233
6239
  .navds-page__content--padding {
6234
6240
  padding-block-end: var(--a-spacing-8);
6235
6241
  }
6242
+ .navds-pageblock--md {
6243
+ max-width: 768px;
6244
+ }
6236
6245
  .navds-pageblock--lg {
6237
6246
  max-width: 1024px;
6238
6247
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel-stylelint",
3
- "version": "5.11.2",
3
+ "version": "5.11.4",
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": "^5.11.2",
39
- "@navikt/ds-tokens": "^5.11.2",
38
+ "@navikt/ds-css": "^5.11.4",
39
+ "@navikt/ds-tokens": "^5.11.4",
40
40
  "@types/jest": "^29.0.0",
41
41
  "concurrently": "7.2.1",
42
42
  "copyfiles": "2.4.1",