@vcita/design-system 1.5.4 → 1.5.6

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