Skip to content

Commit

Permalink
Added tokens for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
larz0 committed Aug 29, 2024
1 parent 5779ffd commit a58c024
Showing 1 changed file with 102 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3660,7 +3660,7 @@
}
}
},
"rating-indicator-to-icon": {
"🚫 rating-indicator-to-icon": {
"value": "5px",
"type": "spacing",
"$extensions": {
Expand All @@ -3670,7 +3670,67 @@
}
}
},
"rating-indicator-width": {
"rating-top-to-content-area-small": {
"value": "{spacing-75}",
"type": "spacing",
"$extensions": {
"spectrum-tokens": {
"uuid": "",
"name": "rating-top-to-content-area-small"
}
}
},
"rating-bottom-to-content-area-small": {
"value": "{spacing-75}",
"type": "spacing",
"$extensions": {
"spectrum-tokens": {
"uuid": "",
"name": "rating-bottom-to-content-area-small"
}
}
},
"rating-edge-to-content-area-small": {
"value": "{spacing-75}",
"type": "spacing",
"$extensions": {
"spectrum-tokens": {
"uuid": "",
"name": "rating-edge-to-content-area-small"
}
}
},
"rating-top-to-content-area-medium": {
"value": "6px",
"type": "spacing",
"$extensions": {
"spectrum-tokens": {
"uuid": "",
"name": "rating-top-to-content-area-medium"
}
}
},
"rating-bottom-to-content-area-medium": {
"value": "6px",
"type": "spacing",
"$extensions": {
"spectrum-tokens": {
"uuid": "",
"name": "rating-bottom-to-content-area-medium"
}
}
},
"rating-edge-to-content-area-medium": {
"value": "6px",
"type": "spacing",
"$extensions": {
"spectrum-tokens": {
"uuid": "",
"name": "rating-edge-to-content-area-medium"
}
}
},
"🚫 rating-indicator-width": {
"value": "22px",
"type": "sizing",
"$extensions": {
Expand All @@ -3680,6 +3740,46 @@
}
}
},
"rating-width-small": {
"value": "104px",
"type": "sizing",
"$extensions": {
"spectrum-tokens": {
"uuid": "",
"name": "rating-width-small"
}
}
},
"rating-height-small": {
"value": "{component-height-75}",
"type": "sizing",
"$extensions": {
"spectrum-tokens": {
"uuid": "",
"name": "rating-height-small"
}
}
},
"rating-width-medium": {
"value": "128px",
"type": "sizing",
"$extensions": {
"spectrum-tokens": {
"uuid": "",
"name": "rating-width-medium"
}
}
},
"rating-height-medium": {
"value": "{component-height-100}",
"type": "sizing",
"$extensions": {
"spectrum-tokens": {
"uuid": "",
"name": "rating-height-medium"
}
}
},
"search-field-minimum-width-multiplier": {
"value": "4",
"type": "number",
Expand Down

0 comments on commit a58c024

Please sign in to comment.