Skip to content

Commit b1264f3

Browse files
stelselimMxKevinBeqo
authored andcommitted
chore: update snapshots
1 parent 433b61c commit b1264f3

2 files changed

Lines changed: 64 additions & 24 deletions

File tree

packages/pluggableWidgets/range-slider-native/src/__tests__/__snapshots__/RangeSlider.spec.tsx.snap

Lines changed: 32 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ exports[`RangeSlider applies custom styles: with custom styles 1`] = `
1313
disabled={false}
1414
maximumTrackStyle={
1515
{
16-
"backgroundColor": "rgba(98,0,238, 0.3)",
16+
"backgroundColor": "#E7E7E7",
1717
}
1818
}
1919
maximumValue={280}
2020
minimumTrackStyle={
2121
{
22-
"backgroundColor": "rgb(98,0,238)",
22+
"backgroundColor": "rgb(0,122,255)",
2323
}
2424
}
2525
minimumValue={0}
@@ -29,10 +29,20 @@ exports[`RangeSlider applies custom styles: with custom styles 1`] = `
2929
testID="mocked-slider"
3030
thumbStyle={
3131
{
32-
"backgroundColor": "rgb(98,0,238)",
33-
"borderRadius": 12,
34-
"height": 12,
35-
"width": 12,
32+
"backgroundColor": "#FFFFFF",
33+
"borderColor": "#DDDDDD",
34+
"borderRadius": 30,
35+
"borderWidth": 1,
36+
"elevation": 3,
37+
"height": 30,
38+
"shadowColor": "#000000",
39+
"shadowOffset": {
40+
"height": 3,
41+
"width": 0,
42+
},
43+
"shadowOpacity": 0.2,
44+
"shadowRadius": 1,
45+
"width": 30,
3646
}
3747
}
3848
trackStyle={
@@ -60,13 +70,13 @@ exports[`RangeSlider renders 1`] = `
6070
disabled={false}
6171
maximumTrackStyle={
6272
{
63-
"backgroundColor": "rgba(98,0,238, 0.3)",
73+
"backgroundColor": "#E7E7E7",
6474
}
6575
}
6676
maximumValue={280}
6777
minimumTrackStyle={
6878
{
69-
"backgroundColor": "rgb(98,0,238)",
79+
"backgroundColor": "rgb(0,122,255)",
7080
}
7181
}
7282
minimumValue={0}
@@ -76,10 +86,20 @@ exports[`RangeSlider renders 1`] = `
7686
testID="mocked-slider"
7787
thumbStyle={
7888
{
79-
"backgroundColor": "rgb(98,0,238)",
80-
"borderRadius": 12,
81-
"height": 12,
82-
"width": 12,
89+
"backgroundColor": "#FFFFFF",
90+
"borderColor": "#DDDDDD",
91+
"borderRadius": 30,
92+
"borderWidth": 1,
93+
"elevation": 3,
94+
"height": 30,
95+
"shadowColor": "#000000",
96+
"shadowOffset": {
97+
"height": 3,
98+
"width": 0,
99+
},
100+
"shadowOpacity": 0.2,
101+
"shadowRadius": 1,
102+
"width": 30,
83103
}
84104
}
85105
trackStyle={

packages/pluggableWidgets/slider-native/src/__tests__/__snapshots__/Slider.spec.tsx.snap

Lines changed: 32 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ exports[`Slider applies custom styles: with custom styles 1`] = `
1313
disabled={false}
1414
maximumTrackStyle={
1515
{
16-
"backgroundColor": "rgba(98,0,238, 0.3)",
16+
"backgroundColor": "#E7E7E7",
1717
}
1818
}
1919
maximumValue={280}
2020
minimumTrackStyle={
2121
{
22-
"backgroundColor": "rgb(98,0,238)",
22+
"backgroundColor": "rgb(0,122,255)",
2323
}
2424
}
2525
minimumValue={0}
@@ -29,10 +29,20 @@ exports[`Slider applies custom styles: with custom styles 1`] = `
2929
testID="mocked-slider"
3030
thumbStyle={
3131
{
32-
"backgroundColor": "rgb(98,0,238)",
33-
"borderRadius": 12,
34-
"height": 12,
35-
"width": 12,
32+
"backgroundColor": "#FFFFFF",
33+
"borderColor": "#DDDDDD",
34+
"borderRadius": 30,
35+
"borderWidth": 1,
36+
"elevation": 3,
37+
"height": 30,
38+
"shadowColor": "#000000",
39+
"shadowOffset": {
40+
"height": 3,
41+
"width": 0,
42+
},
43+
"shadowOpacity": 0.2,
44+
"shadowRadius": 1,
45+
"width": 30,
3646
}
3747
}
3848
trackStyle={
@@ -55,13 +65,13 @@ exports[`Slider renders 1`] = `
5565
disabled={false}
5666
maximumTrackStyle={
5767
{
58-
"backgroundColor": "rgba(98,0,238, 0.3)",
68+
"backgroundColor": "#E7E7E7",
5969
}
6070
}
6171
maximumValue={280}
6272
minimumTrackStyle={
6373
{
64-
"backgroundColor": "rgb(98,0,238)",
74+
"backgroundColor": "rgb(0,122,255)",
6575
}
6676
}
6777
minimumValue={0}
@@ -71,10 +81,20 @@ exports[`Slider renders 1`] = `
7181
testID="mocked-slider"
7282
thumbStyle={
7383
{
74-
"backgroundColor": "rgb(98,0,238)",
75-
"borderRadius": 12,
76-
"height": 12,
77-
"width": 12,
84+
"backgroundColor": "#FFFFFF",
85+
"borderColor": "#DDDDDD",
86+
"borderRadius": 30,
87+
"borderWidth": 1,
88+
"elevation": 3,
89+
"height": 30,
90+
"shadowColor": "#000000",
91+
"shadowOffset": {
92+
"height": 3,
93+
"width": 0,
94+
},
95+
"shadowOpacity": 0.2,
96+
"shadowRadius": 1,
97+
"width": 30,
7898
}
7999
}
80100
trackStyle={

0 commit comments

Comments
 (0)