@innovaccer/design-system 4.22.0 → 4.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.
- package/CHANGELOG.md +157 -0
- package/README.md +35 -27
- package/css/dist/index.css +1570 -434
- package/css/dist/index.css.map +1 -1
- package/css/src/ai-components/button.module.css +4 -24
- package/css/src/ai-components/chip.module.css +12 -30
- package/css/src/ai-components/iconButton.module.css +2 -12
- package/css/src/components/avatarGroup.module.css +7 -0
- package/css/src/components/avatarSelection.module.css +22 -0
- package/css/src/components/badge.module.css +3 -3
- package/css/src/components/button.module.css +196 -27
- package/css/src/components/calendar.module.css +61 -20
- package/css/src/components/card.module.css +14 -0
- package/css/src/components/chatBubble.module.css +6 -1
- package/css/src/components/chatInput.module.css +14 -3
- package/css/src/components/chip.module.css +39 -4
- package/css/src/components/chipInput.module.css +19 -17
- package/css/src/components/dropdown.module.css +50 -14
- package/css/src/components/dropdownButton.module.css +5 -3
- package/css/src/components/dropzone.module.css +36 -0
- package/css/src/components/editableChipInput.module.css +48 -1
- package/css/src/components/editableDropdown.module.css +53 -0
- package/css/src/components/editableInput.module.css +31 -0
- package/css/src/components/grid.module.css +33 -13
- package/css/src/components/horizontalNav.module.css +16 -1
- package/css/src/components/input.module.css +0 -1
- package/css/src/components/label.module.css +12 -0
- package/css/src/components/link.module.css +69 -6
- package/css/src/components/linkButton.module.css +82 -10
- package/css/src/components/listbox.module.css +110 -6
- package/css/src/components/metricInput.module.css +89 -35
- package/css/src/components/modal.module.css +16 -0
- package/css/src/components/navigation.module.css +16 -0
- package/css/src/components/segmentedControl.module.css +1 -1
- package/css/src/components/select.module.css +11 -3
- package/css/src/components/selectionCard.module.css +38 -0
- package/css/src/components/sidesheet.module.css +16 -0
- package/css/src/components/slider.module.css +21 -0
- package/css/src/components/switch.module.css +39 -0
- package/css/src/components/table.module.css +32 -1
- package/css/src/components/tabs.module.css +20 -0
- package/css/src/components/timePicker.module.css +4 -0
- package/css/src/components/toast.module.css +19 -0
- package/css/src/components/tooltip.module.css +1 -0
- package/css/src/components/verticalNav.module.css +13 -5
- package/css/src/core/utilities.css +0 -23
- package/css/src/tokens/index.css +156 -156
- package/css/src/utils/utility.css +4 -0
- package/css/src/variables/index.css +116 -1
- package/dist/brotli/index.js +1 -1
- package/dist/brotli/index.js.br +0 -0
- package/dist/cjs/index.js +1 -1
- package/dist/core/accessibility/utils/useAccessibilityProps.d.ts +99 -16
- package/dist/core/components/atoms/_chip/index.d.ts +2 -0
- package/dist/core/components/atoms/_text/index.d.ts +2 -1
- package/dist/core/components/atoms/caption/Caption.d.ts +2 -2
- package/dist/core/components/atoms/chip/Chip.d.ts +2 -0
- package/dist/core/components/atoms/divider/Divider.d.ts +1 -0
- package/dist/core/components/atoms/dropdown/DropdownList.d.ts +2 -1
- package/dist/core/components/atoms/dropdown/option/index.d.ts +13 -4
- package/dist/core/components/atoms/helpText/HelpText.d.ts +1 -0
- package/dist/core/components/atoms/icon/Icon.d.ts +2 -3
- package/dist/core/components/atoms/link/Link.d.ts +4 -2
- package/dist/core/components/atoms/linkButton/LinkButton.d.ts +2 -1
- package/dist/core/components/atoms/message/Message.d.ts +1 -0
- package/dist/core/components/atoms/multiSlider/Handle.d.ts +1 -0
- package/dist/core/components/atoms/multiSlider/index.d.ts +2 -0
- package/dist/core/components/atoms/outsideClick/OutsideClick.d.ts +1 -0
- package/dist/core/components/atoms/popperWrapper/PopperWrapper.d.ts +51 -50
- package/dist/core/components/atoms/progressBar/ProgressBar.d.ts +3 -0
- package/dist/core/components/atoms/progressRing/ProgressRing.d.ts +3 -0
- package/dist/core/components/atoms/segmentedControl/SegmentedControl.d.ts +2 -0
- package/dist/core/components/atoms/spinner/Spinner.d.ts +1 -0
- package/dist/core/components/atoms/statusHint/StatusHint.d.ts +2 -2
- package/dist/core/components/atoms/toast/Toast.d.ts +3 -0
- package/dist/core/components/molecules/chat/Chat.d.ts +3 -0
- package/dist/core/components/molecules/chat/chatBubble/IncomingBubble.d.ts +1 -0
- package/dist/core/components/molecules/chat/chatBubble/OutgoingBubble.d.ts +1 -0
- package/dist/core/components/molecules/chat/chatInput/ChatInput.d.ts +1 -0
- package/dist/core/components/molecules/chat/unreadMessage/UnreadMessage.d.ts +3 -0
- package/dist/core/components/molecules/chipInput/ChipInput.d.ts +1 -1
- package/dist/core/components/molecules/chipInput/utils.d.ts +2 -0
- package/dist/core/components/molecules/dropzone/Dropzone.d.ts +1 -0
- package/dist/core/components/molecules/editableInput/EditableInput.d.ts +4 -0
- package/dist/core/components/molecules/fileUploader/FileUploaderButton.d.ts +2 -0
- package/dist/core/components/molecules/inputMask/InputMask.d.ts +1 -0
- package/dist/core/components/molecules/modal/Modal.d.ts +1 -0
- package/dist/core/components/molecules/popover/Popover.d.ts +1 -0
- package/dist/core/components/molecules/sidesheet/Sidesheet.d.ts +2 -1
- package/dist/core/components/molecules/stepper/Step.d.ts +1 -0
- package/dist/core/components/organisms/calendar/Calendar.d.ts +4 -3
- package/dist/core/components/organisms/calendar/utils.d.ts +6 -5
- package/dist/core/components/organisms/combobox/Combobox.d.ts +2 -0
- package/dist/core/components/organisms/combobox/ComboboxList.d.ts +1 -0
- package/dist/core/components/organisms/combobox/trigger/ComboboxTrigger.d.ts +2 -0
- package/dist/core/components/organisms/combobox/trigger/MultiselectTrigger.d.ts +1 -0
- package/dist/core/components/organisms/grid/Grid.d.ts +1 -0
- package/dist/core/components/organisms/grid/GridContext.d.ts +1 -0
- package/dist/core/components/organisms/grid/VirtualList.d.ts +1 -0
- package/dist/core/components/organisms/inlineMessage/InlineMessage.d.ts +3 -2
- package/dist/core/components/organisms/listbox/Listbox.d.ts +9 -1
- package/dist/core/components/organisms/listbox/listboxItem/ListBody.d.ts +1 -1
- package/dist/core/components/organisms/listbox/listboxItem/ListboxItem.d.ts +2 -0
- package/dist/core/components/organisms/listbox/nestedList/NestedList.d.ts +2 -0
- package/dist/core/components/organisms/listbox/reorderList/Draggable.d.ts +12 -0
- package/dist/core/components/organisms/listbox/reorderList/DraggableList.d.ts +2 -2
- package/dist/core/components/organisms/listbox/reorderList/types.d.ts +2 -0
- package/dist/core/components/organisms/listbox/utils.d.ts +3 -0
- package/dist/core/components/organisms/menu/MenuContext.d.ts +1 -0
- package/dist/core/components/organisms/menu/SubMenuContext.d.ts +1 -0
- package/dist/core/components/organisms/select/Select.d.ts +4 -1
- package/dist/core/components/organisms/select/SelectContext.d.ts +3 -1
- package/dist/core/components/organisms/select/SelectOption.d.ts +1 -0
- package/dist/core/components/organisms/select/SelectTrigger.d.ts +4 -0
- package/dist/core/components/organisms/select/utils.d.ts +7 -2
- package/dist/core/components/organisms/textField/TextFieldCommon.d.ts +1 -0
- package/dist/core/components/organisms/verticalNav/VerticalNav.d.ts +2 -0
- package/dist/core/utils/overlayHelper.d.ts +3 -2
- package/dist/esm/index.js +4343 -1784
- package/dist/gzip/index.js +1 -1
- package/dist/gzip/index.js.gz +0 -0
- package/dist/index.js +4139 -1734
- package/dist/index.js.map +1 -1
- package/dist/index.umd.css +1558 -422
- package/dist/index.umd.js +1 -1
- package/dist/scripts/setupTest.d.ts +1 -0
- package/dist/types/tsconfig.type.tsbuildinfo +399 -243
- package/package.json +8 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,160 @@
|
|
|
1
|
+
## 4.24.0 (2026-04-24)
|
|
2
|
+
|
|
3
|
+
### Highlights
|
|
4
|
+
|
|
5
|
+
- Extended WCAG 2.2 AA accessibility coverage to Table, Grid, Menu, SegmentedControl, Calendar, Toast, ProgressBar, ProgressRing, Message, Dropzone, ChatInput, VerticalNav, EditableInput, and more;
|
|
6
|
+
- Added disabled-state info affordance to Button, Avatar, Link, and LinkButton;
|
|
7
|
+
- Introduced Windows high contrast mode support.
|
|
8
|
+
|
|
9
|
+
### Breaking changes
|
|
10
|
+
|
|
11
|
+
NA
|
|
12
|
+
|
|
13
|
+
### Migration guide
|
|
14
|
+
|
|
15
|
+
NA
|
|
16
|
+
|
|
17
|
+
### Deprecations
|
|
18
|
+
|
|
19
|
+
NA
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
- feat(a11y): add A11y Component Tracker and enhance accessibilityProp with tabIndex and aria (f88393781)
|
|
24
|
+
- feat(metricInput): update arrow buttons touchpoint for a11y (e19affaef)
|
|
25
|
+
- feat(button): add info icon for disabled state interaction (af245f892)
|
|
26
|
+
- feat(avatar): update info icon for disabled state interaction (39ccf820b)
|
|
27
|
+
- feat(linkbutton): add info icon on disabled interactions (494af8b52)
|
|
28
|
+
- feat(Listbox): implement sticky-drag visual states and zero-drift UI (a7ca338cd)
|
|
29
|
+
- feat(link): add disabled state info affordance (e8c4c897f)
|
|
30
|
+
- feat(menu): add keyboard navigation for sub-menu trigger (1a1ffa0af)
|
|
31
|
+
- feat(menu): add keyboard navigation for menu trigger (b09955c71)
|
|
32
|
+
- feat(menu): add aria attributes for accessibility (dbe5fb67d)
|
|
33
|
+
- feat(SegmentedControl): enhance accessibility with ARIA roles and roving tabindex (76caf0de6)
|
|
34
|
+
- feat(dropzone): add accessibility attributes (feb6e0250)
|
|
35
|
+
- feat(calendar): add tooltip and aria-label for prev/next navigation button (fbc21902c)
|
|
36
|
+
- feat(segmentedControl): add aria attributes for accessibility (a3897b589)
|
|
37
|
+
- feat(chipGroup): add a11y sttribute to chip component (e0631a7c4)
|
|
38
|
+
- feat(toast): add aria attributes for accessibility (2732dd33a)
|
|
39
|
+
- feat(progressRing): add aria attributes for accessibility (e3df442ff)
|
|
40
|
+
- feat(progressBar): add aria attributes for accessibility (e2fe2ca21)
|
|
41
|
+
- feat(message): add aria attributes for accessibility (bd78b15d0)
|
|
42
|
+
- feat(editableInput): add aria attribute in editable input component (f407ff3d7)
|
|
43
|
+
- feat(grid): add keyboard navigation support for accessibility (10ccb6af6)
|
|
44
|
+
- feat(verticalNav): add aria attributes for accessibility (0e4d33d91)
|
|
45
|
+
- feat(table): add aria attributes and keyboard a11y support in grid and table (5b073d599)
|
|
46
|
+
- feat(grid): add aria attributes in grid component (d7db67be2)
|
|
47
|
+
- feat: add windows high contrast mode support in component (ecf0cff4d)
|
|
48
|
+
- feat(chatInput): add wcag a11y support in chatInput component (d2f63c7e1)
|
|
49
|
+
|
|
50
|
+
### Fixes
|
|
51
|
+
|
|
52
|
+
- fix(table): update id for checkboxes (f41eba735)
|
|
53
|
+
- fix(spacekey): update keyboard events with space key utility (c718e9ea5)
|
|
54
|
+
- fix(link): update disabled state (3b273ba1b)
|
|
55
|
+
- fix(inputMask): update id attribute conflict in inputmask component (204d332e4)
|
|
56
|
+
- fix(avatar): update role attribute for correct accessibility (3a06fe0ec)
|
|
57
|
+
- fix(grid): fix whitespace issue is grid cell (f3499e85d)
|
|
58
|
+
- fix(TimePicker): set 320px default width, 256px min-width, and wrap options text (104f60e32)
|
|
59
|
+
- fix(Listbox): adjust position of selected and activated items in tight layout (04fec3ddd)
|
|
60
|
+
- fix(MultiSlider): remove misleading role="button" from track and tick labels (6c2bf7185)
|
|
61
|
+
- fix(MetricInput): resolve WCAG 2.2 AA a11y issues (ad75c0f57)
|
|
62
|
+
- fix(VerificationCodeInput): prevent shared aria-label from overwriting per-digit labels (ae425fc5a)
|
|
63
|
+
- fix(Input): forward aria-labelledby and honour consumer tabIndex (a7478ed1e)
|
|
64
|
+
- fix(TextField): associate label with control and link helpText via aria-describedby (00b2444f7)
|
|
65
|
+
- fix(InputMask): associate helpText/caption with input via aria-describedby (dc75c3dde)
|
|
66
|
+
- fix(Radio): stable id, aria-label/labelledby/describedby, helpText association (5257f7665)
|
|
67
|
+
- fix(Textarea): correct htmlFor/id pairing and aria-labelledby tokens in Size story (075b2303a)
|
|
68
|
+
|
|
69
|
+
### Improvements
|
|
70
|
+
|
|
71
|
+
- style(tokens): update semantic colors and ramps (d615dde03)
|
|
72
|
+
- style(aicolor): update gradients and sara sparkle stroke (517554db8)
|
|
73
|
+
- fix(contributors): update profile information (44bed37ec)
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
## 4.23.0 (2026-04-10)
|
|
78
|
+
|
|
79
|
+
### Highlights
|
|
80
|
+
|
|
81
|
+
- Extended WCAG 2.2 AA accessibility coverage across Dropdown, ChipInput, Input, Navigation, Editable, Listbox, Radio, Calendar, Select, Combobox, and Menu with comprehensive keyboard accessibility and ARIA attributes;
|
|
82
|
+
- introduced jest-axe testing tool for automated accessibility validation.
|
|
83
|
+
|
|
84
|
+
### Breaking changes
|
|
85
|
+
|
|
86
|
+
NA
|
|
87
|
+
|
|
88
|
+
### Migration guide
|
|
89
|
+
|
|
90
|
+
NA
|
|
91
|
+
|
|
92
|
+
### Deprecations
|
|
93
|
+
|
|
94
|
+
NA
|
|
95
|
+
|
|
96
|
+
### Features
|
|
97
|
+
|
|
98
|
+
- feat: add jest-axe testing tool for wcag accessibility (cf86684b8)
|
|
99
|
+
- feat(Sidesheet, Modal): add aria-label to close button for accessibility (8566c13be)
|
|
100
|
+
- feat(Dropdown): enhance Dropdown Accessibility and Visual Feedback (cc553f989)
|
|
101
|
+
- feat(input): add clearButtonAriaLabel prop and related tests (0a457efa5)
|
|
102
|
+
- feat(navigation): enhance accessibility with aria attributes and improve footer button accessibility (50bea9370)
|
|
103
|
+
- feat(editable): keyboard axe for Editable family (a935362e5)
|
|
104
|
+
- feat(listbox): add visual indicator for selected items (92c7e6662)
|
|
105
|
+
- feat(radio): add accessibility warnings and aria attributes for Radio component (47c9f5862)
|
|
106
|
+
- feat(a11y): add a11y prop table for ChoiceList, Select, and Segmented Control components (82b08dc62)
|
|
107
|
+
- feat(Calendar): add a11y support in Calendar component (b2ec1a0d4)
|
|
108
|
+
- feat(select, listbox, combobox, menu): add comprehensive keyboard accessibility (320ff2563)
|
|
109
|
+
- feat(label): small size padding update (cde54effe)
|
|
110
|
+
|
|
111
|
+
### Fixes
|
|
112
|
+
|
|
113
|
+
- fix(chip-input): align clear action button (4730bedd8)
|
|
114
|
+
- fix(AIChip): add sara sparkle for a11y (bae7fbc1e)
|
|
115
|
+
- fix(chip): add aria attributes for close icon in chip (47ff27f2d)
|
|
116
|
+
- fix(modal): update keyboard navigation (d3c43feef)
|
|
117
|
+
- fix(Label): add aria-hidden to required dot and sr-only text for screen (3fd16946c)
|
|
118
|
+
- fix(Textarea): forward readOnly prop to native textarea DOM element (d277e9c8c)
|
|
119
|
+
- fix(StatusHint): add aria-label to status icon, hide skeletons from AT (0c2bd0d03)
|
|
120
|
+
- fix(Link): render as button when href is not provided (f0d7e6a26)
|
|
121
|
+
- fix(dropdown): update prop table for dropdown (e94a7f728)
|
|
122
|
+
- fix(horizontalNav): adjust outline offset for active navigational item focus state (02db6a2a2)
|
|
123
|
+
- fix(input): add aria attributes for error handling and inline label association (ecf9f09fe)
|
|
124
|
+
- fix(Slider): add aria-labelledby to associate label with slider controls (b5c88df37)
|
|
125
|
+
- fix(Checkbox): add accessible name requirement with aria-label & aria-labelledby support (181b4e865)
|
|
126
|
+
- fix(Toast): use semantic button for close & fix keyboard accessibility (7a1f29dc4)
|
|
127
|
+
- fix(Spinner): add aria-labelledby prop for accessible naming (acc7ef20f)
|
|
128
|
+
- fix(Avatar): remove duplicate image semantics (78eabaf23)
|
|
129
|
+
- fix(caption): add aria props support (374b18695)
|
|
130
|
+
- fix(Pagination): accessible name and description for jump input (0f9f082ff)
|
|
131
|
+
- fix(FileUploader): associate file input with descriptive text and announce dynamic updates (350ea2414)
|
|
132
|
+
- fix(Toast): replace raw button with Button component for close icon (0a2f6ff49)
|
|
133
|
+
- fix(metalist): add aria-hidden is true (0f728ae28)
|
|
134
|
+
- fix(dropzone): add arial label for file input (ca94a69c1)
|
|
135
|
+
- fix(Stepper): add aria-labels to step buttons for accessibility (852017173)
|
|
136
|
+
- fix(linkbutton): add aria label to icon (8b34bd2f8)
|
|
137
|
+
- fix(VerificationCodeInput): generate unique IDs per input field (8fa826c0c)
|
|
138
|
+
- fix(Calendar): prevent selection of disabled values and fix keyboard boundaries (b3573369e)
|
|
139
|
+
- fix(VerticalNav): resolve click regression and focus visibility (d7032a2c6)
|
|
140
|
+
- fix(scrollbar): use native browser scrollbar (4a14c1cfd)
|
|
141
|
+
- fix(chipInput): update clear icon to match Input component pattern (d2e2411a3)
|
|
142
|
+
|
|
143
|
+
### Improvements
|
|
144
|
+
|
|
145
|
+
- chore: update security vulnerabilities (8e5bd3998)
|
|
146
|
+
- chore: update contributor list (8de7b068f)
|
|
147
|
+
- chore: update lint rules & types checking (356707105)
|
|
148
|
+
- chore: update test cases (80f814599)
|
|
149
|
+
- chore: remove eslint warnings (a921e3ab9)
|
|
150
|
+
- style(editableChipInput): update clear icon and remove error focus halo (897e264dd)
|
|
151
|
+
|
|
152
|
+
### Documentation
|
|
153
|
+
|
|
154
|
+
- docs(contributors): add contributor entries (2ae760dbb)
|
|
155
|
+
|
|
156
|
+
---
|
|
157
|
+
|
|
1
158
|
## 4.22.0 (2026-03-30)
|
|
2
159
|
|
|
3
160
|
### Highlights
|
package/README.md
CHANGED
|
@@ -155,33 +155,41 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
155
155
|
<!-- prettier-ignore-start -->
|
|
156
156
|
<!-- markdownlint-disable -->
|
|
157
157
|
<table>
|
|
158
|
-
<
|
|
159
|
-
<
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
<
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
<
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
158
|
+
<tbody>
|
|
159
|
+
<tr>
|
|
160
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/aditya-kumawat"><img src="https://avatars.githubusercontent.com/u/12715487?v=4?s=100" width="100px;" alt="Aditya Kumawat"/><br /><sub><b>Aditya Kumawat</b></sub></a><br /><a href="https://github.com/innovaccer/design-system/commits?author=aditya-kumawat" title="Code">💻</a></td>
|
|
161
|
+
<td align="center" valign="top" width="14.28%"><a href="https://riyalohia.github.io/portfolio/"><img src="https://avatars.githubusercontent.com/u/31706090?v=4?s=100" width="100px;" alt="Riya Lohia"/><br /><sub><b>Riya Lohia</b></sub></a><br /><a href="https://github.com/innovaccer/design-system/commits?author=riyalohia" title="Code">💻</a></td>
|
|
162
|
+
<td align="center" valign="top" width="14.28%"><a href="http://satyamyadav.info/"><img src="https://avatars.githubusercontent.com/u/3583587?v=4?s=100" width="100px;" alt="Satyam Yadav"/><br /><sub><b>Satyam Yadav</b></sub></a><br /><a href="https://github.com/innovaccer/design-system/commits?author=satyamyadav" title="Code">💻</a> <a href="https://github.com/innovaccer/design-system/commits?author=satyamyadav" title="Documentation">📖</a> <a href="https://github.com/innovaccer/design-system/pulls?q=is%3Apr+reviewed-by%3Asatyamyadav" title="Reviewed Pull Requests">👀</a></td>
|
|
163
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/anuradha9712"><img src="https://avatars.githubusercontent.com/u/46045493?v=4?s=100" width="100px;" alt="Anuradha Aggarwal"/><br /><sub><b>Anuradha Aggarwal</b></sub></a><br /><a href="https://github.com/innovaccer/design-system/commits?author=anuradha9712" title="Code">💻</a> <a href="https://github.com/innovaccer/design-system/commits?author=anuradha9712" title="Documentation">📖</a> <a href="https://github.com/innovaccer/design-system/pulls?q=is%3Apr+reviewed-by%3Aanuradha9712" title="Reviewed Pull Requests">👀</a></td>
|
|
164
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/sandeshchoudhary"><img src="https://avatars.githubusercontent.com/u/11272274?v=4?s=100" width="100px;" alt="sandeshchoudhary"/><br /><sub><b>sandeshchoudhary</b></sub></a><br /><a href="https://github.com/innovaccer/design-system/commits?author=sandeshchoudhary" title="Code">💻</a></td>
|
|
165
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/adityajhajharia"><img src="https://avatars.githubusercontent.com/u/42600089?v=4?s=100" width="100px;" alt="adityajhajharia"/><br /><sub><b>adityajhajharia</b></sub></a><br /><a href="https://github.com/innovaccer/design-system/commits?author=adityajhajharia" title="Code">💻</a></td>
|
|
166
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/xlreon"><img src="https://avatars.githubusercontent.com/u/26788670?v=4?s=100" width="100px;" alt="Sidharth"/><br /><sub><b>Sidharth</b></sub></a><br /><a href="https://github.com/innovaccer/design-system/commits?author=xlreon" title="Code">💻</a></td>
|
|
167
|
+
</tr>
|
|
168
|
+
<tr>
|
|
169
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/stuti1090"><img src="https://avatars.githubusercontent.com/u/65341865?v=4?s=100" width="100px;" alt="stuti1090"/><br /><sub><b>stuti1090</b></sub></a><br /><a href="https://github.com/innovaccer/design-system/commits?author=stuti1090" title="Code">💻</a></td>
|
|
170
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/veekays"><img src="https://avatars.githubusercontent.com/u/6420348?v=4?s=100" width="100px;" alt="Vikas Singh"/><br /><sub><b>Vikas Singh</b></sub></a><br /><a href="https://github.com/innovaccer/design-system/commits?author=veekays" title="Code">💻</a></td>
|
|
171
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/SaniyaGupta"><img src="https://avatars.githubusercontent.com/u/15903031?v=4?s=100" width="100px;" alt="SaniyaGupta"/><br /><sub><b>SaniyaGupta</b></sub></a><br /><a href="https://github.com/innovaccer/design-system/commits?author=SaniyaGupta" title="Code">💻</a></td>
|
|
172
|
+
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/parth-chauhan-984624193/"><img src="https://avatars.githubusercontent.com/u/35137224?v=4?s=100" width="100px;" alt="Parth Chauhan"/><br /><sub><b>Parth Chauhan</b></sub></a><br /><a href="https://github.com/innovaccer/design-system/commits?author=chauhanparth210" title="Code">💻</a></td>
|
|
173
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/stutirao"><img src="https://avatars.githubusercontent.com/u/45294592?v=4?s=100" width="100px;" alt="Stuti Pandey"/><br /><sub><b>Stuti Pandey</b></sub></a><br /><a href="https://github.com/innovaccer/design-system/commits?author=stutirao" title="Code">💻</a></td>
|
|
174
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Shib00"><img src="https://avatars.githubusercontent.com/u/33096446?v=4?s=100" width="100px;" alt="Shivam Dwivedi"/><br /><sub><b>Shivam Dwivedi</b></sub></a><br /><a href="https://github.com/innovaccer/design-system/commits?author=Shib00" title="Code">💻</a></td>
|
|
175
|
+
<td align="center" valign="top" width="14.28%"><a href="http://www.rahulgaur.info/"><img src="https://avatars.githubusercontent.com/u/760474?v=4?s=100" width="100px;" alt="Rahul Gaur"/><br /><sub><b>Rahul Gaur</b></sub></a><br /><a href="https://github.com/innovaccer/design-system/commits?author=aregee" title="Code">💻</a></td>
|
|
176
|
+
</tr>
|
|
177
|
+
<tr>
|
|
178
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/atifzaidi92"><img src="https://avatars.githubusercontent.com/u/54103064?v=4?s=100" width="100px;" alt="atifzaidi92"/><br /><sub><b>atifzaidi92</b></sub></a><br /><a href="https://github.com/innovaccer/design-system/commits?author=atifzaidi92" title="Code">💻</a></td>
|
|
179
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Sumit2399"><img src="https://avatars.githubusercontent.com/u/66456021?v=4?s=100" width="100px;" alt="Sumit Dhyani"/><br /><sub><b>Sumit Dhyani</b></sub></a><br /><a href="https://github.com/innovaccer/design-system/commits?author=Sumit2399" title="Code">💻</a></td>
|
|
180
|
+
<td align="center" valign="top" width="14.28%"><a href="https://tanmay-portfolio.herokuapp.com/"><img src="https://avatars.githubusercontent.com/u/36269283?v=4?s=100" width="100px;" alt="Tanmay Sharma"/><br /><sub><b>Tanmay Sharma</b></sub></a><br /><a href="https://github.com/innovaccer/design-system/commits?author=927tanmay" title="Code">💻</a></td>
|
|
181
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Rashi-Gupta-2000"><img src="https://avatars.githubusercontent.com/u/99866103?v=4?s=100" width="100px;" alt="Rashi Gupta"/><br /><sub><b>Rashi Gupta</b></sub></a><br /><a href="https://github.com/innovaccer/design-system/commits?author=Rashi-Gupta-2000" title="Code">💻</a></td>
|
|
182
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/varnikajain15"><img src="https://avatars.githubusercontent.com/u/55780559?v=4?s=100" width="100px;" alt="Varnika Jain"/><br /><sub><b>Varnika Jain</b></sub></a><br /><a href="https://github.com/innovaccer/design-system/commits?author=varnikajain15" title="Code">💻</a></td>
|
|
183
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/aman2000verma"><img src="https://avatars.githubusercontent.com/u/45339091?v=4?s=100" width="100px;" alt="Aman Verma"/><br /><sub><b>Aman Verma</b></sub></a><br /><a href="https://github.com/innovaccer/design-system/commits?author=aman2000verma" title="Code">💻</a></td>
|
|
184
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/samyak3009"><img src="https://avatars.githubusercontent.com/u/56395892?v=4?s=100" width="100px;" alt="SAMYAK JAIN"/><br /><sub><b>SAMYAK JAIN</b></sub></a><br /><a href="https://github.com/innovaccer/design-system/commits?author=samyak3009" title="Code">💻</a></td>
|
|
185
|
+
</tr>
|
|
186
|
+
<tr>
|
|
187
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Atulya26"><img src="https://avatars.githubusercontent.com/u/85021422?v=4?s=100" width="100px;" alt="Atulya"/><br /><sub><b>Atulya</b></sub></a><br /><a href="https://github.com/innovaccer/design-system/commits?author=Atulya26" title="Code">💻</a> <a href="#design-Atulya26" title="Design">🎨</a></td>
|
|
188
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/abhiroopchaudhuri"><img src="https://avatars.githubusercontent.com/u/87370756?v=4?s=100" width="100px;" alt="Abhiroop Chaudhuri"/><br /><sub><b>Abhiroop Chaudhuri</b></sub></a><br /><a href="https://github.com/innovaccer/design-system/commits?author=abhiroopchaudhuri" title="Code">💻</a> <a href="#design-abhiroopchaudhuri" title="Design">🎨</a></td>
|
|
189
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/grandhimanshu"><img src="https://avatars.githubusercontent.com/u/165885443?v=4?s=100" width="100px;" alt="Himanshu Jangir"/><br /><sub><b>Himanshu Jangir</b></sub></a><br /><a href="https://github.com/innovaccer/design-system/commits?author=grandhimanshu" title="Code">💻</a> <a href="#design-grandhimanshu" title="Design">🎨</a></td>
|
|
190
|
+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Shiv619"><img src="https://avatars.githubusercontent.com/u/83985838?v=4?s=100" width="100px;" alt="Shivaansh Sharma"/><br /><sub><b>Shivaansh Sharma</b></sub></a><br /><a href="https://github.com/innovaccer/design-system/commits?author=Shiv619" title="Code">💻</a> <a href="#design-Shiv619" title="Design">🎨</a></td>
|
|
191
|
+
</tr>
|
|
192
|
+
</tbody>
|
|
185
193
|
</table>
|
|
186
194
|
|
|
187
195
|
<!-- markdownlint-restore -->
|