Skip to content

Commit

Permalink
sesame accordions
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleRameau committed Apr 5, 2024
1 parent 5620f8f commit 03601aa
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion packages/tokens/src/my-digital-book/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -1704,7 +1704,7 @@
"title": {
"value": {
"fontFamily": "{text.typeset.fontFamily.heading}",
"fontWeight": "{text.typeset.fontWeight.demibold}",
"fontWeight": "{text.typeset.fontWeight.regular}",
"lineHeight": "{text.typeset.lineHeight.xl}",
"fontSize": "{text.typeset.fontSize.xl}",
"textDecoration": "{text.typeset.textDecoration.none}",
Expand Down
12 changes: 6 additions & 6 deletions packages/tokens/src/my-digital-book/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -3969,15 +3969,15 @@
"type": "color"
},
"header": {
"value": "{color.palette.primary.50}",
"value": "{color.palette.neutral.100}",
"type": "color"
},
"foreground": {
"value": "{color.palette.primary.500}",
"value": "{color.accordion.default.foreground}",
"type": "color"
},
"icon": {
"value": "{color.palette.primary.500}",
"value": "{color.accordion.default.icon}",
"type": "color"
},
"border": {
Expand Down Expand Up @@ -4013,15 +4013,15 @@
"type": "color"
},
"header": {
"value": "{color.palette.primary.100}",
"value": "{color.palette.neutral.150}",
"type": "color"
},
"foreground": {
"value": "{color.palette.primary.500}",
"value": "{color.accordion.default.foreground}",
"type": "color"
},
"icon": {
"value": "{color.palette.primary.500}",
"value": "{color.accordion.default.icon}",
"type": "color"
},
"border": {
Expand Down
14 changes: 7 additions & 7 deletions packages/tokens/src/myvanin/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -3969,15 +3969,15 @@
"type": "color"
},
"header": {
"value": "{color.palette.primary.50}",
"value": "{color.palette.neutral.100}",
"type": "color"
},
"foreground": {
"value": "{color.palette.primary.base}",
"value": "{color.accordion.default.foreground}",
"type": "color"
},
"icon": {
"value": "{color.palette.primary.base}",
"value": "{color.accordion.default.icon}",
"type": "color"
},
"border": {
Expand All @@ -3987,7 +3987,7 @@
},
"disabled": {
"background": {
"value": "{body.background}",
"value": "{color.palette.neutral.100}",
"type": "color"
},
"header": {
Expand All @@ -4013,15 +4013,15 @@
"type": "color"
},
"header": {
"value": "{color.palette.primary.100}",
"value": "{color.palette.neutral.150}",
"type": "color"
},
"foreground": {
"value": "{color.palette.primary.base}",
"value": "{color.accordion.default.foreground}",
"type": "color"
},
"icon": {
"value": "{color.palette.primary.base}",
"value": "{color.accordion.default.icon}",
"type": "color"
},
"border": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/src/sanoma-utbildning/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -1696,7 +1696,7 @@
"title": {
"value": {
"fontFamily": "{text.typeset.fontFamily.heading}",
"fontWeight": "{text.typeset.fontWeight.demibold}",
"fontWeight": "{text.typeset.fontWeight.regular}",
"lineHeight": "{text.typeset.lineHeight.xl}",
"fontSize": "{text.typeset.fontSize.xl}",
"textDecoration": "{text.typeset.textDecoration.none}",
Expand Down
12 changes: 6 additions & 6 deletions packages/tokens/src/sanoma-utbildning/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -3969,15 +3969,15 @@
"type": "color"
},
"header": {
"value": "{color.palette.primary.50}",
"value": "{color.palette.neutral.100}",
"type": "color"
},
"foreground": {
"value": "{color.palette.primary.500}",
"value": "{color.accordion.default.foreground}",
"type": "color"
},
"icon": {
"value": "{color.palette.primary.500}",
"value": "{color.accordion.default.icon}",
"type": "color"
},
"border": {
Expand Down Expand Up @@ -4013,15 +4013,15 @@
"type": "color"
},
"header": {
"value": "{color.palette.primary.100}",
"value": "{color.palette.neutral.150}",
"type": "color"
},
"foreground": {
"value": "{color.palette.primary.500}",
"value": "{color.accordion.default.foreground}",
"type": "color"
},
"icon": {
"value": "{color.palette.primary.500}",
"value": "{color.accordion.default.icon}",
"type": "color"
},
"border": {
Expand Down

0 comments on commit 03601aa

Please sign in to comment.