classcard-ui 0.2.418 → 0.2.421

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 +864 -65
  3. package/dist/classcard-ui.common.js.map +1 -1
  4. package/dist/classcard-ui.umd.js +864 -65
  5. package/dist/classcard-ui.umd.js.map +1 -1
  6. package/dist/classcard-ui.umd.min.js +6 -1
  7. package/dist/classcard-ui.umd.min.js.map +1 -1
  8. package/package.json +81 -79
  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 +99 -99
  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 +148 -148
  25. package/src/components/CButton/index.js +2 -2
  26. package/src/components/CButtonGroup/CButtonGroup.vue +100 -100
  27. package/src/components/CButtonGroup/index.js +2 -2
  28. package/src/components/CButtonIcon/CButtonIcon.vue +108 -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 +61 -61
  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 +124 -116
  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 +212 -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 -110
  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 +318 -318
  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 +52 -52
  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 +89 -89
  85. package/src/components/CReorderableStackedList/index.js +2 -2
  86. package/src/components/CSelect/CSelect.vue +271 -271
  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 +486 -486
  97. package/src/components/CTable/index.js +2 -2
  98. package/src/components/CTabs/CTabs.vue +109 -109
  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 +194 -194
  107. package/src/components/CUpload/index.js +2 -2
  108. package/src/components/index.js +47 -47
  109. package/src/icons.js +231 -231
  110. package/src/main.js +17 -17
  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,194 +1,194 @@
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="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:outline-none 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="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 focus:outline-none"
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
48
- v-else
49
- size="very large"
50
- :nameInitials="shortName"
51
- :rounded="true"
52
- ></c-avatar>
53
- <label
54
- 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"
55
- >
56
- <span>Change</span>
57
- <span class="sr-only"> user photo</span>
58
- </label>
59
- </div>
60
- <div :class="filestackClasses" id="filestack-uploader"></div>
61
- <p v-if="!isValidate" class="mt-2 text-sm text-red-600">
62
- {{ errorMessage }}
63
- </p>
64
- </div>
65
- </template>
66
-
67
- <script>
68
- import * as filestack from "filestack-js";
69
- import CIcon from "../CIcon/CIcon.vue";
70
- import CAvatar from "../CAvatar/CAvatar.vue";
71
-
72
- export default {
73
- name: "CUpload",
74
- components: {
75
- CIcon,
76
- CAvatar,
77
- },
78
- props: {
79
- buttonText: {
80
- type: String,
81
- default: "Upload",
82
- },
83
- isAvatar: {
84
- type: Boolean,
85
- default: false,
86
- },
87
- shortName: {
88
- type: String,
89
- },
90
- imageUrl: {
91
- type: String,
92
- default: "",
93
- },
94
- icon: {
95
- type: Object,
96
- },
97
- fileSize: {
98
- type: String,
99
- },
100
- hint: {
101
- type: String,
102
- default: "",
103
- },
104
- label: {
105
- type: String,
106
- default: "",
107
- },
108
- isValidate: { type: Boolean },
109
- errorMessage: {
110
- type: String,
111
- },
112
- filestackApiKey: {
113
- type: String,
114
- default: "",
115
- },
116
- filestackClasses: {
117
- type: String,
118
- default: "w-96 h-96",
119
- },
120
- url: {
121
- type: String,
122
- },
123
- maxFiles: {
124
- type: Number,
125
- default: 1,
126
- },
127
- onUploadSuccess: {
128
- type: Function,
129
- },
130
- aspectRatio: {
131
- type: Number,
132
- default: null,
133
- },
134
- onUploadOpen: {
135
- type: Function,
136
- },
137
- displayMode: {
138
- type: String,
139
- default: "inline",
140
- },
141
- isUploaded: {
142
- type: Boolean,
143
- default: false,
144
- },
145
- isCircle: {
146
- type: Boolean,
147
- default: false,
148
- },
149
- },
150
- data() {
151
- return {};
152
- },
153
- methods: {
154
- initFilestack() {
155
- const client = filestack.init(this.filestackApiKey);
156
- const options = {
157
- displayMode: this.displayMode,
158
- container: "#filestack-uploader",
159
- uploadInBackground: false,
160
- maxFiles: this.maxFiles,
161
- onOpen: (param) => this.$emit("onUploadOpen", param),
162
- onClose: (param) => this.$emit("onUploadOpen", param),
163
- onUploadDone: (res) => this.$emit("filestack-uploaded", res),
164
- fromSources: ["local_file_system", "unsplash"],
165
- transformations: {
166
- crop: {
167
- aspectRatio: this.aspectRatio ? this.aspectRatio : 1 / 1,
168
- force: this.aspectRatio ? true : false,
169
- },
170
- circle: this.isCircle,
171
- },
172
- };
173
- const picker = client.picker(options);
174
- picker.open();
175
- },
176
- },
177
- computed: {
178
- errorClasses() {
179
- return {
180
- "border-red-300 text-red-900 placeholder-red-300 focus:ring-red-500 focus:border-red-500":
181
- this.isValidate == false,
182
- "border-gray-300 border-dashed": this.isValidate == true,
183
- };
184
- },
185
- },
186
- mounted() {
187
- if (this.displayMode == "inline") {
188
- this.initFilestack();
189
- }
190
- },
191
- };
192
- </script>
193
-
194
- <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="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:outline-none 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="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 focus:outline-none"
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
48
+ v-else
49
+ size="very large"
50
+ :nameInitials="shortName"
51
+ :rounded="true"
52
+ ></c-avatar>
53
+ <label
54
+ 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"
55
+ >
56
+ <span>Change</span>
57
+ <span class="sr-only"> user photo</span>
58
+ </label>
59
+ </div>
60
+ <div :class="filestackClasses" id="filestack-uploader"></div>
61
+ <p v-if="!isValidate" class="mt-2 text-sm text-red-600">
62
+ {{ errorMessage }}
63
+ </p>
64
+ </div>
65
+ </template>
66
+
67
+ <script>
68
+ import * as filestack from "filestack-js";
69
+ import CIcon from "../CIcon/CIcon.vue";
70
+ import CAvatar from "../CAvatar/CAvatar.vue";
71
+
72
+ export default {
73
+ name: "CUpload",
74
+ components: {
75
+ CIcon,
76
+ CAvatar,
77
+ },
78
+ props: {
79
+ buttonText: {
80
+ type: String,
81
+ default: "Upload",
82
+ },
83
+ isAvatar: {
84
+ type: Boolean,
85
+ default: false,
86
+ },
87
+ shortName: {
88
+ type: String,
89
+ },
90
+ imageUrl: {
91
+ type: String,
92
+ default: "",
93
+ },
94
+ icon: {
95
+ type: Object,
96
+ },
97
+ fileSize: {
98
+ type: String,
99
+ },
100
+ hint: {
101
+ type: String,
102
+ default: "",
103
+ },
104
+ label: {
105
+ type: String,
106
+ default: "",
107
+ },
108
+ isValidate: { type: Boolean },
109
+ errorMessage: {
110
+ type: String,
111
+ },
112
+ filestackApiKey: {
113
+ type: String,
114
+ default: "",
115
+ },
116
+ filestackClasses: {
117
+ type: String,
118
+ default: "w-96 h-96",
119
+ },
120
+ url: {
121
+ type: String,
122
+ },
123
+ maxFiles: {
124
+ type: Number,
125
+ default: 1,
126
+ },
127
+ onUploadSuccess: {
128
+ type: Function,
129
+ },
130
+ aspectRatio: {
131
+ type: Number,
132
+ default: null,
133
+ },
134
+ onUploadOpen: {
135
+ type: Function,
136
+ },
137
+ displayMode: {
138
+ type: String,
139
+ default: "inline",
140
+ },
141
+ isUploaded: {
142
+ type: Boolean,
143
+ default: false,
144
+ },
145
+ isCircle: {
146
+ type: Boolean,
147
+ default: false,
148
+ },
149
+ },
150
+ data() {
151
+ return {};
152
+ },
153
+ methods: {
154
+ initFilestack() {
155
+ const client = filestack.init(this.filestackApiKey);
156
+ const options = {
157
+ displayMode: this.displayMode,
158
+ container: "#filestack-uploader",
159
+ uploadInBackground: false,
160
+ maxFiles: this.maxFiles,
161
+ onOpen: (param) => this.$emit("onUploadOpen", param),
162
+ onClose: (param) => this.$emit("onUploadOpen", param),
163
+ onUploadDone: (res) => this.$emit("filestack-uploaded", res),
164
+ fromSources: ["local_file_system", "unsplash"],
165
+ transformations: {
166
+ crop: {
167
+ aspectRatio: this.aspectRatio ? this.aspectRatio : 1 / 1,
168
+ force: this.aspectRatio ? true : false,
169
+ },
170
+ circle: this.isCircle,
171
+ },
172
+ };
173
+ const picker = client.picker(options);
174
+ picker.open();
175
+ },
176
+ },
177
+ computed: {
178
+ errorClasses() {
179
+ return {
180
+ "border-red-300 text-red-900 placeholder-red-300 focus:ring-red-500 focus:border-red-500":
181
+ this.isValidate == false,
182
+ "border-gray-300 border-dashed": this.isValidate == true,
183
+ };
184
+ },
185
+ },
186
+ mounted() {
187
+ if (this.displayMode == "inline") {
188
+ this.initFilestack();
189
+ }
190
+ },
191
+ };
192
+ </script>
193
+
194
+ <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";