@nyuccl/smile 0.2.0-beta.24 → 0.2.0-beta.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nyuccl/smile",
3
3
  "configKey": "smile",
4
- "version": "0.2.0-beta.24",
4
+ "version": "0.2.0-beta.26",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -57,7 +57,8 @@ const module$1 = defineNuxtModule({
57
57
  "@nyuccl/smile > tailwind-merge",
58
58
  "@nyuccl/smile > @vueuse/core",
59
59
  "@nyuccl/smile > uuid",
60
- "@nyuccl/smile > axios"
60
+ "@nyuccl/smile > axios",
61
+ "@nyuccl/smile > motion"
61
62
  );
62
63
  _nuxt.options.css.push(resolver.resolve("./runtime/css/main.css"));
63
64
  addPlugin(resolver.resolve("./runtime/plugins/store-sync.client"));
@@ -84,10 +84,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
84
84
  };
85
85
  }>> & Readonly<{}>, {
86
86
  title: string;
87
+ description: string | unknown[];
87
88
  subtitle: string;
88
89
  siteAuthor: Record<string, any>;
89
90
  projectAuthors: unknown[];
90
91
  info: unknown[];
91
- description: string | unknown[];
92
92
  sections: unknown[];
93
93
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -84,10 +84,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
84
84
  };
85
85
  }>> & Readonly<{}>, {
86
86
  title: string;
87
+ description: string | unknown[];
87
88
  subtitle: string;
88
89
  siteAuthor: Record<string, any>;
89
90
  projectAuthors: unknown[];
90
91
  info: unknown[];
91
- description: string | unknown[];
92
92
  sections: unknown[];
93
93
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,6 +1,7 @@
1
1
  <script setup>
2
2
  import { ArrowDown, Diamond, House, Presentation } from "lucide-vue-next";
3
3
  import { watch, ref, computed } from "vue";
4
+ import { useRoute, navigateTo } from "#imports";
4
5
  import useLog from "../../../stores/log";
5
6
  import useAPI from "../../../composables/useAPI";
6
7
  const api = useAPI();
@@ -2,6 +2,7 @@
2
2
  import { ArrowDown, ChevronsLeft, ChevronsRight, Diamond, Pin, PinOff, Presentation, WandSparkles } from "lucide-vue-next";
3
3
  import { computed } from "vue";
4
4
  import RouteJumper from "./RouteJumper.vue";
5
+ import { useRoute } from "#imports";
5
6
  import useAPI from "../../../composables/useAPI";
6
7
  const api = useAPI();
7
8
  const route = useRoute();
@@ -1,5 +1,6 @@
1
1
  <script setup>
2
2
  import { Home } from "lucide-vue-next";
3
+ import { navigateTo } from "#imports";
3
4
  const _props = defineProps(["icon"]);
4
5
  function goHome() {
5
6
  navigateTo("/presentation/");
@@ -67,8 +67,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
67
67
  }>> & Readonly<{}>, {
68
68
  variant: string;
69
69
  disabled: boolean;
70
- inset: boolean;
71
70
  asChild: boolean;
71
+ inset: boolean;
72
72
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
73
73
  type __VLS_Slots = {
74
74
  default?: ((props: {}) => any) | undefined;
@@ -67,8 +67,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
67
67
  }>> & Readonly<{}>, {
68
68
  variant: string;
69
69
  disabled: boolean;
70
- inset: boolean;
71
70
  asChild: boolean;
71
+ inset: boolean;
72
72
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
73
73
  type __VLS_Slots = {
74
74
  default?: ((props: {}) => any) | undefined;
@@ -39,8 +39,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
39
39
  required: false;
40
40
  };
41
41
  }>> & Readonly<{}>, {
42
- inset: boolean;
43
42
  asChild: boolean;
43
+ inset: boolean;
44
44
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
45
45
  type __VLS_Slots = {
46
46
  default?: ((props: {}) => any) | undefined;
@@ -39,8 +39,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
39
39
  required: false;
40
40
  };
41
41
  }>> & Readonly<{}>, {
42
- inset: boolean;
43
42
  asChild: boolean;
43
+ inset: boolean;
44
44
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
45
45
  type __VLS_Slots = {
46
46
  default?: ((props: {}) => any) | undefined;
@@ -56,8 +56,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
56
56
  };
57
57
  }>> & Readonly<{}>, {
58
58
  disabled: boolean;
59
- inset: boolean;
60
59
  asChild: boolean;
60
+ inset: boolean;
61
61
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
62
62
  type __VLS_Slots = {
63
63
  default?: ((props: {}) => any) | undefined;
@@ -56,8 +56,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
56
56
  };
57
57
  }>> & Readonly<{}>, {
58
58
  disabled: boolean;
59
- inset: boolean;
60
59
  asChild: boolean;
60
+ inset: boolean;
61
61
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
62
62
  type __VLS_Slots = {
63
63
  default?: ((props: {}) => any) | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nyuccl/smile",
3
- "version": "0.2.0-beta.24",
3
+ "version": "0.2.0-beta.26",
4
4
  "description": "SMILE experiment framework as a Nuxt module",
5
5
  "author": "Todd Gureckis <gureckis@gmail.com>",
6
6
  "license": "MIT",