@devalok/shilp-sutra 0.27.2 → 0.29.0

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 (250) hide show
  1. package/dist/_chunks/badge-group.js +299 -0
  2. package/dist/_chunks/framer.js +1915 -1980
  3. package/dist/_chunks/keybinding.js +4 -5
  4. package/dist/_chunks/primitives.js +3198 -3272
  5. package/dist/_chunks/sonner.js +29 -31
  6. package/dist/_chunks/stat-row.js +110 -131
  7. package/dist/_chunks/tiptap.js +42 -78
  8. package/dist/_chunks/tree-view.js +138 -149
  9. package/dist/_chunks/typing-indicator.js +565 -0
  10. package/dist/_chunks/use-calendar.js +416 -439
  11. package/dist/_chunks/vendor-client.js +977 -814
  12. package/dist/_chunks/vendor-utils.js +5 -5
  13. package/dist/ai/block-renderer.js +22 -22
  14. package/dist/ai/blocks/loading.d.ts.map +1 -1
  15. package/dist/ai/command-bar.d.ts.map +1 -1
  16. package/dist/ai/command-bar.js +241 -263
  17. package/dist/ai/conversation.d.ts.map +1 -1
  18. package/dist/ai/conversation.js +87 -107
  19. package/dist/composed/activity-feed.d.ts +2 -0
  20. package/dist/composed/activity-feed.d.ts.map +1 -1
  21. package/dist/composed/activity-feed.js +118 -90
  22. package/dist/composed/avatar-group.d.ts +1 -0
  23. package/dist/composed/avatar-group.d.ts.map +1 -1
  24. package/dist/composed/avatar-group.js +91 -67
  25. package/dist/composed/bulk-action-bar.d.ts.map +1 -1
  26. package/dist/composed/bulk-action-bar.js +29 -28
  27. package/dist/composed/command-palette.d.ts.map +1 -1
  28. package/dist/composed/command-palette.js +99 -113
  29. package/dist/composed/content-card.js +1 -1
  30. package/dist/composed/date-picker/calendar-grid.d.ts.map +1 -1
  31. package/dist/composed/date-picker/date-picker.d.ts.map +1 -1
  32. package/dist/composed/date-picker/date-range-picker.d.ts.map +1 -1
  33. package/dist/composed/date-picker/date-time-picker.d.ts.map +1 -1
  34. package/dist/composed/date-picker/time-picker.d.ts.map +1 -1
  35. package/dist/composed/deadline-indicator.d.ts.map +1 -1
  36. package/dist/composed/deadline-indicator.js +29 -28
  37. package/dist/composed/error-boundary.d.ts.map +1 -1
  38. package/dist/composed/error-boundary.js +30 -27
  39. package/dist/composed/extensions/file-attachment.d.ts.map +1 -1
  40. package/dist/composed/file-preview.d.ts.map +1 -1
  41. package/dist/composed/file-preview.js +261 -271
  42. package/dist/composed/filter-bar.d.ts.map +1 -1
  43. package/dist/composed/filter-bar.js +49 -48
  44. package/dist/composed/form-section.d.ts.map +1 -1
  45. package/dist/composed/form-section.js +12 -11
  46. package/dist/composed/global-loading.js +1 -1
  47. package/dist/composed/index.js +63 -63
  48. package/dist/composed/inline-edit.d.ts.map +1 -1
  49. package/dist/composed/inline-edit.js +55 -54
  50. package/dist/composed/markdown-viewer.d.ts.map +1 -1
  51. package/dist/composed/markdown-viewer.js +44 -43
  52. package/dist/composed/master-detail.d.ts.map +1 -1
  53. package/dist/composed/master-detail.js +35 -34
  54. package/dist/composed/multi-select-popover.d.ts.map +1 -1
  55. package/dist/composed/multi-select-popover.js +64 -64
  56. package/dist/composed/page-header.d.ts.map +1 -1
  57. package/dist/composed/page-header.js +31 -37
  58. package/dist/composed/priority-indicator.d.ts.map +1 -1
  59. package/dist/composed/priority-indicator.js +37 -36
  60. package/dist/composed/rich-text-editor.d.ts.map +1 -1
  61. package/dist/composed/rich-text-editor.js +287 -306
  62. package/dist/composed/schedule-view.js +62 -62
  63. package/dist/composed/status-badge.d.ts +4 -2
  64. package/dist/composed/status-badge.d.ts.map +1 -1
  65. package/dist/composed/status-badge.js +58 -45
  66. package/dist/shell/app-command-palette.d.ts.map +1 -1
  67. package/dist/shell/app-command-palette.js +93 -93
  68. package/dist/shell/bottom-navbar.d.ts.map +1 -1
  69. package/dist/shell/bottom-navbar.js +21 -20
  70. package/dist/shell/index.js +18 -18
  71. package/dist/shell/notification-center.d.ts.map +1 -1
  72. package/dist/shell/notification-center.js +96 -95
  73. package/dist/shell/notification-preferences.d.ts.map +1 -1
  74. package/dist/shell/notification-preferences.js +82 -85
  75. package/dist/shell/sidebar.js +59 -60
  76. package/dist/shell/top-bar.d.ts.map +1 -1
  77. package/dist/shell/top-bar.js +103 -103
  78. package/dist/tailwind/index.cjs +37 -4
  79. package/dist/tailwind/preset.d.ts.map +1 -1
  80. package/dist/tailwind/preset.js +38 -5
  81. package/dist/tokens/primitives.css +10 -0
  82. package/dist/tokens/semantic.css +70 -7
  83. package/dist/ui/accordion.d.ts +5 -2
  84. package/dist/ui/accordion.d.ts.map +1 -1
  85. package/dist/ui/accordion.js +44 -39
  86. package/dist/ui/alert-dialog.js +57 -57
  87. package/dist/ui/alert.d.ts +1 -1
  88. package/dist/ui/alert.d.ts.map +1 -1
  89. package/dist/ui/alert.js +30 -29
  90. package/dist/ui/aspect-ratio.js +4 -4
  91. package/dist/ui/autocomplete.js +56 -56
  92. package/dist/ui/avatar.js +2 -2
  93. package/dist/ui/badge-group.d.ts +22 -0
  94. package/dist/ui/badge-group.d.ts.map +1 -0
  95. package/dist/ui/badge-group.js +8 -0
  96. package/dist/ui/badge-indicator.d.ts +32 -0
  97. package/dist/ui/badge-indicator.d.ts.map +1 -0
  98. package/dist/ui/badge-indicator.js +54 -0
  99. package/dist/ui/badge.d.ts +27 -24
  100. package/dist/ui/badge.d.ts.map +1 -1
  101. package/dist/ui/badge.js +13 -129
  102. package/dist/ui/banner.d.ts +1 -1
  103. package/dist/ui/banner.d.ts.map +1 -1
  104. package/dist/ui/banner.js +27 -26
  105. package/dist/ui/breadcrumb.d.ts.map +1 -1
  106. package/dist/ui/breadcrumb.js +37 -36
  107. package/dist/ui/button-group.d.ts +12 -6
  108. package/dist/ui/button-group.d.ts.map +1 -1
  109. package/dist/ui/button-group.js +18 -18
  110. package/dist/ui/button-processing.d.ts +15 -0
  111. package/dist/ui/button-processing.d.ts.map +1 -0
  112. package/dist/ui/button-processing.js +77 -0
  113. package/dist/ui/button.d.ts +50 -25
  114. package/dist/ui/button.d.ts.map +1 -1
  115. package/dist/ui/button.js +243 -127
  116. package/dist/ui/card.js +20 -21
  117. package/dist/ui/charts/index.js +499 -508
  118. package/dist/ui/chat/date-separator.d.ts +12 -0
  119. package/dist/ui/chat/date-separator.d.ts.map +1 -0
  120. package/dist/ui/chat/index.d.ts +9 -0
  121. package/dist/ui/chat/index.d.ts.map +1 -0
  122. package/dist/ui/chat/index.js +12 -0
  123. package/dist/ui/chat/message-input.d.ts +16 -0
  124. package/dist/ui/chat/message-input.d.ts.map +1 -0
  125. package/dist/ui/chat/message-list.d.ts +24 -0
  126. package/dist/ui/chat/message-list.d.ts.map +1 -0
  127. package/dist/ui/chat/message.d.ts +108 -0
  128. package/dist/ui/chat/message.d.ts.map +1 -0
  129. package/dist/ui/chat/system-message.d.ts +11 -0
  130. package/dist/ui/chat/system-message.d.ts.map +1 -0
  131. package/dist/ui/chat/typing-indicator.d.ts +14 -0
  132. package/dist/ui/chat/typing-indicator.d.ts.map +1 -0
  133. package/dist/ui/chat/unread-separator.d.ts +12 -0
  134. package/dist/ui/chat/unread-separator.d.ts.map +1 -0
  135. package/dist/ui/checkbox.js +18 -18
  136. package/dist/ui/chip.d.ts +13 -62
  137. package/dist/ui/chip.d.ts.map +1 -1
  138. package/dist/ui/chip.js +10 -109
  139. package/dist/ui/collapsible.js +4 -4
  140. package/dist/ui/color-input.d.ts +19 -5
  141. package/dist/ui/color-input.d.ts.map +1 -1
  142. package/dist/ui/color-input.js +371 -79
  143. package/dist/ui/color-swatch.js +11 -11
  144. package/dist/ui/combobox.d.ts.map +1 -1
  145. package/dist/ui/combobox.js +74 -80
  146. package/dist/ui/context-menu.d.ts.map +1 -1
  147. package/dist/ui/context-menu.js +86 -85
  148. package/dist/ui/data-table-toolbar.d.ts.map +1 -1
  149. package/dist/ui/data-table-toolbar.js +51 -57
  150. package/dist/ui/data-table.d.ts.map +1 -1
  151. package/dist/ui/data-table.js +268 -296
  152. package/dist/ui/devalok-grain.d.ts +81 -0
  153. package/dist/ui/devalok-grain.d.ts.map +1 -0
  154. package/dist/ui/devalok-grain.js +69 -0
  155. package/dist/ui/dialog.d.ts.map +1 -1
  156. package/dist/ui/dialog.js +73 -72
  157. package/dist/ui/dropdown-menu.d.ts.map +1 -1
  158. package/dist/ui/dropdown-menu.js +93 -92
  159. package/dist/ui/file-upload.d.ts.map +1 -1
  160. package/dist/ui/file-upload.js +82 -82
  161. package/dist/ui/hover-card.js +29 -29
  162. package/dist/ui/icon-button.d.ts +7 -7
  163. package/dist/ui/icon-button.d.ts.map +1 -1
  164. package/dist/ui/icon-context.d.ts +15 -0
  165. package/dist/ui/icon-context.d.ts.map +1 -0
  166. package/dist/ui/icon-context.js +20 -0
  167. package/dist/ui/icon-group.d.ts +22 -0
  168. package/dist/ui/icon-group.d.ts.map +1 -0
  169. package/dist/ui/icon-group.js +32 -0
  170. package/dist/ui/icon.d.ts +57 -0
  171. package/dist/ui/icon.d.ts.map +1 -0
  172. package/dist/ui/icon.js +122 -0
  173. package/dist/ui/index.d.ts +8 -1
  174. package/dist/ui/index.d.ts.map +1 -1
  175. package/dist/ui/index.js +351 -329
  176. package/dist/ui/input-otp.d.ts.map +1 -1
  177. package/dist/ui/input-otp.js +21 -20
  178. package/dist/ui/input.d.ts +32 -11
  179. package/dist/ui/input.d.ts.map +1 -1
  180. package/dist/ui/input.js +149 -44
  181. package/dist/ui/label.js +1 -1
  182. package/dist/ui/lib/motion.d.ts +2 -0
  183. package/dist/ui/lib/motion.d.ts.map +1 -1
  184. package/dist/ui/lib/motion.js +13 -11
  185. package/dist/ui/lib/utils.js +1 -1
  186. package/dist/ui/menubar.d.ts.map +1 -1
  187. package/dist/ui/menubar.js +87 -86
  188. package/dist/ui/navigation-menu.d.ts.map +1 -1
  189. package/dist/ui/navigation-menu.js +23 -28
  190. package/dist/ui/number-input.d.ts.map +1 -1
  191. package/dist/ui/number-input.js +54 -53
  192. package/dist/ui/pagination.d.ts.map +1 -1
  193. package/dist/ui/pagination.js +45 -44
  194. package/dist/ui/popover.js +30 -30
  195. package/dist/ui/progress.d.ts +3 -1
  196. package/dist/ui/progress.d.ts.map +1 -1
  197. package/dist/ui/progress.js +43 -39
  198. package/dist/ui/radio.js +1 -1
  199. package/dist/ui/search-input.d.ts.map +1 -1
  200. package/dist/ui/search-input.js +47 -60
  201. package/dist/ui/segmented-control.js +1 -1
  202. package/dist/ui/select.d.ts.map +1 -1
  203. package/dist/ui/select.js +54 -53
  204. package/dist/ui/separator.js +5 -5
  205. package/dist/ui/sheet.d.ts.map +1 -1
  206. package/dist/ui/sheet.js +46 -45
  207. package/dist/ui/sidebar.d.ts.map +1 -1
  208. package/dist/ui/sidebar.js +196 -193
  209. package/dist/ui/skeleton.js +1 -1
  210. package/dist/ui/slider.js +1 -1
  211. package/dist/ui/spinner.js +74 -74
  212. package/dist/ui/stat-card.d.ts.map +1 -1
  213. package/dist/ui/stat-card.js +85 -86
  214. package/dist/ui/switch.d.ts +3 -0
  215. package/dist/ui/switch.d.ts.map +1 -1
  216. package/dist/ui/switch.js +40 -26
  217. package/dist/ui/tabs.js +43 -43
  218. package/dist/ui/text.js +1 -1
  219. package/dist/ui/textarea.js +10 -10
  220. package/dist/ui/toast.d.ts.map +1 -1
  221. package/dist/ui/toast.js +169 -169
  222. package/dist/ui/toggle-group.js +1 -1
  223. package/dist/ui/toggle.js +5 -5
  224. package/dist/ui/tooltip.js +41 -41
  225. package/dist/ui/tree-view/tree-item.d.ts.map +1 -1
  226. package/docs/components/_header.md +4 -4
  227. package/docs/components/composed/activity-feed.md +7 -0
  228. package/docs/components/composed/avatar-group.md +8 -5
  229. package/docs/components/composed/status-badge.md +14 -1
  230. package/docs/components/ui/accordion.md +5 -2
  231. package/docs/components/ui/badge-group.md +38 -0
  232. package/docs/components/ui/badge-indicator.md +40 -0
  233. package/docs/components/ui/badge.md +36 -5
  234. package/docs/components/ui/button-processing.md +15 -0
  235. package/docs/components/ui/button.md +40 -11
  236. package/docs/components/ui/chat.md +214 -0
  237. package/docs/components/ui/color-input.md +58 -4
  238. package/docs/components/ui/data-table.md +3 -0
  239. package/docs/components/ui/devalok-grain.md +55 -0
  240. package/docs/components/ui/icon-button.md +12 -5
  241. package/docs/components/ui/icon-context.md +38 -0
  242. package/docs/components/ui/icon-group.md +36 -0
  243. package/docs/components/ui/icon.md +47 -0
  244. package/docs/components/ui/input.md +32 -6
  245. package/docs/components/ui/progress.md +5 -0
  246. package/docs/components/ui/spinner.md +3 -0
  247. package/docs/components/ui/switch.md +13 -0
  248. package/llms-full.txt +724 -44
  249. package/llms.txt +38 -19
  250. package/package.json +8 -2
@@ -1,10 +1,11 @@
1
1
  "use client";
2
- import { jsx as a, jsxs as g } from "react/jsx-runtime";
2
+ import { jsx as a, jsxs as h } from "react/jsx-runtime";
3
3
  import * as o from "react";
4
- import { S as R } from "../_chunks/primitives.js";
4
+ import { S as I } from "../_chunks/primitives.js";
5
5
  import { IconChevronLeft as j, IconChevronRight as k, IconDots as C } from "@tabler/icons-react";
6
6
  import { cn as r } from "./lib/utils.js";
7
- const v = o.forwardRef(({ className: e, ...i }, s) => /* @__PURE__ */ a(
7
+ import { Icon as v } from "./icon.js";
8
+ const x = o.forwardRef(({ className: e, ...i }, s) => /* @__PURE__ */ a(
8
9
  "nav",
9
10
  {
10
11
  ref: s,
@@ -14,8 +15,8 @@ const v = o.forwardRef(({ className: e, ...i }, s) => /* @__PURE__ */ a(
14
15
  ...i
15
16
  }
16
17
  ));
17
- v.displayName = "PaginationRoot";
18
- const w = o.forwardRef(({ className: e, ...i }, s) => /* @__PURE__ */ a(
18
+ x.displayName = "PaginationRoot";
19
+ const y = o.forwardRef(({ className: e, ...i }, s) => /* @__PURE__ */ a(
19
20
  "ul",
20
21
  {
21
22
  ref: s,
@@ -23,12 +24,12 @@ const w = o.forwardRef(({ className: e, ...i }, s) => /* @__PURE__ */ a(
23
24
  ...i
24
25
  }
25
26
  ));
26
- w.displayName = "PaginationContent";
27
- const f = o.forwardRef(({ className: e, ...i }, s) => /* @__PURE__ */ a("li", { ref: s, className: r("", e), ...i }));
28
- f.displayName = "PaginationItem";
27
+ y.displayName = "PaginationContent";
28
+ const m = o.forwardRef(({ className: e, ...i }, s) => /* @__PURE__ */ a("li", { ref: s, className: r("", e), ...i }));
29
+ m.displayName = "PaginationItem";
29
30
  const u = o.forwardRef(
30
31
  ({ className: e, isActive: i = !1, asChild: s = !1, ...c }, t) => /* @__PURE__ */ a(
31
- s ? R : "button",
32
+ s ? I : "button",
32
33
  {
33
34
  ref: t,
34
35
  "aria-current": i ? "page" : void 0,
@@ -42,7 +43,7 @@ const u = o.forwardRef(
42
43
  )
43
44
  );
44
45
  u.displayName = "PaginationLink";
45
- const x = o.forwardRef(({ className: e, ...i }, s) => /* @__PURE__ */ g(
46
+ const P = o.forwardRef(({ className: e, ...i }, s) => /* @__PURE__ */ h(
46
47
  u,
47
48
  {
48
49
  ref: s,
@@ -50,13 +51,13 @@ const x = o.forwardRef(({ className: e, ...i }, s) => /* @__PURE__ */ g(
50
51
  className: r("w-auto gap-ds-02 pl-ds-03 pr-ds-04", e),
51
52
  ...i,
52
53
  children: [
53
- /* @__PURE__ */ a(j, { className: "h-ico-sm w-ico-sm" }),
54
+ /* @__PURE__ */ a(v, { icon: j, size: "sm" }),
54
55
  /* @__PURE__ */ a("span", { children: "Previous" })
55
56
  ]
56
57
  }
57
58
  ));
58
- x.displayName = "PaginationPrevious";
59
- const y = o.forwardRef(({ className: e, ...i }, s) => /* @__PURE__ */ g(
59
+ P.displayName = "PaginationPrevious";
60
+ const w = o.forwardRef(({ className: e, ...i }, s) => /* @__PURE__ */ h(
60
61
  u,
61
62
  {
62
63
  ref: s,
@@ -65,12 +66,12 @@ const y = o.forwardRef(({ className: e, ...i }, s) => /* @__PURE__ */ g(
65
66
  ...i,
66
67
  children: [
67
68
  /* @__PURE__ */ a("span", { children: "Next" }),
68
- /* @__PURE__ */ a(k, { className: "h-ico-sm w-ico-sm" })
69
+ /* @__PURE__ */ a(v, { icon: k, size: "sm" })
69
70
  ]
70
71
  }
71
72
  ));
72
- y.displayName = "PaginationNext";
73
- const P = o.forwardRef(({ className: e, ...i }, s) => /* @__PURE__ */ g(
73
+ w.displayName = "PaginationNext";
74
+ const b = o.forwardRef(({ className: e, ...i }, s) => /* @__PURE__ */ h(
74
75
  "span",
75
76
  {
76
77
  ref: s,
@@ -81,34 +82,34 @@ const P = o.forwardRef(({ className: e, ...i }, s) => /* @__PURE__ */ g(
81
82
  ),
82
83
  ...i,
83
84
  children: [
84
- /* @__PURE__ */ a(C, { className: "h-ico-sm w-ico-sm" }),
85
+ /* @__PURE__ */ a(v, { icon: C, size: "sm" }),
85
86
  /* @__PURE__ */ a("span", { className: "sr-only", children: "More pages" })
86
87
  ]
87
88
  }
88
89
  ));
89
- P.displayName = "PaginationEllipsis";
90
- function I(e, i, s) {
90
+ b.displayName = "PaginationEllipsis";
91
+ function M(e, i, s) {
91
92
  const c = s * 2 + 5;
92
93
  if (i <= c)
93
- return Array.from({ length: i }, (n, m) => m + 1);
94
- const t = Math.max(e - s, 1), d = Math.min(e + s, i), p = t > 2, h = d < i - 1;
95
- if (!p && h) {
94
+ return Array.from({ length: i }, (n, f) => f + 1);
95
+ const t = Math.max(e - s, 1), d = Math.min(e + s, i), p = t > 2, g = d < i - 1;
96
+ if (!p && g) {
96
97
  const n = s * 2 + 3;
97
- return [...Array.from({ length: n }, (b, N) => N + 1), "ellipsis", i];
98
+ return [...Array.from({ length: n }, (R, N) => N + 1), "ellipsis", i];
98
99
  }
99
- if (p && !h) {
100
+ if (p && !g) {
100
101
  const n = s * 2 + 3;
101
102
  return [1, "ellipsis", ...Array.from(
102
103
  { length: n },
103
- (b, N) => i - n + 1 + N
104
+ (R, N) => i - n + 1 + N
104
105
  )];
105
106
  }
106
107
  return [1, "ellipsis", ...Array.from(
107
108
  { length: d - t + 1 },
108
- (n, m) => t + m
109
+ (n, f) => t + f
109
110
  ), "ellipsis", i];
110
111
  }
111
- const M = o.forwardRef(
112
+ const S = o.forwardRef(
112
113
  ({
113
114
  totalPages: e,
114
115
  currentPage: i,
@@ -117,17 +118,17 @@ const M = o.forwardRef(
117
118
  className: t,
118
119
  ...d
119
120
  }, p) => {
120
- const h = I(i, e, c);
121
- return /* @__PURE__ */ a(v, { ref: p, className: t, ...d, children: /* @__PURE__ */ g(w, { children: [
122
- /* @__PURE__ */ a(f, { children: /* @__PURE__ */ a(
123
- x,
121
+ const g = M(i, e, c);
122
+ return /* @__PURE__ */ a(x, { ref: p, className: t, ...d, children: /* @__PURE__ */ h(y, { children: [
123
+ /* @__PURE__ */ a(m, { children: /* @__PURE__ */ a(
124
+ P,
124
125
  {
125
126
  onClick: () => s(Math.max(1, i - 1)),
126
127
  disabled: i <= 1
127
128
  }
128
129
  ) }),
129
- h.map(
130
- (l, n) => l === "ellipsis" ? /* @__PURE__ */ a(f, { children: /* @__PURE__ */ a(P, {}) }, `e${n}`) : /* @__PURE__ */ a(f, { children: /* @__PURE__ */ a(
130
+ g.map(
131
+ (l, n) => l === "ellipsis" ? /* @__PURE__ */ a(m, { children: /* @__PURE__ */ a(b, {}) }, `e${n}`) : /* @__PURE__ */ a(m, { children: /* @__PURE__ */ a(
131
132
  u,
132
133
  {
133
134
  isActive: l === i,
@@ -136,8 +137,8 @@ const M = o.forwardRef(
136
137
  }
137
138
  ) }, l)
138
139
  ),
139
- /* @__PURE__ */ a(f, { children: /* @__PURE__ */ a(
140
- y,
140
+ /* @__PURE__ */ a(m, { children: /* @__PURE__ */ a(
141
+ w,
141
142
  {
142
143
  onClick: () => s(Math.min(e, i + 1)),
143
144
  disabled: i >= e
@@ -146,15 +147,15 @@ const M = o.forwardRef(
146
147
  ] }) });
147
148
  }
148
149
  );
149
- M.displayName = "PaginationNav";
150
+ S.displayName = "PaginationNav";
150
151
  export {
151
- w as PaginationContent,
152
- P as PaginationEllipsis,
153
- f as PaginationItem,
152
+ y as PaginationContent,
153
+ b as PaginationEllipsis,
154
+ m as PaginationItem,
154
155
  u as PaginationLink,
155
- M as PaginationNav,
156
- y as PaginationNext,
157
- x as PaginationPrevious,
158
- v as PaginationRoot,
159
- I as generatePagination
156
+ S as PaginationNav,
157
+ w as PaginationNext,
158
+ P as PaginationPrevious,
159
+ x as PaginationRoot,
160
+ M as generatePagination
160
161
  };
@@ -1,48 +1,48 @@
1
1
  "use client";
2
- import { jsx as e } from "react/jsx-runtime";
3
- import * as t from "react";
4
- import { P as u, d, c as v, b as P, aP as y } from "../_chunks/primitives.js";
5
- import { cn as g } from "./lib/utils.js";
6
- import { tweens as x, springs as b } from "./lib/motion.js";
7
- import { A as h, m as C } from "../_chunks/framer.js";
8
- const m = t.createContext(!1), w = ({
9
- open: s,
10
- defaultOpen: a = !1,
11
- onOpenChange: o,
12
- ...n
2
+ import { jsx as o } from "react/jsx-runtime";
3
+ import * as r from "react";
4
+ import { o as u, p as d, q as g, r as v, s as h } from "../_chunks/primitives.js";
5
+ import { cn as y } from "./lib/utils.js";
6
+ import { tweens as C, springs as P } from "./lib/motion.js";
7
+ import { A as x, m as b } from "../_chunks/framer.js";
8
+ const m = r.createContext(!1), w = ({
9
+ open: t,
10
+ defaultOpen: s = !1,
11
+ onOpenChange: n,
12
+ ...a
13
13
  }) => {
14
- const [c, i] = t.useState(a), r = s !== void 0, p = r ? s : c, f = t.useCallback(
14
+ const [i, c] = r.useState(s), e = t !== void 0, p = e ? t : i, f = r.useCallback(
15
15
  (l) => {
16
- r || i(l), o == null || o(l);
16
+ e || c(l), n?.(l);
17
17
  },
18
- [r, o]
18
+ [e, n]
19
19
  );
20
- return /* @__PURE__ */ e(m.Provider, { value: p, children: /* @__PURE__ */ e(P, { open: p, onOpenChange: f, ...n }) });
20
+ return /* @__PURE__ */ o(m.Provider, { value: p, children: /* @__PURE__ */ o(v, { open: p, onOpenChange: f, ...a }) });
21
21
  };
22
22
  w.displayName = "Popover";
23
- const k = v, z = y, A = t.forwardRef(({ className: s, align: a = "center", sideOffset: o = 4, children: n, ...c }, i) => {
24
- const r = t.useContext(m);
25
- return /* @__PURE__ */ e(h, { children: r && /* @__PURE__ */ e(u, { forceMount: !0, children: /* @__PURE__ */ e(
23
+ const j = g, k = h, A = r.forwardRef(({ className: t, align: s = "center", sideOffset: n = 4, children: a, ...i }, c) => {
24
+ const e = r.useContext(m);
25
+ return /* @__PURE__ */ o(x, { children: e && /* @__PURE__ */ o(u, { forceMount: !0, children: /* @__PURE__ */ o(
26
26
  d,
27
27
  {
28
- ref: i,
29
- align: a,
30
- sideOffset: o,
28
+ ref: c,
29
+ align: s,
30
+ sideOffset: n,
31
31
  forceMount: !0,
32
32
  asChild: !0,
33
- ...c,
34
- children: /* @__PURE__ */ e(
35
- C.div,
33
+ ...i,
34
+ children: /* @__PURE__ */ o(
35
+ b.div,
36
36
  {
37
37
  initial: { opacity: 0, scale: 0.95 },
38
38
  animate: { opacity: 1, scale: 1 },
39
39
  exit: { opacity: 0, scale: 0.95 },
40
- transition: { ...b.snappy, opacity: x.fade },
41
- className: g(
40
+ transition: { ...P.snappy, opacity: C.fade },
41
+ className: y(
42
42
  "z-popover w-72 rounded-ds-lg border border-surface-border-strong bg-surface-overlay p-ds-05 text-surface-fg shadow-floating outline-none",
43
- s
43
+ t
44
44
  ),
45
- children: n
45
+ children: a
46
46
  }
47
47
  )
48
48
  }
@@ -51,7 +51,7 @@ const k = v, z = y, A = t.forwardRef(({ className: s, align: a = "center", sideO
51
51
  A.displayName = d.displayName;
52
52
  export {
53
53
  w as Popover,
54
- z as PopoverAnchor,
54
+ k as PopoverAnchor,
55
55
  A as PopoverContent,
56
- k as PopoverTrigger
56
+ j as PopoverTrigger
57
57
  };
@@ -6,7 +6,7 @@ declare const progressTrackVariants: (props?: ({
6
6
  size?: "sm" | "md" | "lg" | null | undefined;
7
7
  } & import('class-variance-authority/types').ClassProp) | undefined) => string;
8
8
  declare const progressIndicatorVariants: (props?: ({
9
- color?: "default" | "error" | "success" | "warning" | null | undefined;
9
+ color?: "default" | "success" | "error" | "warning" | null | undefined;
10
10
  } & import('class-variance-authority/types').ClassProp) | undefined) => string;
11
11
  /**
12
12
  * Props for Progress — a horizontal progress bar with size and color variants, an optional
@@ -43,6 +43,8 @@ interface ProgressProps extends Omit<React.ComponentPropsWithoutRef<typeof Progr
43
43
  indicatorClassName?: string;
44
44
  /** Display the percentage label next to the progress bar */
45
45
  showLabel?: boolean;
46
+ /** When true, color auto-shifts by value: 0-59 = default (accent), 60-84 = warning, 85-100 = success, >100 = error. @default false */
47
+ autoColor?: boolean;
46
48
  }
47
49
  declare const Progress: React.ForwardRefExoticComponent<ProgressProps & React.RefAttributes<HTMLDivElement>>;
48
50
  export { Progress, progressTrackVariants, progressIndicatorVariants };
@@ -1 +1 @@
1
- {"version":3,"file":"progress.d.ts","sourceRoot":"","sources":["../../src/ui/progress.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,iBAAiB,MAAM,4BAA4B,CAAA;AAE/D,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AASjE,QAAA,MAAM,qBAAqB;;8EAY1B,CAAA;AAED,QAAA,MAAM,yBAAyB;;8EAa9B,CAAA;AAMD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,UAAU,aACR,SAAQ,IAAI,CACR,KAAK,CAAC,wBAAwB,CAAC,OAAO,iBAAiB,CAAC,IAAI,CAAC,EAC7D,OAAO,CACR,EACD,YAAY,CAAC,OAAO,qBAAqB,CAAC,EAC1C,YAAY,CAAC,OAAO,yBAAyB,CAAC;IAChD,uDAAuD;IACvD,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,4DAA4D;IAC5D,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAMD,QAAA,MAAM,QAAQ,sFAyDb,CAAA;AAGD,OAAO,EAAE,QAAQ,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,CAAA;AACrE,YAAY,EAAE,aAAa,EAAE,CAAA"}
1
+ {"version":3,"file":"progress.d.ts","sourceRoot":"","sources":["../../src/ui/progress.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,iBAAiB,MAAM,4BAA4B,CAAA;AAE/D,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AASjE,QAAA,MAAM,qBAAqB;;8EAY1B,CAAA;AAED,QAAA,MAAM,yBAAyB;;8EAa9B,CAAA;AAMD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,UAAU,aACR,SAAQ,IAAI,CACR,KAAK,CAAC,wBAAwB,CAAC,OAAO,iBAAiB,CAAC,IAAI,CAAC,EAC7D,OAAO,CACR,EACD,YAAY,CAAC,OAAO,qBAAqB,CAAC,EAC1C,YAAY,CAAC,OAAO,yBAAyB,CAAC;IAChD,uDAAuD;IACvD,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,4DAA4D;IAC5D,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,sIAAsI;IACtI,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAMD,QAAA,MAAM,QAAQ,sFAwEb,CAAA;AAGD,OAAO,EAAE,QAAQ,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,CAAA;AACrE,YAAY,EAAE,aAAa,EAAE,CAAA"}
@@ -1,12 +1,12 @@
1
1
  "use client";
2
- import { jsxs as o, jsx as a } from "react/jsx-runtime";
3
- import * as h from "react";
4
- import { aQ as d, aR as l } from "../_chunks/primitives.js";
5
- import { c } from "../_chunks/vendor-utils.js";
6
- import { cn as r } from "./lib/utils.js";
7
- import { springs as w } from "./lib/motion.js";
8
- import { m as x } from "../_chunks/framer.js";
9
- const N = c(
2
+ import { jsxs as n, jsx as a } from "react/jsx-runtime";
3
+ import * as x from "react";
4
+ import { aQ as c, aR as d } from "../_chunks/primitives.js";
5
+ import { a as m } from "../_chunks/vendor-utils.js";
6
+ import { cn as s } from "./lib/utils.js";
7
+ import { springs as N } from "./lib/motion.js";
8
+ import { m as b } from "../_chunks/framer.js";
9
+ const v = m(
10
10
  "relative w-full overflow-hidden rounded-ds-full bg-surface-raised",
11
11
  {
12
12
  variants: {
@@ -18,7 +18,7 @@ const N = c(
18
18
  },
19
19
  defaultVariants: { size: "md" }
20
20
  }
21
- ), m = c(
21
+ ), l = m(
22
22
  "h-full w-full flex-1 transition-[width] duration-moderate-02 ease-expressive-standard",
23
23
  {
24
24
  variants: {
@@ -31,62 +31,66 @@ const N = c(
31
31
  },
32
32
  defaultVariants: { color: "default" }
33
33
  }
34
- ), v = h.forwardRef(
34
+ ), R = x.forwardRef(
35
35
  ({
36
36
  className: f,
37
- value: s,
37
+ value: r,
38
38
  size: u,
39
- color: t,
40
- indicatorClassName: i,
41
- showLabel: n,
42
- ...p
43
- }, g) => {
44
- const e = s == null;
45
- return /* @__PURE__ */ o("div", { className: r("flex items-center gap-ds-03", n && "w-full"), children: [
39
+ color: p,
40
+ indicatorClassName: t,
41
+ showLabel: o,
42
+ autoColor: g,
43
+ ...h
44
+ }, w) => {
45
+ const e = r == null, i = g && r != null ? r > 100 ? "error" : r >= 85 ? "success" : r >= 60 ? "warning" : "default" : p;
46
+ return /* @__PURE__ */ n("div", { className: s("flex items-center gap-ds-03", o && "w-full"), children: [
46
47
  /* @__PURE__ */ a(
47
- d,
48
+ c,
48
49
  {
49
- ref: g,
50
- value: e ? null : s,
51
- className: r(N({ size: u }), f),
52
- ...p,
50
+ ref: w,
51
+ value: e ? null : r,
52
+ className: s(v({ size: u }), f),
53
+ ...h,
53
54
  children: e ? /* @__PURE__ */ a(
54
- l,
55
+ d,
55
56
  {
56
- className: r(
57
- m({ color: t }),
57
+ className: s(
58
+ l({ color: i }),
58
59
  "w-2/5 animate-progress-indeterminate motion-reduce:animate-none",
59
- i
60
+ t
60
61
  )
61
62
  }
62
63
  ) : /* @__PURE__ */ a(
63
- l,
64
+ d,
64
65
  {
65
- className: r("h-full", i),
66
+ className: s("h-full", t),
66
67
  asChild: !0,
67
68
  children: /* @__PURE__ */ a(
68
- x.div,
69
+ b.div,
69
70
  {
70
- className: r(m({ color: t })),
71
+ className: s(
72
+ l({ color: i }),
73
+ "transition-colors duration-moderate-01 ease-productive-standard"
74
+ ),
71
75
  initial: !1,
72
- animate: { width: `${s || 0}%` },
73
- transition: w.smooth
76
+ animate: { width: `${r || 0}%` },
77
+ transition: N.smooth
74
78
  }
75
79
  )
76
80
  }
77
81
  )
78
82
  }
79
83
  ),
80
- n && !e && /* @__PURE__ */ o("span", { className: "shrink-0 text-ds-xs text-surface-fg-muted tabular-nums", children: [
81
- s,
84
+ o && !e && /* @__PURE__ */ n("span", { className: "shrink-0 text-ds-xs text-surface-fg-muted tabular-nums", children: [
85
+ r,
82
86
  "%"
83
87
  ] })
84
88
  ] });
85
89
  }
86
90
  );
87
- v.displayName = d.displayName;
91
+ R.displayName = c.displayName;
88
92
  export {
89
- v as Progress,
90
- m as progressIndicatorVariants,
91
- N as progressTrackVariants
93
+ R as Progress,
94
+ l as progressIndicatorVariants,
95
+ v as progressTrackVariants
92
96
  };
package/dist/ui/radio.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use client";
2
2
  import { jsx as e } from "react/jsx-runtime";
3
- import { aj as o, ak as i, al as n } from "../_chunks/primitives.js";
3
+ import { ak as o, al as i, am as n } from "../_chunks/primitives.js";
4
4
  import { IconCircle as d } from "@tabler/icons-react";
5
5
  import * as t from "react";
6
6
  import { springs as l } from "./lib/motion.js";
@@ -1 +1 @@
1
- {"version":3,"file":"search-input.d.ts","sourceRoot":"","sources":["../../src/ui/search-input.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAK9B,KAAK,eAAe,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;AAShD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IACjG,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,oBAAoB;IACpB,IAAI,CAAC,EAAE,eAAe,CAAA;CACvB;AAED,QAAA,MAAM,WAAW,2FAqDhB,CAAA;AAGD,OAAO,EAAE,WAAW,EAAE,CAAA"}
1
+ {"version":3,"file":"search-input.d.ts","sourceRoot":"","sources":["../../src/ui/search-input.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAO9B,KAAK,eAAe,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;AAEhD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IACjG,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,oBAAoB;IACpB,IAAI,CAAC,EAAE,eAAe,CAAA;CACvB;AAED,QAAA,MAAM,WAAW,2FA4ChB,CAAA;AAGD,OAAO,EAAE,WAAW,EAAE,CAAA"}
@@ -1,66 +1,53 @@
1
1
  "use client";
2
- import { jsxs as n, jsx as e } from "react/jsx-runtime";
3
- import { IconSearch as m, IconX as l } from "@tabler/icons-react";
4
- import * as u from "react";
5
- import { springs as f } from "./lib/motion.js";
6
- import { cn as p } from "./lib/utils.js";
7
- import { Spinner as h } from "./spinner.js";
2
+ import { jsx as o } from "react/jsx-runtime";
3
+ import { IconX as d, IconSearch as l } from "@tabler/icons-react";
4
+ import * as h from "react";
5
+ import { springs as y } from "./lib/motion.js";
6
+ import { Spinner as S } from "./spinner.js";
7
+ import { Icon as e } from "./icon.js";
8
+ import { Input as u } from "./input.js";
9
+ import { Button as I } from "./button.js";
8
10
  import { A as b, m as x } from "../_chunks/framer.js";
9
- const g = {
10
- xs: "h-ds-xs-plus text-ds-sm pl-ds-07 pr-ds-06",
11
- sm: "h-ds-sm text-ds-sm pl-ds-08 pr-ds-07",
12
- md: "h-ds-md text-ds-md pl-[2.5rem] pr-[2.25rem]",
13
- lg: "h-ds-lg text-ds-md pl-[3rem] pr-[2.5rem]"
14
- }, v = u.forwardRef(
15
- ({ className: a, value: s, onClear: r, loading: t, size: i = "md", ...o }, c) => {
16
- const d = s !== void 0 && s !== "";
17
- return /* @__PURE__ */ n("div", { className: "relative flex items-center", children: [
18
- /* @__PURE__ */ e(
19
- m,
20
- {
21
- className: "absolute left-[0.75rem] h-ico-md w-ico-md text-surface-fg-muted pointer-events-none",
22
- "aria-hidden": "true"
23
- }
24
- ),
25
- /* @__PURE__ */ e(
26
- "input",
27
- {
28
- ref: c,
29
- value: s,
30
- "aria-busy": t,
31
- className: p(
32
- "flex w-full font-sans",
33
- g[i],
34
- "bg-surface-raised-hover text-surface-fg",
35
- "border border-surface-border-strong rounded-ds-md",
36
- "placeholder:text-surface-fg-subtle",
37
- "hover:bg-surface-raised-active",
38
- "transition-colors duration-fast-01 ease-productive-standard",
39
- "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent-9 focus-visible:border-accent-7",
40
- "disabled:cursor-not-allowed disabled:opacity-action-disabled",
41
- a
42
- ),
43
- ...o
44
- }
45
- ),
46
- t ? /* @__PURE__ */ e("span", { className: "absolute right-[0.75rem] pointer-events-none", "aria-hidden": "true", children: /* @__PURE__ */ e(h, { size: "sm" }) }) : /* @__PURE__ */ e(b, { children: d && r && /* @__PURE__ */ e(
47
- x.button,
48
- {
49
- type: "button",
50
- onClick: r,
51
- className: "absolute right-[0.75rem] rounded-ds-full h-ico-md w-ico-md flex items-center justify-center text-surface-fg-muted hover:text-surface-fg hover:bg-surface-raised transition-colors ease-productive-standard",
52
- "aria-label": "Clear search",
53
- initial: { opacity: 0, scale: 0.8 },
54
- animate: { opacity: 1, scale: 1 },
55
- exit: { opacity: 0, scale: 0.8 },
56
- transition: f.snappy,
57
- children: /* @__PURE__ */ e(l, { className: "h-ico-sm w-ico-sm" })
58
- }
59
- ) })
60
- ] });
11
+ const C = h.forwardRef(
12
+ ({ className: a, value: t, onClear: r, loading: i, size: c = "md", placeholder: m, ...s }, p) => {
13
+ const n = t !== void 0 && t !== "", f = i ? /* @__PURE__ */ o(S, { size: "sm" }) : /* @__PURE__ */ o(b, { children: n && r && /* @__PURE__ */ o(
14
+ x.div,
15
+ {
16
+ initial: { opacity: 0, scale: 0.8 },
17
+ animate: { opacity: 1, scale: 1 },
18
+ exit: { opacity: 0, scale: 0.8 },
19
+ transition: y.snappy,
20
+ children: /* @__PURE__ */ o(
21
+ I,
22
+ {
23
+ type: "button",
24
+ variant: "ghost",
25
+ size: "icon-xs",
26
+ onClick: r,
27
+ "aria-label": "Clear search",
28
+ children: /* @__PURE__ */ o(e, { icon: d })
29
+ }
30
+ )
31
+ }
32
+ ) });
33
+ return /* @__PURE__ */ o(
34
+ u,
35
+ {
36
+ ref: p,
37
+ size: c,
38
+ startSection: /* @__PURE__ */ o(e, { icon: l }),
39
+ endSection: f,
40
+ endSectionClickable: !!n && !i,
41
+ placeholder: m,
42
+ value: t,
43
+ "aria-busy": i || void 0,
44
+ className: a,
45
+ ...s
46
+ }
47
+ );
61
48
  }
62
49
  );
63
- v.displayName = "SearchInput";
50
+ C.displayName = "SearchInput";
64
51
  export {
65
- v as SearchInput
52
+ C as SearchInput
66
53
  };
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import { jsx as d, jsxs as z } from "react/jsx-runtime";
3
3
  import D, { useState as k, useRef as I, useEffect as S, useCallback as R, useId as E } from "react";
4
- import { c as H } from "../_chunks/vendor-utils.js";
4
+ import { a as H } from "../_chunks/vendor-utils.js";
5
5
  import { cn as w } from "./lib/utils.js";
6
6
  import { springs as L } from "./lib/motion.js";
7
7
  import { L as T, m as C, A } from "../_chunks/framer.js";
@@ -1 +1 @@
1
- {"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../src/ui/select.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,eAAe,MAAM,0BAA0B,CAAA;AAE3D,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAMjE;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,QAAA,MAAM,MAAM,uCAAuB,CAAA;AAEnC,QAAA,MAAM,WAAW,yGAAwB,CAAA;AAEzC,QAAA,MAAM,WAAW,0GAAwB,CAAA;AAEzC,eAAO,MAAM,qBAAqB;;8EAajC,CAAA;AAED;;;;;;;GAOG;AACH,MAAM,WAAW,kBACf,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,EACpE,YAAY,CAAC,OAAO,qBAAqB,CAAC;CAAG;AAEjD,QAAA,MAAM,aAAa,8FAcjB,CAAA;AAGF,QAAA,MAAM,oBAAoB,qKAcxB,CAAA;AAGF,QAAA,MAAM,sBAAsB,uKAc1B,CAAA;AAIF,QAAA,MAAM,aAAa,8JAoCjB,CAAA;AAGF,QAAA,MAAM,WAAW,4JASf,CAAA;AAGF,QAAA,MAAM,UAAU,2JAmBd,CAAA;AAGF,QAAA,MAAM,eAAe,gKASnB,CAAA;AAGF,OAAO,EACL,MAAM,EACN,WAAW,EACX,WAAW,EACX,aAAa,EACb,aAAa,EACb,WAAW,EACX,UAAU,EACV,eAAe,EACf,oBAAoB,EACpB,sBAAsB,GACvB,CAAA"}
1
+ {"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../src/ui/select.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,eAAe,MAAM,0BAA0B,CAAA;AAE3D,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAOjE;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,QAAA,MAAM,MAAM,uCAAuB,CAAA;AAEnC,QAAA,MAAM,WAAW,yGAAwB,CAAA;AAEzC,QAAA,MAAM,WAAW,0GAAwB,CAAA;AAEzC,eAAO,MAAM,qBAAqB;;8EAajC,CAAA;AAED;;;;;;;GAOG;AACH,MAAM,WAAW,kBACf,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,EACpE,YAAY,CAAC,OAAO,qBAAqB,CAAC;CAAG;AAEjD,QAAA,MAAM,aAAa,8FAcjB,CAAA;AAGF,QAAA,MAAM,oBAAoB,qKAcxB,CAAA;AAGF,QAAA,MAAM,sBAAsB,uKAc1B,CAAA;AAIF,QAAA,MAAM,aAAa,8JAoCjB,CAAA;AAGF,QAAA,MAAM,WAAW,4JASf,CAAA;AAGF,QAAA,MAAM,UAAU,2JAmBd,CAAA;AAGF,QAAA,MAAM,eAAe,gKASnB,CAAA;AAGF,OAAO,EACL,MAAM,EACN,WAAW,EACX,WAAW,EACX,aAAa,EACb,aAAa,EACb,WAAW,EACX,UAAU,EACV,eAAe,EACf,oBAAoB,EACpB,sBAAsB,GACvB,CAAA"}