@sikka/hawa 0.25.1-next → 0.25.2-next
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/blocks/auth/index.js +1 -1
- package/dist/blocks/auth/index.mjs +1 -1
- package/dist/blocks/index.js +1 -1
- package/dist/blocks/index.mjs +1 -1
- package/dist/carousel/index.d.mts +5 -5
- package/dist/carousel/index.d.ts +5 -5
- package/dist/carousel/index.js +11 -10
- package/dist/carousel/index.mjs +11 -10
- package/dist/elements/index.d.mts +5 -5
- package/dist/elements/index.d.ts +5 -5
- package/dist/elements/index.js +11 -10
- package/dist/elements/index.mjs +11 -10
- package/dist/index.d.mts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +12 -11
- package/dist/index.mjs +12 -11
- package/package.json +12 -12
@@ -3956,7 +3956,7 @@ var ResetPasswordForm = (props) => {
|
|
3956
3956
|
const { handleSubmit, control, formState } = (0, import_react_hook_form4.useForm)({
|
3957
3957
|
resolver: (0, import_zod4.zodResolver)(formSchema)
|
3958
3958
|
});
|
3959
|
-
return /* @__PURE__ */ import_react19.default.createElement(Card, { dir: props.direction }, !props.sent ? /* @__PURE__ */ import_react19.default.createElement(import_react19.default.Fragment, null, !props.headless && /* @__PURE__ */ import_react19.default.createElement(CardHeader, null, /* @__PURE__ */ import_react19.default.createElement(CardTitle, null,
|
3959
|
+
return /* @__PURE__ */ import_react19.default.createElement(Card, { dir: props.direction }, !props.sent ? /* @__PURE__ */ import_react19.default.createElement(import_react19.default.Fragment, null, !props.headless && /* @__PURE__ */ import_react19.default.createElement(CardHeader, null, /* @__PURE__ */ import_react19.default.createElement(CardTitle, null, ((_g = props.texts) == null ? void 0 : _g.headTitle) || "Reset Password"), /* @__PURE__ */ import_react19.default.createElement(CardDescription, null, ((_h = props.texts) == null ? void 0 : _h.headDescription) || "Enter your email to reset your account password")), /* @__PURE__ */ import_react19.default.createElement(
|
3960
3960
|
"form",
|
3961
3961
|
{
|
3962
3962
|
noValidate: true,
|
@@ -3149,7 +3149,7 @@ var ResetPasswordForm = (props) => {
|
|
3149
3149
|
const { handleSubmit, control, formState } = useForm4({
|
3150
3150
|
resolver: zodResolver4(formSchema)
|
3151
3151
|
});
|
3152
|
-
return /* @__PURE__ */ React11.createElement(Card, { dir: props.direction }, !props.sent ? /* @__PURE__ */ React11.createElement(React11.Fragment, null, !props.headless && /* @__PURE__ */ React11.createElement(CardHeader, null, /* @__PURE__ */ React11.createElement(CardTitle, null,
|
3152
|
+
return /* @__PURE__ */ React11.createElement(Card, { dir: props.direction }, !props.sent ? /* @__PURE__ */ React11.createElement(React11.Fragment, null, !props.headless && /* @__PURE__ */ React11.createElement(CardHeader, null, /* @__PURE__ */ React11.createElement(CardTitle, null, ((_g = props.texts) == null ? void 0 : _g.headTitle) || "Reset Password"), /* @__PURE__ */ React11.createElement(CardDescription, null, ((_h = props.texts) == null ? void 0 : _h.headDescription) || "Enter your email to reset your account password")), /* @__PURE__ */ React11.createElement(
|
3153
3153
|
"form",
|
3154
3154
|
{
|
3155
3155
|
noValidate: true,
|
package/dist/blocks/index.js
CHANGED
@@ -4113,7 +4113,7 @@ var ResetPasswordForm = (props) => {
|
|
4113
4113
|
const { handleSubmit, control, formState } = (0, import_react_hook_form4.useForm)({
|
4114
4114
|
resolver: (0, import_zod4.zodResolver)(formSchema)
|
4115
4115
|
});
|
4116
|
-
return /* @__PURE__ */ import_react19.default.createElement(Card, { dir: props.direction }, !props.sent ? /* @__PURE__ */ import_react19.default.createElement(import_react19.default.Fragment, null, !props.headless && /* @__PURE__ */ import_react19.default.createElement(CardHeader, null, /* @__PURE__ */ import_react19.default.createElement(CardTitle, null,
|
4116
|
+
return /* @__PURE__ */ import_react19.default.createElement(Card, { dir: props.direction }, !props.sent ? /* @__PURE__ */ import_react19.default.createElement(import_react19.default.Fragment, null, !props.headless && /* @__PURE__ */ import_react19.default.createElement(CardHeader, null, /* @__PURE__ */ import_react19.default.createElement(CardTitle, null, ((_g = props.texts) == null ? void 0 : _g.headTitle) || "Reset Password"), /* @__PURE__ */ import_react19.default.createElement(CardDescription, null, ((_h = props.texts) == null ? void 0 : _h.headDescription) || "Enter your email to reset your account password")), /* @__PURE__ */ import_react19.default.createElement(
|
4117
4117
|
"form",
|
4118
4118
|
{
|
4119
4119
|
noValidate: true,
|
package/dist/blocks/index.mjs
CHANGED
@@ -922,7 +922,7 @@ var ResetPasswordForm = (props) => {
|
|
922
922
|
const { handleSubmit, control, formState } = useForm4({
|
923
923
|
resolver: zodResolver4(formSchema)
|
924
924
|
});
|
925
|
-
return /* @__PURE__ */ React7.createElement(Card, { dir: props.direction }, !props.sent ? /* @__PURE__ */ React7.createElement(React7.Fragment, null, !props.headless && /* @__PURE__ */ React7.createElement(CardHeader, null, /* @__PURE__ */ React7.createElement(CardTitle, null,
|
925
|
+
return /* @__PURE__ */ React7.createElement(Card, { dir: props.direction }, !props.sent ? /* @__PURE__ */ React7.createElement(React7.Fragment, null, !props.headless && /* @__PURE__ */ React7.createElement(CardHeader, null, /* @__PURE__ */ React7.createElement(CardTitle, null, ((_g = props.texts) == null ? void 0 : _g.headTitle) || "Reset Password"), /* @__PURE__ */ React7.createElement(CardDescription, null, ((_h = props.texts) == null ? void 0 : _h.headDescription) || "Enter your email to reset your account password")), /* @__PURE__ */ React7.createElement(
|
926
926
|
"form",
|
927
927
|
{
|
928
928
|
noValidate: true,
|
@@ -1,13 +1,13 @@
|
|
1
|
-
import React__default
|
1
|
+
import React__default from 'react';
|
2
2
|
import { EmblaOptionsType } from 'embla-carousel-react';
|
3
3
|
|
4
|
-
|
4
|
+
type CarouselProps = {
|
5
5
|
items: React__default.ReactNode[];
|
6
6
|
showArrows?: boolean;
|
7
7
|
autoplay?: boolean;
|
8
8
|
autoplayInterval?: number;
|
9
|
-
|
10
|
-
|
11
|
-
declare const Carousel:
|
9
|
+
options?: EmblaOptionsType;
|
10
|
+
};
|
11
|
+
declare const Carousel: React__default.FC<CarouselProps>;
|
12
12
|
|
13
13
|
export { Carousel };
|
package/dist/carousel/index.d.ts
CHANGED
@@ -1,13 +1,13 @@
|
|
1
|
-
import React__default
|
1
|
+
import React__default from 'react';
|
2
2
|
import { EmblaOptionsType } from 'embla-carousel-react';
|
3
3
|
|
4
|
-
|
4
|
+
type CarouselProps = {
|
5
5
|
items: React__default.ReactNode[];
|
6
6
|
showArrows?: boolean;
|
7
7
|
autoplay?: boolean;
|
8
8
|
autoplayInterval?: number;
|
9
|
-
|
10
|
-
|
11
|
-
declare const Carousel:
|
9
|
+
options?: EmblaOptionsType;
|
10
|
+
};
|
11
|
+
declare const Carousel: React__default.FC<CarouselProps>;
|
12
12
|
|
13
13
|
export { Carousel };
|
package/dist/carousel/index.js
CHANGED
@@ -46,17 +46,18 @@ function cn(...inputs) {
|
|
46
46
|
}
|
47
47
|
|
48
48
|
// components/elements/carousel/Carousel.tsx
|
49
|
-
var Carousel = (
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
} =
|
49
|
+
var Carousel = ({
|
50
|
+
items,
|
51
|
+
showArrows,
|
52
|
+
options,
|
53
|
+
autoplay,
|
54
|
+
autoplayInterval = 3e3,
|
55
|
+
...props
|
56
|
+
}) => {
|
57
|
+
const { loop } = options;
|
58
58
|
const [emblaRef, emblaApi] = (0, import_embla_carousel_react.default)({
|
59
|
-
|
59
|
+
...options,
|
60
|
+
loop: autoplay ? true : loop || false
|
60
61
|
});
|
61
62
|
const [selectedIndex, setSelectedIndex] = (0, import_react.useState)(0);
|
62
63
|
(0, import_react.useEffect)(() => {
|
package/dist/carousel/index.mjs
CHANGED
@@ -5,17 +5,18 @@ import {
|
|
5
5
|
// components/elements/carousel/Carousel.tsx
|
6
6
|
import React, { useEffect, useState } from "react";
|
7
7
|
import useEmblaCarousel from "embla-carousel-react";
|
8
|
-
var Carousel = (
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
} =
|
8
|
+
var Carousel = ({
|
9
|
+
items,
|
10
|
+
showArrows,
|
11
|
+
options,
|
12
|
+
autoplay,
|
13
|
+
autoplayInterval = 3e3,
|
14
|
+
...props
|
15
|
+
}) => {
|
16
|
+
const { loop } = options;
|
17
17
|
const [emblaRef, emblaApi] = useEmblaCarousel({
|
18
|
-
|
18
|
+
...options,
|
19
|
+
loop: autoplay ? true : loop || false
|
19
20
|
});
|
20
21
|
const [selectedIndex, setSelectedIndex] = useState(0);
|
21
22
|
useEffect(() => {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as React from 'react';
|
2
|
-
import React__default, { FC, RefObject, ReactNode, ChangeEvent, FormEvent, InputHTMLAttributes
|
2
|
+
import React__default, { FC, RefObject, ReactNode, ChangeEvent, FormEvent, InputHTMLAttributes } from 'react';
|
3
3
|
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
4
4
|
import { P as PositionType, D as DirectionType, S as SeverityType, R as RadiusType, O as OrientationType } from '../commonTypes-CKtkuNFH.mjs';
|
5
5
|
export { D as DropdownMenu, f as DropdownMenuCheckboxItem, d as DropdownMenuContent, k as DropdownMenuGroup, e as DropdownMenuItem, h as DropdownMenuLabel, l as DropdownMenuPortal, b as DropdownMenuRadio, p as DropdownMenuRadioGroup, g as DropdownMenuRadioItem, a as DropdownMenuRoot, i as DropdownMenuSeparator, j as DropdownMenuShortcut, m as DropdownMenuSub, n as DropdownMenuSubContent, o as DropdownMenuSubTrigger, c as DropdownMenuTrigger, M as MenuItemType, S as SubItem } from '../DropdownMenu-vm2kRAhL.mjs';
|
@@ -726,14 +726,14 @@ type CodeBlockTypes = {
|
|
726
726
|
};
|
727
727
|
declare const CodeBlock: FC<CodeBlockTypes>;
|
728
728
|
|
729
|
-
|
729
|
+
type CarouselProps = {
|
730
730
|
items: React__default.ReactNode[];
|
731
731
|
showArrows?: boolean;
|
732
732
|
autoplay?: boolean;
|
733
733
|
autoplayInterval?: number;
|
734
|
-
|
735
|
-
|
736
|
-
declare const Carousel:
|
734
|
+
options?: EmblaOptionsType;
|
735
|
+
};
|
736
|
+
declare const Carousel: React__default.FC<CarouselProps>;
|
737
737
|
|
738
738
|
type IconCountTypes = {
|
739
739
|
/** The icon of the counter */
|
package/dist/elements/index.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as React from 'react';
|
2
|
-
import React__default, { FC, RefObject, ReactNode, ChangeEvent, FormEvent, InputHTMLAttributes
|
2
|
+
import React__default, { FC, RefObject, ReactNode, ChangeEvent, FormEvent, InputHTMLAttributes } from 'react';
|
3
3
|
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
4
4
|
import { P as PositionType, D as DirectionType, S as SeverityType, R as RadiusType, O as OrientationType } from '../commonTypes-CKtkuNFH.js';
|
5
5
|
export { D as DropdownMenu, f as DropdownMenuCheckboxItem, d as DropdownMenuContent, k as DropdownMenuGroup, e as DropdownMenuItem, h as DropdownMenuLabel, l as DropdownMenuPortal, b as DropdownMenuRadio, p as DropdownMenuRadioGroup, g as DropdownMenuRadioItem, a as DropdownMenuRoot, i as DropdownMenuSeparator, j as DropdownMenuShortcut, m as DropdownMenuSub, n as DropdownMenuSubContent, o as DropdownMenuSubTrigger, c as DropdownMenuTrigger, M as MenuItemType, S as SubItem } from '../DropdownMenu-jh4puuXw.js';
|
@@ -726,14 +726,14 @@ type CodeBlockTypes = {
|
|
726
726
|
};
|
727
727
|
declare const CodeBlock: FC<CodeBlockTypes>;
|
728
728
|
|
729
|
-
|
729
|
+
type CarouselProps = {
|
730
730
|
items: React__default.ReactNode[];
|
731
731
|
showArrows?: boolean;
|
732
732
|
autoplay?: boolean;
|
733
733
|
autoplayInterval?: number;
|
734
|
-
|
735
|
-
|
736
|
-
declare const Carousel:
|
734
|
+
options?: EmblaOptionsType;
|
735
|
+
};
|
736
|
+
declare const Carousel: React__default.FC<CarouselProps>;
|
737
737
|
|
738
738
|
type IconCountTypes = {
|
739
739
|
/** The icon of the counter */
|
package/dist/elements/index.js
CHANGED
@@ -7032,17 +7032,18 @@ var CodeBlock = ({
|
|
7032
7032
|
// components/elements/carousel/Carousel.tsx
|
7033
7033
|
var import_react31 = __toESM(require("react"));
|
7034
7034
|
var import_embla_carousel_react = __toESM(require("embla-carousel-react"));
|
7035
|
-
var Carousel = (
|
7036
|
-
|
7037
|
-
|
7038
|
-
|
7039
|
-
|
7040
|
-
|
7041
|
-
|
7042
|
-
|
7043
|
-
} =
|
7035
|
+
var Carousel = ({
|
7036
|
+
items,
|
7037
|
+
showArrows,
|
7038
|
+
options,
|
7039
|
+
autoplay,
|
7040
|
+
autoplayInterval = 3e3,
|
7041
|
+
...props
|
7042
|
+
}) => {
|
7043
|
+
const { loop } = options;
|
7044
7044
|
const [emblaRef, emblaApi] = (0, import_embla_carousel_react.default)({
|
7045
|
-
|
7045
|
+
...options,
|
7046
|
+
loop: autoplay ? true : loop || false
|
7046
7047
|
});
|
7047
7048
|
const [selectedIndex, setSelectedIndex] = (0, import_react31.useState)(0);
|
7048
7049
|
(0, import_react31.useEffect)(() => {
|
package/dist/elements/index.mjs
CHANGED
@@ -2756,17 +2756,18 @@ var CodeBlock = ({
|
|
2756
2756
|
// components/elements/carousel/Carousel.tsx
|
2757
2757
|
import React28, { useEffect as useEffect10, useState as useState12 } from "react";
|
2758
2758
|
import useEmblaCarousel from "embla-carousel-react";
|
2759
|
-
var Carousel = (
|
2760
|
-
|
2761
|
-
|
2762
|
-
|
2763
|
-
|
2764
|
-
|
2765
|
-
|
2766
|
-
|
2767
|
-
} =
|
2759
|
+
var Carousel = ({
|
2760
|
+
items,
|
2761
|
+
showArrows,
|
2762
|
+
options,
|
2763
|
+
autoplay,
|
2764
|
+
autoplayInterval = 3e3,
|
2765
|
+
...props
|
2766
|
+
}) => {
|
2767
|
+
const { loop } = options;
|
2768
2768
|
const [emblaRef, emblaApi] = useEmblaCarousel({
|
2769
|
-
|
2769
|
+
...options,
|
2770
|
+
loop: autoplay ? true : loop || false
|
2770
2771
|
});
|
2771
2772
|
const [selectedIndex, setSelectedIndex] = useState12(0);
|
2772
2773
|
useEffect10(() => {
|
package/dist/index.d.mts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as React$1 from 'react';
|
2
|
-
import React__default, { FC, RefObject, ReactNode, ChangeEvent, FormEvent, InputHTMLAttributes,
|
2
|
+
import React__default, { FC, RefObject, ReactNode, ChangeEvent, FormEvent, InputHTMLAttributes, useEffect } from 'react';
|
3
3
|
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
4
4
|
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
5
5
|
import * as AccordionPrimitive from '@radix-ui/react-accordion';
|
@@ -923,14 +923,14 @@ type CodeBlockTypes = {
|
|
923
923
|
};
|
924
924
|
declare const CodeBlock: FC<CodeBlockTypes>;
|
925
925
|
|
926
|
-
|
926
|
+
type CarouselProps = {
|
927
927
|
items: React__default.ReactNode[];
|
928
928
|
showArrows?: boolean;
|
929
929
|
autoplay?: boolean;
|
930
930
|
autoplayInterval?: number;
|
931
|
-
|
932
|
-
|
933
|
-
declare const Carousel:
|
931
|
+
options?: EmblaOptionsType;
|
932
|
+
};
|
933
|
+
declare const Carousel: React__default.FC<CarouselProps>;
|
934
934
|
|
935
935
|
type IconCountTypes = {
|
936
936
|
/** The icon of the counter */
|
package/dist/index.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as React$1 from 'react';
|
2
|
-
import React__default, { FC, RefObject, ReactNode, ChangeEvent, FormEvent, InputHTMLAttributes,
|
2
|
+
import React__default, { FC, RefObject, ReactNode, ChangeEvent, FormEvent, InputHTMLAttributes, useEffect } from 'react';
|
3
3
|
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
4
4
|
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
5
5
|
import * as AccordionPrimitive from '@radix-ui/react-accordion';
|
@@ -923,14 +923,14 @@ type CodeBlockTypes = {
|
|
923
923
|
};
|
924
924
|
declare const CodeBlock: FC<CodeBlockTypes>;
|
925
925
|
|
926
|
-
|
926
|
+
type CarouselProps = {
|
927
927
|
items: React__default.ReactNode[];
|
928
928
|
showArrows?: boolean;
|
929
929
|
autoplay?: boolean;
|
930
930
|
autoplayInterval?: number;
|
931
|
-
|
932
|
-
|
933
|
-
declare const Carousel:
|
931
|
+
options?: EmblaOptionsType;
|
932
|
+
};
|
933
|
+
declare const Carousel: React__default.FC<CarouselProps>;
|
934
934
|
|
935
935
|
type IconCountTypes = {
|
936
936
|
/** The icon of the counter */
|
package/dist/index.js
CHANGED
@@ -7188,17 +7188,18 @@ var CodeBlock = ({
|
|
7188
7188
|
// components/elements/carousel/Carousel.tsx
|
7189
7189
|
var import_react31 = __toESM(require("react"));
|
7190
7190
|
var import_embla_carousel_react = __toESM(require("embla-carousel-react"));
|
7191
|
-
var Carousel = (
|
7192
|
-
|
7193
|
-
|
7194
|
-
|
7195
|
-
|
7196
|
-
|
7197
|
-
|
7198
|
-
|
7199
|
-
} =
|
7191
|
+
var Carousel = ({
|
7192
|
+
items,
|
7193
|
+
showArrows,
|
7194
|
+
options,
|
7195
|
+
autoplay,
|
7196
|
+
autoplayInterval = 3e3,
|
7197
|
+
...props
|
7198
|
+
}) => {
|
7199
|
+
const { loop } = options;
|
7200
7200
|
const [emblaRef, emblaApi] = (0, import_embla_carousel_react.default)({
|
7201
|
-
|
7201
|
+
...options,
|
7202
|
+
loop: autoplay ? true : loop || false
|
7202
7203
|
});
|
7203
7204
|
const [selectedIndex, setSelectedIndex] = (0, import_react31.useState)(0);
|
7204
7205
|
(0, import_react31.useEffect)(() => {
|
@@ -10028,7 +10029,7 @@ var ResetPasswordForm = (props) => {
|
|
10028
10029
|
const { handleSubmit, control, formState } = (0, import_react_hook_form4.useForm)({
|
10029
10030
|
resolver: (0, import_zod4.zodResolver)(formSchema)
|
10030
10031
|
});
|
10031
|
-
return /* @__PURE__ */ import_react51.default.createElement(Card, { dir: props.direction }, !props.sent ? /* @__PURE__ */ import_react51.default.createElement(import_react51.default.Fragment, null, !props.headless && /* @__PURE__ */ import_react51.default.createElement(CardHeader, null, /* @__PURE__ */ import_react51.default.createElement(CardTitle, null,
|
10032
|
+
return /* @__PURE__ */ import_react51.default.createElement(Card, { dir: props.direction }, !props.sent ? /* @__PURE__ */ import_react51.default.createElement(import_react51.default.Fragment, null, !props.headless && /* @__PURE__ */ import_react51.default.createElement(CardHeader, null, /* @__PURE__ */ import_react51.default.createElement(CardTitle, null, ((_g = props.texts) == null ? void 0 : _g.headTitle) || "Reset Password"), /* @__PURE__ */ import_react51.default.createElement(CardDescription, null, ((_h = props.texts) == null ? void 0 : _h.headDescription) || "Enter your email to reset your account password")), /* @__PURE__ */ import_react51.default.createElement(
|
10032
10033
|
"form",
|
10033
10034
|
{
|
10034
10035
|
noValidate: true,
|
package/dist/index.mjs
CHANGED
@@ -6962,17 +6962,18 @@ var CodeBlock = ({
|
|
6962
6962
|
// components/elements/carousel/Carousel.tsx
|
6963
6963
|
import React55, { useEffect as useEffect14, useState as useState17 } from "react";
|
6964
6964
|
import useEmblaCarousel from "embla-carousel-react";
|
6965
|
-
var Carousel = (
|
6966
|
-
|
6967
|
-
|
6968
|
-
|
6969
|
-
|
6970
|
-
|
6971
|
-
|
6972
|
-
|
6973
|
-
} =
|
6965
|
+
var Carousel = ({
|
6966
|
+
items,
|
6967
|
+
showArrows,
|
6968
|
+
options,
|
6969
|
+
autoplay,
|
6970
|
+
autoplayInterval = 3e3,
|
6971
|
+
...props
|
6972
|
+
}) => {
|
6973
|
+
const { loop } = options;
|
6974
6974
|
const [emblaRef, emblaApi] = useEmblaCarousel({
|
6975
|
-
|
6975
|
+
...options,
|
6976
|
+
loop: autoplay ? true : loop || false
|
6976
6977
|
});
|
6977
6978
|
const [selectedIndex, setSelectedIndex] = useState17(0);
|
6978
6979
|
useEffect14(() => {
|
@@ -9802,7 +9803,7 @@ var ResetPasswordForm = (props) => {
|
|
9802
9803
|
const { handleSubmit, control, formState } = useForm4({
|
9803
9804
|
resolver: zodResolver4(formSchema)
|
9804
9805
|
});
|
9805
|
-
return /* @__PURE__ */ React79.createElement(Card, { dir: props.direction }, !props.sent ? /* @__PURE__ */ React79.createElement(React79.Fragment, null, !props.headless && /* @__PURE__ */ React79.createElement(CardHeader, null, /* @__PURE__ */ React79.createElement(CardTitle, null,
|
9806
|
+
return /* @__PURE__ */ React79.createElement(Card, { dir: props.direction }, !props.sent ? /* @__PURE__ */ React79.createElement(React79.Fragment, null, !props.headless && /* @__PURE__ */ React79.createElement(CardHeader, null, /* @__PURE__ */ React79.createElement(CardTitle, null, ((_g = props.texts) == null ? void 0 : _g.headTitle) || "Reset Password"), /* @__PURE__ */ React79.createElement(CardDescription, null, ((_h = props.texts) == null ? void 0 : _h.headDescription) || "Enter your email to reset your account password")), /* @__PURE__ */ React79.createElement(
|
9806
9807
|
"form",
|
9807
9808
|
{
|
9808
9809
|
noValidate: true,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sikka/hawa",
|
3
|
-
"version": "0.25.
|
3
|
+
"version": "0.25.2-next",
|
4
4
|
"description": "Modern UI Kit made with Tailwind",
|
5
5
|
"author": {
|
6
6
|
"name": "Sikka Software",
|
@@ -105,16 +105,16 @@
|
|
105
105
|
"devDependencies": {
|
106
106
|
"@babel/preset-react": "^7.23.3",
|
107
107
|
"@sikka/alam": "^0.0.4",
|
108
|
-
"@storybook/addon-essentials": "^7.6.
|
109
|
-
"@storybook/addon-interactions": "^7.6.
|
110
|
-
"@storybook/addon-links": "^7.6.
|
111
|
-
"@storybook/addon-mdx-gfm": "^7.6.
|
112
|
-
"@storybook/blocks": "^7.6.
|
113
|
-
"@storybook/manager-api": "^7.6.
|
114
|
-
"@storybook/nextjs": "^7.6.
|
115
|
-
"@storybook/react": "^7.6.
|
108
|
+
"@storybook/addon-essentials": "^7.6.6",
|
109
|
+
"@storybook/addon-interactions": "^7.6.6",
|
110
|
+
"@storybook/addon-links": "^7.6.6",
|
111
|
+
"@storybook/addon-mdx-gfm": "^7.6.6",
|
112
|
+
"@storybook/blocks": "^7.6.6",
|
113
|
+
"@storybook/manager-api": "^7.6.6",
|
114
|
+
"@storybook/nextjs": "^7.6.6",
|
115
|
+
"@storybook/react": "^7.6.6",
|
116
116
|
"@storybook/testing-library": "^0.2.2",
|
117
|
-
"@storybook/theming": "^7.6.
|
117
|
+
"@storybook/theming": "^7.6.6",
|
118
118
|
"@testing-library/jest-dom": "^6.1.5",
|
119
119
|
"@testing-library/react": "^14.1.2",
|
120
120
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
@@ -130,9 +130,9 @@
|
|
130
130
|
"prettier": "^3.1.1",
|
131
131
|
"prettier-plugin-tailwindcss": "^0.5.9",
|
132
132
|
"recharts": "^2.10.3",
|
133
|
-
"storybook": "^7.6.
|
133
|
+
"storybook": "^7.6.6",
|
134
134
|
"storybook-dark-mode": "^3.0.3",
|
135
|
-
"tailwindcss": "^3.
|
135
|
+
"tailwindcss": "^3.4.0",
|
136
136
|
"tailwindcss-animate": "^1.0.7",
|
137
137
|
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
138
138
|
"tsup": "^8.0.1",
|