@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.
Files changed (166) hide show
  1. package/dist/alert/{AlertBasicContainer.astro → EAlertBasicContainer.astro} +2 -2
  2. package/dist/alert/{AlertCustomStyleContainer.astro → EAlertCustomStyleContainer.astro} +2 -2
  3. package/dist/alert/{AlertTypesContainer.astro → EAlertTypesContainer.astro} +8 -8
  4. package/dist/alert/{AlertWithTitleContainer.astro → EAlertWithTitleContainer.astro} +2 -2
  5. package/dist/alert/index.ts +12 -12
  6. package/dist/app.css +1 -1
  7. package/dist/button/ButtonBasicContainer.astro +1 -7
  8. package/dist/button/ButtonLinkContainer.astro +1 -7
  9. package/dist/button/ButtonSizesContainer.astro +1 -7
  10. package/dist/button/ButtonVariantsContainer.astro +1 -8
  11. package/dist/button/ButtonWithIconsContainer.astro +2 -13
  12. package/dist/button/index_astro.ts +1 -3
  13. package/dist/buttons-vue/index.ts +1 -0
  14. package/dist/card/Card.astro +59 -10
  15. package/dist/card/ECardBasic.astro +11 -0
  16. package/dist/card/ECardBasicContainer.astro +11 -0
  17. package/dist/card/ECardClickable.astro +13 -0
  18. package/dist/card/ECardClickableContainer.astro +11 -0
  19. package/dist/card/ECardCompact.astro +13 -0
  20. package/dist/card/ECardCompactContainer.astro +11 -0
  21. package/dist/card/ECardCustomStyle.astro +17 -0
  22. package/dist/card/ECardCustomStyleContainer.astro +11 -0
  23. package/dist/card/ECardWithImage.astro +16 -0
  24. package/dist/card/ECardWithImageContainer.astro +11 -0
  25. package/dist/card/ECardWithSubtitle.astro +13 -0
  26. package/dist/card/ECardWithSubtitleContainer.astro +11 -0
  27. package/dist/card/index.ts +32 -6
  28. package/dist/code-container/CodeContainer.astro +2 -2
  29. package/dist/code-container/index.ts +7 -7
  30. package/dist/contact/Contact.astro +279 -0
  31. package/dist/contact/EContactBasic.astro +15 -0
  32. package/dist/contact/EContactBasicContainer.astro +12 -0
  33. package/dist/contact/EContactCompact.astro +12 -0
  34. package/dist/contact/EContactCompactContainer.astro +12 -0
  35. package/dist/contact/EContactCustomStyle.astro +22 -0
  36. package/dist/contact/EContactCustomStyleContainer.astro +12 -0
  37. package/dist/contact/EContactSocial.astro +21 -0
  38. package/dist/contact/EContactSocialContainer.astro +12 -0
  39. package/dist/contact/EContactWithTitle.astro +18 -0
  40. package/dist/contact/EContactWithTitleContainer.astro +12 -0
  41. package/dist/contact/index.ts +21 -0
  42. package/dist/container/EContainerBasic.astro +13 -0
  43. package/dist/container/EContainerBasicContainer.astro +11 -0
  44. package/dist/container/EContainerFlexBetween.astro +16 -0
  45. package/dist/container/EContainerFlexCenter.astro +23 -0
  46. package/dist/container/EContainerFlexColumn.astro +16 -0
  47. package/dist/container/EContainerFlexContainer.astro +34 -0
  48. package/dist/container/EContainerFlexRow.astro +16 -0
  49. package/dist/container/EContainerPadding.astro +32 -0
  50. package/dist/container/EContainerPaddingContainer.astro +11 -0
  51. package/dist/container/EContainerSizes.astro +36 -0
  52. package/dist/container/EContainerSizesContainer.astro +11 -0
  53. package/dist/container/index.ts +16 -1
  54. package/dist/counter-vue/index.ts +1 -0
  55. package/dist/footer/{FooterBasic.astro → EFooterBasic.astro} +7 -1
  56. package/dist/footer/EFooterBasicContainer.astro +11 -0
  57. package/dist/footer/EFooterComplete.astro +45 -0
  58. package/dist/footer/EFooterCompleteContainer.astro +11 -0
  59. package/dist/footer/EFooterFeaturesContainer.astro +40 -0
  60. package/dist/footer/EFooterWithLogo.astro +23 -0
  61. package/dist/footer/EFooterWithLogoContainer.astro +11 -0
  62. package/dist/footer/EFooterWithNavigation.astro +24 -0
  63. package/dist/footer/EFooterWithNavigationContainer.astro +11 -0
  64. package/dist/footer/EFooterWithProducts.astro +24 -0
  65. package/dist/footer/EFooterWithProductsContainer.astro +11 -0
  66. package/dist/footer/EFooterWithSocial.astro +24 -0
  67. package/dist/footer/EFooterWithSocialContainer.astro +11 -0
  68. package/dist/footer/FooterSection.astro +4 -2
  69. package/dist/footer/index.ts +24 -4
  70. package/dist/icons/index.ts +3 -0
  71. package/dist/icons-vue/index.ts +1 -0
  72. package/dist/index_astro.ts +43 -33
  73. package/dist/index_vue.ts +12 -23
  74. package/dist/list-vue/index.ts +1 -0
  75. package/dist/{vue/MacWindow → mac-window-vue}/MacWindow.vue +1 -1
  76. package/package.json +3 -10
  77. package/dist/button/ButtonFeatureContainer.astro +0 -18
  78. package/dist/button/index_vue.ts +0 -4
  79. package/dist/vue/SmartLink.vue +0 -17
  80. package/dist/vue/TagList.vue +0 -23
  81. /package/dist/alert/{AlertBasic.astro → EAlertBasic.astro} +0 -0
  82. /package/dist/alert/{AlertCustomStyle.astro → EAlertCustomStyle.astro} +0 -0
  83. /package/dist/alert/{AlertError.astro → EAlertError.astro} +0 -0
  84. /package/dist/alert/{AlertInfo.astro → EAlertInfo.astro} +0 -0
  85. /package/dist/alert/{AlertSuccess.astro → EAlertSuccess.astro} +0 -0
  86. /package/dist/alert/{AlertWarning.astro → EAlertWarning.astro} +0 -0
  87. /package/dist/alert/{AlertWithTitle.astro → EAlertWithTitle.astro} +0 -0
  88. /package/dist/{vue/AlertDialog → alert-dialog-vue}/AlertDialog.vue +0 -0
  89. /package/dist/{vue/AlertDialog → alert-dialog-vue}/Basic.vue +0 -0
  90. /package/dist/{vue/AlertDialog → alert-dialog-vue}/Multilang.vue +0 -0
  91. /package/dist/{vue/AlertDialog → alert-dialog-vue}/index.ts +0 -0
  92. /package/dist/{vue/BannerBox → banner-box-vue}/BannerBox.vue +0 -0
  93. /package/dist/{vue/BannerBox → banner-box-vue}/DownloadButton.vue +0 -0
  94. /package/dist/{vue/BannerBox → banner-box-vue}/ExampleBasic.vue +0 -0
  95. /package/dist/{vue/BannerBox → banner-box-vue}/ExampleCustomBg.vue +0 -0
  96. /package/dist/{vue/BannerBox → banner-box-vue}/ExampleDisplayModeAlways.vue +0 -0
  97. /package/dist/{vue/BannerBox → banner-box-vue}/ExampleDisplayModeHover.vue +0 -0
  98. /package/dist/{vue/BannerBox → banner-box-vue}/ExampleDisplayModeNever.vue +0 -0
  99. /package/dist/{vue/BannerBox → banner-box-vue}/ExampleImageExport.vue +0 -0
  100. /package/dist/{vue/BannerBox → banner-box-vue}/ExampleSizePreset.vue +0 -0
  101. /package/dist/{vue/BannerBox → banner-box-vue}/FeatureCard.vue +0 -0
  102. /package/dist/{vue/BannerBox → banner-box-vue}/SmartBanner.vue +0 -0
  103. /package/dist/{vue/BannerBox → banner-box-vue}/bgStyles.ts +0 -0
  104. /package/dist/{vue/BannerBox → banner-box-vue}/index.ts +0 -0
  105. /package/dist/{vue/BannerBox → banner-box-vue}/sizePresets.ts +0 -0
  106. /package/dist/{vue/BlogList → blog-vue}/Basic.vue +0 -0
  107. /package/dist/{vue/BlogList → blog-vue}/BlogList.vue +0 -0
  108. /package/dist/{vue/BlogList → blog-vue}/Empty.vue +0 -0
  109. /package/dist/{vue/BlogList → blog-vue}/EmptyEnglish.vue +0 -0
  110. /package/dist/{vue/BlogList → blog-vue}/English.vue +0 -0
  111. /package/dist/{vue/BlogList → blog-vue}/index.ts +0 -0
  112. /package/dist/{button → buttons-vue}/Button.vue +0 -0
  113. /package/dist/{button → buttons-vue}/ButtonBasic.vue +0 -0
  114. /package/dist/{button → buttons-vue}/ButtonFeature.vue +0 -0
  115. /package/dist/{button → buttons-vue}/ButtonFeatureBasic.vue +0 -0
  116. /package/dist/{button → buttons-vue}/ButtonFeatureWithTips.vue +0 -0
  117. /package/dist/{button → buttons-vue}/ButtonLink.vue +0 -0
  118. /package/dist/{button → buttons-vue}/ButtonSizes.vue +0 -0
  119. /package/dist/{button → buttons-vue}/ButtonVariants.vue +0 -0
  120. /package/dist/{button → buttons-vue}/ButtonWithIcons.vue +0 -0
  121. /package/dist/code-container/{CodeContainerBasic.astro → ECodeContainerBasic.astro} +0 -0
  122. /package/dist/code-container/{CodeContainerMultiple.astro → ECodeContainerMultiple.astro} +0 -0
  123. /package/dist/{vue/ConfirmDialog → confirm-dialog-vue}/Basic.vue +0 -0
  124. /package/dist/{vue/ConfirmDialog → confirm-dialog-vue}/ConfirmDialog.vue +0 -0
  125. /package/dist/{vue/ConfirmDialog → confirm-dialog-vue}/CustomButtons.vue +0 -0
  126. /package/dist/{vue/ConfirmDialog → confirm-dialog-vue}/index.ts +0 -0
  127. /package/dist/{vue → counter-vue}/VueCounter.vue +0 -0
  128. /package/dist/{vue/iPhone → iPhone-vue}/Basic.vue +0 -0
  129. /package/dist/{vue/iPhone → iPhone-vue}/CustomBackground.vue +0 -0
  130. /package/dist/{vue/iPhone → iPhone-vue}/NoFrame.vue +0 -0
  131. /package/dist/{vue/iPhone → iPhone-vue}/WeatherApp.vue +0 -0
  132. /package/dist/{vue/iPhone → iPhone-vue}/assets/iPhone 14 Pro - Deep Purple - Landscape.png +0 -0
  133. /package/dist/{vue/iPhone → iPhone-vue}/assets/iPhone 14 Pro - Deep Purple - Portrait.png +0 -0
  134. /package/dist/{vue/iPhone → iPhone-vue}/assets/iPhone 14 Pro - Gold - Landscape.png +0 -0
  135. /package/dist/{vue/iPhone → iPhone-vue}/assets/iPhone 14 Pro - Gold - Portrait.png +0 -0
  136. /package/dist/{vue/iPhone → iPhone-vue}/assets/iPhone 14 Pro - Silver - Landscape.png +0 -0
  137. /package/dist/{vue/iPhone → iPhone-vue}/assets/iPhone 14 Pro - Silver - Portrait.png +0 -0
  138. /package/dist/{vue/iPhone → iPhone-vue}/assets/iPhone 14 Pro - Space Black - Landscape.png +0 -0
  139. /package/dist/{vue/iPhone → iPhone-vue}/assets/iPhone 14 Pro - Space Black - Portrait.png +0 -0
  140. /package/dist/{vue/iPhone → iPhone-vue}/iPhoneWindow.vue +0 -0
  141. /package/dist/{vue/iPhone → iPhone-vue}/index.ts +0 -0
  142. /package/dist/{vue/Icons → icons-vue}/AlertTriangleIcon.vue +0 -0
  143. /package/dist/{vue/Icons → icons-vue}/CalendarIcon.vue +0 -0
  144. /package/dist/{vue/Icons → icons-vue}/CheckCircleIcon.vue +0 -0
  145. /package/dist/{vue/Icons → icons-vue}/CheckIcon.vue +0 -0
  146. /package/dist/{vue/Icons → icons-vue}/ChevronDownIcon.vue +0 -0
  147. /package/dist/{vue/Icons → icons-vue}/ClipboardIcon.vue +0 -0
  148. /package/dist/{vue/Icons → icons-vue}/CloseIcon.vue +0 -0
  149. /package/dist/{vue/Icons → icons-vue}/InboxArchiveIcon.vue +0 -0
  150. /package/dist/{vue/Icons → icons-vue}/InfoCircleIcon.vue +0 -0
  151. /package/dist/{vue/Icons → icons-vue}/InfoIcon.vue +0 -0
  152. /package/dist/{vue/Icons → icons-vue}/LinkIcon.vue +0 -0
  153. /package/dist/{vue/Icons → icons-vue}/MenuIcon.vue +0 -0
  154. /package/dist/{vue/Icons → icons-vue}/SearchIcon.vue +0 -0
  155. /package/dist/{vue/Icons → icons-vue}/SettingsIcon.vue +0 -0
  156. /package/dist/{vue/Icons → icons-vue}/UserIcon.vue +0 -0
  157. /package/dist/{vue/Icons → icons-vue}/VueIcon.vue +0 -0
  158. /package/dist/{vue/Icons → icons-vue}/XCircleIcon.vue +0 -0
  159. /package/dist/{vue → list-vue}/ListItem.vue +0 -0
  160. /package/dist/{vue/MacWindow → mac-window-vue}/Basic.vue +0 -0
  161. /package/dist/{vue/MacWindow → mac-window-vue}/CustomHeight.vue +0 -0
  162. /package/dist/{vue/MacWindow → mac-window-vue}/WithEvents.vue +0 -0
  163. /package/dist/{vue/MacWindow → mac-window-vue}/WithSidebar.vue +0 -0
  164. /package/dist/{vue/MacWindow → mac-window-vue}/WithTabs.vue +0 -0
  165. /package/dist/{vue/MacWindow → mac-window-vue}/WithToolbar.vue +0 -0
  166. /package/dist/{vue/MacWindow → mac-window-vue}/index.ts +0 -0
@@ -1,4 +0,0 @@
1
- import FeatureButton from './ButtonFeature.vue';
2
- import Button from './Button.vue';
3
-
4
- export { FeatureButton, Button };
@@ -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>
@@ -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