@grupor5/raya 0.2.39 → 0.2.40
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.js
CHANGED
|
@@ -2553,7 +2553,7 @@ var AlertTitle = React28__namespace.forwardRef((_a, ref) => {
|
|
|
2553
2553
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
2554
2554
|
const { variant } = useAlertContext();
|
|
2555
2555
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2556
|
-
"
|
|
2556
|
+
"p",
|
|
2557
2557
|
__spreadValues({
|
|
2558
2558
|
ref,
|
|
2559
2559
|
className: cn(
|
package/dist/index.mjs
CHANGED
|
@@ -2522,7 +2522,7 @@ var AlertTitle = React28.forwardRef((_a, ref) => {
|
|
|
2522
2522
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
2523
2523
|
const { variant } = useAlertContext();
|
|
2524
2524
|
return /* @__PURE__ */ jsx(
|
|
2525
|
-
"
|
|
2525
|
+
"p",
|
|
2526
2526
|
__spreadValues({
|
|
2527
2527
|
ref,
|
|
2528
2528
|
className: cn(
|
|
@@ -8,7 +8,7 @@ declare const Alert: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDi
|
|
|
8
8
|
isClosable?: boolean;
|
|
9
9
|
actions?: React.ReactNode;
|
|
10
10
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
11
|
-
declare const AlertTitle: React.ForwardRefExoticComponent<React.HTMLAttributes<
|
|
11
|
+
declare const AlertTitle: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLParagraphElement> & React.RefAttributes<HTMLParagraphElement>>;
|
|
12
12
|
declare const AlertDescription: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLParagraphElement> & React.RefAttributes<HTMLParagraphElement>>;
|
|
13
13
|
|
|
14
14
|
export { Alert, AlertDescription, AlertTitle };
|
|
@@ -8,7 +8,7 @@ declare const Alert: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDi
|
|
|
8
8
|
isClosable?: boolean;
|
|
9
9
|
actions?: React.ReactNode;
|
|
10
10
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
11
|
-
declare const AlertTitle: React.ForwardRefExoticComponent<React.HTMLAttributes<
|
|
11
|
+
declare const AlertTitle: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLParagraphElement> & React.RefAttributes<HTMLParagraphElement>>;
|
|
12
12
|
declare const AlertDescription: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLParagraphElement> & React.RefAttributes<HTMLParagraphElement>>;
|
|
13
13
|
|
|
14
14
|
export { Alert, AlertDescription, AlertTitle };
|
|
@@ -381,7 +381,7 @@ var AlertTitle = React2__namespace.forwardRef((_a, ref) => {
|
|
|
381
381
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
382
382
|
const { variant } = useAlertContext();
|
|
383
383
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
384
|
-
"
|
|
384
|
+
"p",
|
|
385
385
|
__spreadValues({
|
|
386
386
|
ref,
|
|
387
387
|
className: cn(
|
|
@@ -360,7 +360,7 @@ var AlertTitle = React2.forwardRef((_a, ref) => {
|
|
|
360
360
|
var _b = _a, { className } = _b, props = __objRest(_b, ["className"]);
|
|
361
361
|
const { variant } = useAlertContext();
|
|
362
362
|
return /* @__PURE__ */ jsx(
|
|
363
|
-
"
|
|
363
|
+
"p",
|
|
364
364
|
__spreadValues({
|
|
365
365
|
ref,
|
|
366
366
|
className: cn(
|