@saooti/octopus-sdk 30.0.6 → 30.0.7

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
@@ -503,4 +503,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
503
503
  * 30.0.3 Ajout tag page podcast
504
504
  * 30.0.4 Remplacer la version "classique" des miniplayers par la version beta
505
505
  * 30.0.5 Tri des classes dans des sous dossiers
506
- * 30.0.6 Merge 29
506
+ * 30.0.6 Merge 29
507
+ * 30.0.7 Améliorations css
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "30.0.6",
3
+ "version": "30.0.7",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -8,7 +8,7 @@
8
8
  <select
9
9
  ref="select"
10
10
  v-model="monetization"
11
- class="basic-select ms-2 mb-0 border c-hand"
11
+ class="ms-2 mb-0 c-hand"
12
12
  @change="onChange"
13
13
  >
14
14
  <option
@@ -3,7 +3,7 @@
3
3
  <label class="wrap">
4
4
  <select
5
5
  v-model="rubriquageId"
6
- class="basic-select ms-2 mb-0 border c-hand"
6
+ class="ms-2 mb-0 c-hand"
7
7
  @change="onRubriquageSelected"
8
8
  >
9
9
  <option
@@ -7,7 +7,7 @@
7
7
  <select
8
8
  :id="'organisation_chooser_light' + page"
9
9
  v-model="actual"
10
- class="basic-select mb-0 c-hand"
10
+ class="mb-0 c-hand border-0"
11
11
  @change="onOrganisationSelected"
12
12
  >
13
13
  <option :value="organisation.id">
@@ -6,7 +6,7 @@
6
6
  >
7
7
  <select
8
8
  v-model="rubriquage"
9
- class="basic-select border c-hand mb-0"
9
+ class="c-hand mb-0"
10
10
  @change="onRubriquageSelected"
11
11
  >
12
12
  <option