|
|
@@ -808,6 +808,24 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ },
|
|
|
+ "classification": {
|
|
|
+ "mapping": {
|
|
|
+ "textFontFamily": "text-font-family",
|
|
|
+ "iconMarginHorizontal": 4
|
|
|
+ },
|
|
|
+ "variantGroups": {
|
|
|
+ "size": {
|
|
|
+ "medium": {
|
|
|
+ "minWidth": 33,
|
|
|
+ "minHeight": 33,
|
|
|
+ "textFontSize": 10,
|
|
|
+ "paddingHorizontal": 6,
|
|
|
+ "paddingVertical": 6,
|
|
|
+ "textMarginHorizontal": 0
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -1165,6 +1183,58 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "classification": {
|
|
|
+ "mapping": {
|
|
|
+ "accentHeight": 0,
|
|
|
+ "bodyPaddingHorizontal": 10,
|
|
|
+ "bodyPaddingVertical": 5,
|
|
|
+ "borderColor": "transparent",
|
|
|
+ "borderRadius": 3,
|
|
|
+ "state": {
|
|
|
+ "active": {
|
|
|
+ "backgroundColor": "background-basic-color-2"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "variantGroups": {
|
|
|
+ "status": {
|
|
|
+ "basic": {
|
|
|
+ "accentHeight": 4,
|
|
|
+ "accentBackgroundColor": "color-basic-default"
|
|
|
+ },
|
|
|
+ "primary": {
|
|
|
+ "accentHeight": 4,
|
|
|
+ "accentBackgroundColor": "color-primary-default"
|
|
|
+ },
|
|
|
+ "success": {
|
|
|
+ "accentHeight": 4,
|
|
|
+ "accentBackgroundColor": "color-success-default"
|
|
|
+ },
|
|
|
+ "info": {
|
|
|
+ "accentHeight": 4,
|
|
|
+ "accentBackgroundColor": "color-info-default"
|
|
|
+ },
|
|
|
+ "warning": {
|
|
|
+ "accentHeight": 4,
|
|
|
+ "accentBackgroundColor": "color-warning-default"
|
|
|
+ },
|
|
|
+ "danger": {
|
|
|
+ "accentHeight": 4,
|
|
|
+ "accentBackgroundColor": "color-danger-default"
|
|
|
+ },
|
|
|
+ "control": {
|
|
|
+ "accentHeight": 4,
|
|
|
+ "accentBackgroundColor": "color-control-default"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "direction": {
|
|
|
+ "vertical": {
|
|
|
+ "bodyPaddingHorizontal": 0,
|
|
|
+ "bodyPaddingVertical": 0
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"homeCard": {
|
|
|
"mapping": {
|
|
|
"accentHeight": 0,
|
|
|
@@ -1761,6 +1831,140 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ },
|
|
|
+ "ListItem": {
|
|
|
+ "meta": {
|
|
|
+ "scope": "all",
|
|
|
+ "parameters": {
|
|
|
+ "paddingVertical": {
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "paddingHorizontal": {
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "backgroundColor": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "iconWidth": {
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "iconHeight": {
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "iconMarginHorizontal": {
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "iconTintColor": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "titleMarginHorizontal": {
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "titleFontFamily": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "titleFontSize": {
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "titleFontWeight": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "titleColor": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "descriptionColor": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "descriptionFontFamily": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "descriptionFontSize": {
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "descriptionFontWeight": {
|
|
|
+ "type": "string"
|
|
|
+ },
|
|
|
+ "descriptionMarginHorizontal": {
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "accessoryMarginHorizontal": {
|
|
|
+ "type": "number"
|
|
|
+ },
|
|
|
+ "alignItems": {
|
|
|
+ "type": "String"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "appearances": {
|
|
|
+ "default": {
|
|
|
+ "default": true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "variantGroups": {},
|
|
|
+ "states": {
|
|
|
+ "active": {
|
|
|
+ "default": false,
|
|
|
+ "priority": 0,
|
|
|
+ "scope": "all"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "appearances": {
|
|
|
+ "default": {
|
|
|
+ "mapping": {
|
|
|
+ "paddingHorizontal": 8,
|
|
|
+ "paddingVertical": 12,
|
|
|
+ "backgroundColor": "background-basic-color-1",
|
|
|
+ "iconWidth": 24,
|
|
|
+ "iconHeight": 24,
|
|
|
+ "iconMarginHorizontal": 8,
|
|
|
+ "iconTintColor": "text-hint-color",
|
|
|
+ "titleMarginHorizontal": 8,
|
|
|
+ "titleFontSize": "text-subtitle-2-font-size",
|
|
|
+ "titleFontWeight": "text-subtitle-2-font-weight",
|
|
|
+ "titleFontFamily": "text-subtitle-2-font-family",
|
|
|
+ "titleColor": "text-basic-color",
|
|
|
+ "descriptionMarginHorizontal": 8,
|
|
|
+ "descriptionFontSize": "text-caption-1-font-size",
|
|
|
+ "descriptionFontWeight": "text-caption-1-font-weight",
|
|
|
+ "descriptionFontFamily": "text-caption-1-font-family",
|
|
|
+ "descriptionColor": "text-hint-color",
|
|
|
+ "accessoryMarginHorizontal": 8,
|
|
|
+ "state": {
|
|
|
+ "active": {
|
|
|
+ "backgroundColor": "color-basic-transparent-active"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "classification": {
|
|
|
+ "mapping": {
|
|
|
+ "paddingHorizontal": 8,
|
|
|
+ "paddingVertical": 12,
|
|
|
+ "backgroundColor": "transparent",
|
|
|
+ "iconWidth": 24,
|
|
|
+ "iconHeight": 24,
|
|
|
+ "iconMarginHorizontal": 8,
|
|
|
+ "iconTintColor": "text-hint-color",
|
|
|
+ "titleMarginHorizontal": 8,
|
|
|
+ "titleFontSize": "text-subtitle-2-font-size",
|
|
|
+ "titleFontWeight": "text-subtitle-2-font-weight",
|
|
|
+ "titleFontFamily": "text-subtitle-2-font-family",
|
|
|
+ "titleColor": "text-basic-color",
|
|
|
+ "descriptionMarginHorizontal": 8,
|
|
|
+ "descriptionFontSize": "text-caption-1-font-size",
|
|
|
+ "descriptionFontWeight": "text-caption-1-font-weight",
|
|
|
+ "descriptionFontFamily": "text-caption-1-font-family",
|
|
|
+ "descriptionColor": "text-hint-color",
|
|
|
+ "accessoryMarginHorizontal": 8,
|
|
|
+ "alignItems": "center",
|
|
|
+ "state": {
|
|
|
+ "active": {
|
|
|
+ "backgroundColor": "color-basic-transparent-active"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|