Skip to content

Commit 1b4e067

Browse files
committed
fix(Build): Do not include src folder as part of distribution
#363, #361, #359
1 parent f501aba commit 1b4e067

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

tests/__snapshots__/Storyshots.test.js.snap

+14-14
Original file line numberDiff line numberDiff line change
@@ -21578,15 +21578,15 @@ exports[`Storyshots Custom Components NewLaneForm 1`] = `
2157821578

2157921579
.c8 a {
2158021580
color: rgba(255,255,255,0.56);
21581-
padding: .5em 1em;
21581+
padding: 0.5em 1em;
2158221582
margin: 0;
2158321583
-webkit-text-decoration: none;
2158421584
text-decoration: none;
2158521585
}
2158621586

2158721587
.c8 a:hover {
2158821588
background-color: #00bcd4 !important;
21589-
color: #37474F;
21589+
color: #37474f;
2159021590
}
2159121591

2159221592
.c0 {
@@ -22754,15 +22754,15 @@ exports[`Storyshots Custom Components NewLaneSection 1`] = `
2275422754

2275522755
.c8 a {
2275622756
color: rgba(255,255,255,0.56);
22757-
padding: .5em 1em;
22757+
padding: 0.5em 1em;
2275822758
margin: 0;
2275922759
-webkit-text-decoration: none;
2276022760
text-decoration: none;
2276122761
}
2276222762

2276322763
.c8 a:hover {
2276422764
background-color: #00bcd4 !important;
22765-
color: #37474F;
22765+
color: #37474f;
2276622766
}
2276722767

2276822768
.c0 {
@@ -32136,15 +32136,15 @@ exports[`Storyshots Editable Board Add New Lane 1`] = `
3213632136

3213732137
.c8 a {
3213832138
color: rgba(255,255,255,0.56);
32139-
padding: .5em 1em;
32139+
padding: 0.5em 1em;
3214032140
margin: 0;
3214132141
-webkit-text-decoration: none;
3214232142
text-decoration: none;
3214332143
}
3214432144

3214532145
.c8 a:hover {
3214632146
background-color: #00bcd4 !important;
32147-
color: #37474F;
32147+
color: #37474f;
3214832148
}
3214932149

3215032150
.c0 {
@@ -37154,15 +37154,15 @@ exports[`Storyshots Editable Board Inline Edit Lane Title 1`] = `
3715437154

3715537155
.c9 a {
3715637156
color: rgba(255,255,255,0.56);
37157-
padding: .5em 1em;
37157+
padding: 0.5em 1em;
3715837158
margin: 0;
3715937159
-webkit-text-decoration: none;
3716037160
text-decoration: none;
3716137161
}
3716237162

3716337163
.c9 a:hover {
3716437164
background-color: #00bcd4 !important;
37165-
color: #37474F;
37165+
color: #37474f;
3716637166
}
3716737167

3716837168
.c0 {
@@ -38409,15 +38409,15 @@ exports[`Storyshots I18n Custom texts 1`] = `
3840938409

3841038410
.c8 a {
3841138411
color: rgba(255,255,255,0.56);
38412-
padding: .5em 1em;
38412+
padding: 0.5em 1em;
3841338413
margin: 0;
3841438414
-webkit-text-decoration: none;
3841538415
text-decoration: none;
3841638416
}
3841738417

3841838418
.c8 a:hover {
3841938419
background-color: #00bcd4 !important;
38420-
color: #37474F;
38420+
color: #37474f;
3842138421
}
3842238422

3842338423
.c0 {
@@ -39597,15 +39597,15 @@ exports[`Storyshots I18n Flat translation table 1`] = `
3959739597

3959839598
.c8 a {
3959939599
color: rgba(255,255,255,0.56);
39600-
padding: .5em 1em;
39600+
padding: 0.5em 1em;
3960139601
margin: 0;
3960239602
-webkit-text-decoration: none;
3960339603
text-decoration: none;
3960439604
}
3960539605

3960639606
.c8 a:hover {
3960739607
background-color: #00bcd4 !important;
39608-
color: #37474F;
39608+
color: #37474f;
3960939609
}
3961039610

3961139611
.c0 {
@@ -40785,15 +40785,15 @@ exports[`Storyshots I18n Using i18next 1`] = `
4078540785

4078640786
.c8 a {
4078740787
color: rgba(255,255,255,0.56);
40788-
padding: .5em 1em;
40788+
padding: 0.5em 1em;
4078940789
margin: 0;
4079040790
-webkit-text-decoration: none;
4079140791
text-decoration: none;
4079240792
}
4079340793

4079440794
.c8 a:hover {
4079540795
background-color: #00bcd4 !important;
40796-
color: #37474F;
40796+
color: #37474f;
4079740797
}
4079840798

4079940799
.c0 {

0 commit comments

Comments
 (0)