@saooti/octopus-sdk 30.0.10 → 30.0.11

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
@@ -507,4 +507,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
507
507
  * 30.0.7 Améliorations css
508
508
  * 30.0.8 Améliorations diverses
509
509
  * 30.0.9 Améliorations diverses
510
- * 30.0.10 PB clearInterval
510
+ * 30.0.10 PB clearInterval
511
+ * 30.0.11 Version pour release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "30.0.10",
3
+ "version": "30.0.11",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -107,7 +107,12 @@ body{
107
107
  box-shadow:0px 6px 20px 3px rgba($octopus-primary-color, 0.2) !important;
108
108
  }
109
109
  }
110
-
110
+ a.btn{
111
+ color: #383838;
112
+ &:hover{
113
+ color: #383838;
114
+ }
115
+ }
111
116
  a, a:hover{
112
117
  text-decoration: none;
113
118
  outline-width: 0;
@@ -16,40 +16,6 @@
16
16
  }
17
17
  }
18
18
 
19
- .multiselect.light-multiselect {
20
-
21
- .multiselect__single {
22
- margin-bottom: 0;
23
- }
24
- }
25
-
26
- .light-multiselect{
27
- min-height: auto;
28
- .multiselect__tags {
29
- padding: 0 40px 0 0;
30
- min-height: auto;
31
- }
32
- .multiselect__single {
33
- margin-bottom: 0;
34
- }
35
- .multiselect__input,
36
- .multiselect__single,
37
- .multiselect__tags,
38
- .multiselect--active .multiselect__select,
39
- .multiselect__spinner {
40
- background: transparent;
41
- }
42
- .multiselect--active .multiselect__select {
43
- transform: unset;
44
- }
45
- .option__title {
46
- font-weight: bold;
47
- }
48
- .octopus-arrow-down {
49
- top: 2px;
50
- }
51
- }
52
-
53
19
  .multiselect-octopus-proposition{
54
20
  display: flex;
55
21
  align-items: center;
@@ -28,7 +28,7 @@
28
28
  :show-no-results="true"
29
29
  :hide-selected="true"
30
30
  :show-labels="false"
31
- :class="{ 'light-multiselect': light }"
31
+ :class="{ 'multiselect-transparent': light }"
32
32
  @search-change="onSearchOrganisation"
33
33
  @open="onOpen"
34
34
  @close="onClose"
@@ -51,7 +51,6 @@
51
51
  >
52
52
  <span
53
53
  class="option__title"
54
- :class="{ descriptionText: light }"
55
54
  >
56
55
  {{ option.name }}
57
56
  </span>
@@ -72,7 +71,6 @@
72
71
  >
73
72
  <span
74
73
  class="option__title"
75
- :class="{ descriptionText: light }"
76
74
  >
77
75
  {{ option.name }}
78
76
  </span>
@@ -99,7 +97,6 @@
99
97
  </template>
100
98
  <template #caret="">
101
99
  <div
102
- v-if="!light"
103
100
  class="position-relative"
104
101
  >
105
102
  <span
@@ -81,7 +81,6 @@
81
81
  page="leftMenu"
82
82
  :defaultanswer="$t('No organisation filter')"
83
83
  :value="organisationId"
84
- :light="true"
85
84
  :reset="reset"
86
85
  @selected="onOrganisationSelected"
87
86
  />
@@ -30,7 +30,6 @@
30
30
  width="auto"
31
31
  :defaultanswer="$t('No organisation filter')"
32
32
  :value="organisationId"
33
- :light="true"
34
33
  class="me-2"
35
34
  :reset="reset"
36
35
  @selected="onOrganisationSelected"