@navikt/aksel-stylelint 6.16.2 → 6.17.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.
Files changed (2) hide show
  1. package/dist/index.css +6 -2
  2. package/package.json +3 -3
package/dist/index.css CHANGED
@@ -1,10 +1,10 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Mon, 26 Aug 2024 07:50:22 GMT
4
+ * Generated on Thu, 12 Sep 2024 12:50:05 GMT
5
5
  */
6
6
  :root, :host {
7
- --a-version: "6.16.2";
7
+ --a-version: "6.17.0";
8
8
  --a-spacing-1-alt: 0.375rem;
9
9
  --a-spacing-05: 0.125rem;
10
10
  --a-spacing-32: 8rem;
@@ -4154,10 +4154,14 @@ body,
4154
4154
  border: none;
4155
4155
  padding: 0;
4156
4156
  margin: 0;
4157
+ margin-left: var(--a-spacing-1);
4157
4158
  min-width: 10ch;
4158
4159
  width: 100%;
4159
4160
  height: var(--__ac-combobox-input-height);
4160
4161
  }
4162
+ .navds-combobox__input--hide-caret {
4163
+ caret-color: transparent;
4164
+ }
4161
4165
  .navds-combobox__input:focus-visible {
4162
4166
  outline: none;
4163
4167
  border: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel-stylelint",
3
- "version": "6.16.2",
3
+ "version": "6.17.0",
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.16.2",
39
- "@navikt/ds-tokens": "^6.16.2",
38
+ "@navikt/ds-css": "^6.17.0",
39
+ "@navikt/ds-tokens": "^6.17.0",
40
40
  "concurrently": "7.2.1",
41
41
  "postcss-selector-parser": "^6.0.13",
42
42
  "postcss-value-parser": "^4.2.0",