@alignui/cli 0.0.1-alpha.5 → 0.0.1-alpha.6

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/dist/index.js CHANGED
@@ -59,9 +59,11 @@ import { PluginAPI } from 'tailwindcss/types/config';
59
59
  import defaultTheme from 'tailwindcss/defaultTheme';
60
60
  import tailwindcssAnimate from 'tailwindcss-animate';
61
61
 
62
- export const texts = <%= texts %>;
63
- export const shadows = <%= shadows %>;
64
- export const borderRadii = <%= borderRadii %>;
62
+ export const texts = <%= texts %> as any;
63
+
64
+ export const shadows = <%= shadows %> as any;
65
+
66
+ export const borderRadii = <%= borderRadii %> as any;
65
67
 
66
68
  const config = {
67
69
  darkMode: ["class"],