@lerianstudio/sindarian-ui 1.3.0-beta.4 → 1.3.0-beta.5

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.
@@ -23,7 +23,7 @@
23
23
  @layer components {
24
24
  .alert {
25
25
  @apply p-alert-p text-alert-text bg-card relative w-full rounded-lg;
26
- @apply [&>svg]:size-alert-icon-size [&>svg~*]:pl-9.5 [&>svg]:left-4.5 [&>svg]:top-4.5 [&>svg]:text-alert-text [&>svg]:absolute;
26
+ @apply [&>svg]:size-alert-icon-size [&>svg]:text-alert-text [&>svg]:absolute [&>svg]:top-4.5 [&>svg]:left-4.5 [&>svg~*]:pl-9.5;
27
27
  }
28
28
 
29
29
  .alert-informative {
@@ -47,7 +47,7 @@
47
47
  }
48
48
 
49
49
  .alert-title {
50
- @apply text-alert-title mb-2 font-medium leading-none tracking-tight;
50
+ @apply text-alert-title mb-2 leading-none font-medium tracking-tight;
51
51
  }
52
52
 
53
53
  .alert-description {
@@ -59,7 +59,7 @@
59
59
  }
60
60
 
61
61
  .alert-top-action {
62
- @apply absolute right-2 top-2 flex gap-2 !pl-0;
62
+ @apply absolute top-2 right-2 flex gap-2 !pl-0;
63
63
  }
64
64
 
65
65
  .alert-close {
@@ -6,7 +6,7 @@
6
6
 
7
7
  @layer components {
8
8
  .breadcrumb-list {
9
- @apply flex flex-wrap items-center gap-2 break-words text-xs font-medium sm:gap-2.5;
9
+ @apply flex flex-wrap items-center gap-2 text-xs font-medium break-words sm:gap-2.5;
10
10
  }
11
11
 
12
12
  .breadcrumb-item {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lerianstudio/sindarian-ui",
3
- "version": "1.3.0-beta.4",
3
+ "version": "1.3.0-beta.5",
4
4
  "description": "Sindarian UI - A UI library for Midaz Console",
5
5
  "license": "ISC",
6
6
  "author": {