@alpic-ai/ui 0.0.0-dev.g52f80ac → 0.0.0-dev.g536e33d

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.
@@ -2,7 +2,7 @@ import { VariantProps } from "class-variance-authority";
2
2
 
3
3
  //#region src/components/skeleton.d.ts
4
4
  declare const skeletonVariants: (props?: ({
5
- shape?: "circle" | "rectangle" | null | undefined;
5
+ shape?: "rectangle" | "circle" | null | undefined;
6
6
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
7
7
  interface SkeletonProps extends React.ComponentProps<"div">, VariantProps<typeof skeletonVariants> {}
8
8
  declare function Skeleton({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alpic-ai/ui",
3
- "version": "0.0.0-dev.g52f80ac",
3
+ "version": "0.0.0-dev.g536e33d",
4
4
  "description": "Alpic design system — shared UI components",
5
5
  "type": "module",
6
6
  "exports": {