@saooti/octopus-sdk 32.0.39 → 32.0.41

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.41",
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
  }
@@ -146,7 +146,7 @@ export default defineComponent({
146
146
  align-items: center;
147
147
  justify-content: center;
148
148
  margin: 0 0.5rem;
149
- border-radius: 50%;
149
+ border-radius: 50% !important;
150
150
  font-size: 0.7rem !important;
151
151
  flex-shrink: 0;
152
152
  cursor: pointer;
@@ -158,7 +158,7 @@ export default defineComponent({
158
158
  align-items: center;
159
159
  justify-content: center;
160
160
  margin: 0 0.5rem;
161
- border-radius: 50%;
161
+ border-radius: 50% !important;
162
162
  font-size: 2.5rem !important;
163
163
  flex-shrink: 0;
164
164
  cursor: pointer;