@navikt/aksel-stylelint 5.3.2 → 5.3.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.
Files changed (2) hide show
  1. package/dist/index.css +3 -1
  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 Wed, 06 Sep 2023 09:14:55 GMT
4
+ * Generated on Wed, 06 Sep 2023 13:10:51 GMT
5
5
  */
6
6
  :root, :host {
7
7
  --a-spacing-05: 0.125rem;
@@ -3758,10 +3758,12 @@ body,
3758
3758
  --__ac-hgrid-gap-lg: initial;
3759
3759
  --__ac-hgrid-gap-xl: initial;
3760
3760
  --__ac-hgrid-gap: var(--__ac-hgrid-gap-xs);
3761
+ --__ac-hgrid-align: initial;
3761
3762
 
3762
3763
  display: grid;
3763
3764
  grid-template-columns: var(--__ac-hgrid-columns);
3764
3765
  gap: var(--__ac-hgrid-gap);
3766
+ align-items: var(--__ac-hgrid-align);
3765
3767
  }
3766
3768
  @media (min-width: 480px) {
3767
3769
  .navds-hgrid {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel-stylelint",
3
- "version": "5.3.2",
3
+ "version": "5.3.3",
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.3.2",
39
- "@navikt/ds-tokens": "^5.3.2",
38
+ "@navikt/ds-css": "^5.3.3",
39
+ "@navikt/ds-tokens": "^5.3.3",
40
40
  "@types/jest": "^29.0.0",
41
41
  "concurrently": "7.2.1",
42
42
  "copyfiles": "2.4.1",