quirk-ui 0.0.270 → 0.0.271

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.
@@ -32,7 +32,7 @@ c("CallToAction", () => {
32
32
  target: "_blank",
33
33
  variant: "link",
34
34
  icon: /* @__PURE__ */ o(l, { "data-testid": "icon", size: 21 }),
35
- iconAlignemnt: "left",
35
+ iconAlignment: "left",
36
36
  children: "Icon left"
37
37
  }
38
38
  )
@@ -49,7 +49,7 @@ c("CallToAction", () => {
49
49
  target: "_blank",
50
50
  variant: "link",
51
51
  icon: /* @__PURE__ */ o(l, { "data-testid": "icon", size: 21 }),
52
- iconAlignemnt: "right",
52
+ iconAlignment: "right",
53
53
  children: "Icon Right"
54
54
  }
55
55
  )
@@ -37,7 +37,7 @@ function D({
37
37
  imageAlt: f = "",
38
38
  ImageComponent: c,
39
39
  icon: o,
40
- iconAlignemnt: u = "right",
40
+ iconAlignment: u = "right",
41
41
  useRouter: M = !1,
42
42
  className: l,
43
43
  children: v,
@@ -23,7 +23,7 @@ export type BaseProps = {
23
23
  imageSrc?: string;
24
24
  imageAlt?: string;
25
25
  icon?: React.ReactNode;
26
- iconAlignemnt?: IconAlignment;
26
+ iconAlignment?: IconAlignment;
27
27
  useRouter?: boolean;
28
28
  className?: string;
29
29
  children: React.ReactNode;
@@ -44,5 +44,5 @@ export type CallToActionProps = BaseProps & ((AnchorProps & {
44
44
  })) & {
45
45
  ImageComponent?: React.ReactNode;
46
46
  };
47
- export declare function CallToAction({ variant, displayType, imageSrc, imageAlt, ImageComponent, icon, iconAlignemnt, useRouter, className, children, disabled, ...restProps }: CallToActionProps): import("react/jsx-runtime").JSX.Element;
47
+ export declare function CallToAction({ variant, displayType, imageSrc, imageAlt, ImageComponent, icon, iconAlignment, useRouter, className, children, disabled, ...restProps }: CallToActionProps): import("react/jsx-runtime").JSX.Element;
48
48
  export {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quirk-ui",
3
3
  "private": false,
4
- "version": "0.0.270",
4
+ "version": "0.0.271",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {