@saooti/octopus-sdk 38.0.25 → 38.0.27

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/index.html CHANGED
@@ -6,7 +6,6 @@
6
6
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
7
7
  <link rel="icon" href="/favicon.ico">
8
8
  <link rel="stylesheet" href="/css/fonts/style.css">
9
- <link rel="stylesheet" href="/css/fonts/montserrat/style.css">
10
9
  <title>octopus-library</title>
11
10
  </head>
12
11
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "38.0.25",
3
+ "version": "38.0.27",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -1,28 +1,28 @@
1
1
  @font-face {
2
2
  font-family: "Montserrat";
3
3
  src: local("Montserrat"),
4
- url("/css/fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
4
+ url("./Montserrat-Regular.ttf") format("truetype");
5
5
  font-weight: 400;
6
6
  font-style: normal;
7
7
  }
8
8
  @font-face {
9
9
  font-family: "Montserrat";
10
10
  src: local("Montserrat"),
11
- url("/css/fonts/montserrat/Montserrat-Medium.ttf") format("truetype");
11
+ url("./Montserrat-Medium.ttf") format("truetype");
12
12
  font-weight: 500;
13
13
  font-style: normal;
14
14
  }
15
15
  @font-face {
16
16
  font-family: "Montserrat";
17
17
  src: local("Montserrat"),
18
- url("/css/fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype");
18
+ url("./Montserrat-SemiBold.ttf") format("truetype");
19
19
  font-weight: 600;
20
20
  font-style: normal;
21
21
  }
22
22
  @font-face {
23
23
  font-family: "Montserrat";
24
24
  src: local("Montserrat"),
25
- url("/css/fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
25
+ url("./Montserrat-Bold.ttf") format("truetype");
26
26
  font-weight: 700;
27
27
  font-style: normal;
28
28
  }
package/src/main.ts CHANGED
@@ -5,7 +5,7 @@ import { setupI18n } from "./i18n";
5
5
  import router from "@/router/router";
6
6
  import { createPinia } from "pinia";
7
7
  import paramStore from "@/stores/ParamSdkStore";
8
-
8
+ import '../public/css/fonts/montserrat/style.css';
9
9
  const nameEQ = "octopus-language=";
10
10
  const ca = document.cookie.split(";");
11
11
  let language = "";