@sikka/hawa 0.24.3-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.
Files changed (151) hide show
  1. package/dist/accordion/index.d.mts +1 -2
  2. package/dist/accordion/index.d.ts +1 -2
  3. package/dist/accordion/index.mjs +219 -7
  4. package/dist/alert/index.d.mts +1 -1
  5. package/dist/alert/index.d.ts +1 -1
  6. package/dist/appLayout/index.d.mts +126 -0
  7. package/dist/appLayout/index.d.ts +126 -0
  8. package/dist/appLayout/index.js +1325 -0
  9. package/dist/appLayout/index.mjs +1285 -0
  10. package/dist/appMenubar/index.d.mts +33 -0
  11. package/dist/appMenubar/index.d.ts +33 -0
  12. package/dist/appMenubar/index.js +281 -0
  13. package/dist/appMenubar/index.mjs +224 -0
  14. package/dist/appTabs/index.d.mts +18 -0
  15. package/dist/appTabs/index.d.ts +18 -0
  16. package/dist/appTabs/index.js +92 -0
  17. package/dist/appTabs/index.mjs +50 -0
  18. package/dist/appTopbar/index.d.mts +44 -0
  19. package/dist/appTopbar/index.d.ts +44 -0
  20. package/dist/appTopbar/index.js +483 -0
  21. package/dist/appTopbar/index.mjs +441 -0
  22. package/dist/avatar/index.d.mts +5 -4
  23. package/dist/avatar/index.d.ts +5 -4
  24. package/dist/backToTop/index.mjs +353 -3
  25. package/dist/badge/index.d.mts +2 -2
  26. package/dist/badge/index.d.ts +2 -2
  27. package/dist/checkbox/index.d.mts +1 -2
  28. package/dist/checkbox/index.d.ts +1 -2
  29. package/dist/chip/index.d.mts +36 -2
  30. package/dist/chip/index.d.ts +36 -2
  31. package/dist/chip/index.mjs +83 -3
  32. package/dist/chunk-62GI5F2P.mjs +442 -0
  33. package/dist/chunk-7NCNPRCL.mjs +120 -0
  34. package/dist/{chunk-TNAHW35O.mjs → chunk-C2UYTGUD.mjs} +8 -4
  35. package/dist/{chunk-26FHSPJI.mjs → chunk-DGWAHQRX.mjs} +1 -101
  36. package/dist/chunk-LRLLDOQZ.mjs +178 -0
  37. package/dist/chunk-ND4BWUKH.mjs +34 -0
  38. package/dist/codeBlock/index.mjs +684 -310
  39. package/dist/colorPicker/index.d.mts +2 -1
  40. package/dist/colorPicker/index.d.ts +2 -1
  41. package/dist/colorPicker/index.mjs +2 -167
  42. package/dist/combobox/index.d.mts +9 -1
  43. package/dist/combobox/index.d.ts +9 -1
  44. package/dist/combobox/index.mjs +61 -393
  45. package/dist/command/index.mjs +10 -425
  46. package/dist/commonTypes-3J1E3b61.d.mts +6 -0
  47. package/dist/commonTypes-3J1E3b61.d.ts +6 -0
  48. package/dist/commonTypes-GhKAraJw.d.mts +4 -0
  49. package/dist/commonTypes-GhKAraJw.d.ts +4 -0
  50. package/dist/commonTypes-LrR8QrYP.d.mts +5 -0
  51. package/dist/commonTypes-LrR8QrYP.d.ts +5 -0
  52. package/dist/commonTypes-WPhcN3Vr.d.mts +5 -0
  53. package/dist/commonTypes-WPhcN3Vr.d.ts +5 -0
  54. package/dist/commonTypes-ko_NGEoT.d.mts +3 -0
  55. package/dist/commonTypes-ko_NGEoT.d.ts +3 -0
  56. package/dist/copyrights/index.d.mts +17 -0
  57. package/dist/copyrights/index.d.ts +17 -0
  58. package/dist/copyrights/index.js +45 -0
  59. package/dist/copyrights/index.mjs +8 -0
  60. package/dist/count/index.d.mts +11 -0
  61. package/dist/count/index.d.ts +11 -0
  62. package/dist/count/index.js +45 -0
  63. package/dist/count/index.mjs +8 -0
  64. package/dist/dataTable/index.d.mts +1 -1
  65. package/dist/dataTable/index.d.ts +1 -1
  66. package/dist/destroyableCard/index.d.mts +1 -1
  67. package/dist/destroyableCard/index.d.ts +1 -1
  68. package/dist/dialog/index.d.mts +1 -1
  69. package/dist/dialog/index.d.ts +1 -1
  70. package/dist/docsLayout/index.d.mts +37 -0
  71. package/dist/docsLayout/index.d.ts +37 -0
  72. package/dist/docsLayout/index.js +926 -0
  73. package/dist/docsLayout/index.mjs +886 -0
  74. package/dist/docsSidebar/index.d.mts +11 -0
  75. package/dist/docsSidebar/index.d.ts +11 -0
  76. package/dist/docsSidebar/index.js +111 -0
  77. package/dist/docsSidebar/index.mjs +69 -0
  78. package/dist/index.d.mts +11 -4
  79. package/dist/index.d.ts +11 -4
  80. package/dist/index.js +44 -35
  81. package/dist/index.mjs +44 -35
  82. package/dist/input/index.d.mts +2 -9
  83. package/dist/input/index.d.ts +2 -9
  84. package/dist/input/index.mjs +14 -98
  85. package/dist/interfaceSettings/index.d.mts +1 -1
  86. package/dist/interfaceSettings/index.d.ts +1 -1
  87. package/dist/interfaceSettings/index.mjs +24 -110
  88. package/dist/label/index.d.mts +1 -1
  89. package/dist/label/index.d.ts +1 -1
  90. package/dist/label/index.mjs +2 -87
  91. package/dist/layout/index.d.mts +11 -4
  92. package/dist/layout/index.d.ts +11 -4
  93. package/dist/layout/index.js +47 -38
  94. package/dist/layout/index.mjs +44 -35
  95. package/dist/navbar/index.d.mts +17 -0
  96. package/dist/navbar/index.d.ts +17 -0
  97. package/dist/navbar/index.js +166 -0
  98. package/dist/navbar/index.mjs +126 -0
  99. package/dist/pagination/index.d.mts +1 -1
  100. package/dist/pagination/index.d.ts +1 -1
  101. package/dist/passwordInput/index.mjs +27 -137
  102. package/dist/phoneInput/index.mjs +19 -129
  103. package/dist/radio/index.d.mts +1 -4
  104. package/dist/radio/index.d.ts +1 -4
  105. package/dist/scrollArea/index.d.mts +1 -1
  106. package/dist/scrollArea/index.d.ts +1 -1
  107. package/dist/select/index.d.mts +1 -1
  108. package/dist/select/index.d.ts +1 -1
  109. package/dist/separator/index.d.mts +1 -1
  110. package/dist/separator/index.d.ts +1 -1
  111. package/dist/sidebar/index.d.mts +48 -0
  112. package/dist/sidebar/index.d.ts +48 -0
  113. package/dist/sidebar/index.js +341 -0
  114. package/dist/sidebar/index.mjs +298 -0
  115. package/dist/simpleTable/index.d.mts +4 -3
  116. package/dist/simpleTable/index.d.ts +4 -3
  117. package/dist/simpleTable/index.mjs +21 -45
  118. package/dist/skeleton/index.d.mts +3 -3
  119. package/dist/skeleton/index.d.ts +3 -3
  120. package/dist/skeleton/index.mjs +3 -29
  121. package/dist/sortButton/index.mjs +9 -260
  122. package/dist/splitButton/index.d.mts +4 -3
  123. package/dist/splitButton/index.d.ts +4 -3
  124. package/dist/splitButton/index.mjs +10 -259
  125. package/dist/stats/index.d.mts +19 -0
  126. package/dist/stats/index.d.ts +19 -0
  127. package/dist/stats/index.js +191 -0
  128. package/dist/stats/index.mjs +154 -0
  129. package/dist/stopPropagationWrapper/index.d.mts +2 -2
  130. package/dist/stopPropagationWrapper/index.d.ts +2 -2
  131. package/dist/switch/index.d.mts +2 -1
  132. package/dist/switch/index.d.ts +2 -1
  133. package/dist/tabs/index.d.mts +19 -1
  134. package/dist/tabs/index.d.ts +19 -1
  135. package/dist/tabs/index.mjs +94 -14
  136. package/dist/textarea/index.d.mts +8 -1
  137. package/dist/textarea/index.d.ts +8 -1
  138. package/dist/textarea/index.mjs +92 -8
  139. package/dist/toast/index.d.mts +1 -1
  140. package/dist/toast/index.d.ts +1 -1
  141. package/package.json +1 -1
  142. package/dist/Label-fkQ4ebuH.d.mts +0 -12
  143. package/dist/Label-fkQ4ebuH.d.ts +0 -12
  144. package/dist/chunk-72HYR6WB.mjs +0 -88
  145. package/dist/chunk-JYSC6GKM.mjs +0 -229
  146. package/dist/commonTypes-3k5cNB1s.d.mts +0 -4
  147. package/dist/commonTypes-3k5cNB1s.d.ts +0 -4
  148. package/dist/commonTypes-N7XOVCit.d.mts +0 -5
  149. package/dist/commonTypes-N7XOVCit.d.ts +0 -5
  150. package/dist/index-DUZFcPRO.d.mts +0 -38
  151. package/dist/index-DUZFcPRO.d.ts +0 -38
@@ -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 React from "react";
10
- var Textarea = React.forwardRef(
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__ */ React.createElement("div", { className: "hawa-relative hawa-flex hawa-h-full hawa-w-full hawa-flex-col hawa-gap-2" }, props.label && /* @__PURE__ */ React.createElement(Label, { ...labelProps }, props.label), /* @__PURE__ */ React.createElement(
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__ */ React.createElement("div", { className: "hawa-flex hawa-flex-row hawa-justify-between" }, !forceHideHelperText && /* @__PURE__ */ React.createElement(
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__ */ React.createElement(
123
+ ), showCount && /* @__PURE__ */ React3.createElement(
40
124
  "div",
41
125
  {
42
126
  className: cn(
@@ -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-_11epZYh.mjs';
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>>;
@@ -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-_11epZYh.js';
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.24.3-next",
3
+ "version": "0.24.5-next",
4
4
  "description": "Modern UI Kit made with Tailwind",
5
5
  "author": {
6
6
  "name": "Sikka Software",
@@ -1,12 +0,0 @@
1
- import * as React from 'react';
2
-
3
- type PositionType = "top" | "bottom" | "right" | "left";
4
-
5
- type LabelProps = {
6
- hint?: React.ReactNode;
7
- hintSide?: PositionType;
8
- htmlFor?: string;
9
- required?: boolean;
10
- };
11
-
12
- export type { LabelProps as L };
@@ -1,12 +0,0 @@
1
- import * as React from 'react';
2
-
3
- type PositionType = "top" | "bottom" | "right" | "left";
4
-
5
- type LabelProps = {
6
- hint?: React.ReactNode;
7
- hintSide?: PositionType;
8
- htmlFor?: string;
9
- required?: boolean;
10
- };
11
-
12
- export type { LabelProps as L };
@@ -1,88 +0,0 @@
1
- import {
2
- cn
3
- } from "./chunk-TE3BKEXL.mjs";
4
-
5
- // components/elements/chip/Chip.tsx
6
- import React from "react";
7
- var Chip = React.forwardRef(
8
- ({
9
- label,
10
- size = "normal",
11
- icon,
12
- color,
13
- radius = "inherit",
14
- dotType,
15
- ...rest
16
- }, ref) => {
17
- 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 ";
18
- let radiusStyles = {
19
- inherit: " hawa-rounded",
20
- full: "hawa-rounded-full",
21
- none: "hawa-rounded-none"
22
- };
23
- let sizeStyles = {
24
- small: "hawa-h-[15px] hawa-leading-4 hawa-px-0 hawa-py-0 hawa-text-[9px] hawa-gap-0.5 ",
25
- normal: "hawa-h-fit hawa-text-xs",
26
- large: "hawa-text-base"
27
- };
28
- let dotStyles = {
29
- small: "hawa-flex hawa-h-1 hawa-w-1 hawa-rounded-full",
30
- normal: "hawa-flex hawa-h-2 hawa-w-2 hawa-rounded-full",
31
- large: "hawa-flex hawa-h-3 hawa-w-3 hawa-rounded-full"
32
- };
33
- let dotTypeStyles = {
34
- available: "hawa-bg-green-500",
35
- unavailable: "hawa-bg-red-500"
36
- };
37
- let colorStyles = {
38
- green: "hawa-bg-green-100 hawa-text-green-500 dark:hawa-bg-green-400 dark:hawa-text-green-800",
39
- blue: "hawa-bg-blue-100 hawa-text-blue-500 dark:hawa-bg-blue-400 dark:hawa-text-blue-100",
40
- red: "hawa-bg-red-100 hawa-text-red-500 dark:hawa-bg-red-400 dark:hawa-text-red-100",
41
- yellow: "hawa-bg-yellow-100 hawa-text-yellow-600 dark:hawa-bg-yellow-400 dark:hawa-text-yellow-800",
42
- orange: "hawa-bg-orange-100 hawa-text-orange-500 dark:hawa-bg-orange-400 dark:hawa-text-orange-100",
43
- purple: "hawa-bg-purple-100 hawa-text-purple-500 dark:hawa-bg-purple-400 dark:hawa-text-purple-100",
44
- cyan: "hawa-bg-cyan-100 hawa-text-cyan-800 dark:hawa-bg-cyan-400 dark:hawa-text-cyan-800",
45
- hyper: "hawa-text-white hawa-bg-gradient-to-tl hawa-from-pink-500 hawa-via-red-500 hawa-to-yellow-500 ",
46
- oceanic: "hawa-text-white hawa-bg-gradient-to-bl hawa-from-green-300 hawa-via-blue-500 hawa-to-purple-600"
47
- };
48
- if (label) {
49
- return /* @__PURE__ */ React.createElement(
50
- "span",
51
- {
52
- ...rest,
53
- ref,
54
- className: cn(
55
- defaultStyles,
56
- sizeStyles[size],
57
- radiusStyles[radius],
58
- color ? colorStyles[color] : "hawa-border hawa-bg-none"
59
- )
60
- },
61
- dotType && /* @__PURE__ */ React.createElement(
62
- "span",
63
- {
64
- className: cn(dotStyles[size], dotTypeStyles[dotType])
65
- }
66
- ),
67
- icon && icon,
68
- label
69
- );
70
- } else {
71
- return /* @__PURE__ */ React.createElement(
72
- "span",
73
- {
74
- ...rest,
75
- ref,
76
- className: cn(
77
- "hawa-h-2 hawa-w-2 hawa-rounded-full",
78
- color ? colorStyles[color] : "hawa-border hawa-bg-none"
79
- )
80
- }
81
- );
82
- }
83
- }
84
- );
85
-
86
- export {
87
- Chip
88
- };
@@ -1,229 +0,0 @@
1
- import {
2
- cn
3
- } from "./chunk-TE3BKEXL.mjs";
4
-
5
- // components/elements/accordion/Accordion.tsx
6
- import * as React4 from "react";
7
- import * as AccordionPrimitive3 from "@radix-ui/react-accordion";
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/accordion/AccordionContent.tsx
91
- import * as React2 from "react";
92
- import * as AccordionPrimitive from "@radix-ui/react-accordion";
93
- var AccordionContent = React2.forwardRef(({ className, children, ...props }, ref) => /* @__PURE__ */ React2.createElement(
94
- AccordionPrimitive.Content,
95
- {
96
- ref,
97
- className: !props.unstyled ? cn(
98
- "hawa-overflow-hidden hawa-text-sm hawa-transition-all data-[state=closed]:hawa-animate-accordion-up data-[state=open]:hawa-animate-accordion-down",
99
- className
100
- ) : className,
101
- ...props
102
- },
103
- /* @__PURE__ */ React2.createElement("div", { className: "hawa-bg-background hawa-p-4" }, children)
104
- ));
105
- AccordionContent.displayName = AccordionPrimitive.Content.displayName;
106
-
107
- // components/elements/accordion/AccordionTrigger.tsx
108
- import * as React3 from "react";
109
- import * as AccordionPrimitive2 from "@radix-ui/react-accordion";
110
- var AccordionTrigger = React3.forwardRef(({ className, children, ...props }, ref) => /* @__PURE__ */ React3.createElement(AccordionPrimitive2.Header, { className: "hawa-flex" }, /* @__PURE__ */ React3.createElement(
111
- AccordionPrimitive2.Trigger,
112
- {
113
- ref,
114
- className: !props.unstyled ? cn(
115
- "hawa-flex hawa-flex-1 hawa-items-center hawa-justify-between hawa-bg-muted/50 hawa-p-4 hawa-font-medium hawa-transition-all [&[data-state=open]>svg]:hawa-rotate-180",
116
- props.disabled ? "hawa-bg-muted/30 hawa-text-muted-foreground/50" : "hover:hawa-bg-muted",
117
- className
118
- ) : className,
119
- ...props
120
- },
121
- children,
122
- !props.hideArrow && /* @__PURE__ */ React3.createElement(
123
- "svg",
124
- {
125
- xmlns: "http://www.w3.org/2000/svg",
126
- width: "24",
127
- height: "24",
128
- viewBox: "0 0 24 24",
129
- fill: "none",
130
- stroke: "currentColor",
131
- strokeWidth: "2",
132
- strokeLinecap: "round",
133
- strokeLinejoin: "round",
134
- className: "hawa-icon hawa-shrink-0 hawa-transition-transform hawa-duration-200"
135
- },
136
- /* @__PURE__ */ React3.createElement("path", { d: "m6 9 6 6 6-6" })
137
- )
138
- )));
139
- AccordionTrigger.displayName = AccordionPrimitive2.Trigger.displayName;
140
-
141
- // components/elements/accordion/Accordion.tsx
142
- var Accordion = React4.forwardRef(
143
- ({
144
- items,
145
- design = "default",
146
- itemClassNames,
147
- triggerclassNames,
148
- contentclassNames,
149
- className,
150
- ...props
151
- }, ref) => /* @__PURE__ */ React4.createElement(AccordionPrimitive3.Root, { type: props.type, collapsible: true }, /* @__PURE__ */ React4.createElement(
152
- "div",
153
- {
154
- className: cn("hawa-flex hawa-flex-col", {
155
- "hawa-gap-4": design === "separated",
156
- "hawa-gap-0": design === "default"
157
- })
158
- },
159
- items.map((item, index) => /* @__PURE__ */ React4.createElement(
160
- AccordionPrimitive3.Item,
161
- {
162
- disabled: item.disabled || false,
163
- className: cn(itemClassNames, "hawa-rounded"),
164
- key: index,
165
- value: `item-${index}`
166
- },
167
- /* @__PURE__ */ React4.createElement(
168
- AccordionTrigger,
169
- {
170
- disabled: item.disabled || false,
171
- className: cn(
172
- "hawa-transition-all",
173
- design === "separated" ? "hawa-rounded data-[state=open]:hawa-rounded-b-none" : {
174
- "hawa-rounded-t": index === 0,
175
- "data-[state=closed]:hawa-rounded-b": index === items.length - 1
176
- },
177
- triggerclassNames
178
- )
179
- },
180
- /* @__PURE__ */ React4.createElement(
181
- "span",
182
- {
183
- className: cn(
184
- "hawa-flex hawa-flex-row",
185
- item.chip && "hawa-gap-2"
186
- )
187
- },
188
- item.trigger,
189
- " ",
190
- item.chip && /* @__PURE__ */ React4.createElement(Chip, { ...item.chip })
191
- )
192
- ),
193
- /* @__PURE__ */ React4.createElement(
194
- AccordionContent,
195
- {
196
- "aria-disabled": item.disabled || false,
197
- className: cn(
198
- "hawa-border hawa-transition-all",
199
- design === "separated" ? "hawa-rounded data-[state=open]:hawa-rounded-t-none" : {
200
- "data-[state=open]:hawa-rounded-b": index === items.length - 1
201
- },
202
- contentclassNames
203
- )
204
- },
205
- item.content
206
- )
207
- ))
208
- ))
209
- );
210
- Accordion.displayName = "Accordion";
211
-
212
- // components/elements/accordion/AccordionItem.tsx
213
- import * as React5 from "react";
214
- import * as AccordionPrimitive4 from "@radix-ui/react-accordion";
215
- var AccordionItem = React5.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ React5.createElement(AccordionPrimitive4.Item, { ref, className: cn(className), ...props }));
216
- AccordionItem.displayName = "AccordionItem";
217
-
218
- // components/elements/accordion/AccordionRoot.tsx
219
- import * as AccordionPrimitive5 from "@radix-ui/react-accordion";
220
- var AccordionRoot = AccordionPrimitive5.Root;
221
-
222
- export {
223
- Chip,
224
- AccordionContent,
225
- AccordionTrigger,
226
- Accordion,
227
- AccordionItem,
228
- AccordionRoot
229
- };
@@ -1,4 +0,0 @@
1
- type DirectionType = "rtl" | "ltr";
2
- type OrientationType = "vertical" | "horizontal";
3
-
4
- export type { DirectionType as D, OrientationType as O };
@@ -1,4 +0,0 @@
1
- type DirectionType = "rtl" | "ltr";
2
- type OrientationType = "vertical" | "horizontal";
3
-
4
- export type { DirectionType as D, OrientationType as O };
@@ -1,5 +0,0 @@
1
- type DirectionType = "rtl" | "ltr";
2
- type PositionType = "top" | "bottom" | "right" | "left";
3
- type SeverityType = "info" | "warning" | "error" | "success" | "none";
4
-
5
- export type { DirectionType as D, PositionType as P, SeverityType as S };
@@ -1,5 +0,0 @@
1
- type DirectionType = "rtl" | "ltr";
2
- type PositionType = "top" | "bottom" | "right" | "left";
3
- type SeverityType = "info" | "warning" | "error" | "success" | "none";
4
-
5
- export type { DirectionType as D, PositionType as P, SeverityType as S };
@@ -1,38 +0,0 @@
1
- import React__default from 'react';
2
-
3
- type OrientationType = "vertical" | "horizontal";
4
- type RadiusType = "full" | "inherit" | "none";
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
- };
22
- declare const Chip: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLSpanElement> & {
23
- /** The text inside the chip */
24
- label: string;
25
- /** The small icon before the chip label */
26
- icon?: JSX.Element | undefined;
27
- /** The color of the chip, must be a tailwind color */
28
- color?: ChipColors | undefined;
29
- /** The size of the chip */
30
- size?: "small" | "normal" | "large" | undefined;
31
- /** Enable/Disable the dot before the label of the chip */
32
- dot?: boolean | undefined;
33
- /** Red/Green dot next to the label of the chip indicating online/offline or available/unavailable */
34
- dotType?: "available" | "unavailable" | undefined;
35
- radius?: RadiusType | undefined;
36
- } & React__default.RefAttributes<HTMLSpanElement>>;
37
-
38
- export { type ChipTypes as C, type OrientationType as O, type ChipColors as a, Chip as b };
@@ -1,38 +0,0 @@
1
- import React__default from 'react';
2
-
3
- type OrientationType = "vertical" | "horizontal";
4
- type RadiusType = "full" | "inherit" | "none";
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
- };
22
- declare const Chip: React__default.ForwardRefExoticComponent<React__default.HTMLAttributes<HTMLSpanElement> & {
23
- /** The text inside the chip */
24
- label: string;
25
- /** The small icon before the chip label */
26
- icon?: JSX.Element | undefined;
27
- /** The color of the chip, must be a tailwind color */
28
- color?: ChipColors | undefined;
29
- /** The size of the chip */
30
- size?: "small" | "normal" | "large" | undefined;
31
- /** Enable/Disable the dot before the label of the chip */
32
- dot?: boolean | undefined;
33
- /** Red/Green dot next to the label of the chip indicating online/offline or available/unavailable */
34
- dotType?: "available" | "unavailable" | undefined;
35
- radius?: RadiusType | undefined;
36
- } & React__default.RefAttributes<HTMLSpanElement>>;
37
-
38
- export { type ChipTypes as C, type OrientationType as O, type ChipColors as a, Chip as b };