@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,178 @@
|
|
1
|
+
// components/elements/colorPicker/ColorPicker.tsx
|
2
|
+
import React3, {
|
3
|
+
useState,
|
4
|
+
useEffect
|
5
|
+
} 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/label/Label.tsx
|
15
|
+
import * as React2 from "react";
|
16
|
+
|
17
|
+
// components/elements/tooltip/Tooltip.tsx
|
18
|
+
import React from "react";
|
19
|
+
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
20
|
+
var TooltipContent = React.forwardRef(({ className, sideOffset = 4, ...props }, ref) => /* @__PURE__ */ React.createElement(
|
21
|
+
TooltipPrimitive.Content,
|
22
|
+
{
|
23
|
+
ref,
|
24
|
+
sideOffset,
|
25
|
+
className: cn(
|
26
|
+
"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",
|
27
|
+
className
|
28
|
+
),
|
29
|
+
...props
|
30
|
+
}
|
31
|
+
));
|
32
|
+
TooltipContent.displayName = TooltipPrimitive.Content.displayName;
|
33
|
+
var TooltipArrow = React.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React.createElement(TooltipPrimitive.Arrow, { ref, className: cn(className), ...props }));
|
34
|
+
TooltipArrow.displayName = TooltipPrimitive.Arrow.displayName;
|
35
|
+
var Tooltip = ({
|
36
|
+
side,
|
37
|
+
open,
|
38
|
+
content,
|
39
|
+
children,
|
40
|
+
defaultOpen,
|
41
|
+
onOpenChange,
|
42
|
+
triggerProps,
|
43
|
+
contentProps,
|
44
|
+
providerProps,
|
45
|
+
delayDuration = 300,
|
46
|
+
...props
|
47
|
+
}) => {
|
48
|
+
return /* @__PURE__ */ React.createElement(
|
49
|
+
TooltipPrimitive.TooltipProvider,
|
50
|
+
{
|
51
|
+
delayDuration,
|
52
|
+
...providerProps
|
53
|
+
},
|
54
|
+
/* @__PURE__ */ React.createElement(
|
55
|
+
TooltipPrimitive.Root,
|
56
|
+
{
|
57
|
+
open,
|
58
|
+
defaultOpen,
|
59
|
+
onOpenChange,
|
60
|
+
...props
|
61
|
+
},
|
62
|
+
/* @__PURE__ */ React.createElement(TooltipPrimitive.Trigger, { ...triggerProps }, children),
|
63
|
+
/* @__PURE__ */ React.createElement(TooltipContent, { side, align: "center", ...contentProps }, content)
|
64
|
+
)
|
65
|
+
);
|
66
|
+
};
|
67
|
+
|
68
|
+
// components/elements/label/Label.tsx
|
69
|
+
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(
|
70
|
+
"label",
|
71
|
+
{
|
72
|
+
ref,
|
73
|
+
className: cn(
|
74
|
+
"hawa-text-sm hawa-font-medium hawa-leading-none peer-disabled:hawa-cursor-not-allowed peer-disabled:hawa-opacity-70",
|
75
|
+
className
|
76
|
+
),
|
77
|
+
...props
|
78
|
+
},
|
79
|
+
children,
|
80
|
+
required && /* @__PURE__ */ React2.createElement("span", { className: "hawa-mx-0.5 hawa-text-red-500" }, "*")
|
81
|
+
), hint && /* @__PURE__ */ React2.createElement(Tooltip, { content: hint, side: hintSide }, /* @__PURE__ */ React2.createElement(
|
82
|
+
"svg",
|
83
|
+
{
|
84
|
+
xmlns: "http://www.w3.org/2000/svg",
|
85
|
+
className: "hawa-h-[14px] hawa-w-[14px] hawa-cursor-help",
|
86
|
+
viewBox: "0 0 24 24",
|
87
|
+
fill: "none",
|
88
|
+
stroke: "currentColor",
|
89
|
+
strokeWidth: "2",
|
90
|
+
strokeLinecap: "round",
|
91
|
+
strokeLinejoin: "round"
|
92
|
+
},
|
93
|
+
/* @__PURE__ */ React2.createElement("circle", { cx: "12", cy: "12", r: "10" }),
|
94
|
+
/* @__PURE__ */ React2.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
|
95
|
+
/* @__PURE__ */ React2.createElement("path", { d: "M12 17h.01" })
|
96
|
+
))));
|
97
|
+
Label.displayName = "Label";
|
98
|
+
|
99
|
+
// components/elements/colorPicker/ColorPicker.tsx
|
100
|
+
var ColorPicker = ({
|
101
|
+
containerProps,
|
102
|
+
colorPickerProps,
|
103
|
+
textInputProps,
|
104
|
+
labelProps,
|
105
|
+
...props
|
106
|
+
}) => {
|
107
|
+
const [selectedColor, setSelectedColor] = useState(props.color);
|
108
|
+
useEffect(() => {
|
109
|
+
if (selectedColor && selectedColor[0] !== "#") {
|
110
|
+
setSelectedColor(`#${selectedColor}`);
|
111
|
+
}
|
112
|
+
}, [selectedColor]);
|
113
|
+
const handleTextInputChange = (e) => {
|
114
|
+
const inputElement = e.target;
|
115
|
+
let inputColor = inputElement.value;
|
116
|
+
if (inputColor[0] !== "#") {
|
117
|
+
inputColor = `#${inputColor}`;
|
118
|
+
}
|
119
|
+
const sanitizedInput = inputColor.replace(/[^a-fA-F0-9#]/g, "");
|
120
|
+
setSelectedColor(sanitizedInput);
|
121
|
+
if (props.handleChange) {
|
122
|
+
props.handleChange(e);
|
123
|
+
}
|
124
|
+
};
|
125
|
+
return /* @__PURE__ */ React3.createElement("div", { className: "hawa-flex hawa-w-full hawa-flex-col hawa-gap-2" }, props.label && /* @__PURE__ */ React3.createElement(Label, { ...labelProps }, props.label), /* @__PURE__ */ React3.createElement("div", { dir: "ltr", className: "hawa-flex hawa-w-full hawa-flex-row" }, /* @__PURE__ */ React3.createElement(
|
126
|
+
"div",
|
127
|
+
{
|
128
|
+
style: { height: 40, backgroundColor: selectedColor },
|
129
|
+
className: "hawa-rounded-bl-lg hawa-rounded-tl-lg hawa-border"
|
130
|
+
},
|
131
|
+
/* @__PURE__ */ React3.createElement(
|
132
|
+
"input",
|
133
|
+
{
|
134
|
+
type: "color",
|
135
|
+
value: selectedColor,
|
136
|
+
onChange: (e) => {
|
137
|
+
setSelectedColor(e.target.value);
|
138
|
+
if (props.handleChange) {
|
139
|
+
props.handleChange(e);
|
140
|
+
}
|
141
|
+
},
|
142
|
+
className: cn(
|
143
|
+
"hawa-mt-0 hawa-h-[38px] hawa-opacity-0",
|
144
|
+
props.colorPickerClassNames
|
145
|
+
),
|
146
|
+
...colorPickerProps
|
147
|
+
}
|
148
|
+
)
|
149
|
+
), /* @__PURE__ */ React3.createElement("div", { className: "hawa-relative hawa-flex hawa-max-h-fit hawa-w-full hawa-flex-col hawa-justify-center hawa-gap-0" }, /* @__PURE__ */ React3.createElement(
|
150
|
+
"input",
|
151
|
+
{
|
152
|
+
maxLength: 7,
|
153
|
+
type: "text",
|
154
|
+
onInput: handleTextInputChange,
|
155
|
+
value: selectedColor,
|
156
|
+
className: cn(
|
157
|
+
"hawa-block hawa-h-[40px] hawa-w-24 hawa-rounded hawa-rounded-l-none hawa-border hawa-border-l-0 hawa-border-l-transparent hawa-bg-background hawa-p-2 hawa-text-sm hawa-transition-all"
|
158
|
+
),
|
159
|
+
...textInputProps
|
160
|
+
}
|
161
|
+
))), /* @__PURE__ */ React3.createElement(
|
162
|
+
"p",
|
163
|
+
{
|
164
|
+
className: cn(
|
165
|
+
"hawa-my-0 hawa-text-start hawa-text-xs hawa-text-helper-color hawa-transition-all",
|
166
|
+
props.helperText ? "hawa-h-4 hawa-opacity-100" : "hawa-h-0 hawa-opacity-0"
|
167
|
+
)
|
168
|
+
},
|
169
|
+
props.helperText
|
170
|
+
));
|
171
|
+
};
|
172
|
+
|
173
|
+
export {
|
174
|
+
cn,
|
175
|
+
Tooltip,
|
176
|
+
Label,
|
177
|
+
ColorPicker
|
178
|
+
};
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import {
|
2
|
+
cn
|
3
|
+
} from "./chunk-TE3BKEXL.mjs";
|
4
|
+
|
5
|
+
// components/elements/skeleton/Skeleton.tsx
|
6
|
+
import React from "react";
|
7
|
+
function Skeleton({
|
8
|
+
className,
|
9
|
+
content,
|
10
|
+
animation = "pulse",
|
11
|
+
...props
|
12
|
+
}) {
|
13
|
+
const animationStyles = {
|
14
|
+
none: "hawa-rounded hawa-bg-muted",
|
15
|
+
pulse: "hawa-animate-pulse hawa-rounded hawa-bg-muted",
|
16
|
+
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"
|
17
|
+
};
|
18
|
+
return /* @__PURE__ */ React.createElement(
|
19
|
+
"div",
|
20
|
+
{
|
21
|
+
className: cn(
|
22
|
+
animationStyles[animation],
|
23
|
+
content && "hawa-flex hawa-flex-col hawa-items-center hawa-justify-center",
|
24
|
+
className
|
25
|
+
),
|
26
|
+
...props
|
27
|
+
},
|
28
|
+
content && content
|
29
|
+
);
|
30
|
+
}
|
31
|
+
|
32
|
+
export {
|
33
|
+
Skeleton
|
34
|
+
};
|