ros.grant.common 2.0.1331 → 2.0.1332
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.
|
@@ -28,6 +28,18 @@
|
|
|
28
28
|
path, rect {
|
|
29
29
|
stroke: var(--White);
|
|
30
30
|
}
|
|
31
|
+
|
|
32
|
+
&.negative {
|
|
33
|
+
path, rect {
|
|
34
|
+
stroke: var(--Red);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&.positive {
|
|
39
|
+
path, rect {
|
|
40
|
+
stroke: var(--Green);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
31
43
|
}
|
|
32
44
|
}
|
|
33
45
|
|
|
@@ -43,6 +55,18 @@
|
|
|
43
55
|
path, rect {
|
|
44
56
|
stroke: var(--Main1);
|
|
45
57
|
}
|
|
58
|
+
|
|
59
|
+
&.negative {
|
|
60
|
+
path, rect {
|
|
61
|
+
stroke: var(--Red);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
&.positive {
|
|
66
|
+
path, rect {
|
|
67
|
+
stroke: var(--Green);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
46
70
|
}
|
|
47
71
|
}
|
|
48
72
|
|
package/package.json
CHANGED
|
@@ -1,71 +1,71 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "2.0.
|
|
3
|
-
"name": "ros.grant.common",
|
|
4
|
-
"private": false,
|
|
5
|
-
"scripts": {
|
|
6
|
-
"package": "npm version patch && npm publish"
|
|
7
|
-
},
|
|
8
|
-
"description": "Collection of static files used by RosGrant awesome team",
|
|
9
|
-
"dependencies": {
|
|
10
|
-
"@babel/core": "^7.8.4",
|
|
11
|
-
"@babel/preset-env": "^7.8.4",
|
|
12
|
-
"@ng-select/ng-select": "^8.1.1",
|
|
13
|
-
"@types/jquery": "^3.3.33",
|
|
14
|
-
"autosize": "^4.0.2",
|
|
15
|
-
"babel-core": "^6.26.3",
|
|
16
|
-
"babel-polyfill": "^6.26.0",
|
|
17
|
-
"babel-preset-env": "^1.7.0",
|
|
18
|
-
"chosen-js": "^1.8.7",
|
|
19
|
-
"es5-ext": "0.10.53",
|
|
20
|
-
"fine-uploader": "^5.16.2",
|
|
21
|
-
"gulp": "^4.0.2",
|
|
22
|
-
"gulp-add-src": "^1.0.0",
|
|
23
|
-
"gulp-autoprefixer": "^7.0.1",
|
|
24
|
-
"gulp-babel": "^8.0.0",
|
|
25
|
-
"gulp-clean-css": "^4.2.0",
|
|
26
|
-
"gulp-concat": "^2.6.1",
|
|
27
|
-
"gulp-cssmin": "^0.2.0",
|
|
28
|
-
"gulp-header": "^2.0.9",
|
|
29
|
-
"gulp-less": "^4.0.1",
|
|
30
|
-
"gulp-load-plugins": "^2.0.2",
|
|
31
|
-
"gulp-plumber": "^1.2.1",
|
|
32
|
-
"gulp-rename": "^2.0.0",
|
|
33
|
-
"gulp-replace": "^1.0.0",
|
|
34
|
-
"gulp-svg-sprite": "^1.5.0",
|
|
35
|
-
"gulp-typescript": "^6.0.0-alpha.1",
|
|
36
|
-
"gulp-uglify": "^3.0.1",
|
|
37
|
-
"inputmask": "5.0.5",
|
|
38
|
-
"intl-tel-input": "^16.0.11",
|
|
39
|
-
"jquery": "^3.4.1",
|
|
40
|
-
"jquery-form": "^4.2.2",
|
|
41
|
-
"jquery-maxlength": "^2.0.1",
|
|
42
|
-
"jquery-ui-dist": "^1.12.1",
|
|
43
|
-
"jquery-validation": "^1.19.1",
|
|
44
|
-
"jquery-validation-unobtrusive": "^3.2.11",
|
|
45
|
-
"less": "^3.11.1",
|
|
46
|
-
"moment": "^2.24.0",
|
|
47
|
-
"ngx-toastr": "^13.1.0",
|
|
48
|
-
"notifyjs-browser": "^0.4.2",
|
|
49
|
-
"nouislider": "^14.5.0",
|
|
50
|
-
"npm-check-updates": "^4.0.2",
|
|
51
|
-
"pickmeup": "^3.2.1",
|
|
52
|
-
"rimraf": "^3.0.2",
|
|
53
|
-
"ros.grant.telerik": "1.0.22",
|
|
54
|
-
"ros.grant.webshared": "2.0.
|
|
55
|
-
"rxjs": "^6.5.4",
|
|
56
|
-
"slick-carousel": "^1.8.1",
|
|
57
|
-
"sticky-sidebar": "^3.3.1",
|
|
58
|
-
"typescript": "^3.8.2"
|
|
59
|
-
},
|
|
60
|
-
"devDependencies": {},
|
|
61
|
-
"author": "Igor Sorokin",
|
|
62
|
-
"license": "ISC",
|
|
63
|
-
"files": [
|
|
64
|
-
"Svg/*",
|
|
65
|
-
"Shared/Scripts/*",
|
|
66
|
-
"Shared/Styles/*",
|
|
67
|
-
"Shared/Fonts/*",
|
|
68
|
-
"GulpTasks/*",
|
|
69
|
-
"Images/*"
|
|
70
|
-
]
|
|
71
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"version": "2.0.1332",
|
|
3
|
+
"name": "ros.grant.common",
|
|
4
|
+
"private": false,
|
|
5
|
+
"scripts": {
|
|
6
|
+
"package": "npm version patch && npm publish"
|
|
7
|
+
},
|
|
8
|
+
"description": "Collection of static files used by RosGrant awesome team",
|
|
9
|
+
"dependencies": {
|
|
10
|
+
"@babel/core": "^7.8.4",
|
|
11
|
+
"@babel/preset-env": "^7.8.4",
|
|
12
|
+
"@ng-select/ng-select": "^8.1.1",
|
|
13
|
+
"@types/jquery": "^3.3.33",
|
|
14
|
+
"autosize": "^4.0.2",
|
|
15
|
+
"babel-core": "^6.26.3",
|
|
16
|
+
"babel-polyfill": "^6.26.0",
|
|
17
|
+
"babel-preset-env": "^1.7.0",
|
|
18
|
+
"chosen-js": "^1.8.7",
|
|
19
|
+
"es5-ext": "0.10.53",
|
|
20
|
+
"fine-uploader": "^5.16.2",
|
|
21
|
+
"gulp": "^4.0.2",
|
|
22
|
+
"gulp-add-src": "^1.0.0",
|
|
23
|
+
"gulp-autoprefixer": "^7.0.1",
|
|
24
|
+
"gulp-babel": "^8.0.0",
|
|
25
|
+
"gulp-clean-css": "^4.2.0",
|
|
26
|
+
"gulp-concat": "^2.6.1",
|
|
27
|
+
"gulp-cssmin": "^0.2.0",
|
|
28
|
+
"gulp-header": "^2.0.9",
|
|
29
|
+
"gulp-less": "^4.0.1",
|
|
30
|
+
"gulp-load-plugins": "^2.0.2",
|
|
31
|
+
"gulp-plumber": "^1.2.1",
|
|
32
|
+
"gulp-rename": "^2.0.0",
|
|
33
|
+
"gulp-replace": "^1.0.0",
|
|
34
|
+
"gulp-svg-sprite": "^1.5.0",
|
|
35
|
+
"gulp-typescript": "^6.0.0-alpha.1",
|
|
36
|
+
"gulp-uglify": "^3.0.1",
|
|
37
|
+
"inputmask": "5.0.5",
|
|
38
|
+
"intl-tel-input": "^16.0.11",
|
|
39
|
+
"jquery": "^3.4.1",
|
|
40
|
+
"jquery-form": "^4.2.2",
|
|
41
|
+
"jquery-maxlength": "^2.0.1",
|
|
42
|
+
"jquery-ui-dist": "^1.12.1",
|
|
43
|
+
"jquery-validation": "^1.19.1",
|
|
44
|
+
"jquery-validation-unobtrusive": "^3.2.11",
|
|
45
|
+
"less": "^3.11.1",
|
|
46
|
+
"moment": "^2.24.0",
|
|
47
|
+
"ngx-toastr": "^13.1.0",
|
|
48
|
+
"notifyjs-browser": "^0.4.2",
|
|
49
|
+
"nouislider": "^14.5.0",
|
|
50
|
+
"npm-check-updates": "^4.0.2",
|
|
51
|
+
"pickmeup": "^3.2.1",
|
|
52
|
+
"rimraf": "^3.0.2",
|
|
53
|
+
"ros.grant.telerik": "1.0.22",
|
|
54
|
+
"ros.grant.webshared": "2.0.424",
|
|
55
|
+
"rxjs": "^6.5.4",
|
|
56
|
+
"slick-carousel": "^1.8.1",
|
|
57
|
+
"sticky-sidebar": "^3.3.1",
|
|
58
|
+
"typescript": "^3.8.2"
|
|
59
|
+
},
|
|
60
|
+
"devDependencies": {},
|
|
61
|
+
"author": "Igor Sorokin",
|
|
62
|
+
"license": "ISC",
|
|
63
|
+
"files": [
|
|
64
|
+
"Svg/*",
|
|
65
|
+
"Shared/Scripts/*",
|
|
66
|
+
"Shared/Styles/*",
|
|
67
|
+
"Shared/Fonts/*",
|
|
68
|
+
"GulpTasks/*",
|
|
69
|
+
"Images/*"
|
|
70
|
+
]
|
|
71
|
+
}
|