auxalia-ui-kit 1.0.6 → 1.0.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.
Files changed (2) hide show
  1. package/dist/styles.css +8 -0
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -8,6 +8,9 @@
8
8
  @import 'tailwindcss/preflight';
9
9
  @import 'tailwindcss/utilities';
10
10
 
11
+ /* Scan compiled component files so consumers get all utility classes */
12
+ @source "./*.{js,cjs}";
13
+
11
14
  /* Safelist: explicitly define custom token utilities so they are always
12
15
  present for consumers without requiring node_modules scanning. */
13
16
  @source inline("{bg,text}-{popover,card,hero,surface,primary,secondary,muted,primary-foreground,secondary-foreground,accent-foreground,destructive-foreground,surface-foreground}");
@@ -25,4 +28,9 @@
25
28
  color: inherit;
26
29
  text-decoration: none;
27
30
  }
31
+
32
+ [data-radix-popper-content-wrapper] > [role='dialog'],
33
+ [data-radix-popper-content-wrapper] > [data-state] {
34
+ background-color: var(--popover);
35
+ }
28
36
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auxalia-ui-kit",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "A React component library built with Radix UI and Tailwind CSS, designed to provide accessible and customizable UI components for modern web applications.",
5
5
  "license": "ISC",
6
6
  "author": {