mayak-common-library 0.0.615 → 0.0.617

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.615",
3
+ "version": "0.0.617",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -93,6 +93,9 @@ module.exports = {
93
93
  160: '160%',
94
94
  167: '167%',
95
95
  },
96
+ objectPosition: {
97
+ '100-bottom': '100px bottom',
98
+ },
96
99
  colors: {
97
100
  gold2: '#99835F', // Define your gold color here
98
101
  gold: '#C8BCA1', // Define your gold color here
@@ -129,6 +132,7 @@ module.exports = {
129
132
  raw: '(orientation: landscape) and (max-width: 1200px) and (max-height: 580px)',
130
133
  },
131
134
  'sm-only': { min: '650px', max: '750px' },
135
+ '800-900': { min: '800px', max: '900px' },
132
136
  },
133
137
  },
134
138
  },