@q2devel/q2-storybook 1.0.104 → 1.0.106
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -171,5 +171,5 @@ export default function ContactForm({ title, darkMode = false, backgroundColor,
|
|
|
171
171
|
}, onInput: (e) => {
|
|
172
172
|
const target = e.target;
|
|
173
173
|
target.setCustomValidity("");
|
|
174
|
-
}, className: `bg-transparent border cursor-pointer ${styles.border} rounded-sm ${styles.checkbox} ${errors.consent ? 'border-red-500' : ''}` }), _jsx("label", { htmlFor: "agree", className: "text-sm cursor-pointer", children: label })] }), errors.consent && (_jsx("p", { className: `text-xs ${styles.error}`, children: errors.consent })), _jsx("button", { type: "submit", className: `px-6 py-2 uppercase text-sm ${styles.button}`, children: buttonText })] }));
|
|
174
|
+
}, className: `bg-transparent border cursor-pointer ${styles.border} rounded-sm ${styles.checkbox} ${errors.consent ? 'border-red-500' : ''}` }), _jsx("label", { htmlFor: "agree", className: "text-sm cursor-pointer", children: label })] }), errors.consent && (_jsx("p", { className: `text-xs ${styles.error}`, children: errors.consent })), _jsx("button", { type: "submit", className: `px-6 py-2 uppercase text-sm cursor-pointer ${styles.button}`, children: buttonText })] }));
|
|
175
175
|
}
|