@navikt/ds-css 7.2.0 → 7.3.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.
package/form/combobox.css CHANGED
@@ -263,6 +263,7 @@
263
263
  border-radius: var(--a-border-radius-medium);
264
264
  background-color: var(--ac-combobox-list-bg, var(--a-surface-default));
265
265
  color: var(--ac-combobox-list-text, var(--a-text-default));
266
+ overscroll-behavior: contain;
266
267
  }
267
268
 
268
269
  .navds-combobox__list--closed {
package/index.css CHANGED
@@ -8,6 +8,7 @@
8
8
  @import "chips.css";
9
9
  @import "copybutton.css";
10
10
  @import "dropdown.css";
11
+ @import "action-menu.css";
11
12
  @import "expansioncard.css";
12
13
  @import "guide-panel.css";
13
14
  @import "form/index.css";
package/list.css CHANGED
@@ -80,5 +80,6 @@ _:future,
80
80
 
81
81
  .navds-list__item-marker--icon {
82
82
  font-size: 1.5rem;
83
+ justify-content: center;
83
84
  color: var(--ac-list-marker-icon-color, var(--ac-list-marker-color, var(--a-icon-default)));
84
85
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-css",
3
- "version": "7.2.0",
3
+ "version": "7.3.0",
4
4
  "description": "CSS for NAV Designsystem",
5
5
  "author": "Aksel | NAV designsystem team",
6
6
  "keywords": [
@@ -27,10 +27,11 @@
27
27
  "css:get-version": "node config/get-version.js"
28
28
  },
29
29
  "devDependencies": {
30
- "@navikt/ds-tokens": "^7.2.0",
30
+ "@navikt/ds-tokens": "^7.3.0",
31
+ "autoprefixer": "^10.4.20",
31
32
  "cssnano": "6.0.0",
32
33
  "fast-glob": "3.2.11",
33
- "lodash": "4.17.21",
34
+ "lodash": "^4.17.21",
34
35
  "nodemon": "^3.0.1",
35
36
  "normalize.css": "^8.0.1",
36
37
  "postcss": "^8.4.31",