mayak-common-library 0.0.201 → 0.0.203

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.201",
3
+ "version": "0.0.203",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -36,6 +36,7 @@
36
36
  "react-number-format": "^5.4.0",
37
37
  "sass": "^1.77.7",
38
38
  "stylis": "^4.3.2",
39
+ "tailwind-merge": "^2.6.0",
39
40
  "ua-parser-js": "^1.0.39",
40
41
  "yup": "^1.4.0",
41
42
  "zustand": "^5.0.1"
@@ -106,10 +106,10 @@ $filterColorGray: invert(50%) sepia(10%) saturate(17%) hue-rotate(354deg) bright
106
106
  }
107
107
 
108
108
  // screens width
109
- $screen-sm: 800px;
110
- $screen-md: 1100px;
109
+ $screen-sm: 650px;
110
+ $screen-md: 900px;
111
111
  $screen-lg: 1200px;
112
- $screen-xl: 1620px;
112
+ $screen-xl: 1536px;
113
113
 
114
114
  // media queries
115
115
  @mixin sm {
@@ -93,4 +93,10 @@ a {
93
93
 
94
94
  h2 {
95
95
  margin: 0;
96
+ }
97
+
98
+ .team-worker-image {
99
+ @include md(){
100
+ object-position: 100px 0 !important;
101
+ }
96
102
  }