@navikt/aksel-stylelint 7.2.0 → 7.2.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 +2 -1
  2. package/package.json +3 -3
package/dist/index.css CHANGED
@@ -3,7 +3,7 @@
3
3
  * Do not edit directly, this file was auto-generated.
4
4
  */
5
5
  :root, :host {
6
- --a-version: "7.2.0";
6
+ --a-version: "7.2.1";
7
7
  --a-spacing-1-alt: 0.375rem;
8
8
  --a-spacing-05: 0.125rem;
9
9
  --a-spacing-32: 8rem;
@@ -4300,6 +4300,7 @@ body,
4300
4300
  border-radius: var(--a-border-radius-medium);
4301
4301
  background-color: var(--ac-combobox-list-bg, var(--a-surface-default));
4302
4302
  color: var(--ac-combobox-list-text, var(--a-text-default));
4303
+ overscroll-behavior: contain;
4303
4304
  }
4304
4305
  .navds-combobox__list--closed {
4305
4306
  display: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel-stylelint",
3
- "version": "7.2.0",
3
+ "version": "7.2.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": "^7.2.0",
39
- "@navikt/ds-tokens": "^7.2.0",
38
+ "@navikt/ds-css": "^7.2.1",
39
+ "@navikt/ds-tokens": "^7.2.1",
40
40
  "concurrently": "7.2.1",
41
41
  "postcss-selector-parser": "^6.0.13",
42
42
  "postcss-value-parser": "^4.2.0",