You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exports[`IplSmallToggle matches snapshot when toggle is disabled 1`] =`"<labelclass="ipl-small-toggle__wrapper disabled">Toggle! <inputtype="checkbox"role="switch"disabled=""></label>"`;
3
+
exports[`IplSmallToggle matches snapshot when adding label from slots 1`] =`"<labelclass="ipl-small-toggle__wrapper"><spanclass="label">Toggle! (Label from slot)</span><inputtype="checkbox"role="switch"></label>"`;
4
4
5
-
exports[`IplSmallToggle matches snapshot when toggle value is false 1`] = `"<labelclass="ipl-small-toggle__wrapper">Toggle! <inputtype="checkbox"role="switch"></label>"`;
5
+
exports[`IplSmallToggle matches snapshot when toggle is disabled 1`] = `"<labelclass="ipl-small-toggle__wrapper disabled"><spanclass="label">Toggle!</span><inputtype="checkbox"role="switch"disabled=""></label>"`;
6
6
7
-
exports[`IplSmallToggle matches snapshot when toggle value is true 1`] = `"<labelclass="ipl-small-toggle__wrapper">Toggle! <inputtype="checkbox"role="switch"></label>"`;
7
+
exports[`IplSmallToggle matches snapshot when toggle value is false 1`] = `"<labelclass="ipl-small-toggle__wrapper"><spanclass="label">Toggle!</span><inputtype="checkbox"role="switch"></label>"`;
8
+
9
+
exports[`IplSmallToggle matches snapshot when toggle value is true 1`] = `"<labelclass="ipl-small-toggle__wrapper"><spanclass="label">Toggle!</span><inputtype="checkbox"role="switch"></label>"`;
0 commit comments