linkedunion-design-kit 1.11.0 → 1.11.2

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.
@@ -1,7 +1,7 @@
1
1
  import * as React from "react";
2
2
  import { type VariantProps } from "class-variance-authority";
3
3
  import { Button } from "../../Button/Button/Button";
4
- declare const alertVariants: (props?: ({
4
+ export declare const alertVariants: (props?: ({
5
5
  size?: "sm" | "md" | "lg" | null | undefined;
6
6
  shadow?: "lg" | "none" | null | undefined;
7
7
  color?: "blue" | "green" | "yellow" | "red" | "indigo" | "gray" | null | undefined;
@@ -16,4 +16,3 @@ export declare function AlertDescription({ className, ...props }: React.HTMLAttr
16
16
  export declare function AlertFooter({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
17
17
  export declare const AlertAction: ({ className, color: colorProp, ...props }: React.ComponentProps<typeof Button>) => React.JSX.Element;
18
18
  export declare const AlertCancel: ({ className, color: colorProp, ...props }: React.ComponentProps<typeof Button>) => React.JSX.Element;
19
- export {};
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  var __rest = (this && this.__rest) || function (s, e) {
2
3
  var t = {};
3
4
  for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
@@ -15,7 +16,7 @@ import { cva } from "class-variance-authority";
15
16
  import { cn } from "../../../lib/utils";
16
17
  import LUIcon from "../../Icons/LUIcon";
17
18
  import { Button } from "../../Button/Button/Button";
18
- var alertVariants = cva("grid w-full gap-4 rounded-lg border-l-4 p-4", {
19
+ export var alertVariants = cva("grid w-full gap-4 rounded-lg border-l-4 p-4", {
19
20
  variants: {
20
21
  size: {
21
22
  lg: "[&_[data-slot='alert-dialog-header']_svg:not(.lu-icon-custom-size)]:size-9 gap-4 [&_h2[data-slot='alert-dialog-title']]:text-2xl [&_h2[data-slot='alert-dialog-title']]:font-medium [&_p[data-slot='alert-dialog-description']]:text-lg [&_p[data-slot='alert-dialog-description']]:font-normal",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linkedunion-design-kit",
3
- "version": "1.11.0",
3
+ "version": "1.11.2",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",