mayak-common-library 0.1.31 → 0.1.32

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.1.31",
3
+ "version": "0.1.32",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -411,6 +411,11 @@ $screen-xl: 1536px;
411
411
  }
412
412
  }
413
413
 
414
+ .richTextP0{
415
+ p{
416
+ margin: 0;
417
+ }
418
+ }
414
419
  .richTextBlock {
415
420
  @include fontRock;
416
421
  line-height: 24px;