@qodo/design-system 0.17.3 → 0.17.5

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.d.ts CHANGED
@@ -99,7 +99,7 @@ declare interface BadgeProps extends React_2.HTMLAttributes<HTMLDivElement>, Var
99
99
 
100
100
  declare const badgeVariants: (props?: ({
101
101
  variant?: "default" | "secondary" | "outline" | "text" | "success" | "warning" | "destructive" | "error" | "primary" | "pending" | null | undefined;
102
- size?: "sm" | "lg" | "xs" | "md" | null | undefined;
102
+ size?: "xs" | "sm" | "lg" | "md" | null | undefined;
103
103
  } & ClassProp) | undefined) => string;
104
104
 
105
105
  export declare const BaseCell: (props: BaseCellProps) => JSX_2.Element;
@@ -145,7 +145,7 @@ export declare interface ButtonProps extends React_2.ButtonHTMLAttributes<HTMLBu
145
145
 
146
146
  declare const buttonVariants: (props?: ({
147
147
  variant?: "default" | "secondary" | "outline" | "ghost" | "link" | "danger" | null | undefined;
148
- size?: "default" | "sm" | "lg" | "icon" | null | undefined;
148
+ size?: "default" | "xs" | "sm" | "lg" | "icon" | null | undefined;
149
149
  } & ClassProp) | undefined) => string;
150
150
 
151
151
  export declare function Card({ className, ...props }: React_2.ComponentProps<"div"> & {
package/dist/index.esm.js CHANGED
@@ -3768,6 +3768,7 @@ const Wg = [
3768
3768
  },
3769
3769
  size: {
3770
3770
  default: "h-10 px-4 py-2",
3771
+ xs: "h-fit rounded-md text-xs px-2 py-1.5",
3771
3772
  sm: "h-9 rounded-md px-3",
3772
3773
  lg: "h-11 rounded-md px-8",
3773
3774
  icon: "h-10 w-10"
@@ -14707,7 +14708,7 @@ const cR = ({ radioItem: e }) => /* @__PURE__ */ s.jsxs(
14707
14708
  children: /* @__PURE__ */ s.jsx(
14708
14709
  as,
14709
14710
  {
14710
- className: "m-0 rounded-xs py-1.5 px-3 outline-none",
14711
+ className: "m-0 rounded-xs py-1.5 px-3 outline-none text-text-interactive-neutral-idle",
14711
14712
  disabled: e.disabled || e.loading,
14712
14713
  onClick: e.onClick,
14713
14714
  onSelect: e.onSelect,