@saooti/octopus-sdk 30.0.17 → 30.0.18

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
@@ -514,4 +514,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
514
514
  * 30.0.14 Améliorations css
515
515
  * 30.0.15 Améliorations css
516
516
  * 30.0.16 Change Aria-Label in title
517
- * 30.0.17 Oups
517
+ * 30.0.17 Oups
518
+ * 30.0.18 Responsive select
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "30.0.17",
3
+ "version": "30.0.18",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -69,4 +69,7 @@
69
69
  }
70
70
  }
71
71
  }
72
+ .classic-select select {
73
+ width: 100%;
74
+ }
72
75
  }
@@ -116,7 +116,7 @@
116
116
  </div>
117
117
  <ClassicRadio
118
118
  v-model:textInit="sort"
119
- id-select="sort-radio"
119
+ idRadio="sort-radio"
120
120
  :options="isSearchBar? [{title:$t('Sort score'), value:'SCORE'},
121
121
  {title:$t('Sort last'), value:isEmission?'LAST_PODCAST_DESC':'DATE'},
122
122
  {title:$t('Sort name'), value:'NAME'}]: