@saooti/octopus-sdk 31.0.45 → 31.0.48

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/README.md CHANGED
@@ -636,3 +636,6 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
636
636
  * 31.0.43 #10963
637
637
  * 31.0.44 Début CRUD API
638
638
  * 31.0.45 Live
639
+ * 31.0.46 Pb css
640
+ * 31.0.47 Pétouilles Css multiselect
641
+ * 31.0.48 Icones change
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "31.0.45",
3
+ "version": "31.0.48",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -10,9 +10,20 @@
10
10
  .multiselect__tags, .multiselect__input, .multiselect__single{
11
11
  background: transparent !important;
12
12
  }
13
+ .multiselect__tags-wrap{
14
+ display: flex;
15
+ align-items: center;
16
+ }
13
17
  .multiselect__tags{
14
18
  border: 0;
15
19
  padding-left: 0;
20
+ padding-top: 0;
21
+ display: flex;
22
+ align-items: center;
23
+ }
24
+ .multiselect__tag{
25
+ margin-bottom: 0;
26
+ border: 1px gray solid;
16
27
  }
17
28
  }
18
29
 
@@ -140,10 +151,6 @@
140
151
  box-sizing: border-box;
141
152
  }
142
153
 
143
- .multiselect:focus {
144
- outline: none;
145
- }
146
-
147
154
  .multiselect--disabled {
148
155
  background: #ededed;
149
156
  pointer-events: none;
@@ -195,7 +202,6 @@
195
202
  .multiselect__input:focus,
196
203
  .multiselect__single:focus {
197
204
  border-color: #a8a8a8;
198
- outline: none;
199
205
  }
200
206
 
201
207
  .multiselect__single {
@@ -392,7 +398,6 @@
392
398
 
393
399
  .multiselect__option--highlight {
394
400
  background: #f8f9fa;
395
- outline: none;
396
401
  color: #000;
397
402
  }
398
403
 
@@ -28,7 +28,7 @@
28
28
  @click="commentModal('Invalid')"
29
29
  >
30
30
  <span
31
- class="saooti-cross"
31
+ class="saooti-remove-bounty"
32
32
  :data-selenium="'Invalidate-Comment-' + seleniumFormat(comment.name)"
33
33
  />
34
34
  </button>
@@ -56,7 +56,7 @@
56
56
  <slot name="list-inline" />
57
57
  <router-link
58
58
  v-if="!isButtonNextTitle"
59
- class="btn btn-link align-self-center width-fit-content m-4"
59
+ class="btn btn-primary align-self-center width-fit-content m-4"
60
60
  :to="refTo"
61
61
  @click="handleSeeMoreButton"
62
62
  >
@@ -19,7 +19,7 @@
19
19
  />
20
20
  <div
21
21
  v-else
22
- class="saooti-cross search-icon-container c-hand"
22
+ class="saooti-remove-bounty search-icon-container c-hand"
23
23
  @click="textValue = ''"
24
24
  />
25
25
  </div>
@@ -69,7 +69,7 @@ export default defineComponent({
69
69
  margin: 0 !important;
70
70
  }
71
71
  .saooti-search-bounty,
72
- .saooti-cross {
72
+ .saooti-remove-bounty {
73
73
  font-size: 1rem;
74
74
  }
75
75
  .search-icon-container {
@@ -60,7 +60,7 @@
60
60
  />
61
61
  <button
62
62
  :title="$t('Close')"
63
- class="btn play-button-box primary-bg text-light saooti-cross"
63
+ class="btn play-button-box primary-bg text-light saooti-remove-bounty"
64
64
  @click="stopPlayer"
65
65
  />
66
66
  <PlayerTimeline