|
|
@@ -826,6 +826,210 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ },
|
|
|
+ "badge": {
|
|
|
+ "variantGroups": {
|
|
|
+ "status": {
|
|
|
+ "basic": {
|
|
|
+ "borderColor": "color-basic-default-border",
|
|
|
+ "backgroundColor": "color-basic-default",
|
|
|
+ "textColor": "color-basic-800",
|
|
|
+ "iconTintColor": "color-basic-800",
|
|
|
+ "state": {
|
|
|
+ "focused": {
|
|
|
+ "borderColor": "color-basic-focus-border",
|
|
|
+ "backgroundColor": "color-basic-focus"
|
|
|
+ },
|
|
|
+ "hover": {
|
|
|
+ "borderColor": "color-basic-hover-border",
|
|
|
+ "backgroundColor": "color-basic-hover"
|
|
|
+ },
|
|
|
+ "active": {
|
|
|
+ "borderColor": "color-basic-active-border",
|
|
|
+ "backgroundColor": "color-basic-active"
|
|
|
+ },
|
|
|
+ "disabled": {
|
|
|
+ "borderColor": "color-basic-disabled-border",
|
|
|
+ "backgroundColor": "color-basic-disabled",
|
|
|
+ "textColor": "text-disabled-color",
|
|
|
+ "iconTintColor": "text-disabled-color"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "primary": {
|
|
|
+ "borderColor": "#F8ECD6",
|
|
|
+ "backgroundColor": "#F8ECD6",
|
|
|
+ "textColor": "#FFC21C",
|
|
|
+ "iconTintColor": "#FFC21C",
|
|
|
+ "state": {
|
|
|
+ "focused": {
|
|
|
+ "borderColor": "rgba(248,236,214,0.8)",
|
|
|
+ "backgroundColor": "rgba(248,236,214,0.8)"
|
|
|
+ },
|
|
|
+ "hover": {
|
|
|
+ "borderColor": "rgba(248,236,214,0.8)",
|
|
|
+ "backgroundColor": "rgba(248,236,214,0.8)"
|
|
|
+ },
|
|
|
+ "active": {
|
|
|
+ "borderColor": "rgba(248,236,214,0.8)",
|
|
|
+ "backgroundColor": "rgba(248,236,214,0.8)"
|
|
|
+ },
|
|
|
+ "disabled": {
|
|
|
+ "borderColor": "color-primary-disabled-border",
|
|
|
+ "backgroundColor": "color-primary-disabled",
|
|
|
+ "textColor": "text-disabled-color",
|
|
|
+ "iconTintColor": "text-disabled-color"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "success": {
|
|
|
+ "borderColor": "color-success-default-border",
|
|
|
+ "backgroundColor": "color-success-default",
|
|
|
+ "textColor": "text-control-color",
|
|
|
+ "iconTintColor": "text-control-color",
|
|
|
+ "state": {
|
|
|
+ "focused": {
|
|
|
+ "borderColor": "color-success-focus-border",
|
|
|
+ "backgroundColor": "color-success-focus"
|
|
|
+ },
|
|
|
+ "hover": {
|
|
|
+ "borderColor": "color-success-hover-border",
|
|
|
+ "backgroundColor": "color-success-hover"
|
|
|
+ },
|
|
|
+ "active": {
|
|
|
+ "borderColor": "color-success-active-border",
|
|
|
+ "backgroundColor": "color-success-active"
|
|
|
+ },
|
|
|
+ "disabled": {
|
|
|
+ "borderColor": "color-success-disabled-border",
|
|
|
+ "backgroundColor": "color-success-disabled",
|
|
|
+ "textColor": "text-disabled-color",
|
|
|
+ "iconTintColor": "text-disabled-color"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "info": {
|
|
|
+ "borderColor": "color-info-transparent-300",
|
|
|
+ "backgroundColor": "color-info-transparent-300",
|
|
|
+ "textColor": "#B5B5B5",
|
|
|
+ "iconTintColor": "#B5B5B5",
|
|
|
+ "state": {
|
|
|
+ "focused": {
|
|
|
+ "borderColor": "color-info-transparent-200",
|
|
|
+ "backgroundColor": "color-info-transparent-200"
|
|
|
+ },
|
|
|
+ "hover": {
|
|
|
+ "borderColor": "color-info-transparent-200",
|
|
|
+ "backgroundColor": "color-info-transparent-200"
|
|
|
+ },
|
|
|
+ "active": {
|
|
|
+ "borderColor": "color-info-transparent-200",
|
|
|
+ "backgroundColor": "color-info-transparent-200"
|
|
|
+ },
|
|
|
+ "disabled": {
|
|
|
+ "borderColor": "color-info-disabled-border",
|
|
|
+ "backgroundColor": "color-info-disabled",
|
|
|
+ "textColor": "text-disabled-color",
|
|
|
+ "iconTintColor": "text-disabled-color"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "warning": {
|
|
|
+ "borderColor": "color-primary-default-border",
|
|
|
+ "backgroundColor": "color-primary-default",
|
|
|
+ "textColor": "text-control-color",
|
|
|
+ "iconTintColor": "text-control-color",
|
|
|
+ "state": {
|
|
|
+ "focused": {
|
|
|
+ "borderColor": "color-primary-focus-border",
|
|
|
+ "backgroundColor": "color-primary-focus"
|
|
|
+ },
|
|
|
+ "hover": {
|
|
|
+ "borderColor": "color-primary-hover-border",
|
|
|
+ "backgroundColor": "color-primary-hover"
|
|
|
+ },
|
|
|
+ "active": {
|
|
|
+ "borderColor": "color-primary-active-border",
|
|
|
+ "backgroundColor": "color-primary-active"
|
|
|
+ },
|
|
|
+ "disabled": {
|
|
|
+ "borderColor": "color-primary-disabled-border",
|
|
|
+ "backgroundColor": "color-primary-disabled",
|
|
|
+ "textColor": "text-disabled-color",
|
|
|
+ "iconTintColor": "text-disabled-color"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "danger": {
|
|
|
+ "borderColor": "color-danger-default-border",
|
|
|
+ "backgroundColor": "color-danger-default",
|
|
|
+ "textColor": "text-control-color",
|
|
|
+ "iconTintColor": "text-control-color",
|
|
|
+ "state": {
|
|
|
+ "focused": {
|
|
|
+ "borderColor": "color-danger-focus-border",
|
|
|
+ "backgroundColor": "color-danger-focus"
|
|
|
+ },
|
|
|
+ "hover": {
|
|
|
+ "borderColor": "color-danger-hover-border",
|
|
|
+ "backgroundColor": "color-danger-hover"
|
|
|
+ },
|
|
|
+ "active": {
|
|
|
+ "borderColor": "color-danger-active-border",
|
|
|
+ "backgroundColor": "color-danger-active"
|
|
|
+ },
|
|
|
+ "disabled": {
|
|
|
+ "borderColor": "color-danger-disabled-border",
|
|
|
+ "backgroundColor": "color-danger-disabled",
|
|
|
+ "textColor": "text-disabled-color",
|
|
|
+ "iconTintColor": "text-disabled-color"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "control": {
|
|
|
+ "borderColor": "color-control-default-border",
|
|
|
+ "backgroundColor": "color-control-default",
|
|
|
+ "textColor": "color-basic-800",
|
|
|
+ "iconTintColor": "color-basic-800",
|
|
|
+ "state": {
|
|
|
+ "focused": {
|
|
|
+ "borderColor": "color-control-focus-border",
|
|
|
+ "backgroundColor": "color-control-focus"
|
|
|
+ },
|
|
|
+ "hover": {
|
|
|
+ "borderColor": "color-control-hover-border",
|
|
|
+ "backgroundColor": "color-control-hover"
|
|
|
+ },
|
|
|
+ "active": {
|
|
|
+ "borderColor": "color-control-active-border",
|
|
|
+ "backgroundColor": "color-control-active"
|
|
|
+ },
|
|
|
+ "disabled": {
|
|
|
+ "borderColor": "color-control-disabled-border",
|
|
|
+ "backgroundColor": "color-control-disabled",
|
|
|
+ "textColor": "text-disabled-color",
|
|
|
+ "iconTintColor": "text-disabled-color"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "size": {
|
|
|
+ "medium": {
|
|
|
+ "minWidth": 50,
|
|
|
+ "minHeight": 25,
|
|
|
+ "borderRadius": "border-radius",
|
|
|
+ "borderWidth": "border-width",
|
|
|
+ "paddingHorizontal": 10,
|
|
|
+ "paddingVertical": 7,
|
|
|
+ "textMarginHorizontal": 0,
|
|
|
+ "textFontSize": 12,
|
|
|
+ "textFontWeight": "normal",
|
|
|
+ "iconWidth": 20,
|
|
|
+ "iconHeight": 20,
|
|
|
+ "iconMarginHorizontal": 0
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
},
|