@innovaccer/design-system 2.13.3 → 2.13.4-2

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 (349) hide show
  1. package/core/components/atoms/button/__stories__/SplitButton.story.jsx +1 -2
  2. package/core/components/atoms/checkbox/__stories__/Alignment.story.jsx +28 -26
  3. package/core/components/atoms/checkbox/__stories__/variants/Controlled.story.jsx +2 -2
  4. package/core/components/atoms/chip/__stories__/index.story.jsx +2 -2
  5. package/core/components/atoms/chip/__stories__/variants/Action.story.jsx +2 -2
  6. package/core/components/atoms/chip/__stories__/variants/Input.story.jsx +2 -2
  7. package/core/components/atoms/chip/__stories__/variants/Selection.story.jsx +6 -6
  8. package/core/components/atoms/chip/__stories__/variants/Type.story.jsx +2 -2
  9. package/core/components/atoms/chipGroup/_stories_/index.story.jsx +1 -1
  10. package/core/components/atoms/collapsible/__stories__/CustomTrigger.story.jsx +5 -71
  11. package/core/components/atoms/dropdown/Dropdown.tsx +18 -2
  12. package/core/components/atoms/dropdown/DropdownList.tsx +47 -57
  13. package/core/components/atoms/dropdown/__stories__/CustomSearchPlaceholder.story.jsx +4 -4
  14. package/core/components/atoms/dropdown/__stories__/DropdownItemsWithCheckbox.story.jsx +1 -3
  15. package/core/components/atoms/dropdown/__stories__/DropdownItemsWithIcon.story.jsx +2 -4
  16. package/core/components/atoms/dropdown/__stories__/DropdownItemsWithInfo.story.jsx +2 -5
  17. package/core/components/atoms/dropdown/__stories__/DropdownWIthIcon.story.jsx +3 -4
  18. package/core/components/atoms/dropdown/__stories__/DropdownWithActionButtons.story.jsx +9 -9
  19. package/core/components/atoms/dropdown/__stories__/DropdownWithCaption.story.jsx +7 -7
  20. package/core/components/atoms/dropdown/__stories__/Gender.story.jsx +6 -6
  21. package/core/components/atoms/dropdown/__stories__/LabelInline.story.jsx +58 -0
  22. package/core/components/atoms/dropdown/__stories__/{LabelPositionInDropdown.story.jsx → LabelOnTop.story.jsx} +8 -9
  23. package/core/components/atoms/dropdown/__stories__/Languages.story.jsx +6 -6
  24. package/core/components/atoms/dropdown/__stories__/Menu.story.jsx +5 -6
  25. package/core/components/atoms/dropdown/__stories__/OptionsLessThan50.story.jsx +3 -7
  26. package/core/components/atoms/dropdown/__stories__/OptionsMoreThan50.story.jsx +2 -2
  27. package/core/components/atoms/dropdown/__stories__/SearchInDropdown.story.jsx +3 -5
  28. package/core/components/atoms/dropdown/__stories__/StandardDropdown.story.jsx +2 -2
  29. package/core/components/atoms/dropdown/__stories__/StatusWithoutLabel.story.jsx +3 -3
  30. package/core/components/atoms/dropdown/__stories__/WithCheckboxAndSubInfo.story.jsx +2 -4
  31. package/core/components/atoms/dropdown/__stories__/index.story.jsx +2 -2
  32. package/core/components/atoms/dropdown/__stories__/variants/LoadingType.story.jsx +0 -1
  33. package/core/components/atoms/dropdown/__stories__/variants/PreSelection.story.jsx +2 -2
  34. package/core/components/atoms/dropdown/__stories__/variants/StaticLimit.story.jsx +2 -2
  35. package/core/components/atoms/dropdown/__stories__/variants/controlledDropdown/BulkMultiSelectWithApply.story.jsx +2 -2
  36. package/core/components/atoms/dropdown/__stories__/variants/controlledDropdown/MultiSelect.story.jsx +2 -2
  37. package/core/components/atoms/dropdown/__stories__/variants/controlledDropdown/SingleSelect.story.jsx +4 -4
  38. package/core/components/atoms/dropdown/option/DefaultOption.tsx +1 -1
  39. package/core/components/atoms/dropdown/utility.tsx +6 -0
  40. package/core/components/atoms/icon/__stories__/variants/Image.story.jsx +1 -6
  41. package/core/components/atoms/input/__stories__/variants/Size.story.jsx +9 -9
  42. package/core/components/atoms/input/__stories__/variants/controlledInput.story.jsx +3 -3
  43. package/core/components/atoms/metaList/_stories_/index.story.jsx +0 -1
  44. package/core/components/atoms/rangeSlider/__stories__/index.story.jsx +2 -2
  45. package/core/components/atoms/rangeSlider/__stories__/variants/Controlled.story.jsx +2 -2
  46. package/core/components/atoms/slider/__stories__/variants/Controlled.story.jsx +2 -2
  47. package/core/components/css-utilities/Miscellaneous/Miscellaneous.story.tsx +4 -0
  48. package/core/components/molecules/dropzone/FileSelectorUtils.tsx +3 -0
  49. package/core/components/molecules/editableDropdown/__stories__/index.story.jsx +2 -2
  50. package/core/components/molecules/fullscreenModal/__stories__/DefaultWidth.story.jsx +4 -2
  51. package/core/components/molecules/fullscreenModal/__stories__/LargeWidth.story.jsx +4 -2
  52. package/core/components/molecules/fullscreenModal/__stories__/Layering.story.jsx +3 -1
  53. package/core/components/molecules/fullscreenModal/__stories__/Scrolling.story.jsx +4 -2
  54. package/core/components/molecules/fullscreenModal/__stories__/TwoStepWorkflow.story.jsx +1 -2
  55. package/core/components/molecules/fullscreenModal/__stories__/twoSteps.story.jsx +0 -1
  56. package/core/components/molecules/fullscreenModal/__stories__/variants/dimension/Large.story.jsx +0 -1
  57. package/core/components/molecules/fullscreenModal/__stories__/variants/dimension/Medium.story.jsx +0 -1
  58. package/core/components/molecules/modal/__stories__/Alert.story.jsx +3 -1
  59. package/core/components/molecules/modal/__stories__/Confirmation.story.jsx +3 -1
  60. package/core/components/molecules/modal/__stories__/Dialog.story.jsx +3 -1
  61. package/core/components/molecules/modal/__stories__/Input.story.jsx +3 -1
  62. package/core/components/molecules/modal/__stories__/Layering.story.jsx +3 -1
  63. package/core/components/molecules/modal/__stories__/NoFooter.story.jsx +3 -1
  64. package/core/components/molecules/modal/__stories__/Scrolling.story.jsx +4 -2
  65. package/core/components/molecules/modal/__stories__/index.story.jsx +3 -1
  66. package/core/components/molecules/modal/__stories__/old.story.jsx +3 -1
  67. package/core/components/molecules/modal/__stories__/variants/dimension/Large.story.jsx +3 -1
  68. package/core/components/molecules/modal/__stories__/variants/dimension/Medium.story.jsx +3 -1
  69. package/core/components/molecules/modal/__stories__/variants/dimension/Small.story.jsx +3 -1
  70. package/core/components/molecules/popover/__stories__/Actions.story.jsx +1 -6
  71. package/core/components/molecules/popover/__stories__/Inputs.story.jsx +1 -6
  72. package/core/components/molecules/popover/__stories__/Light.story.jsx +1 -6
  73. package/core/components/molecules/popover/__stories__/variants/boundaryElement.story.jsx +1 -1
  74. package/core/components/molecules/sidesheet/__stories__/index.story.jsx +3 -1
  75. package/core/components/molecules/sidesheet/__stories__/variants/CustomHeader.story.jsx +3 -1
  76. package/core/components/molecules/sidesheet/__stories__/variants/Layering.story.jsx +3 -1
  77. package/core/components/molecules/sidesheet/__stories__/variants/LayeringWithModal.story.jsx +3 -1
  78. package/core/components/molecules/sidesheet/__stories__/variants/dimension/Large.story.jsx +3 -1
  79. package/core/components/molecules/sidesheet/__stories__/variants/dimension/Regular.story.jsx +4 -2
  80. package/core/components/molecules/sidesheet/__stories__/variants/stickyFooter.story.jsx +3 -1
  81. package/core/components/molecules/sidesheet/__stories__/variants/twoSteps.story.jsx +6 -4
  82. package/core/components/molecules/tabs/__stories__/DismissibleTab.story.jsx +1 -0
  83. package/core/components/molecules/tooltip/__stories__/variants/Position.story.jsx +2 -13
  84. package/core/components/organisms/calendar/__stories__/index.story.jsx +40 -7
  85. package/core/components/organisms/calendar/__stories__/variants/size.story.jsx +2 -3
  86. package/core/components/organisms/datePicker/DatePicker.tsx +1 -1
  87. package/core/components/organisms/dateRangePicker/__stories__/variants/withSingleInput.story.jsx +3 -0
  88. package/core/components/organisms/horizontalNav/__stories__/leftAlign.story.jsx +35 -19
  89. package/core/components/organisms/inlineMessage/__stories__/variants/Default.story.jsx +1 -3
  90. package/core/components/organisms/inlineMessage/__stories__/variants/Error.story.jsx +1 -3
  91. package/core/components/organisms/inlineMessage/__stories__/variants/Info.story.jsx +1 -3
  92. package/core/components/organisms/inlineMessage/__stories__/variants/Success.story.jsx +1 -3
  93. package/core/components/organisms/inlineMessage/__stories__/variants/Warning.story.jsx +1 -3
  94. package/core/components/organisms/pageHeader/__stories__/Responsiveness.story.jsx +2 -2
  95. package/core/components/organisms/pageHeader/__stories__/variants/withNavigation.story.jsx +2 -2
  96. package/core/components/organisms/pageHeader/__stories__/variants/withNavigationL1.story.jsx +2 -2
  97. package/core/components/organisms/pageHeader/__stories__/variants/withStepper.story.jsx +2 -2
  98. package/core/components/organisms/pageHeader/__stories__/variants/withStepperL1.story.jsx +2 -2
  99. package/core/components/organisms/pageHeader/__stories__/variants/withTabs.story.jsx +2 -2
  100. package/core/components/organisms/pageHeader/__stories__/variants/withTabsL1.story.jsx +2 -2
  101. package/core/components/organisms/pageHeader/__stories__/withFilter.story.jsx +2 -2
  102. package/core/components/organisms/pageHeader/__stories__/withFilterL1.story.jsx +2 -2
  103. package/core/components/organisms/pageHeader/__stories__/withNavigation.story.jsx +2 -2
  104. package/core/components/organisms/pageHeader/__stories__/withNavigationL1.story.jsx +9 -3
  105. package/core/components/organisms/pageHeader/__stories__/withStepperL1.story.jsx +4 -4
  106. package/core/components/organisms/table/__stories__/TableAsDescriptionList.story.jsx +4 -4
  107. package/core/components/organisms/timePicker/TimePicker.tsx +6 -113
  108. package/core/components/organisms/timePicker/TimePickerWithInput.tsx +124 -0
  109. package/core/components/organisms/timePicker/TimePickerWithSearch.tsx +198 -0
  110. package/core/components/organisms/timePicker/__stories__/TimeIntervals.story.jsx +52 -0
  111. package/core/components/organisms/timePicker/__stories__/disabledOption.story.jsx +52 -0
  112. package/core/components/organisms/timePicker/__stories__/fromTo.story.jsx +72 -0
  113. package/core/components/organisms/timePicker/__stories__/showDuration.story.jsx +52 -0
  114. package/core/components/organisms/timePicker/__stories__/withDatePicker.story.jsx +88 -0
  115. package/core/components/organisms/timePicker/__stories__/{index.story.jsx → withInput.story.jsx} +6 -3
  116. package/core/components/organisms/timePicker/__stories__/withSearch.story.jsx +89 -0
  117. package/core/components/organisms/timePicker/__tests__/TimePickerWithSearch.test.tsx +464 -0
  118. package/core/components/organisms/timePicker/__tests__/__snapshots__/TimePickerWithSearch.test.tsx.snap +169 -0
  119. package/core/components/organisms/timePicker/index.tsx +2 -0
  120. package/core/components/organisms/timePicker/utility/searchUtils.tsx +295 -0
  121. package/core/components/organisms/timePicker/utility/timePickerUtility.tsx +219 -0
  122. package/core/components/organisms/timePicker/utils.tsx +1 -1
  123. package/core/components/organisms/verticalNav/MenuItem.tsx +11 -6
  124. package/core/components/organisms/verticalNav/__stories__/CustomOptionsRenderer.story.jsx +10 -9
  125. package/core/components/organisms/verticalNav/__stories__/CustomTrigger.story.jsx +14 -12
  126. package/core/components/organisms/verticalNav/__stories__/FlatEdgedVerticalNav.story.jsx +5 -5
  127. package/core/components/organisms/verticalNav/__stories__/LabelOverflowBehaviour.story.jsx +9 -15
  128. package/core/components/organisms/verticalNav/__tests__/__snapshots__/VerticalNav.test.tsx.snap +26 -24
  129. package/core/index.tsx +1 -0
  130. package/css/dist/index.css +9 -8
  131. package/css/dist/index.css.map +1 -1
  132. package/css/src/components/dropdown.css +6 -6
  133. package/css/src/components/metricInput.css +1 -0
  134. package/css/src/components/verticalNav.css +2 -0
  135. package/dist/core/components/atoms/dropdown/Dropdown.d.ts +2 -0
  136. package/dist/core/components/atoms/dropdown/DropdownList.d.ts +1 -0
  137. package/dist/core/components/atoms/dropdown/utility.d.ts +1 -0
  138. package/dist/core/components/atoms/popperWrapper/PopperWrapper.d.ts +22 -22
  139. package/dist/core/components/organisms/datePicker/DatePicker.d.ts +1 -1
  140. package/dist/core/components/organisms/timePicker/TimePicker.d.ts +5 -13
  141. package/dist/core/components/organisms/timePicker/TimePickerWithInput.d.ts +24 -0
  142. package/dist/core/components/organisms/timePicker/TimePickerWithSearch.d.ts +32 -0
  143. package/dist/core/components/organisms/timePicker/index.d.ts +2 -0
  144. package/dist/core/components/organisms/timePicker/utility/searchUtils.d.ts +7 -0
  145. package/dist/core/components/organisms/timePicker/utility/timePickerUtility.d.ts +19 -0
  146. package/dist/core/index.d.ts +1 -0
  147. package/dist/index.esm.js +719 -52
  148. package/dist/index.js +648 -74
  149. package/dist/index.js.map +1 -1
  150. package/dist/index.umd.js +1 -1
  151. package/dist/index.umd.js.br +0 -0
  152. package/dist/index.umd.js.gz +0 -0
  153. package/docs/.eslintrc.json +32 -1
  154. package/docs/.prettierrc +6 -0
  155. package/docs/README.md +14 -0
  156. package/docs/cypress/e2e/main.cy.js +35 -0
  157. package/docs/cypress/fixtures/example.json +5 -0
  158. package/docs/cypress/support/commands.ts +37 -0
  159. package/docs/cypress/support/e2e.ts +20 -0
  160. package/docs/cypress.config.js +9 -0
  161. package/docs/package.json +16 -3
  162. package/docs/src/components/Colors/Colors.css +4 -0
  163. package/docs/src/components/Colors/Colors.js +56 -61
  164. package/docs/src/components/Container/ComponentsContainer.js +10 -30
  165. package/docs/src/components/Container/Container.js +10 -41
  166. package/docs/src/components/ErrorBoundary.js +9 -3
  167. package/docs/src/components/Footer/Footer.js +11 -10
  168. package/docs/src/components/GlobalSearch/index.js +47 -44
  169. package/docs/src/components/Header/Header.css +4 -0
  170. package/docs/src/components/Header/Header.js +25 -19
  171. package/docs/src/components/Layout.js +59 -303
  172. package/docs/src/components/LeftNav/LeftNav.js +12 -28
  173. package/docs/src/components/Logos/Logos.js +12 -26
  174. package/docs/src/components/MDXComponents.js +213 -0
  175. package/docs/src/components/MDXHeading.js +12 -18
  176. package/docs/src/components/Meta.js +9 -9
  177. package/docs/src/components/PropsTable/ArgJsDoc.tsx +2 -6
  178. package/docs/src/components/PropsTable/ArgRow.tsx +19 -47
  179. package/docs/src/components/PropsTable/ArgValue.tsx +50 -93
  180. package/docs/src/components/PropsTable/EmptyBlock.tsx +2 -5
  181. package/docs/src/components/PropsTable/SectionRow.tsx +7 -18
  182. package/docs/src/components/PropsTable/Table.tsx +43 -130
  183. package/docs/src/components/PropsTable/generateImports.tsx +1 -3
  184. package/docs/src/components/PropsTable/index.js +94 -140
  185. package/docs/src/components/PropsTable/prism.css +19 -20
  186. package/docs/src/components/Rules/DONTs.js +1 -6
  187. package/docs/src/components/Rules/DOs.js +1 -6
  188. package/docs/src/components/Rules/IconWrapper.js +6 -7
  189. package/docs/src/components/Rules/InlineMessage.js +1 -5
  190. package/docs/src/components/Rules/Rules.js +18 -28
  191. package/docs/src/components/TableOfContent/TableOfContent.css +8 -1
  192. package/docs/src/components/TableOfContent/TableOfContent.js +67 -58
  193. package/docs/src/components/css/global.css +1 -1
  194. package/docs/src/components/css/prism.css +1 -1
  195. package/docs/src/components/css/style.css +13 -5
  196. package/docs/src/components/templates/Default.js +1 -1
  197. package/docs/src/components/templates/Homepage.js +4 -6
  198. package/docs/src/data/components/Overview.js +49 -56
  199. package/docs/src/data/components/images/Calendar.png +0 -0
  200. package/docs/src/data/components/images/MetaList.png +0 -0
  201. package/docs/src/data/components/images/PageHeader.png +0 -0
  202. package/docs/src/data/components/images/TimePicker.png +0 -0
  203. package/docs/src/data/components/images/mobile/Badge.png +0 -0
  204. package/docs/src/data/components/images/mobile/Dropdown.png +0 -0
  205. package/docs/src/data/components/images/mobile/Message.png +0 -0
  206. package/docs/src/data/components/images/mobile/MetaList.png +0 -0
  207. package/docs/src/data/components/images/mobile/Slider.png +0 -0
  208. package/docs/src/data/components/images/mobile/StatusHint.png +0 -0
  209. package/docs/src/data/components/images/mobile/Stepper.png +0 -0
  210. package/docs/src/data/components/index.js +168 -321
  211. package/docs/src/data/components/mobile.js +85 -125
  212. package/docs/src/data/components/overview.css +4 -2
  213. package/docs/src/data/components/patterns.js +25 -59
  214. package/docs/src/data/header-items.yaml +1 -0
  215. package/docs/src/data/nav/components.yaml +2 -8
  216. package/docs/src/pages/404.js +7 -17
  217. package/docs/src/pages/components/avatar/usage.mdx +23 -19
  218. package/docs/src/pages/components/calendar/usage.mdx +3 -3
  219. package/docs/src/pages/components/checkbox/usage.mdx +1 -1
  220. package/docs/src/pages/components/chips/images/actionchip-state.png +0 -0
  221. package/docs/src/pages/components/chips/images/inputchips-state.png +0 -0
  222. package/docs/src/pages/components/chips/images/selectionchip-state.png +0 -0
  223. package/docs/src/pages/components/chips/usage.mdx +24 -2
  224. package/docs/src/pages/components/datePicker/images/datePicker-3.png +0 -0
  225. package/docs/src/pages/components/datePicker/images/datePicker-6.png +0 -0
  226. package/docs/src/pages/components/datePicker/usage.mdx +9 -2
  227. package/docs/src/pages/components/dropdowns/usage.mdx +1 -1
  228. package/docs/src/pages/components/inlineEditableFields/images/inlineEditableField-2.png +0 -0
  229. package/docs/src/pages/components/inlineEditableFields/images/inlineEditableField-3.png +0 -0
  230. package/docs/src/pages/components/inlineEditableFields/images/inlineEditableFields-1.png +0 -0
  231. package/docs/src/pages/components/inlineEditableFields/images/inlineEditableFields-4.png +0 -0
  232. package/docs/src/pages/components/inlineEditableFields/usage.mdx +4 -4
  233. package/docs/src/pages/components/inputs/usage.mdx +7 -7
  234. package/docs/src/pages/components/tabs/images/tabs-1.png +0 -0
  235. package/docs/src/pages/content/button-guidelines/tabs/button-glossary.mdx +1776 -1
  236. package/docs/src/pages/content/button-guidelines/tabs/confusing-buttons.mdx +479 -8
  237. package/docs/src/pages/content/email-guidelines.mdx +3 -3
  238. package/docs/src/pages/content/house-rules/tabs/date,-time-&-numbers.mdx +24 -0
  239. package/docs/src/pages/content/house-rules/tabs/grammer.mdx +42 -2
  240. package/docs/src/pages/content/house-rules/tabs/punctuations.mdx +32 -0
  241. package/docs/src/pages/foundations/colors.mdx +338 -24
  242. package/docs/src/pages/foundations/layout/index.mdx +57 -82
  243. package/docs/src/pages/foundations/response-time.mdx +32 -77
  244. package/docs/src/pages/foundations/typography.mdx +166 -0
  245. package/docs/src/pages/index.js +92 -121
  246. package/docs/src/pages/introduction/get-started/designers.mdx +28 -188
  247. package/docs/src/pages/introduction/get-started/images/designers-1.png +0 -0
  248. package/docs/src/pages/introduction/get-started/images/designers-2.png +0 -0
  249. package/docs/src/pages/introduction/what's-new.mdx +322 -15
  250. package/docs/src/pages/mobile/components/badges/images/badge-1.png +0 -0
  251. package/docs/src/pages/mobile/components/badges/images/badge-2.png +0 -0
  252. package/docs/src/pages/mobile/components/badges/images/badge-3.png +0 -0
  253. package/docs/src/pages/mobile/components/badges/images/badge-4.png +0 -0
  254. package/docs/src/pages/mobile/components/badges/images/badge-5.png +0 -0
  255. package/docs/src/pages/mobile/components/badges/usage.mdx +100 -0
  256. package/docs/src/pages/mobile/components/card/images/mcard-1.png +0 -0
  257. package/docs/src/pages/mobile/components/card/images/mcard-2.png +0 -0
  258. package/docs/src/pages/mobile/components/card/images/mcard-3.png +0 -0
  259. package/docs/src/pages/mobile/components/card/images/mcard-4.png +0 -0
  260. package/docs/src/pages/mobile/components/card/images/mcard-5.png +0 -0
  261. package/docs/src/pages/mobile/components/card/images/mcard-6.png +0 -0
  262. package/docs/src/pages/mobile/components/card/usage.mdx +54 -67
  263. package/docs/src/pages/mobile/components/checkbox/images/checkbox-1.png +0 -0
  264. package/docs/src/pages/mobile/components/checkbox/usage.mdx +26 -2
  265. package/docs/src/pages/mobile/components/dropdowns/images/dropdown-1.png +0 -0
  266. package/docs/src/pages/mobile/components/dropdowns/images/dropdown-10.png +0 -0
  267. package/docs/src/pages/mobile/components/dropdowns/images/dropdown-11.png +0 -0
  268. package/docs/src/pages/mobile/components/dropdowns/images/dropdown-2.png +0 -0
  269. package/docs/src/pages/mobile/components/dropdowns/images/dropdown-3.png +0 -0
  270. package/docs/src/pages/mobile/components/dropdowns/images/dropdown-4.png +0 -0
  271. package/docs/src/pages/mobile/components/dropdowns/images/dropdown-5.png +0 -0
  272. package/docs/src/pages/mobile/components/dropdowns/images/dropdown-6.png +0 -0
  273. package/docs/src/pages/mobile/components/dropdowns/images/dropdown-7.png +0 -0
  274. package/docs/src/pages/mobile/components/dropdowns/images/dropdown-8.png +0 -0
  275. package/docs/src/pages/mobile/components/dropdowns/images/dropdown-9.png +0 -0
  276. package/docs/src/pages/mobile/components/dropdowns/usage.mdx +88 -0
  277. package/docs/src/pages/mobile/components/message/images/messages-1.png +0 -0
  278. package/docs/src/pages/mobile/components/message/images/messages-10.png +0 -0
  279. package/docs/src/pages/mobile/components/message/images/messages-11.png +0 -0
  280. package/docs/src/pages/mobile/components/message/images/messages-12.png +0 -0
  281. package/docs/src/pages/mobile/components/message/images/messages-2.png +0 -0
  282. package/docs/src/pages/mobile/components/message/images/messages-3.png +0 -0
  283. package/docs/src/pages/mobile/components/message/images/messages-4.png +0 -0
  284. package/docs/src/pages/mobile/components/message/images/messages-5.png +0 -0
  285. package/docs/src/pages/mobile/components/message/images/messages-6.png +0 -0
  286. package/docs/src/pages/mobile/components/message/images/messages-7.png +0 -0
  287. package/docs/src/pages/mobile/components/message/images/messages-8.png +0 -0
  288. package/docs/src/pages/mobile/components/message/images/messages-9.png +0 -0
  289. package/docs/src/pages/mobile/components/message/usage.mdx +170 -0
  290. package/docs/src/pages/mobile/components/metaList/images/metaList-1.png +0 -0
  291. package/docs/src/pages/mobile/components/metaList/images/metaList-2.png +0 -0
  292. package/docs/src/pages/mobile/components/metaList/images/metaList-3.png +0 -0
  293. package/docs/src/pages/mobile/components/metaList/images/metaList-4.png +0 -0
  294. package/docs/src/pages/mobile/components/metaList/usage.mdx +71 -0
  295. package/docs/src/pages/mobile/components/slider/images/slider-1.png +0 -0
  296. package/docs/src/pages/mobile/components/slider/images/slider-2.png +0 -0
  297. package/docs/src/pages/mobile/components/slider/images/slider-3.png +0 -0
  298. package/docs/src/pages/mobile/components/slider/images/slider-4.png +0 -0
  299. package/docs/src/pages/mobile/components/slider/images/slider-5.png +0 -0
  300. package/docs/src/pages/mobile/components/slider/usage.mdx +83 -0
  301. package/docs/src/pages/mobile/components/statusHint/images/statushint-1.png +0 -0
  302. package/docs/src/pages/mobile/components/statusHint/images/statushint-2.png +0 -0
  303. package/docs/src/pages/mobile/components/statusHint/images/statushint-3.png +0 -0
  304. package/docs/src/pages/mobile/components/statusHint/images/statushint-4.png +0 -0
  305. package/docs/src/pages/mobile/components/statusHint/images/statushint-5.png +0 -0
  306. package/docs/src/pages/mobile/components/statusHint/images/statushint-6.png +0 -0
  307. package/docs/src/pages/mobile/components/statusHint/images/statushint-7.png +0 -0
  308. package/docs/src/pages/mobile/components/statusHint/usage.mdx +108 -0
  309. package/docs/src/pages/mobile/components/steppers/images/stepper-1.png +0 -0
  310. package/docs/src/pages/mobile/components/steppers/images/stepper-2.png +0 -0
  311. package/docs/src/pages/mobile/components/steppers/images/stepper-3.png +0 -0
  312. package/docs/src/pages/mobile/components/steppers/images/stepper-4.png +0 -0
  313. package/docs/src/pages/mobile/components/steppers/images/stepper-5.png +0 -0
  314. package/docs/src/pages/mobile/components/steppers/images/stepper-6.png +0 -0
  315. package/docs/src/pages/mobile/components/steppers/usage.mdx +111 -0
  316. package/docs/src/pages/mobile/foundations/layout/images/layout-2.png +0 -0
  317. package/docs/src/pages/mobile/foundations/layout/index.mdx +3 -1
  318. package/docs/src/pages/mobile/foundations/page-types/index.mdx +0 -214
  319. package/docs/src/pages/mobile/foundations/spacing/index.mdx +5 -0
  320. package/docs/src/pages/mobile/foundations/typography.mdx +1 -1
  321. package/docs/src/pages/patterns/uiStates/usage.mdx +92 -0
  322. package/docs/src/util/Frontmatter.js +4 -4
  323. package/docs/src/util/HeaderItems.js +2 -1
  324. package/docs/src/util/Helpers.js +3 -3
  325. package/docs/src/util/HomeIcons.js +91 -53
  326. package/docs/src/util/InPageNavItems.js +2 -6
  327. package/docs/src/util/Logos.js +2 -2
  328. package/docs/src/util/MdsChangelog.js +5 -10
  329. package/docs/src/util/MediumBlogs.js +13 -13
  330. package/docs/src/util/NavItems.js +14 -17
  331. package/docs/src/util/Search.js +2 -2
  332. package/docs/src/util/StorybookData.js +2 -4
  333. package/docs/src/util/constants.js +1 -5
  334. package/docs/src/util/context/NavContext.js +1 -4
  335. package/docs/src/util/hooks/useMetadata.js +1 -1
  336. package/docs/tools/build.sh +1 -0
  337. package/docs/tools/changelog.sh +1 -1
  338. package/package.json +3 -3
  339. package/docs/src/pages/components/index.mdx +0 -11
  340. package/docs/src/pages/components/inlineEditableFields/images/inlineEditableFields-2.png +0 -0
  341. package/docs/src/pages/components/inlineEditableFields/images/inlineEditableFields-3.png +0 -0
  342. package/docs/src/pages/content/button-guidelines/index.mdx +0 -7
  343. package/docs/src/pages/content/voice-and-tone-guidelines/index.mdx +0 -7
  344. package/docs/src/pages/introduction/get-started/images/designers-3.png +0 -0
  345. package/docs/src/pages/introduction/get-started/images/designers-4.png +0 -0
  346. package/docs/src/pages/introduction/get-started/images/designers-5.png +0 -0
  347. package/docs/src/pages/introduction/get-started/images/designers-6.png +0 -0
  348. package/docs/src/pages/introduction/get-started/images/designers-7.png +0 -0
  349. package/docs/src/pages/introduction/get-started/images/designers-8.png +0 -0
@@ -1,205 +1,45 @@
1
1
  ---
2
2
  title: For Designers
3
- description: If you're just starting out designing with Masala Design System, here's a checklist of everything you need to get up and running.
3
+ description: Welcome to the Masala Design System (or MDS as we call it). If youre just starting out designing with MDS, here is a checklist of everything you need to get up and running.
4
4
  ---
5
5
 
6
- ### Getting access
6
+ ### Enabling Figma libraries
7
7
  <br/>
8
8
 
9
- #### Using within Innovaccer
10
- If you do not have access to Figma already, feel free to reach out to get the invitation.
9
+ #### Sign in to Figma
10
+ First and foremost, sign in to Figma using your organization account.
11
11
 
12
- ##### Signing up
13
- Once you get the invite, sign up using your Innovaccer account to get access to Innovaccer org in Figma. It is highly recommended to add a profile picture so that it is easy to identify you across Figma.
12
+ #### Getting the library files
13
+ Duplicate the files from the Figma community.
14
+ 1. [Masala Design System - Branding](https://www.figma.com/community/file/1075022843491691382)
15
+ <br/>
16
+ Includes the core colors, logos and the pre-defined color styles.
17
+ 2. [Masala Design System - Web guidelines](https://www.figma.com/community/file/974368355920553546)
18
+ <br/>
19
+ Includes the components and patterns that can be used to build web products as per the Innovaccer design language.
14
20
 
15
- ##### Inviting other stakeholders
16
- You can invite the product managers, developers, and other stakeholders from your team to a particular project/file using the Share feature of Figma.
17
-
18
- Make sure the access permission is set to **‘can view’** when sharing unless you want them to edit the file. Please note that editors are paid seats in Figma.
19
-
20
-
21
- ![Inviting other stakeholders](./images/designers-1.png)
22
- <br/>
23
- <br/>
24
-
25
- ##### Guests
26
- Guests are folks who are not part of our organization; however, you can still share your work with them. You may give them **‘can view’** or **‘can edit’** access but be wary that they are not part of Innovaccer Inc.
21
+ ![Duplicating the library from Figma community](./images/designers-1.png)
22
+ <Caption>Duplicating the library from Figma community</Caption>
27
23
  <br/>
28
24
 
29
- #### Using within your own organization
30
- If you want to use the Masala Design System in your own organization in Figma, you can download the files from the community and then publish each of them as a library.
25
+ **Note:** You will not be able to get real-time updates as the duplicate instance of the library is not connected with the main library file available on the community.
31
26
 
32
- * [Masala Design System - Branding](https://www.figma.com/community/file/1075022843491691382)
33
- * [Masala Design System - Web Guidelines](https://www.figma.com/community/file/974368355920553546)
34
-
35
- **Note:** You will not be able to get real-time updates in this case.
36
- <br/>
37
-
38
- ### Teams
39
- The root level in Figma is an organization which in our case is Innovaccer Inc. An organization can have many teams depending on how it operates. We have a predefined set of teams and projects to begin with.
40
-
41
- #### Joining an existing team
42
- Once you sign up, you will be able to see all the teams in Innovaccer Inc. You can easily become a member of a team by just clicking on the respective **Join** button.
43
- <br/>
44
-
45
- ![Joining a team](./images/designers-2.png)
46
- <br/>
47
- <br/>
48
-
49
- #### Requesting edit access
50
- When you join a team, the permission is set to **‘Can view’** by default. You’ll need to contact the owner or the admin of the team to get **‘Can edit’** access.
51
- <br/>
52
-
53
- ### Projects
54
- Projects help you group similar files. A team in Figma can have as many projects as you would want. However, to avoid overcrowding it is recommended to follow the predefined projects as shared earlier.
55
-
56
- #### Files in a project
57
- A project can have multiple files. You can create different files within a project as per the requirements. If a feature or workflow is too large or complex to fit in a single file, it should be in a separate file.
58
-
59
- For example, the project InNote can have the following files-
60
- * InNote
61
- * InNote - Referrals
62
-
63
- #### Naming files in a project
64
- A file should be tagged using a prefix, if needed, for easy identification. Tagging is also helpful when two or more files have the same name but serve different purposes.
65
-
66
- InConnect can have the following files, for example -
67
- * Campaigns - Admin
68
- * [Demo] Campaigns - Banner
69
- * [iOS] InConnect
70
- * [mWeb] InConnect
71
-
72
- <br/>
73
-
74
- ![Naming files in a project](./images/designers-3.png)
75
- <br/>
76
- <br/>
77
-
78
- ### Files
79
- It is recommended to maintain and respect file hygiene so that if someone visits your file they should be able to get a rough idea of the workflow.
80
-
81
- #### Divide content into pages
82
- In a single file, categorize parts of your projects into Pages as shown. This helps in keeping the file organized and easy to understand for others.
83
-
84
- #### Organizing content within a page
85
- * If there are a lot of screens in a single page, break them into non-assorted groups as per their functions. Use large and bold titles to identify groups easily when zoomed out.
86
- * Arrange your workflow and hence the frames in the Left→Right (maximum of 10 frames) and Top→Bottom direction, like character ‘Z’. This helps in easy scanning of a page/workflow.
87
- * Name your frames/artboards in such a way that they represent what the screen is all about. The recommended arrangement is - **Primary occurrence - Secondary occurrence - Tertiary occurrence** and so on.
88
-
89
- Example: Patient List - Filters - ICU Applied. This name indicates that the screen contains a list of patients. There are filters present to filter the list. The ‘ICU’ filter has been applied to that list.
90
- <br/>
91
-
92
- ![Organizing content in pages](./images/designers-4.png)
93
- <br/>
94
-
95
- ### Pages
96
- In a single file, categorize parts of your projects into pages as shown. This helps in keeping the file organized and easy to understand for others.
97
-
98
- ![Type of pages](./images/designers-5.png)
99
- <br/>
100
-
101
- #### Cover
102
- You should have a separate page for cover, typically the first one. You can set a frame as thumbnail which acts as a cover for your projects outside the canvas for easy identification.
103
-
104
- To ease this process, we are providing a Cover component in Design Library (can be found in Utility).
105
- * In the 📕 Cover page, draw a 1600 x 960 frame.
106
- * Drop 01 Cover from Design Library -> Utility.
107
- * Add project and owner name. Right click and choose -> Set as Thumbnail.
108
-
109
- On top of this, you may also add frames for intro, personas, etc. in this page.
110
- <br/>
111
-
112
- #### Resources
113
- * Anything related to your research should go inside this page.
114
- * If you have imported a file from Sketch for reference, make sure to move the required frames/artboards to this page.
115
-
116
- <br/>
117
-
118
- #### Playground*
119
- As the name suggests, this page acts as a playground for your project. Anything that you want to try out goes here.
120
- <br/>
121
-
122
- #### Regular pages
123
- * These are the pages where your UI mockups will live. This is where most of your project resides.
124
- * To make sure the file is well organized, you can have as many such pages as you want albeit it is suggested to divide the content into pages sensibly.
125
- <br/>
126
-
127
- #### Prototype*
128
- If you need to show a short and quick workflow out of your project to an external stakeholder, this is the place. Keeping these sorts of prototypes in a separate page helps in keeping the main prototype (present in Page 1, Page 2, etc.) clean and organized.
129
- <br/>
130
-
131
- #### Components*
132
- Any local symbols/components you create in your file go in this page.
133
-
134
- ***=optional**
135
- <br/>
136
-
137
- ### Version control
138
- #### Creating a branch
139
- Figma has started offering version control recently. You can create branches just like Abstract and request for review. This feature is not as expansive as Abstract though.
140
-
141
- ##### When should you create a branch
142
- Just like Abstract, you should create a branch for -
143
- * Sprint Stories
144
- * New Features
145
- * Bug Fixes
146
- * Quick Improvements
147
-
148
- This way the main file which is shared with the developers and other stakeholders, stays unaltered until the designs have been finalized and merged into it.
149
-
150
- **P.S.:** Avoid making changes in your main file if you do not want the developers/stakeholders to act surprised of the changes every time they open the file.
151
-
152
- ##### Creating a branch
153
- * Make sure nothing is selected on the canvas.
154
- * Click on the Down arrow where the file name is (top-center).
155
- * Click Create branch...
156
-
157
- ![Creating a branch in Figma](./images/designers-6.png)
158
- <br/>
159
- <br/>
160
-
161
- #### Branch nomenclature
162
- Following good naming practices helps understand what a branch is all about at a glance.
163
-
164
- ##### Naming your branch
165
- A typical branching nomenclature is as follows -
166
-
167
- **{PREFIX} {ISSUE-ID or MODULE NAME} - {FEATURE NAME or DESCRIPTION}**
168
-
169
- Prefix make it easier to identify and understand the purpose behind your branch.
170
- <br/>
171
-
172
- ![Naming your branches](./images/designers-7.png)
173
- <br/>
174
- <br/>
175
-
176
- ##### Types of prefixes
177
- * Feature indicated by 🚀
178
- * Quick fix indicated by 🔥
179
- * Bug fix indicated by 🐞
180
- * Lab/Test indicated by 🧪
181
-
182
- ##### Examples
183
- * Sprint stories - 🚀 Sprint 22.04.1 - Dismissible Tabs
184
- * Features - 🚀 Global Search - Section Title - Behavior
185
- * Bug fix - 🐞 NCR-1320 - Global Search - Sections
27
+ #### Publishing the libraries
28
+ Publish the duplicated files as libraries in Figma in order to make them available for use in your organization.
186
29
 
30
+ ![Publishing the library in Figma](./images/designers-2.png)
31
+ <Caption>Publishing the library in Figma</Caption>
187
32
  <br/>
188
33
 
189
34
  ### Start designing
190
- #### Enabling design libraries
191
- You can enable a specific design library by going to Assets panel and clicking on the **‘Open book’** icon.
35
+ #### Foundations
36
+ Masala Design System is a set of guidelines, components, and patterns to speed up product design and development. In order to design and build products on top of Innovaccer’s platform, go through the [Foundations](/foundations/principles/) section to get familiar with the design principles, colors, layouts, typography, etc. that are used throughout our products.
192
37
 
193
- ![Enabling design libraries](./images/designers-8.png)
194
- <br/>
195
- <br/>
38
+ #### Components and patterns
39
+ For any [component](/components/overview/all-components) or [pattern](/patterns/overview/all-patterns) that you want to use, there is a respective guideline page which includes its overview, types, variants, states, usage guidelines, etc. It is crucial that you get familiar with these when incorporating the components/patterns in your designs.
40
+
41
+ #### Content
42
+ There is a separate section for [voice and tone guidelines](/content/voice-and-tone-guidelines/tabs/voice-and-tone/) which should be referred for concise and consistent copywriting.
196
43
 
197
- #### Jump on the canvas
198
- * Create a new file within a project and name it properly.
199
- * Create pages as recommended earlier.
200
- * Make sure to have a frame in Cover page to be used as a thumbnail.
201
- * Target frames of size 1440 X 1024.
202
- * Use the shortcut Shift + I to insert components from a design library.
203
- * Create local components when needed or create a library if you anticipate a component to be used across multiple projects.
204
- * Use plugins from the right click menu.
205
- <br/>
44
+ #### Reach out to us
45
+ If you have any question or feedback about any aspect of the Masala Design System, feel free to reach out to us via [email](mailto:designers@innovaccer.com) or on [twitter](https://twitter.com/innovaccerdsgn).
@@ -12,7 +12,8 @@ We’re continually improving our Masala Design System. The following changes ar
12
12
  <br/>
13
13
  <br/>
14
14
 
15
- ## 2.5.0-2 (2021-09-29)
15
+
16
+ ## 2.13.1 (2022-06-24)
16
17
 
17
18
  ### Highlights
18
19
  NA
@@ -27,23 +28,25 @@ NA
27
28
  NA
28
29
 
29
30
  ### Features
30
- * Calendar and DatePicker has new design and features for today date selection now. (7c3df346)
31
- * EmptyState component now supports inline SVG image. (863d69b0)
31
+ NA
32
32
 
33
33
  ### Fixes
34
- * Table/Grid horizontal scrolling issue is fixed. (a6949715)
35
- * Modal is now vertically centered and can have flexible heights. (ef6072a7)
36
- * Dropzone icon is visible now when we bring mouse to drop file over it. (5ba93be9)
34
+ * fix(daterangepicker): fix error state on blur event (fcc00594)
35
+ * fix(daterangepicker): fix dateRangePicker input freeze (c98352c0)
36
+ * fix(popover): fix boundary element story (ca351ed5)
37
+ * fix(metricInput): fix default metric input story (0eb7e111)
37
38
 
38
39
  ### Improvements
39
40
  NA
40
41
 
41
42
  ### Documentation
42
- * Guideline for branch naming convention added. (1ef3cd96)
43
+ * fix(docs): update distribution id for docs-dev (6e21010d)
44
+ * fix(docs): update distribution id for docs-dev (6c23c6ed)
45
+ * feat(docs): add component images (3f9e1fc4)
46
+ * feat(docs): add helptext component (4601c1e0)
43
47
 
44
48
  -------------------
45
-
46
- ## 2.5.0-1 (2021-09-27)
49
+ ## 2.13.0 (2022-06-21)
47
50
 
48
51
  ### Highlights
49
52
  NA
@@ -59,18 +62,69 @@ NA
59
62
 
60
63
  ### Features
61
64
  NA
65
+
62
66
  ### Fixes
63
- * Fixes the table header scroll when table body scroll (502cb1d1)
64
- * Fixes the Tabs Component rendering issue with checking children component type (8525a4e7)
65
- * Fixes the Datepicker snapshot which was getting updated as date changes (c001e925)
67
+ * fix(timepicker): fix placeholder value getting disappear (1ac69560)
68
+ * fix(modal): fix modal closing animation (d0236cfe)
69
+ * fix(popover): fix popover animation flickering issue (3c01529b)
70
+ * fix(inputMask): fix cursor position on input mask (cbd7f31a)
71
+ * fix(grid): fix grid loading state (aa3672bb)
72
+ * fix(grid): fix loading state in grid (0a8719d5)
73
+ * fix(datepicker): reset to default on blur state (d5565fd2)
74
+ * fix(docs): remove checkbox from mobile nav (3d4aa0f1)
75
+ * fix(datePicker): fix event handlers for datepicker (f79e3c29)
76
+ * fix(docs): fix links on mobile overview page (17e621ba)
77
+ * fix(docs): add missing images (17483411)
78
+
66
79
  ### Improvements
67
80
  NA
81
+
68
82
  ### Documentation
83
+ * docs(docs): add checkbox in mobile (929861d6)
84
+ * docs(docs): add help text in web components (c5e9fd8a)
85
+
86
+ -------------------
87
+
88
+ ## 2.13.0-0 (2022-06-20)
89
+
90
+ ### Highlights
91
+ NA
92
+
93
+ ### Breaking changes
94
+ NA
95
+
96
+ ### Migration guide
97
+ NA
98
+
99
+ ### Deprecations
100
+ NA
101
+
102
+ ### Features
69
103
  NA
70
104
 
105
+ ### Fixes
106
+ * fix(timepicker): fix placeholder value getting disappear (1ac69560)
107
+ * fix(modal): fix modal closing animation (d0236cfe)
108
+ * fix(popover): fix popover animation flickering issue (3c01529b)
109
+ * fix(inputMask): fix cursor position on input mask (cbd7f31a)
110
+ * fix(grid): fix grid loading state (aa3672bb)
111
+ * fix(grid): fix loading state in grid (0a8719d5)
112
+ * fix(datepicker): reset to default on blur state (d5565fd2)
113
+ * fix(docs): remove checkbox from mobile nav (3d4aa0f1)
114
+ * fix(datePicker): fix event handlers for datepicker (f79e3c29)
115
+ * fix(docs): fix links on mobile overview page (17e621ba)
116
+ * fix(docs): add missing images (17483411)
117
+
118
+ ### Improvements
119
+ NA
120
+
121
+ ### Documentation
122
+ * docs(docs): add checkbox in mobile (929861d6)
123
+ * docs(docs): add help text in web components (c5e9fd8a)
124
+
71
125
  -------------------
72
126
 
73
- ## 2.5.0-0 (2021-09-22)
127
+ ## 2.10.0-0 (2022-03-30)
74
128
 
75
129
  ### Highlights
76
130
  NA
@@ -85,14 +139,267 @@ NA
85
139
  NA
86
140
 
87
141
  ### Features
88
- * Added previous and next month dates in current month's date in Calendar Component (4fe810bf)
142
+ * (docs): add design for no results in components search (5594cb28)
143
+ * (docs): add design for 404 page (4dfef4de)
144
+ * (docs) : add copy to clipboard for codeblocks and headings (78cb4501)
145
+
146
+ ### Fixes
147
+ * (DateRangePicker): popover not closing on range selection (b5597056)
148
+ * (doc): fix tooltip message while copying code on introduction page (58a7c313)
149
+ * (docs): fix page layout overflow scroll to auto (93176391)
150
+ * (chips): fix input chips hover and selection and active chips border (e64d8e85)
151
+ * (docs) fix actionsheet navigation issue (1ab2ed4f)
152
+ * (toast): fix toast close button width (ee95e19f)
153
+ * (docs): fix description in container (9f826bcc)
154
+ * (docs): fix font family for react tab in show code (3933bb9f)
155
+ * (docs): fix scroll jump in right nav bar (549ce214)
156
+ * (input): update input icon appearance (1b1e1e1a)
157
+ * (docs): add separate navigation for mobile and web components (97632861)
158
+ * (docs): fix leftnav highlight on tab changes (4bee0cfb)
159
+
160
+ ### Improvements
161
+ NA
162
+
163
+ ### Documentation
164
+ * (docs): updated images in web overview (7292d892)
165
+ * (docs): update front-matter for components and patterns (24fabc67)
166
+ * (docs): add content for lists in mobile (7952a33b)
167
+ * (docs): add documentation for dialogs in mobile (addeef3e)
168
+ * (docs): add documentation for inputs in mobile (d7267f29)
169
+ * (docs): add content for page headers in mobile (4a1e4898)
170
+ * (docs): add documentation for chips in mobile (dc6deb57)
171
+ * (docs): add documentation for cards in mobile (de6766c4)
172
+ * (docs): add content for radio in mobile (067fd7b7)
173
+ * (docs): add content for switch in mobile (02e91667)
174
+ * (docs): add content for tabs in mobile (c5b7ab5b)
175
+ * (docs): add content for toast in mobile (6e756ddd)
176
+ * (docs): update empty state for description (9fffbe8a)
177
+ * (docs): update email-guidlines md files (a358874e)
178
+ * (docs) add documentation for bottom sheet in mobile (8ad96de9)
179
+ * (docs): update error-messages md file (3b77abe1)
180
+ * (docs): update placeholder-text md file (25f8dbbb)
181
+ * (docs): add content for layouts (285bb162)
182
+ * (docs): add alt text in an image in forms (d01d33a8)
183
+ * (docs):Added content for Patterns - Forms (22077e0c)
184
+ * (docs): add content for page headers (d9ffab58)
185
+ * (docs): Added content for UI states (4344340d)
186
+ * (docs) add documentation for buttons in mobile (59bbfea1)
187
+ * (docs) add documentation of action sheet (6587a47e)
188
+ * (docs): update email guidelines content (c6220015)
189
+ * (docs): update error messages content (b2dd0586)
190
+ * (docs): update empty states content (2b7156d4)
191
+ * (docs): add documentation for navigation, meta list, pagination (2a9cb91f)
192
+ * (docs): added content for file uploader (ec8ffca3)
193
+
194
+ -------------------
195
+
196
+ ## 2.9.0-0 (2022-02-01)
197
+ ### Highlights
198
+ * feat: adds docs site (44ab33d3)
199
+ * feat(verticalNav): add custom item renderer option (810a099f)
200
+
201
+ ### Breaking changes
202
+ NA
203
+
204
+ ### Migration guide
205
+ NA
206
+
207
+ ### Deprecations
208
+ NA
209
+
210
+ ### Features
211
+ * feat: adds docs site (44ab33d3)
212
+ * feat(verticalNav): add custom item renderer option (810a099f)
213
+
214
+
215
+ ### Fixes
216
+ * fix(verticalnav): fix verticalnav active hover state shadow (1b341516)
217
+ * fix(button): fix button hover background color (1e696743)
218
+ * fix(button): fix button hover and focus style (795ae48b)
219
+ * fix(dropdown): fix dropdown items closing animation (dc8c6102)
220
+ * fix(tabs): fix tabs conflict in selected focused state style (fa4ff904)
221
+ * fix(toast): add message to discription story (1cac895d)
222
+ * fix(button): props table not showing (70ac3e39)
223
+ * fix(leftNav): fix left navbar highlighting on tab changes (d836a42e)
224
+ * fix(table): add border in table for mdx and fix overflow behaviour (233293ed)
225
+ * fix(table): make scrollbar width consistent (af5da8f6)
226
+ * fix(table): fix table data issue when rows are more than 27 (b33aafc1)
227
+
228
+ ### Improvements
229
+ NA
230
+
231
+ ### Documentation
232
+ * Adds documentations for components.
233
+
234
+ -------------------
235
+
236
+ ## 2.8.0-0 (2022-01-12)
237
+ ### Highlights
238
+
239
+ ### Breaking changes
240
+ NA
241
+
242
+ ### Migration guide
243
+ NA
244
+
245
+ ### Deprecations
246
+ NA
247
+
248
+ ### Features
249
+ NA
250
+
251
+ ### Fixes
252
+ * Fix chip inline alignment problem (253ba672)
253
+ * Fix progressbar background color (938be99b)
254
+ * Fix disabled slider knob shadow (aff1ddb6)
255
+ * Fix broken alignment due to inlineLabel in Dropdown (d7b51053)
256
+ * Resolve tooltip close issue on disabled button (cc0c693d)
257
+
258
+ ### Improvements
259
+ * Add popover transitions (f1873f65)
260
+ * Add support for three characters in Avatar component (ba6bc35b)
261
+
262
+ ### Documentation
263
+ NA
264
+
265
+ -------------------
266
+
267
+ ## 2.7.0 (2021-12-23)
268
+ ### Highlights
269
+
270
+ ### Breaking changes
271
+ NA
272
+
273
+ ### Migration guide
274
+ NA
275
+
276
+ ### Deprecations
277
+ * Button: appearance "success" is deprecated, please use "primary" (375c9aef)
278
+ * Fileuploader component is deprecated, please use Dropzone type="tight" (c5d8ef43)
279
+ * Toast: appearance "default" is deprecated, please use "info" (d589cf6f)
280
+ * Message: appearance "default" is deprecated, please use "info" (3cd54421)
281
+
282
+
283
+ ### Features
284
+ * Option to use custom search placeholder in Dropdown search input (9fcb2b65)
285
+ * Adds keyboard interactions in Dropzone component. (8541a26d)
286
+ * Adds subinfo option when checkbox is true Dropdown (96a581a3)
287
+ * Adds transition to switch component (f8cbba79)
288
+ * Transition in sidesheet component added (8c61ef05)
289
+
89
290
  ### Fixes
291
+ * fix: updates docpage for stories without components exported (d5138109)
292
+ * fix(storybook): update package json file to fix storybook docs page (149f8ec8)
293
+ * fix(InputMask): fixes issue with fast input (4d1f8330)
294
+ * fix(switch): add styling for hover and active state (3a54a934)
295
+ * Button re-rendering issue is fixed, which was sometimes causing button to be clicked twice. (6b46d66f)
296
+ * FileList truncates long file names now. (0c2a07b6)
297
+ * Breadcrumbs separator color updated. (5b88f5c5)
298
+ * Fixed loader issue when Table has nested rows. (f41f7f96)
299
+
300
+ ### Improvements
301
+ * Added transitions to fullscreenModal component (98cac857)
302
+ * Selected state for a disabled chips is now visible (c619c571)
303
+
304
+ ### Documentation
305
+ * Example for custom header in sidesheet added (edc300cc)
306
+ * Input examples (stories) are interactive now (ead16746)
307
+ * add npm ci command to use package.lock freezed versions on CI environments on github actions (621d0934)
308
+ * updates versions of dev dependencies for security issues (3c3d5288)
309
+ * adds manual release workflow (e31559d3)
310
+
311
+
312
+ -------------------
313
+
314
+ ## 2.6.0 (2021-12-09)
315
+ ### Highlights
316
+ * Calender exposes onHover events on date month and year values (bcaa4aed)
317
+ * New component Divider is added (7dc6034d)
318
+ * Library is now compatible with Node version 14.x LTS (33c736fd)
319
+
320
+ ### Breaking changes
321
+ NA
322
+
323
+ ### Migration guide
324
+ NA
325
+
326
+ ### Deprecations
90
327
  NA
328
+
329
+ ### Features
330
+ * Datepicker has example for date presets for date selections (d1a0f30c)
331
+ * Switch and Button components are new accessible (AA) (1b64c361)
332
+ * Calender exposes onHover events on date month and year values (bcaa4aed)
333
+ * New component Divider is added (7dc6034d)
334
+
335
+ ### Fixes
336
+ * Navigation center alignment bug is fixed in Pageheader component (c6c08ba4)
337
+ * Chip component's pointer style is fixed for hovering (01f2f9fc)
338
+ * Design of Calendar component is improved (e4ea85df)
339
+ * Options with checkbox in dropdown can have truncated text now. (c4e8f3a3)
340
+ * Text height of InlineMessage is corrected. (00bbd7e6)
341
+ * Table search results going blank is now fixed. (d2a96002)
342
+ * Table cell can render and position the dropdown inside properly. (3dea79b4)
343
+
344
+
91
345
  ### Improvements
92
- * Added test cases for Calendar Component (f22df8b6)
346
+ * Library is now compatible with Node version 14.x LTS (33c736fd)
347
+ * Accessibility linting plugin is added. (6fbb5883)
348
+
349
+
93
350
  ### Documentation
94
351
  NA
95
352
 
353
+
354
+ -------------------
355
+
356
+ ## 2.5.0 (2021-10-25)
357
+
358
+ ### Highlights
359
+ * A now component ChoiceList is added to use group of check box or radio inputs to work as a choice selector (2d9bb1ed)
360
+ * Calendar and DatePicker has new design and features for today date selection now. (7c3df346)
361
+ * All existing contributors are added to Readme, an option to create request for getting added as contributor and documentation for the same is added. (07db26e9)
362
+
363
+ ### Breaking changes
364
+ NA
365
+
366
+ ### Migration guide
367
+ NA
368
+
369
+ ### Deprecations
370
+ NA
371
+
372
+ ### Features
373
+ * A now component ChoiceList is added to use group of check box or radio inputs to work as a choice selector (2d9bb1ed)
374
+ * New helper classes for applying border or removing border of an element are added. (7675c8b3)
375
+ * Calendar and DatePicker has new design and features for today date selection now. (7c3df346)
376
+ * EmptyState component now supports inline SVG image. (863d69b0)
377
+ * Added previous and next month dates in current month's date in Calendar Component (4fe810bf)
378
+
379
+ ### Fixes
380
+ * fix(button.css): fix active state in transparent button (1c499f0d)
381
+ * fix(nestedtable): fix expand and collapse button issue (be69d5e5)
382
+ * Issue in scrolling horizontally on a Table body not scrolled table header is resolved. (e71ea1c2)
383
+ * Icons on Table header and column menu to sort the table are now pointed in correct directions. (718a1a37)
384
+ * DateRangePicker pattern example now uses selection cheap in stead of radios for pre defined date range selections. (a1d0ee53)
385
+ * Table/Grid horizontal scrolling issue is fixed. (a6949715)
386
+ * Modal is now vertically centered and can have flexible heights. (ef6072a7)
387
+ * Dropzone icon is visible now when we bring mouse to drop file over it. (5ba93be9)
388
+ * Fixes the table header scroll when table body scroll (502cb1d1)
389
+ * Fixes the Tabs Component rendering issue with checking children component type (8525a4e7)
390
+ * Fixes the Datepicker snapshot which was getting updated as date changes (c001e925)
391
+
392
+ ### Improvements
393
+ * Improved test coverage to cover more than 92% of the code base.
394
+
395
+ ### Documentation
396
+ * FileUploader component example is now more interactive (509a9053)
397
+ * Navigation is more structured on story book for css and other utilities (56999d6b)
398
+ * Message component example improved for versatile use-cases. (16fe6be6)
399
+ * Readme is structured and updated for easy to access the required information (7d9c262d)
400
+ * All existing contributors are added to Readme, an option to create request for getting added as contributor and documentation for the same is added. (07db26e9)
401
+ * Guideline for branch naming convention added. (1ef3cd96)
402
+
96
403
  -------------------
97
404
  ## 2.4.0 (2021-09-22)
98
405