@saooti/octopus-sdk 36.0.25 → 36.0.26

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.25",
3
+ "version": "36.0.26",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
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.7rem;
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
  }
@@ -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;
@@ -183,7 +183,9 @@ import vSelect from "vue-select";
183
183
  }
184
184
  .multiselect-white{
185
185
  --vs-selected-color: white;
186
+ --vs-selected-bg: transparent;
186
187
  --vs-dropdown-bg: black;
188
+ --vs-controls-color:white;
187
189
  .vs__actions path{
188
190
  fill: white;
189
191
  }
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':"Read the 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",