@platformatic/ui-components 0.1.129 → 0.1.130

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@platformatic/ui-components",
3
3
  "description": "Platformatic UI Components",
4
- "version": "0.1.129",
4
+ "version": "0.1.130",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -48,10 +48,10 @@
48
48
  @apply inline-flex items-center;
49
49
  }
50
50
  .modal--small {
51
- @apply min-w-[480px] max-w-[480px];
51
+ @apply w-auto lg:min-w-[480px] lg:max-w-[480px];
52
52
  }
53
53
  .modal--medium {
54
- @apply min-w-[880px] max-w-[880px];
54
+ @apply w-auto lg:min-w-[880px] lg:max-w-[880px];
55
55
  }
56
56
  .modal--full-width {
57
57
  @apply w-screen min-w-full;
@@ -23,8 +23,7 @@
23
23
  @apply flex items-center gap-x-2 pb-4;
24
24
  }
25
25
  .modalLefty {
26
- @apply py-20 px-[7.5rem];
27
- height: calc(100% - 10rem);
26
+ @apply p-5 lg:py-20 lg:px-[7.5rem] h-[calc(100%-42px)] lg:h-[calc(100%-10rem)];
28
27
  }
29
28
 
30
29
  @keyframes come-in {