ros.grant.common 2.0.1516 → 2.0.1517

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.
@@ -86,25 +86,25 @@
86
86
  }
87
87
 
88
88
  &.icon-filled-color {
89
- &-red {
89
+ &-negative {
90
90
  &:before {
91
91
  color: var(--system-icon-negative) !important;
92
92
  }
93
93
  }
94
94
 
95
- &-green {
95
+ &-positive {
96
96
  &:before {
97
97
  color: var(--system-icon-positive) !important;
98
98
  }
99
99
  }
100
100
 
101
- &-orange {
101
+ &-attention {
102
102
  &:before {
103
103
  color: var(--system-icon-attention) !important;
104
104
  }
105
105
  }
106
106
 
107
- &-gray {
107
+ &-info {
108
108
  &:before {
109
109
  color: var(--neutral-icon-info) !important;
110
110
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1516",
2
+ "version": "2.0.1517",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {