@navikt/aksel-stylelint 5.7.5 → 5.7.6

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 +12 -2
  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, 20 Oct 2023 08:54:53 GMT
4
+ * Generated on Fri, 20 Oct 2023 15:20:50 GMT
5
5
  */
6
6
  :root, :host {
7
7
  --a-spacing-1-alt: 0.375rem;
@@ -2266,7 +2266,7 @@ body,
2266
2266
  cursor: pointer;
2267
2267
  align-items: center;
2268
2268
  justify-content: center;
2269
- gap: var(--a-spacing-1);
2269
+ gap: var(--a-spacing-05);
2270
2270
  margin: 0;
2271
2271
  padding: 0 var(--a-spacing-3);
2272
2272
  text-decoration: none;
@@ -2330,6 +2330,16 @@ body,
2330
2330
  box-shadow: inset 0 0 0 1px var(--a-surface-default), 0 0 0 2px var(--ac-chip-toggle-focus, var(--a-border-focus));
2331
2331
  }
2332
2332
  }
2333
+ .navds-chips--medium .navds-chips__toggle--with-checkmark {
2334
+ padding-left: var(--a-spacing-1-alt);
2335
+ }
2336
+ .navds-chips--small .navds-chips__toggle--with-checkmark {
2337
+ padding-left: var(--a-spacing-1);
2338
+ }
2339
+ .navds-chips--small .navds-chips__toggle-icon {
2340
+ width: 1rem;
2341
+ height: 1rem;
2342
+ }
2333
2343
  .navds-chips__removable {
2334
2344
  gap: 0;
2335
2345
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel-stylelint",
3
- "version": "5.7.5",
3
+ "version": "5.7.6",
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.7.5",
39
- "@navikt/ds-tokens": "^5.7.5",
38
+ "@navikt/ds-css": "^5.7.6",
39
+ "@navikt/ds-tokens": "^5.7.6",
40
40
  "@types/jest": "^29.0.0",
41
41
  "concurrently": "7.2.1",
42
42
  "copyfiles": "2.4.1",