@geegeez/ui 0.0.4 → 0.0.41

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
@@ -4275,7 +4275,7 @@ const vm = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, bm = bn, Z
4275
4275
  variants: {
4276
4276
  variant: {
4277
4277
  default: "bg-[--btn-bg] text-[--btn-fg] hover:bg-[--btn-bg-hover]",
4278
- outline: "font-semibold bg-transparent text-foreground hover:bg-[--btn-outline-bg-hover] border border-neutral hover:border-[--btn-outline-border-hover]",
4278
+ outline: "font-semibold bg-transparent text-foreground hover:bg-[--btn-outline-bg-hover] border border-border hover:border-[--btn-outline-border-hover]",
4279
4279
  link: "text-[--btn-link-fg] underline-offset-4 hover:underline",
4280
4280
  ghost: "bg-transparent text-[--btn-ghost-fg] hover:text-[--btn-ghost-fg-hover] hover:bg-[--btn-bg-hover]",
4281
4281
  light: "bg-transparent text-[--btn-light-fg] hover:text-[--btn-light-fg-hover] hover:bg-[--btn-light-bg-hover]",
@@ -14231,7 +14231,7 @@ const KF = d.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(
14231
14231
  {
14232
14232
  ref: n,
14233
14233
  className: N(
14234
- "grid place-content-center peer h-4 w-4 shrink-0 rounded-sm border border-secondary/50 shadow focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary-light data-[state=checked]:border-primary-light data-[state=checked]:text-primary-foreground",
14234
+ "grid place-content-center peer h-4 w-4 shrink-0 rounded-sm border border-border shadow focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary-light data-[state=checked]:border-primary-light data-[state=checked]:text-primary-foreground",
14235
14235
  e
14236
14236
  ),
14237
14237
  ...t,
@@ -19421,7 +19421,7 @@ const Ep = d.forwardRef(
19421
19421
  {
19422
19422
  type: t,
19423
19423
  className: N(
19424
- "flex h-10 w-full rounded-md border border-input bg-transparent p-4 text-base shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50",
19424
+ "flex h-10 w-full rounded-md border border-border bg-transparent p-4 text-base shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50",
19425
19425
  e
19426
19426
  ),
19427
19427
  ref: r,