@saooti/octopus-sdk 34.0.0 → 34.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": "34.0.0",
3
+ "version": "34.0.2",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -18,40 +18,40 @@
18
18
  "dependencies": {
19
19
  "@saooti/octopus-api": "^0.33.0",
20
20
  "@vue/cli": "^5.0.8",
21
- "@vue/compat": "^3.2.37",
22
- "autoprefixer": "^10.4.8",
23
- "axios": "^0.24.0",
21
+ "@vue/compat": "^3.2.45",
22
+ "autoprefixer": "^10.4.13",
23
+ "axios": "^1.2.1",
24
24
  "express": "^4.18.2",
25
- "hls.js": "^1.1.5",
25
+ "hls.js": "^1.2.9",
26
26
  "humanize-duration": "^3.27.2",
27
- "jest": "^29.1.2",
28
- "jquery": "^3.5.14",
27
+ "jest": "^29.3.1",
28
+ "jquery": "^3.6.2",
29
29
  "moment": "^2.29.4",
30
30
  "qrcode.vue": "^3.3.3",
31
- "sass": "^1.53.0",
32
- "sonarqube-scanner": "^2.8.2",
33
- "swiper": "^8.3.1",
31
+ "sass": "^1.56.2",
32
+ "sonarqube-scanner": "^2.9.1",
33
+ "swiper": "^8.4.5",
34
34
  "v-calendar": "^3.0.0-alpha.8",
35
- "vite": "^3.0.4",
36
- "vue": "^3.2.37",
37
- "vue-i18n": "^9.2.0-beta.40",
35
+ "vite": "^4.0.1",
36
+ "vue": "^3.2.45",
37
+ "vue-i18n": "^9.2.2",
38
38
  "vue-multiselect": "^3.0.0-alpha.2",
39
39
  "vue-recaptcha": "^2.0.3",
40
- "vue-router": "^4.1.2",
41
- "vue3-lazyload": "^0.2.5-beta",
42
- "vue3-swatches": "^1.0.10",
43
- "vuex": "^4.0.2"
40
+ "vue-router": "^4.1.6",
41
+ "vue3-lazyload": "^0.3.6",
42
+ "vue3-swatches": "1.0.10",
43
+ "vuex": "^4.1.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/jquery": "^3.5.14",
47
- "@typescript-eslint/eslint-plugin": "^5.30.7",
48
- "@typescript-eslint/parser": "^5.30.7",
49
- "@vitejs/plugin-vue": "^3.0.1",
50
- "@vue/compiler-sfc": "^3.2.31",
51
- "@vue/eslint-config-typescript": "^8.0.0",
52
- "eslint": "^8.20.0",
53
- "eslint-plugin-vue": "^7.17.0",
54
- "typescript": "^4.7.4"
47
+ "@typescript-eslint/eslint-plugin": "^5.46.1",
48
+ "@typescript-eslint/parser": "^5.46.1",
49
+ "@vitejs/plugin-vue": "^4.0.0",
50
+ "@vue/compiler-sfc": "^3.2.45",
51
+ "@vue/eslint-config-typescript": "^11.0.2",
52
+ "eslint": "^8.29.0",
53
+ "eslint-plugin-vue": "^9.8.0",
54
+ "typescript": "^4.9.4"
55
55
  },
56
56
  "eslintConfig": {
57
57
  "parser": "vue-eslint-parser",
@@ -165,9 +165,10 @@ body{
165
165
  flex-shrink: 0;
166
166
  @media (max-width: 960px) {
167
167
  flex-grow: 0;
168
+ margin-right: auto !important;
168
169
  }
169
170
  @media (max-width: 450px) {
170
- margin: 0.5rem auto 2rem !important;
171
+ margin: auto;
171
172
  float: inherit !important;
172
173
  display: flex;
173
174
  }
@@ -112,7 +112,7 @@
112
112
  }
113
113
  }
114
114
 
115
- .emission-item-container {
115
+ .emission-item-container{
116
116
  list-style: none;
117
117
  background: #fff;
118
118
  border-radius: 2rem;
@@ -120,9 +120,16 @@
120
120
  flex-grow: 1;
121
121
  .img-box {
122
122
  border-radius: 2rem !important;
123
+ @media (max-width: 680px) {
124
+ margin-top: 1rem !important;
125
+ margin: auto;
126
+ }
123
127
  }
124
128
  @media (max-width: 680px) {
125
129
  justify-content: center;
130
+ &>a{
131
+ flex-direction: column;
132
+ }
126
133
  }
127
134
  }
128
135
 
@@ -132,10 +139,6 @@
132
139
  flex-direction: column;
133
140
  max-height: 13rem;
134
141
  flex-grow: 1;
135
- @media (max-width: 450px) {
136
- padding: 0.5rem 0;
137
- text-align: center;
138
- }
139
142
  .emission-name {
140
143
  font-size: 0.9rem;
141
144
  font-weight: 600;
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div
3
3
  v-if="podcast"
4
- class="img-box d-flex flex-column justify-content-start align-items-start position-relative justify rounded-lg flex-shrink-0 float-start"
4
+ class="img-box mb-3 flex-column justify-content-start align-items-start position-relative flex-shrink-0 float-start"
5
5
  >
6
6
  <img
7
7
  v-lazy="proxyImageUrl(podcast.imageUrl,'260')"