mayak-common-library 0.0.110 → 0.0.112

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
@@ -65,7 +65,7 @@
65
65
  animation: fadeInReverse 0.5s;
66
66
  }
67
67
 
68
- /* src/lib/styles/globals.scss */
68
+ /* src/styles/globals.scss */
69
69
  @tailwind base;
70
70
  @tailwind components;
71
71
  @tailwind utilities;
@@ -437,12 +437,12 @@
437
437
  }
438
438
  @font-face {
439
439
  font-family: RockStar;
440
- src: url(fonts/RockStar/Rock\ Star_Regular_Web.woff2);
440
+ src: url("./Rock Star_Regular_Web-VMOWTS6V.woff2");
441
441
  font-weight: 400;
442
442
  }
443
443
  @font-face {
444
444
  font-family: RockStar;
445
- src: url("fonts/RockStar/Rock Star_Extra Bold_Web.woff2");
445
+ src: url("./Rock Star_Extra Bold_Web-B3PLEFIF.woff2");
446
446
  font-weight: 800;
447
447
  }
448
448
  body {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library",
3
- "version": "0.0.110",
3
+ "version": "0.0.112",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",