@agilys-system/design-system 1.0.12 → 1.0.13

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
@@ -49,7 +49,7 @@ export declare interface BadgeProps extends HTMLAttributes<HTMLSpanElement>, Var
49
49
 
50
50
  export declare const badgeVariants: (props?: ({
51
51
  variant?: "filled" | "dot" | null | undefined;
52
- status?: "default" | "alert" | "success" | "error" | null | undefined;
52
+ status?: "alert" | "default" | "success" | "error" | null | undefined;
53
53
  } & ClassProp) | undefined) => string;
54
54
 
55
55
  export declare const Button: ForwardRefExoticComponent<ButtonProps & RefAttributes<HTMLButtonElement>>;
@@ -200,7 +200,7 @@ export declare interface TextProps extends HTMLAttributes<HTMLElement>, VariantP
200
200
 
201
201
  export declare const textVariants: (props?: ({
202
202
  variant?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "body" | "bodySm" | "caption" | null | undefined;
203
- weight?: "bold" | "regular" | "medium" | "semibold" | null | undefined;
203
+ weight?: "regular" | "medium" | "semibold" | "bold" | null | undefined;
204
204
  } & ClassProp) | undefined) => string;
205
205
 
206
206
  export { }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agilys-system/design-system",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Design system (React) for Agilys web projects — components built with Vite, Tailwind CSS and Storybook.",
5
5
  "type": "module",
6
6
  "license": "MIT",