@mirweb/mir-web-components 2.0.4 → 2.0.5

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.
@@ -231,17 +231,16 @@ defineEmits(["changeRegionClicked"]);
231
231
  :slotted(li div div) {
232
232
  align-items: center;
233
233
  display: flex;
234
-
235
- .hiring-label {
236
- background-color: $blue-600;
237
- padding: 3px 5px;
238
- border-radius: 3px;
239
- color: $white;
240
- font-family: $font-opensans;
241
- font-weight: 300;
242
- font-size: 10px;
243
- margin-left: 9px;
244
- }
234
+ }
235
+ :deep(.hiring-label) {
236
+ background-color: $blue-600;
237
+ padding: 3px 5px;
238
+ border-radius: 3px;
239
+ color: $white;
240
+ font-family: $font-opensans;
241
+ font-weight: 300;
242
+ font-size: 10px;
243
+ margin-left: 9px;
245
244
  }
246
245
  }
247
246
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mirweb/mir-web-components",
3
3
  "private": false,
4
- "version": "2.0.4",
4
+ "version": "2.0.5",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"