@saooti/octopus-sdk 36.0.25 → 36.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/package.json +2 -1
- package/public/img/header-emissions.webp +0 -0
- package/public/img/header-home.webp +0 -0
- package/public/img/header-intervenants.webp +0 -0
- package/public/img/header-playlists.webp +0 -0
- package/public/img/header-podcasts.webp +0 -0
- package/src/assets/bootstrap.scss +2 -2
- package/src/assets/form.scss +14 -0
- package/src/components/display/sharing/SharePlayer.vue +1 -2
- package/src/components/form/ClassicMultiselect.vue +2 -0
- package/src/locale/sl.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saooti/octopus-sdk",
|
|
3
|
-
"version": "36.0.
|
|
3
|
+
"version": "36.0.27",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Javascript SDK for using octopus",
|
|
6
6
|
"author": "Saooti",
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"@popperjs/core": "^2.11.7",
|
|
20
20
|
"@saooti/octopus-api": "^0.34.3",
|
|
21
21
|
"@tiptap/extension-link": "^2.0.3",
|
|
22
|
+
"@tiptap/pm": "^2.0.3",
|
|
22
23
|
"@tiptap/extension-underline": "^2.0.3",
|
|
23
24
|
"@tiptap/starter-kit": "^2.0.3",
|
|
24
25
|
"@tiptap/vue-3": "^2.0.3",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -42,7 +42,7 @@ input:not([class^="vs__"]), button:not([class^="vs__"]), select:not([class^="vs_
|
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
.big-h2{
|
|
45
|
-
font-size: 1.
|
|
45
|
+
font-size: 1.5rem;
|
|
46
46
|
@media (max-width: 500px){
|
|
47
47
|
font-size: 1.1rem;
|
|
48
48
|
}
|
|
@@ -148,7 +148,7 @@ input:not([class^="vs__"]), button:not([class^="vs__"]), select:not([class^="vs_
|
|
|
148
148
|
}
|
|
149
149
|
&:disabled{
|
|
150
150
|
background-color: #cccccc;
|
|
151
|
-
border: black;
|
|
151
|
+
border: 1px solid black;
|
|
152
152
|
cursor: default;
|
|
153
153
|
color: gray !important;
|
|
154
154
|
}
|
package/src/assets/form.scss
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
.octopus-form-item{
|
|
3
3
|
min-height: 1.44rem;
|
|
4
4
|
}
|
|
5
|
+
.form-label {
|
|
6
|
+
display: block;
|
|
7
|
+
line-height: 1.2rem;
|
|
8
|
+
padding: 0.5rem 0 0;
|
|
9
|
+
color: black;
|
|
10
|
+
font-weight: bold;
|
|
11
|
+
margin-bottom: 0.5rem;
|
|
12
|
+
}
|
|
13
|
+
.counter-align-right{
|
|
14
|
+
flex-grow: 1;
|
|
15
|
+
text-align: right;
|
|
16
|
+
font-size: 0.7em;
|
|
17
|
+
margin-bottom: 0;
|
|
18
|
+
}
|
|
5
19
|
select {
|
|
6
20
|
background: white !important;
|
|
7
21
|
outline-color: transparent !important;
|
|
@@ -204,14 +204,13 @@ export default defineComponent({
|
|
|
204
204
|
iFrameHeight(): string {
|
|
205
205
|
switch (this.iFrameModel) {
|
|
206
206
|
case 'large':
|
|
207
|
-
if (this.podcast) return '
|
|
207
|
+
if (this.podcast) return '210px';
|
|
208
208
|
return '350px';
|
|
209
209
|
case 'emissionLarge':
|
|
210
210
|
case 'largeSuggestion':
|
|
211
211
|
return '350px';
|
|
212
212
|
case 'emission':return '520px';
|
|
213
213
|
default:
|
|
214
|
-
if (this.podcast) return '500px';
|
|
215
214
|
return '530px';
|
|
216
215
|
}
|
|
217
216
|
},
|
package/src/locale/sl.ts
CHANGED
|
@@ -282,7 +282,7 @@ export default{
|
|
|
282
282
|
'Podcast to validate': 'Podkasti, ki jih je treba potrditi',
|
|
283
283
|
'Change locale': 'Spremenite jezik',
|
|
284
284
|
'Refresh': 'Osveži',
|
|
285
|
-
'See associated article':"
|
|
285
|
+
'See associated article':"Preberi članek",
|
|
286
286
|
"Display associated article": "Prikaži povezan vir",
|
|
287
287
|
"Copy this page URL": "Kopiraj povezavo",
|
|
288
288
|
"Custom version": "Prilagojena različica",
|