@itfin/components 1.0.83 → 1.0.84

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itfin/components",
3
- "version": "1.0.83",
3
+ "version": "1.0.84",
4
4
  "main": "dist/itfin-components.umd.js",
5
5
  "unpkg": "dist/itfin-components.common.js",
6
6
  "author": "Vitalii Savchuk <esvit666@gmail.com>",
@@ -10,7 +10,7 @@
10
10
  :data-testid="name ? `select:${name}` : 'select'"
11
11
  @click="activateDropdown"
12
12
  >
13
- <div class="placeholder" v-if="isValueEmpty">{{ placeholder }}</div>
13
+ <div class="text-muted" v-if="isValueEmpty">{{ placeholder }}</div>
14
14
 
15
15
  <slot
16
16
  v-if="!isValueEmpty && !multiple && customRender"
@@ -262,9 +262,6 @@ class itfAirSelect extends Vue {
262
262
  min-height: 32px;
263
263
  justify-content: space-between;
264
264
  }
265
- .placeholder {
266
- color: #8993a4;
267
- }
268
265
  .valueMulti {
269
266
  display: flex;
270
267
  align-items: center;