@uxf/ui 1.0.0-beta.154 → 1.0.0-beta.155

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.
@@ -2,7 +2,7 @@
2
2
  @apply pointer-events-none fixed inset-0 z-50 flex items-end p-6;
3
3
 
4
4
  &__list-wrapper {
5
- @apply flex w-full max-w-sm flex-col items-center space-y-4 sm:items-start sm:justify-start;
5
+ @apply flex w-full max-w-sm flex-col items-center space-y-4 sm:items-end;
6
6
  }
7
7
  }
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/ui",
3
- "version": "1.0.0-beta.154",
3
+ "version": "1.0.0-beta.155",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"