@saooti/octopus-sdk 38.2.9 → 38.2.11

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": "@saooti/octopus-sdk",
3
- "version": "38.2.9",
3
+ "version": "38.2.11",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -46,7 +46,7 @@
46
46
  class="octopus-dropdown-item justify-content-start"
47
47
  :href="link.url"
48
48
  >
49
- <span :class="link.icon" class="me-1" /> {{ link.name }}
49
+ <span :class="link.icon" class="me-1" /> {{ link.title }}
50
50
  </a>
51
51
  </ClassicPopover>
52
52
  </teleport>
@@ -203,6 +203,7 @@ export default defineComponent({
203
203
  }
204
204
  this.lastWindowWidth = this.windowWidth;
205
205
  subscribeList.style.justifyContent = "flex-start";
206
+ subscribeList.style.flexGrow = "1";
206
207
  this.hiddenLinks.length = 0;
207
208
  this.subscriptionsDisplay.forEach((element: Link) => {
208
209
  const el = (
@@ -234,6 +235,7 @@ export default defineComponent({
234
235
  if (!this.hiddenLinks.length && this.justifyCenter) {
235
236
  subscribeList.style.justifyContent = "center";
236
237
  }
238
+ subscribeList.style.flexGrow = "0";
237
239
  },
238
240
  },
239
241
  });
@@ -4,7 +4,7 @@ import { Category } from "./class/general/category";
4
4
  const state: ParamStore = {
5
5
  generalParameters: {
6
6
  organisationId: "ecbd98d9-79bd-4312-ad5e-fc7c1c4a191c",
7
- authenticated: false,
7
+ authenticated: true,
8
8
  isAdmin: true,
9
9
  isRoleLive: true,
10
10
  isCommments: true,