@salesforce-ux/design-system
Version:
Salesforce Lightning Design System
181 lines • 4.11 kB
JSON
{
"aliases": {},
"props": {
"WIDTH_STAGE_LEFT_COLLAPSED": {
"type": "size",
"cssProperties": [
"*width",
"*height",
"*flex*",
"top",
"right",
"bottom",
"left",
"margin*",
"padding*",
"transform"
],
"category": "sizing",
"value": "4rem",
"comment": "Stage left for desktop when closed (showing icons only).",
"originalValue": "4rem",
"name": "WIDTH_STAGE_LEFT_COLLAPSED"
},
"WIDTH_STAGE_LEFT_EXPANDED": {
"type": "size",
"cssProperties": [
"*width",
"*height",
"*flex*",
"top",
"right",
"bottom",
"left",
"margin*",
"padding*",
"transform"
],
"category": "sizing",
"value": "15rem",
"comment": "Stage left for desktop when open.",
"originalValue": "15rem",
"name": "WIDTH_STAGE_LEFT_EXPANDED"
},
"HEIGHT_HEADER": {
"type": "size",
"cssProperties": [
"*width",
"*height",
"*flex*",
"top",
"right",
"bottom",
"left",
"margin*",
"padding*",
"transform"
],
"category": "sizing",
"value": "3.125rem",
"comment": "Header for desktop.",
"originalValue": "3.125rem",
"name": "HEIGHT_HEADER"
},
"SQUARE_ICON_MEDIUM": {
"type": "size",
"cssProperties": [
"*width",
"*height",
"*flex*",
"top",
"right",
"bottom",
"left",
"margin*",
"padding*",
"transform"
],
"category": "sizing",
"value": "2rem",
"comment": "Medium tap target size",
"originalValue": "2rem",
"name": "SQUARE_ICON_MEDIUM"
},
"FONT_SIZE_SMALL": {
"type": "size",
"cssProperties": [
"font",
"font-size"
],
"category": "font-size",
"value": "0.75rem",
"deprecated": true,
"originalValue": "0.75rem",
"name": "FONT_SIZE_SMALL"
},
"FONT_SIZE_MEDIUM": {
"type": "size",
"cssProperties": [
"font",
"font-size"
],
"category": "font-size",
"value": "0.8125rem",
"deprecated": true,
"originalValue": "0.8125rem",
"name": "FONT_SIZE_MEDIUM"
},
"FONT_SIZE_MEDIUM_A": {
"type": "size",
"cssProperties": [
"font",
"font-size"
],
"category": "font-size",
"value": "0.875rem",
"deprecated": true,
"originalValue": "0.875rem",
"name": "FONT_SIZE_MEDIUM_A"
},
"FONT_SIZE_LARGE": {
"type": "size",
"cssProperties": [
"font",
"font-size"
],
"category": "font-size",
"value": "1rem",
"deprecated": true,
"originalValue": "1rem",
"name": "FONT_SIZE_LARGE"
},
"FONT_SIZE_X_LARGE": {
"type": "size",
"cssProperties": [
"font",
"font-size"
],
"category": "font-size",
"value": "1.25rem",
"deprecated": true,
"originalValue": "1.25rem",
"name": "FONT_SIZE_X_LARGE"
},
"FONT_SIZE_XX_LARGE": {
"type": "size",
"cssProperties": [
"font",
"font-size"
],
"category": "font-size",
"value": "1.75rem",
"deprecated": true,
"originalValue": "1.75rem",
"name": "FONT_SIZE_XX_LARGE"
},
"LINE_HEIGHT_TEXT": {
"type": "number",
"cssProperties": [
"font",
"*height"
],
"category": "line-height",
"value": "1.5",
"comment": "Unitless line-heights for reusability",
"originalValue": "1.5",
"name": "LINE_HEIGHT_TEXT"
},
"VAR_LINE_HEIGHT_TEXT": {
"type": "number",
"cssProperties": [
"font",
"*height"
],
"category": "line-height",
"value": "1.5",
"comment": "Variable unitless line-heights for reusability",
"originalValue": "1.5",
"name": "VAR_LINE_HEIGHT_TEXT"
}
}
}