Skip to content

Commit

Permalink
fix(Touchable): correct invalid css class
Browse files Browse the repository at this point in the history
  • Loading branch information
chambo-e committed Dec 2, 2021
1 parent 206c418 commit bde7c2d
Show file tree
Hide file tree
Showing 7 changed files with 410 additions and 411 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2399,7 +2399,7 @@ exports[`DateInput renders correctly with date-fns locale es 1`] = `
top: 16px;
}
.cache-14yfqya {
.cache-1opqte3 {
border: 0;
transition-property: opacity;
transition-duration: 0.15s;
Expand All @@ -2412,17 +2412,17 @@ exports[`DateInput renders correctly with date-fns locale es 1`] = `
margin: 0;
}
.cache-14yfqya.cache-14yfqya {
.cache-1opqte3.cache-1opqte3 {
margin-right: 8px;
margin-left: 8px;
}
.cache-14yfqya[aria-disabled="true"] {
.cache-1opqte3[aria-disabled='true'] {
opacity: 0.5;
cursor: not-allowed;
}
.cache-14yfqya[aria-disabled="false"] {
.cache-1opqte3[aria-disabled='false'] {
cursor: pointer;
touch-action: manipulation;
}
Expand Down Expand Up @@ -2541,7 +2541,7 @@ exports[`DateInput renders correctly with date-fns locale es 1`] = `
>
<button
aria-disabled="false"
class="e1kgqxfn0 cache-14yfqya e7ah3bn0"
class="e1kgqxfn0 cache-1opqte3 e7ah3bn0"
type="button"
>
<svg
Expand All @@ -2555,7 +2555,7 @@ exports[`DateInput renders correctly with date-fns locale es 1`] = `
</button>
<button
aria-disabled="false"
class="e1kgqxfn0 cache-14yfqya e7ah3bn0"
class="e1kgqxfn0 cache-1opqte3 e7ah3bn0"
type="button"
>
<svg
Expand Down Expand Up @@ -3329,7 +3329,7 @@ exports[`DateInput renders correctly with date-fns locale fr 1`] = `
top: 16px;
}
.cache-14yfqya {
.cache-1opqte3 {
border: 0;
transition-property: opacity;
transition-duration: 0.15s;
Expand All @@ -3342,17 +3342,17 @@ exports[`DateInput renders correctly with date-fns locale fr 1`] = `
margin: 0;
}
.cache-14yfqya.cache-14yfqya {
.cache-1opqte3.cache-1opqte3 {
margin-right: 8px;
margin-left: 8px;
}
.cache-14yfqya[aria-disabled="true"] {
.cache-1opqte3[aria-disabled='true'] {
opacity: 0.5;
cursor: not-allowed;
}
.cache-14yfqya[aria-disabled="false"] {
.cache-1opqte3[aria-disabled='false'] {
cursor: pointer;
touch-action: manipulation;
}
Expand Down Expand Up @@ -3471,7 +3471,7 @@ exports[`DateInput renders correctly with date-fns locale fr 1`] = `
>
<button
aria-disabled="false"
class="e1kgqxfn0 cache-14yfqya e7ah3bn0"
class="e1kgqxfn0 cache-1opqte3 e7ah3bn0"
type="button"
>
<svg
Expand All @@ -3485,7 +3485,7 @@ exports[`DateInput renders correctly with date-fns locale fr 1`] = `
</button>
<button
aria-disabled="false"
class="e1kgqxfn0 cache-14yfqya e7ah3bn0"
class="e1kgqxfn0 cache-1opqte3 e7ah3bn0"
type="button"
>
<svg
Expand Down Expand Up @@ -4259,7 +4259,7 @@ exports[`DateInput renders correctly with date-fns locale ru 1`] = `
top: 16px;
}
.cache-14yfqya {
.cache-1opqte3 {
border: 0;
transition-property: opacity;
transition-duration: 0.15s;
Expand All @@ -4272,17 +4272,17 @@ exports[`DateInput renders correctly with date-fns locale ru 1`] = `
margin: 0;
}
.cache-14yfqya.cache-14yfqya {
.cache-1opqte3.cache-1opqte3 {
margin-right: 8px;
margin-left: 8px;
}
.cache-14yfqya[aria-disabled="true"] {
.cache-1opqte3[aria-disabled='true'] {
opacity: 0.5;
cursor: not-allowed;
}
.cache-14yfqya[aria-disabled="false"] {
.cache-1opqte3[aria-disabled='false'] {
cursor: pointer;
touch-action: manipulation;
}
Expand Down Expand Up @@ -4401,7 +4401,7 @@ exports[`DateInput renders correctly with date-fns locale ru 1`] = `
>
<button
aria-disabled="false"
class="e1kgqxfn0 cache-14yfqya e7ah3bn0"
class="e1kgqxfn0 cache-1opqte3 e7ah3bn0"
type="button"
>
<svg
Expand All @@ -4415,7 +4415,7 @@ exports[`DateInput renders correctly with date-fns locale ru 1`] = `
</button>
<button
aria-disabled="false"
class="e1kgqxfn0 cache-14yfqya e7ah3bn0"
class="e1kgqxfn0 cache-1opqte3 e7ah3bn0"
type="button"
>
<svg
Expand Down
60 changes: 30 additions & 30 deletions src/components/Modal/__tests__/__snapshots__/index.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ exports[`Modal renders with customStyle 1`] = `
left: 16px;
}
.cache-oyjnw6 {
.cache-1syorhq {
border: 0;
transition-property: opacity;
transition-duration: 0.15s;
Expand All @@ -82,19 +82,19 @@ exports[`Modal renders with customStyle 1`] = `
margin: 0;
}
.cache-oyjnw6.cache-oyjnw6 {
.cache-1syorhq.cache-1syorhq {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
margin-bottom: 0;
}
.cache-oyjnw6[aria-disabled="true"] {
.cache-1syorhq[aria-disabled='true'] {
opacity: 0.5;
cursor: not-allowed;
}
.cache-oyjnw6[aria-disabled="false"] {
.cache-1syorhq[aria-disabled='false'] {
cursor: pointer;
touch-action: manipulation;
}
Expand Down Expand Up @@ -132,7 +132,7 @@ exports[`Modal renders with customStyle 1`] = `
>
<button
aria-disabled="false"
class="e1kgqxfn0 cache-oyjnw6 e7ah3bn0"
class="e1kgqxfn0 cache-1syorhq e7ah3bn0"
title="close"
type="button"
>
Expand Down Expand Up @@ -222,7 +222,7 @@ exports[`Modal renders with default Props 1`] = `
left: 16px;
}
.cache-oyjnw6 {
.cache-1syorhq {
border: 0;
transition-property: opacity;
transition-duration: 0.15s;
Expand All @@ -235,19 +235,19 @@ exports[`Modal renders with default Props 1`] = `
margin: 0;
}
.cache-oyjnw6.cache-oyjnw6 {
.cache-1syorhq.cache-1syorhq {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
margin-bottom: 0;
}
.cache-oyjnw6[aria-disabled="true"] {
.cache-1syorhq[aria-disabled='true'] {
opacity: 0.5;
cursor: not-allowed;
}
.cache-oyjnw6[aria-disabled="false"] {
.cache-1syorhq[aria-disabled='false'] {
cursor: pointer;
touch-action: manipulation;
}
Expand Down Expand Up @@ -289,7 +289,7 @@ exports[`Modal renders with default Props 1`] = `
>
<button
aria-disabled="false"
class="e1kgqxfn0 cache-oyjnw6 e7ah3bn0"
class="e1kgqxfn0 cache-1syorhq e7ah3bn0"
title="close"
type="button"
>
Expand Down Expand Up @@ -378,7 +378,7 @@ exports[`Modal renders with disclosure 1`] = `
left: 16px;
}
.cache-oyjnw6 {
.cache-1syorhq {
border: 0;
transition-property: opacity;
transition-duration: 0.15s;
Expand All @@ -391,19 +391,19 @@ exports[`Modal renders with disclosure 1`] = `
margin: 0;
}
.cache-oyjnw6.cache-oyjnw6 {
.cache-1syorhq.cache-1syorhq {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
margin-bottom: 0;
}
.cache-oyjnw6[aria-disabled="true"] {
.cache-1syorhq[aria-disabled='true'] {
opacity: 0.5;
cursor: not-allowed;
}
.cache-oyjnw6[aria-disabled="false"] {
.cache-1syorhq[aria-disabled='false'] {
cursor: pointer;
touch-action: manipulation;
}
Expand Down Expand Up @@ -445,7 +445,7 @@ exports[`Modal renders with disclosure 1`] = `
>
<button
aria-disabled="false"
class="e1kgqxfn0 cache-oyjnw6 e7ah3bn0"
class="e1kgqxfn0 cache-1syorhq e7ah3bn0"
title="close"
type="button"
>
Expand Down Expand Up @@ -534,7 +534,7 @@ exports[`Modal renders with disclosure and onBeforeClose 1`] = `
left: 16px;
}
.cache-oyjnw6 {
.cache-1syorhq {
border: 0;
transition-property: opacity;
transition-duration: 0.15s;
Expand All @@ -547,19 +547,19 @@ exports[`Modal renders with disclosure and onBeforeClose 1`] = `
margin: 0;
}
.cache-oyjnw6.cache-oyjnw6 {
.cache-1syorhq.cache-1syorhq {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
margin-bottom: 0;
}
.cache-oyjnw6[aria-disabled="true"] {
.cache-1syorhq[aria-disabled='true'] {
opacity: 0.5;
cursor: not-allowed;
}
.cache-oyjnw6[aria-disabled="false"] {
.cache-1syorhq[aria-disabled='false'] {
cursor: pointer;
touch-action: manipulation;
}
Expand Down Expand Up @@ -599,7 +599,7 @@ exports[`Modal renders with disclosure and onBeforeClose 1`] = `
>
<button
aria-disabled="false"
class="e1kgqxfn0 cache-oyjnw6 e7ah3bn0"
class="e1kgqxfn0 cache-1syorhq e7ah3bn0"
title="close"
type="button"
>
Expand Down Expand Up @@ -689,7 +689,7 @@ exports[`Modal renders with opened={true} 1`] = `
left: 16px;
}
.cache-oyjnw6 {
.cache-1syorhq {
border: 0;
transition-property: opacity;
transition-duration: 0.15s;
Expand All @@ -702,19 +702,19 @@ exports[`Modal renders with opened={true} 1`] = `
margin: 0;
}
.cache-oyjnw6.cache-oyjnw6 {
.cache-1syorhq.cache-1syorhq {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
margin-bottom: 0;
}
.cache-oyjnw6[aria-disabled="true"] {
.cache-1syorhq[aria-disabled='true'] {
opacity: 0.5;
cursor: not-allowed;
}
.cache-oyjnw6[aria-disabled="false"] {
.cache-1syorhq[aria-disabled='false'] {
cursor: pointer;
touch-action: manipulation;
}
Expand Down Expand Up @@ -752,7 +752,7 @@ exports[`Modal renders with opened={true} 1`] = `
>
<button
aria-disabled="false"
class="e1kgqxfn0 cache-oyjnw6 e7ah3bn0"
class="e1kgqxfn0 cache-1syorhq e7ah3bn0"
title="close"
type="button"
>
Expand Down Expand Up @@ -842,7 +842,7 @@ exports[`Modal renders with portal node (modal=false) 1`] = `
left: 16px;
}
.cache-oyjnw6 {
.cache-1syorhq {
border: 0;
transition-property: opacity;
transition-duration: 0.15s;
Expand All @@ -855,19 +855,19 @@ exports[`Modal renders with portal node (modal=false) 1`] = `
margin: 0;
}
.cache-oyjnw6.cache-oyjnw6 {
.cache-1syorhq.cache-1syorhq {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
margin-bottom: 0;
}
.cache-oyjnw6[aria-disabled="true"] {
.cache-1syorhq[aria-disabled='true'] {
opacity: 0.5;
cursor: not-allowed;
}
.cache-oyjnw6[aria-disabled="false"] {
.cache-1syorhq[aria-disabled='false'] {
cursor: pointer;
touch-action: manipulation;
}
Expand Down Expand Up @@ -905,7 +905,7 @@ exports[`Modal renders with portal node (modal=false) 1`] = `
>
<button
aria-disabled="false"
class="e1kgqxfn0 cache-oyjnw6 e7ah3bn0"
class="e1kgqxfn0 cache-1syorhq e7ah3bn0"
title="close"
type="button"
>
Expand Down
Loading

0 comments on commit bde7c2d

Please sign in to comment.