Skip to content

Commit

Permalink
tests: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
erautenberg committed Nov 14, 2023
1 parent 6ec0b2d commit e4c8ba4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exports[`Checkbox renders 1`] = `
"enabled": false,
"flex": false,
"flexItem": false,
"h": 14,
"h": 20,
"hasFinalFocus": false,
"hasFocus": false,
"isComponent": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exports[`CheckboxSmall renders 1`] = `
"enabled": false,
"flex": false,
"flexItem": false,
"h": 12,
"h": 10,
"hasFinalFocus": false,
"hasFocus": false,
"isComponent": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exports[`Toggle #toggle renders checked state 1`] = `
"attached": true,
"boundsMargin": null,
"clipping": false,
"color": "ff181819",
"color": "fff8f7fa",
"enabled": true,
"flex": false,
"flexItem": false,
Expand Down Expand Up @@ -43,8 +43,8 @@ exports[`Toggle #toggle renders checked state 1`] = `
},
"visible": true,
"w": 0,
"x": 4,
"y": 5,
"x": 6,
"y": 6,
"zIndex": 2,
},
"Stroke": {
Expand All @@ -57,7 +57,7 @@ exports[`Toggle #toggle renders checked state 1`] = `
"enabled": true,
"flex": false,
"flexItem": false,
"h": 40,
"h": 42,
"isComponent": undefined,
"mount": 0,
"mountX": 0,
Expand Down Expand Up @@ -87,11 +87,11 @@ exports[`Toggle #toggle renders checked state 1`] = `
},
},
"clipping": false,
"color": "80f8f7fa",
"color": "1a181819",
"enabled": true,
"flex": false,
"flexItem": false,
"h": 40,
"h": 42,
"isComponent": undefined,
"mount": 0,
"mountX": 0,
Expand Down Expand Up @@ -138,7 +138,7 @@ exports[`Toggle renders 1`] = `
"attached": true,
"boundsMargin": null,
"clipping": false,
"color": "ff181819",
"color": "fff8f7fa",
"enabled": true,
"flex": false,
"flexItem": false,
Expand Down Expand Up @@ -166,8 +166,8 @@ exports[`Toggle renders 1`] = `
},
"visible": true,
"w": 0,
"x": 4,
"y": 5,
"x": 6,
"y": 6,
"zIndex": 2,
},
"Stroke": {
Expand All @@ -180,7 +180,7 @@ exports[`Toggle renders 1`] = `
"enabled": true,
"flex": false,
"flexItem": false,
"h": 40,
"h": 42,
"isComponent": undefined,
"mount": 0,
"mountX": 0,
Expand Down Expand Up @@ -210,11 +210,11 @@ exports[`Toggle renders 1`] = `
},
},
"clipping": false,
"color": "80f8f7fa",
"color": "1a181819",
"enabled": true,
"flex": false,
"flexItem": false,
"h": 40,
"h": 42,
"isComponent": undefined,
"mount": 0,
"mountX": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exports[`ToggleSmall should render 1`] = `
"attached": true,
"boundsMargin": null,
"clipping": false,
"color": "ff181819",
"color": "fff8f7fa",
"enabled": true,
"flex": false,
"flexItem": false,
Expand Down Expand Up @@ -44,7 +44,7 @@ exports[`ToggleSmall should render 1`] = `
"visible": true,
"w": 0,
"x": 4,
"y": 5,
"y": 4,
"zIndex": 2,
},
"Stroke": {
Expand All @@ -57,7 +57,7 @@ exports[`ToggleSmall should render 1`] = `
"enabled": true,
"flex": false,
"flexItem": false,
"h": 30,
"h": 28,
"isComponent": undefined,
"mount": 0,
"mountX": 0,
Expand All @@ -80,18 +80,18 @@ exports[`ToggleSmall should render 1`] = `
"type": "StaticCanvasTexture",
},
"visible": true,
"w": 60,
"w": 52,
"x": 0,
"y": 0,
"zIndex": 0,
},
},
"clipping": false,
"color": "80f8f7fa",
"color": "1a181819",
"enabled": true,
"flex": false,
"flexItem": false,
"h": 30,
"h": 28,
"isComponent": undefined,
"mount": 0,
"mountX": 0,
Expand All @@ -114,7 +114,7 @@ exports[`ToggleSmall should render 1`] = `
"type": "StaticCanvasTexture",
},
"visible": true,
"w": 60,
"w": 52,
"x": 0,
"y": 0,
"zIndex": 0,
Expand Down

0 comments on commit e4c8ba4

Please sign in to comment.