@xqmsg/ui-core 0.23.2 → 0.24.0

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 (196) hide show
  1. package/LICENSE +20 -20
  2. package/README.md +40 -40
  3. package/dist/{78c9d6fd7766410f.svg → 89793640b494d7ea.svg} +9 -9
  4. package/dist/components/input/InputTypes.d.ts +1 -1
  5. package/dist/components/input/index.d.ts +3 -3
  6. package/dist/components/select/index.d.ts +6 -5
  7. package/dist/components/text/index.d.ts +2 -2
  8. package/dist/ui-core.cjs.development.js +12 -19
  9. package/dist/ui-core.cjs.development.js.map +1 -1
  10. package/dist/ui-core.cjs.production.min.js +1 -1
  11. package/dist/ui-core.cjs.production.min.js.map +1 -1
  12. package/dist/ui-core.esm.js +12 -19
  13. package/dist/ui-core.esm.js.map +1 -1
  14. package/package.json +118 -118
  15. package/src/components/banner/Banner.stories.tsx +100 -100
  16. package/src/components/banner/index.tsx +75 -73
  17. package/src/components/breadcrumbs/Breadcrumbs.stories.tsx +66 -66
  18. package/src/components/breadcrumbs/components/icon/index.tsx +38 -38
  19. package/src/components/breadcrumbs/components/label/index.tsx +20 -20
  20. package/src/components/breadcrumbs/index.tsx +48 -48
  21. package/src/components/button/Button.stories.tsx +140 -140
  22. package/src/components/button/google/GoogleButton.stories.tsx +23 -23
  23. package/src/components/button/google/index.tsx +29 -29
  24. package/src/components/button/index.tsx +51 -51
  25. package/src/components/button/microsoft/MicrosoftButton.stories.tsx +25 -25
  26. package/src/components/button/microsoft/index.tsx +29 -29
  27. package/src/components/button/spinner/SpinnerButton.stories.tsx +60 -60
  28. package/src/components/button/spinner/index.tsx +36 -36
  29. package/src/components/card/Card.stories.tsx +56 -56
  30. package/src/components/card/index.tsx +78 -78
  31. package/src/components/form/Form.stories.tsx +62 -62
  32. package/src/components/form/FormTypes.ts +20 -20
  33. package/src/components/form/hooks/useFormHandler.tsx +74 -74
  34. package/src/components/form/index.tsx +25 -25
  35. package/src/components/form/section/FormSection.stories.tsx +109 -109
  36. package/src/components/form/section/index.tsx +87 -87
  37. package/src/components/form/utils/formErrors.ts +34 -34
  38. package/src/components/icons/checkmark/checkmark.svg +3 -3
  39. package/src/components/icons/checkmark/index.tsx +13 -13
  40. package/src/components/icons/chevron/down/chevron-down.svg +3 -3
  41. package/src/components/icons/chevron/down/index.tsx +14 -14
  42. package/src/components/icons/chevron/right/chevron-right.svg +3 -3
  43. package/src/components/icons/chevron/right/index.tsx +13 -13
  44. package/src/components/icons/clock/clock.svg +3 -3
  45. package/src/components/icons/clock/index.tsx +13 -13
  46. package/src/components/icons/close/close.svg +3 -3
  47. package/src/components/icons/close/index.tsx +21 -21
  48. package/src/components/icons/dropdown/dropdown.svg +3 -3
  49. package/src/components/icons/dropdown/index.tsx +16 -16
  50. package/src/components/icons/error/error.svg +3 -3
  51. package/src/components/icons/error/index.tsx +13 -13
  52. package/src/components/icons/file/fill/file-fill.svg +4 -4
  53. package/src/components/icons/file/fill/index.tsx +13 -13
  54. package/src/components/icons/file/outline/file-outline.svg +3 -3
  55. package/src/components/icons/file/outline/index.tsx +13 -13
  56. package/src/components/icons/folder/add/fill/folder-add-fill.svg +3 -3
  57. package/src/components/icons/folder/add/fill/index.tsx +13 -13
  58. package/src/components/icons/folder/add/outline/folder-add-outline.svg +3 -3
  59. package/src/components/icons/folder/add/outline/index.tsx +15 -15
  60. package/src/components/icons/folder/fill/folder-fill-gradient.svg +33 -33
  61. package/src/components/icons/folder/fill/folder-fill.svg +4 -4
  62. package/src/components/icons/folder/fill/index.tsx +21 -21
  63. package/src/components/icons/folder/outline/folder-outline.svg +3 -3
  64. package/src/components/icons/folder/outline/index.tsx +13 -13
  65. package/src/components/icons/gear/GearIcon.tsx +36 -36
  66. package/src/components/icons/google/drive/index.tsx +13 -13
  67. package/src/components/icons/google/google.svg +13 -13
  68. package/src/components/icons/google/index.tsx +13 -13
  69. package/src/components/icons/group/group.svg +3 -3
  70. package/src/components/icons/group/index.tsx +13 -13
  71. package/src/components/icons/home/home.svg +3 -3
  72. package/src/components/icons/home/index.tsx +13 -13
  73. package/src/components/icons/image/image.svg +3 -3
  74. package/src/components/icons/image/index.tsx +13 -13
  75. package/src/components/icons/index.tsx +101 -101
  76. package/src/components/icons/link/index.tsx +13 -13
  77. package/src/components/icons/link/link.svg +4 -4
  78. package/src/components/icons/menu/index.tsx +13 -13
  79. package/src/components/icons/menu/menu.svg +3 -3
  80. package/src/components/icons/microsoft/index.tsx +13 -13
  81. package/src/components/icons/microsoft/microsoft.svg +9 -9
  82. package/src/components/icons/microsoft/onedrive/index.tsx +16 -16
  83. package/src/components/icons/neutral/index.tsx +14 -14
  84. package/src/components/icons/neutral/neutral.svg +3 -3
  85. package/src/components/icons/page/index.tsx +13 -13
  86. package/src/components/icons/page/page.svg +3 -3
  87. package/src/components/icons/positive/index.tsx +13 -13
  88. package/src/components/icons/positive/positive.svg +3 -3
  89. package/src/components/icons/question/index.tsx +13 -13
  90. package/src/components/icons/question/question.svg +3 -3
  91. package/src/components/icons/search/index.tsx +13 -13
  92. package/src/components/icons/search/search.svg +3 -3
  93. package/src/components/icons/services/index.tsx +13 -13
  94. package/src/components/icons/services/services.svg +3 -3
  95. package/src/components/icons/settings/index.tsx +14 -14
  96. package/src/components/icons/settings/settings.svg +6 -6
  97. package/src/components/icons/table/fill/index.tsx +13 -13
  98. package/src/components/icons/table/fill/table-fill.svg +3 -3
  99. package/src/components/icons/table/outline/index.tsx +13 -13
  100. package/src/components/icons/table/outline/table-outline.svg +3 -3
  101. package/src/components/icons/task/index.tsx +10 -10
  102. package/src/components/icons/task/task.svg +11 -11
  103. package/src/components/icons/trash/index.tsx +13 -13
  104. package/src/components/icons/trash/trash.svg +3 -3
  105. package/src/components/icons/vault/index.tsx +14 -14
  106. package/src/components/icons/video/index.tsx +13 -13
  107. package/src/components/icons/video/video.svg +3 -3
  108. package/src/components/icons/warning/index.tsx +13 -13
  109. package/src/components/icons/warning/warning.svg +3 -3
  110. package/src/components/icons/workspace/index.tsx +14 -14
  111. package/src/components/input/Input.stories.tsx +287 -287
  112. package/src/components/input/InputTypes.ts +83 -77
  113. package/src/components/input/StackedCheckbox/StackedCheckbox.tsx +44 -44
  114. package/src/components/input/StackedInput/StackedInput.tsx +60 -60
  115. package/src/components/input/StackedMultiSelect/index.tsx +349 -349
  116. package/src/components/input/StackedPilledInput/index.tsx +386 -386
  117. package/src/components/input/StackedRadio/StackedRadioGroup.tsx +38 -38
  118. package/src/components/input/StackedSelect/index.tsx +232 -232
  119. package/src/components/input/StackedSwitch/index.tsx +33 -33
  120. package/src/components/input/StackedTextarea/StackedTextarea.tsx +55 -55
  121. package/src/components/input/components/dropdown/index.tsx +111 -111
  122. package/src/components/input/components/label/index.tsx +35 -35
  123. package/src/components/input/components/token/Token.stories.tsx +25 -25
  124. package/src/components/input/components/token/index.tsx +45 -45
  125. package/src/components/input/index.tsx +299 -298
  126. package/src/components/layout/BorderedBox/index.tsx +30 -30
  127. package/src/components/layout/Layout.stories.tsx +40 -40
  128. package/src/components/layout/index.tsx +100 -100
  129. package/src/components/link/Link.stories.tsx +23 -23
  130. package/src/components/link/index.tsx +34 -34
  131. package/src/components/loading/LoadingIndicator.stories.tsx +45 -45
  132. package/src/components/loading/index.tsx +45 -45
  133. package/src/components/modal/Modal.stories.tsx +36 -36
  134. package/src/components/modal/components/action/index.tsx +37 -37
  135. package/src/components/modal/index.tsx +41 -41
  136. package/src/components/navigation/NavigationMenu.stories.tsx +85 -85
  137. package/src/components/navigation/components/header/index.tsx +27 -27
  138. package/src/components/navigation/components/items/index.tsx +76 -76
  139. package/src/components/navigation/index.tsx +87 -87
  140. package/src/components/select/index.tsx +139 -140
  141. package/src/components/table/Table.stories.tsx +63 -63
  142. package/src/components/table/TableTypes.ts +15 -15
  143. package/src/components/table/components/loading/index.tsx +45 -45
  144. package/src/components/table/components/text/index.tsx +23 -23
  145. package/src/components/table/empty/index.tsx +47 -47
  146. package/src/components/table/index.tsx +84 -84
  147. package/src/components/table/utils/generateTableColumns.ts +9 -9
  148. package/src/components/tabs/TabsWrapper.stories.tsx +85 -85
  149. package/src/components/tabs/index.tsx +39 -39
  150. package/src/components/text/Text.stories.tsx +59 -59
  151. package/src/components/text/index.tsx +16 -16
  152. package/src/components/toast/Toast.stories.tsx +52 -52
  153. package/src/components/toast/index.tsx +78 -78
  154. package/src/components/toolbar/Toolbar.stories.tsx +59 -59
  155. package/src/components/toolbar/components/actions/add/index.tsx +18 -18
  156. package/src/components/toolbar/components/actions/search/index.tsx +38 -38
  157. package/src/components/toolbar/components/actions/sort/index.tsx +49 -49
  158. package/src/components/toolbar/components/breadcrumbs/index.tsx +63 -63
  159. package/src/components/toolbar/components/breadcrumbs/item/index.tsx +72 -72
  160. package/src/components/toolbar/components/dropdown/index.tsx +107 -107
  161. package/src/components/toolbar/components/navigation/components/button/left/index.tsx +28 -28
  162. package/src/components/toolbar/components/navigation/components/button/left/left-arrow.svg +3 -3
  163. package/src/components/toolbar/components/navigation/components/button/right/index.tsx +27 -27
  164. package/src/components/toolbar/components/navigation/components/button/right/right-arrow.svg +3 -3
  165. package/src/components/toolbar/components/navigation/index.tsx +36 -36
  166. package/src/components/toolbar/index.tsx +55 -55
  167. package/src/hooks/useDeepEffect.tsx +22 -22
  168. package/src/hooks/useDidMountEffect.tsx +13 -13
  169. package/src/hooks/useOnOutsideClick.tsx +31 -31
  170. package/src/hooks/useToast.tsx +16 -16
  171. package/src/index.tsx +78 -78
  172. package/src/theme/components/alert.ts +60 -60
  173. package/src/theme/components/badge.ts +59 -59
  174. package/src/theme/components/button.ts +163 -163
  175. package/src/theme/components/checkbox.ts +28 -28
  176. package/src/theme/components/code.ts +16 -16
  177. package/src/theme/components/form-error.ts +31 -31
  178. package/src/theme/components/form-label.ts +17 -17
  179. package/src/theme/components/form.ts +29 -29
  180. package/src/theme/components/input.ts +65 -65
  181. package/src/theme/components/link.ts +118 -118
  182. package/src/theme/components/modal.ts +45 -45
  183. package/src/theme/components/select.ts +36 -36
  184. package/src/theme/components/switch.ts +89 -89
  185. package/src/theme/components/table.ts +42 -42
  186. package/src/theme/components/tabs.ts +255 -255
  187. package/src/theme/components/text.ts +93 -93
  188. package/src/theme/components/textarea.ts +42 -42
  189. package/src/theme/customXQChakraTheme.ts +54 -54
  190. package/src/theme/foundations/breakpoints.ts +18 -18
  191. package/src/theme/foundations/colors.ts +165 -165
  192. package/src/theme/foundations/shadows.ts +23 -23
  193. package/src/theme/foundations/typography.ts +62 -62
  194. package/src/theme/provider/index.tsx +21 -21
  195. package/src/theme/styles.ts +19 -19
  196. package/CHANGELOG.md +0 -468
package/CHANGELOG.md DELETED
@@ -1,468 +0,0 @@
1
- #### 0.23.2 (2023-09-13)
2
- ##### Refactors
3
-
4
- * Update unknow types to any for inputs
5
- * Input variant optional
6
-
7
- #### 0.23.1 (2023-09-11)
8
- ##### New Features
9
-
10
- * Mobile styles for inputs
11
-
12
-
13
- #### 0.22.4 (2023-07-14)
14
- ##### Refactors
15
- * allow space in Stacled Pilled Input
16
-
17
-
18
- #### 0.22.3 (2023-06-19)
19
- ##### Refactors
20
- * update space around switches
21
- * no ml on label for left align
22
- * fix margin on checkbox
23
- * chore: banner border radius
24
- * chore: update types package
25
-
26
- #### 0.22.2 (2023-06-09)
27
- ##### New Features
28
-
29
- * GearIcon (Settings) with fill prop
30
-
31
- ##### Refactors
32
-
33
- - add FieldOption value type number
34
-
35
- #### 0.22.1 (2023-04-19)
36
- ##### Hotfix
37
-
38
- - partially revert dependencies upgrade for compatibility
39
-
40
- #### 0.22.0 (2023-04-19)
41
- ##### New Features
42
-
43
- * card component (properties sidebar) (80d9bfaa7f)
44
- * packages updated (6f1cd6814b)
45
-
46
- ##### Refactors
47
-
48
- - Update input with border for more contrast (4897e151b1)
49
-
50
- #### 0.21.7 (2023-04-19)
51
- ##### New Features
52
-
53
- * workspace icon (people group) (4da45773)
54
-
55
- #### 0.21.6 (2023-04-17)
56
-
57
- ##### New Features
58
-
59
- - Addition of new group icon - Matej
60
-
61
- #### 0.21.5 (2023-04-04)
62
-
63
- ##### Other Changes
64
-
65
- - //gitea.xqmsg.com/XQ/ui-core into staging (222a69cc)
66
-
67
- ##### Refactors
68
-
69
- - Minor styling updates to Link and Banner components - joshkatz (ce2bacd2)
70
-
71
- #### 0.21.4 (2023-04-03)
72
-
73
- ##### New Features
74
-
75
- - add tertiary variant to button -mitch (654cfd0c)
76
-
77
- #### 0.21.3 (2023-04-03)
78
-
79
- ##### Refactors
80
-
81
- - Remove overflow hidden from theme's global body object - joshkatz (de3d514b)
82
-
83
- #### 0.21.2 (2023-03-22)
84
-
85
- #### 0.21.1 (2023-03-20)
86
-
87
- ### 0.21.0 (2023-03-07)
88
-
89
- ##### New Features
90
-
91
- - Addition of text variants and link component -joshkatz (4f26bb03)
92
- - Addition of navigation buttons to toolbar - joshkatz (3ba541d9)
93
-
94
- #### 0.20.1 (2023-02-17)
95
-
96
- ### 0.20.0 (2023-02-14)
97
-
98
- ##### Other Changes
99
-
100
- - //gitea.xqmsg.com/XQ/ui-core into staging (016cf376)
101
-
102
- #### 0.19.12 (2023-02-10)
103
-
104
- #### 0.19.11 (2023-02-10)
105
-
106
- #### 0.19.10 (2023-02-09)
107
-
108
- #### 0.19.9 (2023-02-08)
109
-
110
- #### 0.19.8 (2023-02-06)
111
-
112
- #### 0.19.7 (2023-02-06)
113
-
114
- #### 0.19.6 (2023-02-06)
115
-
116
- #### 0.19.5 (2023-02-03)
117
-
118
- #### 0.19.4 (2023-01-31)
119
-
120
- #### 0.19.3 (2023-01-25)
121
-
122
- #### 0.19.2 (2023-01-24)
123
-
124
- #### 0.19.1 (2023-01-24)
125
-
126
- ### 0.19.0 (2023-01-23)
127
-
128
- ##### New Features
129
-
130
- - Addition of custom Toast component and toast hook - joshkatz (4c4ea411)
131
-
132
- #### 0.18.8 (2023-01-19)
133
-
134
- #### 0.18.7 (2023-01-18)
135
-
136
- #### 0.18.6 (2023-01-18)
137
-
138
- #### 0.18.5 (2023-01-17)
139
-
140
- #### 0.18.4 (2023-01-16)
141
-
142
- #### 0.18.3 (2023-01-16)
143
-
144
- #### 0.18.2 (2023-01-16)
145
-
146
- #### 0.18.1 (2023-01-12)
147
-
148
- ##### Refactors
149
-
150
- - Make actions dynamic by allowing children to be passed into Toolbar - joshkatz (5aa9d189)
151
-
152
- ### 0.18.0 (2023-01-12)
153
-
154
- ##### New Features
155
-
156
- - Addition of the toolbar component - initially for the XQ Vault electron application - joshkatz (76bf28a2)
157
-
158
- #### 0.17.2 (2023-01-09)
159
-
160
- #### 0.17.1 (2023-01-09)
161
-
162
- ##### Other Changes
163
-
164
- - //gitea.xqmsg.com/XQ/ui-core into staging (3f0bf03a)
165
-
166
- ### 0.17.0 (2023-01-06)
167
-
168
- ##### New Features
169
-
170
- - Addition of icons and navigation menu - joshkatz (ffb29b32)
171
- - Consolidation of xq-icons into an icon directory - joshkatz (1d15d901)
172
-
173
- #### 0.16.8 (2023-01-04)
174
-
175
- #### 0.16.7 (2023-01-03)
176
-
177
- #### 0.16.6 (2022-12-30)
178
-
179
- ##### Refactors
180
-
181
- - Updates to checkbox styling - joshkatz (9bb8ea9f)
182
-
183
- #### 0.16.5 (2022-12-30)
184
-
185
- #### 0.16.4 (2022-12-27)
186
-
187
- #### 0.16.3 (2022-12-27)
188
-
189
- ##### Refactors
190
-
191
- - Dropdown now filters out already selected options when watchedValue is not an empty string by default - joshkatz (929b2a7b)
192
-
193
- #### 0.16.2 (2022-12-22)
194
-
195
- ##### Refactors
196
-
197
- - Minor updtes to input styling, tooltip in label - joshkatz (b50e9ab6)
198
-
199
- #### 0.16.1 (2022-12-09)
200
-
201
- ##### New Features
202
-
203
- - Addition of navigation by arrow keys and debounced search for select compontents - joshkatz (c1c3d8f5)
204
-
205
- ##### Other Changes
206
-
207
- - //gitea.xqmsg.com/XQ/ui-core into staging (91f07687)
208
-
209
- ### 0.16.0 (2022-12-08)
210
-
211
- #### 0.15.4 (2022-12-08)
212
-
213
- ##### New Features
214
-
215
- - Addition of an empty table state - joshkatz (93fc16b5)
216
-
217
- ##### Other Changes
218
-
219
- - Only one dropdown can be open at a time - joshkatz' (#41) from task/dropdown-fix into staging (4291a35a)
220
-
221
- #### 0.15.3 (2022-12-07)
222
-
223
- ##### Refactors
224
-
225
- - Only one dropdown can be open at a time - joshkatz (fa88a4fd)
226
-
227
- #### 0.15.2 (2022-12-07)
228
-
229
- ##### Refactors
230
-
231
- - Address bugs with key bindings, and horizontal side scrolling for pilled text input component - joshkatz (0152bc87)
232
-
233
- #### 0.15.1 (2022-12-06)
234
-
235
- ##### Refactors
236
-
237
- - Adjust dropdown positioning useEffect calls in multi select and select components - joshkatz (8e5612f7)
238
-
239
- ### 0.15.0 (2022-12-06)
240
-
241
- ##### Other Changes
242
-
243
- - Null check on switch input and table styling updates - joshkatz' (#35) from task/table-and-switch-bugfixes into staging (629c2745)
244
-
245
- ##### Refactors
246
-
247
- - Major refactors to inputs inlcuding styles and key bindings - joshkatz (1e3ff11b)
248
-
249
- #### 0.14.5 (2022-12-01)
250
-
251
- ##### Other Changes
252
-
253
- - Update chakra ui provider and turn off autocomplete for select input - joshkatz' (#33) from task/update-provider-select-input into staging (ca4e4f9a)
254
-
255
- ##### Refactors
256
-
257
- - Null check on switch input and table styling updates - joshkatz (0cf065d5)
258
-
259
- #### 0.14.4 (2022-11-30)
260
-
261
- ##### Refactors
262
-
263
- - Update chakra ui provider and turn off autocomplete for select input - joshkatz (4402ecc3)
264
-
265
- #### 0.14.3 (2022-11-29)
266
-
267
- ##### Other Changes
268
-
269
- - //gitea.xqmsg.com/XQ/ui-core into staging (692d3fdc)
270
- - //gitea.xqmsg.com/XQ/ui-core into staging (84cc62ed)
271
-
272
- ##### Refactors
273
-
274
- - Table updates to match figma specs - joshkatz (0c5b3bca)
275
-
276
- #### 0.14.2 (2022-11-29)
277
-
278
- ##### New Features
279
-
280
- - Addition of maxLength to pilled text and multiselect to prevent token overflow - joshkatz (464215df)
281
-
282
- #### 0.14.1 (2022-11-28)
283
-
284
- ##### Refactors
285
-
286
- - updates to the select input for displaying default values - joshkatz (f753263a)
287
-
288
- ### 0.14.0 (2022-11-28)
289
-
290
- ##### Other Changes
291
-
292
- - //gitea.xqmsg.com/XQ/ui-core into staging (60c997a3)
293
-
294
- ### 0.13.0 (2022-11-28)
295
-
296
- ##### Refactors
297
-
298
- - Major refactors of inputs and table (018a53ab)
299
-
300
- #### 0.12.1 (2022-11-21)
301
-
302
- ##### Refactors
303
-
304
- - Not using absolute routes - joshkatz (339ac8f0)
305
-
306
- ### 0.12.0 (2022-11-21)
307
-
308
- ##### New Features
309
-
310
- - Addition of table and table text components - joshkatz (28bd5cbd)
311
-
312
- ### 0.11.0 (2022-11-21)
313
-
314
- ##### New Features
315
-
316
- - Button components with solid/outline variants - joshkatz (7c2be4e4)
317
-
318
- ### 0.10.0 (2022-11-18)
319
-
320
- ##### New Features
321
-
322
- - Token component as well as addition of a pilled text component - joshkatz (ecf13423)
323
- - Custom multiselect component addition- joshkatz (400e602c)
324
- - Custom text, textarea, and select components additions - joshkatz (b8181314)
325
-
326
- #### 0.9.3 (2022-11-14)
327
-
328
- ##### Refactors
329
-
330
- - Rearrange devDependencies/depencies - joshkatz (178d164f)
331
-
332
- #### 0.9.2 (2022-11-14)
333
-
334
- ##### Refactors
335
-
336
- - Banner message is of type ReactNode - joshkatz (061be8e3)
337
-
338
- #### 0.9.1 (2022-11-11)
339
-
340
- ##### Refactors
341
-
342
- - Breadcrumb complete state should be styled the same as inactive - joshkatz (dc13a325)
343
-
344
- ### 0.9.0 (2022-11-09)
345
-
346
- ##### Other Changes
347
-
348
- - Addition of Banner component/replacing Alert component' (#19) from feature/UIC-21-create-dynamic-banner-component into staging - joshkatz(7b29b2f2)
349
-
350
- ##### Refactors
351
-
352
- - Changed some dependencies/versions - joshkatz (ed30b4e4)
353
-
354
- ### 0.8.0 (2022-11-09)
355
-
356
- ##### New Features
357
-
358
- - Addition of dynamic Breadcrumbs component - joshkatz (44756ed6)
359
- - Addition of Banner component/replacing Alert component (1596fea6)
360
-
361
- ### 0.7.0 (2022-11-08)
362
-
363
- ##### New Features
364
-
365
- - Addition of Banner component/replacing Alert component (1596fea6)
366
-
367
- ### 0.6.0 (2022-10-28)
368
-
369
- ##### New Features
370
-
371
- - Addition of new useDidMountHook/input updates (23965e2d)
372
-
373
- #### 0.5.1 (2022-10-17)
374
-
375
- ##### Refactors
376
-
377
- - Update input props and error handling with input - joshkatz (08186360)
378
-
379
- ### 0.5.0 (2022-10-07)
380
-
381
- ##### New Features
382
-
383
- - Addition of new input types, multi select and pilled text input - joshkatz (e13bb3c3)
384
-
385
- ##### Other Changes
386
-
387
- - Addition of Controller wrapper for general input component - joshkatz' (#17) from refacotr/input-consumes-form-control into staging (3c24ee49)
388
-
389
- #### 0.4.4 (2022-09-29)
390
-
391
- ##### Refactors
392
-
393
- - Tabs contain their own directory, no vertical padding for input without label -joshkatz (18f1f33f)
394
- - Addition of Controller wrapper for general input component - joshkatz (2fe72a3c)
395
-
396
- #### 0.4.3 (2022-09-26)
397
-
398
- ##### Refactors
399
-
400
- - Updated styling for common input component - joshkatz (820d6e07)
401
-
402
- #### 0.4.2 (2022-09-26)
403
-
404
- ##### Refactors
405
-
406
- - Updated styling for common input component - joshkatz (820d6e07)
407
-
408
- #### 0.4.1 (2022-09-19)
409
-
410
- ##### New Features
411
-
412
- - Addition of nav wrapper for table component - joshkatz (f3744fa1)
413
-
414
- ##### Other Changes
415
-
416
- - addition of table component -joshkatz' (#12) from feature/uic-15-create-table-component into staging (0c208143)
417
-
418
- ### 0.4.0 (2022-09-16)
419
-
420
- ##### New Features
421
-
422
- - Addition of table component - joshkatz (f9a5e994)
423
-
424
- ### 0.3.0 (2022-09-13)
425
-
426
- ##### New Features
427
-
428
- - Addition of responsive component for use across all XQ apps - joshkatz (1c0dbe7d)
429
-
430
- #### 0.2.2 (2022-09-12)
431
-
432
- ##### Bug Fixes
433
-
434
- - Implementation of .babelrc file and parcel@2.0.0 in ./example to fix bundling issues - joshkatz (993cc21e)
435
-
436
- #### 0.2.1 (2022-09-09)
437
-
438
- ##### Bug Fixes
439
-
440
- - Minor tweaks to syntax, now exporting all components from src/index.tsx - joshkatz (a925afb7)
441
-
442
- ### 0.2.0 (2022-09-08)
443
-
444
- ##### New Features
445
-
446
- - Addition of an Alert component - joshkatz (7606a4eb)
447
-
448
- ### 0.1.0 (2022-09-08)
449
-
450
- ##### New Features
451
-
452
- - Addition of Text theme variants as well as a Text component - joshkatz (2aa2df4e)
453
-
454
- ### 0.0.2 (2022-09-08)
455
-
456
- ##### New Features
457
-
458
- - Addition of a SpinnerButton and a LoadingIndicator - joshkatz (8bcbd46f)
459
-
460
- ##### Other Changes
461
-
462
- - //gitea.xqmsg.com/XQ/ui-core into feature/uic-4-form-section (11466ddc)
463
-
464
- #### 0.0.1 (2022-09-07)
465
-
466
- ##### Chores
467
-
468
- - Addition of generated changelog via release scripts - joshkatz (e63e22f4)