@resee-movies/nuxt-ux 0.0.4 → 0.1.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.
- package/dist/module.json +1 -1
- package/dist/module.mjs +42 -9
- package/dist/runtime/components/{UiButton.vue → Button.vue} +6 -4
- package/dist/runtime/components/{UiButton.vue.d.ts → Button.vue.d.ts} +6 -6
- package/dist/runtime/components/CloseButton.vue +14 -0
- package/dist/runtime/components/Dialog.vue +121 -0
- package/dist/runtime/components/Dialog.vue.d.ts +31 -0
- package/dist/runtime/components/Drawer.vue +91 -0
- package/dist/runtime/components/Drawer.vue.d.ts +23 -0
- package/dist/runtime/components/Icon.vue +24 -0
- package/dist/runtime/components/Icon.vue.d.ts +14 -0
- package/dist/runtime/components/{UiIconTextPair.vue → IconTextPair.vue} +3 -3
- package/dist/runtime/components/{UiIconTextPair.vue.d.ts → IconTextPair.vue.d.ts} +5 -5
- package/dist/runtime/components/Image.vue +149 -0
- package/dist/runtime/components/Image.vue.d.ts +59 -0
- package/dist/runtime/components/{UiLayoutPageColumn.vue.d.ts → LayoutPageColumn.vue.d.ts} +2 -2
- package/dist/runtime/components/{UiLayoutPageContainer.vue.d.ts → LayoutPageContainer.vue.d.ts} +2 -2
- package/dist/runtime/components/{UiLink.vue → Link.vue} +3 -2
- package/dist/runtime/components/{UiLink.vue.d.ts → Link.vue.d.ts} +4 -4
- package/dist/runtime/components/{UiLoadingIndicator.vue.d.ts → LoadingIndicator.vue.d.ts} +2 -2
- package/dist/runtime/components/{UiMessage.vue → Message.vue} +2 -1
- package/dist/runtime/components/{UiMessage.vue.d.ts → Message.vue.d.ts} +2 -2
- package/dist/runtime/components/{UiNotificationContainer.vue → NotificationContainer.vue} +1 -0
- package/dist/runtime/components/NotificationContainer.vue.d.ts +3 -0
- package/dist/runtime/components/{UiProgressBar.vue → ProgressBar.vue} +1 -0
- package/dist/runtime/components/{UiTag.vue → Tag.vue} +5 -2
- package/dist/runtime/composables/use-load-image.d.ts +23 -0
- package/dist/runtime/composables/use-load-image.js +109 -0
- package/dist/runtime/theme/css/brand/theme.css +1 -1
- package/dist/runtime/theme/css/brand/tooltip.css +1 -1
- package/dist/runtime/theme/css/brand/transition.css +1 -1
- package/dist/runtime/theme/css/brand/utilities.css +1 -1
- package/dist/runtime/types/index.d.ts +6 -0
- package/package.json +3 -2
- package/dist/runtime/components/UiIcon.vue +0 -23
- package/dist/runtime/components/UiIcon.vue.d.ts +0 -12
- /package/dist/runtime/components/{UiCard.vue → Card.vue} +0 -0
- /package/dist/runtime/components/{UiCard.vue.d.ts → Card.vue.d.ts} +0 -0
- /package/dist/runtime/components/{UiNotificationContainer.vue.d.ts → CloseButton.vue.d.ts} +0 -0
- /package/dist/runtime/components/{UiHeading.vue → Heading.vue} +0 -0
- /package/dist/runtime/components/{UiHeading.vue.d.ts → Heading.vue.d.ts} +0 -0
- /package/dist/runtime/components/{UiLayoutPageColumn.vue → LayoutPageColumn.vue} +0 -0
- /package/dist/runtime/components/{UiLayoutPageContainer.vue → LayoutPageContainer.vue} +0 -0
- /package/dist/runtime/components/{UiLoadingIndicator.vue → LoadingIndicator.vue} +0 -0
- /package/dist/runtime/components/{UiLorem.vue → Lorem.vue} +0 -0
- /package/dist/runtime/components/{UiLorem.vue.d.ts → Lorem.vue.d.ts} +0 -0
- /package/dist/runtime/components/{UiProgressBar.vue.d.ts → ProgressBar.vue.d.ts} +0 -0
- /package/dist/runtime/components/{UiTag.vue.d.ts → Tag.vue.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@resee-movies/nuxt-ux",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "The next-gen user experience library for ReSee Movies - currently in development. ",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/ReSee-Movies/nuxt-ux.git"
|
|
@@ -69,12 +69,13 @@
|
|
|
69
69
|
"vitest": "^3.2.4",
|
|
70
70
|
"vue-tsc": "^3.1.0"
|
|
71
71
|
},
|
|
72
|
-
"
|
|
72
|
+
"dependencies": {
|
|
73
73
|
"@egoist/tailwindcss-icons": "^1.9.0",
|
|
74
74
|
"@iconify-json/ph": "^1.2.2",
|
|
75
75
|
"@iconify-json/simple-icons": "^1.2.53",
|
|
76
76
|
"@iconify-json/solar": "^1.2.4",
|
|
77
77
|
"@nuxt/fonts": "^0.11.4",
|
|
78
|
+
"@primeuix/utils": "^0.6.1",
|
|
78
79
|
"@primevue/nuxt-module": "^4.4.0",
|
|
79
80
|
"@resee-movies/utilities": "^0.10.0",
|
|
80
81
|
"@tailwindcss/postcss": "^4.1.14",
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<Transition name="fade" mode="out-in">
|
|
3
|
-
<UiLoadingIndicator v-if="props.loading" :size="props.size" class="icon" />
|
|
4
|
-
<span v-else role="presentation" :class="['icon', props.name, props.size]" />
|
|
5
|
-
</Transition>
|
|
6
|
-
</template>
|
|
7
|
-
|
|
8
|
-
<script>
|
|
9
|
-
|
|
10
|
-
</script>
|
|
11
|
-
|
|
12
|
-
<script setup>
|
|
13
|
-
import UiLoadingIndicator from "./UiLoadingIndicator.vue";
|
|
14
|
-
const props = defineProps({
|
|
15
|
-
name: { type: String, required: false, default: void 0 },
|
|
16
|
-
loading: { type: Boolean, required: false, default: false },
|
|
17
|
-
size: { type: String, required: false, default: "md" }
|
|
18
|
-
});
|
|
19
|
-
</script>
|
|
20
|
-
|
|
21
|
-
<style scoped>
|
|
22
|
-
.icon{align-items:center;display:inline-flex}.icon:before{content:var(--zero-width-space)}.icon.sm{font-size:var(--icon-size-small)}.icon.md{font-size:var(--icon-size-medium)}.icon.lg{font-size:var(--icon-size-large)}.icon.xl{font-size:var(--icon-size-jumbo)}
|
|
23
|
-
</style>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export type UiIconProps = {
|
|
2
|
-
name?: string;
|
|
3
|
-
loading?: boolean;
|
|
4
|
-
size?: 'sm' | 'md' | 'lg' | 'xl';
|
|
5
|
-
};
|
|
6
|
-
declare const __VLS_export: import("vue").DefineComponent<UiIconProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<UiIconProps> & Readonly<{}>, {
|
|
7
|
-
size: "sm" | "md" | "lg" | "xl";
|
|
8
|
-
name: string;
|
|
9
|
-
loading: boolean;
|
|
10
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
-
declare const _default: typeof __VLS_export;
|
|
12
|
-
export default _default;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|