@coffic/cosy-ui 0.6.42 → 0.7.4
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/alert/{AlertBasicContainer.astro → EAlertBasicContainer.astro} +2 -2
- package/dist/alert/{AlertCustomStyleContainer.astro → EAlertCustomStyleContainer.astro} +2 -2
- package/dist/alert/{AlertTypesContainer.astro → EAlertTypesContainer.astro} +8 -8
- package/dist/alert/{AlertWithTitleContainer.astro → EAlertWithTitleContainer.astro} +2 -2
- package/dist/alert/index.ts +12 -12
- package/dist/app.css +1 -1
- package/dist/button/ButtonBasicContainer.astro +1 -7
- package/dist/button/ButtonLinkContainer.astro +1 -7
- package/dist/button/ButtonSizesContainer.astro +1 -7
- package/dist/button/ButtonVariantsContainer.astro +1 -8
- package/dist/button/ButtonWithIconsContainer.astro +2 -13
- package/dist/button/index_astro.ts +1 -3
- package/dist/buttons-vue/index.ts +1 -0
- package/dist/card/Card.astro +59 -10
- package/dist/card/ECardBasic.astro +11 -0
- package/dist/card/ECardBasicContainer.astro +11 -0
- package/dist/card/ECardClickable.astro +13 -0
- package/dist/card/ECardClickableContainer.astro +11 -0
- package/dist/card/ECardCompact.astro +13 -0
- package/dist/card/ECardCompactContainer.astro +11 -0
- package/dist/card/ECardCustomStyle.astro +17 -0
- package/dist/card/ECardCustomStyleContainer.astro +11 -0
- package/dist/card/ECardWithImage.astro +16 -0
- package/dist/card/ECardWithImageContainer.astro +11 -0
- package/dist/card/ECardWithSubtitle.astro +13 -0
- package/dist/card/ECardWithSubtitleContainer.astro +11 -0
- package/dist/card/index.ts +32 -6
- package/dist/code-container/CodeContainer.astro +2 -2
- package/dist/code-container/index.ts +7 -7
- package/dist/contact/Contact.astro +279 -0
- package/dist/contact/EContactBasic.astro +15 -0
- package/dist/contact/EContactBasicContainer.astro +12 -0
- package/dist/contact/EContactCompact.astro +12 -0
- package/dist/contact/EContactCompactContainer.astro +12 -0
- package/dist/contact/EContactCustomStyle.astro +22 -0
- package/dist/contact/EContactCustomStyleContainer.astro +12 -0
- package/dist/contact/EContactSocial.astro +21 -0
- package/dist/contact/EContactSocialContainer.astro +12 -0
- package/dist/contact/EContactWithTitle.astro +18 -0
- package/dist/contact/EContactWithTitleContainer.astro +12 -0
- package/dist/contact/index.ts +21 -0
- package/dist/container/EContainerBasic.astro +13 -0
- package/dist/container/EContainerBasicContainer.astro +11 -0
- package/dist/container/EContainerFlexBetween.astro +16 -0
- package/dist/container/EContainerFlexCenter.astro +23 -0
- package/dist/container/EContainerFlexColumn.astro +16 -0
- package/dist/container/EContainerFlexContainer.astro +34 -0
- package/dist/container/EContainerFlexRow.astro +16 -0
- package/dist/container/EContainerPadding.astro +32 -0
- package/dist/container/EContainerPaddingContainer.astro +11 -0
- package/dist/container/EContainerSizes.astro +36 -0
- package/dist/container/EContainerSizesContainer.astro +11 -0
- package/dist/container/index.ts +16 -1
- package/dist/counter-vue/index.ts +1 -0
- package/dist/footer/{FooterBasic.astro → EFooterBasic.astro} +7 -1
- package/dist/footer/EFooterBasicContainer.astro +11 -0
- package/dist/footer/EFooterComplete.astro +45 -0
- package/dist/footer/EFooterCompleteContainer.astro +11 -0
- package/dist/footer/EFooterFeaturesContainer.astro +40 -0
- package/dist/footer/EFooterWithLogo.astro +23 -0
- package/dist/footer/EFooterWithLogoContainer.astro +11 -0
- package/dist/footer/EFooterWithNavigation.astro +24 -0
- package/dist/footer/EFooterWithNavigationContainer.astro +11 -0
- package/dist/footer/EFooterWithProducts.astro +24 -0
- package/dist/footer/EFooterWithProductsContainer.astro +11 -0
- package/dist/footer/EFooterWithSocial.astro +24 -0
- package/dist/footer/EFooterWithSocialContainer.astro +11 -0
- package/dist/footer/FooterSection.astro +4 -2
- package/dist/footer/index.ts +24 -4
- package/dist/icons/index.ts +3 -0
- package/dist/icons-vue/index.ts +1 -0
- package/dist/index_astro.ts +43 -33
- package/dist/index_vue.ts +12 -23
- package/dist/list-vue/index.ts +1 -0
- package/dist/{vue/MacWindow → mac-window-vue}/MacWindow.vue +1 -1
- package/package.json +3 -10
- package/dist/button/ButtonFeatureContainer.astro +0 -18
- package/dist/button/index_vue.ts +0 -4
- package/dist/vue/SmartLink.vue +0 -17
- package/dist/vue/TagList.vue +0 -23
- /package/dist/alert/{AlertBasic.astro → EAlertBasic.astro} +0 -0
- /package/dist/alert/{AlertCustomStyle.astro → EAlertCustomStyle.astro} +0 -0
- /package/dist/alert/{AlertError.astro → EAlertError.astro} +0 -0
- /package/dist/alert/{AlertInfo.astro → EAlertInfo.astro} +0 -0
- /package/dist/alert/{AlertSuccess.astro → EAlertSuccess.astro} +0 -0
- /package/dist/alert/{AlertWarning.astro → EAlertWarning.astro} +0 -0
- /package/dist/alert/{AlertWithTitle.astro → EAlertWithTitle.astro} +0 -0
- /package/dist/{vue/AlertDialog → alert-dialog-vue}/AlertDialog.vue +0 -0
- /package/dist/{vue/AlertDialog → alert-dialog-vue}/Basic.vue +0 -0
- /package/dist/{vue/AlertDialog → alert-dialog-vue}/Multilang.vue +0 -0
- /package/dist/{vue/AlertDialog → alert-dialog-vue}/index.ts +0 -0
- /package/dist/{vue/BannerBox → banner-box-vue}/BannerBox.vue +0 -0
- /package/dist/{vue/BannerBox → banner-box-vue}/DownloadButton.vue +0 -0
- /package/dist/{vue/BannerBox → banner-box-vue}/ExampleBasic.vue +0 -0
- /package/dist/{vue/BannerBox → banner-box-vue}/ExampleCustomBg.vue +0 -0
- /package/dist/{vue/BannerBox → banner-box-vue}/ExampleDisplayModeAlways.vue +0 -0
- /package/dist/{vue/BannerBox → banner-box-vue}/ExampleDisplayModeHover.vue +0 -0
- /package/dist/{vue/BannerBox → banner-box-vue}/ExampleDisplayModeNever.vue +0 -0
- /package/dist/{vue/BannerBox → banner-box-vue}/ExampleImageExport.vue +0 -0
- /package/dist/{vue/BannerBox → banner-box-vue}/ExampleSizePreset.vue +0 -0
- /package/dist/{vue/BannerBox → banner-box-vue}/FeatureCard.vue +0 -0
- /package/dist/{vue/BannerBox → banner-box-vue}/SmartBanner.vue +0 -0
- /package/dist/{vue/BannerBox → banner-box-vue}/bgStyles.ts +0 -0
- /package/dist/{vue/BannerBox → banner-box-vue}/index.ts +0 -0
- /package/dist/{vue/BannerBox → banner-box-vue}/sizePresets.ts +0 -0
- /package/dist/{vue/BlogList → blog-vue}/Basic.vue +0 -0
- /package/dist/{vue/BlogList → blog-vue}/BlogList.vue +0 -0
- /package/dist/{vue/BlogList → blog-vue}/Empty.vue +0 -0
- /package/dist/{vue/BlogList → blog-vue}/EmptyEnglish.vue +0 -0
- /package/dist/{vue/BlogList → blog-vue}/English.vue +0 -0
- /package/dist/{vue/BlogList → blog-vue}/index.ts +0 -0
- /package/dist/{button → buttons-vue}/Button.vue +0 -0
- /package/dist/{button → buttons-vue}/ButtonBasic.vue +0 -0
- /package/dist/{button → buttons-vue}/ButtonFeature.vue +0 -0
- /package/dist/{button → buttons-vue}/ButtonFeatureBasic.vue +0 -0
- /package/dist/{button → buttons-vue}/ButtonFeatureWithTips.vue +0 -0
- /package/dist/{button → buttons-vue}/ButtonLink.vue +0 -0
- /package/dist/{button → buttons-vue}/ButtonSizes.vue +0 -0
- /package/dist/{button → buttons-vue}/ButtonVariants.vue +0 -0
- /package/dist/{button → buttons-vue}/ButtonWithIcons.vue +0 -0
- /package/dist/code-container/{CodeContainerBasic.astro → ECodeContainerBasic.astro} +0 -0
- /package/dist/code-container/{CodeContainerMultiple.astro → ECodeContainerMultiple.astro} +0 -0
- /package/dist/{vue/ConfirmDialog → confirm-dialog-vue}/Basic.vue +0 -0
- /package/dist/{vue/ConfirmDialog → confirm-dialog-vue}/ConfirmDialog.vue +0 -0
- /package/dist/{vue/ConfirmDialog → confirm-dialog-vue}/CustomButtons.vue +0 -0
- /package/dist/{vue/ConfirmDialog → confirm-dialog-vue}/index.ts +0 -0
- /package/dist/{vue → counter-vue}/VueCounter.vue +0 -0
- /package/dist/{vue/iPhone → iPhone-vue}/Basic.vue +0 -0
- /package/dist/{vue/iPhone → iPhone-vue}/CustomBackground.vue +0 -0
- /package/dist/{vue/iPhone → iPhone-vue}/NoFrame.vue +0 -0
- /package/dist/{vue/iPhone → iPhone-vue}/WeatherApp.vue +0 -0
- /package/dist/{vue/iPhone → iPhone-vue}/assets/iPhone 14 Pro - Deep Purple - Landscape.png +0 -0
- /package/dist/{vue/iPhone → iPhone-vue}/assets/iPhone 14 Pro - Deep Purple - Portrait.png +0 -0
- /package/dist/{vue/iPhone → iPhone-vue}/assets/iPhone 14 Pro - Gold - Landscape.png +0 -0
- /package/dist/{vue/iPhone → iPhone-vue}/assets/iPhone 14 Pro - Gold - Portrait.png +0 -0
- /package/dist/{vue/iPhone → iPhone-vue}/assets/iPhone 14 Pro - Silver - Landscape.png +0 -0
- /package/dist/{vue/iPhone → iPhone-vue}/assets/iPhone 14 Pro - Silver - Portrait.png +0 -0
- /package/dist/{vue/iPhone → iPhone-vue}/assets/iPhone 14 Pro - Space Black - Landscape.png +0 -0
- /package/dist/{vue/iPhone → iPhone-vue}/assets/iPhone 14 Pro - Space Black - Portrait.png +0 -0
- /package/dist/{vue/iPhone → iPhone-vue}/iPhoneWindow.vue +0 -0
- /package/dist/{vue/iPhone → iPhone-vue}/index.ts +0 -0
- /package/dist/{vue/Icons → icons-vue}/AlertTriangleIcon.vue +0 -0
- /package/dist/{vue/Icons → icons-vue}/CalendarIcon.vue +0 -0
- /package/dist/{vue/Icons → icons-vue}/CheckCircleIcon.vue +0 -0
- /package/dist/{vue/Icons → icons-vue}/CheckIcon.vue +0 -0
- /package/dist/{vue/Icons → icons-vue}/ChevronDownIcon.vue +0 -0
- /package/dist/{vue/Icons → icons-vue}/ClipboardIcon.vue +0 -0
- /package/dist/{vue/Icons → icons-vue}/CloseIcon.vue +0 -0
- /package/dist/{vue/Icons → icons-vue}/InboxArchiveIcon.vue +0 -0
- /package/dist/{vue/Icons → icons-vue}/InfoCircleIcon.vue +0 -0
- /package/dist/{vue/Icons → icons-vue}/InfoIcon.vue +0 -0
- /package/dist/{vue/Icons → icons-vue}/LinkIcon.vue +0 -0
- /package/dist/{vue/Icons → icons-vue}/MenuIcon.vue +0 -0
- /package/dist/{vue/Icons → icons-vue}/SearchIcon.vue +0 -0
- /package/dist/{vue/Icons → icons-vue}/SettingsIcon.vue +0 -0
- /package/dist/{vue/Icons → icons-vue}/UserIcon.vue +0 -0
- /package/dist/{vue/Icons → icons-vue}/VueIcon.vue +0 -0
- /package/dist/{vue/Icons → icons-vue}/XCircleIcon.vue +0 -0
- /package/dist/{vue → list-vue}/ListItem.vue +0 -0
- /package/dist/{vue/MacWindow → mac-window-vue}/Basic.vue +0 -0
- /package/dist/{vue/MacWindow → mac-window-vue}/CustomHeight.vue +0 -0
- /package/dist/{vue/MacWindow → mac-window-vue}/WithEvents.vue +0 -0
- /package/dist/{vue/MacWindow → mac-window-vue}/WithSidebar.vue +0 -0
- /package/dist/{vue/MacWindow → mac-window-vue}/WithTabs.vue +0 -0
- /package/dist/{vue/MacWindow → mac-window-vue}/WithToolbar.vue +0 -0
- /package/dist/{vue/MacWindow → mac-window-vue}/index.ts +0 -0
package/dist/button/index_vue.ts
DELETED
package/dist/vue/SmartLink.vue
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
<script setup lang="ts">
|
2
|
-
defineProps<{
|
3
|
-
href: string;
|
4
|
-
external?: boolean;
|
5
|
-
externalClass?: string;
|
6
|
-
}>();
|
7
|
-
</script>
|
8
|
-
|
9
|
-
<template>
|
10
|
-
<a :href="href" :target="external ? '_blank' : undefined" :rel="external ? 'noopener noreferrer' : undefined"
|
11
|
-
:class="{
|
12
|
-
'cosy:no-underline cosy:rounded-md cosy:p-1 cosy:transition-all cosy:duration-300 cosy:hover:text-primary/80': true,
|
13
|
-
[externalClass]: external
|
14
|
-
}">
|
15
|
-
<slot />
|
16
|
-
</a>
|
17
|
-
</template>
|
package/dist/vue/TagList.vue
DELETED
@@ -1,23 +0,0 @@
|
|
1
|
-
<template>
|
2
|
-
<div class="flex flex-col gap-1 card bg-base-100 shadow-xl p-4 rounded-md">
|
3
|
-
<a
|
4
|
-
v-for="tag in tags"
|
5
|
-
:key="tag"
|
6
|
-
:href="`/blogs/tags/${tag}`"
|
7
|
-
class="badge badge-primary no-underline"
|
8
|
-
>
|
9
|
-
{{ tag }}
|
10
|
-
</a>
|
11
|
-
</div>
|
12
|
-
</template>
|
13
|
-
|
14
|
-
<script>
|
15
|
-
export default {
|
16
|
-
props: {
|
17
|
-
tags: {
|
18
|
-
type: Array,
|
19
|
-
required: true
|
20
|
-
}
|
21
|
-
}
|
22
|
-
}
|
23
|
-
</script>
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
File without changes
|
File without changes
|