mayak-common-library 0.0.753 → 0.0.754

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": "mayak-common-library",
3
- "version": "0.0.753",
3
+ "version": "0.0.754",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -23,6 +23,7 @@ $filterColorGold2: invert(64%) sepia(5%) saturate(2284%) hue-rotate(358deg) brig
23
23
  $filterColorDark: invert(18%) sepia(13%) saturate(19%) hue-rotate(5deg) brightness(60%) contrast(90%);
24
24
  $filterColorGray: invert(50%) sepia(10%) saturate(17%) hue-rotate(354deg) brightness(89%) contrast(90%);
25
25
  $filterColorWhite: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
26
+ $filterColorBeige: invert(89%) sepia(12%) saturate(300%) hue-rotate(20deg) brightness(95%) contrast(90%);
26
27
 
27
28
  // fonts
28
29
  @mixin fontRock {
@@ -323,18 +324,21 @@ $screen-xl: 1536px;
323
324
  .filter-gold {
324
325
  filter: $filterColorGold;
325
326
  }
327
+ .filter-beige {
328
+ filter: $filterColorBeige;
329
+ }
326
330
  .filter-white{
327
331
  filter: $filterColorWhite;
328
332
  }
329
-
330
333
  .filter-gray {
331
334
  filter: $filterColorGray;
332
335
  }
333
-
334
336
  .filter-dark {
335
337
  filter: $filterColorDark;
336
338
  }
337
339
 
340
+
341
+
338
342
  .trim-2 {
339
343
  display: -webkit-box;
340
344
  -webkit-box-orient: vertical;