@syncfusion/ej2-pdfviewer 17.3.54-4568 → 17.3.56-4568
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/ej2-pdfviewer.umd.min.js +1 -1
- package/dist/ej2-pdfviewer.umd.min.js.map +1 -1
- package/dist/es6/ej2-pdfviewer.es2015.js +15 -12
- package/dist/es6/ej2-pdfviewer.es2015.js.map +1 -1
- package/dist/es6/ej2-pdfviewer.es5.js +15 -12
- package/dist/es6/ej2-pdfviewer.es5.js.map +1 -1
- package/package.json +74 -74
- package/src/pdfviewer/base/pdfviewer-base.js +44 -39
- package/src/pdfviewer/magnification/magnification.js +1 -1
- package/styles/_all.scss +1 -0
- package/styles/bootstrap-dark.css +3404 -0
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +3411 -0
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +3744 -0
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +3714 -0
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +3714 -0
- package/styles/bootstrap5.scss +1 -0
- package/styles/fabric-dark.css +3412 -0
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +3425 -0
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +3683 -0
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +3683 -0
- package/styles/fluent.scss +1 -0
- package/styles/highcontrast-light.css +3402 -0
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +3423 -0
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +3405 -0
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +3412 -0
- package/styles/material.scss +1 -0
- package/styles/material3-dark.css +3591 -0
- package/styles/material3-dark.scss +3 -0
- package/styles/material3.css +3647 -0
- package/styles/material3.scss +3 -0
- package/styles/pdfviewer/_all.scss +1 -1
- package/styles/pdfviewer/_bds-definition.scss +543 -0
- package/styles/pdfviewer/_bootstrap-dark-definition.scss +83 -6
- package/styles/pdfviewer/_bootstrap-definition.scss +83 -6
- package/styles/pdfviewer/_bootstrap4-definition.scss +93 -15
- package/styles/pdfviewer/_bootstrap5-dark-definition.scss +1 -0
- package/styles/pdfviewer/_bootstrap5-definition.scss +534 -0
- package/styles/pdfviewer/_fabric-dark-definition.scss +82 -7
- package/styles/pdfviewer/_fabric-definition.scss +83 -6
- package/styles/pdfviewer/_fluent-dark-definition.scss +1 -0
- package/styles/pdfviewer/_fluent-definition.scss +541 -0
- package/styles/pdfviewer/_fusionnew-definition.scss +534 -0
- package/styles/pdfviewer/_highcontrast-definition.scss +84 -4
- package/styles/pdfviewer/_highcontrast-light-definition.scss +80 -3
- package/styles/pdfviewer/_layout.scss +3 -2
- package/styles/pdfviewer/_material-dark-definition.scss +82 -3
- package/styles/pdfviewer/_material-definition.scss +81 -3
- package/styles/pdfviewer/_material3-dark-definition.scss +1 -0
- package/styles/pdfviewer/_material3-definition.scss +542 -0
- package/styles/pdfviewer/_tailwind-dark-definition.scss +1 -0
- package/styles/pdfviewer/_tailwind-definition.scss +543 -0
- package/styles/pdfviewer/_theme.scss +2776 -165
- package/styles/pdfviewer/bootstrap-dark.css +3404 -0
- package/styles/pdfviewer/bootstrap-dark.scss +4 -0
- package/styles/pdfviewer/bootstrap.css +3411 -0
- package/styles/pdfviewer/bootstrap.scss +4 -0
- package/styles/pdfviewer/bootstrap4.css +3744 -0
- package/styles/pdfviewer/bootstrap4.scss +4 -0
- package/styles/pdfviewer/bootstrap5-dark.css +3714 -0
- package/styles/pdfviewer/bootstrap5-dark.scss +4 -0
- package/styles/pdfviewer/bootstrap5.css +3714 -0
- package/styles/pdfviewer/bootstrap5.scss +4 -0
- package/styles/pdfviewer/fabric-dark.css +3412 -0
- package/styles/pdfviewer/fabric-dark.scss +4 -0
- package/styles/pdfviewer/fabric.css +3425 -0
- package/styles/pdfviewer/fabric.scss +4 -0
- package/styles/pdfviewer/fluent-dark.css +3683 -0
- package/styles/pdfviewer/fluent-dark.scss +4 -0
- package/styles/pdfviewer/fluent.css +3683 -0
- package/styles/pdfviewer/fluent.scss +4 -0
- package/styles/pdfviewer/highcontrast-light.css +3402 -0
- package/styles/pdfviewer/highcontrast-light.scss +4 -0
- package/styles/pdfviewer/highcontrast.css +3423 -0
- package/styles/pdfviewer/highcontrast.scss +4 -0
- package/styles/pdfviewer/icons/_bootstrap-dark.scss +60 -1
- package/styles/pdfviewer/icons/_bootstrap.scss +60 -1
- package/styles/pdfviewer/icons/_bootstrap4.scss +58 -0
- package/styles/pdfviewer/icons/_bootstrap5-dark.scss +1 -0
- package/styles/pdfviewer/icons/_bootstrap5.scss +489 -0
- package/styles/pdfviewer/icons/_fabric-dark.scss +59 -1
- package/styles/pdfviewer/icons/_fabric.scss +59 -0
- package/styles/pdfviewer/icons/_fluent-dark.scss +1 -0
- package/styles/pdfviewer/icons/_fluent.scss +488 -0
- package/styles/pdfviewer/icons/_fusionnew.scss +489 -0
- package/styles/pdfviewer/icons/_highcontrast-light.scss +59 -1
- package/styles/pdfviewer/icons/_highcontrast.scss +59 -0
- package/styles/pdfviewer/icons/_material-dark.scss +63 -0
- package/styles/pdfviewer/icons/_material.scss +60 -0
- package/styles/pdfviewer/icons/_material3-dark.scss +1 -0
- package/styles/pdfviewer/icons/_material3.scss +490 -0
- package/styles/pdfviewer/icons/_tailwind-dark.scss +489 -0
- package/styles/pdfviewer/icons/_tailwind.scss +489 -0
- package/styles/pdfviewer/material-dark.css +3405 -0
- package/styles/pdfviewer/material-dark.scss +4 -0
- package/styles/pdfviewer/material.css +3412 -0
- package/styles/pdfviewer/material.scss +4 -0
- package/styles/pdfviewer/material3-dark.css +3591 -0
- package/styles/pdfviewer/material3-dark.scss +5 -0
- package/styles/pdfviewer/material3.css +3647 -0
- package/styles/pdfviewer/material3.scss +5 -0
- package/styles/pdfviewer/tailwind-dark.css +3449 -0
- package/styles/pdfviewer/tailwind-dark.scss +4 -0
- package/styles/pdfviewer/tailwind.css +3450 -0
- package/styles/pdfviewer/tailwind.scss +4 -0
- package/styles/tailwind-dark.css +3449 -0
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +3450 -0
- package/styles/tailwind.scss +1 -0
package/package.json
CHANGED
|
@@ -1,74 +1,74 @@
|
|
|
1
|
-
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"_from": "@syncfusion/ej2-pdfviewer@17.3.53-4568",
|
|
3
|
+
"_id": "@syncfusion/ej2-pdfviewer@17.3.53-4568",
|
|
4
|
+
"_inBundle": false,
|
|
5
|
+
"_integrity": "sha512-fCJCVBb9QDAOoV3CA8EOwuDr5t2ci+7bUGnDEv8NpUU01Rn8a2EKoAmxpQytHrQ7s78WSPosvaifyo8cx2gnnA==",
|
|
6
|
+
"_location": "/@syncfusion/ej2-pdfviewer",
|
|
7
|
+
"_phantomChildren": {},
|
|
8
|
+
"_requested": {
|
|
9
|
+
"type": "version",
|
|
10
|
+
"registry": true,
|
|
11
|
+
"raw": "@syncfusion/ej2-pdfviewer@17.3.53-4568",
|
|
12
|
+
"name": "@syncfusion/ej2-pdfviewer",
|
|
13
|
+
"escapedName": "@syncfusion%2fej2-pdfviewer",
|
|
14
|
+
"scope": "@syncfusion",
|
|
15
|
+
"rawSpec": "17.3.53-4568",
|
|
16
|
+
"saveSpec": null,
|
|
17
|
+
"fetchSpec": "17.3.53-4568"
|
|
18
|
+
},
|
|
19
|
+
"_requiredBy": [
|
|
20
|
+
"/@syncfusion/ej2-vue-pdfviewer"
|
|
21
|
+
],
|
|
22
|
+
"_resolved": "https://registry.npmjs.org/@syncfusion/ej2-pdfviewer/-/ej2-pdfviewer-17.3.53-4568.tgz",
|
|
23
|
+
"_shasum": "0a6868f99473748b038b6d01da59e3b2be529328",
|
|
24
|
+
"_spec": "@syncfusion/ej2-pdfviewer@17.3.53-4568",
|
|
25
|
+
"_where": "D:\\PDF\\Tasks\\Bold Sign\\Scroll Issue on iPad\\Package Creation\\node_modules\\@syncfusion\\ej2-vue-pdfviewer",
|
|
26
|
+
"author": {
|
|
27
|
+
"name": "Syncfusion Inc."
|
|
28
|
+
},
|
|
29
|
+
"bugs": {
|
|
30
|
+
"url": "https://github.com/syncfusion/ej2-pdfviewer/issues"
|
|
31
|
+
},
|
|
32
|
+
"bundleDependencies": false,
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"@syncfusion/ej2-base": "~17.3.27",
|
|
35
|
+
"@syncfusion/ej2-buttons": "~17.3.27",
|
|
36
|
+
"@syncfusion/ej2-calendars": "~17.3.28",
|
|
37
|
+
"@syncfusion/ej2-data": "~17.3.30",
|
|
38
|
+
"@syncfusion/ej2-drawings": "~17.3.27",
|
|
39
|
+
"@syncfusion/ej2-dropdowns": "~17.3.34",
|
|
40
|
+
"@syncfusion/ej2-inplace-editor": "~17.3.29",
|
|
41
|
+
"@syncfusion/ej2-inputs": "~17.3.29",
|
|
42
|
+
"@syncfusion/ej2-lists": "~17.3.27",
|
|
43
|
+
"@syncfusion/ej2-navigations": "~17.3.34",
|
|
44
|
+
"@syncfusion/ej2-notifications": "~17.3.30",
|
|
45
|
+
"@syncfusion/ej2-popups": "~17.3.34",
|
|
46
|
+
"@syncfusion/ej2-richtexteditor": "~17.3.29"
|
|
47
|
+
},
|
|
48
|
+
"deprecated": false,
|
|
49
|
+
"description": "Essential JS 2 PDF viewer Component",
|
|
50
|
+
"devDependencies": {},
|
|
51
|
+
"es2015": "./dist/es6/ej2-pdfviewer.es2015.js",
|
|
52
|
+
"homepage": "https://github.com/syncfusion/ej2-pdfviewer#readme",
|
|
53
|
+
"keywords": [
|
|
54
|
+
"ej2",
|
|
55
|
+
"syncfusion",
|
|
56
|
+
"ej2-pdfviewer",
|
|
57
|
+
"web-components",
|
|
58
|
+
"JavaScript",
|
|
59
|
+
"TypeScript",
|
|
60
|
+
"viewer",
|
|
61
|
+
"annotation"
|
|
62
|
+
],
|
|
63
|
+
"license": "SEE LICENSE IN license",
|
|
64
|
+
"main": "./dist/ej2-pdfviewer.umd.min.js",
|
|
65
|
+
"module": "./index.js",
|
|
66
|
+
"name": "@syncfusion/ej2-pdfviewer",
|
|
67
|
+
"repository": {
|
|
68
|
+
"type": "git",
|
|
69
|
+
"url": "git+https://github.com/syncfusion/ej2-pdfviewer.git"
|
|
70
|
+
},
|
|
71
|
+
"sideEffects": false,
|
|
72
|
+
"typings": "index.d.ts",
|
|
73
|
+
"version": "17.3.56-4568"
|
|
74
|
+
}
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
2
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
3
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
4
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
5
|
-
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
|
|
6
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
7
|
-
});
|
|
8
|
-
};
|
|
9
|
-
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
10
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
11
|
-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
12
|
-
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
13
|
-
function step(op) {
|
|
14
|
-
if (f) throw new TypeError("Generator is already executing.");
|
|
15
|
-
while (_) try {
|
|
16
|
-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
17
|
-
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
18
|
-
switch (op[0]) {
|
|
19
|
-
case 0: case 1: t = op; break;
|
|
20
|
-
case 4: _.label++; return { value: op[1], done: false };
|
|
21
|
-
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
22
|
-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
23
|
-
default:
|
|
24
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
25
|
-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
26
|
-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
27
|
-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
28
|
-
if (t[2]) _.ops.pop();
|
|
29
|
-
_.trys.pop(); continue;
|
|
30
|
-
}
|
|
31
|
-
op = body.call(thisArg, _);
|
|
32
|
-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
33
|
-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
34
|
-
}
|
|
35
|
-
};
|
|
1
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
2
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
3
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
4
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
5
|
+
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
|
|
6
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
7
|
+
});
|
|
8
|
+
};
|
|
9
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
10
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
11
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
12
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
13
|
+
function step(op) {
|
|
14
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
15
|
+
while (_) try {
|
|
16
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
17
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
18
|
+
switch (op[0]) {
|
|
19
|
+
case 0: case 1: t = op; break;
|
|
20
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
21
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
22
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
23
|
+
default:
|
|
24
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
25
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
26
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
27
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
28
|
+
if (t[2]) _.ops.pop();
|
|
29
|
+
_.trys.pop(); continue;
|
|
30
|
+
}
|
|
31
|
+
op = body.call(thisArg, _);
|
|
32
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
33
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
36
|
import { createElement, Browser, isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
37
37
|
import { Dialog, createSpinner, showSpinner, hideSpinner } from '@syncfusion/ej2-popups';
|
|
38
38
|
import { TextLayer, ContextMenu, Signature, TaggedPDF } from '../index';
|
|
@@ -580,7 +580,8 @@ var PdfViewerBase = /** @class */ (function () {
|
|
|
580
580
|
clearTimeout(_this.scrollHoldTimer);
|
|
581
581
|
_this.scrollHoldTimer = null;
|
|
582
582
|
}
|
|
583
|
-
|
|
583
|
+
// eslint-disable-next-line max-len
|
|
584
|
+
if ((_this.scrollPosition === 0 && _this.viewerContainer.scrollTop === 0) || ((_this.scrollPosition * _this.getZoomFactor()) !== _this.viewerContainer.scrollTop)) {
|
|
584
585
|
_this.pageViewScrollChanged(_this.currentPageNumber);
|
|
585
586
|
}
|
|
586
587
|
}
|
|
@@ -5156,8 +5157,12 @@ var PdfViewerBase = /** @class */ (function () {
|
|
|
5156
5157
|
var offsetY;
|
|
5157
5158
|
if (e.type.indexOf('touch') !== -1) {
|
|
5158
5159
|
touchArg = e;
|
|
5159
|
-
if (this.pdfViewer.annotation) {
|
|
5160
|
-
var
|
|
5160
|
+
if (this.pdfViewer.annotation || this.isDeviceiOS) {
|
|
5161
|
+
var pageNumber = this.currentPageNumber - 1;
|
|
5162
|
+
if (this.pdfViewer.annotation && !isNaN(this.pdfViewer.annotation.getEventPageNumber(e))) {
|
|
5163
|
+
pageNumber = this.pdfViewer.annotation.getEventPageNumber(e);
|
|
5164
|
+
}
|
|
5165
|
+
var pageDiv = this.getElement('_pageDiv_' + pageNumber);
|
|
5161
5166
|
if (pageDiv) {
|
|
5162
5167
|
var pageCurrentRect = pageDiv.getBoundingClientRect();
|
|
5163
5168
|
offsetX = touchArg.changedTouches[0].clientX - pageCurrentRect.left;
|
|
@@ -5696,7 +5701,7 @@ var PdfViewerBase = /** @class */ (function () {
|
|
|
5696
5701
|
}
|
|
5697
5702
|
var target = evt.target;
|
|
5698
5703
|
// tslint:disable-next-line:max-line-length
|
|
5699
|
-
if (!touches && evt.cancelable && this.skipPreventDefault(target)) {
|
|
5704
|
+
if (!touches && (evt.cancelable && !(this.isDeviceiOS && !this.pdfViewer.annotationModule)) && this.skipPreventDefault(target)) {
|
|
5700
5705
|
evt.preventDefault();
|
|
5701
5706
|
}
|
|
5702
5707
|
this.eventArgs = {};
|
|
@@ -1085,7 +1085,7 @@ var Magnification = /** @class */ (function () {
|
|
|
1085
1085
|
}
|
|
1086
1086
|
this.calculateScrollValues(scrollValue);
|
|
1087
1087
|
this.isTapToFitZoom = !this.isTapToFitZoom;
|
|
1088
|
-
setTimeout(function () { _this.isMagnified = false;}, 100);
|
|
1088
|
+
setTimeout(function () { _this.isMagnified = false; }, 100);
|
|
1089
1089
|
this.isDoubleTapZoom = false;
|
|
1090
1090
|
}
|
|
1091
1091
|
};
|
package/styles/_all.scss
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|