@coffic/cosy-ui 0.6.42 → 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 (134) 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/package.json +2 -9
  45. package/dist/button/Button.vue +0 -105
  46. package/dist/button/ButtonBasic.vue +0 -11
  47. package/dist/button/ButtonFeature.vue +0 -91
  48. package/dist/button/ButtonFeatureBasic.vue +0 -8
  49. package/dist/button/ButtonFeatureContainer.astro +0 -18
  50. package/dist/button/ButtonFeatureWithTips.vue +0 -7
  51. package/dist/button/ButtonLink.vue +0 -13
  52. package/dist/button/ButtonSizes.vue +0 -12
  53. package/dist/button/ButtonWithIcons.vue +0 -21
  54. package/dist/button/index_vue.ts +0 -4
  55. package/dist/vue/AlertDialog/AlertDialog.vue +0 -120
  56. package/dist/vue/AlertDialog/Basic.vue +0 -38
  57. package/dist/vue/AlertDialog/Multilang.vue +0 -48
  58. package/dist/vue/AlertDialog/index.ts +0 -20
  59. package/dist/vue/BannerBox/BannerBox.vue +0 -296
  60. package/dist/vue/BannerBox/DownloadButton.vue +0 -202
  61. package/dist/vue/BannerBox/ExampleBasic.vue +0 -32
  62. package/dist/vue/BannerBox/ExampleCustomBg.vue +0 -32
  63. package/dist/vue/BannerBox/ExampleDisplayModeAlways.vue +0 -34
  64. package/dist/vue/BannerBox/ExampleDisplayModeHover.vue +0 -34
  65. package/dist/vue/BannerBox/ExampleDisplayModeNever.vue +0 -34
  66. package/dist/vue/BannerBox/ExampleImageExport.vue +0 -37
  67. package/dist/vue/BannerBox/ExampleSizePreset.vue +0 -35
  68. package/dist/vue/BannerBox/FeatureCard.vue +0 -190
  69. package/dist/vue/BannerBox/SmartBanner.vue +0 -44
  70. package/dist/vue/BannerBox/bgStyles.ts +0 -55
  71. package/dist/vue/BannerBox/index.ts +0 -48
  72. package/dist/vue/BannerBox/sizePresets.ts +0 -23
  73. package/dist/vue/BlogList/Basic.vue +0 -30
  74. package/dist/vue/BlogList/BlogList.vue +0 -100
  75. package/dist/vue/BlogList/Empty.vue +0 -8
  76. package/dist/vue/BlogList/EmptyEnglish.vue +0 -8
  77. package/dist/vue/BlogList/English.vue +0 -24
  78. package/dist/vue/BlogList/index.ts +0 -29
  79. package/dist/vue/ConfirmDialog/Basic.vue +0 -57
  80. package/dist/vue/ConfirmDialog/ConfirmDialog.vue +0 -134
  81. package/dist/vue/ConfirmDialog/CustomButtons.vue +0 -69
  82. package/dist/vue/ConfirmDialog/index.ts +0 -20
  83. package/dist/vue/Icons/AlertTriangleIcon.vue +0 -30
  84. package/dist/vue/Icons/CalendarIcon.vue +0 -30
  85. package/dist/vue/Icons/CheckCircleIcon.vue +0 -30
  86. package/dist/vue/Icons/CheckIcon.vue +0 -30
  87. package/dist/vue/Icons/ChevronDownIcon.vue +0 -30
  88. package/dist/vue/Icons/ClipboardIcon.vue +0 -30
  89. package/dist/vue/Icons/CloseIcon.vue +0 -30
  90. package/dist/vue/Icons/InboxArchiveIcon.vue +0 -30
  91. package/dist/vue/Icons/InfoCircleIcon.vue +0 -30
  92. package/dist/vue/Icons/InfoIcon.vue +0 -30
  93. package/dist/vue/Icons/LinkIcon.vue +0 -30
  94. package/dist/vue/Icons/MenuIcon.vue +0 -30
  95. package/dist/vue/Icons/SearchIcon.vue +0 -30
  96. package/dist/vue/Icons/SettingsIcon.vue +0 -30
  97. package/dist/vue/Icons/UserIcon.vue +0 -30
  98. package/dist/vue/Icons/VueIcon.vue +0 -76
  99. package/dist/vue/Icons/XCircleIcon.vue +0 -30
  100. package/dist/vue/ListItem.vue +0 -5
  101. package/dist/vue/MacWindow/Basic.vue +0 -11
  102. package/dist/vue/MacWindow/CustomHeight.vue +0 -13
  103. package/dist/vue/MacWindow/MacWindow.vue +0 -262
  104. package/dist/vue/MacWindow/WithEvents.vue +0 -34
  105. package/dist/vue/MacWindow/WithSidebar.vue +0 -21
  106. package/dist/vue/MacWindow/WithTabs.vue +0 -21
  107. package/dist/vue/MacWindow/WithToolbar.vue +0 -43
  108. package/dist/vue/MacWindow/index.ts +0 -36
  109. package/dist/vue/SmartLink.vue +0 -17
  110. package/dist/vue/TagList.vue +0 -23
  111. package/dist/vue/VueCounter.vue +0 -29
  112. package/dist/vue/iPhone/Basic.vue +0 -33
  113. package/dist/vue/iPhone/CustomBackground.vue +0 -33
  114. package/dist/vue/iPhone/NoFrame.vue +0 -33
  115. package/dist/vue/iPhone/WeatherApp.vue +0 -97
  116. package/dist/vue/iPhone/assets/iPhone 14 Pro - Deep Purple - Landscape.png +0 -0
  117. package/dist/vue/iPhone/assets/iPhone 14 Pro - Deep Purple - Portrait.png +0 -0
  118. package/dist/vue/iPhone/assets/iPhone 14 Pro - Gold - Landscape.png +0 -0
  119. package/dist/vue/iPhone/assets/iPhone 14 Pro - Gold - Portrait.png +0 -0
  120. package/dist/vue/iPhone/assets/iPhone 14 Pro - Silver - Landscape.png +0 -0
  121. package/dist/vue/iPhone/assets/iPhone 14 Pro - Silver - Portrait.png +0 -0
  122. package/dist/vue/iPhone/assets/iPhone 14 Pro - Space Black - Landscape.png +0 -0
  123. package/dist/vue/iPhone/assets/iPhone 14 Pro - Space Black - Portrait.png +0 -0
  124. package/dist/vue/iPhone/iPhoneWindow.vue +0 -193
  125. package/dist/vue/iPhone/index.ts +0 -28
  126. /package/dist/alert/{AlertBasic.astro → EAlertBasic.astro} +0 -0
  127. /package/dist/alert/{AlertCustomStyle.astro → EAlertCustomStyle.astro} +0 -0
  128. /package/dist/alert/{AlertError.astro → EAlertError.astro} +0 -0
  129. /package/dist/alert/{AlertInfo.astro → EAlertInfo.astro} +0 -0
  130. /package/dist/alert/{AlertSuccess.astro → EAlertSuccess.astro} +0 -0
  131. /package/dist/alert/{AlertWarning.astro → EAlertWarning.astro} +0 -0
  132. /package/dist/alert/{AlertWithTitle.astro → EAlertWithTitle.astro} +0 -0
  133. /package/dist/code-container/{CodeContainerBasic.astro → ECodeContainerBasic.astro} +0 -0
  134. /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
+ }