rimelight-components 2.1.44 → 2.1.45
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 +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/FloatingToolsOverlay.vue +1 -1
- package/dist/runtime/components/app/Footer.vue +1 -1
- package/dist/runtime/components/app/Header.vue +1 -1
- package/dist/runtime/components/app/Image.vue +1 -1
- package/dist/runtime/components/app/Logo.vue +1 -1
- package/dist/runtime/components/app/NewsletterSignup.vue +1 -1
- package/dist/runtime/components/app/ScrollToTop.vue +1 -1
- package/dist/runtime/components/cards/TeamCard.vue +1 -1
- package/dist/runtime/components/content/Callout.vue +1 -1
- package/dist/runtime/components/content/Section.vue +1 -1
- package/dist/runtime/components/dashboard/NotificationsSlideover.vue +1 -1
- package/dist/runtime/components/dashboard/QuickActions.vue +1 -1
- package/dist/runtime/components/dashboard/floating-tools/FocusTimerTool.vue +1 -1
- package/dist/runtime/components/modals/ConfirmModal.vue +1 -1
- package/dist/runtime/components/nodes/LinkNode.vue +1 -1
- package/dist/runtime/components/nodes/TextNode.vue +1 -1
- package/dist/runtime/components/notes/NoteModal.vue +1 -1
- package/dist/runtime/components/page/PageMention.vue +1 -1
- package/dist/runtime/components/page/PageSurround.vue +1 -1
- package/dist/runtime/components/page/PageTOC.vue +1 -1
- package/dist/runtime/components/swatches/ColorSwatch.vue +1 -1
- package/dist/runtime/components/swatches/FontSwatch.vue +1 -1
- package/dist/runtime/components/swatches/ImageSwatch.vue +1 -1
- package/dist/runtime/components/utilities/Placeholder.vue +1 -1
- package/package.json +1 -1
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -4,7 +4,7 @@ import { readdirSync } from 'node:fs';
|
|
|
4
4
|
import { basename } from 'node:path';
|
|
5
5
|
|
|
6
6
|
const name = "rimelight-components";
|
|
7
|
-
const version = "2.1.
|
|
7
|
+
const version = "2.1.45";
|
|
8
8
|
const homepage = "https://rimelight.com/tools/rimelight-components";
|
|
9
9
|
|
|
10
10
|
const defaultOptions = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { tv } from "../../internal/tv";
|
|
3
|
-
import { useRC } from "
|
|
3
|
+
import { useRC } from "../../composables";
|
|
4
4
|
const { contain = true, rc: rcProp } = defineProps({
|
|
5
5
|
contain: { type: Boolean, required: false },
|
|
6
6
|
rc: { type: Object, required: false }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { tv } from "../../internal/tv";
|
|
3
|
-
import { useRC } from "
|
|
3
|
+
import { useRC } from "../../composables";
|
|
4
4
|
const { contain = true, rc: rcProp } = defineProps({
|
|
5
5
|
contain: { type: Boolean, required: false },
|
|
6
6
|
rc: { type: Object, required: false }
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { ref, reactive, onMounted, useTemplateRef, watch, nextTick } from "vue";
|
|
3
3
|
import { tv } from "../../internal/tv";
|
|
4
|
-
import { useRC } from "
|
|
4
|
+
import { useRC } from "../../composables";
|
|
5
5
|
const {
|
|
6
6
|
src,
|
|
7
7
|
alt = "Image",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { useAppConfig } from "nuxt/app";
|
|
3
3
|
import { computed } from "#imports";
|
|
4
4
|
import { tv } from "../../internal/tv";
|
|
5
|
-
import { useRC } from "
|
|
5
|
+
import { useRC } from "../../composables";
|
|
6
6
|
const { variant = "mark", rc: rcProp } = defineProps({
|
|
7
7
|
variant: { type: String, required: false },
|
|
8
8
|
rc: { type: Object, required: false }
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { tv } from "../../internal/tv";
|
|
3
|
-
import { useRC } from "
|
|
3
|
+
import { useRC } from "../../composables";
|
|
4
4
|
const {
|
|
5
5
|
fieldLabel = "Subscribe to our Newsletter",
|
|
6
6
|
description = "Stay updated on new posts and updates. Unsubscribe at any time.",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { computed, onMounted, onUnmounted, ref } from "vue";
|
|
3
3
|
import { tv } from "../../internal/tv";
|
|
4
|
-
import { useRC } from "
|
|
4
|
+
import { useRC } from "../../composables";
|
|
5
5
|
const {
|
|
6
6
|
circleStrokeWidth = 4,
|
|
7
7
|
duration = 0.1,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { tv } from "../../internal/tv";
|
|
3
|
-
import { useRC } from "
|
|
3
|
+
import { useRC } from "../../composables";
|
|
4
4
|
const { src, alt, name, role, description, rc: rcProp } = defineProps({
|
|
5
5
|
src: { type: String, required: true },
|
|
6
6
|
alt: { type: String, required: true },
|
|
@@ -3,7 +3,7 @@ import { useAppConfig } from "#imports";
|
|
|
3
3
|
import { computed } from "#imports";
|
|
4
4
|
import { useI18n } from "vue-i18n";
|
|
5
5
|
import { tv } from "../../internal/tv";
|
|
6
|
-
import { useRC } from "
|
|
6
|
+
import { useRC } from "../../composables";
|
|
7
7
|
const { variant, to, target, rc: rcProp } = defineProps({
|
|
8
8
|
variant: { type: String, required: true },
|
|
9
9
|
to: { type: String, required: false },
|
|
@@ -4,7 +4,7 @@ import { computed } from "vue";
|
|
|
4
4
|
import { useClipboard } from "@vueuse/core";
|
|
5
5
|
import { useToast } from "@nuxt/ui/composables";
|
|
6
6
|
import { tv } from "../../internal/tv";
|
|
7
|
-
import { useRC } from "
|
|
7
|
+
import { useRC } from "../../composables";
|
|
8
8
|
import { slugify } from "../../utils";
|
|
9
9
|
defineOptions({
|
|
10
10
|
name: "SectionComponent"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { formatTimeAgo } from "@vueuse/core";
|
|
3
|
-
import { useApi, useDashboard } from "
|
|
3
|
+
import { useApi, useDashboard } from "../../composables";
|
|
4
4
|
const { isNotificationsSlideoverOpen } = useDashboard();
|
|
5
5
|
const { data: notifications } = await useApi("/api/notifications");
|
|
6
6
|
</script>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { computed } from "vue";
|
|
3
3
|
import { tv } from "../../internal/tv";
|
|
4
|
-
import { useRC } from "
|
|
4
|
+
import { useRC } from "../../composables";
|
|
5
5
|
const { href, target, content, rc: rcProp } = defineProps({
|
|
6
6
|
href: { type: String, required: true },
|
|
7
7
|
target: { type: String, required: false },
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { tv } from "../../internal/tv";
|
|
3
|
-
import { useRC } from "
|
|
3
|
+
import { useRC } from "../../composables";
|
|
4
4
|
const { content, rc: rcProp } = defineProps({
|
|
5
5
|
content: { type: String, required: true },
|
|
6
6
|
rc: { type: Object, required: false }
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { useDebounceFn } from "@vueuse/core";
|
|
3
3
|
import { computed, reactive, ref, watch } from "vue";
|
|
4
|
-
import { useApi, $api } from "
|
|
4
|
+
import { useApi, $api } from "../../composables";
|
|
5
5
|
const open = defineModel("open", { type: Boolean, ...{ default: false } });
|
|
6
6
|
const { note } = defineProps({
|
|
7
7
|
note: { type: [Object, null], required: false }
|
|
@@ -5,7 +5,7 @@ import { useI18n } from "vue-i18n";
|
|
|
5
5
|
import {} from "../../types";
|
|
6
6
|
import { useAsyncData } from "#imports";
|
|
7
7
|
import { tv } from "../../internal/tv";
|
|
8
|
-
import { useRC } from "
|
|
8
|
+
import { useRC } from "../../composables";
|
|
9
9
|
const { pageId, rc: rcProp } = defineProps({
|
|
10
10
|
pageId: { type: String, required: true },
|
|
11
11
|
rc: { type: Object, required: false }
|
|
@@ -3,7 +3,7 @@ import { computed, ref, onMounted, watch } from "vue";
|
|
|
3
3
|
import { useI18n } from "vue-i18n";
|
|
4
4
|
import { useIntersectionObserver } from "@vueuse/core";
|
|
5
5
|
import { tv } from "../../internal/tv";
|
|
6
|
-
import { useRC } from "
|
|
6
|
+
import { useRC } from "../../composables";
|
|
7
7
|
import { slugify } from "../../utils";
|
|
8
8
|
const props = defineProps({
|
|
9
9
|
pageBlocks: { type: [Array, null], required: true },
|
|
@@ -3,7 +3,7 @@ import { computed } from "vue";
|
|
|
3
3
|
import { useClipboard } from "@vueuse/core";
|
|
4
4
|
import { useToast } from "@nuxt/ui/composables";
|
|
5
5
|
import { tv } from "../../internal/tv";
|
|
6
|
-
import { useRC } from "
|
|
6
|
+
import { useRC } from "../../composables";
|
|
7
7
|
const { name, hex, rgb, hsl, oklch, cmyk, rc: rcProp } = defineProps({
|
|
8
8
|
name: { type: String, required: false },
|
|
9
9
|
hex: { type: String, required: false },
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { computed } from "vue";
|
|
3
3
|
import { tv } from "../../internal/tv";
|
|
4
|
-
import { useRC } from "
|
|
4
|
+
import { useRC } from "../../composables";
|
|
5
5
|
const { name, jpg, png, webp, svg, rc: rcProp } = defineProps({
|
|
6
6
|
name: { type: String, required: false },
|
|
7
7
|
jpg: { type: String, required: false },
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { computed } from "vue";
|
|
3
3
|
import { tv } from "../../internal/tv";
|
|
4
|
-
import { useRC } from "
|
|
4
|
+
import { useRC } from "../../composables";
|
|
5
5
|
const { name, jpg, png, webp, svg, rc: rcProp } = defineProps({
|
|
6
6
|
name: { type: String, required: false },
|
|
7
7
|
jpg: { type: String, required: false },
|