componentables 0.1.18 → 0.1.21

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
@@ -2416,7 +2416,8 @@ const yr = {
2416
2416
  ghost: "bg-transparent text-primary border-transparent hover:bg-primary hover:text-white hover:border-primary",
2417
2417
  light: "bg-light text-text border-border hover:bg-background-light",
2418
2418
  danger: "bg-transparent text-danger border-danger hover:text-white hover:bg-danger hover:border-danger active:bg-danger-dark",
2419
- link: "bg-transparent text-secondary-light! underline hover:text-primary! border-0"
2419
+ link: "bg-transparent text-secondary-light! underline hover:text-primary! border-0",
2420
+ dark: "bg-gray-800 text-white border-gray-800 hover:bg-gray-900 hover:border-gray-900"
2420
2421
  }, xr = {
2421
2422
  sm: "px-3 py-1.5 text-sm",
2422
2423
  md: "px-4 py-2 text-base",
@@ -3131,7 +3132,7 @@ function qr({
3131
3132
  h(k);
3132
3133
  }, [k, h]);
3133
3134
  const v = () => {
3134
- const u = "w-full px-4 py-4 pl-10 border-2 rounded-lg text-base bg-white transition-all duration-300 focus:outline-none focus:ring-1 disabled:bg-light disabled:text-text-muted disabled:cursor-not-allowed placeholder:text-text-muted";
3135
+ const u = "w-full px-4 py-2.5 pl-10 border-2 rounded-lg text-base bg-white transition-all duration-300 focus:outline-none focus:ring-1 disabled:bg-light disabled:text-text-muted disabled:cursor-not-allowed placeholder:text-text-muted";
3135
3136
  switch (a) {
3136
3137
  case "primary":
3137
3138
  return p(