@navikt/aksel-stylelint 5.0.0 → 5.0.1

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 +5 -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 Fri, 18 Aug 2023 09:44:10 GMT
4
+ * Generated on Fri, 18 Aug 2023 10:23:38 GMT
5
5
  */
6
6
  :root, :host {
7
7
  --a-spacing-05: 0.125rem;
@@ -2619,6 +2619,10 @@ body,
2619
2619
  transform: translate(0.25rem, -10%);
2620
2620
  height: 1.25rem;
2621
2621
  }
2622
+ /* Tailwind sets all svg to block */
2623
+ .navds-checkbox__icon > svg {
2624
+ display: inline;
2625
+ }
2622
2626
  .navds-checkbox--small > .navds-checkbox__input:checked + .navds-checkbox__label::before {
2623
2627
  background-position: 0.25rem center;
2624
2628
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel-stylelint",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
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.0.0",
39
- "@navikt/ds-tokens": "^5.0.0",
38
+ "@navikt/ds-css": "^5.0.1",
39
+ "@navikt/ds-tokens": "^5.0.1",
40
40
  "@types/jest": "^29.0.0",
41
41
  "concurrently": "7.2.1",
42
42
  "copyfiles": "2.4.1",