@folklore/ads 0.0.98 → 0.0.100
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs.js +9 -3
- package/dist/es.js +9 -3
- package/package.json +4 -4
package/dist/cjs.js
CHANGED
|
@@ -678,9 +678,15 @@ const slots = {
|
|
|
678
678
|
],
|
|
679
679
|
sizeMapping: {
|
|
680
680
|
default: [[120, 600], [160, 600], [250, 250], [300, 100], [300, 150], [300, 250], [300, 600], [320, 50], [320, 100], [320, 180], [336, 280]],
|
|
681
|
-
tablet: [[120, 600], [160, 600], [250, 250], [300, 100], [300, 150], [300, 250],
|
|
682
|
-
|
|
683
|
-
|
|
681
|
+
tablet: [[120, 600], [160, 600], [250, 250], [300, 100], [300, 150], [300, 250],
|
|
682
|
+
// [300, 600],
|
|
683
|
+
[320, 50], [320, 100], [320, 180], [336, 280], [634, 634], [640, 350], [640, 360], [728, 90]],
|
|
684
|
+
desktop: [[120, 600], [160, 600],
|
|
685
|
+
// [300, 600],
|
|
686
|
+
[634, 634], [640, 350], [640, 360], [728, 90], [960, 540], [970, 90], [970, 250], [970, 415], [1024, 300]],
|
|
687
|
+
laptop: [[120, 600], [160, 600],
|
|
688
|
+
// [300, 600],
|
|
689
|
+
[634, 634], [640, 350], [640, 360], [728, 90], [960, 540], [970, 90], [970, 250], [970, 415], [1024, 300], [1382, 300], [1382, 600]]
|
|
684
690
|
}
|
|
685
691
|
}
|
|
686
692
|
};
|
package/dist/es.js
CHANGED
|
@@ -676,9 +676,15 @@ const slots = {
|
|
|
676
676
|
],
|
|
677
677
|
sizeMapping: {
|
|
678
678
|
default: [[120, 600], [160, 600], [250, 250], [300, 100], [300, 150], [300, 250], [300, 600], [320, 50], [320, 100], [320, 180], [336, 280]],
|
|
679
|
-
tablet: [[120, 600], [160, 600], [250, 250], [300, 100], [300, 150], [300, 250],
|
|
680
|
-
|
|
681
|
-
|
|
679
|
+
tablet: [[120, 600], [160, 600], [250, 250], [300, 100], [300, 150], [300, 250],
|
|
680
|
+
// [300, 600],
|
|
681
|
+
[320, 50], [320, 100], [320, 180], [336, 280], [634, 634], [640, 350], [640, 360], [728, 90]],
|
|
682
|
+
desktop: [[120, 600], [160, 600],
|
|
683
|
+
// [300, 600],
|
|
684
|
+
[634, 634], [640, 350], [640, 360], [728, 90], [960, 540], [970, 90], [970, 250], [970, 415], [1024, 300]],
|
|
685
|
+
laptop: [[120, 600], [160, 600],
|
|
686
|
+
// [300, 600],
|
|
687
|
+
[634, 634], [640, 350], [640, 360], [728, 90], [960, 540], [970, 90], [970, 250], [970, 415], [1024, 300], [1382, 300], [1382, 600]]
|
|
682
688
|
}
|
|
683
689
|
}
|
|
684
690
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@folklore/ads",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.100",
|
|
4
4
|
"description": "Ads library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript",
|
|
@@ -50,11 +50,11 @@
|
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "5c8b1b42f8910f43372d7676fdbfcef1e85b39c3",
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@folklore/hooks": "^0.0.
|
|
55
|
+
"@folklore/hooks": "^0.0.72",
|
|
56
56
|
"@folklore/tracking": "^0.0.29",
|
|
57
|
-
"@folklore/utils": "^0.1.
|
|
57
|
+
"@folklore/utils": "^0.1.3",
|
|
58
58
|
"classnames": "^2.5.1",
|
|
59
59
|
"debug": "^4.3.4",
|
|
60
60
|
"lodash": "^4.17.21",
|