mayak-common-library 0.0.19 → 0.0.20

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/dist/index.css CHANGED
@@ -315,6 +315,7 @@ body {
315
315
  font-size: 14px;
316
316
  line-height: 20px;
317
317
  font-weight: 400;
318
+ font-family: RockStar, sans-serif;
318
319
  }
319
320
  main {
320
321
  flex-grow: 1;
package/dist/index.js CHANGED
@@ -604,11 +604,11 @@ var WINDOW_SIZE = {
604
604
  };
605
605
  var _theme = {
606
606
  typography: {
607
- fontFamily: ["RockStar", "sans-serif"].join(","),
608
- body1: {
609
- fontSize: 14,
610
- lineHeight: "22px"
611
- }
607
+ fontFamily: ["RockStar", "sans-serif"].join(",")
608
+ // body1: {
609
+ // fontSize: 14,
610
+ // lineHeight: "22px",
611
+ // },
612
612
  },
613
613
  breakpoints: {
614
614
  values: {
package/dist/index.mjs CHANGED
@@ -554,11 +554,11 @@ var WINDOW_SIZE = {
554
554
  };
555
555
  var _theme = {
556
556
  typography: {
557
- fontFamily: ["RockStar", "sans-serif"].join(","),
558
- body1: {
559
- fontSize: 14,
560
- lineHeight: "22px"
561
- }
557
+ fontFamily: ["RockStar", "sans-serif"].join(",")
558
+ // body1: {
559
+ // fontSize: 14,
560
+ // lineHeight: "22px",
561
+ // },
562
562
  },
563
563
  breakpoints: {
564
564
  values: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",