Skip to content

Commit 61e771b

Browse files
committed
chore: update example
1 parent fb170e1 commit 61e771b

File tree

4 files changed

+70
-375
lines changed

4 files changed

+70
-375
lines changed

example/create-each-theme-file/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "node sd.config.mjs"
88
},
99
"devDependencies": {
10-
"sd-tailwindcss-transformer": "^2.0.0",
11-
"style-dictionary": "^4.1.2"
10+
"sd-tailwindcss-transformer": "^2.2.0",
11+
"style-dictionary": "^5.0.4"
1212
}
1313
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"colors": {
33
"font": {
4-
"base": { "value": "{colors.base.red.value}" },
5-
"secondary": { "value": "{colors.base.green.value}" },
6-
"tertiary": { "value": "{colors.base.gray.light.value}" }
4+
"base": { "value": "{colors.base.red}" },
5+
"secondary": { "value": "{colors.base.green}" },
6+
"tertiary": { "value": "{colors.base.gray.light}" }
77
}
88
}
99
}

example/create-each-theme-file/tokens/size/font.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"value": "2"
1111
},
1212
"base": {
13-
"value": "{fontSize.medium.value}"
13+
"value": "{fontSize.medium}"
1414
}
1515
}
1616
}

0 commit comments

Comments
 (0)