ros.grant.common 2.0.1635 → 2.0.1636

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.
@@ -162,10 +162,11 @@
162
162
 
163
163
  .ng-value-label {
164
164
  padding: 0;
165
- color: var(--Subsidiary);
166
- font-family: 'PT Sans', sans-serif;
167
- font-size: 12px;
168
- line-height: 16px;
165
+ color: var(--neutral-text-primary, #282828);
166
+ font-family: var(--body-md-font-family);
167
+ font-weight: var(--body-md-font-weight);
168
+ line-height: var(--body-md-line-height);
169
+ font-size: var(--body-md-font-size);
169
170
  overflow: hidden;
170
171
  }
171
172
  }
@@ -23,32 +23,32 @@
23
23
  }
24
24
  }
25
25
  &-success {
26
- background-color: var(--Green);
26
+ background-color: var(--system-bg-controls-positive-default, #108E3A);
27
27
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='white'/%3E%3Cpath d='M17.3334 8.66675L10.0001 16.0001L6.66675 12.6667' stroke='%2360A772' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
28
28
 
29
29
  &:hover {
30
- background-color: var(--DarkGreen);
30
+ background-color: var(--system-bg-controls-positive-hover, #007729);
31
31
  }
32
32
  }
33
33
 
34
34
  &-error {
35
- background-color: var(--Red);
35
+ background-color: var(--system-bg-controls-negative-default, #B83B15);
36
36
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='white'/%3E%3Cpath d='M16 8L8 16' stroke='%23D14114' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 8L16 16' stroke='%23D14114' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
37
37
 
38
38
  &:hover {
39
- background-color: var(--DarkRed);
39
+ background-color: var(--system-bg-controls-negative-hover, #AA2800);
40
40
  }
41
41
  }
42
42
 
43
43
  &-warning {
44
- background-color: var(--Orange);
44
+ background-color: var(--system-bg-controls-attention-default, #CC6E07);
45
45
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='white'/%3E%3Cpath d='M12.1534 16V15.3333M12.1534 13.3333V10.6667M6.66857 18.1667H17.6382C18.6646 18.1667 19.3061 17.0556 18.7929 16.1667L13.3081 6.66667C12.7949 5.77778 11.5119 5.77778 10.9987 6.66667L5.51387 16.1667C5.00067 17.0556 5.64217 18.1667 6.66857 18.1667Z' stroke='%23D57B1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
46
46
 
47
47
  &:hover {
48
- background-color: var(--DarkOrange);
48
+ background-color: var(--system-bg-controls-attention-hover, #C26807);
49
49
  }
50
50
  }
51
-
51
+
52
52
  &-close {
53
53
  &-button {
54
54
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4L4 12' stroke='%23F6F6F6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 4L12 12' stroke='%23F6F6F6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
@@ -1,7 +1,7 @@
1
1
  .mrx-input-select.mrx-input-select {
2
2
  &.mrx-input-error {
3
3
  .ng-select .ng-select-container {
4
- border-color: var(--Red) !important;
4
+ border-color: var(--system-bg-controls-negative-default, #B83B15) !important;
5
5
  }
6
6
  }
7
7
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1635",
2
+ "version": "2.0.1636",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {