@xqmsg/ui-core 0.23.1-rc.3 → 0.23.1

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