Skip to content

Commit afe767f

Browse files
committed
feat: oppdatere designsystemfil
1 parent 00b2f22 commit afe767f

12 files changed

Lines changed: 410 additions & 340 deletions

File tree

svarveien/design-tokens-build/colors.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/* This file is deprecated and will be removed in a future release. Use types.d.ts instead */
2-
/* build: v1.16.0 */
2+
/* build: v1.16.1 */
33
import type {} from '@digdir/designsystemet-types';
44

55
// Augment types based on theme
66
declare module '@digdir/designsystemet-types' {
77
export interface ColorDefinitions {
88
accent: never;
9-
black: never;
9+
yellow: never;
1010
support1: never;
1111
peach: never;
1212
pink: never;

svarveien/design-tokens-build/svarveien.css

Lines changed: 204 additions & 204 deletions
Large diffs are not rendered by default.

svarveien/design-tokens-build/types.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
/* build: v1.16.0 */
1+
/* build: v1.16.1 */
22
import type {} from '@digdir/designsystemet-types';
33

44
// Augment types based on theme
55
declare module '@digdir/designsystemet-types' {
66
export interface ColorDefinitions {
77
accent: never;
8-
black: never;
8+
yellow: never;
99
support1: never;
1010
peach: never;
1111
pink: never;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "@digdir/designsystemet",
3-
"version": "1.16.0"
3+
"version": "1.16.1"
44
}

svarveien/design-tokens/$metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"themes/svarveien",
1616
"semantic/color",
1717
"semantic/modes/main-color/accent",
18-
"semantic/modes/main-color/black",
18+
"semantic/modes/main-color/yellow",
1919
"semantic/modes/support-color/support1",
2020
"semantic/modes/support-color/peach",
2121
"semantic/modes/support-color/pink",

svarveien/design-tokens/$themes.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@
109109
"group": "Main color"
110110
},
111111
{
112-
"id": "5ac1920849e7282a4fc2faf9bd9bb80fc339c2e5",
113-
"name": "black",
112+
"id": "5afbdf0b339728d157a261ba588a01b7d5a5f71c",
113+
"name": "yellow",
114114
"selectedTokenSets": {
115-
"semantic/modes/main-color/black": "enabled"
115+
"semantic/modes/main-color/yellow": "enabled"
116116
},
117117
"group": "Main color"
118118
},

svarveien/design-tokens/primitives/modes/color-scheme/dark/svarveien.json

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -3,195 +3,195 @@
33
"accent": {
44
"1": {
55
"$type": "color",
6-
"$value": "#1c170e"
6+
"$value": "#181818"
77
},
88
"2": {
99
"$type": "color",
10-
"$value": "#251f12"
10+
"$value": "#1f1f1f"
1111
},
1212
"3": {
1313
"$type": "color",
14-
"$value": "#2f2717"
14+
"$value": "#282828"
1515
},
1616
"4": {
1717
"$type": "color",
18-
"$value": "#362d1a"
18+
"$value": "#2e2e2e"
1919
},
2020
"5": {
2121
"$type": "color",
22-
"$value": "#3f341e"
22+
"$value": "#353535"
2323
},
2424
"6": {
2525
"$type": "color",
26-
"$value": "#4f4126"
26+
"$value": "#434343"
2727
},
2828
"7": {
2929
"$type": "color",
30-
"$value": "#5e4e2e"
30+
"$value": "#505050"
3131
},
3232
"8": {
3333
"$type": "color",
34-
"$value": "#987e4a"
34+
"$value": "#818181"
3535
},
3636
"9": {
3737
"$type": "color",
38-
"$value": "#c5a360"
38+
"$value": "#a8a8a8"
3939
},
4040
"10": {
4141
"$type": "color",
42-
"$value": "#c5a360"
42+
"$value": "#a8a8a8"
4343
},
4444
"11": {
4545
"$type": "color",
46-
"$value": "#faebcc"
46+
"$value": "#ececec"
4747
},
4848
"12": {
4949
"$type": "color",
50-
"$value": "#36290b"
50+
"$value": "#ababab"
5151
},
5252
"13": {
5353
"$type": "color",
54-
"$value": "#4c3b10"
54+
"$value": "#969696"
5555
},
5656
"14": {
5757
"$type": "color",
58-
"$value": "#634c15"
58+
"$value": "#818181"
5959
},
6060
"15": {
6161
"$type": "color",
62-
"$value": "#c3bfb6"
62+
"$value": "#1b1b1b"
6363
},
6464
"16": {
6565
"$type": "color",
66-
"$value": "#ffffff"
66+
"$value": "#000000"
6767
}
6868
},
69-
"black": {
69+
"yellow": {
7070
"1": {
7171
"$type": "color",
72-
"$value": "#181818"
72+
"$value": "#1c170e"
7373
},
7474
"2": {
7575
"$type": "color",
76-
"$value": "#1f1f1f"
76+
"$value": "#251f12"
7777
},
7878
"3": {
7979
"$type": "color",
80-
"$value": "#282828"
80+
"$value": "#2f2717"
8181
},
8282
"4": {
8383
"$type": "color",
84-
"$value": "#2e2e2e"
84+
"$value": "#362d1a"
8585
},
8686
"5": {
8787
"$type": "color",
88-
"$value": "#353535"
88+
"$value": "#3f341e"
8989
},
9090
"6": {
9191
"$type": "color",
92-
"$value": "#434343"
92+
"$value": "#4f4126"
9393
},
9494
"7": {
9595
"$type": "color",
96-
"$value": "#505050"
96+
"$value": "#5e4e2e"
9797
},
9898
"8": {
9999
"$type": "color",
100-
"$value": "#818181"
100+
"$value": "#987e4a"
101101
},
102102
"9": {
103103
"$type": "color",
104-
"$value": "#a8a8a8"
104+
"$value": "#c5a360"
105105
},
106106
"10": {
107107
"$type": "color",
108-
"$value": "#a8a8a8"
108+
"$value": "#c5a360"
109109
},
110110
"11": {
111111
"$type": "color",
112-
"$value": "#ececec"
112+
"$value": "#faebcc"
113113
},
114114
"12": {
115115
"$type": "color",
116-
"$value": "#ababab"
116+
"$value": "#36290b"
117117
},
118118
"13": {
119119
"$type": "color",
120-
"$value": "#969696"
120+
"$value": "#4c3b10"
121121
},
122122
"14": {
123123
"$type": "color",
124-
"$value": "#818181"
124+
"$value": "#634c15"
125125
},
126126
"15": {
127127
"$type": "color",
128-
"$value": "#1b1b1b"
128+
"$value": "#c3bfb6"
129129
},
130130
"16": {
131131
"$type": "color",
132-
"$value": "#000000"
132+
"$value": "#ffffff"
133133
}
134134
},
135135
"support1": {
136136
"1": {
137137
"$type": "color",
138-
"$value": "#141918"
138+
"$value": "#131918"
139139
},
140140
"2": {
141141
"$type": "color",
142-
"$value": "#1a211f"
142+
"$value": "#19211f"
143143
},
144144
"3": {
145145
"$type": "color",
146-
"$value": "#212928"
146+
"$value": "#202a28"
147147
},
148148
"4": {
149149
"$type": "color",
150-
"$value": "#26302e"
150+
"$value": "#25302e"
151151
},
152152
"5": {
153153
"$type": "color",
154-
"$value": "#2d3835"
154+
"$value": "#2b3835"
155155
},
156156
"6": {
157157
"$type": "color",
158-
"$value": "#384643"
158+
"$value": "#364643"
159159
},
160160
"7": {
161161
"$type": "color",
162-
"$value": "#435350"
162+
"$value": "#405450"
163163
},
164164
"8": {
165165
"$type": "color",
166-
"$value": "#6c8781"
166+
"$value": "#678881"
167167
},
168168
"9": {
169169
"$type": "color",
170-
"$value": "#8dafa7"
170+
"$value": "#86b0a7"
171171
},
172172
"10": {
173173
"$type": "color",
174-
"$value": "#8dafa7"
174+
"$value": "#86b0a7"
175175
},
176176
"11": {
177177
"$type": "color",
178-
"$value": "#d9f1ec"
178+
"$value": "#d1f3ec"
179179
},
180180
"12": {
181181
"$type": "color",
182-
"$value": "#18211f"
182+
"$value": "#141e1c"
183183
},
184184
"13": {
185185
"$type": "color",
186-
"$value": "#253330"
186+
"$value": "#20302d"
187187
},
188188
"14": {
189189
"$type": "color",
190-
"$value": "#324642"
190+
"$value": "#2c423e"
191191
},
192192
"15": {
193193
"$type": "color",
194-
"$value": "#aeb1b0"
194+
"$value": "#a9adac"
195195
},
196196
"16": {
197197
"$type": "color",

0 commit comments

Comments
 (0)