/home/john/
.png
@@ -250,105 +158,13 @@ exports[`Storybook Tests TextField Affix 1`] = `
`;
exports[`Storybook Tests TextField AssistiveText 1`] = `
-.c3 {
- font-size: 14px;
- line-height: 22px;
- font-weight: bold;
- display: flow-root;
- color: var(--charcoal-text1);
-}
-
-.c3::before {
- display: block;
- width: 0;
- height: 0;
- content: '';
- margin-top: -4px;
-}
-
-.c3::after {
- display: block;
- width: 0;
- height: 0;
- content: '';
- margin-bottom: -4px;
-}
-
-.c5 {
- font-size: 14px;
- line-height: 22px;
- display: flow-root;
- color: var(--charcoal-text3);
- -webkit-transition: 0.2s color,0.2s box-shadow;
- transition: 0.2s color,0.2s box-shadow;
-}
-
-.c5::before {
- display: block;
- width: 0;
- height: 0;
- content: '';
- margin-top: -4px;
-}
-
-.c5::after {
- display: block;
- width: 0;
- height: 0;
- content: '';
- margin-bottom: -4px;
-}
-
-.c5:not(:disabled):not([aria-disabled]):hover,
-.c5[aria-disabled='false']:hover {
- color: var(--charcoal-text3-hover);
-}
-
-.c5:not(:disabled):not([aria-disabled]):active,
-.c5[aria-disabled='false']:active {
- color: var(--charcoal-text3-press);
-}
-
-.c5:not(:disabled):not([aria-disabled]):active,
-.c5[aria-disabled='false']:active,
-.c5:not(:disabled):not([aria-disabled]):focus,
-.c5[aria-disabled='false']:focus,
-.c5:not(:disabled):not([aria-disabled]):focus-visible,
-.c5[aria-disabled='false']:focus-visible {
- outline: none;
- box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
-}
-
-.c1 {
- display: -webkit-inline-box;
- display: -webkit-inline-flex;
- display: -ms-inline-flexbox;
- display: inline-flex;
- -webkit-align-items: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
-}
-
-.c1 > .c4 {
- margin-left: auto;
-}
-
.c0 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
-}
-
-.c2 {
- margin-bottom: 8px;
+ display: grid;
+ grid-template-columns: 1fr;
+ grid-gap: 4px;
}
-.c6 {
+.c1 {
display: grid;
grid-template-columns: 1fr;
height: 40px;
@@ -363,17 +179,17 @@ exports[`Storybook Tests TextField AssistiveText 1`] = `
font-size: 14px;
}
-.c6:not(:disabled):not([aria-disabled]):hover,
-.c6 [aria-disabled='false']:hover {
+.c1:not(:disabled):not([aria-disabled]):hover,
+.c1 [aria-disabled='false']:hover {
background-color: var(--charcoal-surface3-hover);
}
-.c6:focus-within {
+.c1:focus-within {
outline: none;
box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
}
-.c7 {
+.c2 {
border: none;
box-sizing: border-box;
outline: none;
@@ -398,27 +214,26 @@ exports[`Storybook Tests TextField AssistiveText 1`] = `
color: var(--charcoal-text2);
}
-.c7::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
color: var(--charcoal-text3);
}
-.c7::-moz-placeholder {
+.c2::-moz-placeholder {
color: var(--charcoal-text3);
}
-.c7:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
color: var(--charcoal-text3);
}
-.c7::placeholder {
+.c2::placeholder {
color: var(--charcoal-text3);
}
-.c8 {
+.c3 {
font-size: 14px;
line-height: 22px;
- margin-top: 4px;
- margin-bottom: -4px;
+ margin: 0;
color: var(--charcoal-text2);
}
@@ -429,7 +244,7 @@ exports[`Storybook Tests TextField AssistiveText 1`] = `
className="c0"
>
説明が入ります
@@ -481,105 +296,13 @@ exports[`Storybook Tests TextField AssistiveText 1`] = `
`;
exports[`Storybook Tests TextField Default 1`] = `
-.c3 {
- font-size: 14px;
- line-height: 22px;
- font-weight: bold;
- display: flow-root;
- color: var(--charcoal-text1);
-}
-
-.c3::before {
- display: block;
- width: 0;
- height: 0;
- content: '';
- margin-top: -4px;
-}
-
-.c3::after {
- display: block;
- width: 0;
- height: 0;
- content: '';
- margin-bottom: -4px;
-}
-
-.c5 {
- font-size: 14px;
- line-height: 22px;
- display: flow-root;
- color: var(--charcoal-text3);
- -webkit-transition: 0.2s color,0.2s box-shadow;
- transition: 0.2s color,0.2s box-shadow;
-}
-
-.c5::before {
- display: block;
- width: 0;
- height: 0;
- content: '';
- margin-top: -4px;
-}
-
-.c5::after {
- display: block;
- width: 0;
- height: 0;
- content: '';
- margin-bottom: -4px;
-}
-
-.c5:not(:disabled):not([aria-disabled]):hover,
-.c5[aria-disabled='false']:hover {
- color: var(--charcoal-text3-hover);
-}
-
-.c5:not(:disabled):not([aria-disabled]):active,
-.c5[aria-disabled='false']:active {
- color: var(--charcoal-text3-press);
-}
-
-.c5:not(:disabled):not([aria-disabled]):active,
-.c5[aria-disabled='false']:active,
-.c5:not(:disabled):not([aria-disabled]):focus,
-.c5[aria-disabled='false']:focus,
-.c5:not(:disabled):not([aria-disabled]):focus-visible,
-.c5[aria-disabled='false']:focus-visible {
- outline: none;
- box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
-}
-
-.c1 {
- display: -webkit-inline-box;
- display: -webkit-inline-flex;
- display: -ms-inline-flexbox;
- display: inline-flex;
- -webkit-align-items: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
-}
-
-.c1 > .c4 {
- margin-left: auto;
-}
-
.c0 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
-}
-
-.c2 {
- margin-bottom: 8px;
+ display: grid;
+ grid-template-columns: 1fr;
+ grid-gap: 4px;
}
-.c6 {
+.c1 {
display: grid;
grid-template-columns: 1fr;
height: 40px;
@@ -594,17 +317,17 @@ exports[`Storybook Tests TextField Default 1`] = `
font-size: 14px;
}
-.c6:not(:disabled):not([aria-disabled]):hover,
-.c6 [aria-disabled='false']:hover {
+.c1:not(:disabled):not([aria-disabled]):hover,
+.c1 [aria-disabled='false']:hover {
background-color: var(--charcoal-surface3-hover);
}
-.c6:focus-within {
+.c1:focus-within {
outline: none;
box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
}
-.c7 {
+.c2 {
border: none;
box-sizing: border-box;
outline: none;
@@ -629,19 +352,19 @@ exports[`Storybook Tests TextField Default 1`] = `
color: var(--charcoal-text2);
}
-.c7::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
color: var(--charcoal-text3);
}
-.c7::-moz-placeholder {
+.c2::-moz-placeholder {
color: var(--charcoal-text3);
}
-.c7:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
color: var(--charcoal-text3);
}
-.c7::placeholder {
+.c2::placeholder {
color: var(--charcoal-text3);
}
@@ -652,7 +375,7 @@ exports[`Storybook Tests TextField Default 1`] = `
className="c0"
>
.c4 {
- margin-left: auto;
-}
-
.c0 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
+ display: grid;
+ grid-template-columns: 1fr;
+ grid-gap: 4px;
opacity: 0.32;
}
-.c2 {
- margin-bottom: 8px;
-}
-
-.c6 {
+.c1 {
display: grid;
grid-template-columns: 1fr;
height: 40px;
@@ -820,17 +451,17 @@ exports[`Storybook Tests TextField Disabled 1`] = `
font-size: 14px;
}
-.c6:not(:disabled):not([aria-disabled]):hover,
-.c6 [aria-disabled='false']:hover {
+.c1:not(:disabled):not([aria-disabled]):hover,
+.c1 [aria-disabled='false']:hover {
background-color: var(--charcoal-surface3-hover);
}
-.c6:focus-within {
+.c1:focus-within {
outline: none;
box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
}
-.c7 {
+.c2 {
border: none;
box-sizing: border-box;
outline: none;
@@ -855,19 +486,19 @@ exports[`Storybook Tests TextField Disabled 1`] = `
color: var(--charcoal-text2);
}
-.c7::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
color: var(--charcoal-text3);
}
-.c7::-moz-placeholder {
+.c2::-moz-placeholder {
color: var(--charcoal-text3);
}
-.c7:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
color: var(--charcoal-text3);
}
-.c7::placeholder {
+.c2::placeholder {
color: var(--charcoal-text3);
}
@@ -878,7 +509,7 @@ exports[`Storybook Tests TextField Disabled 1`] = `
className="c0"
>
.c4 {
- margin-left: auto;
-}
-
.c0 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
-}
-
-.c2 {
- margin-bottom: 8px;
+ display: grid;
+ grid-template-columns: 1fr;
+ grid-gap: 4px;
}
-.c6 {
+.c1 {
display: grid;
grid-template-columns: 1fr;
height: 40px;
@@ -1038,17 +577,17 @@ exports[`Storybook Tests TextField Invalid 1`] = `
box-shadow: 0 0 0 4px rgba(255,43,0,0.32);
}
-.c6:not(:disabled):not([aria-disabled]):hover,
-.c6 [aria-disabled='false']:hover {
+.c1:not(:disabled):not([aria-disabled]):hover,
+.c1 [aria-disabled='false']:hover {
background-color: var(--charcoal-surface3-hover);
}
-.c6:focus-within {
+.c1:focus-within {
outline: none;
box-shadow: 0 0 0 4px rgba(255,43,0,0.32);
}
-.c7 {
+.c2 {
border: none;
box-sizing: border-box;
outline: none;
@@ -1073,27 +612,26 @@ exports[`Storybook Tests TextField Invalid 1`] = `
color: var(--charcoal-text2);
}
-.c7::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
color: var(--charcoal-text3);
}
-.c7::-moz-placeholder {
+.c2::-moz-placeholder {
color: var(--charcoal-text3);
}
-.c7:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
color: var(--charcoal-text3);
}
-.c7::placeholder {
+.c2::placeholder {
color: var(--charcoal-text3);
}
-.c8 {
+.c3 {
font-size: 14px;
line-height: 22px;
- margin-top: 4px;
- margin-bottom: -4px;
+ margin: 0;
color: var(--charcoal-assertive);
}
@@ -1104,7 +642,7 @@ exports[`Storybook Tests TextField Invalid 1`] = `
className="c0"
>
エラーメッセージ
@@ -1157,105 +695,13 @@ exports[`Storybook Tests TextField Invalid 1`] = `
`;
exports[`Storybook Tests TextField Label 1`] = `
-.c3 {
- font-size: 14px;
- line-height: 22px;
- font-weight: bold;
- display: flow-root;
- color: var(--charcoal-text1);
-}
-
-.c3::before {
- display: block;
- width: 0;
- height: 0;
- content: '';
- margin-top: -4px;
-}
-
-.c3::after {
- display: block;
- width: 0;
- height: 0;
- content: '';
- margin-bottom: -4px;
-}
-
-.c5 {
- font-size: 14px;
- line-height: 22px;
- display: flow-root;
- color: var(--charcoal-text3);
- -webkit-transition: 0.2s color,0.2s box-shadow;
- transition: 0.2s color,0.2s box-shadow;
-}
-
-.c5::before {
- display: block;
- width: 0;
- height: 0;
- content: '';
- margin-top: -4px;
-}
-
-.c5::after {
- display: block;
- width: 0;
- height: 0;
- content: '';
- margin-bottom: -4px;
-}
-
-.c5:not(:disabled):not([aria-disabled]):hover,
-.c5[aria-disabled='false']:hover {
- color: var(--charcoal-text3-hover);
-}
-
-.c5:not(:disabled):not([aria-disabled]):active,
-.c5[aria-disabled='false']:active {
- color: var(--charcoal-text3-press);
-}
-
-.c5:not(:disabled):not([aria-disabled]):active,
-.c5[aria-disabled='false']:active,
-.c5:not(:disabled):not([aria-disabled]):focus,
-.c5[aria-disabled='false']:focus,
-.c5:not(:disabled):not([aria-disabled]):focus-visible,
-.c5[aria-disabled='false']:focus-visible {
- outline: none;
- box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
-}
-
-.c1 {
- display: -webkit-inline-box;
- display: -webkit-inline-flex;
- display: -ms-inline-flexbox;
- display: inline-flex;
- -webkit-align-items: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
-}
-
-.c1 > .c4 {
- margin-left: auto;
-}
-
.c0 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
-}
-
-.c2 {
- margin-bottom: 8px;
+ display: grid;
+ grid-template-columns: 1fr;
+ grid-gap: 4px;
}
-.c6 {
+.c1 {
display: grid;
grid-template-columns: 1fr;
height: 40px;
@@ -1270,17 +716,17 @@ exports[`Storybook Tests TextField Label 1`] = `
font-size: 14px;
}
-.c6:not(:disabled):not([aria-disabled]):hover,
-.c6 [aria-disabled='false']:hover {
+.c1:not(:disabled):not([aria-disabled]):hover,
+.c1 [aria-disabled='false']:hover {
background-color: var(--charcoal-surface3-hover);
}
-.c6:focus-within {
+.c1:focus-within {
outline: none;
box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
}
-.c7 {
+.c2 {
border: none;
box-sizing: border-box;
outline: none;
@@ -1305,19 +751,19 @@ exports[`Storybook Tests TextField Label 1`] = `
color: var(--charcoal-text2);
}
-.c7::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
color: var(--charcoal-text3);
}
-.c7::-moz-placeholder {
+.c2::-moz-placeholder {
color: var(--charcoal-text3);
}
-.c7:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
color: var(--charcoal-text3);
}
-.c7::placeholder {
+.c2::placeholder {
color: var(--charcoal-text3);
}
@@ -1328,27 +774,27 @@ exports[`Storybook Tests TextField Label 1`] = `
className="c0"
>
.c4 {
- margin-left: auto;
-}
-
.c0 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
-}
-
-.c2 {
- margin-bottom: 8px;
+ display: grid;
+ grid-template-columns: 1fr;
+ grid-gap: 4px;
}
-.c6 {
+.c1 {
display: grid;
grid-template-columns: 1fr;
height: 40px;
@@ -1472,17 +826,17 @@ exports[`Storybook Tests TextField Number 1`] = `
font-size: 14px;
}
-.c6:not(:disabled):not([aria-disabled]):hover,
-.c6 [aria-disabled='false']:hover {
+.c1:not(:disabled):not([aria-disabled]):hover,
+.c1 [aria-disabled='false']:hover {
background-color: var(--charcoal-surface3-hover);
}
-.c6:focus-within {
+.c1:focus-within {
outline: none;
box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
}
-.c7 {
+.c2 {
border: none;
box-sizing: border-box;
outline: none;
@@ -1507,19 +861,19 @@ exports[`Storybook Tests TextField Number 1`] = `
color: var(--charcoal-text2);
}
-.c7::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
color: var(--charcoal-text3);
}
-.c7::-moz-placeholder {
+.c2::-moz-placeholder {
color: var(--charcoal-text3);
}
-.c7:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
color: var(--charcoal-text3);
}
-.c7::placeholder {
+.c2::placeholder {
color: var(--charcoal-text3);
}
@@ -1530,7 +884,7 @@ exports[`Storybook Tests TextField Number 1`] = `
className="c0"
>
.c4 {
- margin-left: auto;
-}
-
.c0 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
-}
-
-.c2 {
- margin-bottom: 8px;
+ display: grid;
+ grid-template-columns: 1fr;
+ grid-gap: 4px;
}
-.c6 {
+.c1 {
display: grid;
grid-template-columns: 1fr;
height: 40px;
@@ -1690,17 +952,17 @@ exports[`Storybook Tests TextField Placeholder 1`] = `
font-size: 14px;
}
-.c6:not(:disabled):not([aria-disabled]):hover,
-.c6 [aria-disabled='false']:hover {
+.c1:not(:disabled):not([aria-disabled]):hover,
+.c1 [aria-disabled='false']:hover {
background-color: var(--charcoal-surface3-hover);
}
-.c6:focus-within {
+.c1:focus-within {
outline: none;
box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
}
-.c7 {
+.c2 {
border: none;
box-sizing: border-box;
outline: none;
@@ -1725,19 +987,19 @@ exports[`Storybook Tests TextField Placeholder 1`] = `
color: var(--charcoal-text2);
}
-.c7::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
color: var(--charcoal-text3);
}
-.c7::-moz-placeholder {
+.c2::-moz-placeholder {
color: var(--charcoal-text3);
}
-.c7:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
color: var(--charcoal-text3);
}
-.c7::placeholder {
+.c2::placeholder {
color: var(--charcoal-text3);
}
@@ -1748,7 +1010,7 @@ exports[`Storybook Tests TextField Placeholder 1`] = `
className="c0"
>
.c4 {
- margin-left: auto;
-}
-
.c0 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
-}
-
-.c2 {
- margin-bottom: 8px;
+ display: grid;
+ grid-template-columns: 1fr;
+ grid-gap: 4px;
}
-.c6 {
+.c1 {
display: grid;
grid-template-columns: auto 1fr;
height: 40px;
@@ -1907,17 +1077,17 @@ exports[`Storybook Tests TextField Prefix 1`] = `
font-size: 14px;
}
-.c6:not(:disabled):not([aria-disabled]):hover,
-.c6 [aria-disabled='false']:hover {
+.c1:not(:disabled):not([aria-disabled]):hover,
+.c1 [aria-disabled='false']:hover {
background-color: var(--charcoal-surface3-hover);
}
-.c6:focus-within {
+.c1:focus-within {
outline: none;
box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
}
-.c7 {
+.c2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -1928,7 +1098,7 @@ exports[`Storybook Tests TextField Prefix 1`] = `
align-items: center;
}
-.c9 {
+.c4 {
border: none;
box-sizing: border-box;
outline: none;
@@ -1953,23 +1123,23 @@ exports[`Storybook Tests TextField Prefix 1`] = `
color: var(--charcoal-text2);
}
-.c9::-webkit-input-placeholder {
+.c4::-webkit-input-placeholder {
color: var(--charcoal-text3);
}
-.c9::-moz-placeholder {
+.c4::-moz-placeholder {
color: var(--charcoal-text3);
}
-.c9:-ms-input-placeholder {
+.c4:-ms-input-placeholder {
color: var(--charcoal-text3);
}
-.c9::placeholder {
+.c4::placeholder {
color: var(--charcoal-text3);
}
-.c8 {
+.c3 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -1988,7 +1158,7 @@ exports[`Storybook Tests TextField Prefix 1`] = `
className="c0"
>
.c4 {
- margin-left: auto;
-}
-
.c0 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
-}
-
-.c2 {
- margin-bottom: 8px;
+ display: grid;
+ grid-template-columns: 1fr;
+ grid-gap: 4px;
}
-.c6 {
+.c1 {
display: grid;
grid-template-columns: 1fr;
height: 40px;
@@ -2157,17 +1235,17 @@ exports[`Storybook Tests TextField ReadOnly 1`] = `
font-size: 14px;
}
-.c6:not(:disabled):not([aria-disabled]):hover,
-.c6 [aria-disabled='false']:hover {
+.c1:not(:disabled):not([aria-disabled]):hover,
+.c1 [aria-disabled='false']:hover {
background-color: var(--charcoal-surface3-hover);
}
-.c6:focus-within {
+.c1:focus-within {
outline: none;
box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
}
-.c7 {
+.c2 {
border: none;
box-sizing: border-box;
outline: none;
@@ -2192,19 +1270,19 @@ exports[`Storybook Tests TextField ReadOnly 1`] = `
color: var(--charcoal-text2);
}
-.c7::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
color: var(--charcoal-text3);
}
-.c7::-moz-placeholder {
+.c2::-moz-placeholder {
color: var(--charcoal-text3);
}
-.c7:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
color: var(--charcoal-text3);
}
-.c7::placeholder {
+.c2::placeholder {
color: var(--charcoal-text3);
}
@@ -2215,7 +1293,7 @@ exports[`Storybook Tests TextField ReadOnly 1`] = `
className="c0"
>
.c4 {
- margin-left: 4px;
-}
-
-.c1 > .c6 {
- margin-left: auto;
-}
-
.c0 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
-}
-
-.c2 {
- margin-bottom: 8px;
+ display: grid;
+ grid-template-columns: 1fr;
+ grid-gap: 4px;
}
-.c8 {
+.c1 {
display: grid;
grid-template-columns: 1fr;
height: 40px;
@@ -2402,17 +1361,17 @@ exports[`Storybook Tests TextField RequiredText 1`] = `
font-size: 14px;
}
-.c8:not(:disabled):not([aria-disabled]):hover,
-.c8 [aria-disabled='false']:hover {
+.c1:not(:disabled):not([aria-disabled]):hover,
+.c1 [aria-disabled='false']:hover {
background-color: var(--charcoal-surface3-hover);
}
-.c8:focus-within {
+.c1:focus-within {
outline: none;
box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
}
-.c9 {
+.c2 {
border: none;
box-sizing: border-box;
outline: none;
@@ -2437,19 +1396,19 @@ exports[`Storybook Tests TextField RequiredText 1`] = `
color: var(--charcoal-text2);
}
-.c9::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
color: var(--charcoal-text3);
}
-.c9::-moz-placeholder {
+.c2::-moz-placeholder {
color: var(--charcoal-text3);
}
-.c9:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
color: var(--charcoal-text3);
}
-.c9::placeholder {
+.c2::placeholder {
color: var(--charcoal-text3);
}
@@ -2460,32 +1419,32 @@ exports[`Storybook Tests TextField RequiredText 1`] = `
className="c0"
>
-
*必須
-
+
.c4 {
- margin-left: auto;
-}
-
.c0 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
-}
-
-.c2 {
- margin-bottom: 8px;
+ display: grid;
+ grid-template-columns: 1fr;
+ grid-gap: 4px;
}
-.c6 {
+.c1 {
display: grid;
grid-template-columns: 1fr auto;
height: 40px;
@@ -2609,17 +1476,17 @@ exports[`Storybook Tests TextField ShowCount 1`] = `
font-size: 14px;
}
-.c6:not(:disabled):not([aria-disabled]):hover,
-.c6 [aria-disabled='false']:hover {
+.c1:not(:disabled):not([aria-disabled]):hover,
+.c1 [aria-disabled='false']:hover {
background-color: var(--charcoal-surface3-hover);
}
-.c6:focus-within {
+.c1:focus-within {
outline: none;
box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
}
-.c8 {
+.c3 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
@@ -2631,7 +1498,7 @@ exports[`Storybook Tests TextField ShowCount 1`] = `
gap: 8px;
}
-.c7 {
+.c2 {
border: none;
box-sizing: border-box;
outline: none;
@@ -2656,23 +1523,23 @@ exports[`Storybook Tests TextField ShowCount 1`] = `
color: var(--charcoal-text2);
}
-.c7::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
color: var(--charcoal-text3);
}
-.c7::-moz-placeholder {
+.c2::-moz-placeholder {
color: var(--charcoal-text3);
}
-.c7:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
color: var(--charcoal-text3);
}
-.c7::placeholder {
+.c2::placeholder {
color: var(--charcoal-text3);
}
-.c9 {
+.c4 {
line-height: 22px;
font-size: 14px;
color: var(--charcoal-text3);
@@ -2685,7 +1552,7 @@ exports[`Storybook Tests TextField ShowCount 1`] = `
className="c0"
>
0/100
@@ -2740,105 +1607,13 @@ exports[`Storybook Tests TextField ShowCount 1`] = `
`;
exports[`Storybook Tests TextField SubLabel 1`] = `
-.c3 {
- font-size: 14px;
- line-height: 22px;
- font-weight: bold;
- display: flow-root;
- color: var(--charcoal-text1);
-}
-
-.c3::before {
- display: block;
- width: 0;
- height: 0;
- content: '';
- margin-top: -4px;
-}
-
-.c3::after {
- display: block;
- width: 0;
- height: 0;
- content: '';
- margin-bottom: -4px;
-}
-
-.c5 {
- font-size: 14px;
- line-height: 22px;
- display: flow-root;
- color: var(--charcoal-text3);
- -webkit-transition: 0.2s color,0.2s box-shadow;
- transition: 0.2s color,0.2s box-shadow;
-}
-
-.c5::before {
- display: block;
- width: 0;
- height: 0;
- content: '';
- margin-top: -4px;
-}
-
-.c5::after {
- display: block;
- width: 0;
- height: 0;
- content: '';
- margin-bottom: -4px;
-}
-
-.c5:not(:disabled):not([aria-disabled]):hover,
-.c5[aria-disabled='false']:hover {
- color: var(--charcoal-text3-hover);
-}
-
-.c5:not(:disabled):not([aria-disabled]):active,
-.c5[aria-disabled='false']:active {
- color: var(--charcoal-text3-press);
-}
-
-.c5:not(:disabled):not([aria-disabled]):active,
-.c5[aria-disabled='false']:active,
-.c5:not(:disabled):not([aria-disabled]):focus,
-.c5[aria-disabled='false']:focus,
-.c5:not(:disabled):not([aria-disabled]):focus-visible,
-.c5[aria-disabled='false']:focus-visible {
- outline: none;
- box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
-}
-
-.c1 {
- display: -webkit-inline-box;
- display: -webkit-inline-flex;
- display: -ms-inline-flexbox;
- display: inline-flex;
- -webkit-align-items: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
-}
-
-.c1 > .c4 {
- margin-left: auto;
-}
-
.c0 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
-}
-
-.c2 {
- margin-bottom: 8px;
+ display: grid;
+ grid-template-columns: 1fr;
+ grid-gap: 4px;
}
-.c6 {
+.c1 {
display: grid;
grid-template-columns: 1fr;
height: 40px;
@@ -2853,17 +1628,17 @@ exports[`Storybook Tests TextField SubLabel 1`] = `
font-size: 14px;
}
-.c6:not(:disabled):not([aria-disabled]):hover,
-.c6 [aria-disabled='false']:hover {
+.c1:not(:disabled):not([aria-disabled]):hover,
+.c1 [aria-disabled='false']:hover {
background-color: var(--charcoal-surface3-hover);
}
-.c6:focus-within {
+.c1:focus-within {
outline: none;
box-shadow: 0 0 0 4px rgba(0,150,250,0.32);
}
-.c7 {
+.c2 {
border: none;
box-sizing: border-box;
outline: none;
@@ -2888,19 +1663,19 @@ exports[`Storybook Tests TextField SubLabel 1`] = `
color: var(--charcoal-text2);
}
-.c7::-webkit-input-placeholder {
+.c2::-webkit-input-placeholder {
color: var(--charcoal-text3);
}
-.c7::-moz-placeholder {
+.c2::-moz-placeholder {
color: var(--charcoal-text3);
}
-.c7:-ms-input-placeholder {
+.c2:-ms-input-placeholder {
color: var(--charcoal-text3);
}
-.c7::placeholder {
+.c2::placeholder {
color: var(--charcoal-text3);
}
@@ -2911,7 +1686,7 @@ exports[`Storybook Tests TextField SubLabel 1`] = `
className="c0"
>