@arbeidstilsynet/design-css 0.8.1 → 0.8.2

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.
@@ -1,5 +1,5 @@
1
1
  .at-header {
2
- --at-header-max-width: 82.5rem;
2
+ --at-header-max-width: 108rem;
3
3
  box-sizing: border-box;
4
4
  display: flex;
5
5
  flex-direction: column;
@@ -7,7 +7,7 @@
7
7
  width: 100%;
8
8
  container-type: inline-size;
9
9
  margin: var(--ds-size-7) 0 0 0;
10
- padding: 0 3.75rem;
10
+ padding: 0 1rem;
11
11
  color: var(--ds-color-neutral-text-default);
12
12
 
13
13
  /* disable visited color in both the navigation and dropdown menu */
@@ -201,7 +201,7 @@
201
201
  @layer at.components{
202
202
 
203
203
  .at-header {
204
- --at-header-max-width: 82.5rem;
204
+ --at-header-max-width: 108rem;
205
205
  box-sizing: border-box;
206
206
  display: flex;
207
207
  flex-direction: column;
@@ -209,7 +209,7 @@
209
209
  width: 100%;
210
210
  container-type: inline-size;
211
211
  margin: var(--ds-size-7) 0 0 0;
212
- padding: 0 3.75rem;
212
+ padding: 0 1rem;
213
213
  color: var(--ds-color-neutral-text-default);
214
214
 
215
215
  /* disable visited color in both the navigation and dropdown menu */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arbeidstilsynet/design-css",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "CSS for Designsystemet",
5
5
  "author": "Arbeidstilsynet",
6
6
  "repository": {
@@ -28,7 +28,7 @@
28
28
  "@digdir/designsystemet-css": "1.11.1"
29
29
  },
30
30
  "devDependencies": {
31
- "@types/node": "24.10.12",
31
+ "@types/node": "24.10.13",
32
32
  "autoprefixer": "10.4.24",
33
33
  "cssnano": "7.1.2",
34
34
  "del-cli": "7.0.0",