`;
exports[`renders correctly for addon component (vertical) 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -1103,7 +923,7 @@ exports[`renders correctly for addon component (vertical) 1`] = `
color: inherit;
}
-.c10 {
+.c9 {
margin: unset;
padding: unset;
border: unset;
@@ -1117,7 +937,7 @@ exports[`renders correctly for addon component (vertical) 1`] = `
margin-top: 0.5rem !important;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -1131,40 +951,14 @@ exports[`renders correctly for addon component (vertical) 1`] = `
margin-bottom: 0.25rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c8 {
+.c7 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -1180,7 +974,7 @@ exports[`renders correctly for addon component (vertical) 1`] = `
position: relative;
}
-.c9 {
+.c8 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 0.2em;
@@ -1189,36 +983,36 @@ exports[`renders correctly for addon component (vertical) 1`] = `
padding: 0.4em 0.6em;
}
-.c9[disabled] {
+.c8[disabled] {
background-color: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c9:focus {
+.c8:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c9::-webkit-input-placeholder {
+.c8::-webkit-input-placeholder {
opacity: 0.6;
}
-.c9::-moz-placeholder {
+.c8::-moz-placeholder {
opacity: 0.6;
}
-.c9:-ms-input-placeholder {
+.c8:-ms-input-placeholder {
opacity: 0.6;
}
-.c9::placeholder {
+.c8::placeholder {
opacity: 0.6;
}
-.c7 {
+.c6 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -1228,115 +1022,111 @@ exports[`renders correctly for addon component (vertical) 1`] = `
flex-direction: column;
}
-.c7 > *:not(:first-child):not(:last-child),
-.c7 > *:not(:first-child):not(:last-child) .GroupItem-sc-2orogz-0 {
+.c6 > *:not(:first-child):not(:last-child),
+.c6 > *:not(:first-child):not(:last-child) .GroupItem-sc-2orogz-0 {
border-radius: 0;
border-top-width: 0;
}
-.c7 > *:first-child,
-.c7 > *:first-child .GroupItem-sc-2orogz-0 {
+.c6 > *:first-child,
+.c6 > *:first-child .GroupItem-sc-2orogz-0 {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
-.c7 > *:last-child,
-.c7 > *:last-child .GroupItem-sc-2orogz-0 {
+.c6 > *:last-child,
+.c6 > *:last-child .GroupItem-sc-2orogz-0 {
border-top-left-radius: 0;
border-top-width: 0;
border-top-right-radius: 0;
}
-.c7 > * {
+.c6 > * {
border-radius: 4px;
}
-.c7 input:focus,
-.c7 select:focus {
+.c6 input:focus,
+.c6 select:focus {
z-index: 1;
position: relative;
}
-.c7 > *:first-child input,
-.c7 > *:first-child select {
+.c6 > *:first-child input,
+.c6 > *:first-child select {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
-.c7 > *:last-child input,
-.c7 > *:last-child select {
+.c6 > *:last-child input,
+.c6 > *:last-child select {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
-.c7 > *:not(:first-child):not(:last-child) > input,
-.c7 > *:not(:first-child):not(:last-child) > select {
+.c6 > *:not(:first-child):not(:last-child) > input,
+.c6 > *:not(:first-child):not(:last-child) > select {
border-radius: 0;
}
-.c5 {
+.c4 {
display: inline-block;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
`;
exports[`renders correctly for an input field with a default value 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -1349,7 +1139,7 @@ exports[`renders correctly for an input field with a default value 1`] = `
color: inherit;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -1363,33 +1153,7 @@ exports[`renders correctly for an input field with a default value 1`] = `
margin-top: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -1405,7 +1169,7 @@ exports[`renders correctly for an input field with a default value 1`] = `
position: relative;
}
-.c3 {
+.c2 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 0.2em;
@@ -1414,64 +1178,60 @@ exports[`renders correctly for an input field with a default value 1`] = `
padding: 0.4em 0.6em;
}
-.c3[disabled] {
+.c2[disabled] {
background-color: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c3:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c3::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
opacity: 0.6;
}
-.c3::-moz-placeholder {
+.c2::-moz-placeholder {
opacity: 0.6;
}
-.c3:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
opacity: 0.6;
}
-.c3::placeholder {
+.c2::placeholder {
opacity: 0.6;
}
`;
exports[`renders correctly for an input field with a description 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -1484,7 +1244,7 @@ exports[`renders correctly for an input field with a description 1`] = `
color: inherit;
}
-.c11 {
+.c10 {
margin: unset;
padding: unset;
border: unset;
@@ -1498,7 +1258,7 @@ exports[`renders correctly for an input field with a description 1`] = `
margin-top: 0.5rem !important;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -1512,40 +1272,14 @@ exports[`renders correctly for an input field with a description 1`] = `
margin-bottom: 0.25rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c9 {
+.c8 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -1561,7 +1295,7 @@ exports[`renders correctly for an input field with a description 1`] = `
position: relative;
}
-.c10 {
+.c9 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 0.2em;
@@ -1570,55 +1304,55 @@ exports[`renders correctly for an input field with a description 1`] = `
padding: 0.4em 0.6em;
}
-.c10[disabled] {
+.c9[disabled] {
background-color: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c10:focus {
+.c9:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10::-webkit-input-placeholder {
+.c9::-webkit-input-placeholder {
opacity: 0.6;
}
-.c10::-moz-placeholder {
+.c9::-moz-placeholder {
opacity: 0.6;
}
-.c10:-ms-input-placeholder {
+.c9:-ms-input-placeholder {
opacity: 0.6;
}
-.c10::placeholder {
+.c9::placeholder {
opacity: 0.6;
}
-.c5 {
+.c4 {
display: inline-block;
}
-.c4 {
+.c3 {
display: block;
}
-abbr.c8 {
+abbr.c7 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c8 {
+i.c7 {
font-style: italic;
}
-kbd.c8 {
+kbd.c7 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -1626,101 +1360,97 @@ kbd.c8 {
padding: 0.1rem 0.2rem;
}
-mark.c8 {
+mark.c7 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c8 {
+strong.c7 {
font-weight: bold;
}
-sub.c8,
-sup.c8 {
+sub.c7,
+sup.c7 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c8,
-u.c8 {
+ins.c7,
+u.c7 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c8,
-cite.c8,
-var.c8,
-em.c8 {
+i.c7,
+cite.c7,
+var.c7,
+em.c7 {
font-style: italic;
}
-kbd.c8,
-pre.c8,
-samp.c8 {
+kbd.c7,
+pre.c7,
+samp.c7 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c8 .c12 {
+.c7 .c11 {
top: 0.1em;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-.c7 {
+.c6 {
display: block;
font-size: 0.8rem;
}
`;
exports[`renders correctly for an input field with a hint 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -1733,7 +1463,7 @@ exports[`renders correctly for an input field with a hint 1`] = `
color: inherit;
}
-.c9 {
+.c8 {
margin: unset;
padding: unset;
border: unset;
@@ -1747,7 +1477,7 @@ exports[`renders correctly for an input field with a hint 1`] = `
margin-top: 0.5rem !important;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -1761,40 +1491,14 @@ exports[`renders correctly for an input field with a hint 1`] = `
margin-bottom: 0.25rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c7 {
+.c6 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -1810,7 +1514,7 @@ exports[`renders correctly for an input field with a hint 1`] = `
position: relative;
}
-.c8 {
+.c7 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 0.2em;
@@ -1819,55 +1523,55 @@ exports[`renders correctly for an input field with a hint 1`] = `
padding: 0.4em 0.6em;
}
-.c8[disabled] {
+.c7[disabled] {
background-color: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c8:focus {
+.c7:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c8::-webkit-input-placeholder {
+.c7::-webkit-input-placeholder {
opacity: 0.6;
}
-.c8::-moz-placeholder {
+.c7::-moz-placeholder {
opacity: 0.6;
}
-.c8:-ms-input-placeholder {
+.c7:-ms-input-placeholder {
opacity: 0.6;
}
-.c8::placeholder {
+.c7::placeholder {
opacity: 0.6;
}
-.c5 {
+.c4 {
display: inline-block;
}
-.c4 {
+.c3 {
display: block;
}
-abbr.c11 {
+abbr.c10 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c11 {
+i.c10 {
font-style: italic;
}
-kbd.c11 {
+kbd.c10 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -1875,102 +1579,98 @@ kbd.c11 {
padding: 0.1rem 0.2rem;
}
-mark.c11 {
+mark.c10 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c11 {
+strong.c10 {
font-weight: bold;
}
-sub.c11,
-sup.c11 {
+sub.c10,
+sup.c10 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c11,
-u.c11 {
+ins.c10,
+u.c10 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c11,
-cite.c11,
-var.c11,
-em.c11 {
+i.c10,
+cite.c10,
+var.c10,
+em.c10 {
font-style: italic;
}
-kbd.c11,
-pre.c11,
-samp.c11 {
+kbd.c10,
+pre.c10,
+samp.c10 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c11 .c12 {
+.c10 .c11 {
top: 0.1em;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-.c10 {
+.c9 {
display: block;
font-size: 0.8rem;
margin-top: 0.25rem;
}
`;
exports[`renders correctly for an input field with a placeholder 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -1983,7 +1683,7 @@ exports[`renders correctly for an input field with a placeholder 1`] = `
color: inherit;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -1997,33 +1697,7 @@ exports[`renders correctly for an input field with a placeholder 1`] = `
margin-top: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -2039,7 +1713,7 @@ exports[`renders correctly for an input field with a placeholder 1`] = `
position: relative;
}
-.c3 {
+.c2 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 0.2em;
@@ -2048,65 +1722,61 @@ exports[`renders correctly for an input field with a placeholder 1`] = `
padding: 0.4em 0.6em;
}
-.c3[disabled] {
+.c2[disabled] {
background-color: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c3:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c3::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
opacity: 0.6;
}
-.c3::-moz-placeholder {
+.c2::-moz-placeholder {
opacity: 0.6;
}
-.c3:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
opacity: 0.6;
}
-.c3::placeholder {
+.c2::placeholder {
opacity: 0.6;
}
`;
exports[`renders correctly for an input with a after component 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -2119,7 +1789,7 @@ exports[`renders correctly for an input with a after component 1`] = `
color: inherit;
}
-.c9 {
+.c8 {
margin: unset;
padding: unset;
border: unset;
@@ -2133,7 +1803,7 @@ exports[`renders correctly for an input with a after component 1`] = `
margin-top: 0.5rem !important;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -2146,37 +1816,11 @@ exports[`renders correctly for an input with a after component 1`] = `
color: inherit;
}
-.c4.c4.c4 {
+.c3.c3.c3 {
position: absolute;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c3 {
+.c2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -2187,21 +1831,21 @@ exports[`renders correctly for an input with a after component 1`] = `
display: inline-flex;
}
-.c7 {
+.c6 {
fill: inherit;
position: relative;
height: 1em;
width: 1em;
}
-.c5 {
+.c4 {
fill: #708da8;
height: 2.5em;
margin: 0 0.75em;
top: 0;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -2217,7 +1861,7 @@ exports[`renders correctly for an input with a after component 1`] = `
position: relative;
}
-.c8 {
+.c7 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 0.2em;
@@ -2226,89 +1870,85 @@ exports[`renders correctly for an input with a after component 1`] = `
padding: 0.4em 0.6em;
}
-.c8[disabled] {
+.c7[disabled] {
background-color: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c8:focus {
+.c7:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c8::-webkit-input-placeholder {
+.c7::-webkit-input-placeholder {
opacity: 0.6;
}
-.c8::-moz-placeholder {
+.c7::-moz-placeholder {
opacity: 0.6;
}
-.c8:-ms-input-placeholder {
+.c7:-ms-input-placeholder {
opacity: 0.6;
}
-.c8::placeholder {
+.c7::placeholder {
opacity: 0.6;
}
-.c8 {
+.c7 {
padding-right: 2.3em;
}
-.c10 .c6 {
+.c9 .c5 {
top: 0.1em;
}
`;
exports[`renders correctly for an input with a before component 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -2321,7 +1961,7 @@ exports[`renders correctly for an input with a before component 1`] = `
color: inherit;
}
-.c9 {
+.c8 {
margin: unset;
padding: unset;
border: unset;
@@ -2335,7 +1975,7 @@ exports[`renders correctly for an input with a before component 1`] = `
margin-top: 0.5rem !important;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -2348,37 +1988,11 @@ exports[`renders correctly for an input with a before component 1`] = `
color: inherit;
}
-.c4.c4.c4 {
+.c3.c3.c3 {
position: absolute;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c3 {
+.c2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -2389,21 +2003,21 @@ exports[`renders correctly for an input with a before component 1`] = `
display: inline-flex;
}
-.c7 {
+.c6 {
fill: inherit;
position: relative;
height: 1em;
width: 1em;
}
-.c5 {
+.c4 {
fill: #708da8;
height: 2.5em;
margin: 0 0.75em;
top: 0;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -2419,7 +2033,7 @@ exports[`renders correctly for an input with a before component 1`] = `
position: relative;
}
-.c8 {
+.c7 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 0.2em;
@@ -2428,89 +2042,85 @@ exports[`renders correctly for an input with a before component 1`] = `
padding: 0.4em 0.6em;
}
-.c8[disabled] {
+.c7[disabled] {
background-color: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c8:focus {
+.c7:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c8::-webkit-input-placeholder {
+.c7::-webkit-input-placeholder {
opacity: 0.6;
}
-.c8::-moz-placeholder {
+.c7::-moz-placeholder {
opacity: 0.6;
}
-.c8:-ms-input-placeholder {
+.c7:-ms-input-placeholder {
opacity: 0.6;
}
-.c8::placeholder {
+.c7::placeholder {
opacity: 0.6;
}
-.c8 {
+.c7 {
padding-left: 2.3em;
}
-.c10 .c6 {
+.c9 .c5 {
top: 0.1em;
}
`;
exports[`renders correctly for an optional input field 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -2523,7 +2133,7 @@ exports[`renders correctly for an optional input field 1`] = `
color: inherit;
}
-.c11 {
+.c10 {
margin: unset;
padding: unset;
border: unset;
@@ -2537,7 +2147,7 @@ exports[`renders correctly for an optional input field 1`] = `
margin-top: 0.5rem !important;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -2551,40 +2161,14 @@ exports[`renders correctly for an optional input field 1`] = `
margin-bottom: 0.25rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c9 {
+.c8 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -2600,7 +2184,7 @@ exports[`renders correctly for an optional input field 1`] = `
position: relative;
}
-.c10 {
+.c9 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 0.2em;
@@ -2609,55 +2193,55 @@ exports[`renders correctly for an optional input field 1`] = `
padding: 0.4em 0.6em;
}
-.c10[disabled] {
+.c9[disabled] {
background-color: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c10:focus {
+.c9:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10::-webkit-input-placeholder {
+.c9::-webkit-input-placeholder {
opacity: 0.6;
}
-.c10::-moz-placeholder {
+.c9::-moz-placeholder {
opacity: 0.6;
}
-.c10:-ms-input-placeholder {
+.c9:-ms-input-placeholder {
opacity: 0.6;
}
-.c10::placeholder {
+.c9::placeholder {
opacity: 0.6;
}
-.c5 {
+.c4 {
display: inline-block;
}
-.c4 {
+.c3 {
display: block;
}
-abbr.c8 {
+abbr.c7 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c8 {
+i.c7 {
font-style: italic;
}
-kbd.c8 {
+kbd.c7 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -2665,103 +2249,99 @@ kbd.c8 {
padding: 0.1rem 0.2rem;
}
-mark.c8 {
+mark.c7 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c8 {
+strong.c7 {
font-weight: bold;
}
-sub.c8,
-sup.c8 {
+sub.c7,
+sup.c7 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c8,
-u.c8 {
+ins.c7,
+u.c7 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c8,
-cite.c8,
-var.c8,
-em.c8 {
+i.c7,
+cite.c7,
+var.c7,
+em.c7 {
font-style: italic;
}
-kbd.c8,
-pre.c8,
-samp.c8 {
+kbd.c7,
+pre.c7,
+samp.c7 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c8 .c12 {
+.c7 .c11 {
top: 0.1em;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-.c7 {
+.c6 {
font-size: 0.8rem;
color: #708da8;
margin-left: 0.5rem;
}
`;
exports[`sizes renders correctly for an input field with size large 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -2774,7 +2354,7 @@ exports[`sizes renders correctly for an input field with size large 1`] = `
color: inherit;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -2788,33 +2368,7 @@ exports[`sizes renders correctly for an input field with size large 1`] = `
margin-top: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -2830,11 +2384,11 @@ exports[`sizes renders correctly for an input field with size large 1`] = `
position: relative;
}
-.c2 {
+.c1 {
font-size: 1.5rem;
}
-.c3 {
+.c2 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 0.2em;
@@ -2843,36 +2397,36 @@ exports[`sizes renders correctly for an input field with size large 1`] = `
padding: 0.4em 0.6em;
}
-.c3[disabled] {
+.c2[disabled] {
background-color: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c3:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c3::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
opacity: 0.6;
}
-.c3::-moz-placeholder {
+.c2::-moz-placeholder {
opacity: 0.6;
}
-.c3:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
opacity: 0.6;
}
-.c3::placeholder {
+.c2::placeholder {
opacity: 0.6;
}
-.c3 + .c5 {
+.c2 + .c4 {
width: 25px;
height: 25px;
top: 16px;
@@ -2880,34 +2434,30 @@ exports[`sizes renders correctly for an input field with size large 1`] = `
}
`;
exports[`sizes renders correctly for an input field with size medium 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -2920,7 +2470,7 @@ exports[`sizes renders correctly for an input field with size medium 1`] = `
color: inherit;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -2934,33 +2484,7 @@ exports[`sizes renders correctly for an input field with size medium 1`] = `
margin-top: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -2976,11 +2500,11 @@ exports[`sizes renders correctly for an input field with size medium 1`] = `
position: relative;
}
-.c2 {
+.c1 {
font-size: 1.25rem;
}
-.c3 {
+.c2 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 0.2em;
@@ -2989,36 +2513,36 @@ exports[`sizes renders correctly for an input field with size medium 1`] = `
padding: 0.4em 0.6em;
}
-.c3[disabled] {
+.c2[disabled] {
background-color: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c3:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c3::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
opacity: 0.6;
}
-.c3::-moz-placeholder {
+.c2::-moz-placeholder {
opacity: 0.6;
}
-.c3:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
opacity: 0.6;
}
-.c3::placeholder {
+.c2::placeholder {
opacity: 0.6;
}
-.c3 + .c5 {
+.c2 + .c4 {
width: 20px;
height: 20px;
top: 15px;
@@ -3026,34 +2550,30 @@ exports[`sizes renders correctly for an input field with size medium 1`] = `
}
`;
exports[`sizes renders correctly for an input field with size small 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -3066,7 +2586,7 @@ exports[`sizes renders correctly for an input field with size small 1`] = `
color: inherit;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -3080,33 +2600,7 @@ exports[`sizes renders correctly for an input field with size small 1`] = `
margin-top: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -3122,11 +2616,11 @@ exports[`sizes renders correctly for an input field with size small 1`] = `
position: relative;
}
-.c2 {
+.c1 {
font-size: 0.8rem;
}
-.c3 {
+.c2 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 0.2em;
@@ -3135,70 +2629,66 @@ exports[`sizes renders correctly for an input field with size small 1`] = `
padding: 0.4em 0.6em;
}
-.c3[disabled] {
+.c2[disabled] {
background-color: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c3:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c3::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
opacity: 0.6;
}
-.c3::-moz-placeholder {
+.c2::-moz-placeholder {
opacity: 0.6;
}
-.c3:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
opacity: 0.6;
}
-.c3::placeholder {
+.c2::placeholder {
opacity: 0.6;
}
-.c3 + .c5 {
+.c2 + .c4 {
width: 10px;
height: 10px;
top: 10px;
}
`;
exports[`states renders correctly for an input field with state danger 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -3211,7 +2701,7 @@ exports[`states renders correctly for an input field with state danger 1`] = `
color: inherit;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -3225,33 +2715,7 @@ exports[`states renders correctly for an input field with state danger 1`] = `
margin-top: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -3267,7 +2731,7 @@ exports[`states renders correctly for an input field with state danger 1`] = `
position: relative;
}
-.c3 {
+.c2 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 0.2em;
@@ -3276,69 +2740,65 @@ exports[`states renders correctly for an input field with state danger 1`] = `
padding: 0.4em 0.6em;
}
-.c3[disabled] {
+.c2[disabled] {
background-color: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c3:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c3::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
opacity: 0.6;
}
-.c3::-moz-placeholder {
+.c2::-moz-placeholder {
opacity: 0.6;
}
-.c3:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
opacity: 0.6;
}
-.c3::placeholder {
+.c2::placeholder {
opacity: 0.6;
}
-.c3 {
+.c2 {
border-color: #e24c67;
box-shadow: #e24c67 0px 0px 0px 1px !important;
}
`;
exports[`states renders correctly for an input field with state primary 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -3351,7 +2811,7 @@ exports[`states renders correctly for an input field with state primary 1`] = `
color: inherit;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -3365,33 +2825,7 @@ exports[`states renders correctly for an input field with state primary 1`] = `
margin-top: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -3407,7 +2841,7 @@ exports[`states renders correctly for an input field with state primary 1`] = `
position: relative;
}
-.c3 {
+.c2 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 0.2em;
@@ -3416,69 +2850,65 @@ exports[`states renders correctly for an input field with state primary 1`] = `
padding: 0.4em 0.6em;
}
-.c3[disabled] {
+.c2[disabled] {
background-color: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c3:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c3::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
opacity: 0.6;
}
-.c3::-moz-placeholder {
+.c2::-moz-placeholder {
opacity: 0.6;
}
-.c3:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
opacity: 0.6;
}
-.c3::placeholder {
+.c2::placeholder {
opacity: 0.6;
}
-.c3 {
+.c2 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
`;
exports[`states renders correctly for an input field with state success 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -3491,7 +2921,7 @@ exports[`states renders correctly for an input field with state success 1`] = `
color: inherit;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -3505,33 +2935,7 @@ exports[`states renders correctly for an input field with state success 1`] = `
margin-top: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -3547,7 +2951,7 @@ exports[`states renders correctly for an input field with state success 1`] = `
position: relative;
}
-.c3 {
+.c2 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 0.2em;
@@ -3556,69 +2960,65 @@ exports[`states renders correctly for an input field with state success 1`] = `
padding: 0.4em 0.6em;
}
-.c3[disabled] {
+.c2[disabled] {
background-color: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c3:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c3::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
opacity: 0.6;
}
-.c3::-moz-placeholder {
+.c2::-moz-placeholder {
opacity: 0.6;
}
-.c3:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
opacity: 0.6;
}
-.c3::placeholder {
+.c2::placeholder {
opacity: 0.6;
}
-.c3 {
+.c2 {
border-color: #4ca26c;
box-shadow: #4ca26c 0px 0px 0px 1px !important;
}
`;
exports[`states renders correctly for an input field with state warning 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -3631,7 +3031,7 @@ exports[`states renders correctly for an input field with state warning 1`] = `
color: inherit;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -3645,33 +3045,7 @@ exports[`states renders correctly for an input field with state warning 1`] = `
margin-top: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -3687,7 +3061,7 @@ exports[`states renders correctly for an input field with state warning 1`] = `
position: relative;
}
-.c3 {
+.c2 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 0.2em;
@@ -3696,69 +3070,65 @@ exports[`states renders correctly for an input field with state warning 1`] = `
padding: 0.4em 0.6em;
}
-.c3[disabled] {
+.c2[disabled] {
background-color: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c3:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c3::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
opacity: 0.6;
}
-.c3::-moz-placeholder {
+.c2::-moz-placeholder {
opacity: 0.6;
}
-.c3:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
opacity: 0.6;
}
-.c3::placeholder {
+.c2::placeholder {
opacity: 0.6;
}
-.c3 {
+.c2 {
border-color: #ffc94c;
box-shadow: #ffc94c 0px 0px 0px 1px !important;
}
`;
exports[`types renders correctly for an input field with type date 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -3771,7 +3141,7 @@ exports[`types renders correctly for an input field with type date 1`] = `
color: inherit;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -3785,33 +3155,7 @@ exports[`types renders correctly for an input field with type date 1`] = `
margin-top: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -3827,7 +3171,7 @@ exports[`types renders correctly for an input field with type date 1`] = `
position: relative;
}
-.c3 {
+.c2 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 0.2em;
@@ -3836,64 +3180,60 @@ exports[`types renders correctly for an input field with type date 1`] = `
padding: 0.4em 0.6em;
}
-.c3[disabled] {
+.c2[disabled] {
background-color: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c3:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c3::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
opacity: 0.6;
}
-.c3::-moz-placeholder {
+.c2::-moz-placeholder {
opacity: 0.6;
}
-.c3:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
opacity: 0.6;
}
-.c3::placeholder {
+.c2::placeholder {
opacity: 0.6;
}
`;
exports[`types renders correctly for an input field with type email 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -3906,7 +3246,7 @@ exports[`types renders correctly for an input field with type email 1`] = `
color: inherit;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -3920,33 +3260,7 @@ exports[`types renders correctly for an input field with type email 1`] = `
margin-top: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -3962,7 +3276,7 @@ exports[`types renders correctly for an input field with type email 1`] = `
position: relative;
}
-.c3 {
+.c2 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 0.2em;
@@ -3971,64 +3285,60 @@ exports[`types renders correctly for an input field with type email 1`] = `
padding: 0.4em 0.6em;
}
-.c3[disabled] {
+.c2[disabled] {
background-color: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c3:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c3::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
opacity: 0.6;
}
-.c3::-moz-placeholder {
+.c2::-moz-placeholder {
opacity: 0.6;
}
-.c3:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
opacity: 0.6;
}
-.c3::placeholder {
+.c2::placeholder {
opacity: 0.6;
}
`;
exports[`types renders correctly for an input field with type number 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -4041,7 +3351,7 @@ exports[`types renders correctly for an input field with type number 1`] = `
color: inherit;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -4055,33 +3365,7 @@ exports[`types renders correctly for an input field with type number 1`] = `
margin-top: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -4097,7 +3381,7 @@ exports[`types renders correctly for an input field with type number 1`] = `
position: relative;
}
-.c3 {
+.c2 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 0.2em;
@@ -4106,64 +3390,60 @@ exports[`types renders correctly for an input field with type number 1`] = `
padding: 0.4em 0.6em;
}
-.c3[disabled] {
+.c2[disabled] {
background-color: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c3:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c3::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
opacity: 0.6;
}
-.c3::-moz-placeholder {
+.c2::-moz-placeholder {
opacity: 0.6;
}
-.c3:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
opacity: 0.6;
}
-.c3::placeholder {
+.c2::placeholder {
opacity: 0.6;
}
`;
exports[`types renders correctly for an input field with type password 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -4176,7 +3456,7 @@ exports[`types renders correctly for an input field with type password 1`] = `
color: inherit;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -4190,33 +3470,7 @@ exports[`types renders correctly for an input field with type password 1`] = `
margin-top: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -4232,7 +3486,7 @@ exports[`types renders correctly for an input field with type password 1`] = `
position: relative;
}
-.c3 {
+.c2 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 0.2em;
@@ -4241,64 +3495,60 @@ exports[`types renders correctly for an input field with type password 1`] = `
padding: 0.4em 0.6em;
}
-.c3[disabled] {
+.c2[disabled] {
background-color: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c3:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c3::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
opacity: 0.6;
}
-.c3::-moz-placeholder {
+.c2::-moz-placeholder {
opacity: 0.6;
}
-.c3:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
opacity: 0.6;
}
-.c3::placeholder {
+.c2::placeholder {
opacity: 0.6;
}
`;
exports[`types renders correctly for an input field with type search 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -4311,7 +3561,7 @@ exports[`types renders correctly for an input field with type search 1`] = `
color: inherit;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -4325,33 +3575,7 @@ exports[`types renders correctly for an input field with type search 1`] = `
margin-top: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -4367,7 +3591,7 @@ exports[`types renders correctly for an input field with type search 1`] = `
position: relative;
}
-.c3 {
+.c2 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 0.2em;
@@ -4376,64 +3600,60 @@ exports[`types renders correctly for an input field with type search 1`] = `
padding: 0.4em 0.6em;
}
-.c3[disabled] {
+.c2[disabled] {
background-color: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c3:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c3::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
opacity: 0.6;
}
-.c3::-moz-placeholder {
+.c2::-moz-placeholder {
opacity: 0.6;
}
-.c3:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
opacity: 0.6;
}
-.c3::placeholder {
+.c2::placeholder {
opacity: 0.6;
}
`;
exports[`types renders correctly for an input field with type tel 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -4446,7 +3666,7 @@ exports[`types renders correctly for an input field with type tel 1`] = `
color: inherit;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -4460,33 +3680,7 @@ exports[`types renders correctly for an input field with type tel 1`] = `
margin-top: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -4502,7 +3696,7 @@ exports[`types renders correctly for an input field with type tel 1`] = `
position: relative;
}
-.c3 {
+.c2 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 0.2em;
@@ -4511,64 +3705,60 @@ exports[`types renders correctly for an input field with type tel 1`] = `
padding: 0.4em 0.6em;
}
-.c3[disabled] {
+.c2[disabled] {
background-color: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c3:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c3::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
opacity: 0.6;
}
-.c3::-moz-placeholder {
+.c2::-moz-placeholder {
opacity: 0.6;
}
-.c3:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
opacity: 0.6;
}
-.c3::placeholder {
+.c2::placeholder {
opacity: 0.6;
}
`;
exports[`types renders correctly for an input field with type time 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -4581,7 +3771,7 @@ exports[`types renders correctly for an input field with type time 1`] = `
color: inherit;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -4595,33 +3785,7 @@ exports[`types renders correctly for an input field with type time 1`] = `
margin-top: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -4637,7 +3801,7 @@ exports[`types renders correctly for an input field with type time 1`] = `
position: relative;
}
-.c3 {
+.c2 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 0.2em;
@@ -4646,64 +3810,60 @@ exports[`types renders correctly for an input field with type time 1`] = `
padding: 0.4em 0.6em;
}
-.c3[disabled] {
+.c2[disabled] {
background-color: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c3:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c3::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
opacity: 0.6;
}
-.c3::-moz-placeholder {
+.c2::-moz-placeholder {
opacity: 0.6;
}
-.c3:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
opacity: 0.6;
}
-.c3::placeholder {
+.c2::placeholder {
opacity: 0.6;
}
`;
exports[`types renders correctly for an input field with type url 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -4716,7 +3876,7 @@ exports[`types renders correctly for an input field with type url 1`] = `
color: inherit;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -4730,33 +3890,7 @@ exports[`types renders correctly for an input field with type url 1`] = `
margin-top: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -4772,7 +3906,7 @@ exports[`types renders correctly for an input field with type url 1`] = `
position: relative;
}
-.c3 {
+.c2 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 0.2em;
@@ -4781,58 +3915,54 @@ exports[`types renders correctly for an input field with type url 1`] = `
padding: 0.4em 0.6em;
}
-.c3[disabled] {
+.c2[disabled] {
background-color: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c3:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c3::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
opacity: 0.6;
}
-.c3::-moz-placeholder {
+.c2::-moz-placeholder {
opacity: 0.6;
}
-.c3:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
opacity: 0.6;
}
-.c3::placeholder {
+.c2::placeholder {
opacity: 0.6;
}
`;
diff --git a/src/Label/__tests__/__snapshots__/Label.test.js.snap b/src/Label/__tests__/__snapshots__/Label.test.js.snap
index 1cd727034..7c38f0595 100644
--- a/src/Label/__tests__/__snapshots__/Label.test.js.snap
+++ b/src/Label/__tests__/__snapshots__/Label.test.js.snap
@@ -1,20 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders correctly for a basic label 1`] = `
-.c1 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
-.c4 {
+.c2 {
margin: unset;
padding: unset;
border: unset;
@@ -28,49 +15,19 @@ exports[`renders correctly for a basic label 1`] = `
margin-bottom: 0.25rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c3 {
+.c1 {
display: inline-block;
}
-.c2 {
+.c0 {
display: block;
}
-
+ Hello world
+
`;
diff --git a/src/Link/__tests__/__snapshots__/Link.test.js.snap b/src/Link/__tests__/__snapshots__/Link.test.js.snap
index aa448939a..3d07e57f0 100644
--- a/src/Link/__tests__/__snapshots__/Link.test.js.snap
+++ b/src/Link/__tests__/__snapshots__/Link.test.js.snap
@@ -2,19 +2,6 @@
exports[`renders correctly for a basic link 1`] = `
.c1 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
-.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -28,32 +15,6 @@ exports[`renders correctly for a basic link 1`] = `
}
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
color: #3926a5;
fill: #3926a5;
cursor: pointer;
@@ -63,22 +24,18 @@ exports[`renders correctly for a basic link 1`] = `
text-decoration-skip: ink edges;
}
-.c2:hover {
+.c0:hover {
color: #000;
fill: #000;
}
-.c2 .c4 {
+.c0 .c2 {
top: 0.1em;
}
-
+ test
+
`;
diff --git a/src/List/__tests__/__snapshots__/List.test.js.snap b/src/List/__tests__/__snapshots__/List.test.js.snap
index 7be77994a..07dd03441 100644
--- a/src/List/__tests__/__snapshots__/List.test.js.snap
+++ b/src/List/__tests__/__snapshots__/List.test.js.snap
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders correctly for a basic list 1`] = `
-.c1 {
+.c2 {
margin: unset;
padding: unset;
border: unset;
@@ -14,77 +14,47 @@ exports[`renders correctly for a basic list 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c4 {
+.c3 {
margin-bottom: 0.2rem;
}
-.c3 {
+.c1 {
list-style: unset;
list-style-type: none;
}
-.c3 .c2 {
+.c1 .c0 {
margin-left: 1rem;
}
-
+
`;
exports[`renders correctly for a list with styles 1`] = `
-.c1 {
+.c2 {
margin: unset;
padding: unset;
border: unset;
@@ -97,101 +67,71 @@ exports[`renders correctly for a list with styles 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c4 {
+.c3 {
margin-bottom: 0.2rem;
}
-.c3 {
+.c1 {
list-style: unset;
list-style-type: none;
}
-.c3 .c2 {
+.c1 .c0 {
margin-left: 1rem;
}
-
`;
exports[`renders correctly for horizontal lists 1`] = `
-.c1 {
+.c2 {
margin: unset;
padding: unset;
border: unset;
@@ -204,101 +144,71 @@ exports[`renders correctly for horizontal lists 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c4 {
+.c3 {
margin-bottom: 0.2rem;
}
-.c5 .c2 {
+.c4 .c0 {
margin-left: 1rem;
}
-.c6 .c2 {
+.c5 .c0 {
margin-left: 1rem;
}
-.c6 .c2 {
+.c5 .c0 {
list-style-type: lower-alpha;
}
-.c6 .c2 .c2 {
+.c5 .c0 .c0 {
list-style-type: lower-roman;
}
-.c3 {
+.c1 {
list-style: unset;
list-style-type: none;
}
-.c3 .c2 {
+.c1 .c0 {
margin-left: 1rem;
}
-.c3 li {
+.c1 li {
display: inline-block;
margin-right: 1rem;
margin-bottom: unset;
}
-
`;
exports[`renders correctly for ordered lists 1`] = `
-.c1 {
+.c2 {
margin: unset;
padding: unset;
border: unset;
@@ -311,98 +221,68 @@ exports[`renders correctly for ordered lists 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c4 {
+.c3 {
margin-bottom: 0.2rem;
}
-.c5 .c2 {
+.c4 .c0 {
margin-left: 1rem;
}
-.c3 {
+.c1 {
list-style: unset;
list-style-type: none;
}
-.c3 .c2 {
+.c1 .c0 {
margin-left: 1rem;
}
-.c3 {
+.c1 {
list-style-type: decimal;
}
-.c3 .c2 {
+.c1 .c0 {
list-style-type: lower-alpha;
}
-.c3 .c2 .c2 {
+.c1 .c0 .c0 {
list-style-type: lower-roman;
}
-
-
+
+
+
+ Item 1
+
+
+ Item 2
+
- Item 1
-
-
- Item 2
+ Item 3
- Item 3
+ Item 4
-
-
- Item 4
-
-
-
+
`;
diff --git a/src/Pane/__tests__/__snapshots__/Pane.test.js.snap b/src/Pane/__tests__/__snapshots__/Pane.test.js.snap
index f6c8dd505..94f08976b 100644
--- a/src/Pane/__tests__/__snapshots__/Pane.test.js.snap
+++ b/src/Pane/__tests__/__snapshots__/Pane.test.js.snap
@@ -15,32 +15,6 @@ exports[`renders correctly for a basic pane 1`] = `
}
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
background-color: white;
border-radius: 3px;
display: -webkit-inline-box;
@@ -55,11 +29,7 @@ exports[`renders correctly for a basic pane 1`] = `
`;
@@ -78,32 +48,6 @@ exports[`renders correctly for a full width pane 1`] = `
}
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
background-color: white;
border-radius: 3px;
display: -webkit-inline-box;
@@ -119,11 +63,7 @@ exports[`renders correctly for a full width pane 1`] = `
`;
@@ -142,32 +82,6 @@ exports[`renders correctly for a pane with a border 1`] = `
}
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
background-color: white;
border-radius: 3px;
display: -webkit-inline-box;
@@ -183,11 +97,7 @@ exports[`renders correctly for a pane with a border 1`] = `
`;
@@ -206,32 +116,6 @@ exports[`renders correctly for a pane with a shadow 1`] = `
}
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
background-color: white;
border-radius: 3px;
display: -webkit-inline-box;
@@ -247,10 +131,6 @@ exports[`renders correctly for a pane with a shadow 1`] = `
`;
diff --git a/src/Paragraph/__tests__/__snapshots__/Paragraph.test.js.snap b/src/Paragraph/__tests__/__snapshots__/Paragraph.test.js.snap
index d9e31dd33..b5d7bf733 100644
--- a/src/Paragraph/__tests__/__snapshots__/Paragraph.test.js.snap
+++ b/src/Paragraph/__tests__/__snapshots__/Paragraph.test.js.snap
@@ -14,47 +14,17 @@ exports[`renders correctly for a basic paragraph 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2:not(:last-child) {
+.c0:not(:last-child) {
margin: 0 0 1rem;
}
-.c2 .c3 {
+.c0 .c2 {
top: 0.1em;
}
-
+ test
+
`;
diff --git a/src/Radio/__tests__/__snapshots__/Radio.test.js.snap b/src/Radio/__tests__/__snapshots__/Radio.test.js.snap
index 51d81d118..8ea9cfa92 100644
--- a/src/Radio/__tests__/__snapshots__/Radio.test.js.snap
+++ b/src/Radio/__tests__/__snapshots__/Radio.test.js.snap
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders correctly for a basic radio 1`] = `
-.c1 {
+.c2 {
margin: unset;
padding: unset;
border: unset;
@@ -14,7 +14,7 @@ exports[`renders correctly for a basic radio 1`] = `
color: inherit;
}
-.c5 {
+.c4 {
margin: unset;
padding: unset;
border: unset;
@@ -27,7 +27,7 @@ exports[`renders correctly for a basic radio 1`] = `
color: inherit;
}
-.c9 {
+.c8 {
margin: unset;
padding: unset;
border: unset;
@@ -41,44 +41,18 @@ exports[`renders correctly for a basic radio 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-abbr.c8 {
+abbr.c7 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c8 {
+i.c7 {
font-style: italic;
}
-kbd.c8 {
+kbd.c7 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -86,50 +60,50 @@ kbd.c8 {
padding: 0.1rem 0.2rem;
}
-mark.c8 {
+mark.c7 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c8 {
+strong.c7 {
font-weight: bold;
}
-sub.c8,
-sup.c8 {
+sub.c7,
+sup.c7 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c8,
-u.c8 {
+ins.c7,
+u.c7 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c8,
-cite.c8,
-var.c8,
-em.c8 {
+i.c7,
+cite.c7,
+var.c7,
+em.c7 {
font-style: italic;
}
-kbd.c8,
-pre.c8,
-samp.c8 {
+kbd.c7,
+pre.c7,
+samp.c7 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c8 .c10 {
+.c7 .c9 {
top: 0.1em;
}
-.c3 {
+.c1 {
display: inline-block;
}
-.c7 {
+.c6 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 100%;
@@ -138,7 +112,7 @@ samp.c8 {
width: 1em;
}
-.c4 {
+.c3 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -148,26 +122,26 @@ samp.c8 {
width: 1px;
}
-.c4[disabled] + .c6 {
+.c3[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c4:checked:focus + .c6 {
+.c3:checked:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:focus + .c6 {
+.c3:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:not([disabled]):checked + .c6 {
+.c3:not([disabled]):checked + .c5 {
border-color: #7467c0;
}
-.c4:checked + .c6::before {
+.c3:checked + .c5::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -181,11 +155,11 @@ samp.c8 {
width: 8px;
}
-.c4[disabled]:checked + .c6::before {
+.c3[disabled]:checked + .c5::before {
background: #9a9a9a;
}
-.c2 {
+.c0 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -196,33 +170,29 @@ samp.c8 {
align-items: center;
}
-
+
+
+
+
`;
exports[`renders correctly for a disabled radio 1`] = `
-.c1 {
+.c2 {
margin: unset;
padding: unset;
border: unset;
@@ -235,7 +205,7 @@ exports[`renders correctly for a disabled radio 1`] = `
color: inherit;
}
-.c5 {
+.c4 {
margin: unset;
padding: unset;
border: unset;
@@ -248,7 +218,7 @@ exports[`renders correctly for a disabled radio 1`] = `
color: inherit;
}
-.c9 {
+.c8 {
margin: unset;
padding: unset;
border: unset;
@@ -262,44 +232,18 @@ exports[`renders correctly for a disabled radio 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-abbr.c8 {
+abbr.c7 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c8 {
+i.c7 {
font-style: italic;
}
-kbd.c8 {
+kbd.c7 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -307,50 +251,50 @@ kbd.c8 {
padding: 0.1rem 0.2rem;
}
-mark.c8 {
+mark.c7 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c8 {
+strong.c7 {
font-weight: bold;
}
-sub.c8,
-sup.c8 {
+sub.c7,
+sup.c7 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c8,
-u.c8 {
+ins.c7,
+u.c7 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c8,
-cite.c8,
-var.c8,
-em.c8 {
+i.c7,
+cite.c7,
+var.c7,
+em.c7 {
font-style: italic;
}
-kbd.c8,
-pre.c8,
-samp.c8 {
+kbd.c7,
+pre.c7,
+samp.c7 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c8 .c10 {
+.c7 .c9 {
top: 0.1em;
}
-.c3 {
+.c1 {
display: inline-block;
}
-.c7 {
+.c6 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 100%;
@@ -359,7 +303,7 @@ samp.c8 {
width: 1em;
}
-.c4 {
+.c3 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -369,26 +313,26 @@ samp.c8 {
width: 1px;
}
-.c4[disabled] + .c6 {
+.c3[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c4:checked:focus + .c6 {
+.c3:checked:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:focus + .c6 {
+.c3:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:not([disabled]):checked + .c6 {
+.c3:not([disabled]):checked + .c5 {
border-color: #7467c0;
}
-.c4:checked + .c6::before {
+.c3:checked + .c5::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -402,11 +346,11 @@ samp.c8 {
width: 8px;
}
-.c4[disabled]:checked + .c6::before {
+.c3[disabled]:checked + .c5::before {
background: #9a9a9a;
}
-.c2 {
+.c0 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -417,34 +361,30 @@ samp.c8 {
align-items: center;
}
-
+
+
+
+
`;
exports[`states renders correctly for an radio with state danger 1`] = `
-.c1 {
+.c2 {
margin: unset;
padding: unset;
border: unset;
@@ -457,7 +397,7 @@ exports[`states renders correctly for an radio with state danger 1`] = `
color: inherit;
}
-.c5 {
+.c4 {
margin: unset;
padding: unset;
border: unset;
@@ -470,7 +410,7 @@ exports[`states renders correctly for an radio with state danger 1`] = `
color: inherit;
}
-.c9 {
+.c8 {
margin: unset;
padding: unset;
border: unset;
@@ -484,44 +424,18 @@ exports[`states renders correctly for an radio with state danger 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-abbr.c8 {
+abbr.c7 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c8 {
+i.c7 {
font-style: italic;
}
-kbd.c8 {
+kbd.c7 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -529,50 +443,50 @@ kbd.c8 {
padding: 0.1rem 0.2rem;
}
-mark.c8 {
+mark.c7 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c8 {
+strong.c7 {
font-weight: bold;
}
-sub.c8,
-sup.c8 {
+sub.c7,
+sup.c7 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c8,
-u.c8 {
+ins.c7,
+u.c7 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c8,
-cite.c8,
-var.c8,
-em.c8 {
+i.c7,
+cite.c7,
+var.c7,
+em.c7 {
font-style: italic;
}
-kbd.c8,
-pre.c8,
-samp.c8 {
+kbd.c7,
+pre.c7,
+samp.c7 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c8 .c11 {
+.c7 .c10 {
top: 0.1em;
}
-.c3 {
+.c1 {
display: inline-block;
}
-.c7 {
+.c6 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 100%;
@@ -581,31 +495,31 @@ samp.c8 {
width: 1em;
}
-.c7 {
+.c6 {
border-color: #e24c67;
box-shadow: #e24c67 0px 0px 0px 1px !important;
}
-.c10[disabled] + .c6 {
+.c9[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c10:checked:focus + .c6 {
+.c9:checked:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:focus + .c6 {
+.c9:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:not([disabled]):checked + .c6 {
+.c9:not([disabled]):checked + .c5 {
border-color: #7467c0;
}
-.c10:checked + .c6::before {
+.c9:checked + .c5::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -619,11 +533,11 @@ samp.c8 {
width: 8px;
}
-.c10[disabled]:checked + .c6::before {
+.c9[disabled]:checked + .c5::before {
background: #9a9a9a;
}
-.c4 {
+.c3 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -633,30 +547,30 @@ samp.c8 {
width: 1px;
}
-.c4[disabled] + .c6 {
+.c3[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c4:checked:focus + .c6 {
+.c3:checked:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:focus + .c6 {
+.c3:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:not([disabled]):checked + .c6 {
+.c3:not([disabled]):checked + .c5 {
border-color: #7467c0;
}
-.c4:checked + .c6 {
+.c3:checked + .c5 {
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:checked + .c6::before {
+.c3:checked + .c5::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -670,11 +584,11 @@ samp.c8 {
width: 8px;
}
-.c4[disabled]:checked + .c6::before {
+.c3[disabled]:checked + .c5::before {
background: #9a9a9a;
}
-.c2 {
+.c0 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -685,33 +599,29 @@ samp.c8 {
align-items: center;
}
-
+
+
+
+
`;
exports[`states renders correctly for an radio with state primary 1`] = `
-.c1 {
+.c2 {
margin: unset;
padding: unset;
border: unset;
@@ -724,7 +634,7 @@ exports[`states renders correctly for an radio with state primary 1`] = `
color: inherit;
}
-.c5 {
+.c4 {
margin: unset;
padding: unset;
border: unset;
@@ -737,7 +647,7 @@ exports[`states renders correctly for an radio with state primary 1`] = `
color: inherit;
}
-.c9 {
+.c8 {
margin: unset;
padding: unset;
border: unset;
@@ -751,44 +661,18 @@ exports[`states renders correctly for an radio with state primary 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-abbr.c8 {
+abbr.c7 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c8 {
+i.c7 {
font-style: italic;
}
-kbd.c8 {
+kbd.c7 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -796,50 +680,50 @@ kbd.c8 {
padding: 0.1rem 0.2rem;
}
-mark.c8 {
+mark.c7 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c8 {
+strong.c7 {
font-weight: bold;
}
-sub.c8,
-sup.c8 {
+sub.c7,
+sup.c7 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c8,
-u.c8 {
+ins.c7,
+u.c7 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c8,
-cite.c8,
-var.c8,
-em.c8 {
+i.c7,
+cite.c7,
+var.c7,
+em.c7 {
font-style: italic;
}
-kbd.c8,
-pre.c8,
-samp.c8 {
+kbd.c7,
+pre.c7,
+samp.c7 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c8 .c11 {
+.c7 .c10 {
top: 0.1em;
}
-.c3 {
+.c1 {
display: inline-block;
}
-.c7 {
+.c6 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 100%;
@@ -848,31 +732,31 @@ samp.c8 {
width: 1em;
}
-.c7 {
+.c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10[disabled] + .c6 {
+.c9[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c10:checked:focus + .c6 {
+.c9:checked:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:focus + .c6 {
+.c9:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:not([disabled]):checked + .c6 {
+.c9:not([disabled]):checked + .c5 {
border-color: #7467c0;
}
-.c10:checked + .c6::before {
+.c9:checked + .c5::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -886,11 +770,11 @@ samp.c8 {
width: 8px;
}
-.c10[disabled]:checked + .c6::before {
+.c9[disabled]:checked + .c5::before {
background: #9a9a9a;
}
-.c4 {
+.c3 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -900,30 +784,30 @@ samp.c8 {
width: 1px;
}
-.c4[disabled] + .c6 {
+.c3[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c4:checked:focus + .c6 {
+.c3:checked:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:focus + .c6 {
+.c3:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:not([disabled]):checked + .c6 {
+.c3:not([disabled]):checked + .c5 {
border-color: #7467c0;
}
-.c4:checked + .c6 {
+.c3:checked + .c5 {
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:checked + .c6::before {
+.c3:checked + .c5::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -937,11 +821,11 @@ samp.c8 {
width: 8px;
}
-.c4[disabled]:checked + .c6::before {
+.c3[disabled]:checked + .c5::before {
background: #9a9a9a;
}
-.c2 {
+.c0 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -952,33 +836,29 @@ samp.c8 {
align-items: center;
}
-
+
+
+
+
`;
exports[`states renders correctly for an radio with state success 1`] = `
-.c1 {
+.c2 {
margin: unset;
padding: unset;
border: unset;
@@ -991,7 +871,7 @@ exports[`states renders correctly for an radio with state success 1`] = `
color: inherit;
}
-.c5 {
+.c4 {
margin: unset;
padding: unset;
border: unset;
@@ -1004,7 +884,7 @@ exports[`states renders correctly for an radio with state success 1`] = `
color: inherit;
}
-.c9 {
+.c8 {
margin: unset;
padding: unset;
border: unset;
@@ -1018,44 +898,18 @@ exports[`states renders correctly for an radio with state success 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-abbr.c8 {
+abbr.c7 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c8 {
+i.c7 {
font-style: italic;
}
-kbd.c8 {
+kbd.c7 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -1063,50 +917,50 @@ kbd.c8 {
padding: 0.1rem 0.2rem;
}
-mark.c8 {
+mark.c7 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c8 {
+strong.c7 {
font-weight: bold;
}
-sub.c8,
-sup.c8 {
+sub.c7,
+sup.c7 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c8,
-u.c8 {
+ins.c7,
+u.c7 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c8,
-cite.c8,
-var.c8,
-em.c8 {
+i.c7,
+cite.c7,
+var.c7,
+em.c7 {
font-style: italic;
}
-kbd.c8,
-pre.c8,
-samp.c8 {
+kbd.c7,
+pre.c7,
+samp.c7 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c8 .c11 {
+.c7 .c10 {
top: 0.1em;
}
-.c3 {
+.c1 {
display: inline-block;
}
-.c7 {
+.c6 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 100%;
@@ -1115,31 +969,31 @@ samp.c8 {
width: 1em;
}
-.c7 {
+.c6 {
border-color: #4ca26c;
box-shadow: #4ca26c 0px 0px 0px 1px !important;
}
-.c10[disabled] + .c6 {
+.c9[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c10:checked:focus + .c6 {
+.c9:checked:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:focus + .c6 {
+.c9:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:not([disabled]):checked + .c6 {
+.c9:not([disabled]):checked + .c5 {
border-color: #7467c0;
}
-.c10:checked + .c6::before {
+.c9:checked + .c5::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -1153,11 +1007,11 @@ samp.c8 {
width: 8px;
}
-.c10[disabled]:checked + .c6::before {
+.c9[disabled]:checked + .c5::before {
background: #9a9a9a;
}
-.c4 {
+.c3 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -1167,30 +1021,30 @@ samp.c8 {
width: 1px;
}
-.c4[disabled] + .c6 {
+.c3[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c4:checked:focus + .c6 {
+.c3:checked:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:focus + .c6 {
+.c3:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:not([disabled]):checked + .c6 {
+.c3:not([disabled]):checked + .c5 {
border-color: #7467c0;
}
-.c4:checked + .c6 {
+.c3:checked + .c5 {
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:checked + .c6::before {
+.c3:checked + .c5::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -1204,11 +1058,11 @@ samp.c8 {
width: 8px;
}
-.c4[disabled]:checked + .c6::before {
+.c3[disabled]:checked + .c5::before {
background: #9a9a9a;
}
-.c2 {
+.c0 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -1219,33 +1073,29 @@ samp.c8 {
align-items: center;
}
-
+
+
+
+
`;
exports[`states renders correctly for an radio with state warning 1`] = `
-.c1 {
+.c2 {
margin: unset;
padding: unset;
border: unset;
@@ -1258,7 +1108,7 @@ exports[`states renders correctly for an radio with state warning 1`] = `
color: inherit;
}
-.c5 {
+.c4 {
margin: unset;
padding: unset;
border: unset;
@@ -1271,7 +1121,7 @@ exports[`states renders correctly for an radio with state warning 1`] = `
color: inherit;
}
-.c9 {
+.c8 {
margin: unset;
padding: unset;
border: unset;
@@ -1285,44 +1135,18 @@ exports[`states renders correctly for an radio with state warning 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-abbr.c8 {
+abbr.c7 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c8 {
+i.c7 {
font-style: italic;
}
-kbd.c8 {
+kbd.c7 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -1330,50 +1154,50 @@ kbd.c8 {
padding: 0.1rem 0.2rem;
}
-mark.c8 {
+mark.c7 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c8 {
+strong.c7 {
font-weight: bold;
}
-sub.c8,
-sup.c8 {
+sub.c7,
+sup.c7 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c8,
-u.c8 {
+ins.c7,
+u.c7 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c8,
-cite.c8,
-var.c8,
-em.c8 {
+i.c7,
+cite.c7,
+var.c7,
+em.c7 {
font-style: italic;
}
-kbd.c8,
-pre.c8,
-samp.c8 {
+kbd.c7,
+pre.c7,
+samp.c7 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c8 .c11 {
+.c7 .c10 {
top: 0.1em;
}
-.c3 {
+.c1 {
display: inline-block;
}
-.c7 {
+.c6 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 100%;
@@ -1382,31 +1206,31 @@ samp.c8 {
width: 1em;
}
-.c7 {
+.c6 {
border-color: #ffc94c;
box-shadow: #ffc94c 0px 0px 0px 1px !important;
}
-.c10[disabled] + .c6 {
+.c9[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c10:checked:focus + .c6 {
+.c9:checked:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:focus + .c6 {
+.c9:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:not([disabled]):checked + .c6 {
+.c9:not([disabled]):checked + .c5 {
border-color: #7467c0;
}
-.c10:checked + .c6::before {
+.c9:checked + .c5::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -1420,11 +1244,11 @@ samp.c8 {
width: 8px;
}
-.c10[disabled]:checked + .c6::before {
+.c9[disabled]:checked + .c5::before {
background: #9a9a9a;
}
-.c4 {
+.c3 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -1434,30 +1258,30 @@ samp.c8 {
width: 1px;
}
-.c4[disabled] + .c6 {
+.c3[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c4:checked:focus + .c6 {
+.c3:checked:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:focus + .c6 {
+.c3:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:not([disabled]):checked + .c6 {
+.c3:not([disabled]):checked + .c5 {
border-color: #7467c0;
}
-.c4:checked + .c6 {
+.c3:checked + .c5 {
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:checked + .c6::before {
+.c3:checked + .c5::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -1471,11 +1295,11 @@ samp.c8 {
width: 8px;
}
-.c4[disabled]:checked + .c6::before {
+.c3[disabled]:checked + .c5::before {
background: #9a9a9a;
}
-.c2 {
+.c0 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -1486,27 +1310,23 @@ samp.c8 {
align-items: center;
}
-
+
+
+
+
`;
diff --git a/src/Radio/__tests__/__snapshots__/RadioGroup.test.js.snap b/src/Radio/__tests__/__snapshots__/RadioGroup.test.js.snap
index a0e93ac34..18118b8ad 100644
--- a/src/Radio/__tests__/__snapshots__/RadioGroup.test.js.snap
+++ b/src/Radio/__tests__/__snapshots__/RadioGroup.test.js.snap
@@ -14,7 +14,7 @@ exports[`renders correctly for a basic RadioGroup 1`] = `
color: inherit;
}
-.c7 {
+.c6 {
margin: unset;
padding: unset;
border: unset;
@@ -27,7 +27,7 @@ exports[`renders correctly for a basic RadioGroup 1`] = `
color: inherit;
}
-.c11 {
+.c10 {
margin: unset;
padding: unset;
border: unset;
@@ -41,37 +41,11 @@ exports[`renders correctly for a basic RadioGroup 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c5 {
+.c4 {
display: inline-block;
}
-.c9 {
+.c8 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 100%;
@@ -80,7 +54,7 @@ exports[`renders correctly for a basic RadioGroup 1`] = `
width: 1em;
}
-.c6 {
+.c5 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -90,26 +64,26 @@ exports[`renders correctly for a basic RadioGroup 1`] = `
width: 1px;
}
-.c6[disabled] + .c8 {
+.c5[disabled] + .c7 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c6:checked:focus + .c8 {
+.c5:checked:focus + .c7 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c6:focus + .c8 {
+.c5:focus + .c7 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c6:not([disabled]):checked + .c8 {
+.c5:not([disabled]):checked + .c7 {
border-color: #7467c0;
}
-.c6:checked + .c8::before {
+.c5:checked + .c7::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -123,11 +97,11 @@ exports[`renders correctly for a basic RadioGroup 1`] = `
width: 8px;
}
-.c6[disabled]:checked + .c8::before {
+.c5[disabled]:checked + .c7::before {
background: #9a9a9a;
}
-.c4 {
+.c3 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -138,22 +112,22 @@ exports[`renders correctly for a basic RadioGroup 1`] = `
align-items: center;
}
-.c2 .c3:not(:last-child) {
+.c0 .c2:not(:last-child) {
margin-bottom: 0.5rem;
}
-abbr.c10 {
+abbr.c9 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c10 {
+i.c9 {
font-style: italic;
}
-kbd.c10 {
+kbd.c9 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -161,124 +135,120 @@ kbd.c10 {
padding: 0.1rem 0.2rem;
}
-mark.c10 {
+mark.c9 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c10 {
+strong.c9 {
font-weight: bold;
}
-sub.c10,
-sup.c10 {
+sub.c9,
+sup.c9 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c10,
-u.c10 {
+ins.c9,
+u.c9 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c10,
-cite.c10,
-var.c10,
-em.c10 {
+i.c9,
+cite.c9,
+var.c9,
+em.c9 {
font-style: italic;
}
-kbd.c10,
-pre.c10,
-samp.c10 {
+kbd.c9,
+pre.c9,
+samp.c9 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c10 .c12 {
+.c9 .c11 {
top: 0.1em;
}
`;
@@ -296,7 +266,7 @@ exports[`renders correctly for a disabled RadioGroup 1`] = `
color: inherit;
}
-.c7 {
+.c6 {
margin: unset;
padding: unset;
border: unset;
@@ -309,7 +279,7 @@ exports[`renders correctly for a disabled RadioGroup 1`] = `
color: inherit;
}
-.c11 {
+.c10 {
margin: unset;
padding: unset;
border: unset;
@@ -323,37 +293,11 @@ exports[`renders correctly for a disabled RadioGroup 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c5 {
+.c4 {
display: inline-block;
}
-.c9 {
+.c8 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 100%;
@@ -362,7 +306,7 @@ exports[`renders correctly for a disabled RadioGroup 1`] = `
width: 1em;
}
-.c6 {
+.c5 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -372,26 +316,26 @@ exports[`renders correctly for a disabled RadioGroup 1`] = `
width: 1px;
}
-.c6[disabled] + .c8 {
+.c5[disabled] + .c7 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c6:checked:focus + .c8 {
+.c5:checked:focus + .c7 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c6:focus + .c8 {
+.c5:focus + .c7 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c6:not([disabled]):checked + .c8 {
+.c5:not([disabled]):checked + .c7 {
border-color: #7467c0;
}
-.c6:checked + .c8::before {
+.c5:checked + .c7::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -405,11 +349,11 @@ exports[`renders correctly for a disabled RadioGroup 1`] = `
width: 8px;
}
-.c6[disabled]:checked + .c8::before {
+.c5[disabled]:checked + .c7::before {
background: #9a9a9a;
}
-.c4 {
+.c3 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -420,22 +364,22 @@ exports[`renders correctly for a disabled RadioGroup 1`] = `
align-items: center;
}
-.c2 .c3:not(:last-child) {
+.c0 .c2:not(:last-child) {
margin-bottom: 0.5rem;
}
-abbr.c10 {
+abbr.c9 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c10 {
+i.c9 {
font-style: italic;
}
-kbd.c10 {
+kbd.c9 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -443,127 +387,123 @@ kbd.c10 {
padding: 0.1rem 0.2rem;
}
-mark.c10 {
+mark.c9 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c10 {
+strong.c9 {
font-weight: bold;
}
-sub.c10,
-sup.c10 {
+sub.c9,
+sup.c9 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c10,
-u.c10 {
+ins.c9,
+u.c9 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c10,
-cite.c10,
-var.c10,
-em.c10 {
+i.c9,
+cite.c9,
+var.c9,
+em.c9 {
font-style: italic;
}
-kbd.c10,
-pre.c10,
-samp.c10 {
+kbd.c9,
+pre.c9,
+samp.c9 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c10 .c12 {
+.c9 .c11 {
top: 0.1em;
}
`;
@@ -581,7 +521,7 @@ exports[`renders correctly for a disabled RadioGroup option 1`] = `
color: inherit;
}
-.c7 {
+.c6 {
margin: unset;
padding: unset;
border: unset;
@@ -594,7 +534,7 @@ exports[`renders correctly for a disabled RadioGroup option 1`] = `
color: inherit;
}
-.c11 {
+.c10 {
margin: unset;
padding: unset;
border: unset;
@@ -608,37 +548,11 @@ exports[`renders correctly for a disabled RadioGroup option 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c5 {
+.c4 {
display: inline-block;
}
-.c9 {
+.c8 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 100%;
@@ -647,7 +561,7 @@ exports[`renders correctly for a disabled RadioGroup option 1`] = `
width: 1em;
}
-.c6 {
+.c5 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -657,26 +571,26 @@ exports[`renders correctly for a disabled RadioGroup option 1`] = `
width: 1px;
}
-.c6[disabled] + .c8 {
+.c5[disabled] + .c7 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c6:checked:focus + .c8 {
+.c5:checked:focus + .c7 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c6:focus + .c8 {
+.c5:focus + .c7 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c6:not([disabled]):checked + .c8 {
+.c5:not([disabled]):checked + .c7 {
border-color: #7467c0;
}
-.c6:checked + .c8::before {
+.c5:checked + .c7::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -690,11 +604,11 @@ exports[`renders correctly for a disabled RadioGroup option 1`] = `
width: 8px;
}
-.c6[disabled]:checked + .c8::before {
+.c5[disabled]:checked + .c7::before {
background: #9a9a9a;
}
-.c4 {
+.c3 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -705,22 +619,22 @@ exports[`renders correctly for a disabled RadioGroup option 1`] = `
align-items: center;
}
-.c2 .c3:not(:last-child) {
+.c0 .c2:not(:last-child) {
margin-bottom: 0.5rem;
}
-abbr.c10 {
+abbr.c9 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c10 {
+i.c9 {
font-style: italic;
}
-kbd.c10 {
+kbd.c9 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -728,125 +642,121 @@ kbd.c10 {
padding: 0.1rem 0.2rem;
}
-mark.c10 {
+mark.c9 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c10 {
+strong.c9 {
font-weight: bold;
}
-sub.c10,
-sup.c10 {
+sub.c9,
+sup.c9 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c10,
-u.c10 {
+ins.c9,
+u.c9 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c10,
-cite.c10,
-var.c10,
-em.c10 {
+i.c9,
+cite.c9,
+var.c9,
+em.c9 {
font-style: italic;
}
-kbd.c10,
-pre.c10,
-samp.c10 {
+kbd.c9,
+pre.c9,
+samp.c9 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c10 .c12 {
+.c9 .c11 {
top: 0.1em;
}
`;
@@ -864,7 +774,7 @@ exports[`states renders correctly for an RadioGroup with state danger 1`] = `
color: inherit;
}
-.c7 {
+.c6 {
margin: unset;
padding: unset;
border: unset;
@@ -877,7 +787,7 @@ exports[`states renders correctly for an RadioGroup with state danger 1`] = `
color: inherit;
}
-.c11 {
+.c10 {
margin: unset;
padding: unset;
border: unset;
@@ -891,37 +801,11 @@ exports[`states renders correctly for an RadioGroup with state danger 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c5 {
+.c4 {
display: inline-block;
}
-.c9 {
+.c8 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 100%;
@@ -930,31 +814,31 @@ exports[`states renders correctly for an RadioGroup with state danger 1`] = `
width: 1em;
}
-.c9 {
+.c8 {
border-color: #e24c67;
box-shadow: #e24c67 0px 0px 0px 1px !important;
}
-.c12[disabled] + .c8 {
+.c11[disabled] + .c7 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c12:checked:focus + .c8 {
+.c11:checked:focus + .c7 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c12:focus + .c8 {
+.c11:focus + .c7 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c12:not([disabled]):checked + .c8 {
+.c11:not([disabled]):checked + .c7 {
border-color: #7467c0;
}
-.c12:checked + .c8::before {
+.c11:checked + .c7::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -968,11 +852,11 @@ exports[`states renders correctly for an RadioGroup with state danger 1`] = `
width: 8px;
}
-.c12[disabled]:checked + .c8::before {
+.c11[disabled]:checked + .c7::before {
background: #9a9a9a;
}
-.c6 {
+.c5 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -982,30 +866,30 @@ exports[`states renders correctly for an RadioGroup with state danger 1`] = `
width: 1px;
}
-.c6[disabled] + .c8 {
+.c5[disabled] + .c7 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c6:checked:focus + .c8 {
+.c5:checked:focus + .c7 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c6:focus + .c8 {
+.c5:focus + .c7 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c6:not([disabled]):checked + .c8 {
+.c5:not([disabled]):checked + .c7 {
border-color: #7467c0;
}
-.c6:checked + .c8 {
+.c5:checked + .c7 {
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c6:checked + .c8::before {
+.c5:checked + .c7::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -1019,11 +903,11 @@ exports[`states renders correctly for an RadioGroup with state danger 1`] = `
width: 8px;
}
-.c6[disabled]:checked + .c8::before {
+.c5[disabled]:checked + .c7::before {
background: #9a9a9a;
}
-.c4 {
+.c3 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -1034,22 +918,22 @@ exports[`states renders correctly for an RadioGroup with state danger 1`] = `
align-items: center;
}
-.c2 .c3:not(:last-child) {
+.c0 .c2:not(:last-child) {
margin-bottom: 0.5rem;
}
-abbr.c10 {
+abbr.c9 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c10 {
+i.c9 {
font-style: italic;
}
-kbd.c10 {
+kbd.c9 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -1057,124 +941,120 @@ kbd.c10 {
padding: 0.1rem 0.2rem;
}
-mark.c10 {
+mark.c9 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c10 {
+strong.c9 {
font-weight: bold;
}
-sub.c10,
-sup.c10 {
+sub.c9,
+sup.c9 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c10,
-u.c10 {
+ins.c9,
+u.c9 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c10,
-cite.c10,
-var.c10,
-em.c10 {
+i.c9,
+cite.c9,
+var.c9,
+em.c9 {
font-style: italic;
}
-kbd.c10,
-pre.c10,
-samp.c10 {
+kbd.c9,
+pre.c9,
+samp.c9 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c10 .c13 {
+.c9 .c12 {
top: 0.1em;
}
`;
@@ -1192,7 +1072,7 @@ exports[`states renders correctly for an RadioGroup with state primary 1`] = `
color: inherit;
}
-.c7 {
+.c6 {
margin: unset;
padding: unset;
border: unset;
@@ -1205,7 +1085,7 @@ exports[`states renders correctly for an RadioGroup with state primary 1`] = `
color: inherit;
}
-.c11 {
+.c10 {
margin: unset;
padding: unset;
border: unset;
@@ -1219,37 +1099,11 @@ exports[`states renders correctly for an RadioGroup with state primary 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c5 {
+.c4 {
display: inline-block;
}
-.c9 {
+.c8 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 100%;
@@ -1258,31 +1112,31 @@ exports[`states renders correctly for an RadioGroup with state primary 1`] = `
width: 1em;
}
-.c9 {
+.c8 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c12[disabled] + .c8 {
+.c11[disabled] + .c7 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c12:checked:focus + .c8 {
+.c11:checked:focus + .c7 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c12:focus + .c8 {
+.c11:focus + .c7 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c12:not([disabled]):checked + .c8 {
+.c11:not([disabled]):checked + .c7 {
border-color: #7467c0;
}
-.c12:checked + .c8::before {
+.c11:checked + .c7::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -1296,11 +1150,11 @@ exports[`states renders correctly for an RadioGroup with state primary 1`] = `
width: 8px;
}
-.c12[disabled]:checked + .c8::before {
+.c11[disabled]:checked + .c7::before {
background: #9a9a9a;
}
-.c6 {
+.c5 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -1310,30 +1164,30 @@ exports[`states renders correctly for an RadioGroup with state primary 1`] = `
width: 1px;
}
-.c6[disabled] + .c8 {
+.c5[disabled] + .c7 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c6:checked:focus + .c8 {
+.c5:checked:focus + .c7 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c6:focus + .c8 {
+.c5:focus + .c7 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c6:not([disabled]):checked + .c8 {
+.c5:not([disabled]):checked + .c7 {
border-color: #7467c0;
}
-.c6:checked + .c8 {
+.c5:checked + .c7 {
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c6:checked + .c8::before {
+.c5:checked + .c7::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -1347,11 +1201,11 @@ exports[`states renders correctly for an RadioGroup with state primary 1`] = `
width: 8px;
}
-.c6[disabled]:checked + .c8::before {
+.c5[disabled]:checked + .c7::before {
background: #9a9a9a;
}
-.c4 {
+.c3 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -1362,22 +1216,22 @@ exports[`states renders correctly for an RadioGroup with state primary 1`] = `
align-items: center;
}
-.c2 .c3:not(:last-child) {
+.c0 .c2:not(:last-child) {
margin-bottom: 0.5rem;
}
-abbr.c10 {
+abbr.c9 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c10 {
+i.c9 {
font-style: italic;
}
-kbd.c10 {
+kbd.c9 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -1385,124 +1239,120 @@ kbd.c10 {
padding: 0.1rem 0.2rem;
}
-mark.c10 {
+mark.c9 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c10 {
+strong.c9 {
font-weight: bold;
}
-sub.c10,
-sup.c10 {
+sub.c9,
+sup.c9 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c10,
-u.c10 {
+ins.c9,
+u.c9 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c10,
-cite.c10,
-var.c10,
-em.c10 {
+i.c9,
+cite.c9,
+var.c9,
+em.c9 {
font-style: italic;
}
-kbd.c10,
-pre.c10,
-samp.c10 {
+kbd.c9,
+pre.c9,
+samp.c9 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c10 .c13 {
+.c9 .c12 {
top: 0.1em;
}
`;
@@ -1520,7 +1370,7 @@ exports[`states renders correctly for an RadioGroup with state success 1`] = `
color: inherit;
}
-.c7 {
+.c6 {
margin: unset;
padding: unset;
border: unset;
@@ -1533,7 +1383,7 @@ exports[`states renders correctly for an RadioGroup with state success 1`] = `
color: inherit;
}
-.c11 {
+.c10 {
margin: unset;
padding: unset;
border: unset;
@@ -1547,37 +1397,11 @@ exports[`states renders correctly for an RadioGroup with state success 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c5 {
+.c4 {
display: inline-block;
}
-.c9 {
+.c8 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 100%;
@@ -1586,31 +1410,31 @@ exports[`states renders correctly for an RadioGroup with state success 1`] = `
width: 1em;
}
-.c9 {
+.c8 {
border-color: #4ca26c;
box-shadow: #4ca26c 0px 0px 0px 1px !important;
}
-.c12[disabled] + .c8 {
+.c11[disabled] + .c7 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c12:checked:focus + .c8 {
+.c11:checked:focus + .c7 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c12:focus + .c8 {
+.c11:focus + .c7 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c12:not([disabled]):checked + .c8 {
+.c11:not([disabled]):checked + .c7 {
border-color: #7467c0;
}
-.c12:checked + .c8::before {
+.c11:checked + .c7::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -1624,11 +1448,11 @@ exports[`states renders correctly for an RadioGroup with state success 1`] = `
width: 8px;
}
-.c12[disabled]:checked + .c8::before {
+.c11[disabled]:checked + .c7::before {
background: #9a9a9a;
}
-.c6 {
+.c5 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -1638,30 +1462,30 @@ exports[`states renders correctly for an RadioGroup with state success 1`] = `
width: 1px;
}
-.c6[disabled] + .c8 {
+.c5[disabled] + .c7 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c6:checked:focus + .c8 {
+.c5:checked:focus + .c7 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c6:focus + .c8 {
+.c5:focus + .c7 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c6:not([disabled]):checked + .c8 {
+.c5:not([disabled]):checked + .c7 {
border-color: #7467c0;
}
-.c6:checked + .c8 {
+.c5:checked + .c7 {
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c6:checked + .c8::before {
+.c5:checked + .c7::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -1675,11 +1499,11 @@ exports[`states renders correctly for an RadioGroup with state success 1`] = `
width: 8px;
}
-.c6[disabled]:checked + .c8::before {
+.c5[disabled]:checked + .c7::before {
background: #9a9a9a;
}
-.c4 {
+.c3 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -1690,22 +1514,22 @@ exports[`states renders correctly for an RadioGroup with state success 1`] = `
align-items: center;
}
-.c2 .c3:not(:last-child) {
+.c0 .c2:not(:last-child) {
margin-bottom: 0.5rem;
}
-abbr.c10 {
+abbr.c9 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c10 {
+i.c9 {
font-style: italic;
}
-kbd.c10 {
+kbd.c9 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -1713,124 +1537,120 @@ kbd.c10 {
padding: 0.1rem 0.2rem;
}
-mark.c10 {
+mark.c9 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c10 {
+strong.c9 {
font-weight: bold;
}
-sub.c10,
-sup.c10 {
+sub.c9,
+sup.c9 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c10,
-u.c10 {
+ins.c9,
+u.c9 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c10,
-cite.c10,
-var.c10,
-em.c10 {
+i.c9,
+cite.c9,
+var.c9,
+em.c9 {
font-style: italic;
}
-kbd.c10,
-pre.c10,
-samp.c10 {
+kbd.c9,
+pre.c9,
+samp.c9 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c10 .c13 {
+.c9 .c12 {
top: 0.1em;
}
`;
@@ -1848,7 +1668,7 @@ exports[`states renders correctly for an RadioGroup with state warning 1`] = `
color: inherit;
}
-.c7 {
+.c6 {
margin: unset;
padding: unset;
border: unset;
@@ -1861,7 +1681,7 @@ exports[`states renders correctly for an RadioGroup with state warning 1`] = `
color: inherit;
}
-.c11 {
+.c10 {
margin: unset;
padding: unset;
border: unset;
@@ -1875,37 +1695,11 @@ exports[`states renders correctly for an RadioGroup with state warning 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c5 {
+.c4 {
display: inline-block;
}
-.c9 {
+.c8 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 100%;
@@ -1914,31 +1708,31 @@ exports[`states renders correctly for an RadioGroup with state warning 1`] = `
width: 1em;
}
-.c9 {
+.c8 {
border-color: #ffc94c;
box-shadow: #ffc94c 0px 0px 0px 1px !important;
}
-.c12[disabled] + .c8 {
+.c11[disabled] + .c7 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c12:checked:focus + .c8 {
+.c11:checked:focus + .c7 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c12:focus + .c8 {
+.c11:focus + .c7 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c12:not([disabled]):checked + .c8 {
+.c11:not([disabled]):checked + .c7 {
border-color: #7467c0;
}
-.c12:checked + .c8::before {
+.c11:checked + .c7::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -1952,11 +1746,11 @@ exports[`states renders correctly for an RadioGroup with state warning 1`] = `
width: 8px;
}
-.c12[disabled]:checked + .c8::before {
+.c11[disabled]:checked + .c7::before {
background: #9a9a9a;
}
-.c6 {
+.c5 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -1966,30 +1760,30 @@ exports[`states renders correctly for an RadioGroup with state warning 1`] = `
width: 1px;
}
-.c6[disabled] + .c8 {
+.c5[disabled] + .c7 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c6:checked:focus + .c8 {
+.c5:checked:focus + .c7 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c6:focus + .c8 {
+.c5:focus + .c7 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c6:not([disabled]):checked + .c8 {
+.c5:not([disabled]):checked + .c7 {
border-color: #7467c0;
}
-.c6:checked + .c8 {
+.c5:checked + .c7 {
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c6:checked + .c8::before {
+.c5:checked + .c7::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -2003,11 +1797,11 @@ exports[`states renders correctly for an RadioGroup with state warning 1`] = `
width: 8px;
}
-.c6[disabled]:checked + .c8::before {
+.c5[disabled]:checked + .c7::before {
background: #9a9a9a;
}
-.c4 {
+.c3 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -2018,22 +1812,22 @@ exports[`states renders correctly for an RadioGroup with state warning 1`] = `
align-items: center;
}
-.c2 .c3:not(:last-child) {
+.c0 .c2:not(:last-child) {
margin-bottom: 0.5rem;
}
-abbr.c10 {
+abbr.c9 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c10 {
+i.c9 {
font-style: italic;
}
-kbd.c10 {
+kbd.c9 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -2041,123 +1835,119 @@ kbd.c10 {
padding: 0.1rem 0.2rem;
}
-mark.c10 {
+mark.c9 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c10 {
+strong.c9 {
font-weight: bold;
}
-sub.c10,
-sup.c10 {
+sub.c9,
+sup.c9 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c10,
-u.c10 {
+ins.c9,
+u.c9 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c10,
-cite.c10,
-var.c10,
-em.c10 {
+i.c9,
+cite.c9,
+var.c9,
+em.c9 {
font-style: italic;
}
-kbd.c10,
-pre.c10,
-samp.c10 {
+kbd.c9,
+pre.c9,
+samp.c9 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c10 .c13 {
+.c9 .c12 {
top: 0.1em;
}
`;
diff --git a/src/Radio/__tests__/__snapshots__/RadioGroupField.test.js.snap b/src/Radio/__tests__/__snapshots__/RadioGroupField.test.js.snap
index e83245216..4ccc73ec3 100644
--- a/src/Radio/__tests__/__snapshots__/RadioGroupField.test.js.snap
+++ b/src/Radio/__tests__/__snapshots__/RadioGroupField.test.js.snap
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders correctly for a basic RadioGroupField 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -14,7 +14,7 @@ exports[`renders correctly for a basic RadioGroupField 1`] = `
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -28,7 +28,7 @@ exports[`renders correctly for a basic RadioGroupField 1`] = `
margin-bottom: 0.25rem !important;
}
-.c8 {
+.c7 {
margin: unset;
padding: unset;
border: unset;
@@ -42,7 +42,7 @@ exports[`renders correctly for a basic RadioGroupField 1`] = `
margin-top: 0.5rem !important;
}
-.c12 {
+.c11 {
margin: unset;
padding: unset;
border: unset;
@@ -55,7 +55,7 @@ exports[`renders correctly for a basic RadioGroupField 1`] = `
color: inherit;
}
-.c16 {
+.c15 {
margin: unset;
padding: unset;
border: unset;
@@ -69,44 +69,18 @@ exports[`renders correctly for a basic RadioGroupField 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c5 {
+.c4 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c14 {
+.c13 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 100%;
@@ -115,7 +89,7 @@ exports[`renders correctly for a basic RadioGroupField 1`] = `
width: 1em;
}
-.c11 {
+.c10 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -125,26 +99,26 @@ exports[`renders correctly for a basic RadioGroupField 1`] = `
width: 1px;
}
-.c11[disabled] + .c13 {
+.c10[disabled] + .c12 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c11:checked:focus + .c13 {
+.c10:checked:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:focus + .c13 {
+.c10:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:not([disabled]):checked + .c13 {
+.c10:not([disabled]):checked + .c12 {
border-color: #7467c0;
}
-.c11:checked + .c13::before {
+.c10:checked + .c12::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -158,11 +132,11 @@ exports[`renders correctly for a basic RadioGroupField 1`] = `
width: 8px;
}
-.c11[disabled]:checked + .c13::before {
+.c10[disabled]:checked + .c12::before {
background: #9a9a9a;
}
-.c10 {
+.c9 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -173,22 +147,22 @@ exports[`renders correctly for a basic RadioGroupField 1`] = `
align-items: center;
}
-.c7 .c9:not(:last-child) {
+.c6 .c8:not(:last-child) {
margin-bottom: 0.5rem;
}
-abbr.c15 {
+abbr.c14 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c15 {
+i.c14 {
font-style: italic;
}
-kbd.c15 {
+kbd.c14 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -196,164 +170,160 @@ kbd.c15 {
padding: 0.1rem 0.2rem;
}
-mark.c15 {
+mark.c14 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c15 {
+strong.c14 {
font-weight: bold;
}
-sub.c15,
-sup.c15 {
+sub.c14,
+sup.c14 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c15,
-u.c15 {
+ins.c14,
+u.c14 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c15,
-cite.c15,
-var.c15,
-em.c15 {
+i.c14,
+cite.c14,
+var.c14,
+em.c14 {
font-style: italic;
}
-kbd.c15,
-pre.c15,
-samp.c15 {
+kbd.c14,
+pre.c14,
+samp.c14 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c15 .c17 {
+.c14 .c16 {
top: 0.1em;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
`;
exports[`renders correctly for a disabled RadioGroupField 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -366,7 +336,7 @@ exports[`renders correctly for a disabled RadioGroupField 1`] = `
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -380,7 +350,7 @@ exports[`renders correctly for a disabled RadioGroupField 1`] = `
margin-bottom: 0.25rem !important;
}
-.c8 {
+.c7 {
margin: unset;
padding: unset;
border: unset;
@@ -394,7 +364,7 @@ exports[`renders correctly for a disabled RadioGroupField 1`] = `
margin-top: 0.5rem !important;
}
-.c12 {
+.c11 {
margin: unset;
padding: unset;
border: unset;
@@ -407,7 +377,7 @@ exports[`renders correctly for a disabled RadioGroupField 1`] = `
color: inherit;
}
-.c16 {
+.c15 {
margin: unset;
padding: unset;
border: unset;
@@ -421,44 +391,18 @@ exports[`renders correctly for a disabled RadioGroupField 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c5 {
+.c4 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c14 {
+.c13 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 100%;
@@ -467,7 +411,7 @@ exports[`renders correctly for a disabled RadioGroupField 1`] = `
width: 1em;
}
-.c11 {
+.c10 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -477,26 +421,26 @@ exports[`renders correctly for a disabled RadioGroupField 1`] = `
width: 1px;
}
-.c11[disabled] + .c13 {
+.c10[disabled] + .c12 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c11:checked:focus + .c13 {
+.c10:checked:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:focus + .c13 {
+.c10:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:not([disabled]):checked + .c13 {
+.c10:not([disabled]):checked + .c12 {
border-color: #7467c0;
}
-.c11:checked + .c13::before {
+.c10:checked + .c12::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -510,11 +454,11 @@ exports[`renders correctly for a disabled RadioGroupField 1`] = `
width: 8px;
}
-.c11[disabled]:checked + .c13::before {
+.c10[disabled]:checked + .c12::before {
background: #9a9a9a;
}
-.c10 {
+.c9 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -525,22 +469,22 @@ exports[`renders correctly for a disabled RadioGroupField 1`] = `
align-items: center;
}
-.c7 .c9:not(:last-child) {
+.c6 .c8:not(:last-child) {
margin-bottom: 0.5rem;
}
-abbr.c15 {
+abbr.c14 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c15 {
+i.c14 {
font-style: italic;
}
-kbd.c15 {
+kbd.c14 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -548,167 +492,163 @@ kbd.c15 {
padding: 0.1rem 0.2rem;
}
-mark.c15 {
+mark.c14 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c15 {
+strong.c14 {
font-weight: bold;
}
-sub.c15,
-sup.c15 {
+sub.c14,
+sup.c14 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c15,
-u.c15 {
+ins.c14,
+u.c14 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c15,
-cite.c15,
-var.c15,
-em.c15 {
+i.c14,
+cite.c14,
+var.c14,
+em.c14 {
font-style: italic;
}
-kbd.c15,
-pre.c15,
-samp.c15 {
+kbd.c14,
+pre.c14,
+samp.c14 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c15 .c17 {
+.c14 .c16 {
top: 0.1em;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-
-
+
+
+
-
-
-
+ Overcast
+
+
+
`;
exports[`renders correctly for a disabled RadioGroupField option 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -721,7 +661,7 @@ exports[`renders correctly for a disabled RadioGroupField option 1`] = `
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -735,7 +675,7 @@ exports[`renders correctly for a disabled RadioGroupField option 1`] = `
margin-bottom: 0.25rem !important;
}
-.c8 {
+.c7 {
margin: unset;
padding: unset;
border: unset;
@@ -749,7 +689,7 @@ exports[`renders correctly for a disabled RadioGroupField option 1`] = `
margin-top: 0.5rem !important;
}
-.c12 {
+.c11 {
margin: unset;
padding: unset;
border: unset;
@@ -762,7 +702,7 @@ exports[`renders correctly for a disabled RadioGroupField option 1`] = `
color: inherit;
}
-.c16 {
+.c15 {
margin: unset;
padding: unset;
border: unset;
@@ -776,44 +716,18 @@ exports[`renders correctly for a disabled RadioGroupField option 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c5 {
+.c4 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c14 {
+.c13 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 100%;
@@ -822,7 +736,7 @@ exports[`renders correctly for a disabled RadioGroupField option 1`] = `
width: 1em;
}
-.c11 {
+.c10 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -832,26 +746,26 @@ exports[`renders correctly for a disabled RadioGroupField option 1`] = `
width: 1px;
}
-.c11[disabled] + .c13 {
+.c10[disabled] + .c12 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c11:checked:focus + .c13 {
+.c10:checked:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:focus + .c13 {
+.c10:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:not([disabled]):checked + .c13 {
+.c10:not([disabled]):checked + .c12 {
border-color: #7467c0;
}
-.c11:checked + .c13::before {
+.c10:checked + .c12::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -865,11 +779,11 @@ exports[`renders correctly for a disabled RadioGroupField option 1`] = `
width: 8px;
}
-.c11[disabled]:checked + .c13::before {
+.c10[disabled]:checked + .c12::before {
background: #9a9a9a;
}
-.c10 {
+.c9 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -880,22 +794,22 @@ exports[`renders correctly for a disabled RadioGroupField option 1`] = `
align-items: center;
}
-.c7 .c9:not(:last-child) {
+.c6 .c8:not(:last-child) {
margin-bottom: 0.5rem;
}
-abbr.c15 {
+abbr.c14 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c15 {
+i.c14 {
font-style: italic;
}
-kbd.c15 {
+kbd.c14 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -903,165 +817,161 @@ kbd.c15 {
padding: 0.1rem 0.2rem;
}
-mark.c15 {
+mark.c14 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c15 {
+strong.c14 {
font-weight: bold;
}
-sub.c15,
-sup.c15 {
+sub.c14,
+sup.c14 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c15,
-u.c15 {
+ins.c14,
+u.c14 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c15,
-cite.c15,
-var.c15,
-em.c15 {
+i.c14,
+cite.c14,
+var.c14,
+em.c14 {
font-style: italic;
}
-kbd.c15,
-pre.c15,
-samp.c15 {
+kbd.c14,
+pre.c14,
+samp.c14 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c15 .c17 {
+.c14 .c16 {
top: 0.1em;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
`;
exports[`renders correctly for a required field 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -1074,7 +984,7 @@ exports[`renders correctly for a required field 1`] = `
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -1088,7 +998,7 @@ exports[`renders correctly for a required field 1`] = `
margin-bottom: 0.25rem !important;
}
-.c8 {
+.c7 {
margin: unset;
padding: unset;
border: unset;
@@ -1102,7 +1012,7 @@ exports[`renders correctly for a required field 1`] = `
margin-top: 0.5rem !important;
}
-.c12 {
+.c11 {
margin: unset;
padding: unset;
border: unset;
@@ -1115,7 +1025,7 @@ exports[`renders correctly for a required field 1`] = `
color: inherit;
}
-.c16 {
+.c15 {
margin: unset;
padding: unset;
border: unset;
@@ -1129,44 +1039,18 @@ exports[`renders correctly for a required field 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c5 {
+.c4 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c14 {
+.c13 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 100%;
@@ -1175,7 +1059,7 @@ exports[`renders correctly for a required field 1`] = `
width: 1em;
}
-.c11 {
+.c10 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -1185,26 +1069,26 @@ exports[`renders correctly for a required field 1`] = `
width: 1px;
}
-.c11[disabled] + .c13 {
+.c10[disabled] + .c12 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c11:checked:focus + .c13 {
+.c10:checked:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:focus + .c13 {
+.c10:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:not([disabled]):checked + .c13 {
+.c10:not([disabled]):checked + .c12 {
border-color: #7467c0;
}
-.c11:checked + .c13::before {
+.c10:checked + .c12::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -1218,34 +1102,34 @@ exports[`renders correctly for a required field 1`] = `
width: 8px;
}
-.c11[disabled]:checked + .c13::before {
+.c10[disabled]:checked + .c12::before {
background: #9a9a9a;
}
-.c17[disabled] + .c13 {
+.c16[disabled] + .c12 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c17:checked:focus + .c13 {
+.c16:checked:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c17:focus + .c13 {
+.c16:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c17:not([disabled]):checked + .c13 {
+.c16:not([disabled]):checked + .c12 {
border-color: #7467c0;
}
-.c17:checked + .c13 {
+.c16:checked + .c12 {
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c17:checked + .c13::before {
+.c16:checked + .c12::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -1259,11 +1143,11 @@ exports[`renders correctly for a required field 1`] = `
width: 8px;
}
-.c17[disabled]:checked + .c13::before {
+.c16[disabled]:checked + .c12::before {
background: #9a9a9a;
}
-.c10 {
+.c9 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -1274,22 +1158,22 @@ exports[`renders correctly for a required field 1`] = `
align-items: center;
}
-.c7 .c9:not(:last-child) {
+.c6 .c8:not(:last-child) {
margin-bottom: 0.5rem;
}
-abbr.c15 {
+abbr.c14 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c15 {
+i.c14 {
font-style: italic;
}
-kbd.c15 {
+kbd.c14 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -1297,164 +1181,160 @@ kbd.c15 {
padding: 0.1rem 0.2rem;
}
-mark.c15 {
+mark.c14 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c15 {
+strong.c14 {
font-weight: bold;
}
-sub.c15,
-sup.c15 {
+sub.c14,
+sup.c14 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c15,
-u.c15 {
+ins.c14,
+u.c14 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c15,
-cite.c15,
-var.c15,
-em.c15 {
+i.c14,
+cite.c14,
+var.c14,
+em.c14 {
font-style: italic;
}
-kbd.c15,
-pre.c15,
-samp.c15 {
+kbd.c14,
+pre.c14,
+samp.c14 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c15 .c18 {
+.c14 .c17 {
top: 0.1em;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-
-
+
+
+
-
-
-
+ Overcast
+
+
+
`;
exports[`renders correctly for an input field with a description 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -1467,7 +1347,7 @@ exports[`renders correctly for an input field with a description 1`] = `
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -1481,7 +1361,7 @@ exports[`renders correctly for an input field with a description 1`] = `
margin-bottom: 0.25rem !important;
}
-.c10 {
+.c9 {
margin: unset;
padding: unset;
border: unset;
@@ -1495,7 +1375,7 @@ exports[`renders correctly for an input field with a description 1`] = `
margin-top: 0.5rem !important;
}
-.c14 {
+.c13 {
margin: unset;
padding: unset;
border: unset;
@@ -1508,7 +1388,7 @@ exports[`renders correctly for an input field with a description 1`] = `
color: inherit;
}
-.c17 {
+.c16 {
margin: unset;
padding: unset;
border: unset;
@@ -1522,44 +1402,18 @@ exports[`renders correctly for an input field with a description 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c5 {
+.c4 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c16 {
+.c15 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 100%;
@@ -1568,7 +1422,7 @@ exports[`renders correctly for an input field with a description 1`] = `
width: 1em;
}
-.c13 {
+.c12 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -1578,26 +1432,26 @@ exports[`renders correctly for an input field with a description 1`] = `
width: 1px;
}
-.c13[disabled] + .c15 {
+.c12[disabled] + .c14 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c13:checked:focus + .c15 {
+.c12:checked:focus + .c14 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c13:focus + .c15 {
+.c12:focus + .c14 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c13:not([disabled]):checked + .c15 {
+.c12:not([disabled]):checked + .c14 {
border-color: #7467c0;
}
-.c13:checked + .c15::before {
+.c12:checked + .c14::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -1611,34 +1465,34 @@ exports[`renders correctly for an input field with a description 1`] = `
width: 8px;
}
-.c13[disabled]:checked + .c15::before {
+.c12[disabled]:checked + .c14::before {
background: #9a9a9a;
}
-.c18[disabled] + .c15 {
+.c17[disabled] + .c14 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c18:checked:focus + .c15 {
+.c17:checked:focus + .c14 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c18:focus + .c15 {
+.c17:focus + .c14 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c18:not([disabled]):checked + .c15 {
+.c17:not([disabled]):checked + .c14 {
border-color: #7467c0;
}
-.c18:checked + .c15 {
+.c17:checked + .c14 {
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c18:checked + .c15::before {
+.c17:checked + .c14::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -1652,11 +1506,11 @@ exports[`renders correctly for an input field with a description 1`] = `
width: 8px;
}
-.c18[disabled]:checked + .c15::before {
+.c17[disabled]:checked + .c14::before {
background: #9a9a9a;
}
-.c12 {
+.c11 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -1667,22 +1521,22 @@ exports[`renders correctly for an input field with a description 1`] = `
align-items: center;
}
-.c9 .c11:not(:last-child) {
+.c8 .c10:not(:last-child) {
margin-bottom: 0.5rem;
}
-abbr.c8 {
+abbr.c7 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c8 {
+i.c7 {
font-style: italic;
}
-kbd.c8 {
+kbd.c7 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -1690,173 +1544,169 @@ kbd.c8 {
padding: 0.1rem 0.2rem;
}
-mark.c8 {
+mark.c7 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c8 {
+strong.c7 {
font-weight: bold;
}
-sub.c8,
-sup.c8 {
+sub.c7,
+sup.c7 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c8,
-u.c8 {
+ins.c7,
+u.c7 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c8,
-cite.c8,
-var.c8,
-em.c8 {
+i.c7,
+cite.c7,
+var.c7,
+em.c7 {
font-style: italic;
}
-kbd.c8,
-pre.c8,
-samp.c8 {
+kbd.c7,
+pre.c7,
+samp.c7 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c8 .c19 {
+.c7 .c18 {
top: 0.1em;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-.c7 {
+.c6 {
display: block;
font-size: 0.8rem;
}
+
+ Username
+
+
+
+ Required for your fannypack
+
+
-
-
- Required for your fannypack
-
-
-
+ Overcast
+
+
+
`;
exports[`renders correctly for an input field with a hint 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -1869,7 +1719,7 @@ exports[`renders correctly for an input field with a hint 1`] = `
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -1883,7 +1733,7 @@ exports[`renders correctly for an input field with a hint 1`] = `
margin-bottom: 0.25rem !important;
}
-.c8 {
+.c7 {
margin: unset;
padding: unset;
border: unset;
@@ -1897,7 +1747,7 @@ exports[`renders correctly for an input field with a hint 1`] = `
margin-top: 0.5rem !important;
}
-.c12 {
+.c11 {
margin: unset;
padding: unset;
border: unset;
@@ -1910,7 +1760,7 @@ exports[`renders correctly for an input field with a hint 1`] = `
color: inherit;
}
-.c16 {
+.c15 {
margin: unset;
padding: unset;
border: unset;
@@ -1924,44 +1774,18 @@ exports[`renders correctly for an input field with a hint 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c5 {
+.c4 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c14 {
+.c13 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 100%;
@@ -1970,7 +1794,7 @@ exports[`renders correctly for an input field with a hint 1`] = `
width: 1em;
}
-.c11 {
+.c10 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -1980,26 +1804,26 @@ exports[`renders correctly for an input field with a hint 1`] = `
width: 1px;
}
-.c11[disabled] + .c13 {
+.c10[disabled] + .c12 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c11:checked:focus + .c13 {
+.c10:checked:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:focus + .c13 {
+.c10:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:not([disabled]):checked + .c13 {
+.c10:not([disabled]):checked + .c12 {
border-color: #7467c0;
}
-.c11:checked + .c13::before {
+.c10:checked + .c12::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -2013,34 +1837,34 @@ exports[`renders correctly for an input field with a hint 1`] = `
width: 8px;
}
-.c11[disabled]:checked + .c13::before {
+.c10[disabled]:checked + .c12::before {
background: #9a9a9a;
}
-.c18[disabled] + .c13 {
+.c17[disabled] + .c12 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c18:checked:focus + .c13 {
+.c17:checked:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c18:focus + .c13 {
+.c17:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c18:not([disabled]):checked + .c13 {
+.c17:not([disabled]):checked + .c12 {
border-color: #7467c0;
}
-.c18:checked + .c13 {
+.c17:checked + .c12 {
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c18:checked + .c13::before {
+.c17:checked + .c12::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -2054,11 +1878,11 @@ exports[`renders correctly for an input field with a hint 1`] = `
width: 8px;
}
-.c18[disabled]:checked + .c13::before {
+.c17[disabled]:checked + .c12::before {
background: #9a9a9a;
}
-.c10 {
+.c9 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -2069,22 +1893,22 @@ exports[`renders correctly for an input field with a hint 1`] = `
align-items: center;
}
-.c7 .c9:not(:last-child) {
+.c6 .c8:not(:last-child) {
margin-bottom: 0.5rem;
}
-abbr.c15 {
+abbr.c14 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c15 {
+i.c14 {
font-style: italic;
}
-kbd.c15 {
+kbd.c14 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -2092,174 +1916,170 @@ kbd.c15 {
padding: 0.1rem 0.2rem;
}
-mark.c15 {
+mark.c14 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c15 {
+strong.c14 {
font-weight: bold;
}
-sub.c15,
-sup.c15 {
+sub.c14,
+sup.c14 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c15,
-u.c15 {
+ins.c14,
+u.c14 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c15,
-cite.c15,
-var.c15,
-em.c15 {
+i.c14,
+cite.c14,
+var.c14,
+em.c14 {
font-style: italic;
}
-kbd.c15,
-pre.c15,
-samp.c15 {
+kbd.c14,
+pre.c14,
+samp.c14 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c15 .c19 {
+.c14 .c18 {
top: 0.1em;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-.c17 {
+.c16 {
display: block;
font-size: 0.8rem;
margin-top: 0.25rem;
}
+
+ Username
+
+
+
+
-
-
-
-
+
+
- Must be awesome
-
+
+
+
+ Overcast
+
+
+
+ Must be awesome
+
`;
exports[`renders correctly for an optional input field 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -2272,7 +2092,7 @@ exports[`renders correctly for an optional input field 1`] = `
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -2286,7 +2106,7 @@ exports[`renders correctly for an optional input field 1`] = `
margin-bottom: 0.25rem !important;
}
-.c10 {
+.c9 {
margin: unset;
padding: unset;
border: unset;
@@ -2300,7 +2120,7 @@ exports[`renders correctly for an optional input field 1`] = `
margin-top: 0.5rem !important;
}
-.c14 {
+.c13 {
margin: unset;
padding: unset;
border: unset;
@@ -2313,7 +2133,7 @@ exports[`renders correctly for an optional input field 1`] = `
color: inherit;
}
-.c17 {
+.c16 {
margin: unset;
padding: unset;
border: unset;
@@ -2327,44 +2147,18 @@ exports[`renders correctly for an optional input field 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c5 {
+.c4 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c16 {
+.c15 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 100%;
@@ -2373,7 +2167,7 @@ exports[`renders correctly for an optional input field 1`] = `
width: 1em;
}
-.c13 {
+.c12 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -2383,26 +2177,26 @@ exports[`renders correctly for an optional input field 1`] = `
width: 1px;
}
-.c13[disabled] + .c15 {
+.c12[disabled] + .c14 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c13:checked:focus + .c15 {
+.c12:checked:focus + .c14 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c13:focus + .c15 {
+.c12:focus + .c14 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c13:not([disabled]):checked + .c15 {
+.c12:not([disabled]):checked + .c14 {
border-color: #7467c0;
}
-.c13:checked + .c15::before {
+.c12:checked + .c14::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -2416,34 +2210,34 @@ exports[`renders correctly for an optional input field 1`] = `
width: 8px;
}
-.c13[disabled]:checked + .c15::before {
+.c12[disabled]:checked + .c14::before {
background: #9a9a9a;
}
-.c18[disabled] + .c15 {
+.c17[disabled] + .c14 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c18:checked:focus + .c15 {
+.c17:checked:focus + .c14 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c18:focus + .c15 {
+.c17:focus + .c14 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c18:not([disabled]):checked + .c15 {
+.c17:not([disabled]):checked + .c14 {
border-color: #7467c0;
}
-.c18:checked + .c15 {
+.c17:checked + .c14 {
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c18:checked + .c15::before {
+.c17:checked + .c14::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -2457,11 +2251,11 @@ exports[`renders correctly for an optional input field 1`] = `
width: 8px;
}
-.c18[disabled]:checked + .c15::before {
+.c17[disabled]:checked + .c14::before {
background: #9a9a9a;
}
-.c12 {
+.c11 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -2472,22 +2266,22 @@ exports[`renders correctly for an optional input field 1`] = `
align-items: center;
}
-.c9 .c11:not(:last-child) {
+.c8 .c10:not(:last-child) {
margin-bottom: 0.5rem;
}
-abbr.c8 {
+abbr.c7 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c8 {
+i.c7 {
font-style: italic;
}
-kbd.c8 {
+kbd.c7 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -2495,175 +2289,171 @@ kbd.c8 {
padding: 0.1rem 0.2rem;
}
-mark.c8 {
+mark.c7 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c8 {
+strong.c7 {
font-weight: bold;
}
-sub.c8,
-sup.c8 {
+sub.c7,
+sup.c7 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c8,
-u.c8 {
+ins.c7,
+u.c7 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c8,
-cite.c8,
-var.c8,
-em.c8 {
+i.c7,
+cite.c7,
+var.c7,
+em.c7 {
font-style: italic;
}
-kbd.c8,
-pre.c8,
-samp.c8 {
+kbd.c7,
+pre.c7,
+samp.c7 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c8 .c19 {
+.c7 .c18 {
top: 0.1em;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-.c7 {
+.c6 {
font-size: 0.8rem;
color: #708da8;
margin-left: 0.5rem;
}
-
-
+
+ OPTIONAL
+
+
+
+
-
-
-
+ Overcast
+
+
+
`;
exports[`states renders correctly for an RadioGroupField with state danger 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -2676,7 +2466,7 @@ exports[`states renders correctly for an RadioGroupField with state danger 1`] =
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -2690,7 +2480,7 @@ exports[`states renders correctly for an RadioGroupField with state danger 1`] =
margin-bottom: 0.25rem !important;
}
-.c8 {
+.c7 {
margin: unset;
padding: unset;
border: unset;
@@ -2704,7 +2494,7 @@ exports[`states renders correctly for an RadioGroupField with state danger 1`] =
margin-top: 0.5rem !important;
}
-.c12 {
+.c11 {
margin: unset;
padding: unset;
border: unset;
@@ -2717,7 +2507,7 @@ exports[`states renders correctly for an RadioGroupField with state danger 1`] =
color: inherit;
}
-.c16 {
+.c15 {
margin: unset;
padding: unset;
border: unset;
@@ -2731,44 +2521,18 @@ exports[`states renders correctly for an RadioGroupField with state danger 1`] =
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c5 {
+.c4 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c14 {
+.c13 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 100%;
@@ -2777,31 +2541,31 @@ exports[`states renders correctly for an RadioGroupField with state danger 1`] =
width: 1em;
}
-.c14 {
+.c13 {
border-color: #e24c67;
box-shadow: #e24c67 0px 0px 0px 1px !important;
}
-.c17[disabled] + .c13 {
+.c16[disabled] + .c12 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c17:checked:focus + .c13 {
+.c16:checked:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c17:focus + .c13 {
+.c16:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c17:not([disabled]):checked + .c13 {
+.c16:not([disabled]):checked + .c12 {
border-color: #7467c0;
}
-.c17:checked + .c13::before {
+.c16:checked + .c12::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -2815,11 +2579,11 @@ exports[`states renders correctly for an RadioGroupField with state danger 1`] =
width: 8px;
}
-.c17[disabled]:checked + .c13::before {
+.c16[disabled]:checked + .c12::before {
background: #9a9a9a;
}
-.c11 {
+.c10 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -2829,30 +2593,30 @@ exports[`states renders correctly for an RadioGroupField with state danger 1`] =
width: 1px;
}
-.c11[disabled] + .c13 {
+.c10[disabled] + .c12 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c11:checked:focus + .c13 {
+.c10:checked:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:focus + .c13 {
+.c10:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:not([disabled]):checked + .c13 {
+.c10:not([disabled]):checked + .c12 {
border-color: #7467c0;
}
-.c11:checked + .c13 {
+.c10:checked + .c12 {
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:checked + .c13::before {
+.c10:checked + .c12::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -2866,11 +2630,11 @@ exports[`states renders correctly for an RadioGroupField with state danger 1`] =
width: 8px;
}
-.c11[disabled]:checked + .c13::before {
+.c10[disabled]:checked + .c12::before {
background: #9a9a9a;
}
-.c10 {
+.c9 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -2881,22 +2645,22 @@ exports[`states renders correctly for an RadioGroupField with state danger 1`] =
align-items: center;
}
-.c7 .c9:not(:last-child) {
+.c6 .c8:not(:last-child) {
margin-bottom: 0.5rem;
}
-abbr.c15 {
+abbr.c14 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c15 {
+i.c14 {
font-style: italic;
}
-kbd.c15 {
+kbd.c14 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -2904,164 +2668,160 @@ kbd.c15 {
padding: 0.1rem 0.2rem;
}
-mark.c15 {
+mark.c14 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c15 {
+strong.c14 {
font-weight: bold;
}
-sub.c15,
-sup.c15 {
+sub.c14,
+sup.c14 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c15,
-u.c15 {
+ins.c14,
+u.c14 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c15,
-cite.c15,
-var.c15,
-em.c15 {
+i.c14,
+cite.c14,
+var.c14,
+em.c14 {
font-style: italic;
}
-kbd.c15,
-pre.c15,
-samp.c15 {
+kbd.c14,
+pre.c14,
+samp.c14 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c15 .c18 {
+.c14 .c17 {
top: 0.1em;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
`;
exports[`states renders correctly for an RadioGroupField with state primary 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -3074,7 +2834,7 @@ exports[`states renders correctly for an RadioGroupField with state primary 1`]
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -3088,7 +2848,7 @@ exports[`states renders correctly for an RadioGroupField with state primary 1`]
margin-bottom: 0.25rem !important;
}
-.c8 {
+.c7 {
margin: unset;
padding: unset;
border: unset;
@@ -3102,7 +2862,7 @@ exports[`states renders correctly for an RadioGroupField with state primary 1`]
margin-top: 0.5rem !important;
}
-.c12 {
+.c11 {
margin: unset;
padding: unset;
border: unset;
@@ -3115,7 +2875,7 @@ exports[`states renders correctly for an RadioGroupField with state primary 1`]
color: inherit;
}
-.c16 {
+.c15 {
margin: unset;
padding: unset;
border: unset;
@@ -3129,44 +2889,18 @@ exports[`states renders correctly for an RadioGroupField with state primary 1`]
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c5 {
+.c4 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c14 {
+.c13 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 100%;
@@ -3175,31 +2909,31 @@ exports[`states renders correctly for an RadioGroupField with state primary 1`]
width: 1em;
}
-.c14 {
+.c13 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c17[disabled] + .c13 {
+.c16[disabled] + .c12 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c17:checked:focus + .c13 {
+.c16:checked:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c17:focus + .c13 {
+.c16:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c17:not([disabled]):checked + .c13 {
+.c16:not([disabled]):checked + .c12 {
border-color: #7467c0;
}
-.c17:checked + .c13::before {
+.c16:checked + .c12::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -3213,11 +2947,11 @@ exports[`states renders correctly for an RadioGroupField with state primary 1`]
width: 8px;
}
-.c17[disabled]:checked + .c13::before {
+.c16[disabled]:checked + .c12::before {
background: #9a9a9a;
}
-.c11 {
+.c10 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -3227,30 +2961,30 @@ exports[`states renders correctly for an RadioGroupField with state primary 1`]
width: 1px;
}
-.c11[disabled] + .c13 {
+.c10[disabled] + .c12 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c11:checked:focus + .c13 {
+.c10:checked:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:focus + .c13 {
+.c10:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:not([disabled]):checked + .c13 {
+.c10:not([disabled]):checked + .c12 {
border-color: #7467c0;
}
-.c11:checked + .c13 {
+.c10:checked + .c12 {
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:checked + .c13::before {
+.c10:checked + .c12::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -3264,11 +2998,11 @@ exports[`states renders correctly for an RadioGroupField with state primary 1`]
width: 8px;
}
-.c11[disabled]:checked + .c13::before {
+.c10[disabled]:checked + .c12::before {
background: #9a9a9a;
}
-.c10 {
+.c9 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -3279,22 +3013,22 @@ exports[`states renders correctly for an RadioGroupField with state primary 1`]
align-items: center;
}
-.c7 .c9:not(:last-child) {
+.c6 .c8:not(:last-child) {
margin-bottom: 0.5rem;
}
-abbr.c15 {
+abbr.c14 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c15 {
+i.c14 {
font-style: italic;
}
-kbd.c15 {
+kbd.c14 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -3302,164 +3036,160 @@ kbd.c15 {
padding: 0.1rem 0.2rem;
}
-mark.c15 {
+mark.c14 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c15 {
+strong.c14 {
font-weight: bold;
}
-sub.c15,
-sup.c15 {
+sub.c14,
+sup.c14 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c15,
-u.c15 {
+ins.c14,
+u.c14 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c15,
-cite.c15,
-var.c15,
-em.c15 {
+i.c14,
+cite.c14,
+var.c14,
+em.c14 {
font-style: italic;
}
-kbd.c15,
-pre.c15,
-samp.c15 {
+kbd.c14,
+pre.c14,
+samp.c14 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c15 .c18 {
+.c14 .c17 {
top: 0.1em;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-
-
+
+
+
-
-
-
+ Overcast
+
+
+
`;
exports[`states renders correctly for an RadioGroupField with state success 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -3472,7 +3202,7 @@ exports[`states renders correctly for an RadioGroupField with state success 1`]
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -3486,7 +3216,7 @@ exports[`states renders correctly for an RadioGroupField with state success 1`]
margin-bottom: 0.25rem !important;
}
-.c8 {
+.c7 {
margin: unset;
padding: unset;
border: unset;
@@ -3500,7 +3230,7 @@ exports[`states renders correctly for an RadioGroupField with state success 1`]
margin-top: 0.5rem !important;
}
-.c12 {
+.c11 {
margin: unset;
padding: unset;
border: unset;
@@ -3513,7 +3243,7 @@ exports[`states renders correctly for an RadioGroupField with state success 1`]
color: inherit;
}
-.c16 {
+.c15 {
margin: unset;
padding: unset;
border: unset;
@@ -3527,44 +3257,18 @@ exports[`states renders correctly for an RadioGroupField with state success 1`]
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c5 {
+.c4 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c14 {
+.c13 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 100%;
@@ -3573,31 +3277,31 @@ exports[`states renders correctly for an RadioGroupField with state success 1`]
width: 1em;
}
-.c14 {
+.c13 {
border-color: #4ca26c;
box-shadow: #4ca26c 0px 0px 0px 1px !important;
}
-.c17[disabled] + .c13 {
+.c16[disabled] + .c12 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c17:checked:focus + .c13 {
+.c16:checked:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c17:focus + .c13 {
+.c16:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c17:not([disabled]):checked + .c13 {
+.c16:not([disabled]):checked + .c12 {
border-color: #7467c0;
}
-.c17:checked + .c13::before {
+.c16:checked + .c12::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -3611,11 +3315,11 @@ exports[`states renders correctly for an RadioGroupField with state success 1`]
width: 8px;
}
-.c17[disabled]:checked + .c13::before {
+.c16[disabled]:checked + .c12::before {
background: #9a9a9a;
}
-.c11 {
+.c10 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -3625,30 +3329,30 @@ exports[`states renders correctly for an RadioGroupField with state success 1`]
width: 1px;
}
-.c11[disabled] + .c13 {
+.c10[disabled] + .c12 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c11:checked:focus + .c13 {
+.c10:checked:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:focus + .c13 {
+.c10:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:not([disabled]):checked + .c13 {
+.c10:not([disabled]):checked + .c12 {
border-color: #7467c0;
}
-.c11:checked + .c13 {
+.c10:checked + .c12 {
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:checked + .c13::before {
+.c10:checked + .c12::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -3662,11 +3366,11 @@ exports[`states renders correctly for an RadioGroupField with state success 1`]
width: 8px;
}
-.c11[disabled]:checked + .c13::before {
+.c10[disabled]:checked + .c12::before {
background: #9a9a9a;
}
-.c10 {
+.c9 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -3677,22 +3381,22 @@ exports[`states renders correctly for an RadioGroupField with state success 1`]
align-items: center;
}
-.c7 .c9:not(:last-child) {
+.c6 .c8:not(:last-child) {
margin-bottom: 0.5rem;
}
-abbr.c15 {
+abbr.c14 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c15 {
+i.c14 {
font-style: italic;
}
-kbd.c15 {
+kbd.c14 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -3700,164 +3404,160 @@ kbd.c15 {
padding: 0.1rem 0.2rem;
}
-mark.c15 {
+mark.c14 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c15 {
+strong.c14 {
font-weight: bold;
}
-sub.c15,
-sup.c15 {
+sub.c14,
+sup.c14 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c15,
-u.c15 {
+ins.c14,
+u.c14 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c15,
-cite.c15,
-var.c15,
-em.c15 {
+i.c14,
+cite.c14,
+var.c14,
+em.c14 {
font-style: italic;
}
-kbd.c15,
-pre.c15,
-samp.c15 {
+kbd.c14,
+pre.c14,
+samp.c14 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c15 .c18 {
+.c14 .c17 {
top: 0.1em;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
`;
exports[`states renders correctly for an RadioGroupField with state warning 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -3870,7 +3570,7 @@ exports[`states renders correctly for an RadioGroupField with state warning 1`]
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -3884,7 +3584,7 @@ exports[`states renders correctly for an RadioGroupField with state warning 1`]
margin-bottom: 0.25rem !important;
}
-.c8 {
+.c7 {
margin: unset;
padding: unset;
border: unset;
@@ -3898,7 +3598,7 @@ exports[`states renders correctly for an RadioGroupField with state warning 1`]
margin-top: 0.5rem !important;
}
-.c12 {
+.c11 {
margin: unset;
padding: unset;
border: unset;
@@ -3911,7 +3611,7 @@ exports[`states renders correctly for an RadioGroupField with state warning 1`]
color: inherit;
}
-.c16 {
+.c15 {
margin: unset;
padding: unset;
border: unset;
@@ -3925,44 +3625,18 @@ exports[`states renders correctly for an RadioGroupField with state warning 1`]
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c5 {
+.c4 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c14 {
+.c13 {
border: 1px solid #bdbdbd;
box-shadow: inset 0px 1px 2px #e5e5e5;
border-radius: 100%;
@@ -3971,31 +3645,31 @@ exports[`states renders correctly for an RadioGroupField with state warning 1`]
width: 1em;
}
-.c14 {
+.c13 {
border-color: #ffc94c;
box-shadow: #ffc94c 0px 0px 0px 1px !important;
}
-.c17[disabled] + .c13 {
+.c16[disabled] + .c12 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c17:checked:focus + .c13 {
+.c16:checked:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c17:focus + .c13 {
+.c16:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c17:not([disabled]):checked + .c13 {
+.c16:not([disabled]):checked + .c12 {
border-color: #7467c0;
}
-.c17:checked + .c13::before {
+.c16:checked + .c12::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -4009,11 +3683,11 @@ exports[`states renders correctly for an RadioGroupField with state warning 1`]
width: 8px;
}
-.c17[disabled]:checked + .c13::before {
+.c16[disabled]:checked + .c12::before {
background: #9a9a9a;
}
-.c11 {
+.c10 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -4023,30 +3697,30 @@ exports[`states renders correctly for an RadioGroupField with state warning 1`]
width: 1px;
}
-.c11[disabled] + .c13 {
+.c10[disabled] + .c12 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c11:checked:focus + .c13 {
+.c10:checked:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:focus + .c13 {
+.c10:focus + .c12 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:not([disabled]):checked + .c13 {
+.c10:not([disabled]):checked + .c12 {
border-color: #7467c0;
}
-.c11:checked + .c13 {
+.c10:checked + .c12 {
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:checked + .c13::before {
+.c10:checked + .c12::before {
background: #7467c0;
border-radius: 50%;
content: '';
@@ -4060,11 +3734,11 @@ exports[`states renders correctly for an RadioGroupField with state warning 1`]
width: 8px;
}
-.c11[disabled]:checked + .c13::before {
+.c10[disabled]:checked + .c12::before {
background: #9a9a9a;
}
-.c10 {
+.c9 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -4075,22 +3749,22 @@ exports[`states renders correctly for an RadioGroupField with state warning 1`]
align-items: center;
}
-.c7 .c9:not(:last-child) {
+.c6 .c8:not(:last-child) {
margin-bottom: 0.5rem;
}
-abbr.c15 {
+abbr.c14 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c15 {
+i.c14 {
font-style: italic;
}
-kbd.c15 {
+kbd.c14 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -4098,158 +3772,154 @@ kbd.c15 {
padding: 0.1rem 0.2rem;
}
-mark.c15 {
+mark.c14 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c15 {
+strong.c14 {
font-weight: bold;
}
-sub.c15,
-sup.c15 {
+sub.c14,
+sup.c14 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c15,
-u.c15 {
+ins.c14,
+u.c14 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c15,
-cite.c15,
-var.c15,
-em.c15 {
+i.c14,
+cite.c14,
+var.c14,
+em.c14 {
font-style: italic;
}
-kbd.c15,
-pre.c15,
-samp.c15 {
+kbd.c14,
+pre.c14,
+samp.c14 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c15 .c18 {
+.c14 .c17 {
top: 0.1em;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
`;
diff --git a/src/Rating/__tests__/__snapshots__/Rating.test.js.snap b/src/Rating/__tests__/__snapshots__/Rating.test.js.snap
index 26fd55fd6..6f87c677d 100644
--- a/src/Rating/__tests__/__snapshots__/Rating.test.js.snap
+++ b/src/Rating/__tests__/__snapshots__/Rating.test.js.snap
@@ -1,741 +1,483 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders correctly for a basic rating 1`] = `
-.c1 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
width: 1.5rem;
height: 1.5rem;
}
-.c2 path {
+.c0 path {
fill: #e6e6e6;
}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
`;
exports[`renders correctly with a default rating 1`] = `
.c1 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c3 {
width: 1.5rem;
height: 1.5rem;
}
-.c3 path {
+.c1 path {
fill: #e6e6e6;
}
-.c2 {
+.c0 {
width: 1.5rem;
height: 1.5rem;
}
-.c2 path {
+.c0 path {
fill: gold;
}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
`;
exports[`renders correctly with a different max rating 1`] = `
-.c1 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
width: 1.5rem;
height: 1.5rem;
}
-.c2 path {
+.c0 path {
fill: #e6e6e6;
}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
`;
exports[`sizes renders correctly for a select with size large 1`] = `
-.c1 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
width: 1.5rem;
height: 1.5rem;
}
-.c2 {
+.c0 {
width: 3rem;
height: 3rem;
}
-.c2 path {
+.c0 path {
fill: #e6e6e6;
}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
`;
exports[`sizes renders correctly for a select with size medium 1`] = `
-.c1 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
width: 1.5rem;
height: 1.5rem;
}
-.c2 {
+.c0 {
width: 2rem;
height: 2rem;
}
-.c2 path {
+.c0 path {
fill: #e6e6e6;
}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
`;
exports[`sizes renders correctly for a select with size small 1`] = `
-.c1 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
width: 1.5rem;
height: 1.5rem;
}
-.c2 {
+.c0 {
width: 1rem;
height: 1rem;
}
-.c2 path {
+.c0 path {
fill: #e6e6e6;
}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
`;
diff --git a/src/Rating/__tests__/__snapshots__/RatingStar.test.js.snap b/src/Rating/__tests__/__snapshots__/RatingStar.test.js.snap
index a6058ebc4..e184ad260 100644
--- a/src/Rating/__tests__/__snapshots__/RatingStar.test.js.snap
+++ b/src/Rating/__tests__/__snapshots__/RatingStar.test.js.snap
@@ -1,346 +1,131 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders correctly in basic form 1`] = `
-.c1 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
width: 1.5rem;
height: 1.5rem;
}
-.c2 path {
+.c0 path {
fill: #e6e6e6;
}
`;
exports[`renders correctly when active 1`] = `
-.c1 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
width: 1.5rem;
height: 1.5rem;
}
-.c2 path {
+.c0 path {
fill: gold;
}
`;
exports[`sizes renders correctly for a select with size large 1`] = `
-.c1 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
width: 1.5rem;
height: 1.5rem;
}
-.c2 {
+.c0 {
width: 3rem;
height: 3rem;
}
-.c2 path {
+.c0 path {
fill: #e6e6e6;
}
`;
exports[`sizes renders correctly for a select with size medium 1`] = `
-.c1 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
width: 1.5rem;
height: 1.5rem;
}
-.c2 {
+.c0 {
width: 2rem;
height: 2rem;
}
-.c2 path {
+.c0 path {
fill: #e6e6e6;
}
`;
exports[`sizes renders correctly for a select with size small 1`] = `
-.c1 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
width: 1.5rem;
height: 1.5rem;
}
-.c2 {
+.c0 {
width: 1rem;
height: 1rem;
}
-.c2 path {
+.c0 path {
fill: #e6e6e6;
}
`;
diff --git a/src/Select/__tests__/__snapshots__/Select.test.js.snap b/src/Select/__tests__/__snapshots__/Select.test.js.snap
index 495dbb25a..03b2edda5 100644
--- a/src/Select/__tests__/__snapshots__/Select.test.js.snap
+++ b/src/Select/__tests__/__snapshots__/Select.test.js.snap
@@ -14,24 +14,11 @@ exports[`renders correctly for a basic select 1`] = `
color: inherit;
}
-.c3 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
-.c3.c3.c3 {
+.c1.c1.c1 {
position: relative;
}
-.c5 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -45,36 +32,10 @@ exports[`renders correctly for a basic select 1`] = `
}
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
display: inline-block;
}
-.c7 {
+.c5 {
position: absolute;
width: 20px;
height: 20px;
@@ -86,7 +47,7 @@ exports[`renders correctly for a basic select 1`] = `
transform: translateY(50%);
}
-.c4 {
+.c2 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -100,17 +61,17 @@ exports[`renders correctly for a basic select 1`] = `
width: 100%;
}
-.c4[disabled] {
+.c2[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c4[disabled] + .c6 {
+.c2[disabled] + .c4 {
fill: #8d8d8d;
}
-.c4:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
@@ -120,44 +81,40 @@ exports[`renders correctly for a basic select 1`] = `
-
-
+ Sunny
+
+
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
+ Overcast
+
+
+
+
+
`;
@@ -175,24 +132,11 @@ exports[`renders correctly for a disabled select 1`] = `
color: inherit;
}
-.c3 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
-.c3.c3.c3 {
+.c1.c1.c1 {
position: relative;
}
-.c5 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -206,36 +150,10 @@ exports[`renders correctly for a disabled select 1`] = `
}
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
display: inline-block;
}
-.c7 {
+.c5 {
position: absolute;
width: 20px;
height: 20px;
@@ -247,7 +165,7 @@ exports[`renders correctly for a disabled select 1`] = `
transform: translateY(50%);
}
-.c4 {
+.c2 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -261,72 +179,68 @@ exports[`renders correctly for a disabled select 1`] = `
width: 100%;
}
-.c4[disabled] {
+.c2[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c4[disabled] + .c6 {
+.c2[disabled] + .c4 {
fill: #8d8d8d;
}
-.c4:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c8[disabled] + .c6 {
+.c6[disabled] + .c4 {
fill: #8d8d8d;
}
-
-
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
+ Windy
+
+
+ Overcast
+
+
+
+
+
`;
@@ -344,24 +258,11 @@ exports[`renders correctly for a full width select 1`] = `
color: inherit;
}
-.c3 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
-.c3.c3.c3 {
+.c1.c1.c1 {
position: relative;
}
-.c5 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -375,36 +276,10 @@ exports[`renders correctly for a full width select 1`] = `
}
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
display: inline-block;
}
-.c7 {
+.c5 {
position: absolute;
width: 20px;
height: 20px;
@@ -416,7 +291,7 @@ exports[`renders correctly for a full width select 1`] = `
transform: translateY(50%);
}
-.c4 {
+.c2 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -430,70 +305,66 @@ exports[`renders correctly for a full width select 1`] = `
width: 100%;
}
-.c4[disabled] {
+.c2[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c4[disabled] + .c6 {
+.c2[disabled] + .c4 {
fill: #8d8d8d;
}
-.c4:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c8[disabled] + .c6 {
+.c6[disabled] + .c4 {
fill: #8d8d8d;
}
-
-
+ Sunny
+
+
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
+ Overcast
+
+
+
+
+
`;
@@ -511,24 +382,11 @@ exports[`renders correctly for a select with a default value 1`] = `
color: inherit;
}
-.c3 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
-.c3.c3.c3 {
+.c1.c1.c1 {
position: relative;
}
-.c5 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -542,36 +400,10 @@ exports[`renders correctly for a select with a default value 1`] = `
}
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
display: inline-block;
}
-.c7 {
+.c5 {
position: absolute;
width: 20px;
height: 20px;
@@ -583,7 +415,7 @@ exports[`renders correctly for a select with a default value 1`] = `
transform: translateY(50%);
}
-.c4 {
+.c2 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -597,69 +429,65 @@ exports[`renders correctly for a select with a default value 1`] = `
width: 100%;
}
-.c4[disabled] {
+.c2[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c4[disabled] + .c6 {
+.c2[disabled] + .c4 {
fill: #8d8d8d;
}
-.c4:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c8[disabled] + .c6 {
+.c6[disabled] + .c4 {
fill: #8d8d8d;
}
-
-
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
+ Windy
+
+
+ Overcast
+
+
+
+
+
`;
@@ -677,24 +505,11 @@ exports[`renders correctly for a select with a placeholder 1`] = `
color: inherit;
}
-.c3 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
-.c3.c3.c3 {
+.c1.c1.c1 {
position: relative;
}
-.c5 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -708,36 +523,10 @@ exports[`renders correctly for a select with a placeholder 1`] = `
}
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
display: inline-block;
}
-.c7 {
+.c5 {
position: absolute;
width: 20px;
height: 20px;
@@ -749,11 +538,11 @@ exports[`renders correctly for a select with a placeholder 1`] = `
transform: translateY(50%);
}
-.c8[disabled] + .c6 {
+.c6[disabled] + .c4 {
fill: #8d8d8d;
}
-.c4 {
+.c2 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -767,17 +556,17 @@ exports[`renders correctly for a select with a placeholder 1`] = `
width: 100%;
}
-.c4[disabled] {
+.c2[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c4[disabled] + .c6 {
+.c2[disabled] + .c4 {
fill: #8d8d8d;
}
-.c4:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
@@ -787,50 +576,46 @@ exports[`renders correctly for a select with a placeholder 1`] = `
-
-
+ Select weather...
+
+
-
- Select weather...
-
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
+ Windy
+
+
+ Overcast
+
+
+
+
+
`;
@@ -848,24 +633,11 @@ exports[`sizes renders correctly for a select with size large 1`] = `
color: inherit;
}
-.c3 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
-.c3.c3.c3 {
+.c1.c1.c1 {
position: relative;
}
-.c5 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -879,36 +651,10 @@ exports[`sizes renders correctly for a select with size large 1`] = `
}
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
display: inline-block;
}
-.c7 {
+.c5 {
position: absolute;
width: 20px;
height: 20px;
@@ -920,33 +666,33 @@ exports[`sizes renders correctly for a select with size large 1`] = `
transform: translateY(50%);
}
-.c8[disabled] + .c6 {
+.c6[disabled] + .c4 {
fill: #8d8d8d;
}
-.c9[disabled] + .c6 {
+.c7[disabled] + .c4 {
fill: #8d8d8d;
}
-.c10[disabled] + .c6 {
+.c8[disabled] + .c4 {
fill: #8d8d8d;
}
-.c10 + .c6 {
+.c8 + .c4 {
width: 15px;
height: 15px;
}
-.c11[disabled] + .c6 {
+.c9[disabled] + .c4 {
fill: #8d8d8d;
}
-.c11 + .c6 {
+.c9 + .c4 {
width: 25px;
height: 25px;
}
-.c4 {
+.c2 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -960,33 +706,33 @@ exports[`sizes renders correctly for a select with size large 1`] = `
width: 100%;
}
-.c4[disabled] {
+.c2[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c4[disabled] + .c6 {
+.c2[disabled] + .c4 {
fill: #8d8d8d;
}
-.c4:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4 {
+.c2 {
font-size: 1.5rem;
}
-.c4 + .c6 {
+.c2 + .c4 {
width: 30px;
height: 30px;
}
-.c4 + .c12 {
+.c2 + .c10 {
width: 25px;
height: 25px;
top: 16px;
@@ -996,44 +742,40 @@ exports[`sizes renders correctly for a select with size large 1`] = `
-
-
+ Sunny
+
+
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
+ Overcast
+
+
+
+
+
`;
@@ -1051,24 +793,11 @@ exports[`sizes renders correctly for a select with size medium 1`] = `
color: inherit;
}
-.c3 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
-.c3.c3.c3 {
+.c1.c1.c1 {
position: relative;
}
-.c5 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -1082,36 +811,10 @@ exports[`sizes renders correctly for a select with size medium 1`] = `
}
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
display: inline-block;
}
-.c7 {
+.c5 {
position: absolute;
width: 20px;
height: 20px;
@@ -1123,24 +826,24 @@ exports[`sizes renders correctly for a select with size medium 1`] = `
transform: translateY(50%);
}
-.c8[disabled] + .c6 {
+.c6[disabled] + .c4 {
fill: #8d8d8d;
}
-.c9[disabled] + .c6 {
+.c7[disabled] + .c4 {
fill: #8d8d8d;
}
-.c10[disabled] + .c6 {
+.c8[disabled] + .c4 {
fill: #8d8d8d;
}
-.c10 + .c6 {
+.c8 + .c4 {
width: 15px;
height: 15px;
}
-.c4 {
+.c2 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -1154,33 +857,33 @@ exports[`sizes renders correctly for a select with size medium 1`] = `
width: 100%;
}
-.c4[disabled] {
+.c2[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c4[disabled] + .c6 {
+.c2[disabled] + .c4 {
fill: #8d8d8d;
}
-.c4:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4 {
+.c2 {
font-size: 1.25rem;
}
-.c4 + .c6 {
+.c2 + .c4 {
width: 25px;
height: 25px;
}
-.c4 + .c11 {
+.c2 + .c9 {
width: 20px;
height: 20px;
top: 15px;
@@ -1190,44 +893,40 @@ exports[`sizes renders correctly for a select with size medium 1`] = `
-
-
+ Sunny
+
+
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
+ Overcast
+
+
+
+
+
`;
@@ -1245,24 +944,11 @@ exports[`sizes renders correctly for a select with size small 1`] = `
color: inherit;
}
-.c3 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
-.c3.c3.c3 {
+.c1.c1.c1 {
position: relative;
}
-.c5 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -1276,36 +962,10 @@ exports[`sizes renders correctly for a select with size small 1`] = `
}
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
display: inline-block;
}
-.c7 {
+.c5 {
position: absolute;
width: 20px;
height: 20px;
@@ -1317,15 +977,15 @@ exports[`sizes renders correctly for a select with size small 1`] = `
transform: translateY(50%);
}
-.c8[disabled] + .c6 {
+.c6[disabled] + .c4 {
fill: #8d8d8d;
}
-.c9[disabled] + .c6 {
+.c7[disabled] + .c4 {
fill: #8d8d8d;
}
-.c4 {
+.c2 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -1339,33 +999,33 @@ exports[`sizes renders correctly for a select with size small 1`] = `
width: 100%;
}
-.c4[disabled] {
+.c2[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c4[disabled] + .c6 {
+.c2[disabled] + .c4 {
fill: #8d8d8d;
}
-.c4:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4 {
+.c2 {
font-size: 0.8rem;
}
-.c4 + .c6 {
+.c2 + .c4 {
width: 15px;
height: 15px;
}
-.c4 + .c10 {
+.c2 + .c8 {
width: 10px;
height: 10px;
top: 10px;
@@ -1374,44 +1034,40 @@ exports[`sizes renders correctly for a select with size small 1`] = `
-
-
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
+ Windy
+
+
+ Overcast
+
+
+
+
+
`;
@@ -1429,24 +1085,11 @@ exports[`states renders correctly for a select with state danger 1`] = `
color: inherit;
}
-.c3 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
-.c3.c3.c3 {
+.c1.c1.c1 {
position: relative;
}
-.c5 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -1460,36 +1103,10 @@ exports[`states renders correctly for a select with state danger 1`] = `
}
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
display: inline-block;
}
-.c7 {
+.c5 {
position: absolute;
width: 20px;
height: 20px;
@@ -1501,42 +1118,42 @@ exports[`states renders correctly for a select with state danger 1`] = `
transform: translateY(50%);
}
-.c8[disabled] + .c6 {
+.c6[disabled] + .c4 {
fill: #8d8d8d;
}
-.c9[disabled] + .c6 {
+.c7[disabled] + .c4 {
fill: #8d8d8d;
}
-.c10[disabled] + .c6 {
+.c8[disabled] + .c4 {
fill: #8d8d8d;
}
-.c10 + .c6 {
+.c8 + .c4 {
width: 15px;
height: 15px;
}
-.c11[disabled] + .c6 {
+.c9[disabled] + .c4 {
fill: #8d8d8d;
}
-.c11 + .c6 {
+.c9 + .c4 {
width: 25px;
height: 25px;
}
-.c12[disabled] + .c6 {
+.c10[disabled] + .c4 {
fill: #8d8d8d;
}
-.c12 + .c6 {
+.c10 + .c4 {
width: 30px;
height: 30px;
}
-.c4 {
+.c2 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -1550,24 +1167,24 @@ exports[`states renders correctly for a select with state danger 1`] = `
width: 100%;
}
-.c4[disabled] {
+.c2[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c4[disabled] + .c6 {
+.c2[disabled] + .c4 {
fill: #8d8d8d;
}
-.c4:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4 {
+.c2 {
border-color: #e24c67;
box-shadow: #e24c67 0px 0px 0px 1px !important;
}
@@ -1575,44 +1192,40 @@ exports[`states renders correctly for a select with state danger 1`] = `
-
-
+ Sunny
+
+
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
+ Overcast
+
+
+
+
+
`;
@@ -1630,24 +1243,11 @@ exports[`states renders correctly for a select with state primary 1`] = `
color: inherit;
}
-.c3 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
-.c3.c3.c3 {
+.c1.c1.c1 {
position: relative;
}
-.c5 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -1661,36 +1261,10 @@ exports[`states renders correctly for a select with state primary 1`] = `
}
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
display: inline-block;
}
-.c7 {
+.c5 {
position: absolute;
width: 20px;
height: 20px;
@@ -1702,54 +1276,54 @@ exports[`states renders correctly for a select with state primary 1`] = `
transform: translateY(50%);
}
-.c8[disabled] + .c6 {
+.c6[disabled] + .c4 {
fill: #8d8d8d;
}
-.c9[disabled] + .c6 {
+.c7[disabled] + .c4 {
fill: #8d8d8d;
}
-.c10[disabled] + .c6 {
+.c8[disabled] + .c4 {
fill: #8d8d8d;
}
-.c10 + .c6 {
+.c8 + .c4 {
width: 15px;
height: 15px;
}
-.c11[disabled] + .c6 {
+.c9[disabled] + .c4 {
fill: #8d8d8d;
}
-.c11 + .c6 {
+.c9 + .c4 {
width: 25px;
height: 25px;
}
-.c12[disabled] + .c6 {
+.c10[disabled] + .c4 {
fill: #8d8d8d;
}
-.c12 + .c6 {
+.c10 + .c4 {
width: 30px;
height: 30px;
}
-.c13[disabled] + .c6 {
+.c11[disabled] + .c4 {
fill: #8d8d8d;
}
-.c14[disabled] + .c6 {
+.c12[disabled] + .c4 {
fill: #8d8d8d;
}
-.c15[disabled] + .c6 {
+.c13[disabled] + .c4 {
fill: #8d8d8d;
}
-.c4 {
+.c2 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -1763,24 +1337,24 @@ exports[`states renders correctly for a select with state primary 1`] = `
width: 100%;
}
-.c4[disabled] {
+.c2[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c4[disabled] + .c6 {
+.c2[disabled] + .c4 {
fill: #8d8d8d;
}
-.c4:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4 {
+.c2 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
@@ -1788,44 +1362,40 @@ exports[`states renders correctly for a select with state primary 1`] = `
-
-
+ Sunny
+
+
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
+ Overcast
+
+
+
+
+
`;
@@ -1843,24 +1413,11 @@ exports[`states renders correctly for a select with state success 1`] = `
color: inherit;
}
-.c3 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
-.c3.c3.c3 {
+.c1.c1.c1 {
position: relative;
}
-.c5 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -1874,36 +1431,10 @@ exports[`states renders correctly for a select with state success 1`] = `
}
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
display: inline-block;
}
-.c7 {
+.c5 {
position: absolute;
width: 20px;
height: 20px;
@@ -1915,46 +1446,46 @@ exports[`states renders correctly for a select with state success 1`] = `
transform: translateY(50%);
}
-.c8[disabled] + .c6 {
+.c6[disabled] + .c4 {
fill: #8d8d8d;
}
-.c9[disabled] + .c6 {
+.c7[disabled] + .c4 {
fill: #8d8d8d;
}
-.c10[disabled] + .c6 {
+.c8[disabled] + .c4 {
fill: #8d8d8d;
}
-.c10 + .c6 {
+.c8 + .c4 {
width: 15px;
height: 15px;
}
-.c11[disabled] + .c6 {
+.c9[disabled] + .c4 {
fill: #8d8d8d;
}
-.c11 + .c6 {
+.c9 + .c4 {
width: 25px;
height: 25px;
}
-.c12[disabled] + .c6 {
+.c10[disabled] + .c4 {
fill: #8d8d8d;
}
-.c12 + .c6 {
+.c10 + .c4 {
width: 30px;
height: 30px;
}
-.c13[disabled] + .c6 {
+.c11[disabled] + .c4 {
fill: #8d8d8d;
}
-.c4 {
+.c2 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -1968,24 +1499,24 @@ exports[`states renders correctly for a select with state success 1`] = `
width: 100%;
}
-.c4[disabled] {
+.c2[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c4[disabled] + .c6 {
+.c2[disabled] + .c4 {
fill: #8d8d8d;
}
-.c4:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4 {
+.c2 {
border-color: #4ca26c;
box-shadow: #4ca26c 0px 0px 0px 1px !important;
}
@@ -1993,44 +1524,40 @@ exports[`states renders correctly for a select with state success 1`] = `
-
-
+ Sunny
+
+
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
+ Overcast
+
+
+
+
+
`;
@@ -2048,24 +1575,11 @@ exports[`states renders correctly for a select with state warning 1`] = `
color: inherit;
}
-.c3 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
-.c3.c3.c3 {
+.c1.c1.c1 {
position: relative;
}
-.c5 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -2079,36 +1593,10 @@ exports[`states renders correctly for a select with state warning 1`] = `
}
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
display: inline-block;
}
-.c7 {
+.c5 {
position: absolute;
width: 20px;
height: 20px;
@@ -2120,50 +1608,50 @@ exports[`states renders correctly for a select with state warning 1`] = `
transform: translateY(50%);
}
-.c8[disabled] + .c6 {
+.c6[disabled] + .c4 {
fill: #8d8d8d;
}
-.c9[disabled] + .c6 {
+.c7[disabled] + .c4 {
fill: #8d8d8d;
}
-.c10[disabled] + .c6 {
+.c8[disabled] + .c4 {
fill: #8d8d8d;
}
-.c10 + .c6 {
+.c8 + .c4 {
width: 15px;
height: 15px;
}
-.c11[disabled] + .c6 {
+.c9[disabled] + .c4 {
fill: #8d8d8d;
}
-.c11 + .c6 {
+.c9 + .c4 {
width: 25px;
height: 25px;
}
-.c12[disabled] + .c6 {
+.c10[disabled] + .c4 {
fill: #8d8d8d;
}
-.c12 + .c6 {
+.c10 + .c4 {
width: 30px;
height: 30px;
}
-.c13[disabled] + .c6 {
+.c11[disabled] + .c4 {
fill: #8d8d8d;
}
-.c14[disabled] + .c6 {
+.c12[disabled] + .c4 {
fill: #8d8d8d;
}
-.c4 {
+.c2 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -2177,24 +1665,24 @@ exports[`states renders correctly for a select with state warning 1`] = `
width: 100%;
}
-.c4[disabled] {
+.c2[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c4[disabled] + .c6 {
+.c2[disabled] + .c4 {
fill: #8d8d8d;
}
-.c4:focus {
+.c2:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4 {
+.c2 {
border-color: #ffc94c;
box-shadow: #ffc94c 0px 0px 0px 1px !important;
}
@@ -2202,43 +1690,39 @@ exports[`states renders correctly for a select with state warning 1`] = `
-
-
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
+ Windy
+
+
+ Overcast
+
+
+
+
+
`;
diff --git a/src/Select/__tests__/__snapshots__/SelectField.test.js.snap b/src/Select/__tests__/__snapshots__/SelectField.test.js.snap
index d4b96b961..e83c33fa7 100644
--- a/src/Select/__tests__/__snapshots__/SelectField.test.js.snap
+++ b/src/Select/__tests__/__snapshots__/SelectField.test.js.snap
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders correctly for a basic select 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -14,7 +14,7 @@ exports[`renders correctly for a basic select 1`] = `
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -28,7 +28,7 @@ exports[`renders correctly for a basic select 1`] = `
margin-bottom: 0.25rem !important;
}
-.c8 {
+.c7 {
margin: unset;
padding: unset;
border: unset;
@@ -42,11 +42,11 @@ exports[`renders correctly for a basic select 1`] = `
margin-top: 0.5rem !important;
}
-.c8.c8.c8 {
+.c7.c7.c7 {
position: relative;
}
-.c10 {
+.c9 {
margin: unset;
padding: unset;
border: unset;
@@ -59,44 +59,18 @@ exports[`renders correctly for a basic select 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c7 {
+.c6 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c12 {
+.c11 {
position: absolute;
width: 20px;
height: 20px;
@@ -108,7 +82,7 @@ exports[`renders correctly for a basic select 1`] = `
transform: translateY(50%);
}
-.c9 {
+.c8 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -122,103 +96,99 @@ exports[`renders correctly for a basic select 1`] = `
width: 100%;
}
-.c9[disabled] {
+.c8[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c9[disabled] + .c11 {
+.c8[disabled] + .c10 {
fill: #8d8d8d;
}
-.c9:focus {
+.c8:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c5 {
+.c4 {
display: inline-block;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-
-
- Weather
-
-
-
-
+
+
+
+
-
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
-
+ Windy
+
+
+ Overcast
+
+
+
+
+
+
`;
exports[`renders correctly for a disabled select 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -231,7 +201,7 @@ exports[`renders correctly for a disabled select 1`] = `
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -245,7 +215,7 @@ exports[`renders correctly for a disabled select 1`] = `
margin-bottom: 0.25rem !important;
}
-.c8 {
+.c7 {
margin: unset;
padding: unset;
border: unset;
@@ -259,11 +229,11 @@ exports[`renders correctly for a disabled select 1`] = `
margin-top: 0.5rem !important;
}
-.c8.c8.c8 {
+.c7.c7.c7 {
position: relative;
}
-.c10 {
+.c9 {
margin: unset;
padding: unset;
border: unset;
@@ -276,44 +246,18 @@ exports[`renders correctly for a disabled select 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c7 {
+.c6 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c12 {
+.c11 {
position: absolute;
width: 20px;
height: 20px;
@@ -325,7 +269,7 @@ exports[`renders correctly for a disabled select 1`] = `
transform: translateY(50%);
}
-.c9 {
+.c8 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -339,106 +283,102 @@ exports[`renders correctly for a disabled select 1`] = `
width: 100%;
}
-.c9[disabled] {
+.c8[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c9[disabled] + .c11 {
+.c8[disabled] + .c10 {
fill: #8d8d8d;
}
-.c9:focus {
+.c8:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c13[disabled] + .c11 {
+.c12[disabled] + .c10 {
fill: #8d8d8d;
}
-.c5 {
+.c4 {
display: inline-block;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-
-
- Weather
-
-
-
-
+
+
+
+
-
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
-
+ Windy
+
+
+ Overcast
+
+
+
+
+
+
`;
@@ -456,7 +396,7 @@ exports[`renders correctly for a full width select 1`] = `
color: inherit;
}
-.c7 {
+.c6 {
margin: unset;
padding: unset;
border: unset;
@@ -470,7 +410,7 @@ exports[`renders correctly for a full width select 1`] = `
margin-bottom: 0.25rem !important;
}
-.c9 {
+.c8 {
margin: unset;
padding: unset;
border: unset;
@@ -484,11 +424,11 @@ exports[`renders correctly for a full width select 1`] = `
margin-top: 0.5rem !important;
}
-.c9.c9.c9 {
+.c8.c8.c8 {
position: relative;
}
-.c11 {
+.c10 {
margin: unset;
padding: unset;
border: unset;
@@ -501,44 +441,18 @@ exports[`renders correctly for a full width select 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c8 {
+.c7 {
display: inline-block;
}
-.c3 {
+.c2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c13 {
+.c12 {
position: absolute;
width: 20px;
height: 20px;
@@ -550,7 +464,7 @@ exports[`renders correctly for a full width select 1`] = `
transform: translateY(50%);
}
-.c10 {
+.c9 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -564,113 +478,109 @@ exports[`renders correctly for a full width select 1`] = `
width: 100%;
}
-.c10[disabled] {
+.c9[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c10[disabled] + .c12 {
+.c9[disabled] + .c11 {
fill: #8d8d8d;
}
-.c10:focus {
+.c9:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c14[disabled] + .c12 {
+.c13[disabled] + .c11 {
fill: #8d8d8d;
}
-.c6 {
+.c5 {
display: inline-block;
}
-.c5 {
+.c4 {
display: block;
}
-.c4 {
+.c3 {
margin-bottom: 0 !important;
}
-.c2 {
+.c0 {
width: 100%;
}
-
-
- Weather
-
-
-
-
+
+
+
+
-
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
-
+ Windy
+
+
+ Overcast
+
+
+
+
+
+
`;
exports[`renders correctly for a required field 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -683,7 +593,7 @@ exports[`renders correctly for a required field 1`] = `
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -697,7 +607,7 @@ exports[`renders correctly for a required field 1`] = `
margin-bottom: 0.25rem !important;
}
-.c8 {
+.c7 {
margin: unset;
padding: unset;
border: unset;
@@ -711,11 +621,11 @@ exports[`renders correctly for a required field 1`] = `
margin-top: 0.5rem !important;
}
-.c8.c8.c8 {
+.c7.c7.c7 {
position: relative;
}
-.c10 {
+.c9 {
margin: unset;
padding: unset;
border: unset;
@@ -728,44 +638,18 @@ exports[`renders correctly for a required field 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c7 {
+.c6 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c12 {
+.c11 {
position: absolute;
width: 20px;
height: 20px;
@@ -777,7 +661,7 @@ exports[`renders correctly for a required field 1`] = `
transform: translateY(50%);
}
-.c9 {
+.c8 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -791,150 +675,146 @@ exports[`renders correctly for a required field 1`] = `
width: 100%;
}
-.c9[disabled] {
+.c8[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c9[disabled] + .c11 {
+.c8[disabled] + .c10 {
fill: #8d8d8d;
}
-.c9:focus {
+.c8:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c13[disabled] + .c11 {
+.c12[disabled] + .c10 {
fill: #8d8d8d;
}
-.c14[disabled] + .c11 {
+.c13[disabled] + .c10 {
fill: #8d8d8d;
}
-.c14 + .c11 {
+.c13 + .c10 {
width: 15px;
height: 15px;
}
-.c15[disabled] + .c11 {
+.c14[disabled] + .c10 {
fill: #8d8d8d;
}
-.c15 + .c11 {
+.c14 + .c10 {
width: 25px;
height: 25px;
}
-.c16[disabled] + .c11 {
+.c15[disabled] + .c10 {
fill: #8d8d8d;
}
-.c16 + .c11 {
+.c15 + .c10 {
width: 30px;
height: 30px;
}
-.c17[disabled] + .c11 {
+.c16[disabled] + .c10 {
fill: #8d8d8d;
}
-.c18[disabled] + .c11 {
+.c17[disabled] + .c10 {
fill: #8d8d8d;
}
-.c19[disabled] + .c11 {
+.c18[disabled] + .c10 {
fill: #8d8d8d;
}
-.c20[disabled] + .c11 {
+.c19[disabled] + .c10 {
fill: #8d8d8d;
}
-.c5 {
+.c4 {
display: inline-block;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-
-
- Weather
-
-
-
-
+
+
+
+
-
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
-
+ Windy
+
+
+ Overcast
+
+
+
+
+
+
`;
exports[`renders correctly for a select with a default value 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -947,7 +827,7 @@ exports[`renders correctly for a select with a default value 1`] = `
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -961,7 +841,7 @@ exports[`renders correctly for a select with a default value 1`] = `
margin-bottom: 0.25rem !important;
}
-.c8 {
+.c7 {
margin: unset;
padding: unset;
border: unset;
@@ -975,11 +855,11 @@ exports[`renders correctly for a select with a default value 1`] = `
margin-top: 0.5rem !important;
}
-.c8.c8.c8 {
+.c7.c7.c7 {
position: relative;
}
-.c10 {
+.c9 {
margin: unset;
padding: unset;
border: unset;
@@ -992,44 +872,18 @@ exports[`renders correctly for a select with a default value 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c7 {
+.c6 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c12 {
+.c11 {
position: absolute;
width: 20px;
height: 20px;
@@ -1041,7 +895,7 @@ exports[`renders correctly for a select with a default value 1`] = `
transform: translateY(50%);
}
-.c9 {
+.c8 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -1055,108 +909,104 @@ exports[`renders correctly for a select with a default value 1`] = `
width: 100%;
}
-.c9[disabled] {
+.c8[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c9[disabled] + .c11 {
+.c8[disabled] + .c10 {
fill: #8d8d8d;
}
-.c9:focus {
+.c8:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c13[disabled] + .c11 {
+.c12[disabled] + .c10 {
fill: #8d8d8d;
}
-.c5 {
+.c4 {
display: inline-block;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-
-
- Weather
-
-
-
-
+
+
+
+
-
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
-
+ Windy
+
+
+ Overcast
+
+
+
+
+
+
`;
exports[`renders correctly for a select with a placeholder 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -1169,7 +1019,7 @@ exports[`renders correctly for a select with a placeholder 1`] = `
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -1183,7 +1033,7 @@ exports[`renders correctly for a select with a placeholder 1`] = `
margin-bottom: 0.25rem !important;
}
-.c8 {
+.c7 {
margin: unset;
padding: unset;
border: unset;
@@ -1197,11 +1047,11 @@ exports[`renders correctly for a select with a placeholder 1`] = `
margin-top: 0.5rem !important;
}
-.c8.c8.c8 {
+.c7.c7.c7 {
position: relative;
}
-.c10 {
+.c9 {
margin: unset;
padding: unset;
border: unset;
@@ -1214,44 +1064,18 @@ exports[`renders correctly for a select with a placeholder 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c7 {
+.c6 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c12 {
+.c11 {
position: absolute;
width: 20px;
height: 20px;
@@ -1263,11 +1087,11 @@ exports[`renders correctly for a select with a placeholder 1`] = `
transform: translateY(50%);
}
-.c13[disabled] + .c11 {
+.c12[disabled] + .c10 {
fill: #8d8d8d;
}
-.c9 {
+.c8 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -1281,109 +1105,105 @@ exports[`renders correctly for a select with a placeholder 1`] = `
width: 100%;
}
-.c9[disabled] {
+.c8[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c9[disabled] + .c11 {
+.c8[disabled] + .c10 {
fill: #8d8d8d;
}
-.c9:focus {
+.c8:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c5 {
+.c4 {
display: inline-block;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-
-
- Weather
-
-
-
-
-
+
+
+
+
+
-
- Select weather...
-
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
-
+ Sunny
+
+
+ Windy
+
+
+ Overcast
+
+
+
+
+
+
`;
exports[`renders correctly for addon component (after) 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -1396,7 +1216,7 @@ exports[`renders correctly for addon component (after) 1`] = `
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -1410,7 +1230,7 @@ exports[`renders correctly for addon component (after) 1`] = `
margin-bottom: 0.25rem !important;
}
-.c9 {
+.c8 {
margin: unset;
padding: unset;
border: unset;
@@ -1424,11 +1244,11 @@ exports[`renders correctly for addon component (after) 1`] = `
margin-top: 0.5rem !important;
}
-.c9.c9.c9 {
+.c8.c8.c8 {
position: relative;
}
-.c11 {
+.c10 {
margin: unset;
padding: unset;
border: unset;
@@ -1441,33 +1261,7 @@ exports[`renders correctly for addon component (after) 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c7 {
+.c6 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -1477,64 +1271,64 @@ exports[`renders correctly for addon component (after) 1`] = `
flex-direction: row;
}
-.c7 > *:not(:first-child):not(:last-child),
-.c7 > *:not(:first-child):not(:last-child) .GroupItem-sc-2orogz-0 {
+.c6 > *:not(:first-child):not(:last-child),
+.c6 > *:not(:first-child):not(:last-child) .GroupItem-sc-2orogz-0 {
border-radius: 0;
border-left-width: 0;
}
-.c7 > *:first-child,
-.c7 > *:first-child .GroupItem-sc-2orogz-0 {
+.c6 > *:first-child,
+.c6 > *:first-child .GroupItem-sc-2orogz-0 {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
-.c7 > *:last-child,
-.c7 > *:last-child .GroupItem-sc-2orogz-0 {
+.c6 > *:last-child,
+.c6 > *:last-child .GroupItem-sc-2orogz-0 {
border-top-left-radius: 0;
border-left-width: 0;
border-bottom-left-radius: 0;
}
-.c7 > * {
+.c6 > * {
border-radius: 4px;
}
-.c7 input:focus,
-.c7 select:focus {
+.c6 input:focus,
+.c6 select:focus {
z-index: 1;
position: relative;
}
-.c7 > *:first-child input,
-.c7 > *:first-child select {
+.c6 > *:first-child input,
+.c6 > *:first-child select {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
-.c7 > *:last-child input,
-.c7 > *:last-child select {
+.c6 > *:last-child input,
+.c6 > *:last-child select {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
-.c7 > *:not(:first-child):not(:last-child) > input,
-.c7 > *:not(:first-child):not(:last-child) > select {
+.c6 > *:not(:first-child):not(:last-child) > input,
+.c6 > *:not(:first-child):not(:last-child) > select {
border-radius: 0;
}
-.c8 {
+.c7 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c13 {
+.c12 {
position: absolute;
width: 20px;
height: 20px;
@@ -1546,7 +1340,7 @@ exports[`renders correctly for addon component (after) 1`] = `
transform: translateY(50%);
}
-.c10 {
+.c9 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -1560,158 +1354,154 @@ exports[`renders correctly for addon component (after) 1`] = `
width: 100%;
}
-.c10[disabled] {
+.c9[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c10[disabled] + .c12 {
+.c9[disabled] + .c11 {
fill: #8d8d8d;
}
-.c10:focus {
+.c9:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c14[disabled] + .c12 {
+.c13[disabled] + .c11 {
fill: #8d8d8d;
}
-.c15[disabled] + .c12 {
+.c14[disabled] + .c11 {
fill: #8d8d8d;
}
-.c15 + .c12 {
+.c14 + .c11 {
width: 15px;
height: 15px;
}
-.c16[disabled] + .c12 {
+.c15[disabled] + .c11 {
fill: #8d8d8d;
}
-.c16 + .c12 {
+.c15 + .c11 {
width: 25px;
height: 25px;
}
-.c17[disabled] + .c12 {
+.c16[disabled] + .c11 {
fill: #8d8d8d;
}
-.c17 + .c12 {
+.c16 + .c11 {
width: 30px;
height: 30px;
}
-.c18[disabled] + .c12 {
+.c17[disabled] + .c11 {
fill: #8d8d8d;
}
-.c19[disabled] + .c12 {
+.c18[disabled] + .c11 {
fill: #8d8d8d;
}
-.c20[disabled] + .c12 {
+.c19[disabled] + .c11 {
fill: #8d8d8d;
}
-.c21[disabled] + .c12 {
+.c20[disabled] + .c11 {
fill: #8d8d8d;
}
-.c5 {
+.c4 {
display: inline-block;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-
-
- Weather
-
-
-
+ Weather
+
+
+
+
-
-
+ Sunny
+
+
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
-
- test
-
+ Overcast
+
+
+
+
+
+
+
+ test
-
+
`;
exports[`renders correctly for addon component (before) 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -1724,7 +1514,7 @@ exports[`renders correctly for addon component (before) 1`] = `
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -1738,7 +1528,7 @@ exports[`renders correctly for addon component (before) 1`] = `
margin-bottom: 0.25rem !important;
}
-.c9 {
+.c8 {
margin: unset;
padding: unset;
border: unset;
@@ -1752,11 +1542,11 @@ exports[`renders correctly for addon component (before) 1`] = `
margin-top: 0.5rem !important;
}
-.c9.c9.c9 {
+.c8.c8.c8 {
position: relative;
}
-.c11 {
+.c10 {
margin: unset;
padding: unset;
border: unset;
@@ -1769,33 +1559,7 @@ exports[`renders correctly for addon component (before) 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c7 {
+.c6 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -1805,64 +1569,64 @@ exports[`renders correctly for addon component (before) 1`] = `
flex-direction: row;
}
-.c7 > *:not(:first-child):not(:last-child),
-.c7 > *:not(:first-child):not(:last-child) .GroupItem-sc-2orogz-0 {
+.c6 > *:not(:first-child):not(:last-child),
+.c6 > *:not(:first-child):not(:last-child) .GroupItem-sc-2orogz-0 {
border-radius: 0;
border-left-width: 0;
}
-.c7 > *:first-child,
-.c7 > *:first-child .GroupItem-sc-2orogz-0 {
+.c6 > *:first-child,
+.c6 > *:first-child .GroupItem-sc-2orogz-0 {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
-.c7 > *:last-child,
-.c7 > *:last-child .GroupItem-sc-2orogz-0 {
+.c6 > *:last-child,
+.c6 > *:last-child .GroupItem-sc-2orogz-0 {
border-top-left-radius: 0;
border-left-width: 0;
border-bottom-left-radius: 0;
}
-.c7 > * {
+.c6 > * {
border-radius: 4px;
}
-.c7 input:focus,
-.c7 select:focus {
+.c6 input:focus,
+.c6 select:focus {
z-index: 1;
position: relative;
}
-.c7 > *:first-child input,
-.c7 > *:first-child select {
+.c6 > *:first-child input,
+.c6 > *:first-child select {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
-.c7 > *:last-child input,
-.c7 > *:last-child select {
+.c6 > *:last-child input,
+.c6 > *:last-child select {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
-.c7 > *:not(:first-child):not(:last-child) > input,
-.c7 > *:not(:first-child):not(:last-child) > select {
+.c6 > *:not(:first-child):not(:last-child) > input,
+.c6 > *:not(:first-child):not(:last-child) > select {
border-radius: 0;
}
-.c8 {
+.c7 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c13 {
+.c12 {
position: absolute;
width: 20px;
height: 20px;
@@ -1874,7 +1638,7 @@ exports[`renders correctly for addon component (before) 1`] = `
transform: translateY(50%);
}
-.c10 {
+.c9 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -1888,158 +1652,154 @@ exports[`renders correctly for addon component (before) 1`] = `
width: 100%;
}
-.c10[disabled] {
+.c9[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c10[disabled] + .c12 {
+.c9[disabled] + .c11 {
fill: #8d8d8d;
}
-.c10:focus {
+.c9:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c14[disabled] + .c12 {
+.c13[disabled] + .c11 {
fill: #8d8d8d;
}
-.c15[disabled] + .c12 {
+.c14[disabled] + .c11 {
fill: #8d8d8d;
}
-.c15 + .c12 {
+.c14 + .c11 {
width: 15px;
height: 15px;
}
-.c16[disabled] + .c12 {
+.c15[disabled] + .c11 {
fill: #8d8d8d;
}
-.c16 + .c12 {
+.c15 + .c11 {
width: 25px;
height: 25px;
}
-.c17[disabled] + .c12 {
+.c16[disabled] + .c11 {
fill: #8d8d8d;
}
-.c17 + .c12 {
+.c16 + .c11 {
width: 30px;
height: 30px;
}
-.c18[disabled] + .c12 {
+.c17[disabled] + .c11 {
fill: #8d8d8d;
}
-.c19[disabled] + .c12 {
+.c18[disabled] + .c11 {
fill: #8d8d8d;
}
-.c20[disabled] + .c12 {
+.c19[disabled] + .c11 {
fill: #8d8d8d;
}
-.c21[disabled] + .c12 {
+.c20[disabled] + .c11 {
fill: #8d8d8d;
}
-.c5 {
+.c4 {
display: inline-block;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-
-
- Weather
-
+ Weather
+
+
+
+
+
+ test
-
-
- test
-
-
-
+ Sunny
+
+
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
+ Overcast
+
+
+
+
+
-
+
`;
exports[`renders correctly for addon component (vertical) 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -2052,7 +1812,7 @@ exports[`renders correctly for addon component (vertical) 1`] = `
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -2066,7 +1826,7 @@ exports[`renders correctly for addon component (vertical) 1`] = `
margin-bottom: 0.25rem !important;
}
-.c9 {
+.c8 {
margin: unset;
padding: unset;
border: unset;
@@ -2080,11 +1840,11 @@ exports[`renders correctly for addon component (vertical) 1`] = `
margin-top: 0.5rem !important;
}
-.c9.c9.c9 {
+.c8.c8.c8 {
position: relative;
}
-.c11 {
+.c10 {
margin: unset;
padding: unset;
border: unset;
@@ -2097,33 +1857,7 @@ exports[`renders correctly for addon component (vertical) 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c7 {
+.c6 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -2133,64 +1867,64 @@ exports[`renders correctly for addon component (vertical) 1`] = `
flex-direction: column;
}
-.c7 > *:not(:first-child):not(:last-child),
-.c7 > *:not(:first-child):not(:last-child) .GroupItem-sc-2orogz-0 {
+.c6 > *:not(:first-child):not(:last-child),
+.c6 > *:not(:first-child):not(:last-child) .GroupItem-sc-2orogz-0 {
border-radius: 0;
border-top-width: 0;
}
-.c7 > *:first-child,
-.c7 > *:first-child .GroupItem-sc-2orogz-0 {
+.c6 > *:first-child,
+.c6 > *:first-child .GroupItem-sc-2orogz-0 {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
-.c7 > *:last-child,
-.c7 > *:last-child .GroupItem-sc-2orogz-0 {
+.c6 > *:last-child,
+.c6 > *:last-child .GroupItem-sc-2orogz-0 {
border-top-left-radius: 0;
border-top-width: 0;
border-top-right-radius: 0;
}
-.c7 > * {
+.c6 > * {
border-radius: 4px;
}
-.c7 input:focus,
-.c7 select:focus {
+.c6 input:focus,
+.c6 select:focus {
z-index: 1;
position: relative;
}
-.c7 > *:first-child input,
-.c7 > *:first-child select {
+.c6 > *:first-child input,
+.c6 > *:first-child select {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
-.c7 > *:last-child input,
-.c7 > *:last-child select {
+.c6 > *:last-child input,
+.c6 > *:last-child select {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
-.c7 > *:not(:first-child):not(:last-child) > input,
-.c7 > *:not(:first-child):not(:last-child) > select {
+.c6 > *:not(:first-child):not(:last-child) > input,
+.c6 > *:not(:first-child):not(:last-child) > select {
border-radius: 0;
}
-.c8 {
+.c7 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c13 {
+.c12 {
position: absolute;
width: 20px;
height: 20px;
@@ -2202,7 +1936,7 @@ exports[`renders correctly for addon component (vertical) 1`] = `
transform: translateY(50%);
}
-.c10 {
+.c9 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -2216,158 +1950,154 @@ exports[`renders correctly for addon component (vertical) 1`] = `
width: 100%;
}
-.c10[disabled] {
+.c9[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c10[disabled] + .c12 {
+.c9[disabled] + .c11 {
fill: #8d8d8d;
}
-.c10:focus {
+.c9:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c14[disabled] + .c12 {
+.c13[disabled] + .c11 {
fill: #8d8d8d;
}
-.c15[disabled] + .c12 {
+.c14[disabled] + .c11 {
fill: #8d8d8d;
}
-.c15 + .c12 {
+.c14 + .c11 {
width: 15px;
height: 15px;
}
-.c16[disabled] + .c12 {
+.c15[disabled] + .c11 {
fill: #8d8d8d;
}
-.c16 + .c12 {
+.c15 + .c11 {
width: 25px;
height: 25px;
}
-.c17[disabled] + .c12 {
+.c16[disabled] + .c11 {
fill: #8d8d8d;
}
-.c17 + .c12 {
+.c16 + .c11 {
width: 30px;
height: 30px;
}
-.c18[disabled] + .c12 {
+.c17[disabled] + .c11 {
fill: #8d8d8d;
}
-.c19[disabled] + .c12 {
+.c18[disabled] + .c11 {
fill: #8d8d8d;
}
-.c20[disabled] + .c12 {
+.c19[disabled] + .c11 {
fill: #8d8d8d;
}
-.c21[disabled] + .c12 {
+.c20[disabled] + .c11 {
fill: #8d8d8d;
}
-.c5 {
+.c4 {
display: inline-block;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-
-
- Weather
-
+ Weather
+
+
+
+
+
+ test
-
-
- test
-
-
-
+ Sunny
+
+
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
+ Overcast
+
+
+
+
+
-
+
`;
exports[`renders correctly for an input field with a description 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -2380,7 +2110,7 @@ exports[`renders correctly for an input field with a description 1`] = `
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -2394,7 +2124,7 @@ exports[`renders correctly for an input field with a description 1`] = `
margin-bottom: 0.25rem !important;
}
-.c10 {
+.c9 {
margin: unset;
padding: unset;
border: unset;
@@ -2408,11 +2138,11 @@ exports[`renders correctly for an input field with a description 1`] = `
margin-top: 0.5rem !important;
}
-.c10.c10.c10 {
+.c9.c9.c9 {
position: relative;
}
-.c12 {
+.c11 {
margin: unset;
padding: unset;
border: unset;
@@ -2425,44 +2155,18 @@ exports[`renders correctly for an input field with a description 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c9 {
+.c8 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c14 {
+.c13 {
position: absolute;
width: 20px;
height: 20px;
@@ -2474,7 +2178,7 @@ exports[`renders correctly for an input field with a description 1`] = `
transform: translateY(50%);
}
-.c11 {
+.c10 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -2488,90 +2192,90 @@ exports[`renders correctly for an input field with a description 1`] = `
width: 100%;
}
-.c11[disabled] {
+.c10[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c11[disabled] + .c13 {
+.c10[disabled] + .c12 {
fill: #8d8d8d;
}
-.c11:focus {
+.c10:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c15[disabled] + .c13 {
+.c14[disabled] + .c12 {
fill: #8d8d8d;
}
-.c16[disabled] + .c13 {
+.c15[disabled] + .c12 {
fill: #8d8d8d;
}
-.c16 + .c13 {
+.c15 + .c12 {
width: 15px;
height: 15px;
}
-.c17[disabled] + .c13 {
+.c16[disabled] + .c12 {
fill: #8d8d8d;
}
-.c17 + .c13 {
+.c16 + .c12 {
width: 25px;
height: 25px;
}
-.c18[disabled] + .c13 {
+.c17[disabled] + .c12 {
fill: #8d8d8d;
}
-.c18 + .c13 {
+.c17 + .c12 {
width: 30px;
height: 30px;
}
-.c19[disabled] + .c13 {
+.c18[disabled] + .c12 {
fill: #8d8d8d;
}
-.c20[disabled] + .c13 {
+.c19[disabled] + .c12 {
fill: #8d8d8d;
}
-.c21[disabled] + .c13 {
+.c20[disabled] + .c12 {
fill: #8d8d8d;
}
-.c22[disabled] + .c13 {
+.c21[disabled] + .c12 {
fill: #8d8d8d;
}
-.c5 {
+.c4 {
display: inline-block;
}
-.c4 {
+.c3 {
display: block;
}
-abbr.c8 {
+abbr.c7 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c8 {
+i.c7 {
font-style: italic;
}
-kbd.c8 {
+kbd.c7 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -2579,126 +2283,122 @@ kbd.c8 {
padding: 0.1rem 0.2rem;
}
-mark.c8 {
+mark.c7 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c8 {
+strong.c7 {
font-weight: bold;
}
-sub.c8,
-sup.c8 {
+sub.c7,
+sup.c7 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c8,
-u.c8 {
+ins.c7,
+u.c7 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c8,
-cite.c8,
-var.c8,
-em.c8 {
+i.c7,
+cite.c7,
+var.c7,
+em.c7 {
font-style: italic;
}
-kbd.c8,
-pre.c8,
-samp.c8 {
+kbd.c7,
+pre.c7,
+samp.c7 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c8 .c23 {
+.c7 .c22 {
top: 0.1em;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-.c7 {
+.c6 {
display: block;
font-size: 0.8rem;
}
-
-
- Weather
-
-
-
- Required for your fannypack
-
-
+
+
+ Required for your fannypack
+
+
+
-
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
-
+ Windy
+
+
+ Overcast
+
+
+
+
+
+
`;
exports[`renders correctly for an input field with a hint 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -2711,7 +2411,7 @@ exports[`renders correctly for an input field with a hint 1`] = `
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -2725,7 +2425,7 @@ exports[`renders correctly for an input field with a hint 1`] = `
margin-bottom: 0.25rem !important;
}
-.c8 {
+.c7 {
margin: unset;
padding: unset;
border: unset;
@@ -2739,11 +2439,11 @@ exports[`renders correctly for an input field with a hint 1`] = `
margin-top: 0.5rem !important;
}
-.c8.c8.c8 {
+.c7.c7.c7 {
position: relative;
}
-.c10 {
+.c9 {
margin: unset;
padding: unset;
border: unset;
@@ -2756,44 +2456,18 @@ exports[`renders correctly for an input field with a hint 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c7 {
+.c6 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c12 {
+.c11 {
position: absolute;
width: 20px;
height: 20px;
@@ -2805,7 +2479,7 @@ exports[`renders correctly for an input field with a hint 1`] = `
transform: translateY(50%);
}
-.c9 {
+.c8 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -2819,90 +2493,90 @@ exports[`renders correctly for an input field with a hint 1`] = `
width: 100%;
}
-.c9[disabled] {
+.c8[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c9[disabled] + .c11 {
+.c8[disabled] + .c10 {
fill: #8d8d8d;
}
-.c9:focus {
+.c8:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c15[disabled] + .c11 {
+.c14[disabled] + .c10 {
fill: #8d8d8d;
}
-.c16[disabled] + .c11 {
+.c15[disabled] + .c10 {
fill: #8d8d8d;
}
-.c16 + .c11 {
+.c15 + .c10 {
width: 15px;
height: 15px;
}
-.c17[disabled] + .c11 {
+.c16[disabled] + .c10 {
fill: #8d8d8d;
}
-.c17 + .c11 {
+.c16 + .c10 {
width: 25px;
height: 25px;
}
-.c18[disabled] + .c11 {
+.c17[disabled] + .c10 {
fill: #8d8d8d;
}
-.c18 + .c11 {
+.c17 + .c10 {
width: 30px;
height: 30px;
}
-.c19[disabled] + .c11 {
+.c18[disabled] + .c10 {
fill: #8d8d8d;
}
-.c20[disabled] + .c11 {
+.c19[disabled] + .c10 {
fill: #8d8d8d;
}
-.c21[disabled] + .c11 {
+.c20[disabled] + .c10 {
fill: #8d8d8d;
}
-.c22[disabled] + .c11 {
+.c21[disabled] + .c10 {
fill: #8d8d8d;
}
-.c5 {
+.c4 {
display: inline-block;
}
-.c4 {
+.c3 {
display: block;
}
-abbr.c14 {
+abbr.c13 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c14 {
+i.c13 {
font-style: italic;
}
-kbd.c14 {
+kbd.c13 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -2910,127 +2584,123 @@ kbd.c14 {
padding: 0.1rem 0.2rem;
}
-mark.c14 {
+mark.c13 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c14 {
+strong.c13 {
font-weight: bold;
}
-sub.c14,
-sup.c14 {
+sub.c13,
+sup.c13 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c14,
-u.c14 {
+ins.c13,
+u.c13 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c14,
-cite.c14,
-var.c14,
-em.c14 {
+i.c13,
+cite.c13,
+var.c13,
+em.c13 {
font-style: italic;
}
-kbd.c14,
-pre.c14,
-samp.c14 {
+kbd.c13,
+pre.c13,
+samp.c13 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c14 .c23 {
+.c13 .c22 {
top: 0.1em;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-.c13 {
+.c12 {
display: block;
font-size: 0.8rem;
margin-top: 0.25rem;
}
-
-
- Weather
-
-
-
-
-
+
+
+
+
+
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
-
+
+ Overcast
+
+
+
- Must be awesome
-
+
+
+
+ Must be awesome
+
`;
exports[`renders correctly for an optional input field 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -3043,7 +2713,7 @@ exports[`renders correctly for an optional input field 1`] = `
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -3057,7 +2727,7 @@ exports[`renders correctly for an optional input field 1`] = `
margin-bottom: 0.25rem !important;
}
-.c10 {
+.c9 {
margin: unset;
padding: unset;
border: unset;
@@ -3071,11 +2741,11 @@ exports[`renders correctly for an optional input field 1`] = `
margin-top: 0.5rem !important;
}
-.c10.c10.c10 {
+.c9.c9.c9 {
position: relative;
}
-.c12 {
+.c11 {
margin: unset;
padding: unset;
border: unset;
@@ -3088,44 +2758,18 @@ exports[`renders correctly for an optional input field 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c9 {
+.c8 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c14 {
+.c13 {
position: absolute;
width: 20px;
height: 20px;
@@ -3137,7 +2781,7 @@ exports[`renders correctly for an optional input field 1`] = `
transform: translateY(50%);
}
-.c11 {
+.c10 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -3151,90 +2795,90 @@ exports[`renders correctly for an optional input field 1`] = `
width: 100%;
}
-.c11[disabled] {
+.c10[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c11[disabled] + .c13 {
+.c10[disabled] + .c12 {
fill: #8d8d8d;
}
-.c11:focus {
+.c10:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c15[disabled] + .c13 {
+.c14[disabled] + .c12 {
fill: #8d8d8d;
}
-.c16[disabled] + .c13 {
+.c15[disabled] + .c12 {
fill: #8d8d8d;
}
-.c16 + .c13 {
+.c15 + .c12 {
width: 15px;
height: 15px;
}
-.c17[disabled] + .c13 {
+.c16[disabled] + .c12 {
fill: #8d8d8d;
}
-.c17 + .c13 {
+.c16 + .c12 {
width: 25px;
height: 25px;
}
-.c18[disabled] + .c13 {
+.c17[disabled] + .c12 {
fill: #8d8d8d;
}
-.c18 + .c13 {
+.c17 + .c12 {
width: 30px;
height: 30px;
}
-.c19[disabled] + .c13 {
+.c18[disabled] + .c12 {
fill: #8d8d8d;
}
-.c20[disabled] + .c13 {
+.c19[disabled] + .c12 {
fill: #8d8d8d;
}
-.c21[disabled] + .c13 {
+.c20[disabled] + .c12 {
fill: #8d8d8d;
}
-.c22[disabled] + .c13 {
+.c21[disabled] + .c12 {
fill: #8d8d8d;
}
-.c5 {
+.c4 {
display: inline-block;
}
-.c4 {
+.c3 {
display: block;
}
-abbr.c8 {
+abbr.c7 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c8 {
+i.c7 {
font-style: italic;
}
-kbd.c8 {
+kbd.c7 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -3242,128 +2886,124 @@ kbd.c8 {
padding: 0.1rem 0.2rem;
}
-mark.c8 {
+mark.c7 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c8 {
+strong.c7 {
font-weight: bold;
}
-sub.c8,
-sup.c8 {
+sub.c7,
+sup.c7 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c8,
-u.c8 {
+ins.c7,
+u.c7 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c8,
-cite.c8,
-var.c8,
-em.c8 {
+i.c7,
+cite.c7,
+var.c7,
+em.c7 {
font-style: italic;
}
-kbd.c8,
-pre.c8,
-samp.c8 {
+kbd.c7,
+pre.c7,
+samp.c7 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c8 .c23 {
+.c7 .c22 {
top: 0.1em;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-.c7 {
+.c6 {
font-size: 0.8rem;
color: #708da8;
margin-left: 0.5rem;
}
-
-
- Weather
-
-
- OPTIONAL
-
-
-
-
+
-
+
+
+
+
+
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
-
+ Windy
+
+
+ Overcast
+
+
+
+
+
+
`;
exports[`sizes renders correctly for a select with size large 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -3376,7 +3016,7 @@ exports[`sizes renders correctly for a select with size large 1`] = `
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -3390,7 +3030,7 @@ exports[`sizes renders correctly for a select with size large 1`] = `
margin-bottom: 0.25rem !important;
}
-.c8 {
+.c7 {
margin: unset;
padding: unset;
border: unset;
@@ -3404,11 +3044,11 @@ exports[`sizes renders correctly for a select with size large 1`] = `
margin-top: 0.5rem !important;
}
-.c8.c8.c8 {
+.c7.c7.c7 {
position: relative;
}
-.c10 {
+.c9 {
margin: unset;
padding: unset;
border: unset;
@@ -3421,44 +3061,18 @@ exports[`sizes renders correctly for a select with size large 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c7 {
+.c6 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c12 {
+.c11 {
position: absolute;
width: 20px;
height: 20px;
@@ -3470,33 +3084,33 @@ exports[`sizes renders correctly for a select with size large 1`] = `
transform: translateY(50%);
}
-.c13[disabled] + .c11 {
+.c12[disabled] + .c10 {
fill: #8d8d8d;
}
-.c14[disabled] + .c11 {
+.c13[disabled] + .c10 {
fill: #8d8d8d;
}
-.c15[disabled] + .c11 {
+.c14[disabled] + .c10 {
fill: #8d8d8d;
}
-.c15 + .c11 {
+.c14 + .c10 {
width: 15px;
height: 15px;
}
-.c16[disabled] + .c11 {
+.c15[disabled] + .c10 {
fill: #8d8d8d;
}
-.c16 + .c11 {
+.c15 + .c10 {
width: 25px;
height: 25px;
}
-.c9 {
+.c8 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -3510,119 +3124,115 @@ exports[`sizes renders correctly for a select with size large 1`] = `
width: 100%;
}
-.c9[disabled] {
+.c8[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c9[disabled] + .c11 {
+.c8[disabled] + .c10 {
fill: #8d8d8d;
}
-.c9:focus {
+.c8:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c9 {
+.c8 {
font-size: 1.5rem;
}
-.c9 + .c11 {
+.c8 + .c10 {
width: 30px;
height: 30px;
}
-.c9 + .c17 {
+.c8 + .c16 {
width: 25px;
height: 25px;
top: 16px;
right: 12px;
}
-.c5 {
+.c4 {
display: inline-block;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-
-
- Weather
-
-
-
-
+
+
+
+
-
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
-
+ Windy
+
+
+ Overcast
+
+
+
+
+
+
`;
exports[`sizes renders correctly for a select with size medium 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -3635,7 +3245,7 @@ exports[`sizes renders correctly for a select with size medium 1`] = `
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -3649,7 +3259,7 @@ exports[`sizes renders correctly for a select with size medium 1`] = `
margin-bottom: 0.25rem !important;
}
-.c8 {
+.c7 {
margin: unset;
padding: unset;
border: unset;
@@ -3663,11 +3273,11 @@ exports[`sizes renders correctly for a select with size medium 1`] = `
margin-top: 0.5rem !important;
}
-.c8.c8.c8 {
+.c7.c7.c7 {
position: relative;
}
-.c10 {
+.c9 {
margin: unset;
padding: unset;
border: unset;
@@ -3680,44 +3290,18 @@ exports[`sizes renders correctly for a select with size medium 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c7 {
+.c6 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c12 {
+.c11 {
position: absolute;
width: 20px;
height: 20px;
@@ -3729,24 +3313,24 @@ exports[`sizes renders correctly for a select with size medium 1`] = `
transform: translateY(50%);
}
-.c13[disabled] + .c11 {
+.c12[disabled] + .c10 {
fill: #8d8d8d;
}
-.c14[disabled] + .c11 {
+.c13[disabled] + .c10 {
fill: #8d8d8d;
}
-.c15[disabled] + .c11 {
+.c14[disabled] + .c10 {
fill: #8d8d8d;
}
-.c15 + .c11 {
+.c14 + .c10 {
width: 15px;
height: 15px;
}
-.c9 {
+.c8 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -3760,119 +3344,115 @@ exports[`sizes renders correctly for a select with size medium 1`] = `
width: 100%;
}
-.c9[disabled] {
+.c8[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c9[disabled] + .c11 {
+.c8[disabled] + .c10 {
fill: #8d8d8d;
}
-.c9:focus {
+.c8:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c9 {
+.c8 {
font-size: 1.25rem;
}
-.c9 + .c11 {
+.c8 + .c10 {
width: 25px;
height: 25px;
}
-.c9 + .c16 {
+.c8 + .c15 {
width: 20px;
height: 20px;
top: 15px;
right: 10px;
}
-.c5 {
+.c4 {
display: inline-block;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-
-
- Weather
-
-
-
-
+
+
+
+
-
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
-
+ Windy
+
+
+ Overcast
+
+
+
+
+
+
`;
exports[`sizes renders correctly for a select with size small 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -3885,7 +3465,7 @@ exports[`sizes renders correctly for a select with size small 1`] = `
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -3899,7 +3479,7 @@ exports[`sizes renders correctly for a select with size small 1`] = `
margin-bottom: 0.25rem !important;
}
-.c8 {
+.c7 {
margin: unset;
padding: unset;
border: unset;
@@ -3913,11 +3493,11 @@ exports[`sizes renders correctly for a select with size small 1`] = `
margin-top: 0.5rem !important;
}
-.c8.c8.c8 {
+.c7.c7.c7 {
position: relative;
}
-.c10 {
+.c9 {
margin: unset;
padding: unset;
border: unset;
@@ -3930,44 +3510,18 @@ exports[`sizes renders correctly for a select with size small 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c7 {
+.c6 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c12 {
+.c11 {
position: absolute;
width: 20px;
height: 20px;
@@ -3979,15 +3533,15 @@ exports[`sizes renders correctly for a select with size small 1`] = `
transform: translateY(50%);
}
-.c13[disabled] + .c11 {
+.c12[disabled] + .c10 {
fill: #8d8d8d;
}
-.c14[disabled] + .c11 {
+.c13[disabled] + .c10 {
fill: #8d8d8d;
}
-.c9 {
+.c8 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -4001,118 +3555,114 @@ exports[`sizes renders correctly for a select with size small 1`] = `
width: 100%;
}
-.c9[disabled] {
+.c8[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c9[disabled] + .c11 {
+.c8[disabled] + .c10 {
fill: #8d8d8d;
}
-.c9:focus {
+.c8:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c9 {
+.c8 {
font-size: 0.8rem;
}
-.c9 + .c11 {
+.c8 + .c10 {
width: 15px;
height: 15px;
}
-.c9 + .c15 {
+.c8 + .c14 {
width: 10px;
height: 10px;
top: 10px;
}
-.c5 {
+.c4 {
display: inline-block;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-
-
- Weather
-
-
-
-
+
+
+
+
-
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
-
+ Windy
+
+
+ Overcast
+
+
+
+
+
+
`;
exports[`states renders correctly for a select with state danger 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -4125,7 +3675,7 @@ exports[`states renders correctly for a select with state danger 1`] = `
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -4139,7 +3689,7 @@ exports[`states renders correctly for a select with state danger 1`] = `
margin-bottom: 0.25rem !important;
}
-.c8 {
+.c7 {
margin: unset;
padding: unset;
border: unset;
@@ -4153,11 +3703,11 @@ exports[`states renders correctly for a select with state danger 1`] = `
margin-top: 0.5rem !important;
}
-.c8.c8.c8 {
+.c7.c7.c7 {
position: relative;
}
-.c10 {
+.c9 {
margin: unset;
padding: unset;
border: unset;
@@ -4170,44 +3720,18 @@ exports[`states renders correctly for a select with state danger 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c7 {
+.c6 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c12 {
+.c11 {
position: absolute;
width: 20px;
height: 20px;
@@ -4219,42 +3743,42 @@ exports[`states renders correctly for a select with state danger 1`] = `
transform: translateY(50%);
}
-.c13[disabled] + .c11 {
+.c12[disabled] + .c10 {
fill: #8d8d8d;
}
-.c14[disabled] + .c11 {
+.c13[disabled] + .c10 {
fill: #8d8d8d;
}
-.c15[disabled] + .c11 {
+.c14[disabled] + .c10 {
fill: #8d8d8d;
}
-.c15 + .c11 {
+.c14 + .c10 {
width: 15px;
height: 15px;
}
-.c16[disabled] + .c11 {
+.c15[disabled] + .c10 {
fill: #8d8d8d;
}
-.c16 + .c11 {
+.c15 + .c10 {
width: 25px;
height: 25px;
}
-.c17[disabled] + .c11 {
+.c16[disabled] + .c10 {
fill: #8d8d8d;
}
-.c17 + .c11 {
+.c16 + .c10 {
width: 30px;
height: 30px;
}
-.c9 {
+.c8 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -4268,108 +3792,104 @@ exports[`states renders correctly for a select with state danger 1`] = `
width: 100%;
}
-.c9[disabled] {
+.c8[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c9[disabled] + .c11 {
+.c8[disabled] + .c10 {
fill: #8d8d8d;
}
-.c9:focus {
+.c8:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c9 {
+.c8 {
border-color: #e24c67;
box-shadow: #e24c67 0px 0px 0px 1px !important;
}
-.c5 {
+.c4 {
display: inline-block;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-
-
- Weather
-
-
-
-
+
+
+
+
-
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
-
+ Windy
+
+
+ Overcast
+
+
+
+
+
+
`;
exports[`states renders correctly for a select with state primary 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -4382,7 +3902,7 @@ exports[`states renders correctly for a select with state primary 1`] = `
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -4396,7 +3916,7 @@ exports[`states renders correctly for a select with state primary 1`] = `
margin-bottom: 0.25rem !important;
}
-.c8 {
+.c7 {
margin: unset;
padding: unset;
border: unset;
@@ -4410,11 +3930,11 @@ exports[`states renders correctly for a select with state primary 1`] = `
margin-top: 0.5rem !important;
}
-.c8.c8.c8 {
+.c7.c7.c7 {
position: relative;
}
-.c10 {
+.c9 {
margin: unset;
padding: unset;
border: unset;
@@ -4427,44 +3947,18 @@ exports[`states renders correctly for a select with state primary 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c7 {
+.c6 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c12 {
+.c11 {
position: absolute;
width: 20px;
height: 20px;
@@ -4476,54 +3970,54 @@ exports[`states renders correctly for a select with state primary 1`] = `
transform: translateY(50%);
}
-.c13[disabled] + .c11 {
+.c12[disabled] + .c10 {
fill: #8d8d8d;
}
-.c14[disabled] + .c11 {
+.c13[disabled] + .c10 {
fill: #8d8d8d;
}
-.c15[disabled] + .c11 {
+.c14[disabled] + .c10 {
fill: #8d8d8d;
}
-.c15 + .c11 {
+.c14 + .c10 {
width: 15px;
height: 15px;
}
-.c16[disabled] + .c11 {
+.c15[disabled] + .c10 {
fill: #8d8d8d;
}
-.c16 + .c11 {
+.c15 + .c10 {
width: 25px;
height: 25px;
}
-.c17[disabled] + .c11 {
+.c16[disabled] + .c10 {
fill: #8d8d8d;
}
-.c17 + .c11 {
+.c16 + .c10 {
width: 30px;
height: 30px;
}
-.c18[disabled] + .c11 {
+.c17[disabled] + .c10 {
fill: #8d8d8d;
}
-.c19[disabled] + .c11 {
+.c18[disabled] + .c10 {
fill: #8d8d8d;
}
-.c20[disabled] + .c11 {
+.c19[disabled] + .c10 {
fill: #8d8d8d;
}
-.c9 {
+.c8 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -4537,108 +4031,104 @@ exports[`states renders correctly for a select with state primary 1`] = `
width: 100%;
}
-.c9[disabled] {
+.c8[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c9[disabled] + .c11 {
+.c8[disabled] + .c10 {
fill: #8d8d8d;
}
-.c9:focus {
+.c8:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c9 {
+.c8 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c5 {
+.c4 {
display: inline-block;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-
-
- Weather
-
-
-
-
+
+
+
+
-
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
-
+ Windy
+
+
+ Overcast
+
+
+
+
+
+
`;
exports[`states renders correctly for a select with state success 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -4651,7 +4141,7 @@ exports[`states renders correctly for a select with state success 1`] = `
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -4665,7 +4155,7 @@ exports[`states renders correctly for a select with state success 1`] = `
margin-bottom: 0.25rem !important;
}
-.c8 {
+.c7 {
margin: unset;
padding: unset;
border: unset;
@@ -4679,11 +4169,11 @@ exports[`states renders correctly for a select with state success 1`] = `
margin-top: 0.5rem !important;
}
-.c8.c8.c8 {
+.c7.c7.c7 {
position: relative;
}
-.c10 {
+.c9 {
margin: unset;
padding: unset;
border: unset;
@@ -4696,44 +4186,18 @@ exports[`states renders correctly for a select with state success 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c7 {
+.c6 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c12 {
+.c11 {
position: absolute;
width: 20px;
height: 20px;
@@ -4745,46 +4209,46 @@ exports[`states renders correctly for a select with state success 1`] = `
transform: translateY(50%);
}
-.c13[disabled] + .c11 {
+.c12[disabled] + .c10 {
fill: #8d8d8d;
}
-.c14[disabled] + .c11 {
+.c13[disabled] + .c10 {
fill: #8d8d8d;
}
-.c15[disabled] + .c11 {
+.c14[disabled] + .c10 {
fill: #8d8d8d;
}
-.c15 + .c11 {
+.c14 + .c10 {
width: 15px;
height: 15px;
}
-.c16[disabled] + .c11 {
+.c15[disabled] + .c10 {
fill: #8d8d8d;
}
-.c16 + .c11 {
+.c15 + .c10 {
width: 25px;
height: 25px;
}
-.c17[disabled] + .c11 {
+.c16[disabled] + .c10 {
fill: #8d8d8d;
}
-.c17 + .c11 {
+.c16 + .c10 {
width: 30px;
height: 30px;
}
-.c18[disabled] + .c11 {
+.c17[disabled] + .c10 {
fill: #8d8d8d;
}
-.c9 {
+.c8 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -4798,108 +4262,104 @@ exports[`states renders correctly for a select with state success 1`] = `
width: 100%;
}
-.c9[disabled] {
+.c8[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c9[disabled] + .c11 {
+.c8[disabled] + .c10 {
fill: #8d8d8d;
}
-.c9:focus {
+.c8:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c9 {
+.c8 {
border-color: #4ca26c;
box-shadow: #4ca26c 0px 0px 0px 1px !important;
}
-.c5 {
+.c4 {
display: inline-block;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-
-
- Weather
-
-
-
-
+
+
+
+
-
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
-
+ Windy
+
+
+ Overcast
+
+
+
+
+
+
`;
exports[`states renders correctly for a select with state warning 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -4912,7 +4372,7 @@ exports[`states renders correctly for a select with state warning 1`] = `
color: inherit;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -4926,7 +4386,7 @@ exports[`states renders correctly for a select with state warning 1`] = `
margin-bottom: 0.25rem !important;
}
-.c8 {
+.c7 {
margin: unset;
padding: unset;
border: unset;
@@ -4940,11 +4400,11 @@ exports[`states renders correctly for a select with state warning 1`] = `
margin-top: 0.5rem !important;
}
-.c8.c8.c8 {
+.c7.c7.c7 {
position: relative;
}
-.c10 {
+.c9 {
margin: unset;
padding: unset;
border: unset;
@@ -4957,44 +4417,18 @@ exports[`states renders correctly for a select with state warning 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c7 {
+.c6 {
display: inline-block;
}
-.c2 {
+.c1 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
-.c12 {
+.c11 {
position: absolute;
width: 20px;
height: 20px;
@@ -5006,50 +4440,50 @@ exports[`states renders correctly for a select with state warning 1`] = `
transform: translateY(50%);
}
-.c13[disabled] + .c11 {
+.c12[disabled] + .c10 {
fill: #8d8d8d;
}
-.c14[disabled] + .c11 {
+.c13[disabled] + .c10 {
fill: #8d8d8d;
}
-.c15[disabled] + .c11 {
+.c14[disabled] + .c10 {
fill: #8d8d8d;
}
-.c15 + .c11 {
+.c14 + .c10 {
width: 15px;
height: 15px;
}
-.c16[disabled] + .c11 {
+.c15[disabled] + .c10 {
fill: #8d8d8d;
}
-.c16 + .c11 {
+.c15 + .c10 {
width: 25px;
height: 25px;
}
-.c17[disabled] + .c11 {
+.c16[disabled] + .c10 {
fill: #8d8d8d;
}
-.c17 + .c11 {
+.c16 + .c10 {
width: 30px;
height: 30px;
}
-.c18[disabled] + .c11 {
+.c17[disabled] + .c10 {
fill: #8d8d8d;
}
-.c19[disabled] + .c11 {
+.c18[disabled] + .c10 {
fill: #8d8d8d;
}
-.c9 {
+.c8 {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
@@ -5063,102 +4497,98 @@ exports[`states renders correctly for a select with state warning 1`] = `
width: 100%;
}
-.c9[disabled] {
+.c8[disabled] {
background: #f2f2f2;
box-shadow: unset;
color: #8d8d8d;
}
-.c9[disabled] + .c11 {
+.c8[disabled] + .c10 {
fill: #8d8d8d;
}
-.c9:focus {
+.c8:focus {
outline: unset;
z-index: 2;
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c9 {
+.c8 {
border-color: #ffc94c;
box-shadow: #ffc94c 0px 0px 0px 1px !important;
}
-.c5 {
+.c4 {
display: inline-block;
}
-.c4 {
+.c3 {
display: block;
}
-.c3 {
+.c2 {
margin-bottom: 0 !important;
}
-
-
- Weather
-
-
-
-
+
+
+
+
-
-
- Sunny
-
-
- Windy
-
-
- Overcast
-
-
-
+
-
-
-
-
+ Windy
+
+
+ Overcast
+
+
+
+
+
+
`;
diff --git a/src/Set/__tests__/__snapshots__/Set.test.js.snap b/src/Set/__tests__/__snapshots__/Set.test.js.snap
index 5607bebdd..0e6c9d04c 100644
--- a/src/Set/__tests__/__snapshots__/Set.test.js.snap
+++ b/src/Set/__tests__/__snapshots__/Set.test.js.snap
@@ -15,39 +15,10 @@ exports[`renders correctly for a basic set 1`] = `
}
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c3 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-}
-
-.c2 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
@@ -63,24 +34,20 @@ exports[`renders correctly for a basic set 1`] = `
margin-top: -0.5rem;
}
-.c2 > * {
+.c0 > * {
margin-left: 0.5rem;
margin-top: 0.5rem;
}
-
-
- test
-
-
- test
-
+
+ test
+
+
+ test
`;
@@ -100,39 +67,10 @@ exports[`renders correctly for a set with custom spacing 1`] = `
}
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c3 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-}
-
-.c2 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
@@ -148,24 +86,20 @@ exports[`renders correctly for a set with custom spacing 1`] = `
margin-top: -2rem;
}
-.c2 > * {
+.c0 > * {
margin-left: 2rem;
margin-top: 2rem;
}
-
-
- test
-
-
- test
-
+
+ test
+
+
+ test
`;
@@ -185,39 +119,10 @@ exports[`renders correctly for a vertical set 1`] = `
}
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c3 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-}
-
-.c2 {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
@@ -235,23 +140,19 @@ exports[`renders correctly for a vertical set 1`] = `
margin-top: -0.5rem;
}
-.c2 > * {
+.c0 > * {
margin-top: 0.5rem;
}
-
-
- test
-
-
- test
-
+
+ test
+
+
+ test
`;
diff --git a/src/Spinner/__tests__/__snapshots__/Spinner.test.js.snap b/src/Spinner/__tests__/__snapshots__/Spinner.test.js.snap
index 170a21c10..af91a5d24 100644
--- a/src/Spinner/__tests__/__snapshots__/Spinner.test.js.snap
+++ b/src/Spinner/__tests__/__snapshots__/Spinner.test.js.snap
@@ -12,49 +12,10 @@ exports[`renders correctly 1`] = `
box-sizing: border-box;
background-color: unset;
color: inherit;
-}
-
-.c3 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
color: #3926a5 !important;
}
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
font-size: 20px;
-webkit-animation: iVXCSc 0.6s infinite linear;
animation: iVXCSc 0.6s infinite linear;
@@ -70,13 +31,9 @@ exports[`renders correctly 1`] = `
+ color="primary"
+ style="size: default;"
+/>
`;
exports[`renders correctly when a color prop is set 1`] = `
@@ -94,32 +51,6 @@ exports[`renders correctly when a color prop is set 1`] = `
}
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
font-size: 20px;
-webkit-animation: iVXCSc 0.6s infinite linear;
animation: iVXCSc 0.6s infinite linear;
@@ -135,30 +66,13 @@ exports[`renders correctly when a color prop is set 1`] = `
+ color="red"
+ style="color: red; size: default;"
+/>
`;
exports[`renders correctly when a palette prop is set 1`] = `
.c1 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
-}
-
-.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -173,32 +87,6 @@ exports[`renders correctly when a palette prop is set 1`] = `
}
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
font-size: 20px;
-webkit-animation: iVXCSc 0.6s infinite linear;
animation: iVXCSc 0.6s infinite linear;
@@ -214,13 +102,9 @@ exports[`renders correctly when a palette prop is set 1`] = `
+ color="primary"
+ style="size: default;"
+/>
`;
exports[`renders correctly when a size prop is set 1`] = `
@@ -235,49 +119,10 @@ exports[`renders correctly when a size prop is set 1`] = `
box-sizing: border-box;
background-color: unset;
color: inherit;
-}
-
-.c3 {
- margin: unset;
- padding: unset;
- border: unset;
- background: unset;
- font: unset;
- font-family: inherit;
- font-size: 100%;
- box-sizing: border-box;
- background-color: unset;
- color: inherit;
color: #3926a5 !important;
}
.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c2 {
font-size: 20px;
-webkit-animation: iVXCSc 0.6s infinite linear;
animation: iVXCSc 0.6s infinite linear;
@@ -291,17 +136,13 @@ exports[`renders correctly when a size prop is set 1`] = `
position: relative;
}
-.c2 {
+.c0 {
font-size: 36px;
}
+ color="primary"
+ style="size: large;"
+/>
`;
diff --git a/src/Switch/__tests__/__snapshots__/Switch.test.js.snap b/src/Switch/__tests__/__snapshots__/Switch.test.js.snap
index 1836714e8..ed3c1570c 100644
--- a/src/Switch/__tests__/__snapshots__/Switch.test.js.snap
+++ b/src/Switch/__tests__/__snapshots__/Switch.test.js.snap
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`colors renders correctly for an switch with color danger 1`] = `
-.c1 {
+.c2 {
margin: unset;
padding: unset;
border: unset;
@@ -14,7 +14,7 @@ exports[`colors renders correctly for an switch with color danger 1`] = `
color: inherit;
}
-.c9 {
+.c8 {
margin: unset;
padding: unset;
border: unset;
@@ -28,7 +28,7 @@ exports[`colors renders correctly for an switch with color danger 1`] = `
margin-left: 0.5rem !important;
}
-.c5 {
+.c4 {
margin: unset;
padding: unset;
border: unset;
@@ -41,44 +41,18 @@ exports[`colors renders correctly for an switch with color danger 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-abbr.c8 {
+abbr.c7 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c8 {
+i.c7 {
font-style: italic;
}
-kbd.c8 {
+kbd.c7 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -86,50 +60,50 @@ kbd.c8 {
padding: 0.1rem 0.2rem;
}
-mark.c8 {
+mark.c7 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c8 {
+strong.c7 {
font-weight: bold;
}
-sub.c8,
-sup.c8 {
+sub.c7,
+sup.c7 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c8,
-u.c8 {
+ins.c7,
+u.c7 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c8,
-cite.c8,
-var.c8,
-em.c8 {
+i.c7,
+cite.c7,
+var.c7,
+em.c7 {
font-style: italic;
}
-kbd.c8,
-pre.c8,
-samp.c8 {
+kbd.c7,
+pre.c7,
+samp.c7 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c8 .c11 {
+.c7 .c10 {
top: 0.1em;
}
-.c3 {
+.c1 {
display: inline-block;
}
-.c7 {
+.c6 {
background-color: #f2f2f2;
border: 1px solid #bdbdbd;
border-radius: 1em;
@@ -138,7 +112,7 @@ samp.c8 {
width: 3em;
}
-.c10 + .c6::before {
+.c9 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -152,47 +126,47 @@ samp.c8 {
position: absolute;
}
-.c10[disabled] + .c6 {
+.c9[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c10[disabled] + .c6::before {
+.c9[disabled] + .c5::before {
background: #f2f2f2;
}
-.c10:checked:focus + .c6 {
+.c9:checked:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:focus + .c6 {
+.c9:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:not([disabled]):checked + .c6 {
+.c9:not([disabled]):checked + .c5 {
border-color: #7467c0;
background-color: #3926a5;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c10:checked + .c6 {
+.c9:checked + .c5 {
background-color: #9c92d2;
border-color: #9c92d2;
}
-.c10:checked + .c6::before {
+.c9:checked + .c5::before {
border-color: #3926a5;
left: 1.7em;
}
-.c10[disabled]:checked + .c6::before {
+.c9[disabled]:checked + .c5::before {
border-color: #9c92d2;
}
-.c4 {
+.c3 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -202,7 +176,7 @@ samp.c8 {
width: 1px;
}
-.c4 + .c6::before {
+.c3 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -216,47 +190,47 @@ samp.c8 {
position: absolute;
}
-.c4[disabled] + .c6 {
+.c3[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c4[disabled] + .c6::before {
+.c3[disabled] + .c5::before {
background: #f2f2f2;
}
-.c4:checked:focus + .c6 {
+.c3:checked:focus + .c5 {
border-color: #e24c67;
box-shadow: #e24c67 0px 0px 0px 1px !important;
}
-.c4:focus + .c6 {
+.c3:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:not([disabled]):checked + .c6 {
+.c3:not([disabled]):checked + .c5 {
border-color: #e24c67;
background-color: #d60027;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c4:checked + .c6 {
+.c3:checked + .c5 {
background-color: #ea7f93;
border-color: #ea7f93;
}
-.c4:checked + .c6::before {
+.c3:checked + .c5::before {
border-color: #d60027;
left: 1.7em;
}
-.c4[disabled]:checked + .c6::before {
+.c3[disabled]:checked + .c5::before {
border-color: #ea7f93;
}
-.c2 {
+.c0 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -268,36 +242,32 @@ samp.c8 {
display: flex;
}
-
+ Test
+
+
`;
exports[`colors renders correctly for an switch with color primary 1`] = `
-.c1 {
+.c2 {
margin: unset;
padding: unset;
border: unset;
@@ -310,7 +280,7 @@ exports[`colors renders correctly for an switch with color primary 1`] = `
color: inherit;
}
-.c9 {
+.c8 {
margin: unset;
padding: unset;
border: unset;
@@ -324,7 +294,7 @@ exports[`colors renders correctly for an switch with color primary 1`] = `
margin-left: 0.5rem !important;
}
-.c5 {
+.c4 {
margin: unset;
padding: unset;
border: unset;
@@ -337,44 +307,18 @@ exports[`colors renders correctly for an switch with color primary 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-abbr.c8 {
+abbr.c7 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c8 {
+i.c7 {
font-style: italic;
}
-kbd.c8 {
+kbd.c7 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -382,50 +326,50 @@ kbd.c8 {
padding: 0.1rem 0.2rem;
}
-mark.c8 {
+mark.c7 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c8 {
+strong.c7 {
font-weight: bold;
}
-sub.c8,
-sup.c8 {
+sub.c7,
+sup.c7 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c8,
-u.c8 {
+ins.c7,
+u.c7 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c8,
-cite.c8,
-var.c8,
-em.c8 {
+i.c7,
+cite.c7,
+var.c7,
+em.c7 {
font-style: italic;
}
-kbd.c8,
-pre.c8,
-samp.c8 {
+kbd.c7,
+pre.c7,
+samp.c7 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c8 .c13 {
+.c7 .c12 {
top: 0.1em;
}
-.c3 {
+.c1 {
display: inline-block;
}
-.c7 {
+.c6 {
background-color: #f2f2f2;
border: 1px solid #bdbdbd;
border-radius: 1em;
@@ -434,7 +378,7 @@ samp.c8 {
width: 3em;
}
-.c4 {
+.c3 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -444,7 +388,7 @@ samp.c8 {
width: 1px;
}
-.c4 + .c6::before {
+.c3 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -458,47 +402,47 @@ samp.c8 {
position: absolute;
}
-.c4[disabled] + .c6 {
+.c3[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c4[disabled] + .c6::before {
+.c3[disabled] + .c5::before {
background: #f2f2f2;
}
-.c4:checked:focus + .c6 {
+.c3:checked:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:focus + .c6 {
+.c3:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:not([disabled]):checked + .c6 {
+.c3:not([disabled]):checked + .c5 {
border-color: #7467c0;
background-color: #3926a5;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c4:checked + .c6 {
+.c3:checked + .c5 {
background-color: #9c92d2;
border-color: #9c92d2;
}
-.c4:checked + .c6::before {
+.c3:checked + .c5::before {
border-color: #3926a5;
left: 1.7em;
}
-.c4[disabled]:checked + .c6::before {
+.c3[disabled]:checked + .c5::before {
border-color: #9c92d2;
}
-.c10 + .c6::before {
+.c9 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -512,47 +456,47 @@ samp.c8 {
position: absolute;
}
-.c10[disabled] + .c6 {
+.c9[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c10[disabled] + .c6::before {
+.c9[disabled] + .c5::before {
background: #f2f2f2;
}
-.c10:checked:focus + .c6 {
+.c9:checked:focus + .c5 {
border-color: #e24c67;
box-shadow: #e24c67 0px 0px 0px 1px !important;
}
-.c10:focus + .c6 {
+.c9:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:not([disabled]):checked + .c6 {
+.c9:not([disabled]):checked + .c5 {
border-color: #e24c67;
background-color: #d60027;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c10:checked + .c6 {
+.c9:checked + .c5 {
background-color: #ea7f93;
border-color: #ea7f93;
}
-.c10:checked + .c6::before {
+.c9:checked + .c5::before {
border-color: #d60027;
left: 1.7em;
}
-.c10[disabled]:checked + .c6::before {
+.c9[disabled]:checked + .c5::before {
border-color: #ea7f93;
}
-.c11 + .c6::before {
+.c10 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -566,47 +510,47 @@ samp.c8 {
position: absolute;
}
-.c11[disabled] + .c6 {
+.c10[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c11[disabled] + .c6::before {
+.c10[disabled] + .c5::before {
background: #f2f2f2;
}
-.c11:checked:focus + .c6 {
+.c10:checked:focus + .c5 {
border-color: #4ca26c;
box-shadow: #4ca26c 0px 0px 0px 1px !important;
}
-.c11:focus + .c6 {
+.c10:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:not([disabled]):checked + .c6 {
+.c10:not([disabled]):checked + .c5 {
border-color: #4ca26c;
background-color: #007b2e;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c11:checked + .c6 {
+.c10:checked + .c5 {
background-color: #7fbd96;
border-color: #7fbd96;
}
-.c11:checked + .c6::before {
+.c10:checked + .c5::before {
border-color: #007b2e;
left: 1.7em;
}
-.c11[disabled]:checked + .c6::before {
+.c10[disabled]:checked + .c5::before {
border-color: #7fbd96;
}
-.c12 + .c6::before {
+.c11 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -620,47 +564,47 @@ samp.c8 {
position: absolute;
}
-.c12[disabled] + .c6 {
+.c11[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c12[disabled] + .c6::before {
+.c11[disabled] + .c5::before {
background: #f2f2f2;
}
-.c12:checked:focus + .c6 {
+.c11:checked:focus + .c5 {
border-color: #ffc94c;
box-shadow: #ffc94c 0px 0px 0px 1px !important;
}
-.c12:focus + .c6 {
+.c11:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c12:not([disabled]):checked + .c6 {
+.c11:not([disabled]):checked + .c5 {
border-color: #ffc94c;
background-color: #ffb300;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c12:checked + .c6 {
+.c11:checked + .c5 {
background-color: #ffd97f;
border-color: #ffd97f;
}
-.c12:checked + .c6::before {
+.c11:checked + .c5::before {
border-color: #ffb300;
left: 1.7em;
}
-.c12[disabled]:checked + .c6::before {
+.c11[disabled]:checked + .c5::before {
border-color: #ffd97f;
}
-.c2 {
+.c0 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -672,36 +616,32 @@ samp.c8 {
display: flex;
}
-
+ Test
+
+
`;
exports[`colors renders correctly for an switch with color success 1`] = `
-.c1 {
+.c2 {
margin: unset;
padding: unset;
border: unset;
@@ -714,7 +654,7 @@ exports[`colors renders correctly for an switch with color success 1`] = `
color: inherit;
}
-.c9 {
+.c8 {
margin: unset;
padding: unset;
border: unset;
@@ -728,7 +668,7 @@ exports[`colors renders correctly for an switch with color success 1`] = `
margin-left: 0.5rem !important;
}
-.c5 {
+.c4 {
margin: unset;
padding: unset;
border: unset;
@@ -741,44 +681,18 @@ exports[`colors renders correctly for an switch with color success 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-abbr.c8 {
+abbr.c7 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c8 {
+i.c7 {
font-style: italic;
}
-kbd.c8 {
+kbd.c7 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -786,50 +700,50 @@ kbd.c8 {
padding: 0.1rem 0.2rem;
}
-mark.c8 {
+mark.c7 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c8 {
+strong.c7 {
font-weight: bold;
}
-sub.c8,
-sup.c8 {
+sub.c7,
+sup.c7 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c8,
-u.c8 {
+ins.c7,
+u.c7 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c8,
-cite.c8,
-var.c8,
-em.c8 {
+i.c7,
+cite.c7,
+var.c7,
+em.c7 {
font-style: italic;
}
-kbd.c8,
-pre.c8,
-samp.c8 {
+kbd.c7,
+pre.c7,
+samp.c7 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c8 .c12 {
+.c7 .c11 {
top: 0.1em;
}
-.c3 {
+.c1 {
display: inline-block;
}
-.c7 {
+.c6 {
background-color: #f2f2f2;
border: 1px solid #bdbdbd;
border-radius: 1em;
@@ -838,7 +752,7 @@ samp.c8 {
width: 3em;
}
-.c10 + .c6::before {
+.c9 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -852,47 +766,47 @@ samp.c8 {
position: absolute;
}
-.c10[disabled] + .c6 {
+.c9[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c10[disabled] + .c6::before {
+.c9[disabled] + .c5::before {
background: #f2f2f2;
}
-.c10:checked:focus + .c6 {
+.c9:checked:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:focus + .c6 {
+.c9:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:not([disabled]):checked + .c6 {
+.c9:not([disabled]):checked + .c5 {
border-color: #7467c0;
background-color: #3926a5;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c10:checked + .c6 {
+.c9:checked + .c5 {
background-color: #9c92d2;
border-color: #9c92d2;
}
-.c10:checked + .c6::before {
+.c9:checked + .c5::before {
border-color: #3926a5;
left: 1.7em;
}
-.c10[disabled]:checked + .c6::before {
+.c9[disabled]:checked + .c5::before {
border-color: #9c92d2;
}
-.c11 + .c6::before {
+.c10 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -906,47 +820,47 @@ samp.c8 {
position: absolute;
}
-.c11[disabled] + .c6 {
+.c10[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c11[disabled] + .c6::before {
+.c10[disabled] + .c5::before {
background: #f2f2f2;
}
-.c11:checked:focus + .c6 {
+.c10:checked:focus + .c5 {
border-color: #e24c67;
box-shadow: #e24c67 0px 0px 0px 1px !important;
}
-.c11:focus + .c6 {
+.c10:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:not([disabled]):checked + .c6 {
+.c10:not([disabled]):checked + .c5 {
border-color: #e24c67;
background-color: #d60027;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c11:checked + .c6 {
+.c10:checked + .c5 {
background-color: #ea7f93;
border-color: #ea7f93;
}
-.c11:checked + .c6::before {
+.c10:checked + .c5::before {
border-color: #d60027;
left: 1.7em;
}
-.c11[disabled]:checked + .c6::before {
+.c10[disabled]:checked + .c5::before {
border-color: #ea7f93;
}
-.c4 {
+.c3 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -956,7 +870,7 @@ samp.c8 {
width: 1px;
}
-.c4 + .c6::before {
+.c3 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -970,47 +884,47 @@ samp.c8 {
position: absolute;
}
-.c4[disabled] + .c6 {
+.c3[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c4[disabled] + .c6::before {
+.c3[disabled] + .c5::before {
background: #f2f2f2;
}
-.c4:checked:focus + .c6 {
+.c3:checked:focus + .c5 {
border-color: #4ca26c;
box-shadow: #4ca26c 0px 0px 0px 1px !important;
}
-.c4:focus + .c6 {
+.c3:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:not([disabled]):checked + .c6 {
+.c3:not([disabled]):checked + .c5 {
border-color: #4ca26c;
background-color: #007b2e;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c4:checked + .c6 {
+.c3:checked + .c5 {
background-color: #7fbd96;
border-color: #7fbd96;
}
-.c4:checked + .c6::before {
+.c3:checked + .c5::before {
border-color: #007b2e;
left: 1.7em;
}
-.c4[disabled]:checked + .c6::before {
+.c3[disabled]:checked + .c5::before {
border-color: #7fbd96;
}
-.c2 {
+.c0 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -1022,36 +936,32 @@ samp.c8 {
display: flex;
}
-
+ Test
+
+
`;
exports[`colors renders correctly for an switch with color warning 1`] = `
-.c1 {
+.c2 {
margin: unset;
padding: unset;
border: unset;
@@ -1064,7 +974,7 @@ exports[`colors renders correctly for an switch with color warning 1`] = `
color: inherit;
}
-.c9 {
+.c8 {
margin: unset;
padding: unset;
border: unset;
@@ -1078,7 +988,7 @@ exports[`colors renders correctly for an switch with color warning 1`] = `
margin-left: 0.5rem !important;
}
-.c5 {
+.c4 {
margin: unset;
padding: unset;
border: unset;
@@ -1091,44 +1001,18 @@ exports[`colors renders correctly for an switch with color warning 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-abbr.c8 {
+abbr.c7 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c8 {
+i.c7 {
font-style: italic;
}
-kbd.c8 {
+kbd.c7 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -1136,50 +1020,50 @@ kbd.c8 {
padding: 0.1rem 0.2rem;
}
-mark.c8 {
+mark.c7 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c8 {
+strong.c7 {
font-weight: bold;
}
-sub.c8,
-sup.c8 {
+sub.c7,
+sup.c7 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c8,
-u.c8 {
+ins.c7,
+u.c7 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c8,
-cite.c8,
-var.c8,
-em.c8 {
+i.c7,
+cite.c7,
+var.c7,
+em.c7 {
font-style: italic;
}
-kbd.c8,
-pre.c8,
-samp.c8 {
+kbd.c7,
+pre.c7,
+samp.c7 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c8 .c13 {
+.c7 .c12 {
top: 0.1em;
}
-.c3 {
+.c1 {
display: inline-block;
}
-.c7 {
+.c6 {
background-color: #f2f2f2;
border: 1px solid #bdbdbd;
border-radius: 1em;
@@ -1188,7 +1072,7 @@ samp.c8 {
width: 3em;
}
-.c10 + .c6::before {
+.c9 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -1202,47 +1086,47 @@ samp.c8 {
position: absolute;
}
-.c10[disabled] + .c6 {
+.c9[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c10[disabled] + .c6::before {
+.c9[disabled] + .c5::before {
background: #f2f2f2;
}
-.c10:checked:focus + .c6 {
+.c9:checked:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:focus + .c6 {
+.c9:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:not([disabled]):checked + .c6 {
+.c9:not([disabled]):checked + .c5 {
border-color: #7467c0;
background-color: #3926a5;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c10:checked + .c6 {
+.c9:checked + .c5 {
background-color: #9c92d2;
border-color: #9c92d2;
}
-.c10:checked + .c6::before {
+.c9:checked + .c5::before {
border-color: #3926a5;
left: 1.7em;
}
-.c10[disabled]:checked + .c6::before {
+.c9[disabled]:checked + .c5::before {
border-color: #9c92d2;
}
-.c11 + .c6::before {
+.c10 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -1256,47 +1140,47 @@ samp.c8 {
position: absolute;
}
-.c11[disabled] + .c6 {
+.c10[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c11[disabled] + .c6::before {
+.c10[disabled] + .c5::before {
background: #f2f2f2;
}
-.c11:checked:focus + .c6 {
+.c10:checked:focus + .c5 {
border-color: #e24c67;
box-shadow: #e24c67 0px 0px 0px 1px !important;
}
-.c11:focus + .c6 {
+.c10:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:not([disabled]):checked + .c6 {
+.c10:not([disabled]):checked + .c5 {
border-color: #e24c67;
background-color: #d60027;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c11:checked + .c6 {
+.c10:checked + .c5 {
background-color: #ea7f93;
border-color: #ea7f93;
}
-.c11:checked + .c6::before {
+.c10:checked + .c5::before {
border-color: #d60027;
left: 1.7em;
}
-.c11[disabled]:checked + .c6::before {
+.c10[disabled]:checked + .c5::before {
border-color: #ea7f93;
}
-.c12 + .c6::before {
+.c11 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -1310,47 +1194,47 @@ samp.c8 {
position: absolute;
}
-.c12[disabled] + .c6 {
+.c11[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c12[disabled] + .c6::before {
+.c11[disabled] + .c5::before {
background: #f2f2f2;
}
-.c12:checked:focus + .c6 {
+.c11:checked:focus + .c5 {
border-color: #4ca26c;
box-shadow: #4ca26c 0px 0px 0px 1px !important;
}
-.c12:focus + .c6 {
+.c11:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c12:not([disabled]):checked + .c6 {
+.c11:not([disabled]):checked + .c5 {
border-color: #4ca26c;
background-color: #007b2e;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c12:checked + .c6 {
+.c11:checked + .c5 {
background-color: #7fbd96;
border-color: #7fbd96;
}
-.c12:checked + .c6::before {
+.c11:checked + .c5::before {
border-color: #007b2e;
left: 1.7em;
}
-.c12[disabled]:checked + .c6::before {
+.c11[disabled]:checked + .c5::before {
border-color: #7fbd96;
}
-.c4 {
+.c3 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -1360,7 +1244,7 @@ samp.c8 {
width: 1px;
}
-.c4 + .c6::before {
+.c3 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -1374,47 +1258,47 @@ samp.c8 {
position: absolute;
}
-.c4[disabled] + .c6 {
+.c3[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c4[disabled] + .c6::before {
+.c3[disabled] + .c5::before {
background: #f2f2f2;
}
-.c4:checked:focus + .c6 {
+.c3:checked:focus + .c5 {
border-color: #ffc94c;
box-shadow: #ffc94c 0px 0px 0px 1px !important;
}
-.c4:focus + .c6 {
+.c3:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:not([disabled]):checked + .c6 {
+.c3:not([disabled]):checked + .c5 {
border-color: #ffc94c;
background-color: #ffb300;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c4:checked + .c6 {
+.c3:checked + .c5 {
background-color: #ffd97f;
border-color: #ffd97f;
}
-.c4:checked + .c6::before {
+.c3:checked + .c5::before {
border-color: #ffb300;
left: 1.7em;
}
-.c4[disabled]:checked + .c6::before {
+.c3[disabled]:checked + .c5::before {
border-color: #ffd97f;
}
-.c2 {
+.c0 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -1426,36 +1310,32 @@ samp.c8 {
display: flex;
}
-
+ Test
+
+
`;
exports[`renders correctly for a basic switch 1`] = `
-.c1 {
+.c2 {
margin: unset;
padding: unset;
border: unset;
@@ -1468,7 +1348,7 @@ exports[`renders correctly for a basic switch 1`] = `
color: inherit;
}
-.c5 {
+.c4 {
margin: unset;
padding: unset;
border: unset;
@@ -1481,7 +1361,7 @@ exports[`renders correctly for a basic switch 1`] = `
color: inherit;
}
-.c9 {
+.c8 {
margin: unset;
padding: unset;
border: unset;
@@ -1495,44 +1375,18 @@ exports[`renders correctly for a basic switch 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-abbr.c8 {
+abbr.c7 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c8 {
+i.c7 {
font-style: italic;
}
-kbd.c8 {
+kbd.c7 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -1540,50 +1394,50 @@ kbd.c8 {
padding: 0.1rem 0.2rem;
}
-mark.c8 {
+mark.c7 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c8 {
+strong.c7 {
font-weight: bold;
}
-sub.c8,
-sup.c8 {
+sub.c7,
+sup.c7 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c8,
-u.c8 {
+ins.c7,
+u.c7 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c8,
-cite.c8,
-var.c8,
-em.c8 {
+i.c7,
+cite.c7,
+var.c7,
+em.c7 {
font-style: italic;
}
-kbd.c8,
-pre.c8,
-samp.c8 {
+kbd.c7,
+pre.c7,
+samp.c7 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c8 .c10 {
+.c7 .c9 {
top: 0.1em;
}
-.c3 {
+.c1 {
display: inline-block;
}
-.c7 {
+.c6 {
background-color: #f2f2f2;
border: 1px solid #bdbdbd;
border-radius: 1em;
@@ -1592,7 +1446,7 @@ samp.c8 {
width: 3em;
}
-.c4 {
+.c3 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -1602,7 +1456,7 @@ samp.c8 {
width: 1px;
}
-.c4 + .c6::before {
+.c3 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -1616,47 +1470,47 @@ samp.c8 {
position: absolute;
}
-.c4[disabled] + .c6 {
+.c3[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c4[disabled] + .c6::before {
+.c3[disabled] + .c5::before {
background: #f2f2f2;
}
-.c4:checked:focus + .c6 {
+.c3:checked:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:focus + .c6 {
+.c3:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:not([disabled]):checked + .c6 {
+.c3:not([disabled]):checked + .c5 {
border-color: #7467c0;
background-color: #3926a5;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c4:checked + .c6 {
+.c3:checked + .c5 {
background-color: #9c92d2;
border-color: #9c92d2;
}
-.c4:checked + .c6::before {
+.c3:checked + .c5::before {
border-color: #3926a5;
left: 1.7em;
}
-.c4[disabled]:checked + .c6::before {
+.c3[disabled]:checked + .c5::before {
border-color: #9c92d2;
}
-.c2 {
+.c0 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -1668,36 +1522,32 @@ samp.c8 {
display: flex;
}
-
+ Test
+
+
`;
exports[`renders correctly for a disabled switch 1`] = `
-.c1 {
+.c2 {
margin: unset;
padding: unset;
border: unset;
@@ -1710,7 +1560,7 @@ exports[`renders correctly for a disabled switch 1`] = `
color: inherit;
}
-.c5 {
+.c4 {
margin: unset;
padding: unset;
border: unset;
@@ -1723,7 +1573,7 @@ exports[`renders correctly for a disabled switch 1`] = `
color: inherit;
}
-.c9 {
+.c8 {
margin: unset;
padding: unset;
border: unset;
@@ -1737,44 +1587,18 @@ exports[`renders correctly for a disabled switch 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-abbr.c8 {
+abbr.c7 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c8 {
+i.c7 {
font-style: italic;
}
-kbd.c8 {
+kbd.c7 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -1782,50 +1606,50 @@ kbd.c8 {
padding: 0.1rem 0.2rem;
}
-mark.c8 {
+mark.c7 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c8 {
+strong.c7 {
font-weight: bold;
}
-sub.c8,
-sup.c8 {
+sub.c7,
+sup.c7 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c8,
-u.c8 {
+ins.c7,
+u.c7 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c8,
-cite.c8,
-var.c8,
-em.c8 {
+i.c7,
+cite.c7,
+var.c7,
+em.c7 {
font-style: italic;
}
-kbd.c8,
-pre.c8,
-samp.c8 {
+kbd.c7,
+pre.c7,
+samp.c7 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c8 .c10 {
+.c7 .c9 {
top: 0.1em;
}
-.c3 {
+.c1 {
display: inline-block;
}
-.c7 {
+.c6 {
background-color: #f2f2f2;
border: 1px solid #bdbdbd;
border-radius: 1em;
@@ -1834,7 +1658,7 @@ samp.c8 {
width: 3em;
}
-.c4 {
+.c3 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -1844,7 +1668,7 @@ samp.c8 {
width: 1px;
}
-.c4 + .c6::before {
+.c3 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -1858,47 +1682,47 @@ samp.c8 {
position: absolute;
}
-.c4[disabled] + .c6 {
+.c3[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c4[disabled] + .c6::before {
+.c3[disabled] + .c5::before {
background: #f2f2f2;
}
-.c4:checked:focus + .c6 {
+.c3:checked:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:focus + .c6 {
+.c3:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:not([disabled]):checked + .c6 {
+.c3:not([disabled]):checked + .c5 {
border-color: #7467c0;
background-color: #3926a5;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c4:checked + .c6 {
+.c3:checked + .c5 {
background-color: #9c92d2;
border-color: #9c92d2;
}
-.c4:checked + .c6::before {
+.c3:checked + .c5::before {
border-color: #3926a5;
left: 1.7em;
}
-.c4[disabled]:checked + .c6::before {
+.c3[disabled]:checked + .c5::before {
border-color: #9c92d2;
}
-.c2 {
+.c0 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -1910,38 +1734,34 @@ samp.c8 {
display: flex;
}
-
+ Test
+
+
`;
exports[`states renders correctly for an switch with state danger 1`] = `
-.c1 {
+.c2 {
margin: unset;
padding: unset;
border: unset;
@@ -1954,7 +1774,7 @@ exports[`states renders correctly for an switch with state danger 1`] = `
color: inherit;
}
-.c5 {
+.c4 {
margin: unset;
padding: unset;
border: unset;
@@ -1967,7 +1787,7 @@ exports[`states renders correctly for an switch with state danger 1`] = `
color: inherit;
}
-.c9 {
+.c8 {
margin: unset;
padding: unset;
border: unset;
@@ -1981,44 +1801,18 @@ exports[`states renders correctly for an switch with state danger 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-abbr.c8 {
+abbr.c7 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c8 {
+i.c7 {
font-style: italic;
}
-kbd.c8 {
+kbd.c7 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -2026,50 +1820,50 @@ kbd.c8 {
padding: 0.1rem 0.2rem;
}
-mark.c8 {
+mark.c7 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c8 {
+strong.c7 {
font-weight: bold;
}
-sub.c8,
-sup.c8 {
+sub.c7,
+sup.c7 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c8,
-u.c8 {
+ins.c7,
+u.c7 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c8,
-cite.c8,
-var.c8,
-em.c8 {
+i.c7,
+cite.c7,
+var.c7,
+em.c7 {
font-style: italic;
}
-kbd.c8,
-pre.c8,
-samp.c8 {
+kbd.c7,
+pre.c7,
+samp.c7 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c8 .c14 {
+.c7 .c13 {
top: 0.1em;
}
-.c3 {
+.c1 {
display: inline-block;
}
-.c7 {
+.c6 {
background-color: #f2f2f2;
border: 1px solid #bdbdbd;
border-radius: 1em;
@@ -2078,12 +1872,12 @@ samp.c8 {
width: 3em;
}
-.c7 {
+.c6 {
border-color: #e24c67;
box-shadow: #e24c67 0px 0px 0px 1px !important;
}
-.c10 + .c6::before {
+.c9 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -2097,47 +1891,47 @@ samp.c8 {
position: absolute;
}
-.c10[disabled] + .c6 {
+.c9[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c10[disabled] + .c6::before {
+.c9[disabled] + .c5::before {
background: #f2f2f2;
}
-.c10:checked:focus + .c6 {
+.c9:checked:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:focus + .c6 {
+.c9:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:not([disabled]):checked + .c6 {
+.c9:not([disabled]):checked + .c5 {
border-color: #7467c0;
background-color: #3926a5;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c10:checked + .c6 {
+.c9:checked + .c5 {
background-color: #9c92d2;
border-color: #9c92d2;
}
-.c10:checked + .c6::before {
+.c9:checked + .c5::before {
border-color: #3926a5;
left: 1.7em;
}
-.c10[disabled]:checked + .c6::before {
+.c9[disabled]:checked + .c5::before {
border-color: #9c92d2;
}
-.c11 + .c6::before {
+.c10 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -2151,47 +1945,47 @@ samp.c8 {
position: absolute;
}
-.c11[disabled] + .c6 {
+.c10[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c11[disabled] + .c6::before {
+.c10[disabled] + .c5::before {
background: #f2f2f2;
}
-.c11:checked:focus + .c6 {
+.c10:checked:focus + .c5 {
border-color: #e24c67;
box-shadow: #e24c67 0px 0px 0px 1px !important;
}
-.c11:focus + .c6 {
+.c10:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:not([disabled]):checked + .c6 {
+.c10:not([disabled]):checked + .c5 {
border-color: #e24c67;
background-color: #d60027;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c11:checked + .c6 {
+.c10:checked + .c5 {
background-color: #ea7f93;
border-color: #ea7f93;
}
-.c11:checked + .c6::before {
+.c10:checked + .c5::before {
border-color: #d60027;
left: 1.7em;
}
-.c11[disabled]:checked + .c6::before {
+.c10[disabled]:checked + .c5::before {
border-color: #ea7f93;
}
-.c12 + .c6::before {
+.c11 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -2205,47 +1999,47 @@ samp.c8 {
position: absolute;
}
-.c12[disabled] + .c6 {
+.c11[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c12[disabled] + .c6::before {
+.c11[disabled] + .c5::before {
background: #f2f2f2;
}
-.c12:checked:focus + .c6 {
+.c11:checked:focus + .c5 {
border-color: #4ca26c;
box-shadow: #4ca26c 0px 0px 0px 1px !important;
}
-.c12:focus + .c6 {
+.c11:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c12:not([disabled]):checked + .c6 {
+.c11:not([disabled]):checked + .c5 {
border-color: #4ca26c;
background-color: #007b2e;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c12:checked + .c6 {
+.c11:checked + .c5 {
background-color: #7fbd96;
border-color: #7fbd96;
}
-.c12:checked + .c6::before {
+.c11:checked + .c5::before {
border-color: #007b2e;
left: 1.7em;
}
-.c12[disabled]:checked + .c6::before {
+.c11[disabled]:checked + .c5::before {
border-color: #7fbd96;
}
-.c13 + .c6::before {
+.c12 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -2259,47 +2053,47 @@ samp.c8 {
position: absolute;
}
-.c13[disabled] + .c6 {
+.c12[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c13[disabled] + .c6::before {
+.c12[disabled] + .c5::before {
background: #f2f2f2;
}
-.c13:checked:focus + .c6 {
+.c12:checked:focus + .c5 {
border-color: #ffc94c;
box-shadow: #ffc94c 0px 0px 0px 1px !important;
}
-.c13:focus + .c6 {
+.c12:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c13:not([disabled]):checked + .c6 {
+.c12:not([disabled]):checked + .c5 {
border-color: #ffc94c;
background-color: #ffb300;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c13:checked + .c6 {
+.c12:checked + .c5 {
background-color: #ffd97f;
border-color: #ffd97f;
}
-.c13:checked + .c6::before {
+.c12:checked + .c5::before {
border-color: #ffb300;
left: 1.7em;
}
-.c13[disabled]:checked + .c6::before {
+.c12[disabled]:checked + .c5::before {
border-color: #ffd97f;
}
-.c4 {
+.c3 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -2309,7 +2103,7 @@ samp.c8 {
width: 1px;
}
-.c4 + .c6::before {
+.c3 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -2323,51 +2117,51 @@ samp.c8 {
position: absolute;
}
-.c4[disabled] + .c6 {
+.c3[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c4[disabled] + .c6::before {
+.c3[disabled] + .c5::before {
background: #f2f2f2;
}
-.c4:checked:focus + .c6 {
+.c3:checked:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:focus + .c6 {
+.c3:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:not([disabled]):checked + .c6 {
+.c3:not([disabled]):checked + .c5 {
border-color: #7467c0;
background-color: #3926a5;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c4:checked + .c6 {
+.c3:checked + .c5 {
background-color: #9c92d2;
border-color: #9c92d2;
}
-.c4:checked + .c6 {
+.c3:checked + .c5 {
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:checked + .c6::before {
+.c3:checked + .c5::before {
border-color: #3926a5;
left: 1.7em;
}
-.c4[disabled]:checked + .c6::before {
+.c3[disabled]:checked + .c5::before {
border-color: #9c92d2;
}
-.c2 {
+.c0 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -2379,36 +2173,32 @@ samp.c8 {
display: flex;
}
-
+ Test
+
+
`;
exports[`states renders correctly for an switch with state primary 1`] = `
-.c1 {
+.c2 {
margin: unset;
padding: unset;
border: unset;
@@ -2421,7 +2211,7 @@ exports[`states renders correctly for an switch with state primary 1`] = `
color: inherit;
}
-.c5 {
+.c4 {
margin: unset;
padding: unset;
border: unset;
@@ -2434,7 +2224,7 @@ exports[`states renders correctly for an switch with state primary 1`] = `
color: inherit;
}
-.c9 {
+.c8 {
margin: unset;
padding: unset;
border: unset;
@@ -2448,44 +2238,18 @@ exports[`states renders correctly for an switch with state primary 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-abbr.c8 {
+abbr.c7 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c8 {
+i.c7 {
font-style: italic;
}
-kbd.c8 {
+kbd.c7 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -2493,50 +2257,50 @@ kbd.c8 {
padding: 0.1rem 0.2rem;
}
-mark.c8 {
+mark.c7 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c8 {
+strong.c7 {
font-weight: bold;
}
-sub.c8,
-sup.c8 {
+sub.c7,
+sup.c7 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c8,
-u.c8 {
+ins.c7,
+u.c7 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c8,
-cite.c8,
-var.c8,
-em.c8 {
+i.c7,
+cite.c7,
+var.c7,
+em.c7 {
font-style: italic;
}
-kbd.c8,
-pre.c8,
-samp.c8 {
+kbd.c7,
+pre.c7,
+samp.c7 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c8 .c14 {
+.c7 .c13 {
top: 0.1em;
}
-.c3 {
+.c1 {
display: inline-block;
}
-.c7 {
+.c6 {
background-color: #f2f2f2;
border: 1px solid #bdbdbd;
border-radius: 1em;
@@ -2545,12 +2309,12 @@ samp.c8 {
width: 3em;
}
-.c7 {
+.c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10 + .c6::before {
+.c9 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -2564,47 +2328,47 @@ samp.c8 {
position: absolute;
}
-.c10[disabled] + .c6 {
+.c9[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c10[disabled] + .c6::before {
+.c9[disabled] + .c5::before {
background: #f2f2f2;
}
-.c10:checked:focus + .c6 {
+.c9:checked:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:focus + .c6 {
+.c9:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:not([disabled]):checked + .c6 {
+.c9:not([disabled]):checked + .c5 {
border-color: #7467c0;
background-color: #3926a5;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c10:checked + .c6 {
+.c9:checked + .c5 {
background-color: #9c92d2;
border-color: #9c92d2;
}
-.c10:checked + .c6::before {
+.c9:checked + .c5::before {
border-color: #3926a5;
left: 1.7em;
}
-.c10[disabled]:checked + .c6::before {
+.c9[disabled]:checked + .c5::before {
border-color: #9c92d2;
}
-.c11 + .c6::before {
+.c10 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -2618,47 +2382,47 @@ samp.c8 {
position: absolute;
}
-.c11[disabled] + .c6 {
+.c10[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c11[disabled] + .c6::before {
+.c10[disabled] + .c5::before {
background: #f2f2f2;
}
-.c11:checked:focus + .c6 {
+.c10:checked:focus + .c5 {
border-color: #e24c67;
box-shadow: #e24c67 0px 0px 0px 1px !important;
}
-.c11:focus + .c6 {
+.c10:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:not([disabled]):checked + .c6 {
+.c10:not([disabled]):checked + .c5 {
border-color: #e24c67;
background-color: #d60027;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c11:checked + .c6 {
+.c10:checked + .c5 {
background-color: #ea7f93;
border-color: #ea7f93;
}
-.c11:checked + .c6::before {
+.c10:checked + .c5::before {
border-color: #d60027;
left: 1.7em;
}
-.c11[disabled]:checked + .c6::before {
+.c10[disabled]:checked + .c5::before {
border-color: #ea7f93;
}
-.c12 + .c6::before {
+.c11 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -2672,47 +2436,47 @@ samp.c8 {
position: absolute;
}
-.c12[disabled] + .c6 {
+.c11[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c12[disabled] + .c6::before {
+.c11[disabled] + .c5::before {
background: #f2f2f2;
}
-.c12:checked:focus + .c6 {
+.c11:checked:focus + .c5 {
border-color: #4ca26c;
box-shadow: #4ca26c 0px 0px 0px 1px !important;
}
-.c12:focus + .c6 {
+.c11:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c12:not([disabled]):checked + .c6 {
+.c11:not([disabled]):checked + .c5 {
border-color: #4ca26c;
background-color: #007b2e;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c12:checked + .c6 {
+.c11:checked + .c5 {
background-color: #7fbd96;
border-color: #7fbd96;
}
-.c12:checked + .c6::before {
+.c11:checked + .c5::before {
border-color: #007b2e;
left: 1.7em;
}
-.c12[disabled]:checked + .c6::before {
+.c11[disabled]:checked + .c5::before {
border-color: #7fbd96;
}
-.c13 + .c6::before {
+.c12 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -2726,47 +2490,47 @@ samp.c8 {
position: absolute;
}
-.c13[disabled] + .c6 {
+.c12[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c13[disabled] + .c6::before {
+.c12[disabled] + .c5::before {
background: #f2f2f2;
}
-.c13:checked:focus + .c6 {
+.c12:checked:focus + .c5 {
border-color: #ffc94c;
box-shadow: #ffc94c 0px 0px 0px 1px !important;
}
-.c13:focus + .c6 {
+.c12:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c13:not([disabled]):checked + .c6 {
+.c12:not([disabled]):checked + .c5 {
border-color: #ffc94c;
background-color: #ffb300;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c13:checked + .c6 {
+.c12:checked + .c5 {
background-color: #ffd97f;
border-color: #ffd97f;
}
-.c13:checked + .c6::before {
+.c12:checked + .c5::before {
border-color: #ffb300;
left: 1.7em;
}
-.c13[disabled]:checked + .c6::before {
+.c12[disabled]:checked + .c5::before {
border-color: #ffd97f;
}
-.c4 {
+.c3 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -2776,7 +2540,7 @@ samp.c8 {
width: 1px;
}
-.c4 + .c6::before {
+.c3 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -2790,51 +2554,51 @@ samp.c8 {
position: absolute;
}
-.c4[disabled] + .c6 {
+.c3[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c4[disabled] + .c6::before {
+.c3[disabled] + .c5::before {
background: #f2f2f2;
}
-.c4:checked:focus + .c6 {
+.c3:checked:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:focus + .c6 {
+.c3:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:not([disabled]):checked + .c6 {
+.c3:not([disabled]):checked + .c5 {
border-color: #7467c0;
background-color: #3926a5;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c4:checked + .c6 {
+.c3:checked + .c5 {
background-color: #9c92d2;
border-color: #9c92d2;
}
-.c4:checked + .c6 {
+.c3:checked + .c5 {
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:checked + .c6::before {
+.c3:checked + .c5::before {
border-color: #3926a5;
left: 1.7em;
}
-.c4[disabled]:checked + .c6::before {
+.c3[disabled]:checked + .c5::before {
border-color: #9c92d2;
}
-.c2 {
+.c0 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -2846,36 +2610,32 @@ samp.c8 {
display: flex;
}
-
+ Test
+
+
`;
exports[`states renders correctly for an switch with state success 1`] = `
-.c1 {
+.c2 {
margin: unset;
padding: unset;
border: unset;
@@ -2888,7 +2648,7 @@ exports[`states renders correctly for an switch with state success 1`] = `
color: inherit;
}
-.c5 {
+.c4 {
margin: unset;
padding: unset;
border: unset;
@@ -2901,7 +2661,7 @@ exports[`states renders correctly for an switch with state success 1`] = `
color: inherit;
}
-.c9 {
+.c8 {
margin: unset;
padding: unset;
border: unset;
@@ -2915,44 +2675,18 @@ exports[`states renders correctly for an switch with state success 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-abbr.c8 {
+abbr.c7 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c8 {
+i.c7 {
font-style: italic;
}
-kbd.c8 {
+kbd.c7 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -2960,50 +2694,50 @@ kbd.c8 {
padding: 0.1rem 0.2rem;
}
-mark.c8 {
+mark.c7 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c8 {
+strong.c7 {
font-weight: bold;
}
-sub.c8,
-sup.c8 {
+sub.c7,
+sup.c7 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c8,
-u.c8 {
+ins.c7,
+u.c7 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c8,
-cite.c8,
-var.c8,
-em.c8 {
+i.c7,
+cite.c7,
+var.c7,
+em.c7 {
font-style: italic;
}
-kbd.c8,
-pre.c8,
-samp.c8 {
+kbd.c7,
+pre.c7,
+samp.c7 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c8 .c14 {
+.c7 .c13 {
top: 0.1em;
}
-.c3 {
+.c1 {
display: inline-block;
}
-.c7 {
+.c6 {
background-color: #f2f2f2;
border: 1px solid #bdbdbd;
border-radius: 1em;
@@ -3012,12 +2746,12 @@ samp.c8 {
width: 3em;
}
-.c7 {
+.c6 {
border-color: #4ca26c;
box-shadow: #4ca26c 0px 0px 0px 1px !important;
}
-.c10 + .c6::before {
+.c9 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -3031,47 +2765,47 @@ samp.c8 {
position: absolute;
}
-.c10[disabled] + .c6 {
+.c9[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c10[disabled] + .c6::before {
+.c9[disabled] + .c5::before {
background: #f2f2f2;
}
-.c10:checked:focus + .c6 {
+.c9:checked:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:focus + .c6 {
+.c9:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:not([disabled]):checked + .c6 {
+.c9:not([disabled]):checked + .c5 {
border-color: #7467c0;
background-color: #3926a5;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c10:checked + .c6 {
+.c9:checked + .c5 {
background-color: #9c92d2;
border-color: #9c92d2;
}
-.c10:checked + .c6::before {
+.c9:checked + .c5::before {
border-color: #3926a5;
left: 1.7em;
}
-.c10[disabled]:checked + .c6::before {
+.c9[disabled]:checked + .c5::before {
border-color: #9c92d2;
}
-.c11 + .c6::before {
+.c10 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -3085,47 +2819,47 @@ samp.c8 {
position: absolute;
}
-.c11[disabled] + .c6 {
+.c10[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c11[disabled] + .c6::before {
+.c10[disabled] + .c5::before {
background: #f2f2f2;
}
-.c11:checked:focus + .c6 {
+.c10:checked:focus + .c5 {
border-color: #e24c67;
box-shadow: #e24c67 0px 0px 0px 1px !important;
}
-.c11:focus + .c6 {
+.c10:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:not([disabled]):checked + .c6 {
+.c10:not([disabled]):checked + .c5 {
border-color: #e24c67;
background-color: #d60027;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c11:checked + .c6 {
+.c10:checked + .c5 {
background-color: #ea7f93;
border-color: #ea7f93;
}
-.c11:checked + .c6::before {
+.c10:checked + .c5::before {
border-color: #d60027;
left: 1.7em;
}
-.c11[disabled]:checked + .c6::before {
+.c10[disabled]:checked + .c5::before {
border-color: #ea7f93;
}
-.c12 + .c6::before {
+.c11 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -3139,47 +2873,47 @@ samp.c8 {
position: absolute;
}
-.c12[disabled] + .c6 {
+.c11[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c12[disabled] + .c6::before {
+.c11[disabled] + .c5::before {
background: #f2f2f2;
}
-.c12:checked:focus + .c6 {
+.c11:checked:focus + .c5 {
border-color: #4ca26c;
box-shadow: #4ca26c 0px 0px 0px 1px !important;
}
-.c12:focus + .c6 {
+.c11:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c12:not([disabled]):checked + .c6 {
+.c11:not([disabled]):checked + .c5 {
border-color: #4ca26c;
background-color: #007b2e;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c12:checked + .c6 {
+.c11:checked + .c5 {
background-color: #7fbd96;
border-color: #7fbd96;
}
-.c12:checked + .c6::before {
+.c11:checked + .c5::before {
border-color: #007b2e;
left: 1.7em;
}
-.c12[disabled]:checked + .c6::before {
+.c11[disabled]:checked + .c5::before {
border-color: #7fbd96;
}
-.c13 + .c6::before {
+.c12 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -3193,47 +2927,47 @@ samp.c8 {
position: absolute;
}
-.c13[disabled] + .c6 {
+.c12[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c13[disabled] + .c6::before {
+.c12[disabled] + .c5::before {
background: #f2f2f2;
}
-.c13:checked:focus + .c6 {
+.c12:checked:focus + .c5 {
border-color: #ffc94c;
box-shadow: #ffc94c 0px 0px 0px 1px !important;
}
-.c13:focus + .c6 {
+.c12:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c13:not([disabled]):checked + .c6 {
+.c12:not([disabled]):checked + .c5 {
border-color: #ffc94c;
background-color: #ffb300;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c13:checked + .c6 {
+.c12:checked + .c5 {
background-color: #ffd97f;
border-color: #ffd97f;
}
-.c13:checked + .c6::before {
+.c12:checked + .c5::before {
border-color: #ffb300;
left: 1.7em;
}
-.c13[disabled]:checked + .c6::before {
+.c12[disabled]:checked + .c5::before {
border-color: #ffd97f;
}
-.c4 {
+.c3 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -3243,7 +2977,7 @@ samp.c8 {
width: 1px;
}
-.c4 + .c6::before {
+.c3 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -3257,51 +2991,51 @@ samp.c8 {
position: absolute;
}
-.c4[disabled] + .c6 {
+.c3[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c4[disabled] + .c6::before {
+.c3[disabled] + .c5::before {
background: #f2f2f2;
}
-.c4:checked:focus + .c6 {
+.c3:checked:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:focus + .c6 {
+.c3:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:not([disabled]):checked + .c6 {
+.c3:not([disabled]):checked + .c5 {
border-color: #7467c0;
background-color: #3926a5;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c4:checked + .c6 {
+.c3:checked + .c5 {
background-color: #9c92d2;
border-color: #9c92d2;
}
-.c4:checked + .c6 {
+.c3:checked + .c5 {
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:checked + .c6::before {
+.c3:checked + .c5::before {
border-color: #3926a5;
left: 1.7em;
}
-.c4[disabled]:checked + .c6::before {
+.c3[disabled]:checked + .c5::before {
border-color: #9c92d2;
}
-.c2 {
+.c0 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -3313,36 +3047,32 @@ samp.c8 {
display: flex;
}
-
+ Test
+
+
`;
exports[`states renders correctly for an switch with state warning 1`] = `
-.c1 {
+.c2 {
margin: unset;
padding: unset;
border: unset;
@@ -3355,7 +3085,7 @@ exports[`states renders correctly for an switch with state warning 1`] = `
color: inherit;
}
-.c5 {
+.c4 {
margin: unset;
padding: unset;
border: unset;
@@ -3368,7 +3098,7 @@ exports[`states renders correctly for an switch with state warning 1`] = `
color: inherit;
}
-.c9 {
+.c8 {
margin: unset;
padding: unset;
border: unset;
@@ -3382,44 +3112,18 @@ exports[`states renders correctly for an switch with state warning 1`] = `
margin-left: 0.5rem !important;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-abbr.c8 {
+abbr.c7 {
border-bottom: 1px dotted;
cursor: help;
-webkit-text-decoration: none;
text-decoration: none;
}
-i.c8 {
+i.c7 {
font-style: italic;
}
-kbd.c8 {
+kbd.c7 {
background: #454d5d;
border-radius: 0.1rem;
color: #fff;
@@ -3427,50 +3131,50 @@ kbd.c8 {
padding: 0.1rem 0.2rem;
}
-mark.c8 {
+mark.c7 {
background: #ffe9b3;
border-radius: 0.1rem;
padding: 0.1rem 0.2rem;
}
-strong.c8 {
+strong.c7 {
font-weight: bold;
}
-sub.c8,
-sup.c8 {
+sub.c7,
+sup.c7 {
font-size: 0.8em;
vertical-align: baseline;
}
-ins.c8,
-u.c8 {
+ins.c7,
+u.c7 {
-webkit-text-decoration-skip: ink edges;
text-decoration-skip: ink edges;
}
-i.c8,
-cite.c8,
-var.c8,
-em.c8 {
+i.c7,
+cite.c7,
+var.c7,
+em.c7 {
font-style: italic;
}
-kbd.c8,
-pre.c8,
-samp.c8 {
+kbd.c7,
+pre.c7,
+samp.c7 {
font-family: 'SF Mono','Segoe UI Mono','Roboto Mono',Menlo,Courier,monospace;
}
-.c8 .c14 {
+.c7 .c13 {
top: 0.1em;
}
-.c3 {
+.c1 {
display: inline-block;
}
-.c7 {
+.c6 {
background-color: #f2f2f2;
border: 1px solid #bdbdbd;
border-radius: 1em;
@@ -3479,12 +3183,12 @@ samp.c8 {
width: 3em;
}
-.c7 {
+.c6 {
border-color: #ffc94c;
box-shadow: #ffc94c 0px 0px 0px 1px !important;
}
-.c10 + .c6::before {
+.c9 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -3498,47 +3202,47 @@ samp.c8 {
position: absolute;
}
-.c10[disabled] + .c6 {
+.c9[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c10[disabled] + .c6::before {
+.c9[disabled] + .c5::before {
background: #f2f2f2;
}
-.c10:checked:focus + .c6 {
+.c9:checked:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:focus + .c6 {
+.c9:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:not([disabled]):checked + .c6 {
+.c9:not([disabled]):checked + .c5 {
border-color: #7467c0;
background-color: #3926a5;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c10:checked + .c6 {
+.c9:checked + .c5 {
background-color: #9c92d2;
border-color: #9c92d2;
}
-.c10:checked + .c6::before {
+.c9:checked + .c5::before {
border-color: #3926a5;
left: 1.7em;
}
-.c10[disabled]:checked + .c6::before {
+.c9[disabled]:checked + .c5::before {
border-color: #9c92d2;
}
-.c11 + .c6::before {
+.c10 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -3552,47 +3256,47 @@ samp.c8 {
position: absolute;
}
-.c11[disabled] + .c6 {
+.c10[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c11[disabled] + .c6::before {
+.c10[disabled] + .c5::before {
background: #f2f2f2;
}
-.c11:checked:focus + .c6 {
+.c10:checked:focus + .c5 {
border-color: #e24c67;
box-shadow: #e24c67 0px 0px 0px 1px !important;
}
-.c11:focus + .c6 {
+.c10:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:not([disabled]):checked + .c6 {
+.c10:not([disabled]):checked + .c5 {
border-color: #e24c67;
background-color: #d60027;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c11:checked + .c6 {
+.c10:checked + .c5 {
background-color: #ea7f93;
border-color: #ea7f93;
}
-.c11:checked + .c6::before {
+.c10:checked + .c5::before {
border-color: #d60027;
left: 1.7em;
}
-.c11[disabled]:checked + .c6::before {
+.c10[disabled]:checked + .c5::before {
border-color: #ea7f93;
}
-.c12 + .c6::before {
+.c11 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -3606,47 +3310,47 @@ samp.c8 {
position: absolute;
}
-.c12[disabled] + .c6 {
+.c11[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c12[disabled] + .c6::before {
+.c11[disabled] + .c5::before {
background: #f2f2f2;
}
-.c12:checked:focus + .c6 {
+.c11:checked:focus + .c5 {
border-color: #4ca26c;
box-shadow: #4ca26c 0px 0px 0px 1px !important;
}
-.c12:focus + .c6 {
+.c11:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c12:not([disabled]):checked + .c6 {
+.c11:not([disabled]):checked + .c5 {
border-color: #4ca26c;
background-color: #007b2e;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c12:checked + .c6 {
+.c11:checked + .c5 {
background-color: #7fbd96;
border-color: #7fbd96;
}
-.c12:checked + .c6::before {
+.c11:checked + .c5::before {
border-color: #007b2e;
left: 1.7em;
}
-.c12[disabled]:checked + .c6::before {
+.c11[disabled]:checked + .c5::before {
border-color: #7fbd96;
}
-.c13 + .c6::before {
+.c12 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -3660,47 +3364,47 @@ samp.c8 {
position: absolute;
}
-.c13[disabled] + .c6 {
+.c12[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c13[disabled] + .c6::before {
+.c12[disabled] + .c5::before {
background: #f2f2f2;
}
-.c13:checked:focus + .c6 {
+.c12:checked:focus + .c5 {
border-color: #ffc94c;
box-shadow: #ffc94c 0px 0px 0px 1px !important;
}
-.c13:focus + .c6 {
+.c12:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c13:not([disabled]):checked + .c6 {
+.c12:not([disabled]):checked + .c5 {
border-color: #ffc94c;
background-color: #ffb300;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c13:checked + .c6 {
+.c12:checked + .c5 {
background-color: #ffd97f;
border-color: #ffd97f;
}
-.c13:checked + .c6::before {
+.c12:checked + .c5::before {
border-color: #ffb300;
left: 1.7em;
}
-.c13[disabled]:checked + .c6::before {
+.c12[disabled]:checked + .c5::before {
border-color: #ffd97f;
}
-.c4 {
+.c3 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -3710,7 +3414,7 @@ samp.c8 {
width: 1px;
}
-.c4 + .c6::before {
+.c3 + .c5::before {
background: white;
content: '';
border-radius: 100%;
@@ -3724,51 +3428,51 @@ samp.c8 {
position: absolute;
}
-.c4[disabled] + .c6 {
+.c3[disabled] + .c5 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c4[disabled] + .c6::before {
+.c3[disabled] + .c5::before {
background: #f2f2f2;
}
-.c4:checked:focus + .c6 {
+.c3:checked:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:focus + .c6 {
+.c3:focus + .c5 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:not([disabled]):checked + .c6 {
+.c3:not([disabled]):checked + .c5 {
border-color: #7467c0;
background-color: #3926a5;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c4:checked + .c6 {
+.c3:checked + .c5 {
background-color: #9c92d2;
border-color: #9c92d2;
}
-.c4:checked + .c6 {
+.c3:checked + .c5 {
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c4:checked + .c6::before {
+.c3:checked + .c5::before {
border-color: #3926a5;
left: 1.7em;
}
-.c4[disabled]:checked + .c6::before {
+.c3[disabled]:checked + .c5::before {
border-color: #9c92d2;
}
-.c2 {
+.c0 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -3780,30 +3484,26 @@ samp.c8 {
display: flex;
}
-
+ Test
+
+
`;
diff --git a/src/Switch/__tests__/__snapshots__/SwitchField.test.js.snap b/src/Switch/__tests__/__snapshots__/SwitchField.test.js.snap
index 71efcc622..e1375c6e3 100644
--- a/src/Switch/__tests__/__snapshots__/SwitchField.test.js.snap
+++ b/src/Switch/__tests__/__snapshots__/SwitchField.test.js.snap
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`colors renders correctly for a switch field with color danger 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -14,7 +14,7 @@ exports[`colors renders correctly for a switch field with color danger 1`] = `
color: inherit;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -28,7 +28,7 @@ exports[`colors renders correctly for a switch field with color danger 1`] = `
margin-top: 0.5rem !important;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -41,37 +41,11 @@ exports[`colors renders correctly for a switch field with color danger 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c3 {
+.c2 {
display: inline-block;
}
-.c8 {
+.c7 {
background-color: #f2f2f2;
border: 1px solid #bdbdbd;
border-radius: 1em;
@@ -80,7 +54,7 @@ exports[`colors renders correctly for a switch field with color danger 1`] = `
width: 3em;
}
-.c9 + .c7::before {
+.c8 + .c6::before {
background: white;
content: '';
border-radius: 100%;
@@ -94,47 +68,47 @@ exports[`colors renders correctly for a switch field with color danger 1`] = `
position: absolute;
}
-.c9[disabled] + .c7 {
+.c8[disabled] + .c6 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c9[disabled] + .c7::before {
+.c8[disabled] + .c6::before {
background: #f2f2f2;
}
-.c9:checked:focus + .c7 {
+.c8:checked:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c9:focus + .c7 {
+.c8:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c9:not([disabled]):checked + .c7 {
+.c8:not([disabled]):checked + .c6 {
border-color: #7467c0;
background-color: #3926a5;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c9:checked + .c7 {
+.c8:checked + .c6 {
background-color: #9c92d2;
border-color: #9c92d2;
}
-.c9:checked + .c7::before {
+.c8:checked + .c6::before {
border-color: #3926a5;
left: 1.7em;
}
-.c9[disabled]:checked + .c7::before {
+.c8[disabled]:checked + .c6::before {
border-color: #9c92d2;
}
-.c5 {
+.c4 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -144,7 +118,7 @@ exports[`colors renders correctly for a switch field with color danger 1`] = `
width: 1px;
}
-.c5 + .c7::before {
+.c4 + .c6::before {
background: white;
content: '';
border-radius: 100%;
@@ -158,47 +132,47 @@ exports[`colors renders correctly for a switch field with color danger 1`] = `
position: absolute;
}
-.c5[disabled] + .c7 {
+.c4[disabled] + .c6 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c5[disabled] + .c7::before {
+.c4[disabled] + .c6::before {
background: #f2f2f2;
}
-.c5:checked:focus + .c7 {
+.c4:checked:focus + .c6 {
border-color: #e24c67;
box-shadow: #e24c67 0px 0px 0px 1px !important;
}
-.c5:focus + .c7 {
+.c4:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c5:not([disabled]):checked + .c7 {
+.c4:not([disabled]):checked + .c6 {
border-color: #e24c67;
background-color: #d60027;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c5:checked + .c7 {
+.c4:checked + .c6 {
background-color: #ea7f93;
border-color: #ea7f93;
}
-.c5:checked + .c7::before {
+.c4:checked + .c6::before {
border-color: #d60027;
left: 1.7em;
}
-.c5[disabled]:checked + .c7::before {
+.c4[disabled]:checked + .c6::before {
border-color: #ea7f93;
}
-.c2 {
+.c1 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -211,36 +185,32 @@ exports[`colors renders correctly for a switch field with color danger 1`] = `
}
+
+
+
+
`;
exports[`colors renders correctly for a switch field with color primary 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -253,7 +223,7 @@ exports[`colors renders correctly for a switch field with color primary 1`] = `
color: inherit;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -267,7 +237,7 @@ exports[`colors renders correctly for a switch field with color primary 1`] = `
margin-top: 0.5rem !important;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -280,37 +250,11 @@ exports[`colors renders correctly for a switch field with color primary 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c3 {
+.c2 {
display: inline-block;
}
-.c8 {
+.c7 {
background-color: #f2f2f2;
border: 1px solid #bdbdbd;
border-radius: 1em;
@@ -319,7 +263,7 @@ exports[`colors renders correctly for a switch field with color primary 1`] = `
width: 3em;
}
-.c5 {
+.c4 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -329,7 +273,7 @@ exports[`colors renders correctly for a switch field with color primary 1`] = `
width: 1px;
}
-.c5 + .c7::before {
+.c4 + .c6::before {
background: white;
content: '';
border-radius: 100%;
@@ -343,47 +287,47 @@ exports[`colors renders correctly for a switch field with color primary 1`] = `
position: absolute;
}
-.c5[disabled] + .c7 {
+.c4[disabled] + .c6 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c5[disabled] + .c7::before {
+.c4[disabled] + .c6::before {
background: #f2f2f2;
}
-.c5:checked:focus + .c7 {
+.c4:checked:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c5:focus + .c7 {
+.c4:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c5:not([disabled]):checked + .c7 {
+.c4:not([disabled]):checked + .c6 {
border-color: #7467c0;
background-color: #3926a5;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c5:checked + .c7 {
+.c4:checked + .c6 {
background-color: #9c92d2;
border-color: #9c92d2;
}
-.c5:checked + .c7::before {
+.c4:checked + .c6::before {
border-color: #3926a5;
left: 1.7em;
}
-.c5[disabled]:checked + .c7::before {
+.c4[disabled]:checked + .c6::before {
border-color: #9c92d2;
}
-.c9 + .c7::before {
+.c8 + .c6::before {
background: white;
content: '';
border-radius: 100%;
@@ -397,47 +341,47 @@ exports[`colors renders correctly for a switch field with color primary 1`] = `
position: absolute;
}
-.c9[disabled] + .c7 {
+.c8[disabled] + .c6 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c9[disabled] + .c7::before {
+.c8[disabled] + .c6::before {
background: #f2f2f2;
}
-.c9:checked:focus + .c7 {
+.c8:checked:focus + .c6 {
border-color: #e24c67;
box-shadow: #e24c67 0px 0px 0px 1px !important;
}
-.c9:focus + .c7 {
+.c8:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c9:not([disabled]):checked + .c7 {
+.c8:not([disabled]):checked + .c6 {
border-color: #e24c67;
background-color: #d60027;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c9:checked + .c7 {
+.c8:checked + .c6 {
background-color: #ea7f93;
border-color: #ea7f93;
}
-.c9:checked + .c7::before {
+.c8:checked + .c6::before {
border-color: #d60027;
left: 1.7em;
}
-.c9[disabled]:checked + .c7::before {
+.c8[disabled]:checked + .c6::before {
border-color: #ea7f93;
}
-.c10 + .c7::before {
+.c9 + .c6::before {
background: white;
content: '';
border-radius: 100%;
@@ -451,47 +395,47 @@ exports[`colors renders correctly for a switch field with color primary 1`] = `
position: absolute;
}
-.c10[disabled] + .c7 {
+.c9[disabled] + .c6 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c10[disabled] + .c7::before {
+.c9[disabled] + .c6::before {
background: #f2f2f2;
}
-.c10:checked:focus + .c7 {
+.c9:checked:focus + .c6 {
border-color: #4ca26c;
box-shadow: #4ca26c 0px 0px 0px 1px !important;
}
-.c10:focus + .c7 {
+.c9:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:not([disabled]):checked + .c7 {
+.c9:not([disabled]):checked + .c6 {
border-color: #4ca26c;
background-color: #007b2e;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c10:checked + .c7 {
+.c9:checked + .c6 {
background-color: #7fbd96;
border-color: #7fbd96;
}
-.c10:checked + .c7::before {
+.c9:checked + .c6::before {
border-color: #007b2e;
left: 1.7em;
}
-.c10[disabled]:checked + .c7::before {
+.c9[disabled]:checked + .c6::before {
border-color: #7fbd96;
}
-.c11 + .c7::before {
+.c10 + .c6::before {
background: white;
content: '';
border-radius: 100%;
@@ -505,47 +449,47 @@ exports[`colors renders correctly for a switch field with color primary 1`] = `
position: absolute;
}
-.c11[disabled] + .c7 {
+.c10[disabled] + .c6 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c11[disabled] + .c7::before {
+.c10[disabled] + .c6::before {
background: #f2f2f2;
}
-.c11:checked:focus + .c7 {
+.c10:checked:focus + .c6 {
border-color: #ffc94c;
box-shadow: #ffc94c 0px 0px 0px 1px !important;
}
-.c11:focus + .c7 {
+.c10:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:not([disabled]):checked + .c7 {
+.c10:not([disabled]):checked + .c6 {
border-color: #ffc94c;
background-color: #ffb300;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c11:checked + .c7 {
+.c10:checked + .c6 {
background-color: #ffd97f;
border-color: #ffd97f;
}
-.c11:checked + .c7::before {
+.c10:checked + .c6::before {
border-color: #ffb300;
left: 1.7em;
}
-.c11[disabled]:checked + .c7::before {
+.c10[disabled]:checked + .c6::before {
border-color: #ffd97f;
}
-.c2 {
+.c1 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -558,36 +502,32 @@ exports[`colors renders correctly for a switch field with color primary 1`] = `
}
+
+
+
+
`;
exports[`colors renders correctly for a switch field with color success 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -600,7 +540,7 @@ exports[`colors renders correctly for a switch field with color success 1`] = `
color: inherit;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -614,7 +554,7 @@ exports[`colors renders correctly for a switch field with color success 1`] = `
margin-top: 0.5rem !important;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -627,37 +567,11 @@ exports[`colors renders correctly for a switch field with color success 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c3 {
+.c2 {
display: inline-block;
}
-.c8 {
+.c7 {
background-color: #f2f2f2;
border: 1px solid #bdbdbd;
border-radius: 1em;
@@ -666,7 +580,7 @@ exports[`colors renders correctly for a switch field with color success 1`] = `
width: 3em;
}
-.c9 + .c7::before {
+.c8 + .c6::before {
background: white;
content: '';
border-radius: 100%;
@@ -680,47 +594,47 @@ exports[`colors renders correctly for a switch field with color success 1`] = `
position: absolute;
}
-.c9[disabled] + .c7 {
+.c8[disabled] + .c6 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c9[disabled] + .c7::before {
+.c8[disabled] + .c6::before {
background: #f2f2f2;
}
-.c9:checked:focus + .c7 {
+.c8:checked:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c9:focus + .c7 {
+.c8:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c9:not([disabled]):checked + .c7 {
+.c8:not([disabled]):checked + .c6 {
border-color: #7467c0;
background-color: #3926a5;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c9:checked + .c7 {
+.c8:checked + .c6 {
background-color: #9c92d2;
border-color: #9c92d2;
}
-.c9:checked + .c7::before {
+.c8:checked + .c6::before {
border-color: #3926a5;
left: 1.7em;
}
-.c9[disabled]:checked + .c7::before {
+.c8[disabled]:checked + .c6::before {
border-color: #9c92d2;
}
-.c10 + .c7::before {
+.c9 + .c6::before {
background: white;
content: '';
border-radius: 100%;
@@ -734,47 +648,47 @@ exports[`colors renders correctly for a switch field with color success 1`] = `
position: absolute;
}
-.c10[disabled] + .c7 {
+.c9[disabled] + .c6 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c10[disabled] + .c7::before {
+.c9[disabled] + .c6::before {
background: #f2f2f2;
}
-.c10:checked:focus + .c7 {
+.c9:checked:focus + .c6 {
border-color: #e24c67;
box-shadow: #e24c67 0px 0px 0px 1px !important;
}
-.c10:focus + .c7 {
+.c9:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:not([disabled]):checked + .c7 {
+.c9:not([disabled]):checked + .c6 {
border-color: #e24c67;
background-color: #d60027;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c10:checked + .c7 {
+.c9:checked + .c6 {
background-color: #ea7f93;
border-color: #ea7f93;
}
-.c10:checked + .c7::before {
+.c9:checked + .c6::before {
border-color: #d60027;
left: 1.7em;
}
-.c10[disabled]:checked + .c7::before {
+.c9[disabled]:checked + .c6::before {
border-color: #ea7f93;
}
-.c5 {
+.c4 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -784,7 +698,7 @@ exports[`colors renders correctly for a switch field with color success 1`] = `
width: 1px;
}
-.c5 + .c7::before {
+.c4 + .c6::before {
background: white;
content: '';
border-radius: 100%;
@@ -798,47 +712,47 @@ exports[`colors renders correctly for a switch field with color success 1`] = `
position: absolute;
}
-.c5[disabled] + .c7 {
+.c4[disabled] + .c6 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c5[disabled] + .c7::before {
+.c4[disabled] + .c6::before {
background: #f2f2f2;
}
-.c5:checked:focus + .c7 {
+.c4:checked:focus + .c6 {
border-color: #4ca26c;
box-shadow: #4ca26c 0px 0px 0px 1px !important;
}
-.c5:focus + .c7 {
+.c4:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c5:not([disabled]):checked + .c7 {
+.c4:not([disabled]):checked + .c6 {
border-color: #4ca26c;
background-color: #007b2e;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c5:checked + .c7 {
+.c4:checked + .c6 {
background-color: #7fbd96;
border-color: #7fbd96;
}
-.c5:checked + .c7::before {
+.c4:checked + .c6::before {
border-color: #007b2e;
left: 1.7em;
}
-.c5[disabled]:checked + .c7::before {
+.c4[disabled]:checked + .c6::before {
border-color: #7fbd96;
}
-.c2 {
+.c1 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -851,36 +765,32 @@ exports[`colors renders correctly for a switch field with color success 1`] = `
}
+
+
+
+
`;
exports[`colors renders correctly for a switch field with color warning 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -893,7 +803,7 @@ exports[`colors renders correctly for a switch field with color warning 1`] = `
color: inherit;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -907,7 +817,7 @@ exports[`colors renders correctly for a switch field with color warning 1`] = `
margin-top: 0.5rem !important;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -920,37 +830,11 @@ exports[`colors renders correctly for a switch field with color warning 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c3 {
+.c2 {
display: inline-block;
}
-.c8 {
+.c7 {
background-color: #f2f2f2;
border: 1px solid #bdbdbd;
border-radius: 1em;
@@ -959,7 +843,7 @@ exports[`colors renders correctly for a switch field with color warning 1`] = `
width: 3em;
}
-.c9 + .c7::before {
+.c8 + .c6::before {
background: white;
content: '';
border-radius: 100%;
@@ -973,47 +857,47 @@ exports[`colors renders correctly for a switch field with color warning 1`] = `
position: absolute;
}
-.c9[disabled] + .c7 {
+.c8[disabled] + .c6 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c9[disabled] + .c7::before {
+.c8[disabled] + .c6::before {
background: #f2f2f2;
}
-.c9:checked:focus + .c7 {
+.c8:checked:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c9:focus + .c7 {
+.c8:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c9:not([disabled]):checked + .c7 {
+.c8:not([disabled]):checked + .c6 {
border-color: #7467c0;
background-color: #3926a5;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c9:checked + .c7 {
+.c8:checked + .c6 {
background-color: #9c92d2;
border-color: #9c92d2;
}
-.c9:checked + .c7::before {
+.c8:checked + .c6::before {
border-color: #3926a5;
left: 1.7em;
}
-.c9[disabled]:checked + .c7::before {
+.c8[disabled]:checked + .c6::before {
border-color: #9c92d2;
}
-.c10 + .c7::before {
+.c9 + .c6::before {
background: white;
content: '';
border-radius: 100%;
@@ -1027,47 +911,47 @@ exports[`colors renders correctly for a switch field with color warning 1`] = `
position: absolute;
}
-.c10[disabled] + .c7 {
+.c9[disabled] + .c6 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c10[disabled] + .c7::before {
+.c9[disabled] + .c6::before {
background: #f2f2f2;
}
-.c10:checked:focus + .c7 {
+.c9:checked:focus + .c6 {
border-color: #e24c67;
box-shadow: #e24c67 0px 0px 0px 1px !important;
}
-.c10:focus + .c7 {
+.c9:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:not([disabled]):checked + .c7 {
+.c9:not([disabled]):checked + .c6 {
border-color: #e24c67;
background-color: #d60027;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c10:checked + .c7 {
+.c9:checked + .c6 {
background-color: #ea7f93;
border-color: #ea7f93;
}
-.c10:checked + .c7::before {
+.c9:checked + .c6::before {
border-color: #d60027;
left: 1.7em;
}
-.c10[disabled]:checked + .c7::before {
+.c9[disabled]:checked + .c6::before {
border-color: #ea7f93;
}
-.c11 + .c7::before {
+.c10 + .c6::before {
background: white;
content: '';
border-radius: 100%;
@@ -1081,47 +965,47 @@ exports[`colors renders correctly for a switch field with color warning 1`] = `
position: absolute;
}
-.c11[disabled] + .c7 {
+.c10[disabled] + .c6 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c11[disabled] + .c7::before {
+.c10[disabled] + .c6::before {
background: #f2f2f2;
}
-.c11:checked:focus + .c7 {
+.c10:checked:focus + .c6 {
border-color: #4ca26c;
box-shadow: #4ca26c 0px 0px 0px 1px !important;
}
-.c11:focus + .c7 {
+.c10:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:not([disabled]):checked + .c7 {
+.c10:not([disabled]):checked + .c6 {
border-color: #4ca26c;
background-color: #007b2e;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c11:checked + .c7 {
+.c10:checked + .c6 {
background-color: #7fbd96;
border-color: #7fbd96;
}
-.c11:checked + .c7::before {
+.c10:checked + .c6::before {
border-color: #007b2e;
left: 1.7em;
}
-.c11[disabled]:checked + .c7::before {
+.c10[disabled]:checked + .c6::before {
border-color: #7fbd96;
}
-.c5 {
+.c4 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -1131,7 +1015,7 @@ exports[`colors renders correctly for a switch field with color warning 1`] = `
width: 1px;
}
-.c5 + .c7::before {
+.c4 + .c6::before {
background: white;
content: '';
border-radius: 100%;
@@ -1145,47 +1029,47 @@ exports[`colors renders correctly for a switch field with color warning 1`] = `
position: absolute;
}
-.c5[disabled] + .c7 {
+.c4[disabled] + .c6 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c5[disabled] + .c7::before {
+.c4[disabled] + .c6::before {
background: #f2f2f2;
}
-.c5:checked:focus + .c7 {
+.c4:checked:focus + .c6 {
border-color: #ffc94c;
box-shadow: #ffc94c 0px 0px 0px 1px !important;
}
-.c5:focus + .c7 {
+.c4:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c5:not([disabled]):checked + .c7 {
+.c4:not([disabled]):checked + .c6 {
border-color: #ffc94c;
background-color: #ffb300;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c5:checked + .c7 {
+.c4:checked + .c6 {
background-color: #ffd97f;
border-color: #ffd97f;
}
-.c5:checked + .c7::before {
+.c4:checked + .c6::before {
border-color: #ffb300;
left: 1.7em;
}
-.c5[disabled]:checked + .c7::before {
+.c4[disabled]:checked + .c6::before {
border-color: #ffd97f;
}
-.c2 {
+.c1 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -1198,36 +1082,32 @@ exports[`colors renders correctly for a switch field with color warning 1`] = `
}
+
+
+
+
`;
exports[`renders correctly for a basic switch field 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -1240,7 +1120,7 @@ exports[`renders correctly for a basic switch field 1`] = `
color: inherit;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -1254,7 +1134,7 @@ exports[`renders correctly for a basic switch field 1`] = `
margin-top: 0.5rem !important;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -1267,37 +1147,11 @@ exports[`renders correctly for a basic switch field 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c3 {
+.c2 {
display: inline-block;
}
-.c8 {
+.c7 {
background-color: #f2f2f2;
border: 1px solid #bdbdbd;
border-radius: 1em;
@@ -1306,7 +1160,7 @@ exports[`renders correctly for a basic switch field 1`] = `
width: 3em;
}
-.c5 {
+.c4 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -1316,7 +1170,7 @@ exports[`renders correctly for a basic switch field 1`] = `
width: 1px;
}
-.c5 + .c7::before {
+.c4 + .c6::before {
background: white;
content: '';
border-radius: 100%;
@@ -1330,47 +1184,47 @@ exports[`renders correctly for a basic switch field 1`] = `
position: absolute;
}
-.c5[disabled] + .c7 {
+.c4[disabled] + .c6 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c5[disabled] + .c7::before {
+.c4[disabled] + .c6::before {
background: #f2f2f2;
}
-.c5:checked:focus + .c7 {
+.c4:checked:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c5:focus + .c7 {
+.c4:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c5:not([disabled]):checked + .c7 {
+.c4:not([disabled]):checked + .c6 {
border-color: #7467c0;
background-color: #3926a5;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c5:checked + .c7 {
+.c4:checked + .c6 {
background-color: #9c92d2;
border-color: #9c92d2;
}
-.c5:checked + .c7::before {
+.c4:checked + .c6::before {
border-color: #3926a5;
left: 1.7em;
}
-.c5[disabled]:checked + .c7::before {
+.c4[disabled]:checked + .c6::before {
border-color: #9c92d2;
}
-.c2 {
+.c1 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -1383,36 +1237,32 @@ exports[`renders correctly for a basic switch field 1`] = `
}
+
+
+
+
`;
exports[`renders correctly for a disabled switch field 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -1425,7 +1275,7 @@ exports[`renders correctly for a disabled switch field 1`] = `
color: inherit;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -1439,7 +1289,7 @@ exports[`renders correctly for a disabled switch field 1`] = `
margin-top: 0.5rem !important;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -1452,37 +1302,11 @@ exports[`renders correctly for a disabled switch field 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c3 {
+.c2 {
display: inline-block;
}
-.c8 {
+.c7 {
background-color: #f2f2f2;
border: 1px solid #bdbdbd;
border-radius: 1em;
@@ -1491,7 +1315,7 @@ exports[`renders correctly for a disabled switch field 1`] = `
width: 3em;
}
-.c5 {
+.c4 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -1501,7 +1325,7 @@ exports[`renders correctly for a disabled switch field 1`] = `
width: 1px;
}
-.c5 + .c7::before {
+.c4 + .c6::before {
background: white;
content: '';
border-radius: 100%;
@@ -1515,47 +1339,47 @@ exports[`renders correctly for a disabled switch field 1`] = `
position: absolute;
}
-.c5[disabled] + .c7 {
+.c4[disabled] + .c6 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c5[disabled] + .c7::before {
+.c4[disabled] + .c6::before {
background: #f2f2f2;
}
-.c5:checked:focus + .c7 {
+.c4:checked:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c5:focus + .c7 {
+.c4:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c5:not([disabled]):checked + .c7 {
+.c4:not([disabled]):checked + .c6 {
border-color: #7467c0;
background-color: #3926a5;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c5:checked + .c7 {
+.c4:checked + .c6 {
background-color: #9c92d2;
border-color: #9c92d2;
}
-.c5:checked + .c7::before {
+.c4:checked + .c6::before {
border-color: #3926a5;
left: 1.7em;
}
-.c5[disabled]:checked + .c7::before {
+.c4[disabled]:checked + .c6::before {
border-color: #9c92d2;
}
-.c2 {
+.c1 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -1568,38 +1392,34 @@ exports[`renders correctly for a disabled switch field 1`] = `
}
+ type="checkbox"
+ value=""
+ />
+
+
+
`;
exports[`states renders correctly for a switch field with state danger 1`] = `
-.c1 {
+.c0 {
margin: unset;
padding: unset;
border: unset;
@@ -1612,7 +1432,7 @@ exports[`states renders correctly for a switch field with state danger 1`] = `
color: inherit;
}
-.c4 {
+.c3 {
margin: unset;
padding: unset;
border: unset;
@@ -1626,7 +1446,7 @@ exports[`states renders correctly for a switch field with state danger 1`] = `
margin-top: 0.5rem !important;
}
-.c6 {
+.c5 {
margin: unset;
padding: unset;
border: unset;
@@ -1639,37 +1459,11 @@ exports[`states renders correctly for a switch field with state danger 1`] = `
color: inherit;
}
-.c0 {
- box-sizing: border-box;
- font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans', 'Droid Sans','Helvetica Neue',sans-serif;
- font-size: 16px;
- font-weight: 400;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- overflow-x: hidden;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- color: #435a6f;
- fill: #435a6f;
-}
-
-.c0 *,
-.c0 *::before,
-.c0 *::after {
- box-sizing: inherit;
-}
-
-.c0 *:focus {
- outline: 2px solid #7467c0;
- outline-offset: 2px;
-}
-
-.c3 {
+.c2 {
display: inline-block;
}
-.c8 {
+.c7 {
background-color: #f2f2f2;
border: 1px solid #bdbdbd;
border-radius: 1em;
@@ -1678,12 +1472,12 @@ exports[`states renders correctly for a switch field with state danger 1`] = `
width: 3em;
}
-.c8 {
+.c7 {
border-color: #e24c67;
box-shadow: #e24c67 0px 0px 0px 1px !important;
}
-.c9 + .c7::before {
+.c8 + .c6::before {
background: white;
content: '';
border-radius: 100%;
@@ -1697,47 +1491,47 @@ exports[`states renders correctly for a switch field with state danger 1`] = `
position: absolute;
}
-.c9[disabled] + .c7 {
+.c8[disabled] + .c6 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c9[disabled] + .c7::before {
+.c8[disabled] + .c6::before {
background: #f2f2f2;
}
-.c9:checked:focus + .c7 {
+.c8:checked:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c9:focus + .c7 {
+.c8:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c9:not([disabled]):checked + .c7 {
+.c8:not([disabled]):checked + .c6 {
border-color: #7467c0;
background-color: #3926a5;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c9:checked + .c7 {
+.c8:checked + .c6 {
background-color: #9c92d2;
border-color: #9c92d2;
}
-.c9:checked + .c7::before {
+.c8:checked + .c6::before {
border-color: #3926a5;
left: 1.7em;
}
-.c9[disabled]:checked + .c7::before {
+.c8[disabled]:checked + .c6::before {
border-color: #9c92d2;
}
-.c10 + .c7::before {
+.c9 + .c6::before {
background: white;
content: '';
border-radius: 100%;
@@ -1751,47 +1545,47 @@ exports[`states renders correctly for a switch field with state danger 1`] = `
position: absolute;
}
-.c10[disabled] + .c7 {
+.c9[disabled] + .c6 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c10[disabled] + .c7::before {
+.c9[disabled] + .c6::before {
background: #f2f2f2;
}
-.c10:checked:focus + .c7 {
+.c9:checked:focus + .c6 {
border-color: #e24c67;
box-shadow: #e24c67 0px 0px 0px 1px !important;
}
-.c10:focus + .c7 {
+.c9:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c10:not([disabled]):checked + .c7 {
+.c9:not([disabled]):checked + .c6 {
border-color: #e24c67;
background-color: #d60027;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c10:checked + .c7 {
+.c9:checked + .c6 {
background-color: #ea7f93;
border-color: #ea7f93;
}
-.c10:checked + .c7::before {
+.c9:checked + .c6::before {
border-color: #d60027;
left: 1.7em;
}
-.c10[disabled]:checked + .c7::before {
+.c9[disabled]:checked + .c6::before {
border-color: #ea7f93;
}
-.c11 + .c7::before {
+.c10 + .c6::before {
background: white;
content: '';
border-radius: 100%;
@@ -1805,47 +1599,47 @@ exports[`states renders correctly for a switch field with state danger 1`] = `
position: absolute;
}
-.c11[disabled] + .c7 {
+.c10[disabled] + .c6 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c11[disabled] + .c7::before {
+.c10[disabled] + .c6::before {
background: #f2f2f2;
}
-.c11:checked:focus + .c7 {
+.c10:checked:focus + .c6 {
border-color: #4ca26c;
box-shadow: #4ca26c 0px 0px 0px 1px !important;
}
-.c11:focus + .c7 {
+.c10:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c11:not([disabled]):checked + .c7 {
+.c10:not([disabled]):checked + .c6 {
border-color: #4ca26c;
background-color: #007b2e;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c11:checked + .c7 {
+.c10:checked + .c6 {
background-color: #7fbd96;
border-color: #7fbd96;
}
-.c11:checked + .c7::before {
+.c10:checked + .c6::before {
border-color: #007b2e;
left: 1.7em;
}
-.c11[disabled]:checked + .c7::before {
+.c10[disabled]:checked + .c6::before {
border-color: #7fbd96;
}
-.c12 + .c7::before {
+.c11 + .c6::before {
background: white;
content: '';
border-radius: 100%;
@@ -1859,47 +1653,47 @@ exports[`states renders correctly for a switch field with state danger 1`] = `
position: absolute;
}
-.c12[disabled] + .c7 {
+.c11[disabled] + .c6 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c12[disabled] + .c7::before {
+.c11[disabled] + .c6::before {
background: #f2f2f2;
}
-.c12:checked:focus + .c7 {
+.c11:checked:focus + .c6 {
border-color: #ffc94c;
box-shadow: #ffc94c 0px 0px 0px 1px !important;
}
-.c12:focus + .c7 {
+.c11:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c12:not([disabled]):checked + .c7 {
+.c11:not([disabled]):checked + .c6 {
border-color: #ffc94c;
background-color: #ffb300;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c12:checked + .c7 {
+.c11:checked + .c6 {
background-color: #ffd97f;
border-color: #ffd97f;
}
-.c12:checked + .c7::before {
+.c11:checked + .c6::before {
border-color: #ffb300;
left: 1.7em;
}
-.c12[disabled]:checked + .c7::before {
+.c11[disabled]:checked + .c6::before {
border-color: #ffd97f;
}
-.c5 {
+.c4 {
-webkit-clip: rect(0,0,0,0);
clip: rect(0,0,0,0);
height: 1px;
@@ -1909,7 +1703,7 @@ exports[`states renders correctly for a switch field with state danger 1`] = `
width: 1px;
}
-.c5 + .c7::before {
+.c4 + .c6::before {
background: white;
content: '';
border-radius: 100%;
@@ -1923,51 +1717,51 @@ exports[`states renders correctly for a switch field with state danger 1`] = `
position: absolute;
}
-.c5[disabled] + .c7 {
+.c4[disabled] + .c6 {
background-color: #f2f2f2;
box-shadow: unset;
}
-.c5[disabled] + .c7::before {
+.c4[disabled] + .c6::before {
background: #f2f2f2;
}
-.c5:checked:focus + .c7 {
+.c4:checked:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c5:focus + .c7 {
+.c4:focus + .c6 {
border-color: #7467c0;
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c5:not([disabled]):checked + .c7 {
+.c4:not([disabled]):checked + .c6 {
border-color: #7467c0;
background-color: #3926a5;
-webkit-transition: all ease 0.2s;
transition: all ease 0.2s;
}
-.c5:checked + .c7 {
+.c4:checked + .c6 {
background-color: #9c92d2;
border-color: #9c92d2;
}
-.c5:checked + .c7 {
+.c4:checked + .c6 {
box-shadow: #7467c0 0px 0px 0px 1px !important;
}
-.c5:checked + .c7::before {
+.c4:checked + .c6::before {
border-color: #3926a5;
left: 1.7em;
}
-.c5[disabled]:checked + .c7::before {
+.c4[disabled]:checked + .c6::before {
border-color: #9c92d2;
}
-.c2 {
+.c1 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -1980,36 +1774,32 @@ exports[`states renders correctly for a switch field with state danger 1`] = `
}