mayak-common-library 0.0.486 → 0.0.487

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.486",
3
+ "version": "0.0.487",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -457,7 +457,7 @@ $screen-xl: 1536px;
457
457
  @include fontRock;
458
458
  line-height: 24px;
459
459
  p {
460
- color: $colorDark!important;
460
+ //color: $colorDark!important;
461
461
  margin: 10px 0;
462
462
  @include md {
463
463
  margin: 6px 0;
@@ -69,6 +69,9 @@ module.exports = {
69
69
  7.5: '30px',
70
70
  '19px': '19px',
71
71
  },
72
+ gap: {
73
+ 7.5: '30px',
74
+ },
72
75
  colors: {
73
76
  gold2: '#99835F', // Define your gold color here
74
77
  gold: '#C8BCA1', // Define your gold color here