@nyuccl/smile 0.2.0-beta.0 → 0.2.0-beta.10

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 (259) hide show
  1. package/dist/module.json +2 -2
  2. package/dist/module.mjs +17 -5
  3. package/dist/runtime/components/builtins/AdvertisementView.vue +2 -1
  4. package/dist/runtime/components/builtins/DemographicSurveyView.vue +2 -0
  5. package/dist/runtime/components/builtins/DeviceSurveyView.vue +1 -0
  6. package/dist/runtime/components/builtins/ExpView.vue +1 -0
  7. package/dist/runtime/components/builtins/ExperimentStatusBar.vue +3 -0
  8. package/dist/runtime/components/builtins/FavoriteColor.vue +1 -0
  9. package/dist/runtime/components/builtins/FavoriteNumber.vue +1 -0
  10. package/dist/runtime/components/builtins/InformedConsentModal.vue +1 -0
  11. package/dist/runtime/components/builtins/InformedConsentView.vue +1 -0
  12. package/dist/runtime/components/builtins/InstructionsQuiz.vue +1 -0
  13. package/dist/runtime/components/builtins/InstructionsView.vue +1 -0
  14. package/dist/runtime/components/builtins/MTurkRecruitView.vue +1 -0
  15. package/dist/runtime/components/builtins/PresentationModeView.vue +1 -0
  16. package/dist/runtime/components/builtins/StatusBar.vue +2 -0
  17. package/dist/runtime/components/builtins/StudyPreviewText.vue +2 -1
  18. package/dist/runtime/components/builtins/TaskFeedbackSurveyView.vue +1 -0
  19. package/dist/runtime/components/builtins/ThanksView.vue +1 -0
  20. package/dist/runtime/components/builtins/WindowSizerView.vue +1 -0
  21. package/dist/runtime/components/builtins/WithdrawModal.vue +1 -0
  22. package/dist/runtime/components/builtins/WithdrawView.vue +1 -0
  23. package/dist/runtime/components/dev/RecruitmentChooserView.vue +1 -0
  24. package/dist/runtime/components/dev/ResponsiveDeviceContainer.vue +1 -0
  25. package/dist/runtime/components/dev/console/ConfigList.vue +1 -0
  26. package/dist/runtime/components/dev/console/ConsoleConfigPanel.vue +1 -0
  27. package/dist/runtime/components/dev/console/ConsoleDatabaseBrowsePanel.vue +1 -0
  28. package/dist/runtime/components/dev/console/ConsoleLogPanel.vue +4 -2
  29. package/dist/runtime/components/dev/console/DatabaseList.vue +1 -0
  30. package/dist/runtime/components/dev/console/SmileDevConsole.vue +1 -0
  31. package/dist/runtime/components/dev/menu/DevConfigPanel.vue +1 -0
  32. package/dist/runtime/components/dev/menu/ResponsiveDeviceSelect.vue +1 -0
  33. package/dist/runtime/components/dev/menu/SmileDevAppMenu.vue +1 -0
  34. package/dist/runtime/components/dev/navbar/DatabaseButtonGroup.vue +1 -0
  35. package/dist/runtime/components/dev/navbar/FullScreenButton.vue +1 -0
  36. package/dist/runtime/components/dev/navbar/ReloadButton.vue +1 -0
  37. package/dist/runtime/components/dev/navbar/ResetButton.vue +1 -0
  38. package/dist/runtime/components/dev/navbar/RouteJumper.vue +2 -0
  39. package/dist/runtime/components/dev/navbar/SmileDevNavBar.vue +1 -0
  40. package/dist/runtime/components/dev/navbar/StepInfoButtonGroup.vue +1 -0
  41. package/dist/runtime/components/dev/navbar/ViewButton.vue +1 -0
  42. package/dist/runtime/components/dev/navbar/ViewInfoButtonGroup.vue +1 -0
  43. package/dist/runtime/components/dev/presentation/QRCodeButton.vue +1 -0
  44. package/dist/runtime/components/dev/sidebar/DatabaseStatusInfoPanel.vue +1 -0
  45. package/dist/runtime/components/dev/sidebar/RandomizationSidebarPanel.vue +1 -0
  46. package/dist/runtime/components/dev/sidebar/SmileDevSideBar.vue +1 -0
  47. package/dist/runtime/components/dev/sidebar/StepDataViewer.d.vue.ts +2 -2
  48. package/dist/runtime/components/dev/sidebar/StepDataViewer.vue.d.ts +2 -2
  49. package/dist/runtime/components/dev/sidebar/StepExplorerPanel.vue +1 -0
  50. package/dist/runtime/components/forms/MonthYearDayPicker.vue +1 -0
  51. package/dist/runtime/components/layouts/ConstrainedPage.d.vue.ts +1 -1
  52. package/dist/runtime/components/layouts/ConstrainedPage.vue.d.ts +1 -1
  53. package/dist/runtime/components/layouts/ConstrainedTaskWindow.d.vue.ts +2 -2
  54. package/dist/runtime/components/layouts/ConstrainedTaskWindow.vue.d.ts +2 -2
  55. package/dist/runtime/components/layouts/TitleTwoCol.d.vue.ts +1 -1
  56. package/dist/runtime/components/layouts/TitleTwoCol.vue.d.ts +1 -1
  57. package/dist/runtime/components/layouts/TwoCol.d.vue.ts +1 -1
  58. package/dist/runtime/components/layouts/TwoCol.vue.d.ts +1 -1
  59. package/dist/runtime/components/ui/avatar/Avatar.vue +1 -0
  60. package/dist/runtime/components/ui/avatar/AvatarFallback.vue +1 -0
  61. package/dist/runtime/components/ui/badge/Badge.vue +1 -0
  62. package/dist/runtime/components/ui/breadcrumb/BreadcrumbEllipsis.vue +1 -0
  63. package/dist/runtime/components/ui/breadcrumb/BreadcrumbItem.vue +1 -0
  64. package/dist/runtime/components/ui/breadcrumb/BreadcrumbLink.vue +1 -0
  65. package/dist/runtime/components/ui/breadcrumb/BreadcrumbList.vue +1 -0
  66. package/dist/runtime/components/ui/breadcrumb/BreadcrumbPage.vue +1 -0
  67. package/dist/runtime/components/ui/breadcrumb/BreadcrumbSeparator.vue +1 -0
  68. package/dist/runtime/components/ui/button/Button.vue +1 -0
  69. package/dist/runtime/components/ui/button/index.d.ts +1 -1
  70. package/dist/runtime/components/ui/button-group/ButtonGroup.vue +1 -0
  71. package/dist/runtime/components/ui/button-group/ButtonGroupItem.vue +1 -0
  72. package/dist/runtime/components/ui/calendar/Calendar.vue +1 -0
  73. package/dist/runtime/components/ui/calendar/CalendarCell.vue +1 -0
  74. package/dist/runtime/components/ui/calendar/CalendarCellTrigger.vue +1 -0
  75. package/dist/runtime/components/ui/calendar/CalendarGrid.vue +1 -0
  76. package/dist/runtime/components/ui/calendar/CalendarGridRow.vue +1 -0
  77. package/dist/runtime/components/ui/calendar/CalendarHeadCell.vue +1 -0
  78. package/dist/runtime/components/ui/calendar/CalendarHeader.vue +1 -0
  79. package/dist/runtime/components/ui/calendar/CalendarHeading.vue +1 -0
  80. package/dist/runtime/components/ui/calendar/CalendarNextButton.vue +1 -0
  81. package/dist/runtime/components/ui/calendar/CalendarPrevButton.vue +1 -0
  82. package/dist/runtime/components/ui/card/Card.vue +1 -0
  83. package/dist/runtime/components/ui/card/CardAction.vue +1 -0
  84. package/dist/runtime/components/ui/card/CardContent.vue +1 -0
  85. package/dist/runtime/components/ui/card/CardDescription.vue +1 -0
  86. package/dist/runtime/components/ui/card/CardFooter.vue +1 -0
  87. package/dist/runtime/components/ui/card/CardHeader.vue +1 -0
  88. package/dist/runtime/components/ui/card/CardTitle.vue +1 -0
  89. package/dist/runtime/components/ui/checkbox/Checkbox.d.vue.ts +5 -5
  90. package/dist/runtime/components/ui/checkbox/Checkbox.vue +1 -0
  91. package/dist/runtime/components/ui/checkbox/Checkbox.vue.d.ts +5 -5
  92. package/dist/runtime/components/ui/checkbox/index.d.ts +1 -1
  93. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.d.vue.ts +4 -4
  94. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue +1 -0
  95. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue.d.ts +4 -4
  96. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.d.vue.ts +2 -2
  97. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.vue +1 -0
  98. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +2 -2
  99. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.vue +1 -0
  100. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.vue +1 -0
  101. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.vue +1 -0
  102. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSeparator.vue +1 -0
  103. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuShortcut.vue +1 -0
  104. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.d.vue.ts +4 -4
  105. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.vue +1 -0
  106. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +4 -4
  107. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue +1 -0
  108. package/dist/runtime/components/ui/input/Input.d.vue.ts +4 -4
  109. package/dist/runtime/components/ui/input/Input.vue +1 -0
  110. package/dist/runtime/components/ui/input/Input.vue.d.ts +4 -4
  111. package/dist/runtime/components/ui/label/Label.vue +1 -0
  112. package/dist/runtime/components/ui/multiselect/MultiSelect.d.vue.ts +1 -1
  113. package/dist/runtime/components/ui/multiselect/MultiSelect.vue +1 -0
  114. package/dist/runtime/components/ui/multiselect/MultiSelect.vue.d.ts +1 -1
  115. package/dist/runtime/components/ui/pagination/Pagination.vue +1 -0
  116. package/dist/runtime/components/ui/pagination/PaginationContent.vue +1 -0
  117. package/dist/runtime/components/ui/pagination/PaginationEllipsis.vue +1 -0
  118. package/dist/runtime/components/ui/pagination/PaginationFirst.vue +1 -0
  119. package/dist/runtime/components/ui/pagination/PaginationItem.vue +1 -0
  120. package/dist/runtime/components/ui/pagination/PaginationLast.vue +1 -0
  121. package/dist/runtime/components/ui/pagination/PaginationNext.vue +1 -0
  122. package/dist/runtime/components/ui/pagination/PaginationPrevious.vue +1 -0
  123. package/dist/runtime/components/ui/popover/PopoverContent.d.vue.ts +4 -4
  124. package/dist/runtime/components/ui/popover/PopoverContent.vue +1 -0
  125. package/dist/runtime/components/ui/popover/PopoverContent.vue.d.ts +4 -4
  126. package/dist/runtime/components/ui/progress/Progress.vue +1 -0
  127. package/dist/runtime/components/ui/resizable/ResizableHandle.vue +1 -0
  128. package/dist/runtime/components/ui/resizable/ResizablePanelGroup.vue +1 -0
  129. package/dist/runtime/components/ui/select/SelectContent.d.vue.ts +2 -2
  130. package/dist/runtime/components/ui/select/SelectContent.vue +1 -0
  131. package/dist/runtime/components/ui/select/SelectContent.vue.d.ts +2 -2
  132. package/dist/runtime/components/ui/select/SelectItem.vue +1 -0
  133. package/dist/runtime/components/ui/select/SelectLabel.vue +1 -0
  134. package/dist/runtime/components/ui/select/SelectScrollDownButton.vue +1 -0
  135. package/dist/runtime/components/ui/select/SelectScrollUpButton.vue +1 -0
  136. package/dist/runtime/components/ui/select/SelectSeparator.vue +1 -0
  137. package/dist/runtime/components/ui/select/SelectTrigger.vue +1 -0
  138. package/dist/runtime/components/ui/separator/Separator.vue +1 -0
  139. package/dist/runtime/components/ui/sheet/SheetContent.d.vue.ts +2 -2
  140. package/dist/runtime/components/ui/sheet/SheetContent.vue +1 -0
  141. package/dist/runtime/components/ui/sheet/SheetContent.vue.d.ts +2 -2
  142. package/dist/runtime/components/ui/sheet/SheetDescription.vue +1 -0
  143. package/dist/runtime/components/ui/sheet/SheetFooter.vue +1 -0
  144. package/dist/runtime/components/ui/sheet/SheetHeader.vue +1 -0
  145. package/dist/runtime/components/ui/sheet/SheetOverlay.vue +1 -0
  146. package/dist/runtime/components/ui/sheet/SheetTitle.vue +1 -0
  147. package/dist/runtime/components/ui/sidebar/Sidebar.vue +1 -0
  148. package/dist/runtime/components/ui/sidebar/SidebarContent.vue +1 -0
  149. package/dist/runtime/components/ui/sidebar/SidebarFooter.vue +1 -0
  150. package/dist/runtime/components/ui/sidebar/SidebarGroup.vue +1 -0
  151. package/dist/runtime/components/ui/sidebar/SidebarGroupAction.vue +1 -0
  152. package/dist/runtime/components/ui/sidebar/SidebarGroupContent.vue +1 -0
  153. package/dist/runtime/components/ui/sidebar/SidebarGroupLabel.vue +1 -0
  154. package/dist/runtime/components/ui/sidebar/SidebarHeader.vue +1 -0
  155. package/dist/runtime/components/ui/sidebar/SidebarInput.vue +1 -0
  156. package/dist/runtime/components/ui/sidebar/SidebarInset.vue +1 -0
  157. package/dist/runtime/components/ui/sidebar/SidebarMenu.vue +1 -0
  158. package/dist/runtime/components/ui/sidebar/SidebarMenuAction.vue +1 -0
  159. package/dist/runtime/components/ui/sidebar/SidebarMenuBadge.vue +1 -0
  160. package/dist/runtime/components/ui/sidebar/SidebarMenuButton.d.vue.ts +1 -1
  161. package/dist/runtime/components/ui/sidebar/SidebarMenuButton.vue.d.ts +1 -1
  162. package/dist/runtime/components/ui/sidebar/SidebarMenuButtonChild.d.vue.ts +1 -1
  163. package/dist/runtime/components/ui/sidebar/SidebarMenuButtonChild.vue +1 -0
  164. package/dist/runtime/components/ui/sidebar/SidebarMenuButtonChild.vue.d.ts +1 -1
  165. package/dist/runtime/components/ui/sidebar/SidebarMenuItem.vue +1 -0
  166. package/dist/runtime/components/ui/sidebar/SidebarMenuSkeleton.vue +1 -0
  167. package/dist/runtime/components/ui/sidebar/SidebarMenuSub.vue +1 -0
  168. package/dist/runtime/components/ui/sidebar/SidebarMenuSubButton.vue +1 -0
  169. package/dist/runtime/components/ui/sidebar/SidebarMenuSubItem.vue +1 -0
  170. package/dist/runtime/components/ui/sidebar/SidebarProvider.vue +1 -0
  171. package/dist/runtime/components/ui/sidebar/SidebarRail.vue +1 -0
  172. package/dist/runtime/components/ui/sidebar/SidebarSeparator.vue +1 -0
  173. package/dist/runtime/components/ui/sidebar/SidebarTrigger.vue +1 -0
  174. package/dist/runtime/components/ui/skeleton/Skeleton.vue +1 -0
  175. package/dist/runtime/components/ui/sonner/Sonner.d.vue.ts +4 -4
  176. package/dist/runtime/components/ui/sonner/Sonner.vue.d.ts +4 -4
  177. package/dist/runtime/components/ui/stepper/Stepper.vue +1 -0
  178. package/dist/runtime/components/ui/stepper/StepperDescription.vue +1 -0
  179. package/dist/runtime/components/ui/stepper/StepperIndicator.vue +1 -0
  180. package/dist/runtime/components/ui/stepper/StepperItem.d.vue.ts +1 -1
  181. package/dist/runtime/components/ui/stepper/StepperItem.vue +1 -0
  182. package/dist/runtime/components/ui/stepper/StepperItem.vue.d.ts +1 -1
  183. package/dist/runtime/components/ui/stepper/StepperSeparator.vue +1 -0
  184. package/dist/runtime/components/ui/stepper/StepperTitle.vue +1 -0
  185. package/dist/runtime/components/ui/stepper/StepperTrigger.vue +1 -0
  186. package/dist/runtime/components/ui/switch/Switch.d.vue.ts +1 -1
  187. package/dist/runtime/components/ui/switch/Switch.vue +1 -0
  188. package/dist/runtime/components/ui/switch/Switch.vue.d.ts +1 -1
  189. package/dist/runtime/components/ui/switch/index.d.ts +1 -1
  190. package/dist/runtime/components/ui/table/Table.vue +1 -0
  191. package/dist/runtime/components/ui/table/TableBody.vue +1 -0
  192. package/dist/runtime/components/ui/table/TableCaption.vue +1 -0
  193. package/dist/runtime/components/ui/table/TableCell.vue +1 -0
  194. package/dist/runtime/components/ui/table/TableEmpty.vue +1 -0
  195. package/dist/runtime/components/ui/table/TableFooter.vue +1 -0
  196. package/dist/runtime/components/ui/table/TableHead.vue +1 -0
  197. package/dist/runtime/components/ui/table/TableHeader.vue +1 -0
  198. package/dist/runtime/components/ui/table/TableRow.vue +1 -0
  199. package/dist/runtime/components/ui/tabs/Tabs.vue +1 -0
  200. package/dist/runtime/components/ui/tabs/TabsContent.d.vue.ts +2 -2
  201. package/dist/runtime/components/ui/tabs/TabsContent.vue +1 -0
  202. package/dist/runtime/components/ui/tabs/TabsContent.vue.d.ts +2 -2
  203. package/dist/runtime/components/ui/tabs/TabsList.vue +1 -0
  204. package/dist/runtime/components/ui/tabs/TabsTrigger.d.vue.ts +2 -2
  205. package/dist/runtime/components/ui/tabs/TabsTrigger.vue +1 -0
  206. package/dist/runtime/components/ui/tabs/TabsTrigger.vue.d.ts +2 -2
  207. package/dist/runtime/components/ui/tags-input/TagsInput.d.vue.ts +2 -2
  208. package/dist/runtime/components/ui/tags-input/TagsInput.vue +1 -0
  209. package/dist/runtime/components/ui/tags-input/TagsInput.vue.d.ts +2 -2
  210. package/dist/runtime/components/ui/tags-input/TagsInputInput.vue +1 -0
  211. package/dist/runtime/components/ui/tags-input/TagsInputItem.d.vue.ts +2 -2
  212. package/dist/runtime/components/ui/tags-input/TagsInputItem.vue +1 -0
  213. package/dist/runtime/components/ui/tags-input/TagsInputItem.vue.d.ts +2 -2
  214. package/dist/runtime/components/ui/tags-input/TagsInputItemDelete.vue +1 -0
  215. package/dist/runtime/components/ui/tags-input/TagsInputItemText.vue +1 -0
  216. package/dist/runtime/components/ui/textarea/Textarea.d.vue.ts +4 -4
  217. package/dist/runtime/components/ui/textarea/Textarea.vue +1 -0
  218. package/dist/runtime/components/ui/textarea/Textarea.vue.d.ts +4 -4
  219. package/dist/runtime/components/ui/toggle/Toggle.d.vue.ts +1 -1
  220. package/dist/runtime/components/ui/toggle/Toggle.vue +1 -0
  221. package/dist/runtime/components/ui/toggle/Toggle.vue.d.ts +1 -1
  222. package/dist/runtime/components/ui/toggle-group/ToggleGroup.d.vue.ts +1 -1
  223. package/dist/runtime/components/ui/toggle-group/ToggleGroup.vue +1 -0
  224. package/dist/runtime/components/ui/toggle-group/ToggleGroup.vue.d.ts +1 -1
  225. package/dist/runtime/components/ui/toggle-group/ToggleGroupItem.vue +1 -0
  226. package/dist/runtime/components/ui/tooltip/TooltipContent.d.vue.ts +2 -2
  227. package/dist/runtime/components/ui/tooltip/TooltipContent.vue +1 -0
  228. package/dist/runtime/components/ui/tooltip/TooltipContent.vue.d.ts +2 -2
  229. package/dist/runtime/composables/useAPI.js +0 -1
  230. package/dist/runtime/core/timeline/Timeline.js +1 -0
  231. package/dist/runtime/layouts/development.vue +1 -0
  232. package/dist/runtime/layouts/presentation.vue +1 -0
  233. package/dist/runtime/pages/[...slug].vue +2 -0
  234. package/dist/runtime/pages/dev/[...slug].vue +2 -0
  235. package/dist/runtime/pages/info.vue +1 -0
  236. package/dist/runtime/pages/presentation/[...slug].vue +2 -0
  237. package/dist/runtime/server/api/auth/login.post.d.ts +3 -1
  238. package/dist/runtime/server/api/auth/login.post.js +2 -0
  239. package/dist/runtime/server/api/auth/logout.post.d.ts +3 -1
  240. package/dist/runtime/server/api/auth/logout.post.js +1 -0
  241. package/dist/runtime/server/api/auth/session.get.d.ts +3 -1
  242. package/dist/runtime/server/api/auth/session.get.js +1 -0
  243. package/dist/runtime/server/api/participants/[id]/private.patch.d.ts +3 -1
  244. package/dist/runtime/server/api/participants/[id]/private.patch.js +1 -0
  245. package/dist/runtime/server/api/participants/[id]/private.post.d.ts +3 -1
  246. package/dist/runtime/server/api/participants/[id]/private.post.js +1 -0
  247. package/dist/runtime/server/api/participants/[id].get.d.ts +3 -1
  248. package/dist/runtime/server/api/participants/[id].get.js +1 -0
  249. package/dist/runtime/server/api/participants/[id].patch.d.ts +3 -1
  250. package/dist/runtime/server/api/participants/[id].patch.js +1 -0
  251. package/dist/runtime/server/api/participants/index.post.d.ts +3 -1
  252. package/dist/runtime/server/api/participants/index.post.js +1 -0
  253. package/dist/runtime/server/api/qr.get.d.ts +1 -1
  254. package/dist/runtime/server/api/qr.get.js +1 -0
  255. package/dist/runtime/server/middleware/dev-auth.d.ts +1 -1
  256. package/dist/runtime/server/middleware/dev-auth.js +2 -0
  257. package/dist/runtime/server/plugins/migrate.d.ts +1 -1
  258. package/dist/runtime/server/plugins/migrate.js +1 -0
  259. package/package.json +4 -4
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
- "name": "@gureckislab/smile",
2
+ "name": "@nyuccl/smile",
3
3
  "configKey": "smile",
4
- "version": "0.2.0-beta.0",
4
+ "version": "0.2.0-beta.10",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { defineNuxtModule, createResolver, addServerScanDir, addServerImportsDir, addPlugin, addRouteMiddleware, addLayout, extendPages, addComponentsDir, addImports } from '@nuxt/kit';
1
+ import { defineNuxtModule, createResolver, addServerScanDir, addServerImportsDir, addVitePlugin, addPlugin, addRouteMiddleware, addLayout, extendPages, addComponentsDir, addImports } from '@nuxt/kit';
2
2
  import { fileURLToPath } from 'node:url';
3
3
  import tailwindcss from '@tailwindcss/vite';
4
4
  import Icons from 'unplugin-icons/vite';
@@ -7,7 +7,7 @@ import IconsResolver from 'unplugin-icons/resolver';
7
7
 
8
8
  const module$1 = defineNuxtModule({
9
9
  meta: {
10
- name: "@gureckislab/smile",
10
+ name: "@nyuccl/smile",
11
11
  configKey: "smile"
12
12
  },
13
13
  // Default configuration options of the Nuxt module
@@ -33,12 +33,24 @@ const module$1 = defineNuxtModule({
33
33
  _nuxt.options.alias["#smile-dev"] = resolver.resolve("./runtime/components/dev");
34
34
  _nuxt.options.vite.plugins = _nuxt.options.vite.plugins || [];
35
35
  _nuxt.options.vite.plugins.push(tailwindcss());
36
- _nuxt.options.vite.plugins.push(Components({
36
+ addVitePlugin(Components({
37
37
  resolvers: [IconsResolver()]
38
38
  }));
39
- _nuxt.options.vite.plugins.push(Icons({
40
- compiler: "vue3"
39
+ addVitePlugin(Icons({
40
+ compiler: "vue3",
41
+ autoInstall: true
41
42
  }));
43
+ _nuxt.options.vite.optimizeDeps = _nuxt.options.vite.optimizeDeps || {};
44
+ _nuxt.options.vite.optimizeDeps.include = _nuxt.options.vite.optimizeDeps.include || [];
45
+ _nuxt.options.vite.optimizeDeps.include.push(
46
+ "@nyuccl/smile > seedrandom",
47
+ "@nyuccl/smile > lodash",
48
+ "@nyuccl/smile > clipboard",
49
+ "@nyuccl/smile > crypto-js/sha256",
50
+ "@nyuccl/smile > crypto-js/enc-base64",
51
+ "@nyuccl/smile > json-stable-stringify",
52
+ "@nyuccl/smile > qrcode-svg"
53
+ );
42
54
  _nuxt.options.css.push(resolver.resolve("./runtime/css/main.css"));
43
55
  addPlugin(resolver.resolve("./runtime/plugins/store-sync.client"));
44
56
  addPlugin(resolver.resolve("./runtime/plugins/seed.client"));
@@ -1,6 +1,7 @@
1
1
  <script setup>
2
2
  import { onMounted, ref, onBeforeUnmount } from "vue";
3
3
  import { animate } from "motion";
4
+ import useViewAPI from "../../composables/useViewAPI";
4
5
  const api = useViewAPI();
5
6
  let timer;
6
7
  let clicked = false;
@@ -35,7 +36,7 @@ onBeforeUnmount(() => {
35
36
  >
36
37
  <img
37
38
  ref="logo"
38
- src="/brain.svg"
39
+ :src="'/brain.svg'"
39
40
  width="220"
40
41
  class="dark-aware-img"
41
42
  >
@@ -1,6 +1,8 @@
1
1
  <script setup>
2
2
  import { reactive, computed, ref } from "vue";
3
+ import { cn } from "../../lib/utils";
3
4
  import { CalendarIcon } from "lucide-vue-next";
5
+ import useViewAPI from "../../composables/useViewAPI";
4
6
  const api = useViewAPI();
5
7
  api.steps.append([{ id: "survey_page1" }, { id: "survey_page2" }, { id: "survey_page3" }]);
6
8
  const isPopoverOpen = ref(false);
@@ -1,5 +1,6 @@
1
1
  <script setup>
2
2
  import { reactive, computed } from "vue";
3
+ import useViewAPI from "../../composables/useViewAPI";
3
4
  const api = useViewAPI();
4
5
  api.steps.append([{ id: "device_page1" }, { id: "device_page2" }]);
5
6
  if (!api.persist.isDefined("forminfo")) {
@@ -1,4 +1,5 @@
1
1
  <script setup>
2
+ import useViewAPI from "../../composables/useViewAPI";
2
3
  const api = useViewAPI();
3
4
  function finish() {
4
5
  api.goNextView();
@@ -1,4 +1,7 @@
1
1
  <script setup>
2
+ import { computed } from "vue";
3
+ import { useRoute } from "#imports";
4
+ import useAPI from "../../composables/useAPI";
2
5
  const api = useAPI();
3
6
  const route = useRoute();
4
7
  const showStatusBar = computed(() => {
@@ -1,5 +1,6 @@
1
1
  <script setup>
2
2
  import { ref } from "vue";
3
+ import useViewAPI from "../../composables/useViewAPI";
3
4
  const api = useViewAPI();
4
5
  const faveColor = ref("");
5
6
  function finish() {
@@ -1,5 +1,6 @@
1
1
  <script setup>
2
2
  import { ref } from "vue";
3
+ import useViewAPI from "../../composables/useViewAPI";
3
4
  const api = useViewAPI();
4
5
  const faveNumber = ref("1");
5
6
  function finish() {
@@ -1,5 +1,6 @@
1
1
  <script setup>
2
2
  import { watch, onUnmounted } from "vue";
3
+ import useAPI from "../../composables/useAPI";
3
4
  const props = defineProps({
4
5
  show: {
5
6
  type: Boolean,
@@ -1,6 +1,7 @@
1
1
  <script setup>
2
2
  import { ref, watch, onBeforeUnmount } from "vue";
3
3
  import { animate } from "motion";
4
+ import useViewAPI from "../../composables/useViewAPI";
4
5
  const _props = defineProps({
5
6
  informedConsentText: {
6
7
  type: Object,
@@ -1,5 +1,6 @@
1
1
  <script setup>
2
2
  import { computed } from "vue";
3
+ import useViewAPI from "../../composables/useViewAPI";
3
4
  const api = useViewAPI();
4
5
  const props = defineProps({
5
6
  questions: {
@@ -1,5 +1,6 @@
1
1
  <script setup>
2
2
  import { computed } from "vue";
3
+ import useViewAPI from "../../composables/useViewAPI";
3
4
  const api = useViewAPI();
4
5
  const cond = api.getConditionByName("instructionsVersion");
5
6
  const instText = computed(() => {
@@ -1,5 +1,6 @@
1
1
  <script setup>
2
2
  import { onMounted, ref } from "vue";
3
+ import useAPI from "../../composables/useAPI";
3
4
  const api = useAPI();
4
5
  const props = defineProps({
5
6
  estimated_time: {
@@ -1,6 +1,7 @@
1
1
  <script setup>
2
2
  import { computed } from "vue";
3
3
  import { ArrowRight } from "lucide-vue-next";
4
+ import useAPI from "../../composables/useAPI";
4
5
  const api = useAPI();
5
6
  const props = defineProps({
6
7
  title: {
@@ -1,5 +1,7 @@
1
1
  <script setup>
2
2
  import { ref } from "vue";
3
+ import useSmileStore from "../../stores/smilestore";
4
+ import useAPI from "../../composables/useAPI";
3
5
  const smilestore = useSmileStore();
4
6
  const api = useAPI();
5
7
  const email = ref("");
@@ -1,4 +1,5 @@
1
1
  <script setup>
2
+ import useAPI from "../../composables/useAPI";
2
3
  const api = useAPI();
3
4
  const _props = defineProps({
4
5
  estimated_time: {
@@ -50,7 +51,7 @@ const _props = defineProps({
50
51
  <template #right>
51
52
  <!-- Lab logo (hidden on smaller screens) -->
52
53
  <img
53
- src="@/user/assets/brain.svg"
54
+ :src="'/brain.svg'"
54
55
  width="220"
55
56
  class="mb-4 hidden @xl:block"
56
57
  >
@@ -1,5 +1,6 @@
1
1
  <script setup>
2
2
  import { reactive, computed } from "vue";
3
+ import useViewAPI from "../../composables/useViewAPI";
3
4
  const api = useViewAPI();
4
5
  if (!api.persist.isDefined("forminfo")) {
5
6
  api.persist.forminfo = reactive({
@@ -1,6 +1,7 @@
1
1
  <script setup>
2
2
  import Clipboard from "clipboard";
3
3
  import { onMounted, ref } from "vue";
4
+ import useAPI from "../../composables/useAPI";
4
5
  const api = useAPI();
5
6
  const alreadyCompleted = !!api.store.cookieState.completionCode;
6
7
  const isUploading = ref(!alreadyCompleted);
@@ -1,4 +1,5 @@
1
1
  <script setup>
2
+ import useViewAPI from "../../composables/useViewAPI";
2
3
  const api = useViewAPI();
3
4
  const props = defineProps(["triggered"]);
4
5
  function finish() {
@@ -1,5 +1,6 @@
1
1
  <script setup>
2
2
  import { reactive, watch, onUnmounted } from "vue";
3
+ import useAPI from "../../composables/useAPI";
3
4
  const props = defineProps({
4
5
  show: {
5
6
  type: Boolean,
@@ -1,5 +1,6 @@
1
1
  <script setup>
2
2
  import { computed } from "vue";
3
+ import useAPI from "../../composables/useAPI";
3
4
  const api = useAPI();
4
5
  api.saveData(true);
5
6
  const cardContent = {
@@ -1,5 +1,6 @@
1
1
  <script setup>
2
2
  import { computed } from "vue";
3
+ import useViewAPI from "../../composables/useViewAPI";
3
4
  const api = useViewAPI();
4
5
  const devUrls = computed(() => {
5
6
  const urls = {};
@@ -3,6 +3,7 @@ import { ref, computed } from "vue";
3
3
  import ResponsiveDeviceSelect from "./menu/ResponsiveDeviceSelect.vue";
4
4
  import { useElementSize } from "@vueuse/core";
5
5
  import { devicePresets } from "./devicePresets.js";
6
+ import useAPI from "../../composables/useAPI";
6
7
  const api = useAPI();
7
8
  const fullScreenDiv = ref(null);
8
9
  const { width: _fullScreenWidth, height: _fullScreenHeight } = useElementSize(fullScreenDiv);
@@ -1,5 +1,6 @@
1
1
  <script setup>
2
2
  import { computed } from "vue";
3
+ import useAPI from "../../../composables/useAPI";
3
4
  const props = defineProps(["data", "selected"]);
4
5
  const api = useAPI();
5
6
  const emit = defineEmits(["selected"]);
@@ -1,6 +1,7 @@
1
1
  <script setup>
2
2
  import { reactive, computed, onMounted } from "vue";
3
3
  import ConfigList from "./ConfigList.vue";
4
+ import useAPI from "../../../composables/useAPI";
4
5
  const api = useAPI();
5
6
  const browse_panels = reactive({ path: ["/", null, null] });
6
7
  onMounted(() => {
@@ -1,6 +1,7 @@
1
1
  <script setup>
2
2
  import { reactive, computed, onMounted } from "vue";
3
3
  import DatabaseList from "./DatabaseList.vue";
4
+ import useAPI from "../../../composables/useAPI";
4
5
  const api = useAPI();
5
6
  const browse_panels = reactive({ path: ["/", null, null] });
6
7
  onMounted(() => {
@@ -1,5 +1,7 @@
1
1
  <script setup>
2
2
  import { computed } from "vue";
3
+ import useLog from "../../../stores/log";
4
+ import useAPI from "../../../composables/useAPI";
3
5
  const api = useAPI();
4
6
  const log = useLog();
5
7
  const height_pct = computed(() => `${api.store.dev.consoleBarHeight - 55}px`);
@@ -158,7 +160,7 @@ function getBgClass(msg) {
158
160
  <i-fa6-regular-clock v-else-if="msg.message.includes('TRIAL STEPPER')" />
159
161
  <img
160
162
  v-else-if="msg.message.includes('FIRESTORE')"
161
- src="/src/assets/dev/firebase-bw.svg"
163
+ :src="'/firebase-bw.svg'"
162
164
  width="15"
163
165
  >
164
166
  <i-fa6-solid-angle-right v-else />
@@ -199,7 +201,7 @@ function getBgClass(msg) {
199
201
  <i-fa6-regular-clock v-else-if="msg.message.includes('TRIAL STEPPER')" />
200
202
  <img
201
203
  v-else-if="msg.message.includes('FIRESTORE')"
202
- src="/src/assets/dev/firebase-bw.svg"
204
+ :src="'/firebase-bw.svg'"
203
205
  width="15"
204
206
  >
205
207
  <i-fa6-solid-angle-right v-else />
@@ -1,5 +1,6 @@
1
1
  <script setup>
2
2
  import { computed } from "vue";
3
+ import useAPI from "../../../composables/useAPI";
3
4
  const props = defineProps(["data", "selected"]);
4
5
  const api = useAPI();
5
6
  const emit = defineEmits(["selected"]);
@@ -2,6 +2,7 @@
2
2
  import ConsoleDatabaseBrowsePanel from "./ConsoleDatabaseBrowsePanel.vue";
3
3
  import ConsoleLogPanel from "./ConsoleLogPanel.vue";
4
4
  import ConsoleConfigPanel from "./ConsoleConfigPanel.vue";
5
+ import useAPI from "../../../composables/useAPI";
5
6
  const api = useAPI();
6
7
  </script>
7
8
 
@@ -1,6 +1,7 @@
1
1
  <script setup>
2
2
  import ResponsiveDeviceSelect from "./ResponsiveDeviceSelect.vue";
3
3
  import { devicePresets } from "../devicePresets.js";
4
+ import useAPI from "../../../composables/useAPI";
4
5
  const api = useAPI();
5
6
  const checkForMatchingPreset = () => {
6
7
  for (const [key, preset] of Object.entries(devicePresets)) {
@@ -1,5 +1,6 @@
1
1
  <script setup>
2
2
  import { devicePresets } from "../devicePresets.js";
3
+ import useAPI from "../../../composables/useAPI";
3
4
  const api = useAPI();
4
5
  const handleDeviceChange = (value) => {
5
6
  console.log("handleDeviceChange called with:", value);
@@ -1,6 +1,7 @@
1
1
  <script setup>
2
2
  import { computed } from "vue";
3
3
  import DevConfigPanel from "./DevConfigPanel.vue";
4
+ import useAPI from "../../../composables/useAPI";
4
5
  const props = defineProps({
5
6
  side: { type: String, required: false },
6
7
  variant: { type: String, required: false },
@@ -1,6 +1,7 @@
1
1
  <script setup>
2
2
  import { computed } from "vue";
3
3
  import CircleProgress from "./CircleProgress.vue";
4
+ import useAPI from "../../../composables/useAPI";
4
5
  const api = useAPI();
5
6
  const database_tooltip = computed(() => {
6
7
  let msg = "";
@@ -1,4 +1,5 @@
1
1
  <script setup>
2
+ import useAPI from "../../../composables/useAPI";
2
3
  const api = useAPI();
3
4
  </script>
4
5
 
@@ -1,4 +1,5 @@
1
1
  <script setup>
2
+ import useAPI from "../../../composables/useAPI";
2
3
  const api = useAPI();
3
4
  </script>
4
5
 
@@ -1,4 +1,5 @@
1
1
  <script setup>
2
+ import useAPI from "../../../composables/useAPI";
2
3
  const api = useAPI();
3
4
  </script>
4
5
 
@@ -1,5 +1,7 @@
1
1
  <script setup>
2
2
  import { watch, ref, computed } from "vue";
3
+ import useLog from "../../../stores/log";
4
+ import useAPI from "../../../composables/useAPI";
3
5
  const api = useAPI();
4
6
  const _props = defineProps(["routeName"]);
5
7
  const log = useLog();
@@ -11,6 +11,7 @@ import KeyCommandNotification from "./KeyCommandNotification.vue";
11
11
  import LogoutButton from "../presentation/LogoutButton.vue";
12
12
  import { ref } from "vue";
13
13
  import { onKeyDown } from "@vueuse/core";
14
+ import useAPI from "../../../composables/useAPI";
14
15
  const api = useAPI();
15
16
  const showNotification = ref(false);
16
17
  const notificationCommand = ref("");
@@ -1,4 +1,5 @@
1
1
  <script setup>
2
+ import useViewAPI from "../../../composables/useViewAPI";
2
3
  const api = useViewAPI();
3
4
  </script>
4
5
 
@@ -1,5 +1,6 @@
1
1
  <script setup>
2
2
  import { computed } from "vue";
3
+ import useAPI from "../../../composables/useAPI";
3
4
  const api = useAPI();
4
5
  const currentState = computed(() => {
5
6
  const sideBar = api.store.dev.showSideBar;
@@ -1,6 +1,7 @@
1
1
  <script setup>
2
2
  import { computed } from "vue";
3
3
  import RouteJumper from "./RouteJumper.vue";
4
+ import useAPI from "../../../composables/useAPI";
4
5
  const api = useAPI();
5
6
  const route = useRoute();
6
7
  const isDevMode = computed(() => route.path.startsWith("/dev/") || route.path === "/dev");
@@ -1,5 +1,6 @@
1
1
  <script setup>
2
2
  import { computed } from "vue";
3
+ import useAPI from "../../../composables/useAPI";
3
4
  const api = useAPI();
4
5
  const qrUrl = computed(() => {
5
6
  const deployUrl = api.config.deployURL || (import.meta.client ? window.location.origin : "");
@@ -1,5 +1,6 @@
1
1
  <script setup>
2
2
  import { computed, ref, onMounted, onBeforeUnmount } from "vue";
3
+ import useAPI from "../../../composables/useAPI";
3
4
  const api = useAPI();
4
5
  const timer = ref(null);
5
6
  const _sync_state = computed(() => {
@@ -1,5 +1,6 @@
1
1
  <script setup>
2
2
  import { ref, watch } from "vue";
3
+ import useSmileStore from "../../../stores/smilestore";
3
4
  const api = useAPI();
4
5
  const smilestore = useSmileStore();
5
6
  const seed = ref(smilestore.getSeedID);
@@ -5,6 +5,7 @@ import DatabaseStatusInfoPanel from "./DatabaseStatusInfoPanel.vue";
5
5
  import RandomizationSidebarPanel from "./RandomizationSidebarPanel.vue";
6
6
  import StudyInfoPanel from "./StudyInfoPanel.vue";
7
7
  import AppProgressPanel from "./AppProgressPanel.vue";
8
+ import useAPI from "../../../composables/useAPI";
8
9
  const api = useAPI();
9
10
  </script>
10
11
 
@@ -11,12 +11,12 @@ export type Props = {
11
11
  };
12
12
  declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
13
13
  data: {
14
- type: (BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor | ArrayConstructor | null)[];
14
+ type: (NumberConstructor | StringConstructor | ObjectConstructor | ArrayConstructor | BooleanConstructor | null)[];
15
15
  required: true;
16
16
  };
17
17
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
18
18
  data: {
19
- type: (BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor | ArrayConstructor | null)[];
19
+ type: (NumberConstructor | StringConstructor | ObjectConstructor | ArrayConstructor | BooleanConstructor | null)[];
20
20
  required: true;
21
21
  };
22
22
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -11,12 +11,12 @@ export type Props = {
11
11
  };
12
12
  declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
13
13
  data: {
14
- type: (BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor | ArrayConstructor | null)[];
14
+ type: (NumberConstructor | StringConstructor | ObjectConstructor | ArrayConstructor | BooleanConstructor | null)[];
15
15
  required: true;
16
16
  };
17
17
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
18
18
  data: {
19
- type: (BooleanConstructor | ObjectConstructor | StringConstructor | NumberConstructor | ArrayConstructor | null)[];
19
+ type: (NumberConstructor | StringConstructor | ObjectConstructor | ArrayConstructor | BooleanConstructor | null)[];
20
20
  required: true;
21
21
  };
22
22
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -2,6 +2,7 @@
2
2
  import { ref, computed, watch } from "vue";
3
3
  import StepNode from "./StepNode.vue";
4
4
  import StepDataViewer from "./StepDataViewer.vue";
5
+ import useViewAPI from "../../../composables/useViewAPI";
5
6
  const api = useViewAPI();
6
7
  const stateMachine = computed(() => api.steps.visualize());
7
8
  const _pathToString = (pathArray) => {
@@ -3,6 +3,7 @@ import { CalendarRoot, useDateFormatter } from "reka-ui";
3
3
  import { createDecade, createYear, toDate } from "reka-ui/date";
4
4
  import { getLocalTimeZone, today, CalendarDate } from "@internationalized/date";
5
5
  import { computed, ref, watch } from "vue";
6
+ import { cn } from "../../lib/utils";
6
7
  const props = defineProps({
7
8
  defaultValue: { type: null, required: false },
8
9
  defaultPlaceholder: { type: null, required: false },
@@ -45,10 +45,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
45
45
  description: string;
46
46
  };
47
47
  }>> & Readonly<{}>, {
48
- class: string;
49
48
  width: number;
50
49
  height: number;
51
50
  responsiveUI: boolean;
51
+ class: string;
52
52
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
53
53
  type __VLS_Slots = {
54
54
  default?: ((props: {}) => any) | undefined;
@@ -45,10 +45,10 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
45
45
  description: string;
46
46
  };
47
47
  }>> & Readonly<{}>, {
48
- class: string;
49
48
  width: number;
50
49
  height: number;
51
50
  responsiveUI: boolean;
51
+ class: string;
52
52
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
53
53
  type __VLS_Slots = {
54
54
  default?: ((props: {}) => any) | undefined;
@@ -55,11 +55,11 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
55
55
  description: string;
56
56
  };
57
57
  }>> & Readonly<{}>, {
58
- class: string;
59
58
  width: number;
60
- variant: string;
61
59
  height: number;
62
60
  responsiveUI: boolean;
61
+ class: string;
62
+ variant: string;
63
63
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
64
64
  type __VLS_Slots = {
65
65
  default?: ((props: {}) => any) | undefined;
@@ -55,11 +55,11 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
55
55
  description: string;
56
56
  };
57
57
  }>> & Readonly<{}>, {
58
- class: string;
59
58
  width: number;
60
- variant: string;
61
59
  height: number;
62
60
  responsiveUI: boolean;
61
+ class: string;
62
+ variant: string;
63
63
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
64
64
  type __VLS_Slots = {
65
65
  default?: ((props: {}) => any) | undefined;
@@ -47,8 +47,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
47
47
  description: string;
48
48
  };
49
49
  }>> & Readonly<{}>, {
50
- class: string;
51
50
  responsiveUI: boolean;
51
+ class: string;
52
52
  leftFirst: boolean;
53
53
  leftWidth: string;
54
54
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -47,8 +47,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
47
47
  description: string;
48
48
  };
49
49
  }>> & Readonly<{}>, {
50
- class: string;
51
50
  responsiveUI: boolean;
51
+ class: string;
52
52
  leftFirst: boolean;
53
53
  leftWidth: string;
54
54
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -47,8 +47,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
47
47
  description: string;
48
48
  };
49
49
  }>> & Readonly<{}>, {
50
- class: string;
51
50
  responsiveUI: boolean;
51
+ class: string;
52
52
  leftFirst: boolean;
53
53
  leftWidth: string;
54
54
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -47,8 +47,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
47
47
  description: string;
48
48
  };
49
49
  }>> & Readonly<{}>, {
50
- class: string;
51
50
  responsiveUI: boolean;
51
+ class: string;
52
52
  leftFirst: boolean;
53
53
  leftWidth: string;
54
54
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,4 +1,5 @@
1
1
  <script setup>
2
+ import { cn } from "../../../lib/utils";
2
3
  import { AvatarRoot } from "reka-ui";
3
4
  const props = defineProps({
4
5
  class: { type: null, required: false }
@@ -1,4 +1,5 @@
1
1
  <script setup>
2
+ import { cn } from "../../../lib/utils";
2
3
  import { reactiveOmit } from "@vueuse/core";
3
4
  import { AvatarFallback } from "reka-ui";
4
5
  const props = defineProps({