classcard-ui 0.2.498 → 0.2.501

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 (172) hide show
  1. package/README.md +24 -24
  2. package/dist/classcard-ui.common.js +81 -86
  3. package/dist/classcard-ui.common.js.map +1 -1
  4. package/dist/classcard-ui.umd.js +81 -86
  5. package/dist/classcard-ui.umd.js.map +1 -1
  6. package/dist/classcard-ui.umd.min.js +1 -1
  7. package/dist/classcard-ui.umd.min.js.map +1 -1
  8. package/package.json +81 -81
  9. package/src/App.vue +16 -16
  10. package/src/components/CAlerts/CAlerts.vue +70 -70
  11. package/src/components/CAlerts/index.js +2 -2
  12. package/src/components/CAnchorTabs/CAnchorTabs.vue +104 -104
  13. package/src/components/CAnchorTabs/index.js +2 -2
  14. package/src/components/CAnchorTag/CAnchorTag.vue +62 -62
  15. package/src/components/CAnchorTag/index.js +2 -2
  16. package/src/components/CAvatar/CAvatar.vue +89 -89
  17. package/src/components/CAvatar/index.js +2 -2
  18. package/src/components/CAvatarGroup/CAvatarGroup.vue +145 -145
  19. package/src/components/CAvatarGroup/index.js +2 -2
  20. package/src/components/CBasicTable/CBasicTable.vue +184 -184
  21. package/src/components/CBasicTable/index.js +2 -2
  22. package/src/components/CBreadcrumbs/CBreadcrumbs.vue +38 -38
  23. package/src/components/CBreadcrumbs/index.js +2 -2
  24. package/src/components/CButton/CButton.vue +150 -150
  25. package/src/components/CButton/index.js +2 -2
  26. package/src/components/CButtonGroup/CButtonGroup.vue +116 -116
  27. package/src/components/CButtonGroup/index.js +2 -2
  28. package/src/components/CButtonIcon/CButtonIcon.vue +91 -108
  29. package/src/components/CButtonIcon/index.js +2 -2
  30. package/src/components/CButtonLink/CButtonLink.vue +39 -39
  31. package/src/components/CButtonLink/index.js +2 -2
  32. package/src/components/CButtonSelect/CButtonSelect.vue +103 -103
  33. package/src/components/CButtonSelect/index.js +2 -2
  34. package/src/components/CButtonWithDropdown/CButtonWithDropdown.vue +168 -168
  35. package/src/components/CButtonWithDropdown/index.js +2 -2
  36. package/src/components/CCard/CCard.vue +49 -49
  37. package/src/components/CCard/index.js +2 -2
  38. package/src/components/CCheckbox/CCheckbox.vue +70 -70
  39. package/src/components/CCheckbox/index.js +2 -2
  40. package/src/components/CCollapsibleSection/CCollapsibleSection.vue +99 -99
  41. package/src/components/CCollapsibleSection/index.js +2 -2
  42. package/src/components/CColorDots/CColorDots.vue +35 -35
  43. package/src/components/CColorDots/index.js +3 -3
  44. package/src/components/CConfirmActionModal/CConfirmActionModal.vue +120 -120
  45. package/src/components/CConfirmActionModal/index.js +3 -3
  46. package/src/components/CDatepicker/CDatepicker.vue +134 -134
  47. package/src/components/CDatepicker/index.js +2 -2
  48. package/src/components/CDualSelect/CDualSelect.vue +193 -193
  49. package/src/components/CDualSelect/index.js +2 -2
  50. package/src/components/CEditor/CEditor.vue +91 -91
  51. package/src/components/CEditor/index.js +2 -2
  52. package/src/components/CFormSectionHeading/CFormSectionHeading.vue +52 -52
  53. package/src/components/CFormSectionHeading/index.js +2 -2
  54. package/src/components/CGroupedSelect/CGroupedSelect.vue +217 -212
  55. package/src/components/CGroupedSelect/index.js +3 -3
  56. package/src/components/CIcon/CIcon.vue +72 -72
  57. package/src/components/CIcon/index.js +2 -2
  58. package/src/components/CIconDropdown/CIconDropdown.vue +94 -94
  59. package/src/components/CIconDropdown/index.js +2 -2
  60. package/src/components/CInput/CInput.vue +115 -115
  61. package/src/components/CInput/index.js +2 -2
  62. package/src/components/CInputAddon/CInputAddon.vue +199 -199
  63. package/src/components/CInputAddon/index.js +2 -2
  64. package/src/components/CInputEmail/CInputEmail.vue +84 -84
  65. package/src/components/CInputEmail/index.js +2 -2
  66. package/src/components/CModalHeading/CModalHeading.vue +22 -22
  67. package/src/components/CModalHeading/index.js +2 -2
  68. package/src/components/CModuleHelpLinks/CModuleHelpLinks.vue +39 -39
  69. package/src/components/CModuleHelpLinks/index.js +3 -3
  70. package/src/components/CMultiselect/CMultiselect.vue +313 -313
  71. package/src/components/CMultiselect/index.js +2 -2
  72. package/src/components/CMultiselectr/CMultiselectr.vue +44 -44
  73. package/src/components/CMultiselectr/index.js +2 -2
  74. package/src/components/CPageHeading/CPageHeading.vue +56 -56
  75. package/src/components/CPageHeading/index.js +2 -2
  76. package/src/components/CPagination/CPagination.vue +202 -202
  77. package/src/components/CPagination/index.js +2 -2
  78. package/src/components/CPhoneNumber/CPhoneNumber.vue +62 -62
  79. package/src/components/CPhoneNumber/index.js +2 -2
  80. package/src/components/CRadio/CRadio.vue +70 -70
  81. package/src/components/CRadio/index.js +2 -2
  82. package/src/components/CRangeSlider/CRangeSlider.vue +55 -55
  83. package/src/components/CRangeSlider/index.js +2 -2
  84. package/src/components/CReorderableStackedList/CReorderableStackedList.vue +94 -94
  85. package/src/components/CReorderableStackedList/index.js +2 -2
  86. package/src/components/CSelect/CSelect.vue +286 -286
  87. package/src/components/CSelect/index.js +2 -2
  88. package/src/components/CSmallTimeline/CSmallTimeline.vue +40 -40
  89. package/src/components/CSmallTimeline/index.js +2 -2
  90. package/src/components/CStackedList/CStackedList.vue +87 -87
  91. package/src/components/CStackedList/index.js +2 -2
  92. package/src/components/CStats/CStats.vue +88 -88
  93. package/src/components/CStats/index.js +2 -2
  94. package/src/components/CSwitch/CSwitch.vue +132 -132
  95. package/src/components/CSwitch/index.js +2 -2
  96. package/src/components/CTable/CTable.vue +501 -501
  97. package/src/components/CTable/index.js +2 -2
  98. package/src/components/CTabs/CTabs.vue +107 -107
  99. package/src/components/CTabs/index.js +2 -2
  100. package/src/components/CTag/CTag.vue +36 -36
  101. package/src/components/CTag/index.js +2 -2
  102. package/src/components/CTextarea/CTextarea.vue +85 -85
  103. package/src/components/CTextarea/index.js +2 -2
  104. package/src/components/CTimeline/CTimeline.vue +237 -237
  105. package/src/components/CTimeline/index.js +2 -2
  106. package/src/components/CUpload/CUpload.vue +196 -196
  107. package/src/components/CUpload/index.js +2 -2
  108. package/src/components/index.js +47 -47
  109. package/src/icons.js +254 -254
  110. package/src/main.js +22 -22
  111. package/src/stories/CAlerts.stories.js +37 -37
  112. package/src/stories/CAnchorTabs.stories.js +29 -29
  113. package/src/stories/CAnchorTag.stories.js +36 -36
  114. package/src/stories/CAvatar.stories.js +38 -38
  115. package/src/stories/CAvatarGroup.stories.js +100 -100
  116. package/src/stories/CBasicTable.stories.js +316 -316
  117. package/src/stories/CBreadcrumbs.stories.js +24 -24
  118. package/src/stories/CButton.stories.js +46 -46
  119. package/src/stories/CButtonGroup.stories.js +33 -33
  120. package/src/stories/CButtonIcon.stories.js +27 -27
  121. package/src/stories/CButtonLink.stories.js +24 -24
  122. package/src/stories/CButtonSelect.stories.js +32 -32
  123. package/src/stories/CButtonWithDropdown.stories.js +41 -41
  124. package/src/stories/CCard.stories.js +30 -30
  125. package/src/stories/CCheckbox.stories.js +29 -29
  126. package/src/stories/CCollapsibleSection.stories.js +28 -28
  127. package/src/stories/CColorDots.stories.js +28 -28
  128. package/src/stories/CConfirmActionModal.stories.js +59 -59
  129. package/src/stories/CDatepicker.stories.js +30 -30
  130. package/src/stories/CDualSelect.stories.js +29 -29
  131. package/src/stories/CEditor.stories.js +30 -30
  132. package/src/stories/CFormSectionHeading.stories.js +34 -34
  133. package/src/stories/CGroupedSelect.stories.js +69 -69
  134. package/src/stories/CIcon.stories.js +26 -26
  135. package/src/stories/CIconDropdown.stories.js +39 -39
  136. package/src/stories/CInput.stories.js +36 -36
  137. package/src/stories/CInputAddon.stories.js +37 -37
  138. package/src/stories/CInputEmail.stories.js +27 -27
  139. package/src/stories/CModalHeading.stories.js +25 -25
  140. package/src/stories/CModuleHelpLinks.stories.js +25 -25
  141. package/src/stories/CMultiselect.stories.js +97 -97
  142. package/src/stories/CMultiselectr.stories.js +23 -23
  143. package/src/stories/CPageHeading.stories.js +32 -32
  144. package/src/stories/CPagination.stories.js +30 -30
  145. package/src/stories/CPhoneNumber.stories.js +29 -29
  146. package/src/stories/CRadio.stories.js +36 -36
  147. package/src/stories/CRangeSlider.stories.js +23 -23
  148. package/src/stories/CReorderableStackedList.stories.js +23 -23
  149. package/src/stories/CSelect.stories.js +50 -50
  150. package/src/stories/CSmallTimeline.stories.js +26 -26
  151. package/src/stories/CStackedList.stories.js +37 -37
  152. package/src/stories/CStats.stories.js +33 -33
  153. package/src/stories/CSwitch.stories.js +28 -28
  154. package/src/stories/CTable.stories.js +77 -77
  155. package/src/stories/CTabs.stories.js +29 -29
  156. package/src/stories/CTag.stories.js +23 -23
  157. package/src/stories/CTextarea.stories.js +32 -32
  158. package/src/stories/CTimeline.stories.js +26 -26
  159. package/src/stories/CUpload.stories.js +36 -36
  160. package/src/stories/Introduction.stories.mdx +207 -207
  161. package/src/stories/Page.vue +88 -88
  162. package/src/stories/assets/code-brackets.svg +0 -0
  163. package/src/stories/assets/colors.svg +0 -0
  164. package/src/stories/assets/comments.svg +0 -0
  165. package/src/stories/assets/direction.svg +0 -0
  166. package/src/stories/assets/flow.svg +0 -0
  167. package/src/stories/assets/plugin.svg +0 -0
  168. package/src/stories/assets/repo.svg +0 -0
  169. package/src/stories/assets/stackalt.svg +0 -0
  170. package/src/stories/header.css +26 -26
  171. package/src/stories/page.css +69 -69
  172. package/src/stories/utils.css +17 -17
@@ -1,196 +1,196 @@
1
- <template>
2
- <div class="flex h-full flex-col">
3
- <div class="flex items-center justify-between">
4
- <label class="block text-sm font-medium text-gray-900">{{ label }}</label>
5
- <label v-if="!isUploaded" class="block text-sm font-medium text-gray-400">
6
- {{ hint }}
7
- </label>
8
- </div>
9
- <button
10
- type="button"
11
- class="focus:outline-none inline-flex items-center rounded-md border border-gray-300 bg-white px-4 py-2 text-sm font-medium text-gray-700 shadow-sm hover:bg-gray-50 focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2"
12
- @click="initFilestack()"
13
- v-if="displayMode == 'overlay' && icon"
14
- >
15
- <c-icon
16
- :type="icon.type"
17
- :class="icon.class"
18
- :name="icon.name"
19
- :viewBox="icon.viewBox"
20
- ></c-icon>
21
- {{ buttonText }}
22
- </button>
23
- <button
24
- type="button"
25
- class="focus:outline-none mt-1.5 flex h-full w-auto items-center justify-center rounded-lg border-2 border-dashed border-gray-300 px-9 py-14 text-center hover:border-gray-400"
26
- @click="initFilestack()"
27
- v-if="displayMode == 'overlay' && !icon && !isAvatar"
28
- >
29
- <c-icon
30
- name="arrow-up"
31
- type="solid"
32
- class="mr-1 h-5 w-5 flex-none text-indigo-600"
33
- viewBox="0 0 20 20"
34
- ></c-icon>
35
- <span class="text-sm font-medium text-indigo-900"> Upload </span>
36
- </button>
37
- <div
38
- class="relative hidden h-full w-full overflow-hidden rounded-full lg:block"
39
- @click="initFilestack()"
40
- v-if="displayMode == 'overlay' && !icon && isAvatar"
41
- >
42
- <img
43
- v-if="imageUrl"
44
- class="relative h-full w-full rounded-full object-cover"
45
- :src="imageUrl"
46
- />
47
- <c-avatar v-else size="very large" :nameInitials="shortName" :rounded="true"></c-avatar>
48
- <label
49
- class="absolute inset-0 flex h-full w-full cursor-pointer items-center justify-center bg-gray-900 bg-opacity-75 text-sm font-medium text-white opacity-0 focus-within:opacity-100 hover:opacity-100"
50
- >
51
- <span>Change</span>
52
- <span class="sr-only"> user photo</span>
53
- </label>
54
- </div>
55
- <div :class="filestackClasses" id="filestack-uploader"></div>
56
- <p v-if="!isValidate" class="mt-2 text-sm text-red-600">
57
- {{ errorMessage }}
58
- </p>
59
- <!-- description about the input field -->
60
- <p v-if="helpText && isValidate == true" class="mt-2 text-sm text-gray-500">
61
- {{ helpText }}
62
- </p>
63
- </div>
64
- </template>
65
-
66
- <script>
67
- import * as filestack from "filestack-js";
68
- import CIcon from "../CIcon/CIcon.vue";
69
- import CAvatar from "../CAvatar/CAvatar.vue";
70
-
71
- export default {
72
- name: "CUpload",
73
- components: {
74
- CIcon,
75
- CAvatar,
76
- },
77
- props: {
78
- buttonText: {
79
- type: String,
80
- default: "Upload",
81
- },
82
- isAvatar: {
83
- type: Boolean,
84
- default: false,
85
- },
86
- shortName: {
87
- type: String,
88
- },
89
- imageUrl: {
90
- type: String,
91
- default: "",
92
- },
93
- icon: {
94
- type: Object,
95
- },
96
- fileSize: {
97
- type: String,
98
- },
99
- hint: {
100
- type: String,
101
- default: "",
102
- },
103
- helpText: {
104
- type: String,
105
- },
106
- label: {
107
- type: String,
108
- default: "",
109
- },
110
- isValidate: { type: Boolean },
111
- errorMessage: {
112
- type: String,
113
- },
114
- filestackApiKey: {
115
- type: String,
116
- default: "",
117
- },
118
- filestackClasses: {
119
- type: String,
120
- default: "w-96 h-96",
121
- },
122
- url: {
123
- type: String,
124
- },
125
- maxFiles: {
126
- type: Number,
127
- default: 1,
128
- },
129
- onUploadSuccess: {
130
- type: Function,
131
- },
132
- aspectRatio: {
133
- type: Number,
134
- default: null,
135
- },
136
- onUploadOpen: {
137
- type: Function,
138
- },
139
- displayMode: {
140
- type: String,
141
- default: "inline",
142
- },
143
- isUploaded: {
144
- type: Boolean,
145
- default: false,
146
- },
147
- isCircle: {
148
- type: Boolean,
149
- default: false,
150
- },
151
- },
152
- data() {
153
- return {};
154
- },
155
- methods: {
156
- initFilestack() {
157
- const client = filestack.init(this.filestackApiKey);
158
- const options = {
159
- displayMode: this.displayMode,
160
- container: "#filestack-uploader",
161
- uploadInBackground: false,
162
- maxFiles: this.maxFiles,
163
- onOpen: (param) => this.$emit("onUploadOpen", param),
164
- onClose: (param) => this.$emit("onUploadOpen", param),
165
- onUploadDone: (res) => this.$emit("filestack-uploaded", res),
166
- fromSources: ["local_file_system", "unsplash"],
167
- transformations: {
168
- crop: {
169
- aspectRatio: this.aspectRatio ? this.aspectRatio : 1 / 1,
170
- force: this.aspectRatio ? true : false,
171
- },
172
- circle: this.isCircle,
173
- },
174
- };
175
- const picker = client.picker(options);
176
- picker.open();
177
- },
178
- },
179
- computed: {
180
- errorClasses() {
181
- return {
182
- "border-red-300 text-red-900 placeholder-red-300 focus:ring-red-500 focus:border-red-500":
183
- this.isValidate == false,
184
- "border-gray-300 border-dashed": this.isValidate == true,
185
- };
186
- },
187
- },
188
- mounted() {
189
- if (this.displayMode == "inline") {
190
- this.initFilestack();
191
- }
192
- },
193
- };
194
- </script>
195
-
196
- <style></style>
1
+ <template>
2
+ <div class="flex h-full flex-col">
3
+ <div class="flex items-center justify-between">
4
+ <label class="block text-sm font-medium text-gray-900">{{ label }}</label>
5
+ <label v-if="!isUploaded" class="block text-sm font-medium text-gray-400">
6
+ {{ hint }}
7
+ </label>
8
+ </div>
9
+ <button
10
+ type="button"
11
+ class="focus:outline-none inline-flex items-center rounded-md border border-gray-300 bg-white px-4 py-2 text-sm font-medium text-gray-700 shadow-sm hover:bg-gray-50 focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2"
12
+ @click="initFilestack()"
13
+ v-if="displayMode == 'overlay' && icon"
14
+ >
15
+ <c-icon
16
+ :type="icon.type"
17
+ :class="icon.class"
18
+ :name="icon.name"
19
+ :viewBox="icon.viewBox"
20
+ ></c-icon>
21
+ {{ buttonText }}
22
+ </button>
23
+ <button
24
+ type="button"
25
+ class="focus:outline-none mt-1.5 flex h-full w-auto items-center justify-center rounded-lg border-2 border-dashed border-gray-300 px-9 py-14 text-center hover:border-gray-400"
26
+ @click="initFilestack()"
27
+ v-if="displayMode == 'overlay' && !icon && !isAvatar"
28
+ >
29
+ <c-icon
30
+ name="arrow-up"
31
+ type="solid"
32
+ class="mr-1 h-5 w-5 flex-none text-indigo-600"
33
+ viewBox="0 0 20 20"
34
+ ></c-icon>
35
+ <span class="text-sm font-medium text-indigo-900"> Upload </span>
36
+ </button>
37
+ <div
38
+ class="relative hidden h-full w-full overflow-hidden rounded-full lg:block"
39
+ @click="initFilestack()"
40
+ v-if="displayMode == 'overlay' && !icon && isAvatar"
41
+ >
42
+ <img
43
+ v-if="imageUrl"
44
+ class="relative h-full w-full rounded-full object-cover"
45
+ :src="imageUrl"
46
+ />
47
+ <c-avatar v-else size="very large" :nameInitials="shortName" :rounded="true"></c-avatar>
48
+ <label
49
+ class="absolute inset-0 flex h-full w-full cursor-pointer items-center justify-center bg-gray-900 bg-opacity-75 text-sm font-medium text-white opacity-0 focus-within:opacity-100 hover:opacity-100"
50
+ >
51
+ <span>Change</span>
52
+ <span class="sr-only"> user photo</span>
53
+ </label>
54
+ </div>
55
+ <div :class="filestackClasses" id="filestack-uploader"></div>
56
+ <p v-if="!isValidate" class="mt-2 text-sm text-red-600">
57
+ {{ errorMessage }}
58
+ </p>
59
+ <!-- description about the input field -->
60
+ <p v-if="helpText && isValidate == true" class="mt-2 text-sm text-gray-500">
61
+ {{ helpText }}
62
+ </p>
63
+ </div>
64
+ </template>
65
+
66
+ <script>
67
+ import * as filestack from "filestack-js";
68
+ import CIcon from "../CIcon/CIcon.vue";
69
+ import CAvatar from "../CAvatar/CAvatar.vue";
70
+
71
+ export default {
72
+ name: "CUpload",
73
+ components: {
74
+ CIcon,
75
+ CAvatar,
76
+ },
77
+ props: {
78
+ buttonText: {
79
+ type: String,
80
+ default: "Upload",
81
+ },
82
+ isAvatar: {
83
+ type: Boolean,
84
+ default: false,
85
+ },
86
+ shortName: {
87
+ type: String,
88
+ },
89
+ imageUrl: {
90
+ type: String,
91
+ default: "",
92
+ },
93
+ icon: {
94
+ type: Object,
95
+ },
96
+ fileSize: {
97
+ type: String,
98
+ },
99
+ hint: {
100
+ type: String,
101
+ default: "",
102
+ },
103
+ helpText: {
104
+ type: String,
105
+ },
106
+ label: {
107
+ type: String,
108
+ default: "",
109
+ },
110
+ isValidate: { type: Boolean },
111
+ errorMessage: {
112
+ type: String,
113
+ },
114
+ filestackApiKey: {
115
+ type: String,
116
+ default: "",
117
+ },
118
+ filestackClasses: {
119
+ type: String,
120
+ default: "w-96 h-96",
121
+ },
122
+ url: {
123
+ type: String,
124
+ },
125
+ maxFiles: {
126
+ type: Number,
127
+ default: 1,
128
+ },
129
+ onUploadSuccess: {
130
+ type: Function,
131
+ },
132
+ aspectRatio: {
133
+ type: Number,
134
+ default: null,
135
+ },
136
+ onUploadOpen: {
137
+ type: Function,
138
+ },
139
+ displayMode: {
140
+ type: String,
141
+ default: "inline",
142
+ },
143
+ isUploaded: {
144
+ type: Boolean,
145
+ default: false,
146
+ },
147
+ isCircle: {
148
+ type: Boolean,
149
+ default: false,
150
+ },
151
+ },
152
+ data() {
153
+ return {};
154
+ },
155
+ methods: {
156
+ initFilestack() {
157
+ const client = filestack.init(this.filestackApiKey);
158
+ const options = {
159
+ displayMode: this.displayMode,
160
+ container: "#filestack-uploader",
161
+ uploadInBackground: false,
162
+ maxFiles: this.maxFiles,
163
+ onOpen: (param) => this.$emit("onUploadOpen", param),
164
+ onClose: (param) => this.$emit("onUploadOpen", param),
165
+ onUploadDone: (res) => this.$emit("filestack-uploaded", res),
166
+ fromSources: ["local_file_system", "unsplash"],
167
+ transformations: {
168
+ crop: {
169
+ aspectRatio: this.aspectRatio ? this.aspectRatio : 1 / 1,
170
+ force: this.aspectRatio ? true : false,
171
+ },
172
+ circle: this.isCircle,
173
+ },
174
+ };
175
+ const picker = client.picker(options);
176
+ picker.open();
177
+ },
178
+ },
179
+ computed: {
180
+ errorClasses() {
181
+ return {
182
+ "border-red-300 text-red-900 placeholder-red-300 focus:ring-red-500 focus:border-red-500":
183
+ this.isValidate == false,
184
+ "border-gray-300 border-dashed": this.isValidate == true,
185
+ };
186
+ },
187
+ },
188
+ mounted() {
189
+ if (this.displayMode == "inline") {
190
+ this.initFilestack();
191
+ }
192
+ },
193
+ };
194
+ </script>
195
+
196
+ <style></style>
@@ -1,3 +1,3 @@
1
- import CUpload from './CUpload.vue'
2
-
1
+ import CUpload from './CUpload.vue'
2
+
3
3
  export default CUpload
@@ -1,47 +1,47 @@
1
- export { default as CAlerts } from "./CAlerts";
2
- export { default as CAnchorTabs } from "./CAnchorTabs";
3
- export { default as CAnchorTag } from "./CAnchorTag";
4
- export { default as CAvatar } from "./CAvatar";
5
- export { default as CAvatarGroup } from "./CAvatarGroup";
6
- export { default as CBasicTable } from "./CBasicTable";
7
- export { default as CBreadcrumbs } from "./CBreadcrumbs";
8
- export { default as CButton } from "./CButton";
9
- export { default as CButtonGroup } from "./CButtonGroup";
10
- export { default as CButtonIcon } from "./CButtonIcon";
11
- export { default as CButtonLink } from "./CButtonLink";
12
- export { default as CButtonSelect } from "./CButtonSelect";
13
- export { default as CButtonWithDropdown } from "./CButtonWithDropdown";
14
- export { default as CCard } from "./CCard";
15
- export { default as CCheckbox } from "./CCheckbox";
16
- export { default as CCollapsibleSection } from "./CCollapsibleSection";
17
- export { default as CColorDots } from "./CColorDots";
18
- export { default as CDatepicker } from "./CDatepicker";
19
- export { default as CDualSelect } from "./CEditor";
20
- export { default as CEditor } from "./CDualSelect";
21
- export { default as CFormSectionHeading } from "./CFormSectionHeading";
22
- export { default as CIcon } from "./CIcon";
23
- export { default as CGroupedSelect } from "./CGroupedSelect";
24
- export { default as CIconDropdown } from "./CIconDropdown";
25
- export { default as CInput } from "./CInput";
26
- export { default as CInputAddon } from "./CInputAddon";
27
- export { default as CInputEmail } from "./CInputEmail";
28
- export { default as CModalHeading } from "./CModalHeading";
29
- export { default as CModuleHelpLinks } from "./CModuleHelpLinks";
30
- export { default as CMultiselect } from "./CMultiselect";
31
- export { default as CPageHeading } from "./CPageHeading";
32
- export { default as CPagination } from "./CPagination";
33
- export { default as CPhoneNumber } from "./CPhoneNumber";
34
- export { default as CRadio } from "./CRadio";
35
- export { default as CReorderableStackedList } from "./CReorderableStackedList";
36
- export { default as CSelect } from "./CSelect";
37
- export { default as CSmallTimeline } from "./CSmallTimeline";
38
- export { default as CStackedList } from "./CStackedList";
39
- export { default as CStats } from "./CStats";
40
- export { default as CSwitch } from "./CSwitch";
41
- export { default as CTable } from "./CTable";
42
- export { default as CTabs } from "./CTabs";
43
- export { default as CTag } from "./CTag";
44
- export { default as CTextarea } from "./CTextarea";
45
- export { default as CTimeline } from "./CTimeline";
46
- export { default as CUpload } from "./CUpload";
47
- export { default as CConfirmActionModal } from "./CConfirmActionModal";
1
+ export { default as CAlerts } from "./CAlerts";
2
+ export { default as CAnchorTabs } from "./CAnchorTabs";
3
+ export { default as CAnchorTag } from "./CAnchorTag";
4
+ export { default as CAvatar } from "./CAvatar";
5
+ export { default as CAvatarGroup } from "./CAvatarGroup";
6
+ export { default as CBasicTable } from "./CBasicTable";
7
+ export { default as CBreadcrumbs } from "./CBreadcrumbs";
8
+ export { default as CButton } from "./CButton";
9
+ export { default as CButtonGroup } from "./CButtonGroup";
10
+ export { default as CButtonIcon } from "./CButtonIcon";
11
+ export { default as CButtonLink } from "./CButtonLink";
12
+ export { default as CButtonSelect } from "./CButtonSelect";
13
+ export { default as CButtonWithDropdown } from "./CButtonWithDropdown";
14
+ export { default as CCard } from "./CCard";
15
+ export { default as CCheckbox } from "./CCheckbox";
16
+ export { default as CCollapsibleSection } from "./CCollapsibleSection";
17
+ export { default as CColorDots } from "./CColorDots";
18
+ export { default as CDatepicker } from "./CDatepicker";
19
+ export { default as CDualSelect } from "./CEditor";
20
+ export { default as CEditor } from "./CDualSelect";
21
+ export { default as CFormSectionHeading } from "./CFormSectionHeading";
22
+ export { default as CIcon } from "./CIcon";
23
+ export { default as CGroupedSelect } from "./CGroupedSelect";
24
+ export { default as CIconDropdown } from "./CIconDropdown";
25
+ export { default as CInput } from "./CInput";
26
+ export { default as CInputAddon } from "./CInputAddon";
27
+ export { default as CInputEmail } from "./CInputEmail";
28
+ export { default as CModalHeading } from "./CModalHeading";
29
+ export { default as CModuleHelpLinks } from "./CModuleHelpLinks";
30
+ export { default as CMultiselect } from "./CMultiselect";
31
+ export { default as CPageHeading } from "./CPageHeading";
32
+ export { default as CPagination } from "./CPagination";
33
+ export { default as CPhoneNumber } from "./CPhoneNumber";
34
+ export { default as CRadio } from "./CRadio";
35
+ export { default as CReorderableStackedList } from "./CReorderableStackedList";
36
+ export { default as CSelect } from "./CSelect";
37
+ export { default as CSmallTimeline } from "./CSmallTimeline";
38
+ export { default as CStackedList } from "./CStackedList";
39
+ export { default as CStats } from "./CStats";
40
+ export { default as CSwitch } from "./CSwitch";
41
+ export { default as CTable } from "./CTable";
42
+ export { default as CTabs } from "./CTabs";
43
+ export { default as CTag } from "./CTag";
44
+ export { default as CTextarea } from "./CTextarea";
45
+ export { default as CTimeline } from "./CTimeline";
46
+ export { default as CUpload } from "./CUpload";
47
+ export { default as CConfirmActionModal } from "./CConfirmActionModal";