@platformatic/ui-components 0.1.106 → 0.1.107

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.106",
4
+ "version": "0.1.107",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -1,5 +1,5 @@
1
1
  .containerFrontpage {
2
- @apply flex w-full items-center;
2
+ @apply flex w-full items-center gap-x-2 md:gap-x-8;
3
3
  }
4
4
  .containerDashboard {
5
5
  @apply flex items-center;
@@ -11,7 +11,7 @@
11
11
  @apply text-xs mr-2;
12
12
  }
13
13
  .iconFrontpage {
14
- @apply text-white mx-4 text-xl hover:cursor-pointer hover:scale-125;
14
+ @apply text-white text-xl hover:cursor-pointer hover:scale-125;
15
15
  }
16
16
  .iconDashboard {
17
17
  @apply mx-1 hover:cursor-pointer hover:scale-125;
@@ -1,5 +1,5 @@
1
1
  .container {
2
- @apply flex flex-col my-4
2
+ @apply flex flex-col my-4 w-full;
3
3
  }
4
4
  .margin-medium {
5
5
  @apply my-4
@@ -14,5 +14,5 @@
14
14
  @apply flex gap-x-2 items-center w-full;
15
15
  }
16
16
  .textCol {
17
- @apply flex flex-col text-justify w-full ml-8;
17
+ @apply flex flex-col text-justify w-full pl-8;
18
18
  }