@r2digisolutions/ui 0.26.6 → 0.26.8

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.
@@ -14,7 +14,7 @@
14
14
  }: Props = $props();
15
15
 
16
16
  const baseClasses =
17
- 'inline-flex items-center justify-center font-medium rounded-xl select-none transition-all duration-150 outline-none ' +
17
+ 'inline-flex items-center justify-center font-medium rounded-xl select-none transition-all duration-150 outline-none cursor-pointer ' +
18
18
  'focus-visible:ring-2 focus-visible:ring-indigo-500/70 focus-visible:ring-offset-2 focus-visible:ring-offset-transparent ' +
19
19
  'disabled:cursor-not-allowed disabled:opacity-60 disabled:shadow-none';
20
20
 
@@ -10,6 +10,11 @@
10
10
  const { children, ...props }: Props = $props();
11
11
  </script>
12
12
 
13
- <header class={['flex flex-row gap-2 p-3 pb-2', props.class]}>
13
+ <header
14
+ class={[
15
+ 'flex items-center gap-3 border-b border-neutral-200/60 px-5 py-5 dark:border-neutral-800/80',
16
+ props.class
17
+ ]}
18
+ >
14
19
  {@render children()}
15
20
  </header>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@r2digisolutions/ui",
3
- "version": "0.26.6",
3
+ "version": "0.26.8",
4
4
  "private": false,
5
5
  "packageManager": "bun@1.3.2",
6
6
  "publishConfig": {