@saooti/octopus-sdk 36.0.0 → 36.0.2

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": "36.0.0",
3
+ "version": "36.0.2",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -16,28 +16,28 @@
16
16
  "test": "jest --coverage"
17
17
  },
18
18
  "dependencies": {
19
- "@popperjs/core": "^2.11.6",
19
+ "@popperjs/core": "^2.11.7",
20
20
  "@saooti/octopus-api": "^0.34.3",
21
21
  "@vue/cli": "^5.0.8",
22
22
  "@vue/compat": "^3.2.45",
23
- "autoprefixer": "^10.4.13",
24
- "axios": "^1.3.0",
23
+ "autoprefixer": "^10.4.14",
24
+ "axios": "^1.3.4",
25
25
  "dayjs": "^1.11.7",
26
26
  "express": "^4.18.2",
27
- "hls.js": "^1.3.2",
27
+ "hls.js": "^1.3.5",
28
28
  "humanize-duration": "3.27.1",
29
- "jest": "^29.4.1",
30
- "jquery": "^3.6.3",
31
- "pinia": "^2.0.30",
32
- "qrcode.vue": "^3.3.3",
33
- "sass": "^1.58.0",
29
+ "jest": "^29.5.0",
30
+ "jquery": "^3.6.4",
31
+ "pinia": "^2.0.33",
32
+ "qrcode.vue": "^3.3.4",
33
+ "sass": "^1.60.0",
34
34
  "sonarqube-scanner": "^3.0.0",
35
35
  "swiper": "^8.4.7",
36
- "v-calendar": "^3.0.0-alpha.8",
36
+ "v-calendar": "^3.0.3",
37
37
  "vite": "^3.2.5",
38
38
  "vue": "^3.2.45",
39
39
  "vue-i18n": "^9.2.2",
40
- "vue-multiselect": "^3.0.0-alpha.2",
40
+ "vue-multiselect": "^3.0.0-beta.1",
41
41
  "vue-recaptcha": "^2.0.3",
42
42
  "vue-router": "^4.1.6",
43
43
  "vue3-lazyload": "^0.3.6",
@@ -45,12 +45,12 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/jquery": "^3.5.16",
48
- "@typescript-eslint/eslint-plugin": "^5.50.0",
49
- "@typescript-eslint/parser": "^5.50.0",
48
+ "@typescript-eslint/eslint-plugin": "^5.57.0",
49
+ "@typescript-eslint/parser": "^5.57.0",
50
50
  "@vitejs/plugin-vue": "^3.2.0",
51
51
  "@vue/compiler-sfc": "^3.2.45",
52
52
  "@vue/eslint-config-typescript": "^8.0.0",
53
- "eslint": "^8.33.0",
53
+ "eslint": "^8.37.0",
54
54
  "eslint-plugin-vue": "^7.17.0",
55
55
  "typescript": "^4.9.5"
56
56
  },
@@ -77,8 +77,8 @@ export default defineComponent({
77
77
  position: relative;
78
78
  pointer-events: none;
79
79
  margin: 1.75rem auto;
80
- max-height: 75vh;
81
- max-width: 640px;
80
+ max-width: 800px;
81
+ max-height: 90vh;
82
82
  width: 100%;
83
83
  display: flex;
84
84
  color: #353535 !important;
@@ -88,7 +88,6 @@ export default defineComponent({
88
88
  }
89
89
  }
90
90
  .octopus-modal-body{
91
- position: relative;
92
91
  flex: 1 1 auto;
93
92
  padding: 1rem;
94
93
  overflow-x: auto;
@@ -113,7 +112,6 @@ export default defineComponent({
113
112
  min-height: 300px;
114
113
  }
115
114
  .octopus-modal-content{
116
- position: relative;
117
115
  display: flex;
118
116
  flex-direction: column;
119
117
  pointer-events: auto;
@@ -123,7 +121,7 @@ export default defineComponent({
123
121
  border: 0;
124
122
  outline: 0;
125
123
  height: auto !important;
126
- max-height: calc(100vh - 250px) !important;
124
+ max-height: initial !important;
127
125
  border-radius: 0.8rem;
128
126
  box-shadow: 0 0.2rem 0.5rem rgba(40,40,40,.3);
129
127
  }
@@ -8,6 +8,8 @@ $primary: #1a8658 !default;
8
8
  $secondary: #636C73 !default;
9
9
  $danger: #E22C27 !default;
10
10
 
11
+ $blue-octopus: #08667E !default;
12
+
11
13
  //SDK Octopus style
12
14
  $octopus-background: #fafafa !default;
13
15
  $octopus-primary-color: #1a8658 !default;