@andreagiugni/tailwind-dashboard-ui 1.0.16 → 1.0.18

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
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- export { BarChart } from './chunk-C7OCYM5S.js';
2
+ export { BarChart } from './chunk-YENZVRNK.js';
3
3
  export { LineChart } from './chunk-W6E275RF.js';
4
4
  export { Calendar, Modal } from './chunk-NJBVRPWW.js';
5
5
  export { Editor } from './chunk-PFCUA2W2.js';
@@ -421,7 +421,7 @@ var Dropdown = ({
421
421
  createPortal(menu, document.body)
422
422
  ] });
423
423
  };
424
- var variantBase = "flex h-11 w-full items-center gap-2 rounded-lg px-4 py-2.5 text-left text-sm font-medium transition";
424
+ var variantBase = "flex h-10 w-full items-center gap-2 rounded-lg px-4 py-2.5 text-left text-sm font-medium transition";
425
425
  var variantClasses3 = {
426
426
  default: "text-gray-700 hover:bg-gray-100 hover:text-gray-900 dark:text-gray-300 dark:hover:bg-white/5 dark:hover:text-white",
427
427
  primary: "bg-brand-500 text-white shadow-theme-xs hover:bg-brand-600",