@vcita/design-system 1.3.13 → 1.3.15

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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,417 @@
1
+
2
+ # Change log
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ Format based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ### Unreleased changes
9
+
10
+ ### v1.3.15(2023-01-16)
11
+ - VcPageHeader - add buttonPrependIcon prop
12
+ - VcMenuItem - added
13
+
14
+ ### v1.3.14(2023-01-10)
15
+ - VcPageHeader - chip added
16
+ - VcPageHeader - button added
17
+
18
+ ### v1.3.13(2023-01-09)
19
+ - VcSelectField - Optionally use icomoon icons
20
+ - VcChipList - variable number of rows, variable item height, optional item 'close'
21
+ - VcChip - optionally displays avatar
22
+ - VcFilterPanel - add header/scrolling content/footer structure
23
+ - VcActionBar - migrate component
24
+ - VcTabs - when in limited height container, header is sticky, and only the content scrolls
25
+ - VcEntityList - add component
26
+ - VcAccordion - add item data to slot
27
+ - VcLayout - add ability to use ref
28
+ - VcDropdown - add white background
29
+
30
+ ### v1.3.12(2023-01-01)
31
+ - VcActionList - offset-y
32
+ - VcSelectField - Optionally prepend icons to labels, click-outside implemented, arrow rotation
33
+
34
+ ### v1.3.11(2022-12-26)
35
+ - VcChip - support for the color blind, by showing the invalid icon for every invalid chip
36
+
37
+ ### v1.3.10(2022-12-18)
38
+ - VcUpsellBlock - fix bug - support long text on the main button
39
+ - VcRadioGroup - fix radio with tooltip with custom content
40
+
41
+ ### v1.3.9(2022-12-12)
42
+ - VcModalHeader - modify close icon in header
43
+ - VcChip - thin design
44
+ - VcAccordion - added new component
45
+ - VcColorPicker - css fix
46
+
47
+ ### v1.3.8(2022-11-27)
48
+ - Resolve click-outside collision with vuetify directive by the same name
49
+
50
+ ### v1.3.7(2022-11-22)
51
+ - VcGalleryItem - brought back selected/disabled functionality
52
+
53
+ ### v1.3.6(2022-11-21)
54
+ - VcGalleryItem - emit previewItem computed property
55
+ - VcGalleryList - pass description property
56
+
57
+ ### v1.3.5(2022-11-21)
58
+ - VcColorPicker - bug fix
59
+ - Dropdown - fix overflow-x bug
60
+ - VcModalHeader - default title will be one line max, longer text will get ellipsis
61
+
62
+ ### v1.3.4(2022-11-17)
63
+ - VcLink - can get any icon
64
+ - VcCheckbox - fix bug with redundant margin
65
+ - VcCheckbox - add white bg to the unselected checkbox
66
+ - VcGalleryItem - design updated
67
+ - VcGalleryList - design updated
68
+ - VcMenu - added
69
+ - VcDropdown - added
70
+ - VcGroupedItems - added
71
+ - VcSideNav - uses VcGroupedItems
72
+ - fix bug in translation mechanism - add fallback to English
73
+ - VcColorPicker - added
74
+
75
+ ### v1.3.3(2022-11-13)
76
+ - VcRadioGroup - add support for horizontal layout
77
+ - VcTooltip - add support for close delay
78
+ - VcBottomActions - emit close event on click outside
79
+ - VcTextField - add autofocus support
80
+ - VcTextField - add keydown.enter support
81
+ - VcFilterPanel - add header variant
82
+ - VcActionList - added header to
83
+
84
+ - ### v1.3.2(2022-11-06)
85
+ - VcGalleryItem - fix ui on small desktop
86
+ - VcChip - added 'selected' state
87
+
88
+ ### v1.3.1(2022-10-30)
89
+ - VcGalleryItem - add 'selected' indication
90
+ - VcGalleryItem - add ability to disable
91
+ - VcRadio and VcRadioGroup - add ability to disable
92
+
93
+ ### v1.3.0(2022-10-25)
94
+ - Adding SideNav layout
95
+ - Adding centered layout
96
+ - Adding VcPageHeader
97
+ - Adding VcBreadcrumbs
98
+ - Ability to disable VcLink
99
+ - modal container can show close button on flavor input
100
+ - upsell dialog fix dimension issue
101
+
102
+ ### v1.2.3 (2022-10-03)
103
+ - VcMiniBanner - added new component
104
+ - VcSearchPicker - removed redundant event emission from pointer
105
+ - VcGalleryItem - added new component
106
+ - VcGalleryList - added new component
107
+
108
+ ### v1.2.2 (2022-09-19)
109
+ - VcTextField - fix alignment
110
+ - VcSideNav
111
+ - VcIcon - fix color prop
112
+
113
+ ### v1.2.1 (2022-09-08)
114
+ - VcDocItem - added fileSize prop, event object added to emit
115
+ - SvgIcons - added viewBox attribute on doc_Sheet
116
+
117
+ ### v1.2.0 (2022-09-08)
118
+ - VcChipList - added new component
119
+ - VcChip - added slot
120
+
121
+ ### v1.1.10 (2022-09-07)
122
+ - VcTabs - fix scrollbar issue
123
+
124
+ ### v1.1.9 (2022-09-07)
125
+ - Adding VcTabs component
126
+
127
+ ### v1.1.8 (2022-09-05)
128
+ - VcInputModal - added closeOnEsc prop, passed to VcModalContainer
129
+ - VcModalContainer - added closeOnEsc prop, passed to VcModalWrapper
130
+ - VcModalWrapper - added closeOnEsc prop, used as condition for esc keydown event
131
+ - VcSearchPicker - use secondary brand hues
132
+ - VcSearchPicker - keep menu open if focusing the text input
133
+
134
+ ### v1.1.7 (2022-09-04)
135
+ - VcDocItem - added svg as an image type
136
+ - VcSearchPicker - caret and pointer color
137
+ - VcSearchPicker - add menu custom class name prop
138
+ - VcSearchPicker - use brand colors
139
+
140
+ ### v1.1.6 (2022-08-28)
141
+ - VcDocItem - added 'xlsx' as a spreadsheet format
142
+ - VcDocItem - added max width
143
+ - VcSearchPicker - add background color to input
144
+
145
+ ### v1.1.5 (2022-08-24)
146
+ - VcDraggableList - remove hover from mobile
147
+
148
+ ### v1.1.4 (2022-08-21)
149
+ - Adding composition and slots examples
150
+ - VcModalFooter - added disabled option to VcButton
151
+
152
+ ### v1.1.3 (2022-08-21)
153
+ - VcDraggableList - add story with slot and fix icon size
154
+
155
+ ### v1.1.2 (2022-08-16)
156
+ - VcModalHeader - add right button icon
157
+ - VcList
158
+ - VcBaseListItem
159
+ - VcMobilePicker - new mobile picker pattern based on VcList
160
+ - VcTextField - add appendIcon and readonly properties + CSS
161
+ - VcInputModal - add showFooter + CSS
162
+ - VcModalContainer - remove the auto height on the VcModalContainerContent class
163
+ - VcDraggableList - added component
164
+ - VcTextField - fix label alignment
165
+ - VcWizard - add dynamic step names and description
166
+ - VcTextField - add google address autocomplete
167
+ - VcAvatar - fix image path prop
168
+
169
+ ### 1.1.1 (2022-08-11)
170
+ - Update translations
171
+
172
+ ### 1.1.0 (2022-08-08)
173
+ - VcDocItem - implemented uploaded and corrupted states
174
+ - VcStepperContent - add link color under the description
175
+ - VcWizard - BREAKING CHANGE: v-model current-step fixes
176
+ - VcSearchPicker - added component
177
+
178
+ ### 1.0.7 (2022-07-26)
179
+ - VcEmptyState - change color for button ghost
180
+
181
+ ### 1.0.6 BREAKING CHANGES (2022-07-24)
182
+ - Split variables.scss into vuetify-variables.scss and variables.scss
183
+ - Consuming project changes required
184
+
185
+ ### 0.6.27 (2022-07-17)
186
+ - VcButton - add ghost mode. fix storybook props inherit
187
+ - VcEmptyState - add ability to choose ghost mode btn
188
+ - VcDocItem - added document formats
189
+ - VcAutoComplete, VcTextArea, VcTextField - remove branding color when not needed
190
+
191
+ ### 0.6.26 (2022-07-03)
192
+ - VcDocItem - component added to ds
193
+ - VcTimeSince
194
+ - VcSwitch - add option to show label before switch
195
+ - Translations with parameters
196
+
197
+ ### 0.6.25 (2022-06-23)
198
+ - VcInputPopover - add click outside will not close the popover support
199
+
200
+ ### 0.6.24 (2022-06-14)
201
+ - VcInputBottomSheet - add switch support
202
+
203
+ ### 0.6.23 (2022-06-13)
204
+ - VcWizard - css fix
205
+
206
+ ### 0.6.22 (2022-05-31)
207
+ - VcRadioGroup - fix tooltip slots
208
+
209
+ ### 0.6.21 (2022-05-16)
210
+ - VcRadioGroup - create
211
+ - VcRadio - create
212
+ - VcTooltip - add slots and fallback icon as an activator
213
+
214
+ ### 0.6.20 (2022-05-16)
215
+ - VcStepperContent fix height
216
+ - VcInputPopover - add toggle to header
217
+
218
+ ### 0.6.19 (2022-05-10)
219
+ - VcSegmentedControl added
220
+
221
+ ### 0.6.18 (2022-05-02)
222
+ - VcListbox - add validator
223
+
224
+ ### 0.6.17 (2022-04-27)
225
+ - VcListbox - improve CSS
226
+
227
+ ### 0.6.16 (2022-04-27)
228
+ - VcListbox - add a search bar option
229
+
230
+ ### 0.6.15 (2022-04-25)
231
+ - VcTooltip - opacity 100%
232
+ - VcDropzone - fix active styles
233
+ - VcSelectField - add error-messages, add tooltip nudge
234
+ - VcTextField - add tooltip nudge
235
+ - VcLink - add click action
236
+ - VcSwitch - fix clickable icons
237
+ - VcSearchBar
238
+
239
+ ### 0.6.14 (2022-03-21)
240
+ - VcDropzone - component added
241
+ - VcTextField - add prefix and error-messages
242
+ - VcConfirmModal - fix for rtl button position
243
+
244
+ ### 0.6.13 (2022-03-14)
245
+ - Updated localization files
246
+
247
+ ### 0.6.12 (2022-03-14)
248
+ - VcSelectField - fix border colors for some variations
249
+
250
+ ### 0.6.11 (2022-03-13)
251
+ - VcListbox - small fix for distinguishing data qa on the list
252
+
253
+ ### 0.6.10 (2022-03-06)
254
+ - VcModalContainer - fix for overflow-x scroll
255
+
256
+ ### 0.6.9 (2022-03-02)
257
+ - VcButton - fix for button flavor
258
+
259
+ ### 0.6.8 (2022-03-02)
260
+ - VcTextArea - add fixed-height state
261
+ - VcPopover - fix corners radius
262
+ - VcUpsellBlock - background overflow bug fix
263
+ - VcLink - add target as prop
264
+ - VcModalContainer - add xl size
265
+
266
+ ### 0.6.7 (2022-03-01)
267
+ - VcButton - fix for color flavor
268
+
269
+ ### 0.6.6 (2022-03-01)
270
+ - VcAvatar - support the 0 color id
271
+ - VcBanner - fix background to be branded
272
+
273
+ ### 0.6.4 (2022-02-28)
274
+ - VcButton - add flavor prop
275
+ - VcBanner - Change component design
276
+
277
+ ### 0.6.3 (2022-02-23)
278
+ - VcListbox - performance improve
279
+
280
+ ### 0.6.2 (2022-02-22)
281
+ - VcListbox - minor fix
282
+
283
+ ### 0.6.1 (2022-02-21)
284
+ - VcTextField - add tooltip, placeholder
285
+ - VcUpsellBlock - css fixes
286
+
287
+ ### 0.6.0 (2022-02-20)
288
+ - VcModalHeader - add no close button new style
289
+ - VcPopover - add white background color
290
+ - VcActionList - fix icon size
291
+ - VcListbox - fix clicking not responding on the edges of the labels
292
+ - VcListbox - use v-list-item-group to get the full "checked" array
293
+ - VcListbox - tooltip option for a disabled item
294
+ - VcUpsellBlock
295
+
296
+ ### 0.5.0 (2022-02-15)
297
+ - VcButton - add outlined and prepend default icon.
298
+ - VcBottomSheet
299
+ - VcInputBottomSheet
300
+ - VcModalHeader - add close button option
301
+ - VcLink - add cursor pointer
302
+ - VcModalHeader - add description
303
+ - VcPopover
304
+ - VcInputPopover
305
+ - VcBadge - update parameters, add test, enrich the story book
306
+ - VcWizard fix content height
307
+ - VcExpansionCard fix color
308
+
309
+
310
+ ### 0.4.0 (2022-02-08)
311
+ - Added VcBadge component
312
+ - fix icon name in VcActionList
313
+ - add parameters to VcTextArea
314
+ - add button the ability to be link
315
+ - VcLink - add secondary
316
+ - VcLink - add prepend icon
317
+ - VcLink - change text context to label
318
+ - SvgIcons - rename chevron_left to chevron_right
319
+ - SvgIcons - add trash, copy, chevron_left
320
+
321
+ ### 0.3.17 (2022-02-06)
322
+ - VcLink - add secondary
323
+ - VcLink - add prepend icon
324
+ - VcLink - change text context to label
325
+ - SvgIcons - rename chevron_left to chevron_right
326
+ - SvgIcons - add trash, copy, chevron_left
327
+
328
+ ### 0.3.16 (2022-01-31)
329
+ - Center image in VcImage
330
+ - bug fix in VcBanner
331
+ - Bug fix in VcImage
332
+ - VcChip
333
+ - fix expansion card content slot to have padding
334
+ - text-area auto grow
335
+
336
+ ### 0.3.15 (2022-01-24)
337
+ - rename wizard event to move forward
338
+ - move breakpoint from mixin to wizard component
339
+ - modify expansion card content slot to have padding
340
+
341
+ ### 0.3.14 (2022-01-24)
342
+ - add the ability to use image path or object in all relevant places
343
+ - add VcImage to facilitate use of different types of images and SVGs
344
+ - add title to wizard stepsBar
345
+
346
+ ### 0.3.12 (2022-01-18)
347
+ - add animation to shadow for hover on card
348
+ - fix border radius on action list
349
+ - fix v-model value in VcListEntity and VcExpansionCard
350
+ - added boolean useOffset prop on VcInputModal, VcNoticeModal, VcConfirmProminentModal
351
+ - VcChecklistItem
352
+ - VcListbox
353
+ - Add option to disable the tooltip on VcTooltip
354
+ - Add option to show the avatar on black & white
355
+ - Add option to remove the avatar border
356
+
357
+ ### 0.2.10 (2022-01-13)
358
+ - small fixes on VcActions
359
+ - add icon option for switch component
360
+ - VcExpansionCard
361
+ - VcListEntity
362
+
363
+ ### 0.2.9 (2022-01-12)
364
+ - update design on list item
365
+ - add loading option for confirm modal
366
+
367
+ ### 0.2.4 (2022-01-05)
368
+ - adding svg images to vue object
369
+ - move VcSvg to global components
370
+
371
+ ### 0.2.3 (2022-01-03)
372
+ - bug fix related to $ds
373
+
374
+ ### 0.2.2 (2022-01-03)
375
+ - VcStepsBar
376
+ - VcMobileWizardProgress
377
+ - VcProgressCircular
378
+ - Separate init of i18n for easier unit testing in consuming project
379
+
380
+ ### 0.2.1 (2021-12-29)
381
+ - adding mastercard and visa to icon
382
+
383
+ ### 0.2.0 (2021-12-29)
384
+ - Adding VcEmptyState
385
+ - Adding VcLink
386
+ - Adding VcFocusArea
387
+ - Migrate the VcListItem component from FG
388
+ - Migrate the VcGroupHeader component from FG
389
+ - Adding VcEmptyState
390
+ - Adding VcLink
391
+ - update for VcButton - added pill (rounded) prop
392
+ - Migrate VcFilterPanel component from FG
393
+ - Migrate VcInfiniteScroll component from FG
394
+ - Add translation utility
395
+ - update VcToast
396
+
397
+ ### 0.1.5 (2021-12-07)
398
+ - update for VcAlert - added inline state
399
+ - update for VcCard - update all design and add test and story
400
+ - simplify the process of adding svg icons
401
+ - Migrate the VcCheckbox component from FG
402
+ - add disabled css for VcButton
403
+
404
+ ## 0.1.4 (2021-11-28)
405
+ - VcConfirmModal - added support for loader in modal buttons
406
+ - VcConfirmModal, VcModalContainer, VcModalWrapper - added support to add or remove the offset class
407
+
408
+ ## 0.1.2 (2021-11-21)
409
+ ### Added components
410
+ - VcActionsList
411
+ - VcBottomActions
412
+ - VcActions - A wrapper for VcActionsList and VcBottomActions that chooses which one to display, depending if it is used in desktop or mobile
413
+ - VcTooltip
414
+ - VcIconWithTooltip
415
+
416
+ ### Added utilities
417
+ - util/colorUtil.js - utility functions commonly used for setting the theme