ros.grant.common 2.0.1331 → 2.0.1334

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.
@@ -2,7 +2,7 @@
2
2
  width: 100%;
3
3
  padding: .25rem 1rem;
4
4
  clear: both;
5
- color: var(--Main1);
5
+ color: #282828;
6
6
  text-align: inherit;
7
7
  text-decoration: none;
8
8
  white-space: nowrap;
@@ -15,20 +15,14 @@
15
15
  align-items: center;
16
16
 
17
17
  &:hover, &:focus {
18
- color: var(--Main1);
19
- background-color: var(--Bg2);
18
+ color: #282828;
19
+ background-color: #EDF5FF;
20
20
  }
21
21
 
22
22
  &.active, &:active {
23
- color: var(--White);
23
+ color: #282828;
24
24
  text-decoration: none;
25
- background-color: var(--Main2);
26
-
27
- svg {
28
- path, rect {
29
- stroke: var(--White);
30
- }
31
- }
25
+ background-color: #EDF5FF;
32
26
  }
33
27
 
34
28
  span {
@@ -41,7 +35,19 @@
41
35
  margin-right: 10px;
42
36
 
43
37
  path, rect {
44
- stroke: var(--Main1);
38
+ stroke: #282828;
39
+ }
40
+
41
+ &.negative {
42
+ path, rect {
43
+ stroke: var(--Red);
44
+ }
45
+ }
46
+
47
+ &.positive {
48
+ path, rect {
49
+ stroke: var(--Green);
50
+ }
45
51
  }
46
52
  }
47
53
  }
@@ -3,7 +3,7 @@
3
3
  z-index: 1000;
4
4
  display: none;
5
5
  min-width: 10rem;
6
- padding: .5rem 0;
6
+ padding: 5px 0;
7
7
  margin: 0;
8
8
  font-size: 1rem;
9
9
  color: #212529;
package/package.json CHANGED
@@ -1,71 +1,71 @@
1
- {
2
- "version": "2.0.1331",
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.423",
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.1334",
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
+ }