Skip to content

Commit

Permalink
Merge pull request #172 from adobe/SDS-13765-S2-rating-tokens-larz
Browse files Browse the repository at this point in the history
feat: S2 Rating tokens update
  • Loading branch information
karstens authored Aug 31, 2024
2 parents c434106 + a58c024 commit 25c138b
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 4 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": "4px",
"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": "18px",
"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
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 25c138b

Please sign in to comment.