Skip to content

Commit

Permalink
Added new tokens for switch inside text
Browse files Browse the repository at this point in the history
  • Loading branch information
arecuenco-dsgn committed Sep 18, 2024
1 parent 5ca3b8f commit bb457c9
Show file tree
Hide file tree
Showing 15 changed files with 180 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/tokens/src/bingel-dc/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -2956,6 +2956,18 @@
"description": "color.surface.solid.primary.background"
}
}
},
"text-copy": {
"idle": {
"value": "{body.foreground}",
"type": "color",
"description": "Color text inside the switch "
},
"disabled": {
"value": "{color.palette.neutral.400}",
"type": "color",
"description": "Color text inside the switch "
}
}
}
},
Expand Down
12 changes: 12 additions & 0 deletions packages/tokens/src/bingel-int/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -3026,6 +3026,18 @@
"description": "color.surface.solid.primary.background"
}
}
},
"text-copy": {
"idle": {
"value": "{body.foreground}",
"type": "color",
"description": "Color text inside the switch "
},
"disabled": {
"value": "{color.palette.neutral.400}",
"type": "color",
"description": "Color text inside the switch "
}
}
}
},
Expand Down
12 changes: 12 additions & 0 deletions packages/tokens/src/clickedu/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -3470,6 +3470,18 @@
"description": "color.surface.solid.primary.background"
}
}
},
"text-copy": {
"idle": {
"value": "{body.foreground}",
"type": "color",
"description": "Color text inside the switch "
},
"disabled": {
"value": "{color.palette.neutral.400}",
"type": "color",
"description": "Color text inside the switch "
}
}
}
},
Expand Down
12 changes: 12 additions & 0 deletions packages/tokens/src/editorial-suite/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -2973,6 +2973,18 @@
"description": "color.surface.solid.primary.background"
}
}
},
"text-copy": {
"idle": {
"value": "{body.foreground}",
"type": "color",
"description": "Color text inside the switch "
},
"disabled": {
"value": "{color.palette.neutral.400}",
"type": "color",
"description": "Color text inside the switch "
}
}
}
},
Expand Down
12 changes: 12 additions & 0 deletions packages/tokens/src/itslearning/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -2956,6 +2956,18 @@
"description": "color.surface.solid.primary.background"
}
}
},
"text-copy": {
"idle": {
"value": "{body.foreground}",
"type": "color",
"description": "Color text inside the switch "
},
"disabled": {
"value": "{color.palette.neutral.400}",
"type": "color",
"description": "Color text inside the switch "
}
}
}
},
Expand Down
12 changes: 12 additions & 0 deletions packages/tokens/src/kampus/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -2957,6 +2957,18 @@
"description": "color.surface.solid.primary.background"
}
}
},
"text-copy": {
"idle": {
"value": "{body.foreground}",
"type": "color",
"description": "Color text inside the switch "
},
"disabled": {
"value": "{color.palette.neutral.400}",
"type": "color",
"description": "Color text inside the switch "
}
}
}
},
Expand Down
12 changes: 12 additions & 0 deletions packages/tokens/src/magister/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -2809,6 +2809,18 @@
"description": "color.surface.solid.primary.background"
}
}
},
"text-copy": {
"idle": {
"value": "{body.foreground}",
"type": "color",
"description": "Color text inside the switch "
},
"disabled": {
"value": "{color.palette.neutral.400}",
"type": "color",
"description": "Color text inside the switch "
}
}
}
},
Expand Down
12 changes: 12 additions & 0 deletions packages/tokens/src/magister/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -3091,6 +3091,18 @@
"description": "color.surface.solid.primary.background"
}
}
},
"text-copy": {
"idle": {
"value": "{body.foreground}",
"type": "color",
"description": "Color text inside the switch "
},
"disabled": {
"value": "{color.palette.neutral.400}",
"type": "color",
"description": "Color text inside the switch "
}
}
}
},
Expand Down
12 changes: 12 additions & 0 deletions packages/tokens/src/max/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -2956,6 +2956,18 @@
"description": "color.surface.solid.primary.background"
}
}
},
"text-copy": {
"idle": {
"value": "{body.foreground}",
"type": "color",
"description": "Color text inside the switch "
},
"disabled": {
"value": "{color.palette.neutral.400}",
"type": "color",
"description": "Color text inside the switch "
}
}
}
},
Expand Down
12 changes: 12 additions & 0 deletions packages/tokens/src/my-digital-book/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -2809,6 +2809,18 @@
"description": "color.surface.solid.primary.background"
}
}
},
"text-copy": {
"idle": {
"value": "{body.foreground}",
"type": "color",
"description": "Color text inside the switch "
},
"disabled": {
"value": "{color.palette.neutral.400}",
"type": "color",
"description": "Color text inside the switch "
}
}
}
},
Expand Down
12 changes: 12 additions & 0 deletions packages/tokens/src/neon/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -2844,6 +2844,18 @@
"description": "color.surface.solid.primary.background"
}
}
},
"text-copy": {
"idle": {
"value": "{body.foreground}",
"type": "color",
"description": "Color text inside the switch "
},
"disabled": {
"value": "{color.palette.neutral.400}",
"type": "color",
"description": "Color text inside the switch "
}
}
}
},
Expand Down
12 changes: 12 additions & 0 deletions packages/tokens/src/neon/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -2848,6 +2848,18 @@
"description": "color.surface.solid.primary.background"
}
}
},
"text-copy": {
"idle": {
"value": "{body.foreground}",
"type": "color",
"description": "Color text inside the switch "
},
"disabled": {
"value": "{color.palette.neutral.400}",
"type": "color",
"description": "Color text inside the switch "
}
}
}
},
Expand Down
12 changes: 12 additions & 0 deletions packages/tokens/src/sanoma-learning/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -2973,6 +2973,18 @@
"description": "color.surface.solid.primary.background"
}
}
},
"text-copy": {
"idle": {
"value": "{body.foreground}",
"type": "color",
"description": "Color text inside the switch "
},
"disabled": {
"value": "{color.palette.neutral.400}",
"type": "color",
"description": "Color text inside the switch "
}
}
}
},
Expand Down
12 changes: 12 additions & 0 deletions packages/tokens/src/sanoma-learning/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -2973,6 +2973,18 @@
"description": "color.surface.solid.primary.background"
}
}
},
"text": {
"idle": {
"value": "{body.foreground}",
"type": "color",
"description": "Color text inside the switch "
},
"disabled": {
"value": "{color.palette.neutral.400}",
"type": "color",
"description": "Color text inside the switch "
}
}
}
},
Expand Down
12 changes: 12 additions & 0 deletions packages/tokens/src/teas/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -2968,6 +2968,18 @@
"description": "color.surface.solid.primary.background"
}
}
},
"text-copy": {
"idle": {
"value": "{body.foreground}",
"type": "color",
"description": "Color text inside the switch "
},
"disabled": {
"value": "{color.palette.neutral.400}",
"type": "color",
"description": "Color text inside the switch "
}
}
}
},
Expand Down

0 comments on commit bb457c9

Please sign in to comment.