{
	"apiVersion": 3,
	"name": "gutenverse/form-input-switch",
	"title": "Switch",
	"description": "Gutenverse Switch",
	"category": "gutenverse-form",
	"allowCopyStyle": true,
	"attributes": {
		"elementId": {
			"type": "string"
		},
		"mouseMoveEffect": {
			"type": "object",
			"copyStyle": true
		},
		"showLabel": {
			"type": "boolean",
			"default": true
		},
		"inputPlaceholder": {
			"type": "string",
			"default": "Text Placeholder"
		},
		"showHelper": {
			"type": "boolean",
			"default": true
		},
		"inputHelper": {
			"type": "string",
			"default": "Input Helper"
		},
		"position": {
			"type": "string",
			"default": "top"
		},
		"labelWidth": {
			"type": "object",
			"copyStyle": true
		},
		"labelColor": {
			"type": "object",
			"copyStyle": true
		},
		"labelTypography": {
			"type": "object",
			"copyStyle": true
		},
		"defaultLogic": {
			"type": "string"
		},
		"displayLogic": {
			"type": "array"
		},
		"labelPadding": {
			"type": "object",
			"copyStyle": true
		},
		"labelMargin": {
			"type": "object",
			"copyStyle": true
		},
		"helperColor": {
			"type": "object",
			"copyStyle": true
		},
		"helperTypography": {
			"type": "object",
			"copyStyle": true
		},
		"helperPadding": {
			"type": "object",
			"copyStyle": true
		},
		"warningColor": {
			"type": "object",
			"copyStyle": true
		},
		"warningTypography": {
			"type": "object",
			"copyStyle": true
		},
		"positioningType": {
			"type": "object",
			"copyStyle": true
		},
		"positioningWidth": {
			"type": "object",
			"copyStyle": true
		},
		"positioningAlign": {
			"type": "object",
			"copyStyle": true
		},
		"positioningLocation": {
			"type": "string",
			"copyStyle": true
		},
		"positioningLeft": {
			"type": "object",
			"copyStyle": true
		},
		"positioningRight": {
			"type": "object",
			"copyStyle": true
		},
		"positioningTop": {
			"type": "object",
			"copyStyle": true
		},
		"positioningBottom": {
			"type": "object",
			"copyStyle": true
		},
		"background": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"backgroundHover": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"backgroundTransition": {
			"type": "object",
			"copyStyle": true,
			"default": {}
		},
		"border": {
			"type": "object",
			"copyStyle": true
		},
		"borderResponsive": {
			"type": "object",
			"migrate": {
				"attr": "border",
				"type": "border"
			},
			"copyStyle": true
		},
		"boxShadow": {
			"type": "object",
			"copyStyle": true
		},
		"borderHover": {
			"type": "object",
			"copyStyle": true
		},
		"borderHoverResponsive": {
			"type": "object",
			"migrate": {
				"attr": "borderHover",
				"type": "border"
			},
			"copyStyle": true
		},
		"boxShadowHover": {
			"type": "object",
			"copyStyle": true
		},
		"margin": {
			"type": "object",
			"copyStyle": true
		},
		"padding": {
			"type": "object",
			"copyStyle": true
		},
		"zIndex": {
			"type": "object",
			"copyStyle": true
		},
		"animation": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"hideDesktop": {
			"type": "boolean",
			"copyStyle": true
		},
		"hideTablet": {
			"type": "boolean",
			"copyStyle": true
		},
		"hideMobile": {
			"type": "boolean",
			"copyStyle": true
		},
		"inputLabel": {
			"type": "string",
			"default": "Switch"
		},
		"inputName": {
			"type": "string",
			"default": "input-switch"
		},
		"offText": {
			"type": "string",
			"default": "OFF"
		},
		"onText": {
			"type": "string",
			"default": "ON"
		},
		"offBackground": {
			"type": "object",
			"copyStyle": true
		},
		"offButton": {
			"type": "object",
			"copyStyle": true
		},
		"offTextColor": {
			"type": "object",
			"copyStyle": true
		},
		"onBackground": {
			"type": "object",
			"copyStyle": true
		},
		"onButton": {
			"type": "object"
		},
		"onTextColor": {
			"type": "object",
			"copyStyle": true
		},
		"switcherWidth": {
			"type": "string",
			"default": 51,
			"copyStyle": true
		},
		"switcherHeight": {
			"type": "string",
			"default": 24,
			"copyStyle": true
		},
		"switchWidth": {
			"type": "string",
			"default": 20,
			"copyStyle": true
		},
		"switchTypography": {
			"type": "object",
			"copyStyle": true
		},
		"labelRequireColor": {
			"type": "object",
			"copyStyle": true
		},
		"transform": {
			"type": "object",
			"copyStyle": true
		},
		"mask": {
			"type": "object",
			"copyStyle": true
		},
		"condition": {
			"type": "object",
			"default": {}
		},
		"flexAlignSelf": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"flexOrder": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"flexCustomOrder": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"flexSize": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"flexSizeGrow": {
			"type": "object",
			"default": {},
			"copyStyle": true
		},
		"flexSizeShrink": {
			"type": "object",
			"default": {},
			"copyStyle": true
		}
	},
	"supports": {
		"className": false
	},
	"keywords": [
		"input",
		"form",
		"switch",
		"toggle"
	],
	"example": {},
	"style": [
		"gutenverse-form-frontend-form-input-switch-style"
	],
	"usesContext": [
		"gutenverse/flexDirection"
	]
}