@ansiversa/components 0.0.159 → 0.0.161

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@ansiversa/components",
3
- "version": "0.0.159",
3
+ "version": "0.0.161",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -54,7 +54,7 @@ const ROOT_URL = rawDomain.match(/^https?:\/\//i)
54
54
 
55
55
  const iconMap: Record<string, string> = {
56
56
  Apps: `
57
- <svg class="av-icon" width="22" height="22" viewBox='0 0 24 24' fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
57
+ <svg class="av-icon" width="20" height="20" viewBox='0 0 24 24' fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
58
58
  <rect x='3' y='3' width='7' height='7' rx='2'/>
59
59
  <rect x='14' y='3' width='7' height='7' rx='2'/>
60
60
  <rect x='3' y='14' width='7' height='7' rx='2'/>
@@ -62,25 +62,25 @@ const iconMap: Record<string, string> = {
62
62
  </svg>
63
63
  `,
64
64
  Pricing: `
65
- <svg class="av-icon" width="22" height="22" viewBox='0 0 24 24' fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
65
+ <svg class="av-icon" width="20" height="20" viewBox='0 0 24 24' fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
66
66
  <path d='M6 3h7.586a2 2 0 0 1 1.414.586l4.414 4.414a2 2 0 0 1 0 2.828L13 18.242a2 2 0 0 1-2.828 0L3.586 11.657A2 2 0 0 1 3 10.243V6a3 3 0 0 1 3-3Z'/>
67
67
  <path d='M9 6h.01'/>
68
68
  </svg>
69
69
  `,
70
70
  About: `
71
- <svg class="av-icon" width="22" height="22" viewBox='0 0 24 24' fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
71
+ <svg class="av-icon" width="20" height="20" viewBox='0 0 24 24' fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
72
72
  <circle cx='12' cy='12' r='9'/>
73
73
  <path d='M12 11v5'/>
74
74
  <path d='M12 8h.01'/>
75
75
  </svg>
76
76
  `,
77
77
  "Sign in": `
78
- <svg class="av-icon" width="22" height="22" viewBox='0 0 24 24' fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
78
+ <svg class="av-icon" width="20" height="20" viewBox='0 0 24 24' fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
79
79
  <path d='M12 8L16 12M16 12L12 16M16 12H3M3.33782 7C5.06687 4.01099 8.29859 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C8.29859 22 5.06687 19.989 3.33782 17'/>
80
80
  </svg>
81
81
  `,
82
82
  default: `
83
- <svg class="av-icon" width="22" height="22" viewBox='0 0 24 24' fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
83
+ <svg class="av-icon" width="20" height="20" viewBox='0 0 24 24' fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
84
84
  <path d='M16 21v-1.5a4.5 4.5 0 0 0-9 0V21'/>
85
85
  <circle cx='11.5' cy='9' r='3.5'/>
86
86
  </svg>
@@ -621,7 +621,7 @@
621
621
  }
622
622
 
623
623
  .av-navbar-actions {
624
- @apply flex items-center gap-1;
624
+ @apply flex items-center gap-1 pr-1 md:pr-0;
625
625
  }
626
626
 
627
627
  .av-icon {