@ansiversa/components 0.0.45 → 0.0.47

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.45",
3
+ "version": "0.0.47",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -158,16 +158,6 @@ const userInitial =
158
158
  <a href={`${ROOT_URL}/settings`} class="av-user-menu-item av-dropdown-item" role="menuitem">
159
159
  <span>Settings</span>
160
160
  </a>
161
-
162
- {/* <form method="POST" action="https://www.ansiversa.com/signout">
163
- <button
164
- type="submit"
165
- class="av-user-menu-item av-dropdown-item av-user-menu-item--danger"
166
- role="menuitem"
167
- >
168
- <span>Sign out</span>
169
- </button>
170
- </form> */}
171
161
  <a
172
162
  href={`${ROOT_URL}/signout`}
173
163
  class="av-user-menu-item av-dropdown-item av-user-menu-item--danger"
@@ -252,9 +252,15 @@
252
252
 
253
253
  /* FAQ admin */
254
254
  .av-faq-admin__header {
255
+ display: grid;
256
+ gap: 0.4rem;
255
257
  padding: 0.75rem 0;
256
258
  }
257
259
 
260
+ .av-faq-admin__title {
261
+ font-size: 1.5rem;
262
+ }
263
+
258
264
  .av-faq-admin__section .av-container {
259
265
  padding-top: 1rem;
260
266
  }
@@ -812,8 +818,8 @@
812
818
 
813
819
  /* table column sizing + alignment */
814
820
  .av-table__th-actions {
815
- width: 240px;
816
- text-align: right;
821
+ width: 150px;
822
+ text-align: center;
817
823
  white-space: nowrap;
818
824
  }
819
825
 
@@ -822,7 +828,8 @@
822
828
  }
823
829
 
824
830
  .av-table__th-order {
825
- width: 84px;
831
+ width: 60px;
832
+ text-align: center;
826
833
  white-space: nowrap;
827
834
  }
828
835
 
@@ -974,7 +981,7 @@
974
981
  }
975
982
 
976
983
  .av-navbar-inner {
977
- @apply w-full max-w-none px-0 flex items-center justify-between py-3 gap-4;
984
+ @apply w-full max-w-none px-4 flex items-center justify-between py-3 gap-4;
978
985
  }
979
986
 
980
987
  .av-nav {