mautourco-components 0.2.108 → 0.2.109

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.
@@ -215,6 +215,7 @@
215
215
  .pax-selector__stepper-controls {
216
216
  display: flex;
217
217
  align-items: center;
218
+ justify-content: flex-end;
218
219
  gap: 8px;
219
220
  }
220
221
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mautourco-components",
3
- "version": "0.2.108",
3
+ "version": "0.2.109",
4
4
  "private": false,
5
5
  "description": "Bibliothèque de composants Mautourco pour le redesign",
6
6
  "main": "dist/index.js",
@@ -197,6 +197,7 @@
197
197
  .pax-selector__stepper-controls {
198
198
  display: flex;
199
199
  align-items: center;
200
+ justify-content: flex-end;
200
201
  gap: 8px;
201
202
  }
202
203