@r2digisolutions/ui 0.26.0 → 0.26.1

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.
@@ -1,6 +1,6 @@
1
1
  export declare const STYLES: {
2
2
  SHELL: string;
3
- SHELL_TRANSPARENT: "backdrop-blur-xl ring-1 ring-neutral-200/80 dark:ring-neutral-800/80 shadow-xs shadow-black/10";
3
+ SHELL_TRANSPARENT: "backdrop-blur-xl ring-1 ring-neutral-200/80 dark:ring-neutral-800/80 shadow-xs shadow-black/10 bg-white/95";
4
4
  SHELL_ROUNDED: string;
5
5
  INPUT_SHELL: string;
6
6
  ITEM_BASE: "flex items-center rounded-xl px-2 py-1.5 select-none transition shadow-none ring-1 ring-transparent border border-transparent";
@@ -1,4 +1,4 @@
1
- const SHELL_TRANSPARENT = "backdrop-blur-xl ring-1 ring-neutral-200/80 dark:ring-neutral-800/80 shadow-xs shadow-black/10";
1
+ const SHELL_TRANSPARENT = "backdrop-blur-xl ring-1 ring-neutral-200/80 dark:ring-neutral-800/80 shadow-xs shadow-black/10 bg-white/95";
2
2
  const SHELL = 'bg-white/95 dark:bg-neutral-950/95 ' + SHELL_TRANSPARENT;
3
3
  const ACCENT_GRADIENT = 'from-indigo-500 via-violet-500 to-blue-500';
4
4
  const LOCAL_STYLES = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@r2digisolutions/ui",
3
- "version": "0.26.0",
3
+ "version": "0.26.1",
4
4
  "private": false,
5
5
  "packageManager": "bun@1.3.2",
6
6
  "publishConfig": {