Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
143 changes: 143 additions & 0 deletions tokens/blau.json
Original file line number Diff line number Diff line change
Expand Up @@ -3353,6 +3353,149 @@
}
}
},
"spacing": {
"buttonDefaultPadding": {
"value": {
"left": {
"mobile": 16,
"desktop": 16
},
"right": {
"mobile": 16,
"desktop": 16
}
},
"type": "spacing"
},
"buttonSmallPadding": {
"value": {
"left": {
"mobile": 12,
"desktop": 12
},
"right": {
"mobile": 12,
"desktop": 12
}
},
"type": "spacing"
},
"cardDefaultPadding": {
"value": {
"top": {
"mobile": 16,
"desktop": 24
},
"bottom": {
"mobile": 16,
"desktop": 24
},
"left": {
"mobile": 16,
"desktop": 24
},
"right": {
"mobile": 16,
"desktop": 24
}
},
"type": "spacing"
},
"inputPadding": {
"value": {
"top": {
"mobile": 18,
"desktop": 8
},
"bottom": {
"mobile": 18,
"desktop": 8
}
},
"type": "spacing"
},
"tagPadding": {
"value": {
"top": {
"mobile": 4,
"desktop": 4
},
"bottom": {
"mobile": 4,
"desktop": 4
}
},
"type": "spacing"
},
"feedbackScreenPadding": {
"value": {
"top": {
"mobile": 64,
"desktop": 64
},
"bottom": {
"mobile": 16,
"desktop": 64
},
"left": {
"mobile": 16,
"desktop": 64
},
"right": {
"mobile": 16,
"desktop": 64
}
},
"type": "spacing"
},
"heroPadding": {
"value": {
"top": {
"mobile": 24,
"desktop": 56
},
"bottom": {
"mobile": 24,
"desktop": 56
}
},
"type": "spacing"
},
"headerPadding": {
"value": {
"top": {
"mobile": 24,
"desktop": 48
},
"bottom": {
"mobile": 24,
"desktop": 48
}
},
"type": "spacing"
},
"drawerPadding": {
"value": {
"top": {
"mobile": 40,
"desktop": 40
},
"bottom": {
"mobile": 16,
"desktop": 24
},
"left": {
"mobile": 16,
"desktop": 40
},
"right": {
"mobile": 16,
"desktop": 40
}
},
"type": "spacing"
}
},
"componentProperties": {
"dismissActionType": {
"value": "neutral",
Expand Down
143 changes: 143 additions & 0 deletions tokens/esimflag.json
Original file line number Diff line number Diff line change
Expand Up @@ -3375,6 +3375,149 @@
}
}
},
"spacing": {
"buttonDefaultPadding": {
"value": {
"left": {
"mobile": 16,
"desktop": 16
},
"right": {
"mobile": 16,
"desktop": 16
}
},
"type": "spacing"
},
"buttonSmallPadding": {
"value": {
"left": {
"mobile": 12,
"desktop": 12
},
"right": {
"mobile": 12,
"desktop": 12
}
},
"type": "spacing"
},
"cardDefaultPadding": {
"value": {
"top": {
"mobile": 16,
"desktop": 24
},
"bottom": {
"mobile": 16,
"desktop": 24
},
"left": {
"mobile": 16,
"desktop": 24
},
"right": {
"mobile": 16,
"desktop": 24
}
},
"type": "spacing"
},
"inputPadding": {
"value": {
"top": {
"mobile": 18,
"desktop": 8
},
"bottom": {
"mobile": 18,
"desktop": 8
}
},
"type": "spacing"
},
"tagPadding": {
"value": {
"top": {
"mobile": 4,
"desktop": 4
},
"bottom": {
"mobile": 4,
"desktop": 4
}
},
"type": "spacing"
},
"feedbackScreenPadding": {
"value": {
"top": {
"mobile": 64,
"desktop": 64
},
"bottom": {
"mobile": 16,
"desktop": 64
},
"left": {
"mobile": 16,
"desktop": 64
},
"right": {
"mobile": 16,
"desktop": 64
}
},
"type": "spacing"
},
"heroPadding": {
"value": {
"top": {
"mobile": 24,
"desktop": 56
},
"bottom": {
"mobile": 24,
"desktop": 56
}
},
"type": "spacing"
},
"headerPadding": {
"value": {
"top": {
"mobile": 24,
"desktop": 48
},
"bottom": {
"mobile": 24,
"desktop": 48
}
},
"type": "spacing"
},
"drawerPadding": {
"value": {
"top": {
"mobile": 40,
"desktop": 40
},
"bottom": {
"mobile": 16,
"desktop": 24
},
"left": {
"mobile": 16,
"desktop": 40
},
"right": {
"mobile": 16,
"desktop": 40
}
},
"type": "spacing"
}
},
"themeVariant": {
"successFeedback": {
"value": "inverse",
Expand Down
1 change: 1 addition & 0 deletions tokens/figma/utils/constants.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const VARIABLE_SCOPES = {
FONT_FAMILY: "FONT_FAMILY",
TEXT_CONTENT: "TEXT_CONTENT",
WIDTH_HEIGHT: "WIDTH_HEIGHT",
GAP: "GAP",
};

export const BRANDS = {
Expand Down
Loading