@devalok/shilp-sutra 0.38.0 → 0.40.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 (361) hide show
  1. package/AGENTS.md +151 -0
  2. package/MIGRATION.md +255 -0
  3. package/README.md +3 -0
  4. package/dist/_chunks/badge-group.js +76 -75
  5. package/dist/_chunks/badge-group.js.map +1 -1
  6. package/dist/_chunks/chart-container.js +50 -0
  7. package/dist/_chunks/chart-container.js.map +1 -0
  8. package/dist/_chunks/chat.js +236 -228
  9. package/dist/_chunks/chat.js.map +1 -1
  10. package/dist/_chunks/colors.js +30 -0
  11. package/dist/_chunks/colors.js.map +1 -0
  12. package/dist/_chunks/document-preview.js +2 -2
  13. package/dist/_chunks/document-preview.js.map +1 -1
  14. package/dist/_chunks/emoji-data.js +45 -0
  15. package/dist/_chunks/emoji-data.js.map +1 -0
  16. package/dist/_chunks/grid-lines.js +72 -0
  17. package/dist/_chunks/grid-lines.js.map +1 -0
  18. package/dist/_chunks/image-preview.js +2 -2
  19. package/dist/_chunks/image-preview.js.map +1 -1
  20. package/dist/_chunks/mention-suggestion.js +35 -263
  21. package/dist/_chunks/mention-suggestion.js.map +1 -1
  22. package/dist/_chunks/normalize-icon.js +18 -0
  23. package/dist/_chunks/normalize-icon.js.map +1 -0
  24. package/dist/_chunks/oauth-button.js +227 -0
  25. package/dist/_chunks/oauth-button.js.map +1 -0
  26. package/dist/_chunks/popover.js +3 -3
  27. package/dist/_chunks/popover.js.map +1 -1
  28. package/dist/_chunks/primitives.js +107 -107
  29. package/dist/_chunks/primitives.js.map +1 -1
  30. package/dist/_chunks/shared.js +5 -5
  31. package/dist/_chunks/shared.js.map +1 -1
  32. package/dist/_chunks/{text.js → success.js} +26 -63
  33. package/dist/_chunks/success.js.map +1 -0
  34. package/dist/_chunks/tiptap.js +1952 -1949
  35. package/dist/_chunks/tiptap.js.map +1 -1
  36. package/dist/_chunks/tooltip.js +58 -0
  37. package/dist/_chunks/tooltip.js.map +1 -0
  38. package/dist/_chunks/tree-view.js +101 -96
  39. package/dist/_chunks/tree-view.js.map +1 -1
  40. package/dist/_chunks/use-calendar.js +5 -5
  41. package/dist/_chunks/use-calendar.js.map +1 -1
  42. package/dist/ai/ai-command-provider.d.ts +3 -2
  43. package/dist/ai/ai-command-provider.d.ts.map +1 -1
  44. package/dist/ai/ai-command-provider.js.map +1 -1
  45. package/dist/ai/block-renderer.js +11 -9
  46. package/dist/ai/block-renderer.js.map +1 -1
  47. package/dist/ai/blocks/error.js +31 -0
  48. package/dist/ai/blocks/error.js.map +1 -0
  49. package/dist/ai/blocks/index.d.ts +0 -2
  50. package/dist/ai/blocks/index.d.ts.map +1 -1
  51. package/dist/ai/blocks/index.js +2 -2
  52. package/dist/ai/blocks/text.js +19 -0
  53. package/dist/ai/blocks/text.js.map +1 -0
  54. package/dist/ai/command-bar.d.ts.map +1 -1
  55. package/dist/ai/command-bar.js +198 -193
  56. package/dist/ai/command-bar.js.map +1 -1
  57. package/dist/ai/conversation.d.ts +2 -1
  58. package/dist/ai/conversation.d.ts.map +1 -1
  59. package/dist/ai/conversation.js +92 -87
  60. package/dist/ai/conversation.js.map +1 -1
  61. package/dist/ai/index.d.ts +0 -4
  62. package/dist/ai/index.d.ts.map +1 -1
  63. package/dist/ai/index.js +45 -46
  64. package/dist/ai/index.js.map +1 -1
  65. package/dist/composed/activity-feed.d.ts +2 -1
  66. package/dist/composed/activity-feed.d.ts.map +1 -1
  67. package/dist/composed/activity-feed.js +5 -5
  68. package/dist/composed/activity-feed.js.map +1 -1
  69. package/dist/composed/avatar-group.js +4 -4
  70. package/dist/composed/avatar-group.js.map +1 -1
  71. package/dist/composed/bulk-action-bar.d.ts +2 -2
  72. package/dist/composed/bulk-action-bar.d.ts.map +1 -1
  73. package/dist/composed/bulk-action-bar.js +12 -12
  74. package/dist/composed/bulk-action-bar.js.map +1 -1
  75. package/dist/composed/command-palette.d.ts +2 -1
  76. package/dist/composed/command-palette.d.ts.map +1 -1
  77. package/dist/composed/command-palette.js +106 -101
  78. package/dist/composed/command-palette.js.map +1 -1
  79. package/dist/composed/content-card.js +1 -1
  80. package/dist/composed/content-card.js.map +1 -1
  81. package/dist/composed/date-picker/index.js +747 -3
  82. package/dist/composed/date-picker/index.js.map +1 -0
  83. package/dist/composed/emoji-picker.js +4 -4
  84. package/dist/composed/emoji-picker.js.map +1 -1
  85. package/dist/composed/empty-state.d.ts +3 -3
  86. package/dist/composed/empty-state.d.ts.map +1 -1
  87. package/dist/composed/empty-state.js +40 -31
  88. package/dist/composed/empty-state.js.map +1 -1
  89. package/dist/composed/error-boundary.js +3 -3
  90. package/dist/composed/error-boundary.js.map +1 -1
  91. package/dist/composed/extensions/emoji-node.js +81 -0
  92. package/dist/composed/extensions/emoji-node.js.map +1 -0
  93. package/dist/composed/extensions/emoji-suggestion.js +117 -0
  94. package/dist/composed/extensions/emoji-suggestion.js.map +1 -0
  95. package/dist/composed/file-preview.js +498 -2
  96. package/dist/composed/file-preview.js.map +1 -0
  97. package/dist/composed/filter-bar.js +1 -1
  98. package/dist/composed/filter-bar.js.map +1 -1
  99. package/dist/composed/index.d.ts +0 -15
  100. package/dist/composed/index.d.ts.map +1 -1
  101. package/dist/composed/index.js +16 -24
  102. package/dist/composed/inline-edit.js +1 -1
  103. package/dist/composed/inline-edit.js.map +1 -1
  104. package/dist/composed/loading-skeleton.js +9 -9
  105. package/dist/composed/loading-skeleton.js.map +1 -1
  106. package/dist/composed/markdown-viewer.js +3 -3
  107. package/dist/composed/markdown-viewer.js.map +1 -1
  108. package/dist/composed/multi-select-popover.js +1 -1
  109. package/dist/composed/multi-select-popover.js.map +1 -1
  110. package/dist/composed/page-header.js +1 -1
  111. package/dist/composed/page-header.js.map +1 -1
  112. package/dist/composed/page-skeletons.js +15 -15
  113. package/dist/composed/page-skeletons.js.map +1 -1
  114. package/dist/composed/priority-indicator.js +3 -3
  115. package/dist/composed/priority-indicator.js.map +1 -1
  116. package/dist/composed/rich-chat-input.js +2073 -2
  117. package/dist/composed/rich-chat-input.js.map +1 -0
  118. package/dist/composed/rich-text-editor.js +75 -72
  119. package/dist/composed/rich-text-editor.js.map +1 -1
  120. package/dist/composed/schedule-view.js +3 -3
  121. package/dist/composed/schedule-view.js.map +1 -1
  122. package/dist/composed/status-badge.d.ts +3 -2
  123. package/dist/composed/status-badge.d.ts.map +1 -1
  124. package/dist/composed/status-badge.js +58 -53
  125. package/dist/composed/status-badge.js.map +1 -1
  126. package/dist/shell/app-command-palette.d.ts +2 -1
  127. package/dist/shell/app-command-palette.d.ts.map +1 -1
  128. package/dist/shell/app-command-palette.js.map +1 -1
  129. package/dist/shell/bottom-navbar.d.ts +3 -1
  130. package/dist/shell/bottom-navbar.d.ts.map +1 -1
  131. package/dist/shell/bottom-navbar.js +94 -86
  132. package/dist/shell/bottom-navbar.js.map +1 -1
  133. package/dist/shell/command-registry.d.ts +2 -1
  134. package/dist/shell/command-registry.d.ts.map +1 -1
  135. package/dist/shell/command-registry.js.map +1 -1
  136. package/dist/shell/notification-center.js +8 -8
  137. package/dist/shell/notification-center.js.map +1 -1
  138. package/dist/shell/notification-preferences.js +1 -1
  139. package/dist/shell/notification-preferences.js.map +1 -1
  140. package/dist/shell/sidebar.d.ts +7 -4
  141. package/dist/shell/sidebar.d.ts.map +1 -1
  142. package/dist/shell/sidebar.js +148 -134
  143. package/dist/shell/sidebar.js.map +1 -1
  144. package/dist/shell/top-bar.d.ts +4 -3
  145. package/dist/shell/top-bar.d.ts.map +1 -1
  146. package/dist/shell/top-bar.js +116 -108
  147. package/dist/shell/top-bar.js.map +1 -1
  148. package/dist/tokens/semantic.css +82 -9
  149. package/dist/ui/accordion.js +1 -1
  150. package/dist/ui/accordion.js.map +1 -1
  151. package/dist/ui/alert-dialog.js +3 -3
  152. package/dist/ui/alert-dialog.js.map +1 -1
  153. package/dist/ui/alert.js +2 -2
  154. package/dist/ui/alert.js.map +1 -1
  155. package/dist/ui/autocomplete.js +2 -2
  156. package/dist/ui/autocomplete.js.map +1 -1
  157. package/dist/ui/avatar.js +11 -11
  158. package/dist/ui/avatar.js.map +1 -1
  159. package/dist/ui/badge-indicator.js +1 -1
  160. package/dist/ui/badge-indicator.js.map +1 -1
  161. package/dist/ui/badge.d.ts +3 -2
  162. package/dist/ui/badge.d.ts.map +1 -1
  163. package/dist/ui/banner.js +1 -1
  164. package/dist/ui/banner.js.map +1 -1
  165. package/dist/ui/breadcrumb.js +1 -1
  166. package/dist/ui/breadcrumb.js.map +1 -1
  167. package/dist/ui/button.d.ts +5 -4
  168. package/dist/ui/button.d.ts.map +1 -1
  169. package/dist/ui/button.js +66 -65
  170. package/dist/ui/button.js.map +1 -1
  171. package/dist/ui/card.js +5 -5
  172. package/dist/ui/card.js.map +1 -1
  173. package/dist/ui/charts/area-chart.js +177 -0
  174. package/dist/ui/charts/area-chart.js.map +1 -0
  175. package/dist/ui/charts/bar-chart.js +127 -0
  176. package/dist/ui/charts/bar-chart.js.map +1 -0
  177. package/dist/ui/charts/chart-container.js +3 -0
  178. package/dist/ui/charts/gauge-chart.js +72 -0
  179. package/dist/ui/charts/gauge-chart.js.map +1 -0
  180. package/dist/ui/charts/index.js +10 -1035
  181. package/dist/ui/charts/line-chart.js +135 -0
  182. package/dist/ui/charts/line-chart.js.map +1 -0
  183. package/dist/ui/charts/pie-chart.js +111 -0
  184. package/dist/ui/charts/pie-chart.js.map +1 -0
  185. package/dist/ui/charts/radar-chart.js +170 -0
  186. package/dist/ui/charts/radar-chart.js.map +1 -0
  187. package/dist/ui/charts/sparkline.js +119 -0
  188. package/dist/ui/charts/sparkline.js.map +1 -0
  189. package/dist/ui/chat/message.d.ts +3 -3
  190. package/dist/ui/chat/message.d.ts.map +1 -1
  191. package/dist/ui/chat/system-message.d.ts +2 -1
  192. package/dist/ui/chat/system-message.d.ts.map +1 -1
  193. package/dist/ui/checkbox.js +1 -1
  194. package/dist/ui/checkbox.js.map +1 -1
  195. package/dist/ui/code.js +2 -2
  196. package/dist/ui/code.js.map +1 -1
  197. package/dist/ui/color-input.js +10 -10
  198. package/dist/ui/color-input.js.map +1 -1
  199. package/dist/ui/color-swatch.js +3 -3
  200. package/dist/ui/color-swatch.js.map +1 -1
  201. package/dist/ui/combobox.d.ts +2 -1
  202. package/dist/ui/combobox.d.ts.map +1 -1
  203. package/dist/ui/combobox.js +100 -95
  204. package/dist/ui/combobox.js.map +1 -1
  205. package/dist/ui/container.d.ts +6 -1
  206. package/dist/ui/container.d.ts.map +1 -1
  207. package/dist/ui/container.js +2 -1
  208. package/dist/ui/container.js.map +1 -1
  209. package/dist/ui/context-menu.js +6 -6
  210. package/dist/ui/context-menu.js.map +1 -1
  211. package/dist/ui/data-table-body.js +1 -1
  212. package/dist/ui/data-table-body.js.map +1 -1
  213. package/dist/ui/data-table-bulk-actions.js +2 -2
  214. package/dist/ui/data-table-bulk-actions.js.map +1 -1
  215. package/dist/ui/data-table-card.js +2 -2
  216. package/dist/ui/data-table-card.js.map +1 -1
  217. package/dist/ui/data-table-header.js +2 -2
  218. package/dist/ui/data-table-header.js.map +1 -1
  219. package/dist/ui/data-table-pagination.js +3 -3
  220. package/dist/ui/data-table-pagination.js.map +1 -1
  221. package/dist/ui/data-table-toolbar.js +1 -1
  222. package/dist/ui/data-table-toolbar.js.map +1 -1
  223. package/dist/ui/data-table.js +1 -1
  224. package/dist/ui/data-table.js.map +1 -1
  225. package/dist/ui/devalok-grain.d.ts +1 -1
  226. package/dist/ui/devalok-grain.js.map +1 -1
  227. package/dist/ui/dialog.js +2 -2
  228. package/dist/ui/dialog.js.map +1 -1
  229. package/dist/ui/dropdown-menu.js +6 -6
  230. package/dist/ui/dropdown-menu.js.map +1 -1
  231. package/dist/ui/file-upload.js +4 -4
  232. package/dist/ui/file-upload.js.map +1 -1
  233. package/dist/ui/hover-card.js +1 -1
  234. package/dist/ui/hover-card.js.map +1 -1
  235. package/dist/ui/icon-button.d.ts +9 -2
  236. package/dist/ui/icon-button.d.ts.map +1 -1
  237. package/dist/ui/icon-button.js +14 -13
  238. package/dist/ui/icon-button.js.map +1 -1
  239. package/dist/ui/index.d.ts +1 -3
  240. package/dist/ui/index.d.ts.map +1 -1
  241. package/dist/ui/index.js +31 -33
  242. package/dist/ui/index.js.map +1 -1
  243. package/dist/ui/input-otp.js +1 -1
  244. package/dist/ui/input-otp.js.map +1 -1
  245. package/dist/ui/input.js +2 -2
  246. package/dist/ui/input.js.map +1 -1
  247. package/dist/ui/lib/icon-input.d.ts +42 -0
  248. package/dist/ui/lib/icon-input.d.ts.map +1 -0
  249. package/dist/ui/lib/normalize-icon.d.ts +39 -0
  250. package/dist/ui/lib/normalize-icon.d.ts.map +1 -0
  251. package/dist/ui/link.js +1 -1
  252. package/dist/ui/link.js.map +1 -1
  253. package/dist/ui/menubar.js +8 -8
  254. package/dist/ui/menubar.js.map +1 -1
  255. package/dist/ui/navigation-menu.js +3 -3
  256. package/dist/ui/navigation-menu.js.map +1 -1
  257. package/dist/ui/number-input.js +3 -3
  258. package/dist/ui/number-input.js.map +1 -1
  259. package/dist/ui/oauth-button/index.d.ts +3 -0
  260. package/dist/ui/oauth-button/index.d.ts.map +1 -0
  261. package/dist/ui/oauth-button/index.js +3 -0
  262. package/dist/ui/oauth-button/oauth-button.d.ts +208 -0
  263. package/dist/ui/oauth-button/oauth-button.d.ts.map +1 -0
  264. package/dist/ui/pagination.js +1 -1
  265. package/dist/ui/pagination.js.map +1 -1
  266. package/dist/ui/progress.js +2 -2
  267. package/dist/ui/progress.js.map +1 -1
  268. package/dist/ui/radio.js +1 -1
  269. package/dist/ui/radio.js.map +1 -1
  270. package/dist/ui/segmented-control.d.ts +3 -4
  271. package/dist/ui/segmented-control.d.ts.map +1 -1
  272. package/dist/ui/segmented-control.js +53 -45
  273. package/dist/ui/segmented-control.js.map +1 -1
  274. package/dist/ui/select.js +3 -3
  275. package/dist/ui/select.js.map +1 -1
  276. package/dist/ui/sheet.js +2 -2
  277. package/dist/ui/sheet.js.map +1 -1
  278. package/dist/ui/sidebar.js +11 -11
  279. package/dist/ui/sidebar.js.map +1 -1
  280. package/dist/ui/skeleton.js +9 -9
  281. package/dist/ui/skeleton.js.map +1 -1
  282. package/dist/ui/slider.js +2 -2
  283. package/dist/ui/slider.js.map +1 -1
  284. package/dist/ui/split-button.js +7 -7
  285. package/dist/ui/split-button.js.map +1 -1
  286. package/dist/ui/stack.d.ts +6 -1
  287. package/dist/ui/stack.d.ts.map +1 -1
  288. package/dist/ui/stack.js +2 -1
  289. package/dist/ui/stack.js.map +1 -1
  290. package/dist/ui/stat-card.d.ts +2 -3
  291. package/dist/ui/stat-card.d.ts.map +1 -1
  292. package/dist/ui/stat-card.js +118 -116
  293. package/dist/ui/stat-card.js.map +1 -1
  294. package/dist/ui/status-dot.js +2 -2
  295. package/dist/ui/status-dot.js.map +1 -1
  296. package/dist/ui/stepper.d.ts +2 -1
  297. package/dist/ui/stepper.d.ts.map +1 -1
  298. package/dist/ui/stepper.js +74 -69
  299. package/dist/ui/stepper.js.map +1 -1
  300. package/dist/ui/switch.js +2 -2
  301. package/dist/ui/switch.js.map +1 -1
  302. package/dist/ui/tabs.js +3 -3
  303. package/dist/ui/tabs.js.map +1 -1
  304. package/dist/ui/text.d.ts +7 -2
  305. package/dist/ui/text.d.ts.map +1 -1
  306. package/dist/ui/text.js +2 -1
  307. package/dist/ui/text.js.map +1 -1
  308. package/dist/ui/textarea.js +1 -1
  309. package/dist/ui/textarea.js.map +1 -1
  310. package/dist/ui/toast.js +8 -8
  311. package/dist/ui/toast.js.map +1 -1
  312. package/dist/ui/toaster.d.ts +11 -2
  313. package/dist/ui/toaster.d.ts.map +1 -1
  314. package/dist/ui/toaster.js.map +1 -1
  315. package/dist/ui/toggle.js +1 -1
  316. package/dist/ui/toggle.js.map +1 -1
  317. package/dist/ui/tooltip.js +12 -12
  318. package/dist/ui/tooltip.js.map +1 -1
  319. package/dist/ui/tree-view/tree-item.d.ts +3 -2
  320. package/dist/ui/tree-view/tree-item.d.ts.map +1 -1
  321. package/dist/ui/tree-view/use-tree.d.ts +2 -1
  322. package/dist/ui/tree-view/use-tree.d.ts.map +1 -1
  323. package/docs/components/_header.md +90 -1
  324. package/docs/components/ui/oauth-button.md +86 -0
  325. package/docs/recipes/customize-brand.md +100 -4
  326. package/docs/recipes/index.md +5 -1
  327. package/docs/recipes/install-astro.md +15 -0
  328. package/docs/recipes/install-next-app-router.md +21 -5
  329. package/docs/recipes/install-next-pages.md +2 -0
  330. package/docs/recipes/install-remix.md +15 -0
  331. package/docs/recipes/install-tanstack-start.md +15 -0
  332. package/docs/recipes/install-vite.md +15 -0
  333. package/docs/recipes/troubleshoot.md +22 -0
  334. package/llms-full.txt +177 -2
  335. package/llms-quick.txt +247 -0
  336. package/llms.txt +116 -3
  337. package/package.json +80 -2
  338. package/scripts/welcome.mjs +219 -0
  339. package/skill/README.md +99 -0
  340. package/skill/SKILL.md +163 -0
  341. package/skill/install.sh +59 -0
  342. package/skill/references/components-full.md +7083 -0
  343. package/skill/references/components.md +778 -0
  344. package/skill/references/customize-brand.md +314 -0
  345. package/skill/references/server-components.md +211 -0
  346. package/skill/references/setup-astro.md +195 -0
  347. package/skill/references/setup-next-app-router.md +248 -0
  348. package/skill/references/setup-next-pages.md +127 -0
  349. package/skill/references/setup-remix.md +188 -0
  350. package/skill/references/setup-tanstack-start.md +160 -0
  351. package/skill/references/setup-vite.md +187 -0
  352. package/skill/references/troubleshoot.md +241 -0
  353. package/dist/_chunks/date-picker.js +0 -748
  354. package/dist/_chunks/date-picker.js.map +0 -1
  355. package/dist/_chunks/file-preview.js +0 -499
  356. package/dist/_chunks/file-preview.js.map +0 -1
  357. package/dist/_chunks/rich-chat-input.js +0 -2071
  358. package/dist/_chunks/rich-chat-input.js.map +0 -1
  359. package/dist/_chunks/text.js.map +0 -1
  360. package/dist/ui/charts/index.js.map +0 -1
  361. /package/{LICENSE → skill/LICENSE} +0 -0
@@ -6299,74 +6299,12 @@ var Cg = t.forwardRef((e, t) => {
6299
6299
  e ? o.onItemActivate(r) : o.onItemDeactivate(r);
6300
6300
  }
6301
6301
  });
6302
- }), wg = pg, Tg = Sg, Eg = "Progress", Dg = 100, [Og, kg] = u(Eg), [Ag, jg] = Og(Eg), Mg = e.forwardRef((e, t) => {
6303
- let { __scopeProgress: n, value: r = null, max: i, getValueLabel: o = Fg, ...s } = e;
6304
- (i || i === 0) && !Rg(i) && console.error(Bg(`${i}`, "Progress"));
6305
- let c = Rg(i) ? i : Dg;
6306
- r !== null && !zg(r, c) && console.error(Vg(`${r}`, "Progress"));
6307
- let l = zg(r, c) ? r : null, u = Lg(l) ? o(l, c) : void 0;
6308
- return /* @__PURE__ */ a(Ag, {
6309
- scope: n,
6310
- value: l,
6311
- max: c,
6312
- children: /* @__PURE__ */ a(F.div, {
6313
- "aria-valuemax": c,
6314
- "aria-valuemin": 0,
6315
- "aria-valuenow": Lg(l) ? l : void 0,
6316
- "aria-valuetext": u,
6317
- role: "progressbar",
6318
- "data-state": Ig(l, c),
6319
- "data-value": l ?? void 0,
6320
- "data-max": c,
6321
- ...s,
6322
- ref: t
6323
- })
6324
- });
6325
- });
6326
- Mg.displayName = Eg;
6327
- var Ng = "ProgressIndicator", Pg = e.forwardRef((e, t) => {
6328
- let { __scopeProgress: n, ...r } = e, i = jg(Ng, n);
6329
- return /* @__PURE__ */ a(F.div, {
6330
- "data-state": Ig(i.value, i.max),
6331
- "data-value": i.value ?? void 0,
6332
- "data-max": i.max,
6333
- ...r,
6334
- ref: t
6335
- });
6336
- });
6337
- Pg.displayName = Ng;
6338
- function Fg(e, t) {
6339
- return `${Math.round(e / t * 100)}%`;
6340
- }
6341
- function Ig(e, t) {
6342
- return e == null ? "indeterminate" : e === t ? "complete" : "loading";
6343
- }
6344
- function Lg(e) {
6345
- return typeof e == "number";
6346
- }
6347
- function Rg(e) {
6348
- return Lg(e) && !isNaN(e) && e > 0;
6349
- }
6350
- function zg(e, t) {
6351
- return Lg(e) && !isNaN(e) && e <= t && e >= 0;
6352
- }
6353
- function Bg(e, t) {
6354
- return `Invalid prop \`max\` of value \`${e}\` supplied to \`${t}\`. Only numbers greater than 0 are valid max values. Defaulting to \`${Dg}\`.`;
6355
- }
6356
- function Vg(e, t) {
6357
- return `Invalid prop \`value\` of value \`${e}\` supplied to \`${t}\`. The \`value\` prop must be:
6358
- - a positive number
6359
- - less than the value passed to \`max\` (or ${Dg} if no \`max\` prop is set)
6360
- - \`null\` or \`undefined\` if the progress is indeterminate.
6361
-
6362
- Defaulting to \`null\`.`;
6363
- }
6364
- var Hg = Mg, Ug = Pg, [Wg, Gg] = u("Tooltip", [Ds]), Kg = Ds(), qg = "TooltipProvider", Jg = 700, Yg = "tooltip.open", [Xg, Zg] = Wg(qg), Qg = (t) => {
6365
- let { __scopeTooltip: n, delayDuration: r = Jg, skipDelayDuration: i = 300, disableHoverableContent: o = !1, children: s } = t, c = e.useRef(!0), l = e.useRef(!1), u = e.useRef(0);
6302
+ }), wg = pg, Tg = Sg, [Eg, Dg] = u("Tooltip", [Ds]), Og = Ds(), kg = "TooltipProvider", Ag = 700, jg = "tooltip.open", [Mg, Ng] = Eg(kg), Pg = (t) => {
6303
+ let { __scopeTooltip: n, delayDuration: r = Ag, skipDelayDuration: i = 300, disableHoverableContent: o = !1, children: s } = t, c = e.useRef(!0), l = e.useRef(!1), u = e.useRef(0);
6366
6304
  return e.useEffect(() => {
6367
6305
  let e = u.current;
6368
6306
  return () => window.clearTimeout(e);
6369
- }, []), /* @__PURE__ */ a(Xg, {
6307
+ }, []), /* @__PURE__ */ a(Mg, {
6370
6308
  scope: n,
6371
6309
  isOpenDelayedRef: c,
6372
6310
  delayDuration: r,
@@ -6384,15 +6322,15 @@ var Hg = Mg, Ug = Pg, [Wg, Gg] = u("Tooltip", [Ds]), Kg = Ds(), qg = "TooltipPro
6384
6322
  children: s
6385
6323
  });
6386
6324
  };
6387
- Qg.displayName = qg;
6388
- var $g = "Tooltip", [e_, t_] = Wg($g), n_ = (t) => {
6389
- let { __scopeTooltip: n, children: r, open: i, defaultOpen: o, onOpenChange: s, disableHoverableContent: c, delayDuration: l } = t, u = Zg($g, t.__scopeTooltip), d = Kg(n), [f, p] = e.useState(null), m = R(), h = e.useRef(0), g = c ?? u.disableHoverableContent, _ = l ?? u.delayDuration, v = e.useRef(!1), [y, b] = M({
6325
+ Pg.displayName = kg;
6326
+ var Fg = "Tooltip", [Ig, Lg] = Eg(Fg), Rg = (t) => {
6327
+ let { __scopeTooltip: n, children: r, open: i, defaultOpen: o, onOpenChange: s, disableHoverableContent: c, delayDuration: l } = t, u = Ng(Fg, t.__scopeTooltip), d = Og(n), [f, p] = e.useState(null), m = R(), h = e.useRef(0), g = c ?? u.disableHoverableContent, _ = l ?? u.delayDuration, v = e.useRef(!1), [y, b] = M({
6390
6328
  prop: i,
6391
6329
  defaultProp: o ?? !1,
6392
6330
  onChange: (e) => {
6393
- e ? (u.onOpen(), document.dispatchEvent(new CustomEvent(Yg))) : u.onClose(), s?.(e);
6331
+ e ? (u.onOpen(), document.dispatchEvent(new CustomEvent(jg))) : u.onClose(), s?.(e);
6394
6332
  },
6395
- caller: $g
6333
+ caller: Fg
6396
6334
  }), x = e.useMemo(() => y ? v.current ? "delayed-open" : "instant-open" : "closed", [y]), S = e.useCallback(() => {
6397
6335
  window.clearTimeout(h.current), h.current = 0, v.current = !1, b(!0);
6398
6336
  }, [b]), C = e.useCallback(() => {
@@ -6406,7 +6344,7 @@ var $g = "Tooltip", [e_, t_] = Wg($g), n_ = (t) => {
6406
6344
  h.current &&= (window.clearTimeout(h.current), 0);
6407
6345
  }, []), /* @__PURE__ */ a(Us, {
6408
6346
  ...d,
6409
- children: /* @__PURE__ */ a(e_, {
6347
+ children: /* @__PURE__ */ a(Ig, {
6410
6348
  scope: n,
6411
6349
  contentId: m,
6412
6350
  open: y,
@@ -6430,9 +6368,9 @@ var $g = "Tooltip", [e_, t_] = Wg($g), n_ = (t) => {
6430
6368
  })
6431
6369
  });
6432
6370
  };
6433
- n_.displayName = $g;
6434
- var r_ = "TooltipTrigger", i_ = e.forwardRef((t, n) => {
6435
- let { __scopeTooltip: r, ...i } = t, o = t_(r_, r), s = Zg(r_, r), c = Kg(r), l = m(n, e.useRef(null), o.onTriggerChange), u = e.useRef(!1), d = e.useRef(!1), f = e.useCallback(() => u.current = !1, []);
6371
+ Rg.displayName = Fg;
6372
+ var zg = "TooltipTrigger", Bg = e.forwardRef((t, n) => {
6373
+ let { __scopeTooltip: r, ...i } = t, o = Lg(zg, r), s = Ng(zg, r), c = Og(r), l = m(n, e.useRef(null), o.onTriggerChange), u = e.useRef(!1), d = e.useRef(!1), f = e.useCallback(() => u.current = !1, []);
6436
6374
  return e.useEffect(() => () => document.removeEventListener("pointerup", f), [f]), /* @__PURE__ */ a(Ws, {
6437
6375
  asChild: !0,
6438
6376
  ...c,
@@ -6458,10 +6396,10 @@ var r_ = "TooltipTrigger", i_ = e.forwardRef((t, n) => {
6458
6396
  })
6459
6397
  });
6460
6398
  });
6461
- i_.displayName = r_;
6462
- var a_ = "TooltipPortal", [o_, s_] = Wg(a_, { forceMount: void 0 }), c_ = (e) => {
6463
- let { __scopeTooltip: t, forceMount: n, children: r, container: i } = e, o = t_(a_, t);
6464
- return /* @__PURE__ */ a(o_, {
6399
+ Bg.displayName = zg;
6400
+ var Vg = "TooltipPortal", [Hg, Ug] = Eg(Vg, { forceMount: void 0 }), Wg = (e) => {
6401
+ let { __scopeTooltip: t, forceMount: n, children: r, container: i } = e, o = Lg(Vg, t);
6402
+ return /* @__PURE__ */ a(Hg, {
6465
6403
  scope: t,
6466
6404
  forceMount: n,
6467
6405
  children: /* @__PURE__ */ a(I, {
@@ -6474,30 +6412,30 @@ var a_ = "TooltipPortal", [o_, s_] = Wg(a_, { forceMount: void 0 }), c_ = (e) =>
6474
6412
  })
6475
6413
  });
6476
6414
  };
6477
- c_.displayName = a_;
6478
- var l_ = "TooltipContent", u_ = e.forwardRef((e, t) => {
6479
- let n = s_(l_, e.__scopeTooltip), { forceMount: r = n.forceMount, side: i = "top", ...o } = e, s = t_(l_, e.__scopeTooltip);
6415
+ Wg.displayName = Vg;
6416
+ var Gg = "TooltipContent", Kg = e.forwardRef((e, t) => {
6417
+ let n = Ug(Gg, e.__scopeTooltip), { forceMount: r = n.forceMount, side: i = "top", ...o } = e, s = Lg(Gg, e.__scopeTooltip);
6480
6418
  return /* @__PURE__ */ a(I, {
6481
6419
  present: r || s.open,
6482
- children: s.disableHoverableContent ? /* @__PURE__ */ a(h_, {
6420
+ children: s.disableHoverableContent ? /* @__PURE__ */ a(Zg, {
6483
6421
  side: i,
6484
6422
  ...o,
6485
6423
  ref: t
6486
- }) : /* @__PURE__ */ a(d_, {
6424
+ }) : /* @__PURE__ */ a(qg, {
6487
6425
  side: i,
6488
6426
  ...o,
6489
6427
  ref: t
6490
6428
  })
6491
6429
  });
6492
- }), d_ = e.forwardRef((t, n) => {
6493
- let r = t_(l_, t.__scopeTooltip), i = Zg(l_, t.__scopeTooltip), o = e.useRef(null), s = m(n, o), [c, l] = e.useState(null), { trigger: u, onClose: d } = r, f = o.current, { onPointerInTransitChange: p } = i, h = e.useCallback(() => {
6430
+ }), qg = e.forwardRef((t, n) => {
6431
+ let r = Lg(Gg, t.__scopeTooltip), i = Ng(Gg, t.__scopeTooltip), o = e.useRef(null), s = m(n, o), [c, l] = e.useState(null), { trigger: u, onClose: d } = r, f = o.current, { onPointerInTransitChange: p } = i, h = e.useCallback(() => {
6494
6432
  l(null), p(!1);
6495
6433
  }, [p]), g = e.useCallback((e, t) => {
6496
6434
  let n = e.currentTarget, r = {
6497
6435
  x: e.clientX,
6498
6436
  y: e.clientY
6499
- }, i = y_(r, v_(r, n.getBoundingClientRect())), a = b_(t.getBoundingClientRect());
6500
- l(S_([...i, ...a])), p(!0);
6437
+ }, i = t_(r, e_(r, n.getBoundingClientRect())), a = n_(t.getBoundingClientRect());
6438
+ l(i_([...i, ...a])), p(!0);
6501
6439
  }, [p]);
6502
6440
  return e.useEffect(() => () => h(), [h]), e.useEffect(() => {
6503
6441
  if (u && f) {
@@ -6517,7 +6455,7 @@ var l_ = "TooltipContent", u_ = e.forwardRef((e, t) => {
6517
6455
  let t = e.target, n = {
6518
6456
  x: e.clientX,
6519
6457
  y: e.clientY
6520
- }, r = u?.contains(t) || f?.contains(t), i = !x_(n, c);
6458
+ }, r = u?.contains(t) || f?.contains(t), i = !r_(n, c);
6521
6459
  r ? h() : i && (h(), d());
6522
6460
  };
6523
6461
  return document.addEventListener("pointermove", e), () => document.removeEventListener("pointermove", e);
@@ -6528,13 +6466,13 @@ var l_ = "TooltipContent", u_ = e.forwardRef((e, t) => {
6528
6466
  c,
6529
6467
  d,
6530
6468
  h
6531
- ]), /* @__PURE__ */ a(h_, {
6469
+ ]), /* @__PURE__ */ a(Zg, {
6532
6470
  ...t,
6533
6471
  ref: s
6534
6472
  });
6535
- }), [f_, p_] = Wg($g, { isInside: !1 }), m_ = /* @__PURE__ */ C("TooltipContent"), h_ = e.forwardRef((t, n) => {
6536
- let { __scopeTooltip: r, children: i, "aria-label": s, onEscapeKeyDown: c, onPointerDownOutside: l, ...u } = t, d = t_(l_, r), f = Kg(r), { onClose: p } = d;
6537
- return e.useEffect(() => (document.addEventListener(Yg, p), () => document.removeEventListener(Yg, p)), [p]), e.useEffect(() => {
6473
+ }), [Jg, Yg] = Eg(Fg, { isInside: !1 }), Xg = /* @__PURE__ */ C("TooltipContent"), Zg = e.forwardRef((t, n) => {
6474
+ let { __scopeTooltip: r, children: i, "aria-label": s, onEscapeKeyDown: c, onPointerDownOutside: l, ...u } = t, d = Lg(Gg, r), f = Og(r), { onClose: p } = d;
6475
+ return e.useEffect(() => (document.addEventListener(jg, p), () => document.removeEventListener(jg, p)), [p]), e.useEffect(() => {
6538
6476
  if (d.trigger) {
6539
6477
  let e = (e) => {
6540
6478
  e.target?.contains(d.trigger) && p();
@@ -6561,7 +6499,7 @@ var l_ = "TooltipContent", u_ = e.forwardRef((e, t) => {
6561
6499
  "--radix-tooltip-trigger-width": "var(--radix-popper-anchor-width)",
6562
6500
  "--radix-tooltip-trigger-height": "var(--radix-popper-anchor-height)"
6563
6501
  },
6564
- children: [/* @__PURE__ */ a(m_, { children: i }), /* @__PURE__ */ a(f_, {
6502
+ children: [/* @__PURE__ */ a(Xg, { children: i }), /* @__PURE__ */ a(Jg, {
6565
6503
  scope: r,
6566
6504
  isInside: !0,
6567
6505
  children: /* @__PURE__ */ a(Mp, {
@@ -6573,17 +6511,17 @@ var l_ = "TooltipContent", u_ = e.forwardRef((e, t) => {
6573
6511
  })
6574
6512
  });
6575
6513
  });
6576
- u_.displayName = l_;
6577
- var g_ = "TooltipArrow", __ = e.forwardRef((e, t) => {
6578
- let { __scopeTooltip: n, ...r } = e, i = Kg(n);
6579
- return p_(g_, n).isInside ? null : /* @__PURE__ */ a(Ks, {
6514
+ Kg.displayName = Gg;
6515
+ var Qg = "TooltipArrow", $g = e.forwardRef((e, t) => {
6516
+ let { __scopeTooltip: n, ...r } = e, i = Og(n);
6517
+ return Yg(Qg, n).isInside ? null : /* @__PURE__ */ a(Ks, {
6580
6518
  ...i,
6581
6519
  ...r,
6582
6520
  ref: t
6583
6521
  });
6584
6522
  });
6585
- __.displayName = g_;
6586
- function v_(e, t) {
6523
+ $g.displayName = Qg;
6524
+ function e_(e, t) {
6587
6525
  let n = Math.abs(t.top - e.y), r = Math.abs(t.bottom - e.y), i = Math.abs(t.right - e.x), a = Math.abs(t.left - e.x);
6588
6526
  switch (Math.min(n, r, i, a)) {
6589
6527
  case a: return "left";
@@ -6593,7 +6531,7 @@ function v_(e, t) {
6593
6531
  default: throw Error("unreachable");
6594
6532
  }
6595
6533
  }
6596
- function y_(e, t, n = 5) {
6534
+ function t_(e, t, n = 5) {
6597
6535
  let r = [];
6598
6536
  switch (t) {
6599
6537
  case "top":
@@ -6635,7 +6573,7 @@ function y_(e, t, n = 5) {
6635
6573
  }
6636
6574
  return r;
6637
6575
  }
6638
- function b_(e) {
6576
+ function n_(e) {
6639
6577
  let { top: t, right: n, bottom: r, left: i } = e;
6640
6578
  return [
6641
6579
  {
@@ -6656,7 +6594,7 @@ function b_(e) {
6656
6594
  }
6657
6595
  ];
6658
6596
  }
6659
- function x_(e, t) {
6597
+ function r_(e, t) {
6660
6598
  let { x: n, y: r } = e, i = !1;
6661
6599
  for (let e = 0, a = t.length - 1; e < t.length; a = e++) {
6662
6600
  let o = t[e], s = t[a], c = o.x, l = o.y, u = s.x, d = s.y;
@@ -6664,11 +6602,11 @@ function x_(e, t) {
6664
6602
  }
6665
6603
  return i;
6666
6604
  }
6667
- function S_(e) {
6605
+ function i_(e) {
6668
6606
  let t = e.slice();
6669
- return t.sort((e, t) => e.x < t.x ? -1 : e.x > t.x ? 1 : e.y < t.y ? -1 : +(e.y > t.y)), C_(t);
6607
+ return t.sort((e, t) => e.x < t.x ? -1 : e.x > t.x ? 1 : e.y < t.y ? -1 : +(e.y > t.y)), a_(t);
6670
6608
  }
6671
- function C_(e) {
6609
+ function a_(e) {
6672
6610
  if (e.length <= 1) return e.slice();
6673
6611
  let t = [];
6674
6612
  for (let n = 0; n < e.length; n++) {
@@ -6693,7 +6631,69 @@ function C_(e) {
6693
6631
  }
6694
6632
  return n.pop(), t.length === 1 && n.length === 1 && t[0].x === n[0].x && t[0].y === n[0].y ? t : t.concat(n);
6695
6633
  }
6696
- var w_ = Qg, T_ = n_, E_ = i_, D_ = c_, O_ = u_, k_ = "Menubar", [A_, j_, M_] = O(k_), [N_, P_] = u(k_, [M_, jc]), Q = nl(), F_ = jc(), [I_, L_] = N_(k_), R_ = e.forwardRef((t, n) => {
6634
+ var o_ = Pg, s_ = Rg, c_ = Bg, l_ = Wg, u_ = Kg, d_ = "Progress", f_ = 100, [p_, m_] = u(d_), [h_, g_] = p_(d_), __ = e.forwardRef((e, t) => {
6635
+ let { __scopeProgress: n, value: r = null, max: i, getValueLabel: o = b_, ...s } = e;
6636
+ (i || i === 0) && !C_(i) && console.error(T_(`${i}`, "Progress"));
6637
+ let c = C_(i) ? i : f_;
6638
+ r !== null && !w_(r, c) && console.error(E_(`${r}`, "Progress"));
6639
+ let l = w_(r, c) ? r : null, u = S_(l) ? o(l, c) : void 0;
6640
+ return /* @__PURE__ */ a(h_, {
6641
+ scope: n,
6642
+ value: l,
6643
+ max: c,
6644
+ children: /* @__PURE__ */ a(F.div, {
6645
+ "aria-valuemax": c,
6646
+ "aria-valuemin": 0,
6647
+ "aria-valuenow": S_(l) ? l : void 0,
6648
+ "aria-valuetext": u,
6649
+ role: "progressbar",
6650
+ "data-state": x_(l, c),
6651
+ "data-value": l ?? void 0,
6652
+ "data-max": c,
6653
+ ...s,
6654
+ ref: t
6655
+ })
6656
+ });
6657
+ });
6658
+ __.displayName = d_;
6659
+ var v_ = "ProgressIndicator", y_ = e.forwardRef((e, t) => {
6660
+ let { __scopeProgress: n, ...r } = e, i = g_(v_, n);
6661
+ return /* @__PURE__ */ a(F.div, {
6662
+ "data-state": x_(i.value, i.max),
6663
+ "data-value": i.value ?? void 0,
6664
+ "data-max": i.max,
6665
+ ...r,
6666
+ ref: t
6667
+ });
6668
+ });
6669
+ y_.displayName = v_;
6670
+ function b_(e, t) {
6671
+ return `${Math.round(e / t * 100)}%`;
6672
+ }
6673
+ function x_(e, t) {
6674
+ return e == null ? "indeterminate" : e === t ? "complete" : "loading";
6675
+ }
6676
+ function S_(e) {
6677
+ return typeof e == "number";
6678
+ }
6679
+ function C_(e) {
6680
+ return S_(e) && !isNaN(e) && e > 0;
6681
+ }
6682
+ function w_(e, t) {
6683
+ return S_(e) && !isNaN(e) && e <= t && e >= 0;
6684
+ }
6685
+ function T_(e, t) {
6686
+ return `Invalid prop \`max\` of value \`${e}\` supplied to \`${t}\`. Only numbers greater than 0 are valid max values. Defaulting to \`${f_}\`.`;
6687
+ }
6688
+ function E_(e, t) {
6689
+ return `Invalid prop \`value\` of value \`${e}\` supplied to \`${t}\`. The \`value\` prop must be:
6690
+ - a positive number
6691
+ - less than the value passed to \`max\` (or ${f_} if no \`max\` prop is set)
6692
+ - \`null\` or \`undefined\` if the progress is indeterminate.
6693
+
6694
+ Defaulting to \`null\`.`;
6695
+ }
6696
+ var D_ = __, O_ = y_, k_ = "Menubar", [A_, j_, M_] = O(k_), [N_, P_] = u(k_, [M_, jc]), Q = nl(), F_ = jc(), [I_, L_] = N_(k_), R_ = e.forwardRef((t, n) => {
6697
6697
  let { __scopeMenubar: r, value: i, onValueChange: o, defaultValue: s, loop: c = !0, dir: l, ...u } = t, d = Se(l), f = F_(r), [p, m] = M({
6698
6698
  prop: i,
6699
6699
  onChange: o,
@@ -7626,4 +7626,4 @@ function tb(e, t) {
7626
7626
  }
7627
7627
  var nb = qy, rb = Yy, ib = Zy, ab = $y;
7628
7628
  //#endregion
7629
- export { Km as $, ns as $t, D_ as A, Lr as An, gd as At, ag as B, ve as Bn, bd as Bt, bv as C, mi as Cn, hf as Ct, Pv as D, zr as Dn, bf as Dt, Fv as E, Hr as En, vf as Et, Hg as F, $e as Fn, md as Ft, Zm as G, bc as Gt, Uh as H, b as Hn, Cd as Ht, Tg as I, Qe as In, dd as It, th as J, yc as Jt, $m as K, Cc as Kt, wg as L, Ze as Ln, _d as Lt, T_ as M, Br as Mn, pd as Mt, E_ as N, Ir as Nn, hd as Nt, Sv as O, Vr as On, yf as Ot, Ug as P, tt as Pn, yd as Pt, Xm as Q, rs as Qt, cg as R, et as Rn, vd as Rt, Av as S, gi as Sn, mf as St, Nv as T, hi as Tn, _f as Tt, Kh as U, w as Un, Sd as Ut, Gh as V, ye as Vn, xd as Vt, Wh as W, ud as Wt, nh as X, ms as Xt, rh as Y, xc as Yt, eh as Z, gs as Zt, jv as _, yi as _n, uf as _t, zy as a, Mo as an, Qm as at, Cv as b, Si as bn, df as bt, Ly as c, go as cn, Tp as ct, Iy as d, So as dn, Gf as dt, ts as en, ah as et, By as f, wo as fn, Wf as ft, Dv as g, Ti as gn, lf as gt, Tv as h, xo as hn, pf as ht, ib as i, Ro as in, Jm as it, w_ as j, Fr as jn, fd as jt, O_ as k, Rr as kn, sf as kt, Py as l, Eo as ln, ep as lt, wv as m, yo as mn, Uf as mt, rb as n, Po as nn, oh as nt, Ry as o, Co as on, Dp as ot, Ov as p, _o as pn, Hf as pt, Ym as q, Sc as qt, nb as r, Fo as rn, qm as rt, Fy as s, vo as sn, Ep as st, ab as t, Lo as tn, ih as tt, Ny as u, bo as un, Jf as ut, Ev as v, bi as vn, ff as vt, Mv as w, xi as wn, of as wt, kv as x, _i as xn, cf as xt, xv as y, vi as yn, gf as yt, ig as z, be as zn, ld as zt };
7629
+ export { Km as $, ns as $t, D_ as A, Lr as An, gd as At, ag as B, ve as Bn, bd as Bt, bv as C, mi as Cn, hf as Ct, Pv as D, zr as Dn, bf as Dt, Fv as E, Hr as En, vf as Et, c_ as F, $e as Fn, md as Ft, Zm as G, bc as Gt, Uh as H, b as Hn, Cd as Ht, Tg as I, Qe as In, dd as It, th as J, yc as Jt, $m as K, Cc as Kt, wg as L, Ze as Ln, _d as Lt, l_ as M, Br as Mn, pd as Mt, o_ as N, Ir as Nn, hd as Nt, Sv as O, Vr as On, yf as Ot, s_ as P, tt as Pn, yd as Pt, Xm as Q, rs as Qt, cg as R, et as Rn, vd as Rt, Av as S, gi as Sn, mf as St, Nv as T, hi as Tn, _f as Tt, Kh as U, w as Un, Sd as Ut, Gh as V, ye as Vn, xd as Vt, Wh as W, ud as Wt, nh as X, ms as Xt, rh as Y, xc as Yt, eh as Z, gs as Zt, jv as _, yi as _n, uf as _t, zy as a, Mo as an, Qm as at, Cv as b, Si as bn, df as bt, Ly as c, go as cn, Tp as ct, Iy as d, So as dn, Gf as dt, ts as en, ah as et, By as f, wo as fn, Wf as ft, Dv as g, Ti as gn, lf as gt, Tv as h, xo as hn, pf as ht, ib as i, Ro as in, Jm as it, u_ as j, Fr as jn, fd as jt, O_ as k, Rr as kn, sf as kt, Py as l, Eo as ln, ep as lt, wv as m, yo as mn, Uf as mt, rb as n, Po as nn, oh as nt, Ry as o, Co as on, Dp as ot, Ov as p, _o as pn, Hf as pt, Ym as q, Sc as qt, nb as r, Fo as rn, qm as rt, Fy as s, vo as sn, Ep as st, ab as t, Lo as tn, ih as tt, Ny as u, bo as un, Jf as ut, Ev as v, bi as vn, ff as vt, Mv as w, xi as wn, of as wt, kv as x, _i as xn, cf as xt, xv as y, vi as yn, gf as yt, ig as z, be as zn, ld as zt };