Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Jun 23, 2021
1 parent 30a77ec commit 7bca4d4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports[`ColorPaletteControl matches the snapshot 1`] = `
}
.emotion-0 {
margin-bottom: 8px;
margin-bottom: calc(4px * 2);
}
.components-panel__row .emotion-0 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ Snapshot Diff:
</div>
@@ -119,22 +119,22 @@
<div
className="components-base-control__field css-11vcxb9-StyledField e1puf3u1"
className="components-base-control__field css-igk9ll-StyledField e1puf3u1"
>
<label
className="components-base-control__label css-pezhm9-StyledLabel e1puf3u2"
className="components-base-control__label css-13ck15n-StyledLabel e1puf3u2"
- htmlFor="inspector-text-control-4"
+ htmlFor="inspector-text-control-3"
>
Expand Down Expand Up @@ -218,10 +218,10 @@ Snapshot Diff:
</div>
@@ -119,22 +119,22 @@
<div
className="components-base-control__field css-11vcxb9-StyledField e1puf3u1"
className="components-base-control__field css-igk9ll-StyledField e1puf3u1"
>
<label
className="components-base-control__label css-pezhm9-StyledLabel e1puf3u2"
className="components-base-control__label css-13ck15n-StyledLabel e1puf3u2"
- htmlFor="inspector-text-control-8"
+ htmlFor="inspector-text-control-7"
>
Expand Down Expand Up @@ -340,10 +340,10 @@ Snapshot Diff:
</div>
@@ -119,22 +119,22 @@
<div
className="components-base-control__field css-11vcxb9-StyledField e1puf3u1"
className="components-base-control__field css-igk9ll-StyledField e1puf3u1"
>
<label
className="components-base-control__label css-pezhm9-StyledLabel e1puf3u2"
className="components-base-control__label css-13ck15n-StyledLabel e1puf3u2"
- htmlFor="inspector-text-control-10"
+ htmlFor="inspector-text-control-9"
>
Expand Down Expand Up @@ -462,10 +462,10 @@ Snapshot Diff:
</div>
@@ -119,22 +119,22 @@
<div
className="components-base-control__field css-11vcxb9-StyledField e1puf3u1"
className="components-base-control__field css-igk9ll-StyledField e1puf3u1"
>
<label
className="components-base-control__label css-pezhm9-StyledLabel e1puf3u2"
className="components-base-control__label css-13ck15n-StyledLabel e1puf3u2"
- htmlFor="inspector-text-control-6"
+ htmlFor="inspector-text-control-5"
>
Expand Down Expand Up @@ -547,10 +547,10 @@ Snapshot Diff:
</div>
@@ -119,22 +119,22 @@
<div
className="components-base-control__field css-11vcxb9-StyledField e1puf3u1"
className="components-base-control__field css-igk9ll-StyledField e1puf3u1"
>
<label
className="components-base-control__label css-pezhm9-StyledLabel e1puf3u2"
className="components-base-control__label css-13ck15n-StyledLabel e1puf3u2"
- htmlFor="inspector-text-control-2"
+ htmlFor="inspector-text-control-1"
>
Expand Down Expand Up @@ -580,7 +580,7 @@ exports[`ColorPicker should render color picker 1`] = `
}
.emotion-2 {
margin-bottom: 8px;
margin-bottom: calc(4px * 2);
}
.components-panel__row .emotion-2 {
Expand All @@ -589,7 +589,7 @@ exports[`ColorPicker should render color picker 1`] = `
.emotion-0 {
display: inline-block;
margin-bottom: 8px;
margin-bottom: calc(4px * 2);
}
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports[`EnableCustomFieldsOption renders a checked checkbox and a confirmation
}
.emotion-0 {
margin-bottom: 8px;
margin-bottom: calc(4px * 2);
}
.components-panel__row .emotion-0 {
Expand Down Expand Up @@ -70,7 +70,7 @@ exports[`EnableCustomFieldsOption renders a checked checkbox when custom fields
}
.emotion-0 {
margin-bottom: 8px;
margin-bottom: calc(4px * 2);
}
.components-panel__row .emotion-0 {
Expand Down Expand Up @@ -119,7 +119,7 @@ exports[`EnableCustomFieldsOption renders an unchecked checkbox and a confirmati
}
.emotion-0 {
margin-bottom: 8px;
margin-bottom: calc(4px * 2);
}
.components-panel__row .emotion-0 {
Expand Down Expand Up @@ -182,7 +182,7 @@ exports[`EnableCustomFieldsOption renders an unchecked checkbox when custom fiel
}
.emotion-0 {
margin-bottom: 8px;
margin-bottom: calc(4px * 2);
}
.components-panel__row .emotion-0 {
Expand Down

0 comments on commit 7bca4d4

Please sign in to comment.