@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.
- package/core/components/atoms/button/__stories__/SplitButton.story.jsx +1 -2
- package/core/components/atoms/checkbox/__stories__/Alignment.story.jsx +28 -26
- package/core/components/atoms/checkbox/__stories__/variants/Controlled.story.jsx +2 -2
- package/core/components/atoms/chip/__stories__/index.story.jsx +2 -2
- package/core/components/atoms/chip/__stories__/variants/Action.story.jsx +2 -2
- package/core/components/atoms/chip/__stories__/variants/Input.story.jsx +2 -2
- package/core/components/atoms/chip/__stories__/variants/Selection.story.jsx +6 -6
- package/core/components/atoms/chip/__stories__/variants/Type.story.jsx +2 -2
- package/core/components/atoms/chipGroup/_stories_/index.story.jsx +1 -1
- package/core/components/atoms/collapsible/__stories__/CustomTrigger.story.jsx +5 -71
- package/core/components/atoms/dropdown/Dropdown.tsx +18 -2
- package/core/components/atoms/dropdown/DropdownList.tsx +47 -57
- package/core/components/atoms/dropdown/__stories__/CustomSearchPlaceholder.story.jsx +4 -4
- package/core/components/atoms/dropdown/__stories__/DropdownItemsWithCheckbox.story.jsx +1 -3
- package/core/components/atoms/dropdown/__stories__/DropdownItemsWithIcon.story.jsx +2 -4
- package/core/components/atoms/dropdown/__stories__/DropdownItemsWithInfo.story.jsx +2 -5
- package/core/components/atoms/dropdown/__stories__/DropdownWIthIcon.story.jsx +3 -4
- package/core/components/atoms/dropdown/__stories__/DropdownWithActionButtons.story.jsx +9 -9
- package/core/components/atoms/dropdown/__stories__/DropdownWithCaption.story.jsx +7 -7
- package/core/components/atoms/dropdown/__stories__/Gender.story.jsx +6 -6
- package/core/components/atoms/dropdown/__stories__/LabelInline.story.jsx +58 -0
- package/core/components/atoms/dropdown/__stories__/{LabelPositionInDropdown.story.jsx → LabelOnTop.story.jsx} +8 -9
- package/core/components/atoms/dropdown/__stories__/Languages.story.jsx +6 -6
- package/core/components/atoms/dropdown/__stories__/Menu.story.jsx +5 -6
- package/core/components/atoms/dropdown/__stories__/OptionsLessThan50.story.jsx +3 -7
- package/core/components/atoms/dropdown/__stories__/OptionsMoreThan50.story.jsx +2 -2
- package/core/components/atoms/dropdown/__stories__/SearchInDropdown.story.jsx +3 -5
- package/core/components/atoms/dropdown/__stories__/StandardDropdown.story.jsx +2 -2
- package/core/components/atoms/dropdown/__stories__/StatusWithoutLabel.story.jsx +3 -3
- package/core/components/atoms/dropdown/__stories__/WithCheckboxAndSubInfo.story.jsx +2 -4
- package/core/components/atoms/dropdown/__stories__/index.story.jsx +2 -2
- package/core/components/atoms/dropdown/__stories__/variants/LoadingType.story.jsx +0 -1
- package/core/components/atoms/dropdown/__stories__/variants/PreSelection.story.jsx +2 -2
- package/core/components/atoms/dropdown/__stories__/variants/StaticLimit.story.jsx +2 -2
- package/core/components/atoms/dropdown/__stories__/variants/controlledDropdown/BulkMultiSelectWithApply.story.jsx +2 -2
- package/core/components/atoms/dropdown/__stories__/variants/controlledDropdown/MultiSelect.story.jsx +2 -2
- package/core/components/atoms/dropdown/__stories__/variants/controlledDropdown/SingleSelect.story.jsx +4 -4
- package/core/components/atoms/dropdown/option/DefaultOption.tsx +1 -1
- package/core/components/atoms/dropdown/utility.tsx +6 -0
- package/core/components/atoms/icon/__stories__/variants/Image.story.jsx +1 -6
- package/core/components/atoms/input/__stories__/variants/Size.story.jsx +9 -9
- package/core/components/atoms/input/__stories__/variants/controlledInput.story.jsx +3 -3
- package/core/components/atoms/metaList/_stories_/index.story.jsx +0 -1
- package/core/components/atoms/rangeSlider/__stories__/index.story.jsx +2 -2
- package/core/components/atoms/rangeSlider/__stories__/variants/Controlled.story.jsx +2 -2
- package/core/components/atoms/slider/__stories__/variants/Controlled.story.jsx +2 -2
- package/core/components/css-utilities/Miscellaneous/Miscellaneous.story.tsx +4 -0
- package/core/components/molecules/dropzone/FileSelectorUtils.tsx +3 -0
- package/core/components/molecules/editableDropdown/__stories__/index.story.jsx +2 -2
- package/core/components/molecules/fullscreenModal/__stories__/DefaultWidth.story.jsx +4 -2
- package/core/components/molecules/fullscreenModal/__stories__/LargeWidth.story.jsx +4 -2
- package/core/components/molecules/fullscreenModal/__stories__/Layering.story.jsx +3 -1
- package/core/components/molecules/fullscreenModal/__stories__/Scrolling.story.jsx +4 -2
- package/core/components/molecules/fullscreenModal/__stories__/TwoStepWorkflow.story.jsx +1 -2
- package/core/components/molecules/fullscreenModal/__stories__/twoSteps.story.jsx +0 -1
- package/core/components/molecules/fullscreenModal/__stories__/variants/dimension/Large.story.jsx +0 -1
- package/core/components/molecules/fullscreenModal/__stories__/variants/dimension/Medium.story.jsx +0 -1
- package/core/components/molecules/modal/__stories__/Alert.story.jsx +3 -1
- package/core/components/molecules/modal/__stories__/Confirmation.story.jsx +3 -1
- package/core/components/molecules/modal/__stories__/Dialog.story.jsx +3 -1
- package/core/components/molecules/modal/__stories__/Input.story.jsx +3 -1
- package/core/components/molecules/modal/__stories__/Layering.story.jsx +3 -1
- package/core/components/molecules/modal/__stories__/NoFooter.story.jsx +3 -1
- package/core/components/molecules/modal/__stories__/Scrolling.story.jsx +4 -2
- package/core/components/molecules/modal/__stories__/index.story.jsx +3 -1
- package/core/components/molecules/modal/__stories__/old.story.jsx +3 -1
- package/core/components/molecules/modal/__stories__/variants/dimension/Large.story.jsx +3 -1
- package/core/components/molecules/modal/__stories__/variants/dimension/Medium.story.jsx +3 -1
- package/core/components/molecules/modal/__stories__/variants/dimension/Small.story.jsx +3 -1
- package/core/components/molecules/popover/__stories__/Actions.story.jsx +1 -6
- package/core/components/molecules/popover/__stories__/Inputs.story.jsx +1 -6
- package/core/components/molecules/popover/__stories__/Light.story.jsx +1 -6
- package/core/components/molecules/popover/__stories__/variants/boundaryElement.story.jsx +1 -1
- package/core/components/molecules/sidesheet/__stories__/index.story.jsx +3 -1
- package/core/components/molecules/sidesheet/__stories__/variants/CustomHeader.story.jsx +3 -1
- package/core/components/molecules/sidesheet/__stories__/variants/Layering.story.jsx +3 -1
- package/core/components/molecules/sidesheet/__stories__/variants/LayeringWithModal.story.jsx +3 -1
- package/core/components/molecules/sidesheet/__stories__/variants/dimension/Large.story.jsx +3 -1
- package/core/components/molecules/sidesheet/__stories__/variants/dimension/Regular.story.jsx +4 -2
- package/core/components/molecules/sidesheet/__stories__/variants/stickyFooter.story.jsx +3 -1
- package/core/components/molecules/sidesheet/__stories__/variants/twoSteps.story.jsx +6 -4
- package/core/components/molecules/tabs/__stories__/DismissibleTab.story.jsx +1 -0
- package/core/components/molecules/tooltip/__stories__/variants/Position.story.jsx +2 -13
- package/core/components/organisms/calendar/__stories__/index.story.jsx +40 -7
- package/core/components/organisms/calendar/__stories__/variants/size.story.jsx +2 -3
- package/core/components/organisms/datePicker/DatePicker.tsx +1 -1
- package/core/components/organisms/dateRangePicker/__stories__/variants/withSingleInput.story.jsx +3 -0
- package/core/components/organisms/horizontalNav/__stories__/leftAlign.story.jsx +35 -19
- package/core/components/organisms/inlineMessage/__stories__/variants/Default.story.jsx +1 -3
- package/core/components/organisms/inlineMessage/__stories__/variants/Error.story.jsx +1 -3
- package/core/components/organisms/inlineMessage/__stories__/variants/Info.story.jsx +1 -3
- package/core/components/organisms/inlineMessage/__stories__/variants/Success.story.jsx +1 -3
- package/core/components/organisms/inlineMessage/__stories__/variants/Warning.story.jsx +1 -3
- package/core/components/organisms/pageHeader/__stories__/Responsiveness.story.jsx +2 -2
- package/core/components/organisms/pageHeader/__stories__/variants/withNavigation.story.jsx +2 -2
- package/core/components/organisms/pageHeader/__stories__/variants/withNavigationL1.story.jsx +2 -2
- package/core/components/organisms/pageHeader/__stories__/variants/withStepper.story.jsx +2 -2
- package/core/components/organisms/pageHeader/__stories__/variants/withStepperL1.story.jsx +2 -2
- package/core/components/organisms/pageHeader/__stories__/variants/withTabs.story.jsx +2 -2
- package/core/components/organisms/pageHeader/__stories__/variants/withTabsL1.story.jsx +2 -2
- package/core/components/organisms/pageHeader/__stories__/withFilter.story.jsx +2 -2
- package/core/components/organisms/pageHeader/__stories__/withFilterL1.story.jsx +2 -2
- package/core/components/organisms/pageHeader/__stories__/withNavigation.story.jsx +2 -2
- package/core/components/organisms/pageHeader/__stories__/withNavigationL1.story.jsx +9 -3
- package/core/components/organisms/pageHeader/__stories__/withStepperL1.story.jsx +4 -4
- package/core/components/organisms/table/__stories__/TableAsDescriptionList.story.jsx +4 -4
- package/core/components/organisms/timePicker/TimePicker.tsx +6 -113
- package/core/components/organisms/timePicker/TimePickerWithInput.tsx +124 -0
- package/core/components/organisms/timePicker/TimePickerWithSearch.tsx +198 -0
- package/core/components/organisms/timePicker/__stories__/TimeIntervals.story.jsx +52 -0
- package/core/components/organisms/timePicker/__stories__/disabledOption.story.jsx +52 -0
- package/core/components/organisms/timePicker/__stories__/fromTo.story.jsx +72 -0
- package/core/components/organisms/timePicker/__stories__/showDuration.story.jsx +52 -0
- package/core/components/organisms/timePicker/__stories__/withDatePicker.story.jsx +88 -0
- package/core/components/organisms/timePicker/__stories__/{index.story.jsx → withInput.story.jsx} +6 -3
- package/core/components/organisms/timePicker/__stories__/withSearch.story.jsx +89 -0
- package/core/components/organisms/timePicker/__tests__/TimePickerWithSearch.test.tsx +464 -0
- package/core/components/organisms/timePicker/__tests__/__snapshots__/TimePickerWithSearch.test.tsx.snap +169 -0
- package/core/components/organisms/timePicker/index.tsx +2 -0
- package/core/components/organisms/timePicker/utility/searchUtils.tsx +295 -0
- package/core/components/organisms/timePicker/utility/timePickerUtility.tsx +219 -0
- package/core/components/organisms/timePicker/utils.tsx +1 -1
- package/core/components/organisms/verticalNav/MenuItem.tsx +11 -6
- package/core/components/organisms/verticalNav/__stories__/CustomOptionsRenderer.story.jsx +10 -9
- package/core/components/organisms/verticalNav/__stories__/CustomTrigger.story.jsx +14 -12
- package/core/components/organisms/verticalNav/__stories__/FlatEdgedVerticalNav.story.jsx +5 -5
- package/core/components/organisms/verticalNav/__stories__/LabelOverflowBehaviour.story.jsx +9 -15
- package/core/components/organisms/verticalNav/__tests__/__snapshots__/VerticalNav.test.tsx.snap +26 -24
- package/core/index.tsx +1 -0
- package/css/dist/index.css +9 -8
- package/css/dist/index.css.map +1 -1
- package/css/src/components/dropdown.css +6 -6
- package/css/src/components/metricInput.css +1 -0
- package/css/src/components/verticalNav.css +2 -0
- package/dist/core/components/atoms/dropdown/Dropdown.d.ts +2 -0
- package/dist/core/components/atoms/dropdown/DropdownList.d.ts +1 -0
- package/dist/core/components/atoms/dropdown/utility.d.ts +1 -0
- package/dist/core/components/atoms/popperWrapper/PopperWrapper.d.ts +22 -22
- package/dist/core/components/organisms/datePicker/DatePicker.d.ts +1 -1
- package/dist/core/components/organisms/timePicker/TimePicker.d.ts +5 -13
- package/dist/core/components/organisms/timePicker/TimePickerWithInput.d.ts +24 -0
- package/dist/core/components/organisms/timePicker/TimePickerWithSearch.d.ts +32 -0
- package/dist/core/components/organisms/timePicker/index.d.ts +2 -0
- package/dist/core/components/organisms/timePicker/utility/searchUtils.d.ts +7 -0
- package/dist/core/components/organisms/timePicker/utility/timePickerUtility.d.ts +19 -0
- package/dist/core/index.d.ts +1 -0
- package/dist/index.esm.js +719 -52
- package/dist/index.js +648 -74
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.br +0 -0
- package/dist/index.umd.js.gz +0 -0
- package/docs/.eslintrc.json +32 -1
- package/docs/.prettierrc +6 -0
- package/docs/README.md +14 -0
- package/docs/cypress/e2e/main.cy.js +35 -0
- package/docs/cypress/fixtures/example.json +5 -0
- package/docs/cypress/support/commands.ts +37 -0
- package/docs/cypress/support/e2e.ts +20 -0
- package/docs/cypress.config.js +9 -0
- package/docs/package.json +16 -3
- package/docs/src/components/Colors/Colors.css +4 -0
- package/docs/src/components/Colors/Colors.js +56 -61
- package/docs/src/components/Container/ComponentsContainer.js +10 -30
- package/docs/src/components/Container/Container.js +10 -41
- package/docs/src/components/ErrorBoundary.js +9 -3
- package/docs/src/components/Footer/Footer.js +11 -10
- package/docs/src/components/GlobalSearch/index.js +47 -44
- package/docs/src/components/Header/Header.css +4 -0
- package/docs/src/components/Header/Header.js +25 -19
- package/docs/src/components/Layout.js +59 -303
- package/docs/src/components/LeftNav/LeftNav.js +12 -28
- package/docs/src/components/Logos/Logos.js +12 -26
- package/docs/src/components/MDXComponents.js +213 -0
- package/docs/src/components/MDXHeading.js +12 -18
- package/docs/src/components/Meta.js +9 -9
- package/docs/src/components/PropsTable/ArgJsDoc.tsx +2 -6
- package/docs/src/components/PropsTable/ArgRow.tsx +19 -47
- package/docs/src/components/PropsTable/ArgValue.tsx +50 -93
- package/docs/src/components/PropsTable/EmptyBlock.tsx +2 -5
- package/docs/src/components/PropsTable/SectionRow.tsx +7 -18
- package/docs/src/components/PropsTable/Table.tsx +43 -130
- package/docs/src/components/PropsTable/generateImports.tsx +1 -3
- package/docs/src/components/PropsTable/index.js +94 -140
- package/docs/src/components/PropsTable/prism.css +19 -20
- package/docs/src/components/Rules/DONTs.js +1 -6
- package/docs/src/components/Rules/DOs.js +1 -6
- package/docs/src/components/Rules/IconWrapper.js +6 -7
- package/docs/src/components/Rules/InlineMessage.js +1 -5
- package/docs/src/components/Rules/Rules.js +18 -28
- package/docs/src/components/TableOfContent/TableOfContent.css +8 -1
- package/docs/src/components/TableOfContent/TableOfContent.js +67 -58
- package/docs/src/components/css/global.css +1 -1
- package/docs/src/components/css/prism.css +1 -1
- package/docs/src/components/css/style.css +13 -5
- package/docs/src/components/templates/Default.js +1 -1
- package/docs/src/components/templates/Homepage.js +4 -6
- package/docs/src/data/components/Overview.js +49 -56
- package/docs/src/data/components/images/Calendar.png +0 -0
- package/docs/src/data/components/images/MetaList.png +0 -0
- package/docs/src/data/components/images/PageHeader.png +0 -0
- package/docs/src/data/components/images/TimePicker.png +0 -0
- package/docs/src/data/components/images/mobile/Badge.png +0 -0
- package/docs/src/data/components/images/mobile/Dropdown.png +0 -0
- package/docs/src/data/components/images/mobile/Message.png +0 -0
- package/docs/src/data/components/images/mobile/MetaList.png +0 -0
- package/docs/src/data/components/images/mobile/Slider.png +0 -0
- package/docs/src/data/components/images/mobile/StatusHint.png +0 -0
- package/docs/src/data/components/images/mobile/Stepper.png +0 -0
- package/docs/src/data/components/index.js +168 -321
- package/docs/src/data/components/mobile.js +85 -125
- package/docs/src/data/components/overview.css +4 -2
- package/docs/src/data/components/patterns.js +25 -59
- package/docs/src/data/header-items.yaml +1 -0
- package/docs/src/data/nav/components.yaml +2 -8
- package/docs/src/pages/404.js +7 -17
- package/docs/src/pages/components/avatar/usage.mdx +23 -19
- package/docs/src/pages/components/calendar/usage.mdx +3 -3
- package/docs/src/pages/components/checkbox/usage.mdx +1 -1
- package/docs/src/pages/components/chips/images/actionchip-state.png +0 -0
- package/docs/src/pages/components/chips/images/inputchips-state.png +0 -0
- package/docs/src/pages/components/chips/images/selectionchip-state.png +0 -0
- package/docs/src/pages/components/chips/usage.mdx +24 -2
- package/docs/src/pages/components/datePicker/images/datePicker-3.png +0 -0
- package/docs/src/pages/components/datePicker/images/datePicker-6.png +0 -0
- package/docs/src/pages/components/datePicker/usage.mdx +9 -2
- package/docs/src/pages/components/dropdowns/usage.mdx +1 -1
- package/docs/src/pages/components/inlineEditableFields/images/inlineEditableField-2.png +0 -0
- package/docs/src/pages/components/inlineEditableFields/images/inlineEditableField-3.png +0 -0
- package/docs/src/pages/components/inlineEditableFields/images/inlineEditableFields-1.png +0 -0
- package/docs/src/pages/components/inlineEditableFields/images/inlineEditableFields-4.png +0 -0
- package/docs/src/pages/components/inlineEditableFields/usage.mdx +4 -4
- package/docs/src/pages/components/inputs/usage.mdx +7 -7
- package/docs/src/pages/components/tabs/images/tabs-1.png +0 -0
- package/docs/src/pages/content/button-guidelines/tabs/button-glossary.mdx +1776 -1
- package/docs/src/pages/content/button-guidelines/tabs/confusing-buttons.mdx +479 -8
- package/docs/src/pages/content/email-guidelines.mdx +3 -3
- package/docs/src/pages/content/house-rules/tabs/date,-time-&-numbers.mdx +24 -0
- package/docs/src/pages/content/house-rules/tabs/grammer.mdx +42 -2
- package/docs/src/pages/content/house-rules/tabs/punctuations.mdx +32 -0
- package/docs/src/pages/foundations/colors.mdx +338 -24
- package/docs/src/pages/foundations/layout/index.mdx +57 -82
- package/docs/src/pages/foundations/response-time.mdx +32 -77
- package/docs/src/pages/foundations/typography.mdx +166 -0
- package/docs/src/pages/index.js +92 -121
- package/docs/src/pages/introduction/get-started/designers.mdx +28 -188
- package/docs/src/pages/introduction/get-started/images/designers-1.png +0 -0
- package/docs/src/pages/introduction/get-started/images/designers-2.png +0 -0
- package/docs/src/pages/introduction/what's-new.mdx +322 -15
- package/docs/src/pages/mobile/components/badges/images/badge-1.png +0 -0
- package/docs/src/pages/mobile/components/badges/images/badge-2.png +0 -0
- package/docs/src/pages/mobile/components/badges/images/badge-3.png +0 -0
- package/docs/src/pages/mobile/components/badges/images/badge-4.png +0 -0
- package/docs/src/pages/mobile/components/badges/images/badge-5.png +0 -0
- package/docs/src/pages/mobile/components/badges/usage.mdx +100 -0
- package/docs/src/pages/mobile/components/card/images/mcard-1.png +0 -0
- package/docs/src/pages/mobile/components/card/images/mcard-2.png +0 -0
- package/docs/src/pages/mobile/components/card/images/mcard-3.png +0 -0
- package/docs/src/pages/mobile/components/card/images/mcard-4.png +0 -0
- package/docs/src/pages/mobile/components/card/images/mcard-5.png +0 -0
- package/docs/src/pages/mobile/components/card/images/mcard-6.png +0 -0
- package/docs/src/pages/mobile/components/card/usage.mdx +54 -67
- package/docs/src/pages/mobile/components/checkbox/images/checkbox-1.png +0 -0
- package/docs/src/pages/mobile/components/checkbox/usage.mdx +26 -2
- package/docs/src/pages/mobile/components/dropdowns/images/dropdown-1.png +0 -0
- package/docs/src/pages/mobile/components/dropdowns/images/dropdown-10.png +0 -0
- package/docs/src/pages/mobile/components/dropdowns/images/dropdown-11.png +0 -0
- package/docs/src/pages/mobile/components/dropdowns/images/dropdown-2.png +0 -0
- package/docs/src/pages/mobile/components/dropdowns/images/dropdown-3.png +0 -0
- package/docs/src/pages/mobile/components/dropdowns/images/dropdown-4.png +0 -0
- package/docs/src/pages/mobile/components/dropdowns/images/dropdown-5.png +0 -0
- package/docs/src/pages/mobile/components/dropdowns/images/dropdown-6.png +0 -0
- package/docs/src/pages/mobile/components/dropdowns/images/dropdown-7.png +0 -0
- package/docs/src/pages/mobile/components/dropdowns/images/dropdown-8.png +0 -0
- package/docs/src/pages/mobile/components/dropdowns/images/dropdown-9.png +0 -0
- package/docs/src/pages/mobile/components/dropdowns/usage.mdx +88 -0
- package/docs/src/pages/mobile/components/message/images/messages-1.png +0 -0
- package/docs/src/pages/mobile/components/message/images/messages-10.png +0 -0
- package/docs/src/pages/mobile/components/message/images/messages-11.png +0 -0
- package/docs/src/pages/mobile/components/message/images/messages-12.png +0 -0
- package/docs/src/pages/mobile/components/message/images/messages-2.png +0 -0
- package/docs/src/pages/mobile/components/message/images/messages-3.png +0 -0
- package/docs/src/pages/mobile/components/message/images/messages-4.png +0 -0
- package/docs/src/pages/mobile/components/message/images/messages-5.png +0 -0
- package/docs/src/pages/mobile/components/message/images/messages-6.png +0 -0
- package/docs/src/pages/mobile/components/message/images/messages-7.png +0 -0
- package/docs/src/pages/mobile/components/message/images/messages-8.png +0 -0
- package/docs/src/pages/mobile/components/message/images/messages-9.png +0 -0
- package/docs/src/pages/mobile/components/message/usage.mdx +170 -0
- package/docs/src/pages/mobile/components/metaList/images/metaList-1.png +0 -0
- package/docs/src/pages/mobile/components/metaList/images/metaList-2.png +0 -0
- package/docs/src/pages/mobile/components/metaList/images/metaList-3.png +0 -0
- package/docs/src/pages/mobile/components/metaList/images/metaList-4.png +0 -0
- package/docs/src/pages/mobile/components/metaList/usage.mdx +71 -0
- package/docs/src/pages/mobile/components/slider/images/slider-1.png +0 -0
- package/docs/src/pages/mobile/components/slider/images/slider-2.png +0 -0
- package/docs/src/pages/mobile/components/slider/images/slider-3.png +0 -0
- package/docs/src/pages/mobile/components/slider/images/slider-4.png +0 -0
- package/docs/src/pages/mobile/components/slider/images/slider-5.png +0 -0
- package/docs/src/pages/mobile/components/slider/usage.mdx +83 -0
- package/docs/src/pages/mobile/components/statusHint/images/statushint-1.png +0 -0
- package/docs/src/pages/mobile/components/statusHint/images/statushint-2.png +0 -0
- package/docs/src/pages/mobile/components/statusHint/images/statushint-3.png +0 -0
- package/docs/src/pages/mobile/components/statusHint/images/statushint-4.png +0 -0
- package/docs/src/pages/mobile/components/statusHint/images/statushint-5.png +0 -0
- package/docs/src/pages/mobile/components/statusHint/images/statushint-6.png +0 -0
- package/docs/src/pages/mobile/components/statusHint/images/statushint-7.png +0 -0
- package/docs/src/pages/mobile/components/statusHint/usage.mdx +108 -0
- package/docs/src/pages/mobile/components/steppers/images/stepper-1.png +0 -0
- package/docs/src/pages/mobile/components/steppers/images/stepper-2.png +0 -0
- package/docs/src/pages/mobile/components/steppers/images/stepper-3.png +0 -0
- package/docs/src/pages/mobile/components/steppers/images/stepper-4.png +0 -0
- package/docs/src/pages/mobile/components/steppers/images/stepper-5.png +0 -0
- package/docs/src/pages/mobile/components/steppers/images/stepper-6.png +0 -0
- package/docs/src/pages/mobile/components/steppers/usage.mdx +111 -0
- package/docs/src/pages/mobile/foundations/layout/images/layout-2.png +0 -0
- package/docs/src/pages/mobile/foundations/layout/index.mdx +3 -1
- package/docs/src/pages/mobile/foundations/page-types/index.mdx +0 -214
- package/docs/src/pages/mobile/foundations/spacing/index.mdx +5 -0
- package/docs/src/pages/mobile/foundations/typography.mdx +1 -1
- package/docs/src/pages/patterns/uiStates/usage.mdx +92 -0
- package/docs/src/util/Frontmatter.js +4 -4
- package/docs/src/util/HeaderItems.js +2 -1
- package/docs/src/util/Helpers.js +3 -3
- package/docs/src/util/HomeIcons.js +91 -53
- package/docs/src/util/InPageNavItems.js +2 -6
- package/docs/src/util/Logos.js +2 -2
- package/docs/src/util/MdsChangelog.js +5 -10
- package/docs/src/util/MediumBlogs.js +13 -13
- package/docs/src/util/NavItems.js +14 -17
- package/docs/src/util/Search.js +2 -2
- package/docs/src/util/StorybookData.js +2 -4
- package/docs/src/util/constants.js +1 -5
- package/docs/src/util/context/NavContext.js +1 -4
- package/docs/src/util/hooks/useMetadata.js +1 -1
- package/docs/tools/build.sh +1 -0
- package/docs/tools/changelog.sh +1 -1
- package/package.json +3 -3
- package/docs/src/pages/components/index.mdx +0 -11
- package/docs/src/pages/components/inlineEditableFields/images/inlineEditableFields-2.png +0 -0
- package/docs/src/pages/components/inlineEditableFields/images/inlineEditableFields-3.png +0 -0
- package/docs/src/pages/content/button-guidelines/index.mdx +0 -7
- package/docs/src/pages/content/voice-and-tone-guidelines/index.mdx +0 -7
- package/docs/src/pages/introduction/get-started/images/designers-3.png +0 -0
- package/docs/src/pages/introduction/get-started/images/designers-4.png +0 -0
- package/docs/src/pages/introduction/get-started/images/designers-5.png +0 -0
- package/docs/src/pages/introduction/get-started/images/designers-6.png +0 -0
- package/docs/src/pages/introduction/get-started/images/designers-7.png +0 -0
- 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
|
|
3
|
+
description: Welcome to the Masala Design System (or MDS as we call it). If you’re just starting out designing with MDS, here is a checklist of everything you need to get up and running.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
###
|
|
6
|
+
### Enabling Figma libraries
|
|
7
7
|
<br/>
|
|
8
8
|
|
|
9
|
-
####
|
|
10
|
-
|
|
9
|
+
#### Sign in to Figma
|
|
10
|
+
First and foremost, sign in to Figma using your organization account.
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
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
|
-
|
|
16
|
-
|
|
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
|
-

|
|
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
|
+

|
|
22
|
+
<Caption>Duplicating the library from Figma community</Caption>
|
|
27
23
|
<br/>
|
|
28
24
|
|
|
29
|
-
|
|
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
|
-
|
|
33
|
-
|
|
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
|
-

|
|
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
|
-

|
|
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
|
-

|
|
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
|
-

|
|
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
|
-

|
|
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
|
-

|
|
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
|
+

|
|
31
|
+
<Caption>Publishing the library in Figma</Caption>
|
|
187
32
|
<br/>
|
|
188
33
|
|
|
189
34
|
### Start designing
|
|
190
|
-
####
|
|
191
|
-
|
|
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
|
-
|
|
194
|
-
|
|
195
|
-
|
|
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
|
-
####
|
|
198
|
-
|
|
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).
|
|
Binary file
|
|
Binary file
|
|
@@ -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
|
-
|
|
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
|
-
|
|
31
|
-
* EmptyState component now supports inline SVG image. (863d69b0)
|
|
31
|
+
NA
|
|
32
32
|
|
|
33
33
|
### Fixes
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
64
|
-
*
|
|
65
|
-
*
|
|
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.
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|