@sikka/hawa 0.24.4-next → 0.24.5-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/accordion/index.d.mts +1 -2
- package/dist/accordion/index.d.ts +1 -2
- package/dist/accordion/index.mjs +219 -7
- package/dist/alert/index.d.mts +1 -1
- package/dist/alert/index.d.ts +1 -1
- package/dist/appLayout/index.d.mts +126 -0
- package/dist/appLayout/index.d.ts +126 -0
- package/dist/appLayout/index.js +1325 -0
- package/dist/appLayout/index.mjs +1285 -0
- package/dist/appMenubar/index.d.mts +33 -0
- package/dist/appMenubar/index.d.ts +33 -0
- package/dist/appMenubar/index.js +281 -0
- package/dist/appMenubar/index.mjs +224 -0
- package/dist/appTabs/index.d.mts +18 -0
- package/dist/appTabs/index.d.ts +18 -0
- package/dist/appTabs/index.js +92 -0
- package/dist/appTabs/index.mjs +50 -0
- package/dist/appTopbar/index.d.mts +44 -0
- package/dist/appTopbar/index.d.ts +44 -0
- package/dist/appTopbar/index.js +483 -0
- package/dist/appTopbar/index.mjs +441 -0
- package/dist/avatar/index.d.mts +5 -4
- package/dist/avatar/index.d.ts +5 -4
- package/dist/backToTop/index.mjs +353 -3
- package/dist/badge/index.d.mts +2 -2
- package/dist/badge/index.d.ts +2 -2
- package/dist/checkbox/index.d.mts +1 -2
- package/dist/checkbox/index.d.ts +1 -2
- package/dist/chip/index.d.mts +36 -2
- package/dist/chip/index.d.ts +36 -2
- package/dist/chip/index.mjs +83 -3
- package/dist/chunk-62GI5F2P.mjs +442 -0
- package/dist/chunk-7NCNPRCL.mjs +120 -0
- package/dist/{chunk-TNAHW35O.mjs → chunk-C2UYTGUD.mjs} +8 -4
- package/dist/{chunk-26FHSPJI.mjs → chunk-DGWAHQRX.mjs} +1 -101
- package/dist/chunk-LRLLDOQZ.mjs +178 -0
- package/dist/chunk-ND4BWUKH.mjs +34 -0
- package/dist/codeBlock/index.mjs +684 -310
- package/dist/colorPicker/index.d.mts +2 -1
- package/dist/colorPicker/index.d.ts +2 -1
- package/dist/colorPicker/index.mjs +2 -167
- package/dist/combobox/index.d.mts +9 -1
- package/dist/combobox/index.d.ts +9 -1
- package/dist/combobox/index.mjs +61 -393
- package/dist/command/index.mjs +10 -425
- package/dist/commonTypes-3J1E3b61.d.mts +6 -0
- package/dist/commonTypes-3J1E3b61.d.ts +6 -0
- package/dist/commonTypes-GhKAraJw.d.mts +4 -0
- package/dist/commonTypes-GhKAraJw.d.ts +4 -0
- package/dist/commonTypes-LrR8QrYP.d.mts +5 -0
- package/dist/commonTypes-LrR8QrYP.d.ts +5 -0
- package/dist/commonTypes-WPhcN3Vr.d.mts +5 -0
- package/dist/commonTypes-WPhcN3Vr.d.ts +5 -0
- package/dist/commonTypes-ko_NGEoT.d.mts +3 -0
- package/dist/commonTypes-ko_NGEoT.d.ts +3 -0
- package/dist/copyrights/index.d.mts +17 -0
- package/dist/copyrights/index.d.ts +17 -0
- package/dist/copyrights/index.js +45 -0
- package/dist/copyrights/index.mjs +8 -0
- package/dist/count/index.d.mts +11 -0
- package/dist/count/index.d.ts +11 -0
- package/dist/count/index.js +45 -0
- package/dist/count/index.mjs +8 -0
- package/dist/dataTable/index.d.mts +1 -1
- package/dist/dataTable/index.d.ts +1 -1
- package/dist/destroyableCard/index.d.mts +1 -1
- package/dist/destroyableCard/index.d.ts +1 -1
- package/dist/dialog/index.d.mts +1 -1
- package/dist/dialog/index.d.ts +1 -1
- package/dist/docsLayout/index.d.mts +37 -0
- package/dist/docsLayout/index.d.ts +37 -0
- package/dist/docsLayout/index.js +926 -0
- package/dist/docsLayout/index.mjs +886 -0
- package/dist/docsSidebar/index.d.mts +11 -0
- package/dist/docsSidebar/index.d.ts +11 -0
- package/dist/docsSidebar/index.js +111 -0
- package/dist/docsSidebar/index.mjs +69 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +50 -41
- package/dist/index.mjs +50 -41
- package/dist/input/index.d.mts +2 -9
- package/dist/input/index.d.ts +2 -9
- package/dist/input/index.mjs +14 -98
- package/dist/interfaceSettings/index.d.mts +1 -1
- package/dist/interfaceSettings/index.d.ts +1 -1
- package/dist/interfaceSettings/index.mjs +24 -110
- package/dist/label/index.d.mts +1 -1
- package/dist/label/index.d.ts +1 -1
- package/dist/label/index.mjs +2 -87
- package/dist/layout/index.d.mts +1 -0
- package/dist/layout/index.d.ts +1 -0
- package/dist/layout/index.js +53 -44
- package/dist/layout/index.mjs +50 -41
- package/dist/navbar/index.d.mts +17 -0
- package/dist/navbar/index.d.ts +17 -0
- package/dist/navbar/index.js +166 -0
- package/dist/navbar/index.mjs +126 -0
- package/dist/pagination/index.d.mts +1 -1
- package/dist/pagination/index.d.ts +1 -1
- package/dist/passwordInput/index.mjs +27 -137
- package/dist/phoneInput/index.mjs +19 -129
- package/dist/radio/index.d.mts +1 -4
- package/dist/radio/index.d.ts +1 -4
- package/dist/scrollArea/index.d.mts +1 -1
- package/dist/scrollArea/index.d.ts +1 -1
- package/dist/select/index.d.mts +1 -1
- package/dist/select/index.d.ts +1 -1
- package/dist/separator/index.d.mts +1 -1
- package/dist/separator/index.d.ts +1 -1
- package/dist/sidebar/index.d.mts +48 -0
- package/dist/sidebar/index.d.ts +48 -0
- package/dist/sidebar/index.js +341 -0
- package/dist/sidebar/index.mjs +298 -0
- package/dist/simpleTable/index.d.mts +4 -3
- package/dist/simpleTable/index.d.ts +4 -3
- package/dist/simpleTable/index.mjs +21 -45
- package/dist/skeleton/index.d.mts +3 -3
- package/dist/skeleton/index.d.ts +3 -3
- package/dist/skeleton/index.mjs +3 -29
- package/dist/sortButton/index.mjs +9 -260
- package/dist/splitButton/index.d.mts +4 -3
- package/dist/splitButton/index.d.ts +4 -3
- package/dist/splitButton/index.mjs +10 -259
- package/dist/stats/index.d.mts +19 -0
- package/dist/stats/index.d.ts +19 -0
- package/dist/stats/index.js +191 -0
- package/dist/stats/index.mjs +154 -0
- package/dist/stopPropagationWrapper/index.d.mts +2 -2
- package/dist/stopPropagationWrapper/index.d.ts +2 -2
- package/dist/switch/index.d.mts +2 -1
- package/dist/switch/index.d.ts +2 -1
- package/dist/tabs/index.d.mts +19 -1
- package/dist/tabs/index.d.ts +19 -1
- package/dist/tabs/index.mjs +94 -14
- package/dist/textarea/index.d.mts +8 -1
- package/dist/textarea/index.d.ts +8 -1
- package/dist/textarea/index.mjs +92 -8
- package/dist/toast/index.d.mts +1 -1
- package/dist/toast/index.d.ts +1 -1
- package/package.json +1 -1
- package/dist/Label-fkQ4ebuH.d.mts +0 -12
- package/dist/Label-fkQ4ebuH.d.ts +0 -12
- package/dist/chunk-72HYR6WB.mjs +0 -88
- package/dist/chunk-JYSC6GKM.mjs +0 -229
- package/dist/commonTypes-3k5cNB1s.d.mts +0 -4
- package/dist/commonTypes-3k5cNB1s.d.ts +0 -4
- package/dist/commonTypes-N7XOVCit.d.mts +0 -5
- package/dist/commonTypes-N7XOVCit.d.ts +0 -5
- package/dist/index-DUZFcPRO.d.mts +0 -38
- package/dist/index-DUZFcPRO.d.ts +0 -38
@@ -0,0 +1,154 @@
|
|
1
|
+
// components/layout/stats/Stats.tsx
|
2
|
+
import React3 from "react";
|
3
|
+
|
4
|
+
// components/elements/card/Card.tsx
|
5
|
+
import * as React from "react";
|
6
|
+
|
7
|
+
// components/util.ts
|
8
|
+
import { clsx } from "clsx";
|
9
|
+
import { twMerge } from "tailwind-merge";
|
10
|
+
function cn(...inputs) {
|
11
|
+
return twMerge(clsx(inputs));
|
12
|
+
}
|
13
|
+
|
14
|
+
// components/elements/card/Card.tsx
|
15
|
+
var Card = React.forwardRef(
|
16
|
+
({ className, variant = "default", clickable = false, ...props }, ref) => {
|
17
|
+
let variantStyles = {
|
18
|
+
default: cn(
|
19
|
+
"hawa-rounded-lg hawa-border hawa-bg-card hawa-text-card-foreground hawa-shadow-sm",
|
20
|
+
clickable && "hawa-cursor-pointer hawa-transition-all hover:hawa-drop-shadow-md dark:hover:dark-shadow"
|
21
|
+
),
|
22
|
+
neoBrutalism: cn(
|
23
|
+
"neo-brutalism",
|
24
|
+
// "hawa-transition-all hawa-uppercase hawa-font-mono dark:hawa-bg-black hawa-font-bold hawa-py-2 hawa-px-4 hawa-rounded hawa-border-2 hawa-border-primary hawa-shadow-color-primary hawa-transition-[hawa-transform_50ms, hawa-box-shadow_50ms] transition-all uppercase font-mono dark:bg-black font-bold py-2 px-4 rounded border-2 border-primary shadow-color-primary transition-[transform_50ms, box-shadow_50ms]",
|
25
|
+
clickable && "hawa-cursor-pointer active:hawa-translate-x-0.5 active:hawa-translate-y-0.5 active:hawa-shadow-color-primary-active active:translate-x-0.5 active:translate-y-0.5 active:shadow-color-primary-active"
|
26
|
+
)
|
27
|
+
};
|
28
|
+
return /* @__PURE__ */ React.createElement(
|
29
|
+
"div",
|
30
|
+
{
|
31
|
+
ref,
|
32
|
+
className: cn(className, variantStyles[variant]),
|
33
|
+
...props
|
34
|
+
}
|
35
|
+
);
|
36
|
+
}
|
37
|
+
);
|
38
|
+
var CardHeader = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React.createElement(
|
39
|
+
"div",
|
40
|
+
{
|
41
|
+
ref,
|
42
|
+
className: cn(
|
43
|
+
"hawa-flex hawa-flex-col hawa-space-y-1.5 hawa-p-6",
|
44
|
+
className
|
45
|
+
),
|
46
|
+
...props
|
47
|
+
}
|
48
|
+
));
|
49
|
+
var CardTitle = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React.createElement(
|
50
|
+
"h3",
|
51
|
+
{
|
52
|
+
ref,
|
53
|
+
className: cn("hawa-text-2xl hawa-font-semibold ", className),
|
54
|
+
...props
|
55
|
+
}
|
56
|
+
));
|
57
|
+
var CardDescription = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React.createElement(
|
58
|
+
"p",
|
59
|
+
{
|
60
|
+
ref,
|
61
|
+
className: cn("hawa-text-sm hawa-text-muted-foreground", className),
|
62
|
+
...props
|
63
|
+
}
|
64
|
+
));
|
65
|
+
var CardContent = React.forwardRef(
|
66
|
+
({ headless, noPadding, className, ...props }, ref) => /* @__PURE__ */ React.createElement(
|
67
|
+
"div",
|
68
|
+
{
|
69
|
+
ref,
|
70
|
+
className: cn(
|
71
|
+
noPadding ? "hawa-p-0" : "hawa-p-6",
|
72
|
+
headless ? "hawa-pt-6" : "hawa-pt-0",
|
73
|
+
className
|
74
|
+
),
|
75
|
+
...props
|
76
|
+
}
|
77
|
+
)
|
78
|
+
);
|
79
|
+
var CardFooter = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React.createElement(
|
80
|
+
"div",
|
81
|
+
{
|
82
|
+
ref,
|
83
|
+
className: cn("hawa-flex hawa-items-center hawa-p-6 hawa-pt-0", className),
|
84
|
+
...props
|
85
|
+
}
|
86
|
+
));
|
87
|
+
CardDescription.displayName = "CardDescription";
|
88
|
+
CardContent.displayName = "CardContent";
|
89
|
+
CardHeader.displayName = "CardHeader";
|
90
|
+
CardFooter.displayName = "CardFooter";
|
91
|
+
CardTitle.displayName = "CardTitle";
|
92
|
+
Card.displayName = "Card";
|
93
|
+
|
94
|
+
// components/elements/skeleton/Skeleton.tsx
|
95
|
+
import React2 from "react";
|
96
|
+
function Skeleton({
|
97
|
+
className,
|
98
|
+
content,
|
99
|
+
animation = "pulse",
|
100
|
+
...props
|
101
|
+
}) {
|
102
|
+
const animationStyles = {
|
103
|
+
none: "hawa-rounded hawa-bg-muted",
|
104
|
+
pulse: "hawa-animate-pulse hawa-rounded hawa-bg-muted",
|
105
|
+
shimmer: "hawa-space-y-5 hawa-rounded hawa-bg-muted hawa-p-4 hawa-relative before:hawa-absolute before:hawa-inset-0 before:hawa--translate-x-full before:hawa-animate-[shimmer_2s_infinite] before:hawa-bg-gradient-to-r before:hawa-from-transparent before:hawa-via-gray-300/40 dark:before:hawa-via-white/10 before:hawa-to-transparent hawa-isolate hawa-overflow-hidden before:hawa-border-t before:hawa-border-rose-100/10"
|
106
|
+
};
|
107
|
+
return /* @__PURE__ */ React2.createElement(
|
108
|
+
"div",
|
109
|
+
{
|
110
|
+
className: cn(
|
111
|
+
animationStyles[animation],
|
112
|
+
content && "hawa-flex hawa-flex-col hawa-items-center hawa-justify-center",
|
113
|
+
className
|
114
|
+
),
|
115
|
+
...props
|
116
|
+
},
|
117
|
+
content && content
|
118
|
+
);
|
119
|
+
}
|
120
|
+
|
121
|
+
// components/layout/stats/Stats.tsx
|
122
|
+
var Stats = ({
|
123
|
+
label,
|
124
|
+
icon,
|
125
|
+
isLoading,
|
126
|
+
number,
|
127
|
+
helperText,
|
128
|
+
helperTextColor = "default",
|
129
|
+
chart,
|
130
|
+
clickable,
|
131
|
+
variant = "default",
|
132
|
+
...props
|
133
|
+
}) => {
|
134
|
+
let helperTextColorStyles = {
|
135
|
+
default: "",
|
136
|
+
positive: "hawa-text-green-600 dark:hawa-text-green-500",
|
137
|
+
negative: "hawa-text-red-600 dark:hawa-text-red-500",
|
138
|
+
muted: "hawa-text-muted-foreground"
|
139
|
+
};
|
140
|
+
return /* @__PURE__ */ React3.createElement(Card, { ...props, clickable }, /* @__PURE__ */ React3.createElement("div", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-justify-between hawa-p-4" }, /* @__PURE__ */ React3.createElement(CardTitle, { className: "hawa-text-sm hawa-font-medium" }, label), icon && /* @__PURE__ */ React3.createElement("span", null, icon)), /* @__PURE__ */ React3.createElement(CardContent, { className: "hawa-transition-all" }, isLoading ? /* @__PURE__ */ React3.createElement(Skeleton, { className: "hawa-h-8 hawa-w-3/4" }) : /* @__PURE__ */ React3.createElement("div", { className: "hawa-text-2xl hawa-font-bold" }, number), helperText && /* @__PURE__ */ React3.createElement(
|
141
|
+
"div",
|
142
|
+
{
|
143
|
+
className: cn(
|
144
|
+
"hawa-my-0 hawa-text-start hawa-text-xs hawa-transition-all",
|
145
|
+
helperTextColorStyles[helperTextColor],
|
146
|
+
helperText ? "hawa-h-4 hawa-opacity-100" : "hawa-h-0 hawa-opacity-0"
|
147
|
+
)
|
148
|
+
},
|
149
|
+
isLoading ? /* @__PURE__ */ React3.createElement(Skeleton, { className: "hawa-mt-2 hawa-h-4 hawa-w-1/2" }) : helperText
|
150
|
+
), chart && (isLoading ? /* @__PURE__ */ React3.createElement(Skeleton, { className: "hawa-mt-2 hawa-h-4 hawa-w-1/2" }) : chart)));
|
151
|
+
};
|
152
|
+
export {
|
153
|
+
Stats
|
154
|
+
};
|
package/dist/switch/index.d.mts
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
import * as React from 'react';
|
2
2
|
import * as SwitchPrimitives from '@radix-ui/react-switch';
|
3
|
-
|
3
|
+
|
4
|
+
type RadiusType = "full" | "inherit" | "none";
|
4
5
|
|
5
6
|
interface SwitchProps extends React.ComponentPropsWithoutRef<typeof SwitchPrimitives.Root> {
|
6
7
|
size?: "default" | "sm" | "lg";
|
package/dist/switch/index.d.ts
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
import * as React from 'react';
|
2
2
|
import * as SwitchPrimitives from '@radix-ui/react-switch';
|
3
|
-
|
3
|
+
|
4
|
+
type RadiusType = "full" | "inherit" | "none";
|
4
5
|
|
5
6
|
interface SwitchProps extends React.ComponentPropsWithoutRef<typeof SwitchPrimitives.Root> {
|
6
7
|
size?: "default" | "sm" | "lg";
|
package/dist/tabs/index.d.mts
CHANGED
@@ -1,6 +1,24 @@
|
|
1
1
|
import * as React from 'react';
|
2
|
+
import React__default from 'react';
|
2
3
|
import * as TabsPrimitive from '@radix-ui/react-tabs';
|
3
|
-
import {
|
4
|
+
import { R as RadiusType, O as OrientationType } from '../commonTypes-3J1E3b61.mjs';
|
5
|
+
|
6
|
+
type ChipColors = "green" | "blue" | "red" | "yellow" | "orange" | "purple" | "cyan" | "hyper" | "oceanic";
|
7
|
+
type ChipTypes = React__default.HTMLAttributes<HTMLSpanElement> & {
|
8
|
+
/** The text inside the chip */
|
9
|
+
label: string;
|
10
|
+
/** The small icon before the chip label */
|
11
|
+
icon?: JSX.Element;
|
12
|
+
/** The color of the chip, must be a tailwind color */
|
13
|
+
color?: ChipColors;
|
14
|
+
/** The size of the chip */
|
15
|
+
size?: "small" | "normal" | "large";
|
16
|
+
/** Enable/Disable the dot before the label of the chip */
|
17
|
+
dot?: boolean;
|
18
|
+
/** Red/Green dot next to the label of the chip indicating online/offline or available/unavailable */
|
19
|
+
dotType?: "available" | "unavailable";
|
20
|
+
radius?: RadiusType;
|
21
|
+
};
|
4
22
|
|
5
23
|
declare const Tabs: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
6
24
|
orientation?: OrientationType | undefined;
|
package/dist/tabs/index.d.ts
CHANGED
@@ -1,6 +1,24 @@
|
|
1
1
|
import * as React from 'react';
|
2
|
+
import React__default from 'react';
|
2
3
|
import * as TabsPrimitive from '@radix-ui/react-tabs';
|
3
|
-
import {
|
4
|
+
import { R as RadiusType, O as OrientationType } from '../commonTypes-3J1E3b61.js';
|
5
|
+
|
6
|
+
type ChipColors = "green" | "blue" | "red" | "yellow" | "orange" | "purple" | "cyan" | "hyper" | "oceanic";
|
7
|
+
type ChipTypes = React__default.HTMLAttributes<HTMLSpanElement> & {
|
8
|
+
/** The text inside the chip */
|
9
|
+
label: string;
|
10
|
+
/** The small icon before the chip label */
|
11
|
+
icon?: JSX.Element;
|
12
|
+
/** The color of the chip, must be a tailwind color */
|
13
|
+
color?: ChipColors;
|
14
|
+
/** The size of the chip */
|
15
|
+
size?: "small" | "normal" | "large";
|
16
|
+
/** Enable/Disable the dot before the label of the chip */
|
17
|
+
dot?: boolean;
|
18
|
+
/** Red/Green dot next to the label of the chip indicating online/offline or available/unavailable */
|
19
|
+
dotType?: "available" | "unavailable";
|
20
|
+
radius?: RadiusType;
|
21
|
+
};
|
4
22
|
|
5
23
|
declare const Tabs: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
6
24
|
orientation?: OrientationType | undefined;
|
package/dist/tabs/index.mjs
CHANGED
@@ -1,15 +1,95 @@
|
|
1
|
-
import {
|
2
|
-
Chip
|
3
|
-
} from "../chunk-72HYR6WB.mjs";
|
4
1
|
import {
|
5
2
|
cn
|
6
3
|
} from "../chunk-TE3BKEXL.mjs";
|
7
4
|
|
8
5
|
// components/elements/tabs/Tabs.tsx
|
9
|
-
import * as
|
6
|
+
import * as React2 from "react";
|
10
7
|
import * as TabsPrimitive from "@radix-ui/react-tabs";
|
11
|
-
|
12
|
-
|
8
|
+
|
9
|
+
// components/elements/chip/Chip.tsx
|
10
|
+
import React from "react";
|
11
|
+
var Chip = React.forwardRef(
|
12
|
+
({
|
13
|
+
label,
|
14
|
+
size = "normal",
|
15
|
+
icon,
|
16
|
+
color,
|
17
|
+
radius = "inherit",
|
18
|
+
dotType,
|
19
|
+
...rest
|
20
|
+
}, ref) => {
|
21
|
+
let defaultStyles = "hawa-flex hawa-flex-row hawa-w-fit hawa-gap-1 hawa-items-center hawa-px-2.5 hawa-py-1 hawa-font-bold ";
|
22
|
+
let radiusStyles = {
|
23
|
+
inherit: " hawa-rounded",
|
24
|
+
full: "hawa-rounded-full",
|
25
|
+
none: "hawa-rounded-none"
|
26
|
+
};
|
27
|
+
let sizeStyles = {
|
28
|
+
small: "hawa-h-[15px] hawa-leading-4 hawa-px-0 hawa-py-0 hawa-text-[9px] hawa-gap-0.5 ",
|
29
|
+
normal: "hawa-h-fit hawa-text-xs",
|
30
|
+
large: "hawa-text-base"
|
31
|
+
};
|
32
|
+
let dotStyles = {
|
33
|
+
small: "hawa-flex hawa-h-1 hawa-w-1 hawa-rounded-full",
|
34
|
+
normal: "hawa-flex hawa-h-2 hawa-w-2 hawa-rounded-full",
|
35
|
+
large: "hawa-flex hawa-h-3 hawa-w-3 hawa-rounded-full"
|
36
|
+
};
|
37
|
+
let dotTypeStyles = {
|
38
|
+
available: "hawa-bg-green-500",
|
39
|
+
unavailable: "hawa-bg-red-500"
|
40
|
+
};
|
41
|
+
let colorStyles = {
|
42
|
+
green: "hawa-bg-green-100 hawa-text-green-500 dark:hawa-bg-green-400 dark:hawa-text-green-800",
|
43
|
+
blue: "hawa-bg-blue-100 hawa-text-blue-500 dark:hawa-bg-blue-400 dark:hawa-text-blue-100",
|
44
|
+
red: "hawa-bg-red-100 hawa-text-red-500 dark:hawa-bg-red-400 dark:hawa-text-red-100",
|
45
|
+
yellow: "hawa-bg-yellow-100 hawa-text-yellow-600 dark:hawa-bg-yellow-400 dark:hawa-text-yellow-800",
|
46
|
+
orange: "hawa-bg-orange-100 hawa-text-orange-500 dark:hawa-bg-orange-400 dark:hawa-text-orange-100",
|
47
|
+
purple: "hawa-bg-purple-100 hawa-text-purple-500 dark:hawa-bg-purple-400 dark:hawa-text-purple-100",
|
48
|
+
cyan: "hawa-bg-cyan-100 hawa-text-cyan-800 dark:hawa-bg-cyan-400 dark:hawa-text-cyan-800",
|
49
|
+
hyper: "hawa-text-white hawa-bg-gradient-to-tl hawa-from-pink-500 hawa-via-red-500 hawa-to-yellow-500 ",
|
50
|
+
oceanic: "hawa-text-white hawa-bg-gradient-to-bl hawa-from-green-300 hawa-via-blue-500 hawa-to-purple-600"
|
51
|
+
};
|
52
|
+
if (label) {
|
53
|
+
return /* @__PURE__ */ React.createElement(
|
54
|
+
"span",
|
55
|
+
{
|
56
|
+
...rest,
|
57
|
+
ref,
|
58
|
+
className: cn(
|
59
|
+
defaultStyles,
|
60
|
+
sizeStyles[size],
|
61
|
+
radiusStyles[radius],
|
62
|
+
color ? colorStyles[color] : "hawa-border hawa-bg-none"
|
63
|
+
)
|
64
|
+
},
|
65
|
+
dotType && /* @__PURE__ */ React.createElement(
|
66
|
+
"span",
|
67
|
+
{
|
68
|
+
className: cn(dotStyles[size], dotTypeStyles[dotType])
|
69
|
+
}
|
70
|
+
),
|
71
|
+
icon && icon,
|
72
|
+
label
|
73
|
+
);
|
74
|
+
} else {
|
75
|
+
return /* @__PURE__ */ React.createElement(
|
76
|
+
"span",
|
77
|
+
{
|
78
|
+
...rest,
|
79
|
+
ref,
|
80
|
+
className: cn(
|
81
|
+
"hawa-h-2 hawa-w-2 hawa-rounded-full",
|
82
|
+
color ? colorStyles[color] : "hawa-border hawa-bg-none"
|
83
|
+
)
|
84
|
+
}
|
85
|
+
);
|
86
|
+
}
|
87
|
+
}
|
88
|
+
);
|
89
|
+
|
90
|
+
// components/elements/tabs/Tabs.tsx
|
91
|
+
var TabsContext = React2.createContext({ orientation: "vertical" });
|
92
|
+
var Tabs = React2.forwardRef(({ className, orientation, ...props }, ref) => /* @__PURE__ */ React2.createElement(
|
13
93
|
TabsPrimitive.Root,
|
14
94
|
{
|
15
95
|
ref,
|
@@ -20,12 +100,12 @@ var Tabs = React.forwardRef(({ className, orientation, ...props }, ref) => /* @_
|
|
20
100
|
),
|
21
101
|
...props
|
22
102
|
},
|
23
|
-
/* @__PURE__ */
|
103
|
+
/* @__PURE__ */ React2.createElement(TabsContext.Provider, { value: { orientation } }, props.children)
|
24
104
|
));
|
25
105
|
Tabs.displayName = TabsPrimitive.Root.displayName;
|
26
|
-
var TabsList =
|
27
|
-
const { orientation } =
|
28
|
-
return /* @__PURE__ */
|
106
|
+
var TabsList = React2.forwardRef(({ className, ...props }, ref) => {
|
107
|
+
const { orientation } = React2.useContext(TabsContext);
|
108
|
+
return /* @__PURE__ */ React2.createElement(
|
29
109
|
TabsPrimitive.List,
|
30
110
|
{
|
31
111
|
ref,
|
@@ -39,8 +119,8 @@ var TabsList = React.forwardRef(({ className, ...props }, ref) => {
|
|
39
119
|
);
|
40
120
|
});
|
41
121
|
TabsList.displayName = TabsPrimitive.List.displayName;
|
42
|
-
var TabsTrigger =
|
43
|
-
return /* @__PURE__ */
|
122
|
+
var TabsTrigger = React2.forwardRef(({ className, chipProps, ...props }, ref) => {
|
123
|
+
return /* @__PURE__ */ React2.createElement(
|
44
124
|
TabsPrimitive.Trigger,
|
45
125
|
{
|
46
126
|
ref,
|
@@ -51,11 +131,11 @@ var TabsTrigger = React.forwardRef(({ className, chipProps, ...props }, ref) =>
|
|
51
131
|
...props
|
52
132
|
},
|
53
133
|
props.children,
|
54
|
-
chipProps && /* @__PURE__ */
|
134
|
+
chipProps && /* @__PURE__ */ React2.createElement(Chip, { ...chipProps })
|
55
135
|
);
|
56
136
|
});
|
57
137
|
TabsTrigger.displayName = TabsPrimitive.Trigger.displayName;
|
58
|
-
var TabsContent =
|
138
|
+
var TabsContent = React2.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React2.createElement(
|
59
139
|
TabsPrimitive.Content,
|
60
140
|
{
|
61
141
|
ref,
|
@@ -1,5 +1,12 @@
|
|
1
1
|
import * as React from 'react';
|
2
|
-
import {
|
2
|
+
import { P as PositionType } from '../commonTypes-3J1E3b61.mjs';
|
3
|
+
|
4
|
+
type LabelProps = {
|
5
|
+
hint?: React.ReactNode;
|
6
|
+
hintSide?: PositionType;
|
7
|
+
htmlFor?: string;
|
8
|
+
required?: boolean;
|
9
|
+
};
|
3
10
|
|
4
11
|
interface TextareaProps extends React.TextareaHTMLAttributes<HTMLTextAreaElement> {
|
5
12
|
helperText?: string;
|
package/dist/textarea/index.d.ts
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
import * as React from 'react';
|
2
|
-
import {
|
2
|
+
import { P as PositionType } from '../commonTypes-3J1E3b61.js';
|
3
|
+
|
4
|
+
type LabelProps = {
|
5
|
+
hint?: React.ReactNode;
|
6
|
+
hintSide?: PositionType;
|
7
|
+
htmlFor?: string;
|
8
|
+
required?: boolean;
|
9
|
+
};
|
3
10
|
|
4
11
|
interface TextareaProps extends React.TextareaHTMLAttributes<HTMLTextAreaElement> {
|
5
12
|
helperText?: string;
|
package/dist/textarea/index.mjs
CHANGED
@@ -1,13 +1,97 @@
|
|
1
|
-
import {
|
2
|
-
Label
|
3
|
-
} from "../chunk-TNAHW35O.mjs";
|
4
1
|
import {
|
5
2
|
cn
|
6
3
|
} from "../chunk-TE3BKEXL.mjs";
|
7
4
|
|
8
5
|
// components/elements/textarea/Textarea.tsx
|
9
|
-
import * as
|
10
|
-
|
6
|
+
import * as React3 from "react";
|
7
|
+
|
8
|
+
// components/elements/label/Label.tsx
|
9
|
+
import * as React2 from "react";
|
10
|
+
|
11
|
+
// components/elements/tooltip/Tooltip.tsx
|
12
|
+
import React from "react";
|
13
|
+
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
14
|
+
var TooltipContent = React.forwardRef(({ className, sideOffset = 4, ...props }, ref) => /* @__PURE__ */ React.createElement(
|
15
|
+
TooltipPrimitive.Content,
|
16
|
+
{
|
17
|
+
ref,
|
18
|
+
sideOffset,
|
19
|
+
className: cn(
|
20
|
+
"hawa-z-50 hawa-overflow-hidden hawa-rounded-md hawa-border hawa-bg-popover hawa-px-3 hawa-py-1.5 hawa-text-sm hawa-text-popover-foreground hawa-shadow-md hawa-animate-in hawa-fade-in-0 hawa-zoom-in-95 data-[state=closed]:hawa-animate-out data-[state=closed]:hawa-fade-out-0 data-[state=closed]:hawa-zoom-out-95 data-[side=bottom]:hawa-slide-in-from-top-2 data-[side=left]:hawa-slide-in-from-right-2 data-[side=right]:hawa-slide-in-from-left-2 data-[side=top]:hawa-slide-in-from-bottom-2",
|
21
|
+
className
|
22
|
+
),
|
23
|
+
...props
|
24
|
+
}
|
25
|
+
));
|
26
|
+
TooltipContent.displayName = TooltipPrimitive.Content.displayName;
|
27
|
+
var TooltipArrow = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React.createElement(TooltipPrimitive.Arrow, { ref, className: cn(className), ...props }));
|
28
|
+
TooltipArrow.displayName = TooltipPrimitive.Arrow.displayName;
|
29
|
+
var Tooltip = ({
|
30
|
+
side,
|
31
|
+
open,
|
32
|
+
content,
|
33
|
+
children,
|
34
|
+
defaultOpen,
|
35
|
+
onOpenChange,
|
36
|
+
triggerProps,
|
37
|
+
contentProps,
|
38
|
+
providerProps,
|
39
|
+
delayDuration = 300,
|
40
|
+
...props
|
41
|
+
}) => {
|
42
|
+
return /* @__PURE__ */ React.createElement(
|
43
|
+
TooltipPrimitive.TooltipProvider,
|
44
|
+
{
|
45
|
+
delayDuration,
|
46
|
+
...providerProps
|
47
|
+
},
|
48
|
+
/* @__PURE__ */ React.createElement(
|
49
|
+
TooltipPrimitive.Root,
|
50
|
+
{
|
51
|
+
open,
|
52
|
+
defaultOpen,
|
53
|
+
onOpenChange,
|
54
|
+
...props
|
55
|
+
},
|
56
|
+
/* @__PURE__ */ React.createElement(TooltipPrimitive.Trigger, { ...triggerProps }, children),
|
57
|
+
/* @__PURE__ */ React.createElement(TooltipContent, { side, align: "center", ...contentProps }, content)
|
58
|
+
)
|
59
|
+
);
|
60
|
+
};
|
61
|
+
|
62
|
+
// components/elements/label/Label.tsx
|
63
|
+
var Label = React2.forwardRef(({ className, hint, hintSide, required, children, ...props }, ref) => /* @__PURE__ */ React2.createElement("div", { className: "hawa-flex hawa-flex-row hawa-items-center hawa-gap-1 hawa-transition-all" }, /* @__PURE__ */ React2.createElement(
|
64
|
+
"label",
|
65
|
+
{
|
66
|
+
ref,
|
67
|
+
className: cn(
|
68
|
+
"hawa-text-sm hawa-font-medium hawa-leading-none peer-disabled:hawa-cursor-not-allowed peer-disabled:hawa-opacity-70",
|
69
|
+
className
|
70
|
+
),
|
71
|
+
...props
|
72
|
+
},
|
73
|
+
children,
|
74
|
+
required && /* @__PURE__ */ React2.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
|
75
|
+
), hint && /* @__PURE__ */ React2.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React2.createElement(
|
76
|
+
"svg",
|
77
|
+
{
|
78
|
+
xmlns: "http://www.w3.org/2000/svg",
|
79
|
+
className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
|
80
|
+
viewBox: "0 0 24 24",
|
81
|
+
fill: "none",
|
82
|
+
stroke: "currentColor",
|
83
|
+
strokeWidth: "2",
|
84
|
+
strokeLinecap: "round",
|
85
|
+
strokeLinejoin: "round"
|
86
|
+
},
|
87
|
+
/* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
|
88
|
+
/* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
|
89
|
+
/* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
|
90
|
+
))));
|
91
|
+
Label.displayName = "Label";
|
92
|
+
|
93
|
+
// components/elements/textarea/Textarea.tsx
|
94
|
+
var Textarea = React3.forwardRef(
|
11
95
|
({
|
12
96
|
className,
|
13
97
|
labelProps,
|
@@ -17,7 +101,7 @@ var Textarea = React.forwardRef(
|
|
17
101
|
countPosition = "bottom",
|
18
102
|
...props
|
19
103
|
}, ref) => {
|
20
|
-
return /* @__PURE__ */
|
104
|
+
return /* @__PURE__ */ React3.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2" }, props.label && /* @__PURE__ */ React3.createElement(Label, { ...labelProps }, props.label), /* @__PURE__ */ React3.createElement(
|
21
105
|
"textarea",
|
22
106
|
{
|
23
107
|
className: cn(
|
@@ -27,7 +111,7 @@ var Textarea = React.forwardRef(
|
|
27
111
|
ref,
|
28
112
|
...textareaProps
|
29
113
|
}
|
30
|
-
), /* @__PURE__ */
|
114
|
+
), /* @__PURE__ */ React3.createElement("div", { className: "hawa-flex hawa-flex-row hawa-justify-between" }, !forceHideHelperText && /* @__PURE__ */ React3.createElement(
|
31
115
|
"p",
|
32
116
|
{
|
33
117
|
className: cn(
|
@@ -36,7 +120,7 @@ var Textarea = React.forwardRef(
|
|
36
120
|
)
|
37
121
|
},
|
38
122
|
props.helperText
|
39
|
-
), showCount && /* @__PURE__ */
|
123
|
+
), showCount && /* @__PURE__ */ React3.createElement(
|
40
124
|
"div",
|
41
125
|
{
|
42
126
|
className: cn(
|
package/dist/toast/index.d.mts
CHANGED
@@ -2,7 +2,7 @@ import * as class_variance_authority_types from 'class-variance-authority/types'
|
|
2
2
|
import * as React from 'react';
|
3
3
|
import * as ToastPrimitives from '@radix-ui/react-toast';
|
4
4
|
import { VariantProps } from 'class-variance-authority';
|
5
|
-
import { D as DirectionType } from '../commonTypes-
|
5
|
+
import { D as DirectionType } from '../commonTypes-3J1E3b61.mjs';
|
6
6
|
|
7
7
|
declare const ToastProvider: React.FC<ToastPrimitives.ToastProviderProps>;
|
8
8
|
declare const ToastViewport: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastViewportProps & React.RefAttributes<HTMLOListElement>, "ref"> & React.RefAttributes<HTMLOListElement>>;
|
package/dist/toast/index.d.ts
CHANGED
@@ -2,7 +2,7 @@ import * as class_variance_authority_types from 'class-variance-authority/types'
|
|
2
2
|
import * as React from 'react';
|
3
3
|
import * as ToastPrimitives from '@radix-ui/react-toast';
|
4
4
|
import { VariantProps } from 'class-variance-authority';
|
5
|
-
import { D as DirectionType } from '../commonTypes-
|
5
|
+
import { D as DirectionType } from '../commonTypes-3J1E3b61.js';
|
6
6
|
|
7
7
|
declare const ToastProvider: React.FC<ToastPrimitives.ToastProviderProps>;
|
8
8
|
declare const ToastViewport: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastViewportProps & React.RefAttributes<HTMLOListElement>, "ref"> & React.RefAttributes<HTMLOListElement>>;
|
package/package.json
CHANGED
package/dist/Label-fkQ4ebuH.d.ts
DELETED