Skip to content

Commit

Permalink
chore(tokens): ♻️ New token export (#1975)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz authored May 15, 2024
1 parent 51f4970 commit af964e1
Show file tree
Hide file tree
Showing 35 changed files with 92,553 additions and 1,409 deletions.
2 changes: 1 addition & 1 deletion .storybook/preview.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import type { Preview } from '@storybook/react';

import '../packages/theme/brand/digdir/tokens.css';
import '../packages/theme/brand';
import '../packages/css/index.css';

import {
Expand Down
16 changes: 8 additions & 8 deletions apps/storefront/tokens/altinn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3147,7 +3147,7 @@ export const color = [
"subtle"
]
}
]
]

export const typography = [
{
Expand Down Expand Up @@ -3918,7 +3918,7 @@ export const typography = [
"small"
]
}
]
]

export const opacity = [
{
Expand All @@ -3937,7 +3937,7 @@ export const opacity = [
"disabled"
]
}
]
]

export const borderRadius = [
{
Expand Down Expand Up @@ -4084,7 +4084,7 @@ export const borderRadius = [
"full"
]
}
]
]

export const spacing = [
{
Expand Down Expand Up @@ -4407,7 +4407,7 @@ export const spacing = [
"30"
]
}
]
]

export const sizing = [
{
Expand Down Expand Up @@ -4730,7 +4730,7 @@ export const sizing = [
"30"
]
}
]
]

export const borderWidth = [
{
Expand Down Expand Up @@ -4781,7 +4781,7 @@ export const borderWidth = [
"tab_focus"
]
}
]
]

export const boxShadow = [
{
Expand Down Expand Up @@ -4864,4 +4864,4 @@ export const boxShadow = [
"xlarge"
]
}
]
]
Loading

0 comments on commit af964e1

Please sign in to comment.