@coffic/cosy-ui 0.6.40 → 0.7.2

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 (137) 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/code-container/CodeContainer.astro +2 -2
  14. package/dist/code-container/index.ts +7 -7
  15. package/dist/container/EContainerBasic.astro +13 -0
  16. package/dist/container/EContainerBasicContainer.astro +11 -0
  17. package/dist/container/EContainerFlexBetween.astro +16 -0
  18. package/dist/container/EContainerFlexCenter.astro +23 -0
  19. package/dist/container/EContainerFlexColumn.astro +16 -0
  20. package/dist/container/EContainerFlexContainer.astro +34 -0
  21. package/dist/container/EContainerFlexRow.astro +16 -0
  22. package/dist/container/EContainerPadding.astro +32 -0
  23. package/dist/container/EContainerPaddingContainer.astro +11 -0
  24. package/dist/container/EContainerSizes.astro +36 -0
  25. package/dist/container/EContainerSizesContainer.astro +11 -0
  26. package/dist/container/index.ts +16 -1
  27. package/dist/footer/{FooterBasic.astro → EFooterBasic.astro} +7 -1
  28. package/dist/footer/EFooterBasicContainer.astro +11 -0
  29. package/dist/footer/EFooterComplete.astro +45 -0
  30. package/dist/footer/EFooterCompleteContainer.astro +11 -0
  31. package/dist/footer/EFooterFeaturesContainer.astro +40 -0
  32. package/dist/footer/EFooterWithLogo.astro +23 -0
  33. package/dist/footer/EFooterWithLogoContainer.astro +11 -0
  34. package/dist/footer/EFooterWithNavigation.astro +24 -0
  35. package/dist/footer/EFooterWithNavigationContainer.astro +11 -0
  36. package/dist/footer/EFooterWithProducts.astro +24 -0
  37. package/dist/footer/EFooterWithProductsContainer.astro +11 -0
  38. package/dist/footer/EFooterWithSocial.astro +24 -0
  39. package/dist/footer/EFooterWithSocialContainer.astro +11 -0
  40. package/dist/footer/FooterSection.astro +4 -2
  41. package/dist/footer/index.ts +24 -4
  42. package/dist/icons/index.ts +3 -0
  43. package/dist/index_astro.ts +1 -0
  44. package/dist/layout-app/AppLayout.astro +1 -0
  45. package/dist/layout-basic/BaseLayout.astro +3 -3
  46. package/dist/types/meta.ts +5 -0
  47. package/package.json +2 -9
  48. package/dist/button/Button.vue +0 -105
  49. package/dist/button/ButtonBasic.vue +0 -11
  50. package/dist/button/ButtonFeature.vue +0 -91
  51. package/dist/button/ButtonFeatureBasic.vue +0 -8
  52. package/dist/button/ButtonFeatureContainer.astro +0 -18
  53. package/dist/button/ButtonFeatureWithTips.vue +0 -7
  54. package/dist/button/ButtonLink.vue +0 -13
  55. package/dist/button/ButtonSizes.vue +0 -12
  56. package/dist/button/ButtonWithIcons.vue +0 -21
  57. package/dist/button/index_vue.ts +0 -4
  58. package/dist/vue/AlertDialog/AlertDialog.vue +0 -120
  59. package/dist/vue/AlertDialog/Basic.vue +0 -38
  60. package/dist/vue/AlertDialog/Multilang.vue +0 -48
  61. package/dist/vue/AlertDialog/index.ts +0 -20
  62. package/dist/vue/BannerBox/BannerBox.vue +0 -296
  63. package/dist/vue/BannerBox/DownloadButton.vue +0 -202
  64. package/dist/vue/BannerBox/ExampleBasic.vue +0 -32
  65. package/dist/vue/BannerBox/ExampleCustomBg.vue +0 -32
  66. package/dist/vue/BannerBox/ExampleDisplayModeAlways.vue +0 -34
  67. package/dist/vue/BannerBox/ExampleDisplayModeHover.vue +0 -34
  68. package/dist/vue/BannerBox/ExampleDisplayModeNever.vue +0 -34
  69. package/dist/vue/BannerBox/ExampleImageExport.vue +0 -37
  70. package/dist/vue/BannerBox/ExampleSizePreset.vue +0 -35
  71. package/dist/vue/BannerBox/FeatureCard.vue +0 -190
  72. package/dist/vue/BannerBox/SmartBanner.vue +0 -44
  73. package/dist/vue/BannerBox/bgStyles.ts +0 -55
  74. package/dist/vue/BannerBox/index.ts +0 -48
  75. package/dist/vue/BannerBox/sizePresets.ts +0 -23
  76. package/dist/vue/BlogList/Basic.vue +0 -30
  77. package/dist/vue/BlogList/BlogList.vue +0 -100
  78. package/dist/vue/BlogList/Empty.vue +0 -8
  79. package/dist/vue/BlogList/EmptyEnglish.vue +0 -8
  80. package/dist/vue/BlogList/English.vue +0 -24
  81. package/dist/vue/BlogList/index.ts +0 -29
  82. package/dist/vue/ConfirmDialog/Basic.vue +0 -57
  83. package/dist/vue/ConfirmDialog/ConfirmDialog.vue +0 -134
  84. package/dist/vue/ConfirmDialog/CustomButtons.vue +0 -69
  85. package/dist/vue/ConfirmDialog/index.ts +0 -20
  86. package/dist/vue/Icons/AlertTriangleIcon.vue +0 -30
  87. package/dist/vue/Icons/CalendarIcon.vue +0 -30
  88. package/dist/vue/Icons/CheckCircleIcon.vue +0 -30
  89. package/dist/vue/Icons/CheckIcon.vue +0 -30
  90. package/dist/vue/Icons/ChevronDownIcon.vue +0 -30
  91. package/dist/vue/Icons/ClipboardIcon.vue +0 -30
  92. package/dist/vue/Icons/CloseIcon.vue +0 -30
  93. package/dist/vue/Icons/InboxArchiveIcon.vue +0 -30
  94. package/dist/vue/Icons/InfoCircleIcon.vue +0 -30
  95. package/dist/vue/Icons/InfoIcon.vue +0 -30
  96. package/dist/vue/Icons/LinkIcon.vue +0 -30
  97. package/dist/vue/Icons/MenuIcon.vue +0 -30
  98. package/dist/vue/Icons/SearchIcon.vue +0 -30
  99. package/dist/vue/Icons/SettingsIcon.vue +0 -30
  100. package/dist/vue/Icons/UserIcon.vue +0 -30
  101. package/dist/vue/Icons/VueIcon.vue +0 -76
  102. package/dist/vue/Icons/XCircleIcon.vue +0 -30
  103. package/dist/vue/ListItem.vue +0 -5
  104. package/dist/vue/MacWindow/Basic.vue +0 -11
  105. package/dist/vue/MacWindow/CustomHeight.vue +0 -13
  106. package/dist/vue/MacWindow/MacWindow.vue +0 -262
  107. package/dist/vue/MacWindow/WithEvents.vue +0 -34
  108. package/dist/vue/MacWindow/WithSidebar.vue +0 -21
  109. package/dist/vue/MacWindow/WithTabs.vue +0 -21
  110. package/dist/vue/MacWindow/WithToolbar.vue +0 -43
  111. package/dist/vue/MacWindow/index.ts +0 -36
  112. package/dist/vue/SmartLink.vue +0 -17
  113. package/dist/vue/TagList.vue +0 -23
  114. package/dist/vue/VueCounter.vue +0 -29
  115. package/dist/vue/iPhone/Basic.vue +0 -33
  116. package/dist/vue/iPhone/CustomBackground.vue +0 -33
  117. package/dist/vue/iPhone/NoFrame.vue +0 -33
  118. package/dist/vue/iPhone/WeatherApp.vue +0 -97
  119. package/dist/vue/iPhone/assets/iPhone 14 Pro - Deep Purple - Landscape.png +0 -0
  120. package/dist/vue/iPhone/assets/iPhone 14 Pro - Deep Purple - Portrait.png +0 -0
  121. package/dist/vue/iPhone/assets/iPhone 14 Pro - Gold - Landscape.png +0 -0
  122. package/dist/vue/iPhone/assets/iPhone 14 Pro - Gold - Portrait.png +0 -0
  123. package/dist/vue/iPhone/assets/iPhone 14 Pro - Silver - Landscape.png +0 -0
  124. package/dist/vue/iPhone/assets/iPhone 14 Pro - Silver - Portrait.png +0 -0
  125. package/dist/vue/iPhone/assets/iPhone 14 Pro - Space Black - Landscape.png +0 -0
  126. package/dist/vue/iPhone/assets/iPhone 14 Pro - Space Black - Portrait.png +0 -0
  127. package/dist/vue/iPhone/iPhoneWindow.vue +0 -193
  128. package/dist/vue/iPhone/index.ts +0 -28
  129. /package/dist/alert/{AlertBasic.astro → EAlertBasic.astro} +0 -0
  130. /package/dist/alert/{AlertCustomStyle.astro → EAlertCustomStyle.astro} +0 -0
  131. /package/dist/alert/{AlertError.astro → EAlertError.astro} +0 -0
  132. /package/dist/alert/{AlertInfo.astro → EAlertInfo.astro} +0 -0
  133. /package/dist/alert/{AlertSuccess.astro → EAlertSuccess.astro} +0 -0
  134. /package/dist/alert/{AlertWarning.astro → EAlertWarning.astro} +0 -0
  135. /package/dist/alert/{AlertWithTitle.astro → EAlertWithTitle.astro} +0 -0
  136. /package/dist/code-container/{CodeContainerBasic.astro → ECodeContainerBasic.astro} +0 -0
  137. /package/dist/code-container/{CodeContainerMultiple.astro → ECodeContainerMultiple.astro} +0 -0
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  import { CodeContainer } from '../index';
3
- import AlertBasic from './AlertBasic.astro';
4
- import AlertBasicSourceCode from './AlertBasic.astro?raw';
3
+ import AlertBasic from './EAlertBasic.astro';
4
+ import AlertBasicSourceCode from './EAlertBasic.astro?raw';
5
5
  ---
6
6
 
7
7
  <CodeContainer codes={[AlertBasicSourceCode]}>
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  import { CodeContainer } from '../index';
3
- import AlertCustomStyle from './AlertCustomStyle.astro';
4
- import AlertCustomStyleSourceCode from './AlertCustomStyle.astro?raw';
3
+ import AlertCustomStyle from './EAlertCustomStyle.astro';
4
+ import AlertCustomStyleSourceCode from './EAlertCustomStyle.astro?raw';
5
5
  ---
6
6
 
7
7
  <CodeContainer codes={[AlertCustomStyleSourceCode]}>
@@ -7,14 +7,14 @@
7
7
  */
8
8
  import '../style.ts';
9
9
  import { CodeContainer } from '../index';
10
- import AlertInfo from './AlertInfo.astro';
11
- import AlertSuccess from './AlertSuccess.astro';
12
- import AlertWarning from './AlertWarning.astro';
13
- import AlertError from './AlertError.astro';
14
- import AlertInfoSourceCode from './AlertInfo.astro?raw';
15
- import AlertSuccessSourceCode from './AlertSuccess.astro?raw';
16
- import AlertWarningSourceCode from './AlertWarning.astro?raw';
17
- import AlertErrorSourceCode from './AlertError.astro?raw';
10
+ import AlertInfo from './EAlertInfo.astro';
11
+ import AlertSuccess from './EAlertSuccess.astro';
12
+ import AlertWarning from './EAlertWarning.astro';
13
+ import AlertError from './EAlertError.astro';
14
+ import AlertInfoSourceCode from './EAlertInfo.astro?raw';
15
+ import AlertSuccessSourceCode from './EAlertSuccess.astro?raw';
16
+ import AlertWarningSourceCode from './EAlertWarning.astro?raw';
17
+ import AlertErrorSourceCode from './EAlertError.astro?raw';
18
18
  ---
19
19
 
20
20
  <CodeContainer
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  import { CodeContainer } from '../index';
3
- import AlertWithTitle from './AlertWithTitle.astro';
4
- import WithTitleSourceCode from './AlertWithTitle.astro?raw';
3
+ import AlertWithTitle from './EAlertWithTitle.astro';
4
+ import WithTitleSourceCode from './EAlertWithTitle.astro?raw';
5
5
  ---
6
6
 
7
7
  <CodeContainer codes={[WithTitleSourceCode]}>
@@ -1,16 +1,16 @@
1
1
  import Alert from './Alert.astro';
2
- import AlertBasicContainer from './AlertBasicContainer.astro';
3
- import AlertWithTitleContainer from './AlertWithTitleContainer.astro';
4
- import AlertTypesContainer from './AlertTypesContainer.astro';
5
- import AlertCustomStyleContainer from './AlertCustomStyleContainer.astro';
2
+ import AlertBasicContainer from './EAlertBasicContainer.astro';
3
+ import AlertWithTitleContainer from './EAlertWithTitleContainer.astro';
4
+ import AlertTypesContainer from './EAlertTypesContainer.astro';
5
+ import AlertCustomStyleContainer from './EAlertCustomStyleContainer.astro';
6
6
 
7
7
  export { Alert }
8
8
  export const AlertPackage = {
9
- Alert,
10
- AlertContainers: {
11
- Basic: AlertBasicContainer,
12
- WithTitle: AlertWithTitleContainer,
13
- Types: AlertTypesContainer,
14
- CustomStyle: AlertCustomStyleContainer,
15
- },
16
- }
9
+ Alert,
10
+ AlertContainers: {
11
+ Basic: AlertBasicContainer,
12
+ WithTitle: AlertWithTitleContainer,
13
+ Types: AlertTypesContainer,
14
+ CustomStyle: AlertCustomStyleContainer,
15
+ },
16
+ }