@syncfusion/ej2-base 23.1.36 → 23.1.40
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/CHANGELOG.md +16 -0
- package/{README.md → ReadMe.md} +1 -1
- package/bin/syncfusion-license.js +1 -1
- package/dist/ej2-base.min.js +1 -10
- package/dist/ej2-base.umd.min.js +1 -10
- package/dist/ej2-base.umd.min.js.map +1 -1
- package/dist/es6/ej2-base.es2015.js +43 -2
- package/dist/es6/ej2-base.es2015.js.map +1 -1
- package/dist/es6/ej2-base.es5.js +43 -2
- package/dist/es6/ej2-base.es5.js.map +1 -1
- package/dist/global/ej2-base.min.js +1 -10
- package/dist/global/ej2-base.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/package.json +182 -224
- package/src/sanitize-helper.d.ts +1 -0
- package/src/sanitize-helper.js +43 -2
- package/styles/_material-dark-definition.scss +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/offline-theme/material-dark.css +1 -1
package/dist/global/index.d.ts
CHANGED
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* filename: index.d.ts
|
|
3
|
-
* version : 23.1.36
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
|
-
* Use of this code is subject to the terms of our license.
|
|
6
|
-
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
-
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
-
* applicable laws.
|
|
9
|
-
*/
|
|
10
1
|
import * as _base from '@syncfusion/ej2-base';
|
|
11
2
|
|
|
12
3
|
export declare namespace ej {
|
package/package.json
CHANGED
|
@@ -1,225 +1,183 @@
|
|
|
1
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
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
}
|
|
184
|
-
"deprecated": false,
|
|
185
|
-
"description": "A common package of Essential JS 2 base libraries, methods and class definitions",
|
|
186
|
-
"devDependencies": {},
|
|
187
|
-
"es2015": "./dist/es6/ej2-base.es5.js",
|
|
188
|
-
"homepage": "https://www.syncfusion.com/javascript-ui-controls",
|
|
189
|
-
"keywords": [
|
|
190
|
-
"ej2",
|
|
191
|
-
"syncfusion",
|
|
192
|
-
"ej2-base",
|
|
193
|
-
"web-components",
|
|
194
|
-
"typescript",
|
|
195
|
-
"base",
|
|
196
|
-
"common",
|
|
197
|
-
"core",
|
|
198
|
-
"library",
|
|
199
|
-
"ajax",
|
|
200
|
-
"animation",
|
|
201
|
-
"internationalization",
|
|
202
|
-
"drag",
|
|
203
|
-
"drop",
|
|
204
|
-
"drag-drop",
|
|
205
|
-
"template",
|
|
206
|
-
"template-engine",
|
|
207
|
-
"rtl",
|
|
208
|
-
"right-to-left",
|
|
209
|
-
"persistence",
|
|
210
|
-
"state-persistence",
|
|
211
|
-
"theme",
|
|
212
|
-
"styles"
|
|
213
|
-
],
|
|
214
|
-
"license": "SEE LICENSE IN license",
|
|
215
|
-
"main": "./dist/ej2-base.umd.min.js",
|
|
216
|
-
"module": "./index.js",
|
|
217
|
-
"name": "@syncfusion/ej2-base",
|
|
218
|
-
"repository": {
|
|
219
|
-
"type": "git",
|
|
220
|
-
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
221
|
-
},
|
|
222
|
-
"typings": "index.d.ts",
|
|
223
|
-
"version": "23.1.36",
|
|
224
|
-
"sideEffects": true
|
|
225
|
-
}
|
|
2
|
+
"_from": "@syncfusion/ej2-base@*",
|
|
3
|
+
"_id": "@syncfusion/ej2-base@23.1.36",
|
|
4
|
+
"_inBundle": false,
|
|
5
|
+
"_integrity": "sha512-ur5hus1QokU6hi3FLOhO/jCvvQkYWy52M7yhCsaMR2mMFQ+0hVqUPjJ5kdk6c7Gy/b5LBzmdpw6PL58KL1nHUg==",
|
|
6
|
+
"_location": "/@syncfusion/ej2-base",
|
|
7
|
+
"_phantomChildren": {},
|
|
8
|
+
"_requested": {
|
|
9
|
+
"type": "range",
|
|
10
|
+
"registry": true,
|
|
11
|
+
"raw": "@syncfusion/ej2-base@*",
|
|
12
|
+
"name": "@syncfusion/ej2-base",
|
|
13
|
+
"escapedName": "@syncfusion%2fej2-base",
|
|
14
|
+
"scope": "@syncfusion",
|
|
15
|
+
"rawSpec": "*",
|
|
16
|
+
"saveSpec": null,
|
|
17
|
+
"fetchSpec": "*"
|
|
18
|
+
},
|
|
19
|
+
"_requiredBy": [
|
|
20
|
+
"/",
|
|
21
|
+
"/@syncfusion/ej2",
|
|
22
|
+
"/@syncfusion/ej2-angular-base",
|
|
23
|
+
"/@syncfusion/ej2-angular-calendars",
|
|
24
|
+
"/@syncfusion/ej2-angular-charts",
|
|
25
|
+
"/@syncfusion/ej2-angular-circulargauge",
|
|
26
|
+
"/@syncfusion/ej2-angular-diagrams",
|
|
27
|
+
"/@syncfusion/ej2-angular-documenteditor",
|
|
28
|
+
"/@syncfusion/ej2-angular-dropdowns",
|
|
29
|
+
"/@syncfusion/ej2-angular-filemanager",
|
|
30
|
+
"/@syncfusion/ej2-angular-gantt",
|
|
31
|
+
"/@syncfusion/ej2-angular-grids",
|
|
32
|
+
"/@syncfusion/ej2-angular-image-editor",
|
|
33
|
+
"/@syncfusion/ej2-angular-inputs",
|
|
34
|
+
"/@syncfusion/ej2-angular-maps",
|
|
35
|
+
"/@syncfusion/ej2-angular-pdfviewer",
|
|
36
|
+
"/@syncfusion/ej2-angular-pivotview",
|
|
37
|
+
"/@syncfusion/ej2-angular-popups",
|
|
38
|
+
"/@syncfusion/ej2-angular-progressbar",
|
|
39
|
+
"/@syncfusion/ej2-angular-querybuilder",
|
|
40
|
+
"/@syncfusion/ej2-angular-ribbon",
|
|
41
|
+
"/@syncfusion/ej2-angular-schedule",
|
|
42
|
+
"/@syncfusion/ej2-angular-spreadsheet",
|
|
43
|
+
"/@syncfusion/ej2-barcode-generator",
|
|
44
|
+
"/@syncfusion/ej2-buttons",
|
|
45
|
+
"/@syncfusion/ej2-calendars",
|
|
46
|
+
"/@syncfusion/ej2-charts",
|
|
47
|
+
"/@syncfusion/ej2-circulargauge",
|
|
48
|
+
"/@syncfusion/ej2-data",
|
|
49
|
+
"/@syncfusion/ej2-diagrams",
|
|
50
|
+
"/@syncfusion/ej2-documenteditor",
|
|
51
|
+
"/@syncfusion/ej2-drawings",
|
|
52
|
+
"/@syncfusion/ej2-dropdowns",
|
|
53
|
+
"/@syncfusion/ej2-excel-export",
|
|
54
|
+
"/@syncfusion/ej2-filemanager",
|
|
55
|
+
"/@syncfusion/ej2-gantt",
|
|
56
|
+
"/@syncfusion/ej2-grids",
|
|
57
|
+
"/@syncfusion/ej2-heatmap",
|
|
58
|
+
"/@syncfusion/ej2-image-editor",
|
|
59
|
+
"/@syncfusion/ej2-inplace-editor",
|
|
60
|
+
"/@syncfusion/ej2-inputs",
|
|
61
|
+
"/@syncfusion/ej2-kanban",
|
|
62
|
+
"/@syncfusion/ej2-layouts",
|
|
63
|
+
"/@syncfusion/ej2-lineargauge",
|
|
64
|
+
"/@syncfusion/ej2-lists",
|
|
65
|
+
"/@syncfusion/ej2-maps",
|
|
66
|
+
"/@syncfusion/ej2-navigations",
|
|
67
|
+
"/@syncfusion/ej2-notifications",
|
|
68
|
+
"/@syncfusion/ej2-pdf",
|
|
69
|
+
"/@syncfusion/ej2-pdfviewer",
|
|
70
|
+
"/@syncfusion/ej2-pivotview",
|
|
71
|
+
"/@syncfusion/ej2-popups",
|
|
72
|
+
"/@syncfusion/ej2-progressbar",
|
|
73
|
+
"/@syncfusion/ej2-querybuilder",
|
|
74
|
+
"/@syncfusion/ej2-react-base",
|
|
75
|
+
"/@syncfusion/ej2-react-calendars",
|
|
76
|
+
"/@syncfusion/ej2-react-charts",
|
|
77
|
+
"/@syncfusion/ej2-react-circulargauge",
|
|
78
|
+
"/@syncfusion/ej2-react-diagrams",
|
|
79
|
+
"/@syncfusion/ej2-react-documenteditor",
|
|
80
|
+
"/@syncfusion/ej2-react-dropdowns",
|
|
81
|
+
"/@syncfusion/ej2-react-filemanager",
|
|
82
|
+
"/@syncfusion/ej2-react-gantt",
|
|
83
|
+
"/@syncfusion/ej2-react-grids",
|
|
84
|
+
"/@syncfusion/ej2-react-image-editor",
|
|
85
|
+
"/@syncfusion/ej2-react-inputs",
|
|
86
|
+
"/@syncfusion/ej2-react-maps",
|
|
87
|
+
"/@syncfusion/ej2-react-pdfviewer",
|
|
88
|
+
"/@syncfusion/ej2-react-pivotview",
|
|
89
|
+
"/@syncfusion/ej2-react-popups",
|
|
90
|
+
"/@syncfusion/ej2-react-progressbar",
|
|
91
|
+
"/@syncfusion/ej2-react-querybuilder",
|
|
92
|
+
"/@syncfusion/ej2-react-ribbon",
|
|
93
|
+
"/@syncfusion/ej2-react-schedule",
|
|
94
|
+
"/@syncfusion/ej2-react-spreadsheet",
|
|
95
|
+
"/@syncfusion/ej2-ribbon",
|
|
96
|
+
"/@syncfusion/ej2-richtexteditor",
|
|
97
|
+
"/@syncfusion/ej2-schedule",
|
|
98
|
+
"/@syncfusion/ej2-splitbuttons",
|
|
99
|
+
"/@syncfusion/ej2-spreadsheet",
|
|
100
|
+
"/@syncfusion/ej2-svg-base",
|
|
101
|
+
"/@syncfusion/ej2-treegrid",
|
|
102
|
+
"/@syncfusion/ej2-treemap",
|
|
103
|
+
"/@syncfusion/ej2-vue-base",
|
|
104
|
+
"/@syncfusion/ej2-vue-calendars",
|
|
105
|
+
"/@syncfusion/ej2-vue-charts",
|
|
106
|
+
"/@syncfusion/ej2-vue-circulargauge",
|
|
107
|
+
"/@syncfusion/ej2-vue-diagrams",
|
|
108
|
+
"/@syncfusion/ej2-vue-documenteditor",
|
|
109
|
+
"/@syncfusion/ej2-vue-dropdowns",
|
|
110
|
+
"/@syncfusion/ej2-vue-filemanager",
|
|
111
|
+
"/@syncfusion/ej2-vue-gantt",
|
|
112
|
+
"/@syncfusion/ej2-vue-grids",
|
|
113
|
+
"/@syncfusion/ej2-vue-image-editor",
|
|
114
|
+
"/@syncfusion/ej2-vue-inputs",
|
|
115
|
+
"/@syncfusion/ej2-vue-maps",
|
|
116
|
+
"/@syncfusion/ej2-vue-pdfviewer",
|
|
117
|
+
"/@syncfusion/ej2-vue-pivotview",
|
|
118
|
+
"/@syncfusion/ej2-vue-popups",
|
|
119
|
+
"/@syncfusion/ej2-vue-progressbar",
|
|
120
|
+
"/@syncfusion/ej2-vue-querybuilder",
|
|
121
|
+
"/@syncfusion/ej2-vue-ribbon",
|
|
122
|
+
"/@syncfusion/ej2-vue-schedule",
|
|
123
|
+
"/@syncfusion/ej2-vue-spreadsheet"
|
|
124
|
+
],
|
|
125
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-base/-/ej2-base-23.1.36.tgz",
|
|
126
|
+
"_shasum": "2d04974b81487ea7e2e6ba9510111549f49d1958",
|
|
127
|
+
"_spec": "@syncfusion/ej2-base@*",
|
|
128
|
+
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
|
|
129
|
+
"author": {
|
|
130
|
+
"name": "Syncfusion Inc."
|
|
131
|
+
},
|
|
132
|
+
"bin": {
|
|
133
|
+
"syncfusion-license": "bin/syncfusion-license.js"
|
|
134
|
+
},
|
|
135
|
+
"bugs": {
|
|
136
|
+
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls/issues"
|
|
137
|
+
},
|
|
138
|
+
"bundleDependencies": false,
|
|
139
|
+
"dependencies": {
|
|
140
|
+
"@syncfusion/ej2-icons": "~23.1.36"
|
|
141
|
+
},
|
|
142
|
+
"deprecated": false,
|
|
143
|
+
"description": "A common package of Essential JS 2 base libraries, methods and class definitions",
|
|
144
|
+
"devDependencies": {},
|
|
145
|
+
"es2015": "./dist/es6/ej2-base.es5.js",
|
|
146
|
+
"homepage": "https://www.syncfusion.com/javascript-ui-controls",
|
|
147
|
+
"keywords": [
|
|
148
|
+
"ej2",
|
|
149
|
+
"syncfusion",
|
|
150
|
+
"ej2-base",
|
|
151
|
+
"web-components",
|
|
152
|
+
"typescript",
|
|
153
|
+
"base",
|
|
154
|
+
"common",
|
|
155
|
+
"core",
|
|
156
|
+
"library",
|
|
157
|
+
"ajax",
|
|
158
|
+
"animation",
|
|
159
|
+
"internationalization",
|
|
160
|
+
"drag",
|
|
161
|
+
"drop",
|
|
162
|
+
"drag-drop",
|
|
163
|
+
"template",
|
|
164
|
+
"template-engine",
|
|
165
|
+
"rtl",
|
|
166
|
+
"right-to-left",
|
|
167
|
+
"persistence",
|
|
168
|
+
"state-persistence",
|
|
169
|
+
"theme",
|
|
170
|
+
"styles"
|
|
171
|
+
],
|
|
172
|
+
"license": "SEE LICENSE IN license",
|
|
173
|
+
"main": "./dist/ej2-base.umd.min.js",
|
|
174
|
+
"module": "./index.js",
|
|
175
|
+
"name": "@syncfusion/ej2-base",
|
|
176
|
+
"repository": {
|
|
177
|
+
"type": "git",
|
|
178
|
+
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
179
|
+
},
|
|
180
|
+
"typings": "index.d.ts",
|
|
181
|
+
"version": "23.1.40",
|
|
182
|
+
"sideEffects": true
|
|
183
|
+
}
|
package/src/sanitize-helper.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ export declare class SanitizeHtmlHelper {
|
|
|
31
31
|
static beforeSanitize(): BeforeSanitizeHtml;
|
|
32
32
|
static sanitize(value: string): string;
|
|
33
33
|
static serializeValue(item: BeforeSanitizeHtml, value: string): string;
|
|
34
|
+
private static sanitizeQuotes;
|
|
34
35
|
private static removeElement;
|
|
35
36
|
private static removeXssTags;
|
|
36
37
|
private static removeJsEvents;
|
package/src/sanitize-helper.js
CHANGED
|
@@ -128,13 +128,54 @@ var SanitizeHtmlHelper = /** @class */ (function () {
|
|
|
128
128
|
this.removeAttrs = item.selectors.attributes;
|
|
129
129
|
this.removeTags = item.selectors.tags;
|
|
130
130
|
this.wrapElement = document.createElement('div');
|
|
131
|
-
this.wrapElement.innerHTML = value;
|
|
131
|
+
this.wrapElement.innerHTML = this.sanitizeQuotes(value);
|
|
132
132
|
this.removeXssTags();
|
|
133
133
|
this.removeJsEvents();
|
|
134
134
|
this.removeXssAttrs();
|
|
135
135
|
var tempEleValue = this.wrapElement.innerHTML;
|
|
136
136
|
this.removeElement();
|
|
137
|
-
return tempEleValue.replace(
|
|
137
|
+
return tempEleValue.replace(/&/g, '&');
|
|
138
|
+
};
|
|
139
|
+
SanitizeHtmlHelper.sanitizeQuotes = function (input) {
|
|
140
|
+
var sanityChars = [96, 39, 34];
|
|
141
|
+
var escape = 92;
|
|
142
|
+
var sanitizedValue = '';
|
|
143
|
+
var quoteCounts = {
|
|
144
|
+
96: 0,
|
|
145
|
+
39: 0,
|
|
146
|
+
34: 0
|
|
147
|
+
};
|
|
148
|
+
var isPreviousCharBackslash = false;
|
|
149
|
+
for (var i = 0; i < input.length; i++) {
|
|
150
|
+
var currentChar = input.charCodeAt(i);
|
|
151
|
+
if (sanityChars.indexOf(currentChar) !== -1 && !isPreviousCharBackslash) {
|
|
152
|
+
quoteCounts[currentChar + '']++;
|
|
153
|
+
}
|
|
154
|
+
isPreviousCharBackslash = currentChar === escape;
|
|
155
|
+
}
|
|
156
|
+
try {
|
|
157
|
+
// Replace the quotes which has total count is in odd number
|
|
158
|
+
// Previous char is not backslash, open parenthesis and
|
|
159
|
+
// Next is not close parenthesis
|
|
160
|
+
for (var i = 0; i < input.length; i++) {
|
|
161
|
+
var currentChar = input.charCodeAt(i);
|
|
162
|
+
var previousChar = i > 0 ? input.charCodeAt(i - 1) : null;
|
|
163
|
+
var nextChar = i < input.length - 1 ? input.charCodeAt(i + 1) : null;
|
|
164
|
+
if (sanityChars.indexOf(currentChar) !== -1 && previousChar !== escape) {
|
|
165
|
+
if (quoteCounts[currentChar + ''] % 2 === 1 && previousChar !== 40 && nextChar !== 41) {
|
|
166
|
+
sanitizedValue += String.fromCharCode(escape);
|
|
167
|
+
}
|
|
168
|
+
sanitizedValue += input[i + ''];
|
|
169
|
+
}
|
|
170
|
+
else {
|
|
171
|
+
sanitizedValue += input[i + ''];
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
return sanitizedValue;
|
|
175
|
+
}
|
|
176
|
+
catch (error) {
|
|
177
|
+
return input;
|
|
178
|
+
}
|
|
138
179
|
};
|
|
139
180
|
SanitizeHtmlHelper.removeElement = function () {
|
|
140
181
|
// Removes an element's attibute to avoid html tag validation
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
@if not variable-exists('is-roboto-loaded') {
|
|
4
4
|
//sass-lint:disable no-url-protocols,no-url-domains
|
|
5
|
-
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');// stylelint-disable-line no-invalid-position-at-import-rule
|
|
5
|
+
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');// stylelint-disable-line no-invalid-position-at-import-rule
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
$is-roboto-loaded: 'true' !default;
|
package/styles/material-dark.css
CHANGED