@@ -1450,8 +1454,8 @@ exports[`TimeInput > renders correctly clearable 1`] = `
flex-wrap: nowrap;
}
-.emotion-2 {
- color: #222638;
+.emotion-3 {
+ color: #3f4250;
font-size: 0.875rem;
font-family: Inter,Asap,sans-serif;
font-weight: 500;
@@ -1460,9 +1464,10 @@ exports[`TimeInput > renders correctly clearable 1`] = `
text-transform: none;
-webkit-text-decoration: none;
text-decoration: none;
+ cursor: pointer;
}
-.emotion-4 {
+.emotion-5 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -1494,41 +1499,41 @@ exports[`TimeInput > renders correctly clearable 1`] = `
border: 1px solid #d9dadd;
}
-.emotion-4:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-5:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #792dd4;
box-shadow: 0px 0px 0px 3px #8c40ef40;
}
-.emotion-4[data-disabled="false"]:hover,
-.emotion-4 [data-disabled="false"]:focus {
+.emotion-5[data-disabled="false"]:hover,
+.emotion-5 [data-disabled="false"]:focus {
border-color: #792dd4;
outline: none;
}
-.emotion-4:focus-within {
+.emotion-5:focus-within {
border-color: #792dd4;
}
-.emotion-4[data-size='small'] {
+.emotion-5[data-size='small'] {
height: 2rem;
padding-left: 0.5rem;
}
-.emotion-4[data-size='medium'] {
+.emotion-5[data-size='medium'] {
height: 2.5rem;
}
-.emotion-4[data-size='large'] {
+.emotion-5[data-size='large'] {
height: 3rem;
}
-.emotion-4[data-readonly='true'] {
+.emotion-5[data-readonly='true'] {
background: #f9f9fa;
border-color: #d9dadd;
cursor: default;
}
-.emotion-4[data-disabled='true'] {
+.emotion-5[data-disabled='true'] {
background: #f3f3f4;
border-color: #e9eaeb;
cursor: not-allowed;
@@ -1538,20 +1543,20 @@ exports[`TimeInput > renders correctly clearable 1`] = `
user-select: none;
}
-.emotion-4[data-error='true'] {
+.emotion-5[data-error='true'] {
border: 1px solid #b3144d;
}
-.emotion-4[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-5[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #92103f;
box-shadow: 0px 0px 0px 3px #f91b6c40;
}
-.emotion-4[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
+.emotion-5[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
border-color: #92103f;
}
-.emotion-6 {
+.emotion-7 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -1574,7 +1579,7 @@ exports[`TimeInput > renders correctly clearable 1`] = `
flex-wrap: nowrap;
}
-.emotion-10 {
+.emotion-11 {
border: none;
outline: none;
background: transparent;
@@ -1587,30 +1592,30 @@ exports[`TimeInput > renders correctly clearable 1`] = `
caret-color: transparent;
}
-.emotion-10[data-size='large'] {
+.emotion-11[data-size='large'] {
font-size: 1rem;
}
-.emotion-10:not(:disabled):hover {
+.emotion-11:not(:disabled):hover {
background-color: #e9eaeb;
color: #727683;
}
-.emotion-10:not(:disabled):active,
-.emotion-10:not(:disabled):focus {
+.emotion-11:not(:disabled):active,
+.emotion-11:not(:disabled):focus {
background-color: #e9eaeb;
color: #3f4250;
}
-.emotion-10:-moz-read-only {
+.emotion-11:-moz-read-only {
cursor: default;
}
-.emotion-10:read-only {
+.emotion-11:read-only {
cursor: default;
}
-.emotion-10:disabled {
+.emotion-11:disabled {
cursor: not-allowed;
-webkit-user-select: none;
-moz-user-select: none;
@@ -1618,19 +1623,19 @@ exports[`TimeInput > renders correctly clearable 1`] = `
user-select: none;
}
-.emotion-10[data-period="true"] {
+.emotion-11[data-period="true"] {
color: #727683;
}
-.emotion-10::-moz-selection {
+.emotion-11::-moz-selection {
background: none;
}
-.emotion-10::selection {
+.emotion-11::selection {
background: none;
}
-.emotion-13 {
+.emotion-14 {
color: #3f4250;
font-size: 1rem;
font-family: Inter,Asap,sans-serif;
@@ -1643,7 +1648,7 @@ exports[`TimeInput > renders correctly clearable 1`] = `
padding-inline: 0.125rem;
}
-.emotion-26 {
+.emotion-27 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -1666,7 +1671,7 @@ exports[`TimeInput > renders correctly clearable 1`] = `
flex-wrap: nowrap;
}
-.emotion-28 {
+.emotion-29 {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
@@ -1705,22 +1710,22 @@ exports[`TimeInput > renders correctly clearable 1`] = `
color: #3f4250;
}
-.emotion-28:hover {
+.emotion-29:hover {
-webkit-text-decoration: none;
text-decoration: none;
}
-.emotion-28:active {
+.emotion-29:active {
box-shadow: 0px 0px 0px 3px #151a2d5c;
}
-.emotion-28:hover,
-.emotion-28:active {
+.emotion-29:hover,
+.emotion-29:active {
background: #e9eaeb;
color: #222638;
}
-.emotion-30 {
+.emotion-31 {
vertical-align: middle;
fill: currentColor;
height: 16px;
@@ -1729,12 +1734,12 @@ exports[`TimeInput > renders correctly clearable 1`] = `
min-height: 16px;
}
-.emotion-30 .fillStroke {
+.emotion-31 .fillStroke {
stroke: currentColor;
fill: none;
}
-.emotion-30 path {
+.emotion-31 path {
fill: currentColor;
}
@@ -1745,28 +1750,28 @@ exports[`TimeInput > renders correctly clearable 1`] = `
class="emotion-0 emotion-1"
>
helper
@@ -2734,8 +2741,8 @@ exports[`TimeInput > renders correctly controlled - 12-hour format 1`] = `
flex-wrap: nowrap;
}
-.emotion-4 {
- color: #222638;
+.emotion-5 {
+ color: #3f4250;
font-size: 0.875rem;
font-family: Inter,Asap,sans-serif;
font-weight: 500;
@@ -2744,10 +2751,11 @@ exports[`TimeInput > renders correctly controlled - 12-hour format 1`] = `
text-transform: none;
-webkit-text-decoration: none;
text-decoration: none;
+ cursor: pointer;
}
-.emotion-4 {
- color: #222638;
+.emotion-5 {
+ color: #3f4250;
font-size: 0.875rem;
font-family: Inter,Asap,sans-serif;
font-weight: 500;
@@ -2756,9 +2764,10 @@ exports[`TimeInput > renders correctly controlled - 12-hour format 1`] = `
text-transform: none;
-webkit-text-decoration: none;
text-decoration: none;
+ cursor: pointer;
}
-.emotion-6 {
+.emotion-7 {
font-size: 0.875rem;
font-family: Inter,Asap,sans-serif;
font-weight: 400;
@@ -2769,7 +2778,7 @@ exports[`TimeInput > renders correctly controlled - 12-hour format 1`] = `
text-decoration: none;
}
-.emotion-6 {
+.emotion-7 {
font-size: 0.875rem;
font-family: Inter,Asap,sans-serif;
font-weight: 400;
@@ -2780,7 +2789,7 @@ exports[`TimeInput > renders correctly controlled - 12-hour format 1`] = `
text-decoration: none;
}
-.emotion-8 {
+.emotion-9 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -2812,41 +2821,41 @@ exports[`TimeInput > renders correctly controlled - 12-hour format 1`] = `
border: 1px solid #d9dadd;
}
-.emotion-8:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-9:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #792dd4;
box-shadow: 0px 0px 0px 3px #8c40ef40;
}
-.emotion-8[data-disabled="false"]:hover,
-.emotion-8 [data-disabled="false"]:focus {
+.emotion-9[data-disabled="false"]:hover,
+.emotion-9 [data-disabled="false"]:focus {
border-color: #792dd4;
outline: none;
}
-.emotion-8:focus-within {
+.emotion-9:focus-within {
border-color: #792dd4;
}
-.emotion-8[data-size='small'] {
+.emotion-9[data-size='small'] {
height: 2rem;
padding-left: 0.5rem;
}
-.emotion-8[data-size='medium'] {
+.emotion-9[data-size='medium'] {
height: 2.5rem;
}
-.emotion-8[data-size='large'] {
+.emotion-9[data-size='large'] {
height: 3rem;
}
-.emotion-8[data-readonly='true'] {
+.emotion-9[data-readonly='true'] {
background: #f9f9fa;
border-color: #d9dadd;
cursor: default;
}
-.emotion-8[data-disabled='true'] {
+.emotion-9[data-disabled='true'] {
background: #f3f3f4;
border-color: #e9eaeb;
cursor: not-allowed;
@@ -2856,20 +2865,20 @@ exports[`TimeInput > renders correctly controlled - 12-hour format 1`] = `
user-select: none;
}
-.emotion-8[data-error='true'] {
+.emotion-9[data-error='true'] {
border: 1px solid #b3144d;
}
-.emotion-8[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-9[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #92103f;
box-shadow: 0px 0px 0px 3px #f91b6c40;
}
-.emotion-8[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
+.emotion-9[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
border-color: #92103f;
}
-.emotion-8 {
+.emotion-9 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -2901,41 +2910,41 @@ exports[`TimeInput > renders correctly controlled - 12-hour format 1`] = `
border: 1px solid #d9dadd;
}
-.emotion-8:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-9:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #792dd4;
box-shadow: 0px 0px 0px 3px #8c40ef40;
}
-.emotion-8[data-disabled="false"]:hover,
-.emotion-8 [data-disabled="false"]:focus {
+.emotion-9[data-disabled="false"]:hover,
+.emotion-9 [data-disabled="false"]:focus {
border-color: #792dd4;
outline: none;
}
-.emotion-8:focus-within {
+.emotion-9:focus-within {
border-color: #792dd4;
}
-.emotion-8[data-size='small'] {
+.emotion-9[data-size='small'] {
height: 2rem;
padding-left: 0.5rem;
}
-.emotion-8[data-size='medium'] {
+.emotion-9[data-size='medium'] {
height: 2.5rem;
}
-.emotion-8[data-size='large'] {
+.emotion-9[data-size='large'] {
height: 3rem;
}
-.emotion-8[data-readonly='true'] {
+.emotion-9[data-readonly='true'] {
background: #f9f9fa;
border-color: #d9dadd;
cursor: default;
}
-.emotion-8[data-disabled='true'] {
+.emotion-9[data-disabled='true'] {
background: #f3f3f4;
border-color: #e9eaeb;
cursor: not-allowed;
@@ -2945,20 +2954,20 @@ exports[`TimeInput > renders correctly controlled - 12-hour format 1`] = `
user-select: none;
}
-.emotion-8[data-error='true'] {
+.emotion-9[data-error='true'] {
border: 1px solid #b3144d;
}
-.emotion-8[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-9[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #92103f;
box-shadow: 0px 0px 0px 3px #f91b6c40;
}
-.emotion-8[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
+.emotion-9[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
border-color: #92103f;
}
-.emotion-10 {
+.emotion-11 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -2981,7 +2990,7 @@ exports[`TimeInput > renders correctly controlled - 12-hour format 1`] = `
flex-wrap: nowrap;
}
-.emotion-10 {
+.emotion-11 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -3004,7 +3013,7 @@ exports[`TimeInput > renders correctly controlled - 12-hour format 1`] = `
flex-wrap: nowrap;
}
-.emotion-14 {
+.emotion-15 {
border: none;
outline: none;
background: transparent;
@@ -3017,30 +3026,30 @@ exports[`TimeInput > renders correctly controlled - 12-hour format 1`] = `
caret-color: transparent;
}
-.emotion-14[data-size='large'] {
+.emotion-15[data-size='large'] {
font-size: 1rem;
}
-.emotion-14:not(:disabled):hover {
+.emotion-15:not(:disabled):hover {
background-color: #e9eaeb;
color: #727683;
}
-.emotion-14:not(:disabled):active,
-.emotion-14:not(:disabled):focus {
+.emotion-15:not(:disabled):active,
+.emotion-15:not(:disabled):focus {
background-color: #e9eaeb;
color: #3f4250;
}
-.emotion-14:-moz-read-only {
+.emotion-15:-moz-read-only {
cursor: default;
}
-.emotion-14:read-only {
+.emotion-15:read-only {
cursor: default;
}
-.emotion-14:disabled {
+.emotion-15:disabled {
cursor: not-allowed;
-webkit-user-select: none;
-moz-user-select: none;
@@ -3048,19 +3057,19 @@ exports[`TimeInput > renders correctly controlled - 12-hour format 1`] = `
user-select: none;
}
-.emotion-14[data-period="true"] {
+.emotion-15[data-period="true"] {
color: #727683;
}
-.emotion-14::-moz-selection {
+.emotion-15::-moz-selection {
background: none;
}
-.emotion-14::selection {
+.emotion-15::selection {
background: none;
}
-.emotion-14 {
+.emotion-15 {
border: none;
outline: none;
background: transparent;
@@ -3073,30 +3082,30 @@ exports[`TimeInput > renders correctly controlled - 12-hour format 1`] = `
caret-color: transparent;
}
-.emotion-14[data-size='large'] {
+.emotion-15[data-size='large'] {
font-size: 1rem;
}
-.emotion-14:not(:disabled):hover {
+.emotion-15:not(:disabled):hover {
background-color: #e9eaeb;
color: #727683;
}
-.emotion-14:not(:disabled):active,
-.emotion-14:not(:disabled):focus {
+.emotion-15:not(:disabled):active,
+.emotion-15:not(:disabled):focus {
background-color: #e9eaeb;
color: #3f4250;
}
-.emotion-14:-moz-read-only {
+.emotion-15:-moz-read-only {
cursor: default;
}
-.emotion-14:read-only {
+.emotion-15:read-only {
cursor: default;
}
-.emotion-14:disabled {
+.emotion-15:disabled {
cursor: not-allowed;
-webkit-user-select: none;
-moz-user-select: none;
@@ -3104,19 +3113,19 @@ exports[`TimeInput > renders correctly controlled - 12-hour format 1`] = `
user-select: none;
}
-.emotion-14[data-period="true"] {
+.emotion-15[data-period="true"] {
color: #727683;
}
-.emotion-14::-moz-selection {
+.emotion-15::-moz-selection {
background: none;
}
-.emotion-14::selection {
+.emotion-15::selection {
background: none;
}
-.emotion-17 {
+.emotion-18 {
color: #3f4250;
font-size: 1rem;
font-family: Inter,Asap,sans-serif;
@@ -3129,7 +3138,7 @@ exports[`TimeInput > renders correctly controlled - 12-hour format 1`] = `
padding-inline: 0.125rem;
}
-.emotion-17 {
+.emotion-18 {
color: #3f4250;
font-size: 1rem;
font-family: Inter,Asap,sans-serif;
@@ -3142,7 +3151,7 @@ exports[`TimeInput > renders correctly controlled - 12-hour format 1`] = `
padding-inline: 0.125rem;
}
-.emotion-32 {
+.emotion-33 {
color: #727683;
font-size: 0.75rem;
font-family: Inter,Asap,sans-serif;
@@ -3154,7 +3163,7 @@ exports[`TimeInput > renders correctly controlled - 12-hour format 1`] = `
text-decoration: none;
}
-.emotion-32 {
+.emotion-33 {
color: #727683;
font-size: 0.75rem;
font-family: Inter,Asap,sans-serif;
@@ -3176,35 +3185,35 @@ exports[`TimeInput > renders correctly controlled - 12-hour format 1`] = `
class="emotion-2 emotion-1"
>
labeldescription
helper
@@ -3371,8 +3380,8 @@ exports[`TimeInput > renders correctly controlled - 24-hours format 1`] = `
flex-wrap: nowrap;
}
-.emotion-4 {
- color: #222638;
+.emotion-5 {
+ color: #3f4250;
font-size: 0.875rem;
font-family: Inter,Asap,sans-serif;
font-weight: 500;
@@ -3381,10 +3390,11 @@ exports[`TimeInput > renders correctly controlled - 24-hours format 1`] = `
text-transform: none;
-webkit-text-decoration: none;
text-decoration: none;
+ cursor: pointer;
}
-.emotion-4 {
- color: #222638;
+.emotion-5 {
+ color: #3f4250;
font-size: 0.875rem;
font-family: Inter,Asap,sans-serif;
font-weight: 500;
@@ -3393,9 +3403,10 @@ exports[`TimeInput > renders correctly controlled - 24-hours format 1`] = `
text-transform: none;
-webkit-text-decoration: none;
text-decoration: none;
+ cursor: pointer;
}
-.emotion-6 {
+.emotion-7 {
font-size: 0.875rem;
font-family: Inter,Asap,sans-serif;
font-weight: 400;
@@ -3406,7 +3417,7 @@ exports[`TimeInput > renders correctly controlled - 24-hours format 1`] = `
text-decoration: none;
}
-.emotion-6 {
+.emotion-7 {
font-size: 0.875rem;
font-family: Inter,Asap,sans-serif;
font-weight: 400;
@@ -3417,7 +3428,7 @@ exports[`TimeInput > renders correctly controlled - 24-hours format 1`] = `
text-decoration: none;
}
-.emotion-8 {
+.emotion-9 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -3449,41 +3460,41 @@ exports[`TimeInput > renders correctly controlled - 24-hours format 1`] = `
border: 1px solid #d9dadd;
}
-.emotion-8:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-9:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #792dd4;
box-shadow: 0px 0px 0px 3px #8c40ef40;
}
-.emotion-8[data-disabled="false"]:hover,
-.emotion-8 [data-disabled="false"]:focus {
+.emotion-9[data-disabled="false"]:hover,
+.emotion-9 [data-disabled="false"]:focus {
border-color: #792dd4;
outline: none;
}
-.emotion-8:focus-within {
+.emotion-9:focus-within {
border-color: #792dd4;
}
-.emotion-8[data-size='small'] {
+.emotion-9[data-size='small'] {
height: 2rem;
padding-left: 0.5rem;
}
-.emotion-8[data-size='medium'] {
+.emotion-9[data-size='medium'] {
height: 2.5rem;
}
-.emotion-8[data-size='large'] {
+.emotion-9[data-size='large'] {
height: 3rem;
}
-.emotion-8[data-readonly='true'] {
+.emotion-9[data-readonly='true'] {
background: #f9f9fa;
border-color: #d9dadd;
cursor: default;
}
-.emotion-8[data-disabled='true'] {
+.emotion-9[data-disabled='true'] {
background: #f3f3f4;
border-color: #e9eaeb;
cursor: not-allowed;
@@ -3493,20 +3504,20 @@ exports[`TimeInput > renders correctly controlled - 24-hours format 1`] = `
user-select: none;
}
-.emotion-8[data-error='true'] {
+.emotion-9[data-error='true'] {
border: 1px solid #b3144d;
}
-.emotion-8[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-9[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #92103f;
box-shadow: 0px 0px 0px 3px #f91b6c40;
}
-.emotion-8[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
+.emotion-9[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
border-color: #92103f;
}
-.emotion-8 {
+.emotion-9 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -3538,41 +3549,41 @@ exports[`TimeInput > renders correctly controlled - 24-hours format 1`] = `
border: 1px solid #d9dadd;
}
-.emotion-8:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-9:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #792dd4;
box-shadow: 0px 0px 0px 3px #8c40ef40;
}
-.emotion-8[data-disabled="false"]:hover,
-.emotion-8 [data-disabled="false"]:focus {
+.emotion-9[data-disabled="false"]:hover,
+.emotion-9 [data-disabled="false"]:focus {
border-color: #792dd4;
outline: none;
}
-.emotion-8:focus-within {
+.emotion-9:focus-within {
border-color: #792dd4;
}
-.emotion-8[data-size='small'] {
+.emotion-9[data-size='small'] {
height: 2rem;
padding-left: 0.5rem;
}
-.emotion-8[data-size='medium'] {
+.emotion-9[data-size='medium'] {
height: 2.5rem;
}
-.emotion-8[data-size='large'] {
+.emotion-9[data-size='large'] {
height: 3rem;
}
-.emotion-8[data-readonly='true'] {
+.emotion-9[data-readonly='true'] {
background: #f9f9fa;
border-color: #d9dadd;
cursor: default;
}
-.emotion-8[data-disabled='true'] {
+.emotion-9[data-disabled='true'] {
background: #f3f3f4;
border-color: #e9eaeb;
cursor: not-allowed;
@@ -3582,20 +3593,20 @@ exports[`TimeInput > renders correctly controlled - 24-hours format 1`] = `
user-select: none;
}
-.emotion-8[data-error='true'] {
+.emotion-9[data-error='true'] {
border: 1px solid #b3144d;
}
-.emotion-8[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-9[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #92103f;
box-shadow: 0px 0px 0px 3px #f91b6c40;
}
-.emotion-8[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
+.emotion-9[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
border-color: #92103f;
}
-.emotion-10 {
+.emotion-11 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -3618,7 +3629,7 @@ exports[`TimeInput > renders correctly controlled - 24-hours format 1`] = `
flex-wrap: nowrap;
}
-.emotion-10 {
+.emotion-11 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -3641,7 +3652,7 @@ exports[`TimeInput > renders correctly controlled - 24-hours format 1`] = `
flex-wrap: nowrap;
}
-.emotion-14 {
+.emotion-15 {
border: none;
outline: none;
background: transparent;
@@ -3654,30 +3665,30 @@ exports[`TimeInput > renders correctly controlled - 24-hours format 1`] = `
caret-color: transparent;
}
-.emotion-14[data-size='large'] {
+.emotion-15[data-size='large'] {
font-size: 1rem;
}
-.emotion-14:not(:disabled):hover {
+.emotion-15:not(:disabled):hover {
background-color: #e9eaeb;
color: #727683;
}
-.emotion-14:not(:disabled):active,
-.emotion-14:not(:disabled):focus {
+.emotion-15:not(:disabled):active,
+.emotion-15:not(:disabled):focus {
background-color: #e9eaeb;
color: #3f4250;
}
-.emotion-14:-moz-read-only {
+.emotion-15:-moz-read-only {
cursor: default;
}
-.emotion-14:read-only {
+.emotion-15:read-only {
cursor: default;
}
-.emotion-14:disabled {
+.emotion-15:disabled {
cursor: not-allowed;
-webkit-user-select: none;
-moz-user-select: none;
@@ -3685,19 +3696,19 @@ exports[`TimeInput > renders correctly controlled - 24-hours format 1`] = `
user-select: none;
}
-.emotion-14[data-period="true"] {
+.emotion-15[data-period="true"] {
color: #727683;
}
-.emotion-14::-moz-selection {
+.emotion-15::-moz-selection {
background: none;
}
-.emotion-14::selection {
+.emotion-15::selection {
background: none;
}
-.emotion-14 {
+.emotion-15 {
border: none;
outline: none;
background: transparent;
@@ -3710,30 +3721,30 @@ exports[`TimeInput > renders correctly controlled - 24-hours format 1`] = `
caret-color: transparent;
}
-.emotion-14[data-size='large'] {
+.emotion-15[data-size='large'] {
font-size: 1rem;
}
-.emotion-14:not(:disabled):hover {
+.emotion-15:not(:disabled):hover {
background-color: #e9eaeb;
color: #727683;
}
-.emotion-14:not(:disabled):active,
-.emotion-14:not(:disabled):focus {
+.emotion-15:not(:disabled):active,
+.emotion-15:not(:disabled):focus {
background-color: #e9eaeb;
color: #3f4250;
}
-.emotion-14:-moz-read-only {
+.emotion-15:-moz-read-only {
cursor: default;
}
-.emotion-14:read-only {
+.emotion-15:read-only {
cursor: default;
}
-.emotion-14:disabled {
+.emotion-15:disabled {
cursor: not-allowed;
-webkit-user-select: none;
-moz-user-select: none;
@@ -3741,19 +3752,19 @@ exports[`TimeInput > renders correctly controlled - 24-hours format 1`] = `
user-select: none;
}
-.emotion-14[data-period="true"] {
+.emotion-15[data-period="true"] {
color: #727683;
}
-.emotion-14::-moz-selection {
+.emotion-15::-moz-selection {
background: none;
}
-.emotion-14::selection {
+.emotion-15::selection {
background: none;
}
-.emotion-17 {
+.emotion-18 {
color: #3f4250;
font-size: 1rem;
font-family: Inter,Asap,sans-serif;
@@ -3766,7 +3777,7 @@ exports[`TimeInput > renders correctly controlled - 24-hours format 1`] = `
padding-inline: 0.125rem;
}
-.emotion-17 {
+.emotion-18 {
color: #3f4250;
font-size: 1rem;
font-family: Inter,Asap,sans-serif;
@@ -3779,7 +3790,7 @@ exports[`TimeInput > renders correctly controlled - 24-hours format 1`] = `
padding-inline: 0.125rem;
}
-.emotion-30 {
+.emotion-31 {
color: #727683;
font-size: 0.75rem;
font-family: Inter,Asap,sans-serif;
@@ -3791,7 +3802,7 @@ exports[`TimeInput > renders correctly controlled - 24-hours format 1`] = `
text-decoration: none;
}
-.emotion-30 {
+.emotion-31 {
color: #727683;
font-size: 0.75rem;
font-family: Inter,Asap,sans-serif;
@@ -3813,35 +3824,35 @@ exports[`TimeInput > renders correctly controlled - 24-hours format 1`] = `
class="emotion-2 emotion-1"
>
labeldescription
helper
@@ -3926,8 +3937,8 @@ exports[`TimeInput > renders correctly disabled 1`] = `
flex-wrap: nowrap;
}
-.emotion-2 {
- color: #222638;
+.emotion-3 {
+ color: #3f4250;
font-size: 0.875rem;
font-family: Inter,Asap,sans-serif;
font-weight: 500;
@@ -3936,9 +3947,10 @@ exports[`TimeInput > renders correctly disabled 1`] = `
text-transform: none;
-webkit-text-decoration: none;
text-decoration: none;
+ cursor: pointer;
}
-.emotion-4 {
+.emotion-5 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -3970,41 +3982,41 @@ exports[`TimeInput > renders correctly disabled 1`] = `
border: 1px solid #d9dadd;
}
-.emotion-4:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-5:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #792dd4;
box-shadow: 0px 0px 0px 3px #8c40ef40;
}
-.emotion-4[data-disabled="false"]:hover,
-.emotion-4 [data-disabled="false"]:focus {
+.emotion-5[data-disabled="false"]:hover,
+.emotion-5 [data-disabled="false"]:focus {
border-color: #792dd4;
outline: none;
}
-.emotion-4:focus-within {
+.emotion-5:focus-within {
border-color: #792dd4;
}
-.emotion-4[data-size='small'] {
+.emotion-5[data-size='small'] {
height: 2rem;
padding-left: 0.5rem;
}
-.emotion-4[data-size='medium'] {
+.emotion-5[data-size='medium'] {
height: 2.5rem;
}
-.emotion-4[data-size='large'] {
+.emotion-5[data-size='large'] {
height: 3rem;
}
-.emotion-4[data-readonly='true'] {
+.emotion-5[data-readonly='true'] {
background: #f9f9fa;
border-color: #d9dadd;
cursor: default;
}
-.emotion-4[data-disabled='true'] {
+.emotion-5[data-disabled='true'] {
background: #f3f3f4;
border-color: #e9eaeb;
cursor: not-allowed;
@@ -4014,20 +4026,20 @@ exports[`TimeInput > renders correctly disabled 1`] = `
user-select: none;
}
-.emotion-4[data-error='true'] {
+.emotion-5[data-error='true'] {
border: 1px solid #b3144d;
}
-.emotion-4[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-5[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #92103f;
box-shadow: 0px 0px 0px 3px #f91b6c40;
}
-.emotion-4[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
+.emotion-5[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
border-color: #92103f;
}
-.emotion-6 {
+.emotion-7 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -4050,7 +4062,7 @@ exports[`TimeInput > renders correctly disabled 1`] = `
flex-wrap: nowrap;
}
-.emotion-10 {
+.emotion-11 {
border: none;
outline: none;
background: transparent;
@@ -4063,30 +4075,30 @@ exports[`TimeInput > renders correctly disabled 1`] = `
caret-color: transparent;
}
-.emotion-10[data-size='large'] {
+.emotion-11[data-size='large'] {
font-size: 1rem;
}
-.emotion-10:not(:disabled):hover {
+.emotion-11:not(:disabled):hover {
background-color: #e9eaeb;
color: #727683;
}
-.emotion-10:not(:disabled):active,
-.emotion-10:not(:disabled):focus {
+.emotion-11:not(:disabled):active,
+.emotion-11:not(:disabled):focus {
background-color: #e9eaeb;
color: #3f4250;
}
-.emotion-10:-moz-read-only {
+.emotion-11:-moz-read-only {
cursor: default;
}
-.emotion-10:read-only {
+.emotion-11:read-only {
cursor: default;
}
-.emotion-10:disabled {
+.emotion-11:disabled {
cursor: not-allowed;
-webkit-user-select: none;
-moz-user-select: none;
@@ -4094,19 +4106,19 @@ exports[`TimeInput > renders correctly disabled 1`] = `
user-select: none;
}
-.emotion-10[data-period="true"] {
+.emotion-11[data-period="true"] {
color: #727683;
}
-.emotion-10::-moz-selection {
+.emotion-11::-moz-selection {
background: none;
}
-.emotion-10::selection {
+.emotion-11::selection {
background: none;
}
-.emotion-13 {
+.emotion-14 {
color: #3f4250;
font-size: 1rem;
font-family: Inter,Asap,sans-serif;
@@ -4126,28 +4138,28 @@ exports[`TimeInput > renders correctly disabled 1`] = `
class="emotion-0 emotion-1"
>
renders correctly disabled 1`] = `
value=""
/>
:
renders correctly disabled 1`] = `
value=""
/>
:
renders correctly large 1`] = `
flex-wrap: nowrap;
}
-.emotion-2 {
- color: #222638;
+.emotion-3 {
+ color: #3f4250;
font-size: 1rem;
font-family: Inter,Asap,sans-serif;
font-weight: 500;
@@ -4238,9 +4250,10 @@ exports[`TimeInput > renders correctly large 1`] = `
text-transform: none;
-webkit-text-decoration: none;
text-decoration: none;
+ cursor: pointer;
}
-.emotion-4 {
+.emotion-5 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -4272,41 +4285,41 @@ exports[`TimeInput > renders correctly large 1`] = `
border: 1px solid #d9dadd;
}
-.emotion-4:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-5:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #792dd4;
box-shadow: 0px 0px 0px 3px #8c40ef40;
}
-.emotion-4[data-disabled="false"]:hover,
-.emotion-4 [data-disabled="false"]:focus {
+.emotion-5[data-disabled="false"]:hover,
+.emotion-5 [data-disabled="false"]:focus {
border-color: #792dd4;
outline: none;
}
-.emotion-4:focus-within {
+.emotion-5:focus-within {
border-color: #792dd4;
}
-.emotion-4[data-size='small'] {
+.emotion-5[data-size='small'] {
height: 2rem;
padding-left: 0.5rem;
}
-.emotion-4[data-size='medium'] {
+.emotion-5[data-size='medium'] {
height: 2.5rem;
}
-.emotion-4[data-size='large'] {
+.emotion-5[data-size='large'] {
height: 3rem;
}
-.emotion-4[data-readonly='true'] {
+.emotion-5[data-readonly='true'] {
background: #f9f9fa;
border-color: #d9dadd;
cursor: default;
}
-.emotion-4[data-disabled='true'] {
+.emotion-5[data-disabled='true'] {
background: #f3f3f4;
border-color: #e9eaeb;
cursor: not-allowed;
@@ -4316,20 +4329,20 @@ exports[`TimeInput > renders correctly large 1`] = `
user-select: none;
}
-.emotion-4[data-error='true'] {
+.emotion-5[data-error='true'] {
border: 1px solid #b3144d;
}
-.emotion-4[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-5[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #92103f;
box-shadow: 0px 0px 0px 3px #f91b6c40;
}
-.emotion-4[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
+.emotion-5[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
border-color: #92103f;
}
-.emotion-6 {
+.emotion-7 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -4352,7 +4365,7 @@ exports[`TimeInput > renders correctly large 1`] = `
flex-wrap: nowrap;
}
-.emotion-10 {
+.emotion-11 {
border: none;
outline: none;
background: transparent;
@@ -4365,30 +4378,30 @@ exports[`TimeInput > renders correctly large 1`] = `
caret-color: transparent;
}
-.emotion-10[data-size='large'] {
+.emotion-11[data-size='large'] {
font-size: 1rem;
}
-.emotion-10:not(:disabled):hover {
+.emotion-11:not(:disabled):hover {
background-color: #e9eaeb;
color: #727683;
}
-.emotion-10:not(:disabled):active,
-.emotion-10:not(:disabled):focus {
+.emotion-11:not(:disabled):active,
+.emotion-11:not(:disabled):focus {
background-color: #e9eaeb;
color: #3f4250;
}
-.emotion-10:-moz-read-only {
+.emotion-11:-moz-read-only {
cursor: default;
}
-.emotion-10:read-only {
+.emotion-11:read-only {
cursor: default;
}
-.emotion-10:disabled {
+.emotion-11:disabled {
cursor: not-allowed;
-webkit-user-select: none;
-moz-user-select: none;
@@ -4396,19 +4409,19 @@ exports[`TimeInput > renders correctly large 1`] = `
user-select: none;
}
-.emotion-10[data-period="true"] {
+.emotion-11[data-period="true"] {
color: #727683;
}
-.emotion-10::-moz-selection {
+.emotion-11::-moz-selection {
background: none;
}
-.emotion-10::selection {
+.emotion-11::selection {
background: none;
}
-.emotion-13 {
+.emotion-14 {
color: #3f4250;
font-size: 1rem;
font-family: Inter,Asap,sans-serif;
@@ -4428,28 +4441,28 @@ exports[`TimeInput > renders correctly large 1`] = `
class="emotion-0 emotion-1"
>
renders correctly large 1`] = `
value=""
/>
:
renders correctly large 1`] = `
value=""
/>
:
renders correctly readOnly 1`] = `
flex-wrap: nowrap;
}
-.emotion-2 {
- color: #222638;
+.emotion-3 {
+ color: #3f4250;
font-size: 0.875rem;
font-family: Inter,Asap,sans-serif;
font-weight: 500;
@@ -4537,9 +4550,10 @@ exports[`TimeInput > renders correctly readOnly 1`] = `
text-transform: none;
-webkit-text-decoration: none;
text-decoration: none;
+ cursor: pointer;
}
-.emotion-4 {
+.emotion-5 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -4571,41 +4585,41 @@ exports[`TimeInput > renders correctly readOnly 1`] = `
border: 1px solid #d9dadd;
}
-.emotion-4:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-5:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #792dd4;
box-shadow: 0px 0px 0px 3px #8c40ef40;
}
-.emotion-4[data-disabled="false"]:hover,
-.emotion-4 [data-disabled="false"]:focus {
+.emotion-5[data-disabled="false"]:hover,
+.emotion-5 [data-disabled="false"]:focus {
border-color: #792dd4;
outline: none;
}
-.emotion-4:focus-within {
+.emotion-5:focus-within {
border-color: #792dd4;
}
-.emotion-4[data-size='small'] {
+.emotion-5[data-size='small'] {
height: 2rem;
padding-left: 0.5rem;
}
-.emotion-4[data-size='medium'] {
+.emotion-5[data-size='medium'] {
height: 2.5rem;
}
-.emotion-4[data-size='large'] {
+.emotion-5[data-size='large'] {
height: 3rem;
}
-.emotion-4[data-readonly='true'] {
+.emotion-5[data-readonly='true'] {
background: #f9f9fa;
border-color: #d9dadd;
cursor: default;
}
-.emotion-4[data-disabled='true'] {
+.emotion-5[data-disabled='true'] {
background: #f3f3f4;
border-color: #e9eaeb;
cursor: not-allowed;
@@ -4615,20 +4629,20 @@ exports[`TimeInput > renders correctly readOnly 1`] = `
user-select: none;
}
-.emotion-4[data-error='true'] {
+.emotion-5[data-error='true'] {
border: 1px solid #b3144d;
}
-.emotion-4[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-5[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #92103f;
box-shadow: 0px 0px 0px 3px #f91b6c40;
}
-.emotion-4[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
+.emotion-5[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
border-color: #92103f;
}
-.emotion-6 {
+.emotion-7 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -4651,7 +4665,7 @@ exports[`TimeInput > renders correctly readOnly 1`] = `
flex-wrap: nowrap;
}
-.emotion-10 {
+.emotion-11 {
border: none;
outline: none;
background: transparent;
@@ -4664,30 +4678,30 @@ exports[`TimeInput > renders correctly readOnly 1`] = `
caret-color: transparent;
}
-.emotion-10[data-size='large'] {
+.emotion-11[data-size='large'] {
font-size: 1rem;
}
-.emotion-10:not(:disabled):hover {
+.emotion-11:not(:disabled):hover {
background-color: #e9eaeb;
color: #727683;
}
-.emotion-10:not(:disabled):active,
-.emotion-10:not(:disabled):focus {
+.emotion-11:not(:disabled):active,
+.emotion-11:not(:disabled):focus {
background-color: #e9eaeb;
color: #3f4250;
}
-.emotion-10:-moz-read-only {
+.emotion-11:-moz-read-only {
cursor: default;
}
-.emotion-10:read-only {
+.emotion-11:read-only {
cursor: default;
}
-.emotion-10:disabled {
+.emotion-11:disabled {
cursor: not-allowed;
-webkit-user-select: none;
-moz-user-select: none;
@@ -4695,19 +4709,19 @@ exports[`TimeInput > renders correctly readOnly 1`] = `
user-select: none;
}
-.emotion-10[data-period="true"] {
+.emotion-11[data-period="true"] {
color: #727683;
}
-.emotion-10::-moz-selection {
+.emotion-11::-moz-selection {
background: none;
}
-.emotion-10::selection {
+.emotion-11::selection {
background: none;
}
-.emotion-13 {
+.emotion-14 {
color: #3f4250;
font-size: 1rem;
font-family: Inter,Asap,sans-serif;
@@ -4727,28 +4741,28 @@ exports[`TimeInput > renders correctly readOnly 1`] = `
class="emotion-0 emotion-1"
>
renders correctly readOnly 1`] = `
value=""
/>
:
renders correctly readOnly 1`] = `
value=""
/>
:
renders correctly required 1`] = `
flex-wrap: nowrap;
}
-.emotion-4 {
- color: #222638;
+.emotion-5 {
+ color: #3f4250;
font-size: 0.875rem;
font-family: Inter,Asap,sans-serif;
font-weight: 500;
@@ -4862,9 +4876,10 @@ exports[`TimeInput > renders correctly required 1`] = `
text-transform: none;
-webkit-text-decoration: none;
text-decoration: none;
+ cursor: pointer;
}
-.emotion-6 {
+.emotion-7 {
color: #b3144d;
font-size: 0.875rem;
font-family: Inter,Asap,sans-serif;
@@ -4876,7 +4891,7 @@ exports[`TimeInput > renders correctly required 1`] = `
text-decoration: none;
}
-.emotion-8 {
+.emotion-9 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -4908,41 +4923,41 @@ exports[`TimeInput > renders correctly required 1`] = `
border: 1px solid #d9dadd;
}
-.emotion-8:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-9:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #792dd4;
box-shadow: 0px 0px 0px 3px #8c40ef40;
}
-.emotion-8[data-disabled="false"]:hover,
-.emotion-8 [data-disabled="false"]:focus {
+.emotion-9[data-disabled="false"]:hover,
+.emotion-9 [data-disabled="false"]:focus {
border-color: #792dd4;
outline: none;
}
-.emotion-8:focus-within {
+.emotion-9:focus-within {
border-color: #792dd4;
}
-.emotion-8[data-size='small'] {
+.emotion-9[data-size='small'] {
height: 2rem;
padding-left: 0.5rem;
}
-.emotion-8[data-size='medium'] {
+.emotion-9[data-size='medium'] {
height: 2.5rem;
}
-.emotion-8[data-size='large'] {
+.emotion-9[data-size='large'] {
height: 3rem;
}
-.emotion-8[data-readonly='true'] {
+.emotion-9[data-readonly='true'] {
background: #f9f9fa;
border-color: #d9dadd;
cursor: default;
}
-.emotion-8[data-disabled='true'] {
+.emotion-9[data-disabled='true'] {
background: #f3f3f4;
border-color: #e9eaeb;
cursor: not-allowed;
@@ -4952,20 +4967,20 @@ exports[`TimeInput > renders correctly required 1`] = `
user-select: none;
}
-.emotion-8[data-error='true'] {
+.emotion-9[data-error='true'] {
border: 1px solid #b3144d;
}
-.emotion-8[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-9[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #92103f;
box-shadow: 0px 0px 0px 3px #f91b6c40;
}
-.emotion-8[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
+.emotion-9[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
border-color: #92103f;
}
-.emotion-10 {
+.emotion-11 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -4988,7 +5003,7 @@ exports[`TimeInput > renders correctly required 1`] = `
flex-wrap: nowrap;
}
-.emotion-14 {
+.emotion-15 {
border: none;
outline: none;
background: transparent;
@@ -5001,30 +5016,30 @@ exports[`TimeInput > renders correctly required 1`] = `
caret-color: transparent;
}
-.emotion-14[data-size='large'] {
+.emotion-15[data-size='large'] {
font-size: 1rem;
}
-.emotion-14:not(:disabled):hover {
+.emotion-15:not(:disabled):hover {
background-color: #e9eaeb;
color: #727683;
}
-.emotion-14:not(:disabled):active,
-.emotion-14:not(:disabled):focus {
+.emotion-15:not(:disabled):active,
+.emotion-15:not(:disabled):focus {
background-color: #e9eaeb;
color: #3f4250;
}
-.emotion-14:-moz-read-only {
+.emotion-15:-moz-read-only {
cursor: default;
}
-.emotion-14:read-only {
+.emotion-15:read-only {
cursor: default;
}
-.emotion-14:disabled {
+.emotion-15:disabled {
cursor: not-allowed;
-webkit-user-select: none;
-moz-user-select: none;
@@ -5032,19 +5047,19 @@ exports[`TimeInput > renders correctly required 1`] = `
user-select: none;
}
-.emotion-14[data-period="true"] {
+.emotion-15[data-period="true"] {
color: #727683;
}
-.emotion-14::-moz-selection {
+.emotion-15::-moz-selection {
background: none;
}
-.emotion-14::selection {
+.emotion-15::selection {
background: none;
}
-.emotion-17 {
+.emotion-18 {
color: #3f4250;
font-size: 1rem;
font-family: Inter,Asap,sans-serif;
@@ -5067,35 +5082,35 @@ exports[`TimeInput > renders correctly required 1`] = `
class="emotion-2 emotion-1"
>
*
renders correctly required 1`] = `
value=""
/>
:
renders correctly required 1`] = `
value=""
/>
:
renders correctly small 1`] = `
flex-wrap: nowrap;
}
-.emotion-2 {
- color: #222638;
+.emotion-3 {
+ color: #3f4250;
font-size: 0.875rem;
font-family: Inter,Asap,sans-serif;
font-weight: 500;
@@ -5183,9 +5198,10 @@ exports[`TimeInput > renders correctly small 1`] = `
text-transform: none;
-webkit-text-decoration: none;
text-decoration: none;
+ cursor: pointer;
}
-.emotion-4 {
+.emotion-5 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -5217,41 +5233,41 @@ exports[`TimeInput > renders correctly small 1`] = `
border: 1px solid #d9dadd;
}
-.emotion-4:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-5:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #792dd4;
box-shadow: 0px 0px 0px 3px #8c40ef40;
}
-.emotion-4[data-disabled="false"]:hover,
-.emotion-4 [data-disabled="false"]:focus {
+.emotion-5[data-disabled="false"]:hover,
+.emotion-5 [data-disabled="false"]:focus {
border-color: #792dd4;
outline: none;
}
-.emotion-4:focus-within {
+.emotion-5:focus-within {
border-color: #792dd4;
}
-.emotion-4[data-size='small'] {
+.emotion-5[data-size='small'] {
height: 2rem;
padding-left: 0.5rem;
}
-.emotion-4[data-size='medium'] {
+.emotion-5[data-size='medium'] {
height: 2.5rem;
}
-.emotion-4[data-size='large'] {
+.emotion-5[data-size='large'] {
height: 3rem;
}
-.emotion-4[data-readonly='true'] {
+.emotion-5[data-readonly='true'] {
background: #f9f9fa;
border-color: #d9dadd;
cursor: default;
}
-.emotion-4[data-disabled='true'] {
+.emotion-5[data-disabled='true'] {
background: #f3f3f4;
border-color: #e9eaeb;
cursor: not-allowed;
@@ -5261,20 +5277,20 @@ exports[`TimeInput > renders correctly small 1`] = `
user-select: none;
}
-.emotion-4[data-error='true'] {
+.emotion-5[data-error='true'] {
border: 1px solid #b3144d;
}
-.emotion-4[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-5[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #92103f;
box-shadow: 0px 0px 0px 3px #f91b6c40;
}
-.emotion-4[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
+.emotion-5[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
border-color: #92103f;
}
-.emotion-6 {
+.emotion-7 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -5297,7 +5313,7 @@ exports[`TimeInput > renders correctly small 1`] = `
flex-wrap: nowrap;
}
-.emotion-10 {
+.emotion-11 {
border: none;
outline: none;
background: transparent;
@@ -5310,30 +5326,30 @@ exports[`TimeInput > renders correctly small 1`] = `
caret-color: transparent;
}
-.emotion-10[data-size='large'] {
+.emotion-11[data-size='large'] {
font-size: 1rem;
}
-.emotion-10:not(:disabled):hover {
+.emotion-11:not(:disabled):hover {
background-color: #e9eaeb;
color: #727683;
}
-.emotion-10:not(:disabled):active,
-.emotion-10:not(:disabled):focus {
+.emotion-11:not(:disabled):active,
+.emotion-11:not(:disabled):focus {
background-color: #e9eaeb;
color: #3f4250;
}
-.emotion-10:-moz-read-only {
+.emotion-11:-moz-read-only {
cursor: default;
}
-.emotion-10:read-only {
+.emotion-11:read-only {
cursor: default;
}
-.emotion-10:disabled {
+.emotion-11:disabled {
cursor: not-allowed;
-webkit-user-select: none;
-moz-user-select: none;
@@ -5341,19 +5357,19 @@ exports[`TimeInput > renders correctly small 1`] = `
user-select: none;
}
-.emotion-10[data-period="true"] {
+.emotion-11[data-period="true"] {
color: #727683;
}
-.emotion-10::-moz-selection {
+.emotion-11::-moz-selection {
background: none;
}
-.emotion-10::selection {
+.emotion-11::selection {
background: none;
}
-.emotion-13 {
+.emotion-14 {
color: #3f4250;
font-size: 1rem;
font-family: Inter,Asap,sans-serif;
@@ -5373,28 +5389,28 @@ exports[`TimeInput > renders correctly small 1`] = `
class="emotion-0 emotion-1"
>
renders correctly small 1`] = `
value=""
/>
:
renders correctly small 1`] = `
value=""
/>
:
renders correctly with 12-hour format 1`] = `
flex-wrap: nowrap;
}
-.emotion-2 {
- color: #222638;
+.emotion-3 {
+ color: #3f4250;
font-size: 0.875rem;
font-family: Inter,Asap,sans-serif;
font-weight: 500;
@@ -5482,9 +5498,10 @@ exports[`TimeInput > renders correctly with 12-hour format 1`] = `
text-transform: none;
-webkit-text-decoration: none;
text-decoration: none;
+ cursor: pointer;
}
-.emotion-4 {
+.emotion-5 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -5516,41 +5533,41 @@ exports[`TimeInput > renders correctly with 12-hour format 1`] = `
border: 1px solid #d9dadd;
}
-.emotion-4:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-5:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #792dd4;
box-shadow: 0px 0px 0px 3px #8c40ef40;
}
-.emotion-4[data-disabled="false"]:hover,
-.emotion-4 [data-disabled="false"]:focus {
+.emotion-5[data-disabled="false"]:hover,
+.emotion-5 [data-disabled="false"]:focus {
border-color: #792dd4;
outline: none;
}
-.emotion-4:focus-within {
+.emotion-5:focus-within {
border-color: #792dd4;
}
-.emotion-4[data-size='small'] {
+.emotion-5[data-size='small'] {
height: 2rem;
padding-left: 0.5rem;
}
-.emotion-4[data-size='medium'] {
+.emotion-5[data-size='medium'] {
height: 2.5rem;
}
-.emotion-4[data-size='large'] {
+.emotion-5[data-size='large'] {
height: 3rem;
}
-.emotion-4[data-readonly='true'] {
+.emotion-5[data-readonly='true'] {
background: #f9f9fa;
border-color: #d9dadd;
cursor: default;
}
-.emotion-4[data-disabled='true'] {
+.emotion-5[data-disabled='true'] {
background: #f3f3f4;
border-color: #e9eaeb;
cursor: not-allowed;
@@ -5560,20 +5577,20 @@ exports[`TimeInput > renders correctly with 12-hour format 1`] = `
user-select: none;
}
-.emotion-4[data-error='true'] {
+.emotion-5[data-error='true'] {
border: 1px solid #b3144d;
}
-.emotion-4[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-5[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #92103f;
box-shadow: 0px 0px 0px 3px #f91b6c40;
}
-.emotion-4[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
+.emotion-5[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
border-color: #92103f;
}
-.emotion-6 {
+.emotion-7 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -5596,7 +5613,7 @@ exports[`TimeInput > renders correctly with 12-hour format 1`] = `
flex-wrap: nowrap;
}
-.emotion-10 {
+.emotion-11 {
border: none;
outline: none;
background: transparent;
@@ -5609,30 +5626,30 @@ exports[`TimeInput > renders correctly with 12-hour format 1`] = `
caret-color: transparent;
}
-.emotion-10[data-size='large'] {
+.emotion-11[data-size='large'] {
font-size: 1rem;
}
-.emotion-10:not(:disabled):hover {
+.emotion-11:not(:disabled):hover {
background-color: #e9eaeb;
color: #727683;
}
-.emotion-10:not(:disabled):active,
-.emotion-10:not(:disabled):focus {
+.emotion-11:not(:disabled):active,
+.emotion-11:not(:disabled):focus {
background-color: #e9eaeb;
color: #3f4250;
}
-.emotion-10:-moz-read-only {
+.emotion-11:-moz-read-only {
cursor: default;
}
-.emotion-10:read-only {
+.emotion-11:read-only {
cursor: default;
}
-.emotion-10:disabled {
+.emotion-11:disabled {
cursor: not-allowed;
-webkit-user-select: none;
-moz-user-select: none;
@@ -5640,19 +5657,19 @@ exports[`TimeInput > renders correctly with 12-hour format 1`] = `
user-select: none;
}
-.emotion-10[data-period="true"] {
+.emotion-11[data-period="true"] {
color: #727683;
}
-.emotion-10::-moz-selection {
+.emotion-11::-moz-selection {
background: none;
}
-.emotion-10::selection {
+.emotion-11::selection {
background: none;
}
-.emotion-13 {
+.emotion-14 {
color: #3f4250;
font-size: 1rem;
font-family: Inter,Asap,sans-serif;
@@ -5672,28 +5689,28 @@ exports[`TimeInput > renders correctly with 12-hour format 1`] = `
class="emotion-0 emotion-1"
>
renders correctly with 12-hour format 1`] = `
value=""
/>
:
renders correctly with 12-hour format 1`] = `
value=""
/>
:
renders correctly with 12-hour format 1`] = `
aria-valuemax="12"
aria-valuemin="0"
aria-valuenow="12"
- class="emotion-10 emotion-11"
+ class="emotion-11 emotion-12"
data-period="true"
data-size="medium"
data-testid="am-pm-input"
@@ -6063,8 +6080,8 @@ exports[`TimeInput > renders correctly with error 1`] = `
flex-wrap: nowrap;
}
-.emotion-2 {
- color: #222638;
+.emotion-3 {
+ color: #3f4250;
font-size: 0.875rem;
font-family: Inter,Asap,sans-serif;
font-weight: 500;
@@ -6073,9 +6090,10 @@ exports[`TimeInput > renders correctly with error 1`] = `
text-transform: none;
-webkit-text-decoration: none;
text-decoration: none;
+ cursor: pointer;
}
-.emotion-4 {
+.emotion-5 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -6107,41 +6125,41 @@ exports[`TimeInput > renders correctly with error 1`] = `
border: 1px solid #d9dadd;
}
-.emotion-4:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-5:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #792dd4;
box-shadow: 0px 0px 0px 3px #8c40ef40;
}
-.emotion-4[data-disabled="false"]:hover,
-.emotion-4 [data-disabled="false"]:focus {
+.emotion-5[data-disabled="false"]:hover,
+.emotion-5 [data-disabled="false"]:focus {
border-color: #792dd4;
outline: none;
}
-.emotion-4:focus-within {
+.emotion-5:focus-within {
border-color: #792dd4;
}
-.emotion-4[data-size='small'] {
+.emotion-5[data-size='small'] {
height: 2rem;
padding-left: 0.5rem;
}
-.emotion-4[data-size='medium'] {
+.emotion-5[data-size='medium'] {
height: 2.5rem;
}
-.emotion-4[data-size='large'] {
+.emotion-5[data-size='large'] {
height: 3rem;
}
-.emotion-4[data-readonly='true'] {
+.emotion-5[data-readonly='true'] {
background: #f9f9fa;
border-color: #d9dadd;
cursor: default;
}
-.emotion-4[data-disabled='true'] {
+.emotion-5[data-disabled='true'] {
background: #f3f3f4;
border-color: #e9eaeb;
cursor: not-allowed;
@@ -6151,20 +6169,20 @@ exports[`TimeInput > renders correctly with error 1`] = `
user-select: none;
}
-.emotion-4[data-error='true'] {
+.emotion-5[data-error='true'] {
border: 1px solid #b3144d;
}
-.emotion-4[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-5[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #92103f;
box-shadow: 0px 0px 0px 3px #f91b6c40;
}
-.emotion-4[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
+.emotion-5[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
border-color: #92103f;
}
-.emotion-6 {
+.emotion-7 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -6187,7 +6205,7 @@ exports[`TimeInput > renders correctly with error 1`] = `
flex-wrap: nowrap;
}
-.emotion-10 {
+.emotion-11 {
border: none;
outline: none;
background: transparent;
@@ -6200,30 +6218,30 @@ exports[`TimeInput > renders correctly with error 1`] = `
caret-color: transparent;
}
-.emotion-10[data-size='large'] {
+.emotion-11[data-size='large'] {
font-size: 1rem;
}
-.emotion-10:not(:disabled):hover {
+.emotion-11:not(:disabled):hover {
background-color: #e9eaeb;
color: #727683;
}
-.emotion-10:not(:disabled):active,
-.emotion-10:not(:disabled):focus {
+.emotion-11:not(:disabled):active,
+.emotion-11:not(:disabled):focus {
background-color: #e9eaeb;
color: #3f4250;
}
-.emotion-10:-moz-read-only {
+.emotion-11:-moz-read-only {
cursor: default;
}
-.emotion-10:read-only {
+.emotion-11:read-only {
cursor: default;
}
-.emotion-10:disabled {
+.emotion-11:disabled {
cursor: not-allowed;
-webkit-user-select: none;
-moz-user-select: none;
@@ -6231,19 +6249,19 @@ exports[`TimeInput > renders correctly with error 1`] = `
user-select: none;
}
-.emotion-10[data-period="true"] {
+.emotion-11[data-period="true"] {
color: #727683;
}
-.emotion-10::-moz-selection {
+.emotion-11::-moz-selection {
background: none;
}
-.emotion-10::selection {
+.emotion-11::selection {
background: none;
}
-.emotion-13 {
+.emotion-14 {
color: #3f4250;
font-size: 1rem;
font-family: Inter,Asap,sans-serif;
@@ -6256,7 +6274,7 @@ exports[`TimeInput > renders correctly with error 1`] = `
padding-inline: 0.125rem;
}
-.emotion-26 {
+.emotion-27 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -6279,7 +6297,7 @@ exports[`TimeInput > renders correctly with error 1`] = `
flex-wrap: nowrap;
}
-.emotion-28 {
+.emotion-29 {
vertical-align: middle;
fill: #b3144d;
height: 1rem;
@@ -6288,12 +6306,12 @@ exports[`TimeInput > renders correctly with error 1`] = `
min-height: 1rem;
}
-.emotion-28 .fillStroke {
+.emotion-29 .fillStroke {
stroke: #b3144d;
fill: none;
}
-.emotion-30 {
+.emotion-31 {
color: #b3144d;
font-size: 0.75rem;
font-family: Inter,Asap,sans-serif;
@@ -6312,28 +6330,28 @@ exports[`TimeInput > renders correctly with error 1`] = `
class="emotion-0 emotion-1"
>
error
@@ -6453,8 +6471,8 @@ exports[`TimeInput > renders correctly with helper and error 1`] = `
flex-wrap: nowrap;
}
-.emotion-4 {
- color: #222638;
+.emotion-5 {
+ color: #3f4250;
font-size: 0.875rem;
font-family: Inter,Asap,sans-serif;
font-weight: 500;
@@ -6463,9 +6481,10 @@ exports[`TimeInput > renders correctly with helper and error 1`] = `
text-transform: none;
-webkit-text-decoration: none;
text-decoration: none;
+ cursor: pointer;
}
-.emotion-6 {
+.emotion-7 {
font-size: 0.875rem;
font-family: Inter,Asap,sans-serif;
font-weight: 400;
@@ -6476,7 +6495,7 @@ exports[`TimeInput > renders correctly with helper and error 1`] = `
text-decoration: none;
}
-.emotion-8 {
+.emotion-9 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -6508,41 +6527,41 @@ exports[`TimeInput > renders correctly with helper and error 1`] = `
border: 1px solid #d9dadd;
}
-.emotion-8:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-9:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #792dd4;
box-shadow: 0px 0px 0px 3px #8c40ef40;
}
-.emotion-8[data-disabled="false"]:hover,
-.emotion-8 [data-disabled="false"]:focus {
+.emotion-9[data-disabled="false"]:hover,
+.emotion-9 [data-disabled="false"]:focus {
border-color: #792dd4;
outline: none;
}
-.emotion-8:focus-within {
+.emotion-9:focus-within {
border-color: #792dd4;
}
-.emotion-8[data-size='small'] {
+.emotion-9[data-size='small'] {
height: 2rem;
padding-left: 0.5rem;
}
-.emotion-8[data-size='medium'] {
+.emotion-9[data-size='medium'] {
height: 2.5rem;
}
-.emotion-8[data-size='large'] {
+.emotion-9[data-size='large'] {
height: 3rem;
}
-.emotion-8[data-readonly='true'] {
+.emotion-9[data-readonly='true'] {
background: #f9f9fa;
border-color: #d9dadd;
cursor: default;
}
-.emotion-8[data-disabled='true'] {
+.emotion-9[data-disabled='true'] {
background: #f3f3f4;
border-color: #e9eaeb;
cursor: not-allowed;
@@ -6552,20 +6571,20 @@ exports[`TimeInput > renders correctly with helper and error 1`] = `
user-select: none;
}
-.emotion-8[data-error='true'] {
+.emotion-9[data-error='true'] {
border: 1px solid #b3144d;
}
-.emotion-8[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-9[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #92103f;
box-shadow: 0px 0px 0px 3px #f91b6c40;
}
-.emotion-8[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
+.emotion-9[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
border-color: #92103f;
}
-.emotion-10 {
+.emotion-11 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -6588,7 +6607,7 @@ exports[`TimeInput > renders correctly with helper and error 1`] = `
flex-wrap: nowrap;
}
-.emotion-14 {
+.emotion-15 {
border: none;
outline: none;
background: transparent;
@@ -6601,30 +6620,30 @@ exports[`TimeInput > renders correctly with helper and error 1`] = `
caret-color: transparent;
}
-.emotion-14[data-size='large'] {
+.emotion-15[data-size='large'] {
font-size: 1rem;
}
-.emotion-14:not(:disabled):hover {
+.emotion-15:not(:disabled):hover {
background-color: #e9eaeb;
color: #727683;
}
-.emotion-14:not(:disabled):active,
-.emotion-14:not(:disabled):focus {
+.emotion-15:not(:disabled):active,
+.emotion-15:not(:disabled):focus {
background-color: #e9eaeb;
color: #3f4250;
}
-.emotion-14:-moz-read-only {
+.emotion-15:-moz-read-only {
cursor: default;
}
-.emotion-14:read-only {
+.emotion-15:read-only {
cursor: default;
}
-.emotion-14:disabled {
+.emotion-15:disabled {
cursor: not-allowed;
-webkit-user-select: none;
-moz-user-select: none;
@@ -6632,19 +6651,19 @@ exports[`TimeInput > renders correctly with helper and error 1`] = `
user-select: none;
}
-.emotion-14[data-period="true"] {
+.emotion-15[data-period="true"] {
color: #727683;
}
-.emotion-14::-moz-selection {
+.emotion-15::-moz-selection {
background: none;
}
-.emotion-14::selection {
+.emotion-15::selection {
background: none;
}
-.emotion-17 {
+.emotion-18 {
color: #3f4250;
font-size: 1rem;
font-family: Inter,Asap,sans-serif;
@@ -6657,7 +6676,7 @@ exports[`TimeInput > renders correctly with helper and error 1`] = `
padding-inline: 0.125rem;
}
-.emotion-32 {
+.emotion-33 {
vertical-align: middle;
fill: #b3144d;
height: 1rem;
@@ -6666,12 +6685,12 @@ exports[`TimeInput > renders correctly with helper and error 1`] = `
min-height: 1rem;
}
-.emotion-32 .fillStroke {
+.emotion-33 .fillStroke {
stroke: #b3144d;
fill: none;
}
-.emotion-34 {
+.emotion-35 {
color: #b3144d;
font-size: 0.75rem;
font-family: Inter,Asap,sans-serif;
@@ -6693,34 +6712,34 @@ exports[`TimeInput > renders correctly with helper and error 1`] = `
class="emotion-2 emotion-1"
>
label description
@@ -6838,8 +6857,8 @@ exports[`TimeInput > renders correctly with label description and helper 1`] = `
flex-wrap: nowrap;
}
-.emotion-4 {
- color: #222638;
+.emotion-5 {
+ color: #3f4250;
font-size: 0.875rem;
font-family: Inter,Asap,sans-serif;
font-weight: 500;
@@ -6848,9 +6867,10 @@ exports[`TimeInput > renders correctly with label description and helper 1`] = `
text-transform: none;
-webkit-text-decoration: none;
text-decoration: none;
+ cursor: pointer;
}
-.emotion-6 {
+.emotion-7 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -6882,41 +6902,41 @@ exports[`TimeInput > renders correctly with label description and helper 1`] = `
border: 1px solid #d9dadd;
}
-.emotion-6:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-7:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #792dd4;
box-shadow: 0px 0px 0px 3px #8c40ef40;
}
-.emotion-6[data-disabled="false"]:hover,
-.emotion-6 [data-disabled="false"]:focus {
+.emotion-7[data-disabled="false"]:hover,
+.emotion-7 [data-disabled="false"]:focus {
border-color: #792dd4;
outline: none;
}
-.emotion-6:focus-within {
+.emotion-7:focus-within {
border-color: #792dd4;
}
-.emotion-6[data-size='small'] {
+.emotion-7[data-size='small'] {
height: 2rem;
padding-left: 0.5rem;
}
-.emotion-6[data-size='medium'] {
+.emotion-7[data-size='medium'] {
height: 2.5rem;
}
-.emotion-6[data-size='large'] {
+.emotion-7[data-size='large'] {
height: 3rem;
}
-.emotion-6[data-readonly='true'] {
+.emotion-7[data-readonly='true'] {
background: #f9f9fa;
border-color: #d9dadd;
cursor: default;
}
-.emotion-6[data-disabled='true'] {
+.emotion-7[data-disabled='true'] {
background: #f3f3f4;
border-color: #e9eaeb;
cursor: not-allowed;
@@ -6926,20 +6946,20 @@ exports[`TimeInput > renders correctly with label description and helper 1`] = `
user-select: none;
}
-.emotion-6[data-error='true'] {
+.emotion-7[data-error='true'] {
border: 1px solid #b3144d;
}
-.emotion-6[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-7[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #92103f;
box-shadow: 0px 0px 0px 3px #f91b6c40;
}
-.emotion-6[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
+.emotion-7[data-error='true']:not([data-disabled="true"]):not([data-readonly="true"]):hover {
border-color: #92103f;
}
-.emotion-8 {
+.emotion-9 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -6962,7 +6982,7 @@ exports[`TimeInput > renders correctly with label description and helper 1`] = `
flex-wrap: nowrap;
}
-.emotion-12 {
+.emotion-13 {
border: none;
outline: none;
background: transparent;
@@ -6975,30 +6995,30 @@ exports[`TimeInput > renders correctly with label description and helper 1`] = `
caret-color: transparent;
}
-.emotion-12[data-size='large'] {
+.emotion-13[data-size='large'] {
font-size: 1rem;
}
-.emotion-12:not(:disabled):hover {
+.emotion-13:not(:disabled):hover {
background-color: #e9eaeb;
color: #727683;
}
-.emotion-12:not(:disabled):active,
-.emotion-12:not(:disabled):focus {
+.emotion-13:not(:disabled):active,
+.emotion-13:not(:disabled):focus {
background-color: #e9eaeb;
color: #3f4250;
}
-.emotion-12:-moz-read-only {
+.emotion-13:-moz-read-only {
cursor: default;
}
-.emotion-12:read-only {
+.emotion-13:read-only {
cursor: default;
}
-.emotion-12:disabled {
+.emotion-13:disabled {
cursor: not-allowed;
-webkit-user-select: none;
-moz-user-select: none;
@@ -7006,19 +7026,19 @@ exports[`TimeInput > renders correctly with label description and helper 1`] = `
user-select: none;
}
-.emotion-12[data-period="true"] {
+.emotion-13[data-period="true"] {
color: #727683;
}
-.emotion-12::-moz-selection {
+.emotion-13::-moz-selection {
background: none;
}
-.emotion-12::selection {
+.emotion-13::selection {
background: none;
}
-.emotion-15 {
+.emotion-16 {
color: #3f4250;
font-size: 1rem;
font-family: Inter,Asap,sans-serif;
@@ -7031,7 +7051,7 @@ exports[`TimeInput > renders correctly with label description and helper 1`] = `
padding-inline: 0.125rem;
}
-.emotion-28 {
+.emotion-29 {
color: #727683;
font-size: 0.75rem;
font-family: Inter,Asap,sans-serif;
@@ -7053,7 +7073,7 @@ exports[`TimeInput > renders correctly with label description and helper 1`] = `
class="emotion-2 emotion-1"
>
helper
diff --git a/packages/ui/src/components/UnitInput/__tests__/__snapshots__/index.test.tsx.snap b/packages/ui/src/components/UnitInput/__tests__/__snapshots__/index.test.tsx.snap
index 75fbd2bdd4..09504931a1 100644
--- a/packages/ui/src/components/UnitInput/__tests__/__snapshots__/index.test.tsx.snap
+++ b/packages/ui/src/components/UnitInput/__tests__/__snapshots__/index.test.tsx.snap
@@ -637,12 +637,16 @@ exports[`UnitInput > renders click 1`] = `
box-shadow: 0px 0px 0px 3px #8c40ef40;
}
-.emotion-17[data-state='neutral']:not([data-disabled='true']):hover,
-.emotion-17[data-state='neutral']:not([data-disabled='true']):focus {
+.emotion-17[data-state='neutral']:not([data-disabled='true']):hover {
border-color: #792dd4;
outline: none;
}
+.emotion-17[data-state='neutral']:not([data-disabled='true']):focus-visible {
+ outline: 5px auto Highlight;
+ outline: 5px auto -webkit-focus-ring-color;
+}
+
.emotion-17[data-state='neutral'][data-dropdownvisible='true'] {
border-color: #792dd4;
}
@@ -746,12 +750,16 @@ exports[`UnitInput > renders click 1`] = `
box-shadow: 0px 0px 0px 3px #8c40ef40;
}
-.emotion-17[data-state='neutral']:not([data-disabled='true']):hover,
-.emotion-17[data-state='neutral']:not([data-disabled='true']):focus {
+.emotion-17[data-state='neutral']:not([data-disabled='true']):hover {
border-color: #792dd4;
outline: none;
}
+.emotion-17[data-state='neutral']:not([data-disabled='true']):focus-visible {
+ outline: 5px auto Highlight;
+ outline: 5px auto -webkit-focus-ring-color;
+}
+
.emotion-17[data-state='neutral'][data-dropdownvisible='true'] {
border-color: #792dd4;
}
@@ -1172,7 +1180,7 @@ exports[`UnitInput > renders click 1`] = `
aria-describedby=":rm:"
class="emotion-13 emotion-14"
data-container-full-width="true"
- tabindex="0"
+ tabindex="-1"
>
renders with default props 1`] = `
box-shadow: 0px 0px 0px 3px #8c40ef40;
}
-.emotion-17[data-state='neutral']:not([data-disabled='true']):hover,
-.emotion-17[data-state='neutral']:not([data-disabled='true']):focus {
+.emotion-17[data-state='neutral']:not([data-disabled='true']):hover {
border-color: #792dd4;
outline: none;
}
+.emotion-17[data-state='neutral']:not([data-disabled='true']):focus-visible {
+ outline: 5px auto Highlight;
+ outline: 5px auto -webkit-focus-ring-color;
+}
+
.emotion-17[data-state='neutral'][data-dropdownvisible='true'] {
border-color: #792dd4;
}
@@ -1817,7 +1829,7 @@ exports[`UnitInput > renders with default props 1`] = `
aria-describedby=":r2:"
class="emotion-13 emotion-14"
data-container-full-width="true"
- tabindex="0"
+ tabindex="-1"
>
renders with default value 1`] = `
flex-wrap: nowrap;
}
-.emotion-4 {
- color: #222638;
+.emotion-5 {
+ color: #3f4250;
font-size: 1rem;
font-family: Inter,Asap,sans-serif;
font-weight: 500;
@@ -1948,9 +1960,10 @@ exports[`UnitInput > renders with default value 1`] = `
text-transform: none;
-webkit-text-decoration: none;
text-decoration: none;
+ cursor: pointer;
}
-.emotion-6 {
+.emotion-7 {
font-size: 0.875rem;
font-family: Inter,Asap,sans-serif;
font-weight: 400;
@@ -1961,7 +1974,7 @@ exports[`UnitInput > renders with default value 1`] = `
text-decoration: none;
}
-.emotion-8 {
+.emotion-9 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -1987,41 +2000,41 @@ exports[`UnitInput > renders with default value 1`] = `
background-color: #ffffff;
}
-.emotion-8:not([data-disabled='true']):not([data-readonly='true']):not(
+.emotion-9:not([data-disabled='true']):not([data-readonly='true']):not(
[data-success='true']
):not([data-error='true']):focus,
-.emotion-8:not([data-disabled='true']):not([data-readonly='true']):not(
+.emotion-9:not([data-disabled='true']):not([data-readonly='true']):not(
[data-success='true']
):not([data-error='true']):active {
box-shadow: 0px 0px 0px 3px #8c40ef40;
border-color: #792dd4;
}
-.emotion-8:not([data-disabled='true']):not([data-readonly='true']):not(
+.emotion-9:not([data-disabled='true']):not([data-readonly='true']):not(
[data-success='true']
- ):not([data-error='true']):focus>.emotion-11,
-.emotion-8:not([data-disabled='true']):not([data-readonly='true']):not(
+ ):not([data-error='true']):focus>.emotion-12,
+.emotion-9:not([data-disabled='true']):not([data-readonly='true']):not(
[data-success='true']
- ):not([data-error='true']):active>.emotion-11 {
+ ):not([data-error='true']):active>.emotion-12 {
border-right-color: #8c40ef;
}
-.emotion-8:not([data-disabled='true']):not([data-readonly='true']):not(
+.emotion-9:not([data-disabled='true']):not([data-readonly='true']):not(
[data-success='true']
):not([data-error='true']):focus-within {
border-color: #792dd4;
}
-.emotion-8:not([data-disabled='true']):not([data-readonly='true']):not(
+.emotion-9:not([data-disabled='true']):not([data-readonly='true']):not(
[data-success='true']
- ):not([data-error='true']):focus-within>.emotion-11 {
+ ):not([data-error='true']):focus-within>.emotion-12 {
border-right-color: #8c40ef;
}
-.emotion-8:not([data-disabled='true']):not([data-error='true']):not(
+.emotion-9:not([data-disabled='true']):not([data-error='true']):not(
[data-success='true']
):not([data-readonly='true']):hover,
-.emotion-8:not([data-disabled='true']):not([data-error='true']):not(
+.emotion-9:not([data-disabled='true']):not([data-error='true']):not(
[data-success='true']
):focus {
-webkit-text-decoration: none;
@@ -2029,90 +2042,90 @@ exports[`UnitInput > renders with default value 1`] = `
border-color: #8c40ef;
}
-.emotion-8:not([data-disabled='true']):not([data-error='true']):not(
+.emotion-9:not([data-disabled='true']):not([data-error='true']):not(
[data-success='true']
- ):not([data-readonly='true']):hover>.emotion-11,
-.emotion-8:not([data-disabled='true']):not([data-error='true']):not(
+ ):not([data-readonly='true']):hover>.emotion-12,
+.emotion-9:not([data-disabled='true']):not([data-error='true']):not(
[data-success='true']
- ):focus>.emotion-11 {
+ ):focus>.emotion-12 {
border-right-color: #8c40ef;
}
-.emotion-8[data-readonly='true'] {
+.emotion-9[data-readonly='true'] {
background: #f9f9fa;
border-color: #d9dadd;
cursor: default;
}
-.emotion-8[data-readonly='true']:active {
+.emotion-9[data-readonly='true']:active {
border-color: #d9dadd;
}
-.emotion-8[data-size='small'] {
+.emotion-9[data-size='small'] {
height: 2rem;
}
-.emotion-8[data-size='medium'] {
+.emotion-9[data-size='medium'] {
height: 2.5rem;
}
-.emotion-8[data-size='large'] {
+.emotion-9[data-size='large'] {
height: 3rem;
}
-.emotion-8[data-success='true'] {
+.emotion-9[data-success='true'] {
border: 1px solid #22674e;
}
-.emotion-8[data-success='true']>.emotion-11 {
+.emotion-9[data-success='true']>.emotion-12 {
border-right-color: #22674e;
}
-.emotion-8[data-success='true']:active {
+.emotion-9[data-success='true']:active {
border: 1px solid #22674e;
box-shadow: 0px 0px 0px 3px #45d19f40;
}
-.emotion-8[data-success='true']:active>.emotion-11 {
+.emotion-9[data-success='true']:active>.emotion-12 {
border-right-color: #22674e;
}
-.emotion-8[data-error='true'] {
+.emotion-9[data-error='true'] {
border: 1px solid #b3144d;
}
-.emotion-8[data-error='true']>.emotion-11 {
+.emotion-9[data-error='true']>.emotion-12 {
border-right-color: #b3144d;
}
-.emotion-8[data-error='true']>.emotion-11:hover {
+.emotion-9[data-error='true']>.emotion-12:hover {
border-right-color: #b3144d;
}
-.emotion-8[data-error='true']:active {
+.emotion-9[data-error='true']:active {
border: 1px solid #b3144d;
box-shadow: 0px 0px 0px 3px #f91b6c40;
}
-.emotion-8[data-error='true']:active>.emotion-11 {
+.emotion-9[data-error='true']:active>.emotion-12 {
border-right-color: #b3144d;
}
-.emotion-8[data-error='true']:active>.emotion-11:hover {
+.emotion-9[data-error='true']:active>.emotion-12:hover {
border-right-color: #b3144d;
}
-.emotion-8[data-disabled='true'] {
+.emotion-9[data-disabled='true'] {
background: #f3f3f4;
border-color: #e9eaeb;
cursor: not-allowed;
}
-.emotion-8[data-disabled='true']>.emotion-11 {
+.emotion-9[data-disabled='true']>.emotion-12 {
border-right-color: #e9eaeb;
}
-.emotion-8 {
+.emotion-9 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -2138,41 +2151,41 @@ exports[`UnitInput > renders with default value 1`] = `
background-color: #ffffff;
}
-.emotion-8:not([data-disabled='true']):not([data-readonly='true']):not(
+.emotion-9:not([data-disabled='true']):not([data-readonly='true']):not(
[data-success='true']
):not([data-error='true']):focus,
-.emotion-8:not([data-disabled='true']):not([data-readonly='true']):not(
+.emotion-9:not([data-disabled='true']):not([data-readonly='true']):not(
[data-success='true']
):not([data-error='true']):active {
box-shadow: 0px 0px 0px 3px #8c40ef40;
border-color: #792dd4;
}
-.emotion-8:not([data-disabled='true']):not([data-readonly='true']):not(
+.emotion-9:not([data-disabled='true']):not([data-readonly='true']):not(
[data-success='true']
- ):not([data-error='true']):focus>.emotion-11,
-.emotion-8:not([data-disabled='true']):not([data-readonly='true']):not(
+ ):not([data-error='true']):focus>.emotion-12,
+.emotion-9:not([data-disabled='true']):not([data-readonly='true']):not(
[data-success='true']
- ):not([data-error='true']):active>.emotion-11 {
+ ):not([data-error='true']):active>.emotion-12 {
border-right-color: #8c40ef;
}
-.emotion-8:not([data-disabled='true']):not([data-readonly='true']):not(
+.emotion-9:not([data-disabled='true']):not([data-readonly='true']):not(
[data-success='true']
):not([data-error='true']):focus-within {
border-color: #792dd4;
}
-.emotion-8:not([data-disabled='true']):not([data-readonly='true']):not(
+.emotion-9:not([data-disabled='true']):not([data-readonly='true']):not(
[data-success='true']
- ):not([data-error='true']):focus-within>.emotion-11 {
+ ):not([data-error='true']):focus-within>.emotion-12 {
border-right-color: #8c40ef;
}
-.emotion-8:not([data-disabled='true']):not([data-error='true']):not(
+.emotion-9:not([data-disabled='true']):not([data-error='true']):not(
[data-success='true']
):not([data-readonly='true']):hover,
-.emotion-8:not([data-disabled='true']):not([data-error='true']):not(
+.emotion-9:not([data-disabled='true']):not([data-error='true']):not(
[data-success='true']
):focus {
-webkit-text-decoration: none;
@@ -2180,90 +2193,90 @@ exports[`UnitInput > renders with default value 1`] = `
border-color: #8c40ef;
}
-.emotion-8:not([data-disabled='true']):not([data-error='true']):not(
+.emotion-9:not([data-disabled='true']):not([data-error='true']):not(
[data-success='true']
- ):not([data-readonly='true']):hover>.emotion-11,
-.emotion-8:not([data-disabled='true']):not([data-error='true']):not(
+ ):not([data-readonly='true']):hover>.emotion-12,
+.emotion-9:not([data-disabled='true']):not([data-error='true']):not(
[data-success='true']
- ):focus>.emotion-11 {
+ ):focus>.emotion-12 {
border-right-color: #8c40ef;
}
-.emotion-8[data-readonly='true'] {
+.emotion-9[data-readonly='true'] {
background: #f9f9fa;
border-color: #d9dadd;
cursor: default;
}
-.emotion-8[data-readonly='true']:active {
+.emotion-9[data-readonly='true']:active {
border-color: #d9dadd;
}
-.emotion-8[data-size='small'] {
+.emotion-9[data-size='small'] {
height: 2rem;
}
-.emotion-8[data-size='medium'] {
+.emotion-9[data-size='medium'] {
height: 2.5rem;
}
-.emotion-8[data-size='large'] {
+.emotion-9[data-size='large'] {
height: 3rem;
}
-.emotion-8[data-success='true'] {
+.emotion-9[data-success='true'] {
border: 1px solid #22674e;
}
-.emotion-8[data-success='true']>.emotion-11 {
+.emotion-9[data-success='true']>.emotion-12 {
border-right-color: #22674e;
}
-.emotion-8[data-success='true']:active {
+.emotion-9[data-success='true']:active {
border: 1px solid #22674e;
box-shadow: 0px 0px 0px 3px #45d19f40;
}
-.emotion-8[data-success='true']:active>.emotion-11 {
+.emotion-9[data-success='true']:active>.emotion-12 {
border-right-color: #22674e;
}
-.emotion-8[data-error='true'] {
+.emotion-9[data-error='true'] {
border: 1px solid #b3144d;
}
-.emotion-8[data-error='true']>.emotion-11 {
+.emotion-9[data-error='true']>.emotion-12 {
border-right-color: #b3144d;
}
-.emotion-8[data-error='true']>.emotion-11:hover {
+.emotion-9[data-error='true']>.emotion-12:hover {
border-right-color: #b3144d;
}
-.emotion-8[data-error='true']:active {
+.emotion-9[data-error='true']:active {
border: 1px solid #b3144d;
box-shadow: 0px 0px 0px 3px #f91b6c40;
}
-.emotion-8[data-error='true']:active>.emotion-11 {
+.emotion-9[data-error='true']:active>.emotion-12 {
border-right-color: #b3144d;
}
-.emotion-8[data-error='true']:active>.emotion-11:hover {
+.emotion-9[data-error='true']:active>.emotion-12:hover {
border-right-color: #b3144d;
}
-.emotion-8[data-disabled='true'] {
+.emotion-9[data-disabled='true'] {
background: #f3f3f4;
border-color: #e9eaeb;
cursor: not-allowed;
}
-.emotion-8[data-disabled='true']>.emotion-11 {
+.emotion-9[data-disabled='true']>.emotion-12 {
border-right-color: #e9eaeb;
}
-.emotion-10 {
+.emotion-11 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -2281,7 +2294,7 @@ exports[`UnitInput > renders with default value 1`] = `
height: 100%;
}
-.emotion-10 {
+.emotion-11 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -2299,7 +2312,7 @@ exports[`UnitInput > renders with default value 1`] = `
height: 100%;
}
-.emotion-12 {
+.emotion-13 {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
@@ -2313,51 +2326,51 @@ exports[`UnitInput > renders with default value 1`] = `
font-size: 0.875rem;
}
-.emotion-12[data-size="small"] {
+.emotion-13[data-size="small"] {
padding-left: 0.5rem;
}
-.emotion-12[data-size="large"] {
+.emotion-13[data-size="large"] {
font-size: 1rem;
}
-.emotion-12::-webkit-input-placeholder {
+.emotion-13::-webkit-input-placeholder {
color: #727683;
}
-.emotion-12::-moz-placeholder {
+.emotion-13::-moz-placeholder {
color: #727683;
}
-.emotion-12:-ms-input-placeholder {
+.emotion-13:-ms-input-placeholder {
color: #727683;
}
-.emotion-12::placeholder {
+.emotion-13::placeholder {
color: #727683;
}
-.emotion-12:disabled {
+.emotion-13:disabled {
cursor: not-allowed;
}
-.emotion-12:disabled::-webkit-input-placeholder {
+.emotion-13:disabled::-webkit-input-placeholder {
color: #b5b7bd;
}
-.emotion-12:disabled::-moz-placeholder {
+.emotion-13:disabled::-moz-placeholder {
color: #b5b7bd;
}
-.emotion-12:disabled:-ms-input-placeholder {
+.emotion-13:disabled:-ms-input-placeholder {
color: #b5b7bd;
}
-.emotion-12:disabled::placeholder {
+.emotion-13:disabled::placeholder {
color: #b5b7bd;
}
-.emotion-12 {
+.emotion-13 {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
@@ -2371,51 +2384,51 @@ exports[`UnitInput > renders with default value 1`] = `
font-size: 0.875rem;
}
-.emotion-12[data-size="small"] {
+.emotion-13[data-size="small"] {
padding-left: 0.5rem;
}
-.emotion-12[data-size="large"] {
+.emotion-13[data-size="large"] {
font-size: 1rem;
}
-.emotion-12::-webkit-input-placeholder {
+.emotion-13::-webkit-input-placeholder {
color: #727683;
}
-.emotion-12::-moz-placeholder {
+.emotion-13::-moz-placeholder {
color: #727683;
}
-.emotion-12:-ms-input-placeholder {
+.emotion-13:-ms-input-placeholder {
color: #727683;
}
-.emotion-12::placeholder {
+.emotion-13::placeholder {
color: #727683;
}
-.emotion-12:disabled {
+.emotion-13:disabled {
cursor: not-allowed;
}
-.emotion-12:disabled::-webkit-input-placeholder {
+.emotion-13:disabled::-webkit-input-placeholder {
color: #b5b7bd;
}
-.emotion-12:disabled::-moz-placeholder {
+.emotion-13:disabled::-moz-placeholder {
color: #b5b7bd;
}
-.emotion-12:disabled:-ms-input-placeholder {
+.emotion-13:disabled:-ms-input-placeholder {
color: #b5b7bd;
}
-.emotion-12:disabled::placeholder {
+.emotion-13:disabled::placeholder {
color: #b5b7bd;
}
-.emotion-14 {
+.emotion-15 {
width: 12.6rem;
display: -webkit-box;
display: -webkit-flex;
@@ -2423,7 +2436,7 @@ exports[`UnitInput > renders with default value 1`] = `
display: flex;
}
-.emotion-14 {
+.emotion-15 {
width: 12.6rem;
display: -webkit-box;
display: -webkit-flex;
@@ -2431,51 +2444,51 @@ exports[`UnitInput > renders with default value 1`] = `
display: flex;
}
-.emotion-17 {
+.emotion-18 {
width: 100%;
}
-.emotion-17 #unit {
+.emotion-18 #unit {
border: none;
background: transparent;
}
-.emotion-17 #unit:focus,
-.emotion-17 #unit:active {
+.emotion-18 #unit:focus,
+.emotion-18 #unit:active {
box-shadow: none;
}
-.emotion-17 {
+.emotion-18 {
width: 100%;
}
-.emotion-17 #unit {
+.emotion-18 #unit {
border: none;
background: transparent;
}
-.emotion-17 #unit:focus,
-.emotion-17 #unit:active {
+.emotion-18 #unit:focus,
+.emotion-18 #unit:active {
box-shadow: none;
}
-.emotion-19 {
+.emotion-20 {
display: inherit;
}
-.emotion-19[data-container-full-width="true"] {
+.emotion-20[data-container-full-width="true"] {
width: 100%;
}
-.emotion-19 {
+.emotion-20 {
display: inherit;
}
-.emotion-19[data-container-full-width="true"] {
+.emotion-20[data-container-full-width="true"] {
width: 100%;
}
-.emotion-23 {
+.emotion-24 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -2510,81 +2523,85 @@ exports[`UnitInput > renders with default value 1`] = `
overflow: hidden;
}
-.emotion-23[data-size='small'] {
+.emotion-24[data-size='small'] {
height: 2rem;
padding-left: 0.5rem;
}
-.emotion-23[data-size='medium'] {
+.emotion-24[data-size='medium'] {
height: 2.5rem;
}
-.emotion-23[data-size='large'] {
+.emotion-24[data-size='large'] {
height: 3rem;
}
-.emotion-23[data-state='neutral'] {
+.emotion-24[data-state='neutral'] {
border: 1px solid #d9dadd;
}
-.emotion-23[data-state='neutral']:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-24[data-state='neutral']:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #792dd4;
box-shadow: 0px 0px 0px 3px #8c40ef40;
}
-.emotion-23[data-state='neutral']:not([data-disabled='true']):hover,
-.emotion-23[data-state='neutral']:not([data-disabled='true']):focus {
+.emotion-24[data-state='neutral']:not([data-disabled='true']):hover {
border-color: #792dd4;
outline: none;
}
-.emotion-23[data-state='neutral'][data-dropdownvisible='true'] {
+.emotion-24[data-state='neutral']:not([data-disabled='true']):focus-visible {
+ outline: 5px auto Highlight;
+ outline: 5px auto -webkit-focus-ring-color;
+}
+
+.emotion-24[data-state='neutral'][data-dropdownvisible='true'] {
border-color: #792dd4;
}
-.emotion-23[data-state='success'] {
+.emotion-24[data-state='success'] {
border: 1px solid #22674e;
}
-.emotion-23[data-state='success']:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-24[data-state='success']:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #1b533f;
box-shadow: 0px 0px 0px 3px #45d19f40;
}
-.emotion-23[data-state='success'][data-dropdownvisible='true'] {
+.emotion-24[data-state='success'][data-dropdownvisible='true'] {
border-color: #1b533f;
}
-.emotion-23[data-state='danger'] {
+.emotion-24[data-state='danger'] {
border: 1px solid #b3144d;
}
-.emotion-23[data-state='danger']:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-24[data-state='danger']:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #92103f;
box-shadow: 0px 0px 0px 3px #f91b6c40;
}
-.emotion-23[data-state='danger'][data-dropdownvisible='true'] {
+.emotion-24[data-state='danger'][data-dropdownvisible='true'] {
border-color: #92103f;
}
-.emotion-23:not([data-disabled='true']):not([data-readonly]):hover {
+.emotion-24:not([data-disabled='true']):not([data-readonly]):hover {
border-color: #8c40ef;
}
-.emotion-23[data-readonly='true'] {
+.emotion-24[data-readonly='true'] {
background: #f9f9fa;
border-color: #d9dadd;
cursor: default;
}
-.emotion-23[data-disabled='true'] {
+.emotion-24[data-disabled='true'] {
background: #f3f3f4;
border-color: #e9eaeb;
cursor: not-allowed;
}
-.emotion-23 {
+.emotion-24 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -2619,81 +2636,85 @@ exports[`UnitInput > renders with default value 1`] = `
overflow: hidden;
}
-.emotion-23[data-size='small'] {
+.emotion-24[data-size='small'] {
height: 2rem;
padding-left: 0.5rem;
}
-.emotion-23[data-size='medium'] {
+.emotion-24[data-size='medium'] {
height: 2.5rem;
}
-.emotion-23[data-size='large'] {
+.emotion-24[data-size='large'] {
height: 3rem;
}
-.emotion-23[data-state='neutral'] {
+.emotion-24[data-state='neutral'] {
border: 1px solid #d9dadd;
}
-.emotion-23[data-state='neutral']:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-24[data-state='neutral']:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #792dd4;
box-shadow: 0px 0px 0px 3px #8c40ef40;
}
-.emotion-23[data-state='neutral']:not([data-disabled='true']):hover,
-.emotion-23[data-state='neutral']:not([data-disabled='true']):focus {
+.emotion-24[data-state='neutral']:not([data-disabled='true']):hover {
border-color: #792dd4;
outline: none;
}
-.emotion-23[data-state='neutral'][data-dropdownvisible='true'] {
+.emotion-24[data-state='neutral']:not([data-disabled='true']):focus-visible {
+ outline: 5px auto Highlight;
+ outline: 5px auto -webkit-focus-ring-color;
+}
+
+.emotion-24[data-state='neutral'][data-dropdownvisible='true'] {
border-color: #792dd4;
}
-.emotion-23[data-state='success'] {
+.emotion-24[data-state='success'] {
border: 1px solid #22674e;
}
-.emotion-23[data-state='success']:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-24[data-state='success']:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #1b533f;
box-shadow: 0px 0px 0px 3px #45d19f40;
}
-.emotion-23[data-state='success'][data-dropdownvisible='true'] {
+.emotion-24[data-state='success'][data-dropdownvisible='true'] {
border-color: #1b533f;
}
-.emotion-23[data-state='danger'] {
+.emotion-24[data-state='danger'] {
border: 1px solid #b3144d;
}
-.emotion-23[data-state='danger']:not([data-disabled="true"]):not([data-readonly="true"]):active {
+.emotion-24[data-state='danger']:not([data-disabled="true"]):not([data-readonly="true"]):active {
border-color: #92103f;
box-shadow: 0px 0px 0px 3px #f91b6c40;
}
-.emotion-23[data-state='danger'][data-dropdownvisible='true'] {
+.emotion-24[data-state='danger'][data-dropdownvisible='true'] {
border-color: #92103f;
}
-.emotion-23:not([data-disabled='true']):not([data-readonly]):hover {
+.emotion-24:not([data-disabled='true']):not([data-readonly]):hover {
border-color: #8c40ef;
}
-.emotion-23[data-readonly='true'] {
+.emotion-24[data-readonly='true'] {
background: #f9f9fa;
border-color: #d9dadd;
cursor: default;
}
-.emotion-23[data-disabled='true'] {
+.emotion-24[data-disabled='true'] {
background: #f3f3f4;
border-color: #e9eaeb;
cursor: not-allowed;
}
-.emotion-26 {
+.emotion-27 {
color: #b5b7bd;
font-size: 1rem;
font-family: Inter,Asap,sans-serif;
@@ -2705,9 +2726,10 @@ exports[`UnitInput > renders with default value 1`] = `
text-decoration: none;
text-overflow: ellipsis;
overflow: hidden;
+ white-space: nowrap;
}
-.emotion-28 {
+.emotion-29 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -2735,7 +2757,7 @@ exports[`UnitInput > renders with default value 1`] = `
display: flex;
}
-.emotion-28 {
+.emotion-29 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -2763,7 +2785,7 @@ exports[`UnitInput > renders with default value 1`] = `
display: flex;
}
-.emotion-30 {
+.emotion-31 {
vertical-align: middle;
fill: #b5b7bd;
height: 1rem;
@@ -2772,7 +2794,7 @@ exports[`UnitInput > renders with default value 1`] = `
min-height: 1rem;
}
-.emotion-30 .fillStroke {
+.emotion-31 .fillStroke {
stroke: #b5b7bd;
fill: none;
}
@@ -2787,17 +2809,17 @@ exports[`UnitInput > renders with default value 1`] = `
class="emotion-2 emotion-1"
>
label information
renders with default value 1`] = `
data-success="false"
>
renders with default value 1`] = `
renders with default value 1`] = `
renders with default value 1`] = `
tabindex="0"
>
KB