@saooti/octopus-sdk 32.0.39 → 32.0.40

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
@@ -686,4 +686,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
686
686
  * 32.0.33 Pétouilles graphiques ou d'UX diverses
687
687
  * 32.0.34 Modale RSS
688
688
  * 32.0.35 Enlever Dummy param
689
- * 32.0.36 Select -> font family
689
+ * 32.0.36 Select -> font family
690
+ * 32.0.40 Problème majeur !!!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "32.0.39",
3
+ "version": "32.0.40",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -337,6 +337,7 @@ export default defineComponent({
337
337
  flex-direction: column;
338
338
  background: transparent;
339
339
  border-width: 0;
340
+ width: 100%;
340
341
  &:focus{
341
342
  background: rgba(0, 0, 0, 0.5);
342
343
  }