mayak-common-library 0.0.615 → 0.0.616

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.616",
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