@navikt/ds-css 6.16.1 → 6.16.3

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
@@ -99,11 +99,16 @@
99
99
  border: none;
100
100
  padding: 0;
101
101
  margin: 0;
102
+ margin-left: var(--a-spacing-1);
102
103
  min-width: 10ch;
103
104
  width: 100%;
104
105
  height: var(--__ac-combobox-input-height);
105
106
  }
106
107
 
108
+ .navds-combobox__input--hide-caret {
109
+ caret-color: transparent;
110
+ }
111
+
107
112
  .navds-combobox__input:focus-visible {
108
113
  outline: none;
109
114
  border: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-css",
3
- "version": "6.16.1",
3
+ "version": "6.16.3",
4
4
  "description": "CSS for NAV Designsystem",
5
5
  "author": "Aksel | NAV designsystem team",
6
6
  "keywords": [
@@ -27,7 +27,7 @@
27
27
  "css:get-version": "node config/get-version.js"
28
28
  },
29
29
  "devDependencies": {
30
- "@navikt/ds-tokens": "^6.16.1",
30
+ "@navikt/ds-tokens": "^6.16.3",
31
31
  "cssnano": "6.0.0",
32
32
  "fast-glob": "3.2.11",
33
33
  "lodash": "4.17.21",