ros.grant.common 2.0.1346 → 2.0.1348

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.
@@ -83,6 +83,15 @@
83
83
  .chosen-choices {
84
84
  background-color: var(--Disabled);
85
85
  cursor: default;
86
+
87
+ .search-choice{
88
+ border: 1px solid var(--Stroke);
89
+ padding-right: 12px;
90
+
91
+ &-close{
92
+ display: none;
93
+ }
94
+ }
86
95
  }
87
96
 
88
97
  &+.input-icon {
@@ -117,7 +126,7 @@
117
126
  border-radius: 4px;
118
127
  background-color: var(--Bg2);
119
128
  border: none;
120
- min-height: 36px;
129
+ min-height: 32px;
121
130
  display: flex;
122
131
  align-items: center;
123
132
  margin: 5px;
@@ -125,23 +134,26 @@
125
134
  margin-bottom: 0;
126
135
  box-shadow: none;
127
136
  background-image: none;
128
- padding: 5px 10px;
129
- padding-right: 35px;
137
+ padding: 5px 12px;
138
+ padding-right: 32px;
130
139
  max-width: calc(~"100% - 30px");
131
140
 
132
141
  &-close {
133
- width: 21px;
134
- height: 21px;
135
- background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' fill='none' viewBox='0 0 12 12'%3E%3Cdefs/%3E%3Cpath stroke='%23917C65' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11 1L1 11M1 1l10 10'/%3E%3C/svg%3E")center no-repeat !important;
142
+ width: 16px;
143
+ height: 16px;
144
+ background: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M12%204.00195L4%2012.002%22%20stroke%3D%22%23624E33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3Cpath%20d%3D%22M4%204.00195L12%2012.002%22%20stroke%3D%22%23624E33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E%0A%0A%0A")center no-repeat !important;
136
145
  background-size: cover;
137
146
  background-position: center !important;
138
147
  top: 50%;
139
148
  transform: translateY(-50%);
140
- right: 10px;
149
+ right: 12px;
141
150
  }
142
151
 
143
152
  span {
144
- color: var(--Main2);
153
+ color: var(--Subsidiary);
154
+ font-weight: 400;
155
+ font-size: 12px;
156
+ line-height: 16px;
145
157
  }
146
158
  }
147
159
 
@@ -326,14 +338,14 @@
326
338
  transition: 0.2s;
327
339
 
328
340
  &-close {
329
- width: 21px;
330
- height: 21px;
331
- background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' fill='none' viewBox='0 0 12 12'%3E%3Cdefs/%3E%3Cpath stroke='%23917C65' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11 1L1 11M1 1l10 10'/%3E%3C/svg%3E")center no-repeat !important;
341
+ width: 16px;
342
+ height: 16px;
343
+ background: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2217%22%20viewBox%3D%220%200%2016%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M12%204.00195L4%2012.002%22%20stroke%3D%22%23624E33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3Cpath%20d%3D%22M4%204.00195L12%2012.002%22%20stroke%3D%22%23624E33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E%0A")center no-repeat !important;
332
344
  background-size: cover;
333
345
  background-position: center !important;
334
346
  top: 50%;
335
347
  transform: translateY(-50%);
336
- right: 10px;
348
+ right: 12px;
337
349
  position: absolute;
338
350
  }
339
351
 
@@ -129,7 +129,7 @@
129
129
  align-items: center;
130
130
  flex-direction: row-reverse;
131
131
  min-height: 32px;
132
- padding: 5px 10px;
132
+ padding: 8px 12px;
133
133
  position: relative;
134
134
  padding-right: 32px;
135
135
  max-width: 97%;
@@ -140,14 +140,20 @@
140
140
  border: none !important;
141
141
  position: absolute;
142
142
  right: 0;
143
- height: 100%;
144
- width: 30px;
145
- display: flex !important;
146
- align-items: center;
147
- justify-content: center;
148
- font-size: 32px;
149
- font-weight: 100;
150
- color: var(--Subsidiary);
143
+ font-size: 13px;
144
+ color: transparent;
145
+
146
+ &::after{
147
+ content: '\2715';
148
+ position: absolute;
149
+ top: 0;
150
+ width: 16px;
151
+ height: 16px;
152
+ right: 12px;
153
+ color: var(--Subsidiary);
154
+ display: flex;
155
+ justify-content: center;
156
+ }
151
157
 
152
158
  &:hover {
153
159
  background-color: transparent !important;
@@ -158,6 +164,9 @@
158
164
  padding: 0;
159
165
  color: var(--Subsidiary);
160
166
  font-family: 'PT Sans', sans-serif;
167
+ font-size: 12px;
168
+ line-height: 16px;
169
+ overflow: hidden;
161
170
  }
162
171
  }
163
172
 
@@ -178,6 +187,10 @@
178
187
  .ng-value-icon {
179
188
  display: none !important;
180
189
  }
190
+
191
+ .ng-value-label{
192
+ padding: 0;
193
+ }
181
194
  }
182
195
  }
183
196
  }
@@ -5,7 +5,7 @@
5
5
  .chosen-choices {
6
6
  .search-choice {
7
7
  &-close {
8
- background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' fill='none' viewBox='0 0 12 12'%3E%3Cdefs/%3E%3Cpath stroke='%23917C65' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11 1L1 11M1 1l10 10'/%3E%3C/svg%3E") center no-repeat !important;
8
+ background: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M12%204.00195L4%2012.002%22%20stroke%3D%22%23624E33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3Cpath%20d%3D%22M4%204.00195L12%2012.002%22%20stroke%3D%22%23624E33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E%0A%0A%0A")center no-repeat !important;
9
9
  }
10
10
  }
11
11
  }
@@ -26,7 +26,7 @@
26
26
  .chosen-choices-outfield {
27
27
  .search-choice {
28
28
  &-close {
29
- background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' fill='none' viewBox='0 0 12 12'%3E%3Cdefs/%3E%3Cpath stroke='%23917C65' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M11 1L1 11M1 1l10 10'/%3E%3C/svg%3E") center no-repeat !important;
29
+ background: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M12%204.00195L4%2012.002%22%20stroke%3D%22%23624E33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3Cpath%20d%3D%22M4%204.00195L12%2012.002%22%20stroke%3D%22%23624E33%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E%0A%0A%0A")center no-repeat !important;
30
30
  }
31
31
  }
32
32
  }
@@ -1,11 +1,11 @@
1
1
  .mrx-input-image {
2
2
  &-modal {
3
3
  .modal-footer {
4
- justify-content: flex-start;
4
+ justify-content: flex-start !important;
5
5
 
6
6
  .btn {
7
7
  &:first-child {
8
- margin-left: 0;
8
+ margin-left: 0 !important;
9
9
  }
10
10
  }
11
11
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1346",
2
+ "version": "2.0.1348",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {