@navikt/aksel-icons 7.8.1 → 7.9.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/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Aksel icons
2
2
 
3
- 800+ open source icons made by Aksel, NAVs designsystem-team
3
+ 800+ open source icons made by Aksel, Nav's design system team.
4
4
 
5
5
  - Designed for 24x24px
6
6
  - Available in React and SVG
@@ -30,7 +30,7 @@ Tip: Use the `title` prop for accessible icons.
30
30
 
31
31
  ### Sizing
32
32
 
33
- Each icons `width` and `height` is default `1em`. This allows you to use the native `fontSize`-prop to adjust sizing. We recommend using at least 1.5rem/24px for best possible visual representation.
33
+ Each icon's `width` and `height` is default `1em`. This allows you to use the native `fontSize`-prop to adjust sizing. We recommend using at least 1.5rem/24px for the best possible visual representation.
34
34
 
35
35
  ```jsx
36
36
  <StarIcon fontSize="1.5rem" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/aksel-icons",
3
- "version": "7.8.1",
3
+ "version": "7.9.1",
4
4
  "author": "Aksel | Nav",
5
5
  "homepage": "https://aksel.nav.no/ikoner",
6
6
  "repository": {
@@ -87,6 +87,6 @@
87
87
  "tsx": "^4.7.1",
88
88
  "typescript": "5.5.4",
89
89
  "unified": "10.1.2",
90
- "vitest": "^1.2.2"
90
+ "vitest": "^2.1.8"
91
91
  }
92
92
  }