aristid-ds 15.3.1 → 16.0.0-22d2c4c
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +880 -804
- package/README.md +4 -4
- package/dist/Kit/Ant/index.js +2 -71
- package/dist/Kit/App/index.d.ts +7 -3
- package/dist/Kit/App/index.js +2 -60
- package/dist/Kit/DataDisplay/Avatar/index.js +2 -24
- package/dist/Kit/DataDisplay/Avatar/types.d.ts +1 -2
- package/dist/Kit/DataDisplay/Badge/index.js +2 -53
- package/dist/Kit/DataDisplay/Collapse/index.js +2 -81
- package/dist/Kit/DataDisplay/Collapse/types.d.ts +1 -1
- package/dist/Kit/DataDisplay/Comment/index.js +2 -5
- package/dist/Kit/DataDisplay/Comment/types.d.ts +1 -1
- package/dist/Kit/DataDisplay/Empty/index.js +2 -32
- package/dist/Kit/DataDisplay/Error/index.js +2 -41
- package/dist/Kit/DataDisplay/IdCard/index.js +2 -78
- package/dist/Kit/DataDisplay/Image/index.js +2 -23
- package/dist/Kit/DataDisplay/ItemCard/index.js +2 -47
- package/dist/Kit/DataDisplay/ItemList/index.js +2 -56
- package/dist/Kit/DataDisplay/RedirectCard/index.js +2 -46
- package/dist/Kit/DataDisplay/Table/index.js +2 -108
- package/dist/Kit/DataDisplay/Table/types.d.ts +1 -2
- package/dist/Kit/DataDisplay/Tabs/index.js +2 -118
- package/dist/Kit/DataDisplay/Tag/index.js +2 -83
- package/dist/Kit/DataDisplay/Tooltip/index.js +10 -6
- package/dist/Kit/DataDisplay/Tooltip/types.d.ts +1 -2
- package/dist/Kit/DataDisplay/Tour/index.js +13 -10
- package/dist/Kit/DataDisplay/Tour/types.d.ts +1 -1
- package/dist/Kit/DataDisplay/Tree/index.js +2 -20
- package/dist/Kit/DataDisplay/Tree/types.d.ts +1 -2
- package/dist/Kit/DataEntry/AutoComplete/index.js +2 -28
- package/dist/Kit/DataEntry/AutoComplete/types.d.ts +1 -3
- package/dist/Kit/DataEntry/CheckableTile/CheckIndicator.d.ts +7 -0
- package/dist/Kit/DataEntry/CheckableTile/CheckableTile.d.ts +3 -0
- package/dist/Kit/DataEntry/CheckableTile/TileContent.d.ts +5 -0
- package/dist/Kit/DataEntry/CheckableTile/index.d.ts +2 -0
- package/dist/Kit/DataEntry/CheckableTile/index.js +2 -0
- package/dist/Kit/DataEntry/CheckableTile/types.d.ts +13 -0
- package/dist/Kit/DataEntry/Checkbox/index.js +2 -68
- package/dist/Kit/DataEntry/Checkbox/types.d.ts +4 -0
- package/dist/Kit/DataEntry/ColorPicker/index.js +2 -90
- package/dist/Kit/DataEntry/ColorPicker/types.d.ts +1 -3
- package/dist/Kit/DataEntry/DatePicker/index.js +2 -56
- package/dist/Kit/DataEntry/DatePicker/preset/PresetLabel.d.ts +7 -0
- package/dist/Kit/DataEntry/DatePicker/preset/constants.d.ts +1 -0
- package/dist/Kit/DataEntry/DatePicker/preset/presetUtils.d.ts +21 -0
- package/dist/Kit/DataEntry/DatePicker/preset/useActiveDatePickerPreset.d.ts +17 -0
- package/dist/Kit/DataEntry/DatePicker/preset/useActiveRangePickerPreset.d.ts +17 -0
- package/dist/Kit/DataEntry/Filter/index.js +2 -46
- package/dist/Kit/DataEntry/Input/index.js +2 -38
- package/dist/Kit/DataEntry/Input/types.d.ts +10 -4
- package/dist/Kit/DataEntry/InputNumber/index.js +2 -24
- package/dist/Kit/DataEntry/InputNumber/types.d.ts +2 -1
- package/dist/Kit/DataEntry/InputWrapper/index.js +2 -4
- package/dist/Kit/DataEntry/InputWrapper/types.d.ts +1 -0
- package/dist/Kit/DataEntry/Radio/index.js +2 -54
- package/dist/Kit/DataEntry/Radio/types.d.ts +8 -1
- package/dist/Kit/DataEntry/Rate/index.js +2 -20
- package/dist/Kit/DataEntry/RichText/EditorContentCharacterCount/index.js +2 -15
- package/dist/Kit/DataEntry/RichText/MenuBar/ButtonTooltip/index.js +11 -6
- package/dist/Kit/DataEntry/RichText/MenuBar/FontSizeSelect/index.js +2 -65
- package/dist/Kit/DataEntry/RichText/MenuBar/FontStylesButtons/index.js +46 -19
- package/dist/Kit/DataEntry/RichText/MenuBar/IndentListButtons/index.js +31 -16
- package/dist/Kit/DataEntry/RichText/MenuBar/LinkButton/index.js +2 -74
- package/dist/Kit/DataEntry/RichText/MenuBar/ListButtons/index.js +32 -17
- package/dist/Kit/DataEntry/RichText/MenuBar/MenuActionList/index.js +21 -11
- package/dist/Kit/DataEntry/RichText/MenuBar/TextAlignButtons/index.js +57 -21
- package/dist/Kit/DataEntry/RichText/MenuBar/UndoRedoButtons/index.js +31 -16
- package/dist/Kit/DataEntry/RichText/MenuBar/index.js +2 -26
- package/dist/Kit/DataEntry/RichText/index.js +2 -141
- package/dist/Kit/DataEntry/SearchInput/index.d.ts +2 -1
- package/dist/Kit/DataEntry/SearchInput/index.js +2 -17
- package/dist/Kit/DataEntry/Select/index.js +2 -147
- package/dist/Kit/DataEntry/Select/types.d.ts +1 -3
- package/dist/Kit/DataEntry/Slider/index.js +2 -18
- package/dist/Kit/DataEntry/Switch/index.js +2 -15
- package/dist/Kit/DataEntry/TreeSelect/index.js +2 -86
- package/dist/Kit/DataEntry/TreeSelect/types.d.ts +2 -1
- package/dist/Kit/DataEntry/Upload/defaultItemRender.d.ts +5 -0
- package/dist/Kit/DataEntry/Upload/index.js +2 -83
- package/dist/Kit/DataEntry/Upload/types.d.ts +9 -7
- package/dist/Kit/Feedback/Alert/index.js +2 -60
- package/dist/Kit/Feedback/Alert/types.d.ts +1 -2
- package/dist/Kit/Feedback/Loader/index.js +2 -17
- package/dist/Kit/Feedback/Modal/index.js +2 -173
- package/dist/Kit/Feedback/Modal/types.d.ts +1 -2
- package/dist/Kit/Feedback/Notification/index.js +2 -84
- package/dist/Kit/Feedback/Progress/index.js +2 -46
- package/dist/Kit/Feedback/Skeleton/index.js +2 -46
- package/dist/Kit/Feedback/SnackBar/index.js +2 -38
- package/dist/Kit/General/Button/index.js +2 -86
- package/dist/Kit/General/Button/types.d.ts +1 -0
- package/dist/Kit/General/DynamicActions/index.js +2 -34
- package/dist/Kit/General/Icon/index.js +2 -25
- package/dist/Kit/General/Typography/index.js +2 -162
- package/dist/Kit/General/Typography/types.d.ts +4 -5
- package/dist/Kit/Layout/Divider/index.js +2 -16
- package/dist/Kit/Layout/Grid/index.js +2 -9
- package/dist/Kit/Layout/Grid/types.d.ts +2 -2
- package/dist/Kit/Layout/PageLayout/index.js +2 -18
- package/dist/Kit/Layout/Section/index.js +2 -21
- package/dist/Kit/Layout/Section/types.d.ts +3 -6
- package/dist/Kit/Layout/Space/index.js +19 -18
- package/dist/Kit/Navigation/Breadcrumb/index.js +2 -24
- package/dist/Kit/Navigation/Breadcrumb/types.d.ts +1 -1
- package/dist/Kit/Navigation/DropDown/index.js +66 -48
- package/dist/Kit/Navigation/DropDown/types.d.ts +1 -1
- package/dist/Kit/Navigation/Header/index.js +2 -61
- package/dist/Kit/Navigation/PageHeader/index.js +2 -38
- package/dist/Kit/Navigation/Pagination/index.js +2 -13
- package/dist/Kit/Navigation/Pagination/types.d.ts +1 -2
- package/dist/Kit/Navigation/SideMenu/index.js +2 -65
- package/dist/Kit/Navigation/SideMenu/types.d.ts +1 -0
- package/dist/Kit/Navigation/SidePanel/index.js +2 -90
- package/dist/Kit/Navigation/Steps/index.js +2 -26
- package/dist/Kit/Navigation/Steps/types.d.ts +1 -1
- package/dist/Kit/index.d.ts +1 -0
- package/dist/Kit/index.js +61 -193
- package/dist/assets/Alert.css +1 -0
- package/dist/assets/App.css +1 -0
- package/dist/assets/{index10.css → AutoComplete.css} +1 -1
- package/dist/assets/Avatar.css +1 -1
- package/dist/assets/Badge.css +1 -0
- package/dist/assets/Breadcrumb.css +1 -0
- package/dist/assets/Button.css +1 -0
- package/dist/assets/CheckableTile.css +1 -0
- package/dist/assets/Checkbox.css +1 -0
- package/dist/assets/Collapse.css +1 -0
- package/dist/assets/ColorPicker.css +1 -0
- package/dist/assets/Comment.css +1 -0
- package/dist/assets/DatePicker.css +1 -0
- package/dist/assets/Divider.css +1 -0
- package/dist/assets/EditorContentCharacterCount.css +1 -0
- package/dist/assets/Empty.css +1 -0
- package/dist/assets/Error.css +1 -0
- package/dist/assets/Filter.css +1 -0
- package/dist/assets/FontSizeSelect.css +1 -0
- package/dist/assets/Header.css +1 -0
- package/dist/assets/Icon.css +1 -0
- package/dist/assets/IdCard.css +1 -0
- package/dist/assets/Image.css +1 -0
- package/dist/assets/Input.css +1 -0
- package/dist/assets/InputNumber.css +1 -0
- package/dist/assets/InputWrapper.css +1 -1
- package/dist/assets/ItemCard.css +1 -0
- package/dist/assets/ItemList.css +1 -0
- package/dist/assets/{index35.css → LinkButton.css} +1 -1
- package/dist/assets/Loader.css +1 -0
- package/dist/assets/MenuBar.css +1 -0
- package/dist/assets/Modal.css +1 -0
- package/dist/assets/Notification.css +1 -0
- package/dist/assets/PageHeader.css +1 -0
- package/dist/assets/PageLayout.css +1 -0
- package/dist/assets/Pagination.css +1 -0
- package/dist/assets/Progress.css +1 -0
- package/dist/assets/Radio.css +1 -0
- package/dist/assets/Rate.css +1 -0
- package/dist/assets/RedirectCard.css +1 -0
- package/dist/assets/RichText.css +1 -0
- package/dist/assets/SearchInput.css +1 -0
- package/dist/assets/Section.css +1 -0
- package/dist/assets/SideMenu.css +1 -0
- package/dist/assets/Skeleton.css +1 -0
- package/dist/assets/Slider.css +1 -0
- package/dist/assets/SnackBar.css +1 -0
- package/dist/assets/Steps.css +1 -0
- package/dist/assets/Switch.css +1 -0
- package/dist/assets/Table.css +1 -0
- package/dist/assets/Tabs.css +1 -0
- package/dist/assets/Tag.css +1 -0
- package/dist/assets/Tree.css +1 -0
- package/dist/assets/Upload.css +1 -0
- package/dist/assets/styles.css +1 -1
- package/dist/assets/useEllipsisTooltip.css +1 -1
- package/dist/assets/useGetPopupContainer.css +1 -1
- package/dist/chunks/Alert.DdAyIAa1.js +131 -0
- package/dist/chunks/App.DzGS_aWl.js +100 -0
- package/dist/chunks/AutoComplete.CgbJII9H.js +55 -0
- package/dist/chunks/Avatar.BkWsGZQz.js +26 -0
- package/dist/chunks/Avatar.C7Y05jlE.js +52 -0
- package/dist/chunks/Badge.BmH3YSz4.js +57 -0
- package/dist/chunks/Breadcrumb.DIt0b2vn.js +28 -0
- package/dist/chunks/Button.BIXp1grQ.js +142 -0
- package/dist/chunks/CheckableTile.G1mWLqE7.js +72 -0
- package/dist/chunks/Checkbox.BfsIaOHf.js +135 -0
- package/dist/chunks/Collapse.CKi1QD95.js +183 -0
- package/dist/chunks/ColorPicker.uKC6b1is.js +119 -0
- package/dist/chunks/Comment.Bf90W9Uf.js +47 -0
- package/dist/chunks/DatePicker.M4IqQYZK.js +236 -0
- package/dist/chunks/Divider.BmAL40z9.js +15 -0
- package/dist/chunks/DynamicActions.CweGHMMF.js +48 -0
- package/dist/chunks/EditorContentCharacterCount.UlQyKE4A.js +20 -0
- package/dist/chunks/Empty.BAcELu_a.js +1700 -0
- package/dist/chunks/Error.OInisOGv.js +166 -0
- package/dist/chunks/Filter.CFJKzHO4.js +90 -0
- package/dist/chunks/FontSizeSelect.DWsqaVsD.js +78 -0
- package/dist/chunks/Grid.C52krwRd.js +10 -0
- package/dist/chunks/Header.CSK4QcJG.js +226 -0
- package/dist/chunks/Icon.sjej1yCA.js +32 -0
- package/dist/chunks/IdCard.b_dKAB1B.js +106 -0
- package/dist/chunks/Image.kjyHNj64.js +31 -0
- package/dist/chunks/Input.jVuPPvRM.js +431 -0
- package/dist/chunks/InputNumber.BMGgA7hL.js +42 -0
- package/dist/chunks/InputWrapper.C5vdNcDG.js +73 -0
- package/dist/chunks/ItemCard.CtgV1uxa.js +160 -0
- package/dist/chunks/ItemList.B0NgLtvf.js +112 -0
- package/dist/chunks/LinkButton.DbTy1m8n.js +128 -0
- package/dist/chunks/Loader.C-wRwi_O.js +16 -0
- package/dist/chunks/MenuBar.CFDpOJD5.js +57 -0
- package/dist/chunks/Modal.6PCl0N53.js +269 -0
- package/dist/chunks/Notification.D_ylXnk0.js +140 -0
- package/dist/chunks/PageHeader.CZw0_eKy.js +54 -0
- package/dist/chunks/PageLayout.Dd_RpQu4.js +31 -0
- package/dist/chunks/Pagination.D4RHg4eu.js +16 -0
- package/dist/chunks/Progress.CXCHiJ2M.js +90 -0
- package/dist/chunks/Radio.CNu5txoD.js +117 -0
- package/dist/chunks/Rate.Dmfwlgev.js +27 -0
- package/dist/chunks/RedirectCard.1npMO7kR.js +127 -0
- package/dist/chunks/RichText.zxBTll6O.js +181 -0
- package/dist/chunks/SearchInput.B25zPXic.js +48 -0
- package/dist/chunks/Section.DX_VJj4c.js +10 -0
- package/dist/chunks/Select.B9Fmeszh.js +223 -0
- package/dist/chunks/SideMenu.DUUZQeg-.js +135 -0
- package/dist/chunks/SidePanel.DbvnHFT-.js +135 -0
- package/dist/chunks/Skeleton.w4TjsphH.js +57 -0
- package/dist/chunks/Slider.DqG7lOzt.js +41 -0
- package/dist/chunks/SnackBar.Dw3YmPEg.js +78 -0
- package/dist/chunks/SnackBarProvider.Uz7S9Dwk.js +31 -0
- package/dist/chunks/Steps.CF_4sPDw.js +39 -0
- package/dist/chunks/Switch.6L3-gRH2.js +20 -0
- package/dist/chunks/Table.U_J8brpi.js +173 -0
- package/dist/chunks/Tabs.TLa6amtI.js +177 -0
- package/dist/chunks/Tag.DN8392aN.js +158 -0
- package/dist/chunks/Tree.DI2X_dWa.js +38 -0
- package/dist/chunks/TreeSelect.Bg31B6NR.js +161 -0
- package/dist/chunks/Typography.C3jMwd1-.js +257 -0
- package/dist/chunks/Upload.BZGznMVa.js +148 -0
- package/dist/chunks/constants.CdyH-Cnj.js +5 -0
- package/dist/chunks/css-tokens-generator.sn_lhdr4.js +9 -0
- package/dist/chunks/functions.BxvU3RXB.js +124 -0
- package/dist/chunks/getButtonActiveClass.DpCDqtoW.js +4 -0
- package/dist/chunks/styles.module.C0REJD9g.js +4 -0
- package/dist/chunks/useEllipsisTooltip.CKmINXTI.js +20 -0
- package/dist/chunks/useGetPopupContainer.C6KjVnVk.js +11 -0
- package/dist/chunks/useKitLocale.45Rjhfd0.js +9 -0
- package/dist/chunks/useKitSpellCheckConfig.C5xhCJ-X.js +9 -0
- package/dist/chunks/useKitTheme.Bcv-etUA.js +9 -0
- package/dist/chunks/utils.BCUGiErz.js +39 -0
- package/dist/hooks/useSecureClick/index.js +10 -10
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +65 -197
- package/dist/index.umd.js +7 -7
- package/dist/spellCheck/components/SpellCheckCorrectionHighlight.d.ts +9 -0
- package/dist/spellCheck/components/SpellCheckOverlay.d.ts +12 -0
- package/dist/spellCheck/components/SpellCheckWrapper.d.ts +7 -0
- package/dist/spellCheck/spell-check-context.d.ts +8 -0
- package/dist/spellCheck/types/index.d.ts +23 -0
- package/dist/spellCheck/useKitSpellCheckConfig.d.ts +9 -0
- package/dist/spellCheck/useSpellChecking.d.ts +14 -0
- package/dist/spellCheck/utils/computeHighlights.d.ts +6 -0
- package/dist/spellCheck/utils/getScrollableAncestor.d.ts +5 -0
- package/dist/spellCheck/utils/isClippedByAncestor.d.ts +6 -0
- package/dist/spellCheck/utils/setNativeInputValue.d.ts +6 -0
- package/dist/spellCheck/utils/useDisableNativeSpellCheck.d.ts +11 -0
- package/dist/spellCheck/utils/useHighlightRects.d.ts +23 -0
- package/dist/theme/aristid/components/DataDisplay/Avatar/index.js +11 -24
- package/dist/theme/aristid/components/DataDisplay/Badge/index.js +16 -20
- package/dist/theme/aristid/components/DataDisplay/Collapse/index.js +18 -11
- package/dist/theme/aristid/components/DataDisplay/Image/index.js +13 -7
- package/dist/theme/aristid/components/DataDisplay/ItemList/index.js +49 -55
- package/dist/theme/aristid/components/DataDisplay/Tabs/index.js +74 -96
- package/dist/theme/aristid/components/DataDisplay/Tag/index.js +15 -8
- package/dist/theme/aristid/components/DataDisplay/Tooltip/index.js +14 -20
- package/dist/theme/aristid/components/DataDisplay/Tree/index.js +49 -59
- package/dist/theme/aristid/components/DataEntry/Checkbox/index.js +41 -45
- package/dist/theme/aristid/components/DataEntry/ColorPicker/index.js +49 -75
- package/dist/theme/aristid/components/DataEntry/DatePicker/index.js +143 -151
- package/dist/theme/aristid/components/DataEntry/Filter/index.js +11 -15
- package/dist/theme/aristid/components/DataEntry/Input/index.js +202 -131
- package/dist/theme/aristid/components/DataEntry/InputNumber/index.js +52 -58
- package/dist/theme/aristid/components/DataEntry/InputWrapper/index.js +24 -26
- package/dist/theme/aristid/components/DataEntry/Radio/index.js +48 -19
- package/dist/theme/aristid/components/DataEntry/Rate/index.js +8 -7
- package/dist/theme/aristid/components/DataEntry/Select/index.js +90 -98
- package/dist/theme/aristid/components/DataEntry/Slider/index.js +39 -55
- package/dist/theme/aristid/components/DataEntry/Switch/index.js +29 -31
- package/dist/theme/aristid/components/Feedback/Alert/index.js +38 -48
- package/dist/theme/aristid/components/Feedback/Modal/index.js +35 -47
- package/dist/theme/aristid/components/Feedback/Notification/index.js +38 -40
- package/dist/theme/aristid/components/Feedback/SnackBar/index.js +32 -36
- package/dist/theme/aristid/components/General/Button/index.js +21 -23
- package/dist/theme/aristid/components/General/Icon/index.js +19 -21
- package/dist/theme/aristid/components/General/Typography/index.js +53 -69
- package/dist/theme/aristid/components/Layout/Divider/index.js +15 -19
- package/dist/theme/aristid/components/Navigation/Breadcrumb/index.js +8 -12
- package/dist/theme/aristid/components/Navigation/DropDown/index.js +65 -99
- package/dist/theme/aristid/components/Navigation/Header/index.js +8 -16
- package/dist/theme/aristid/components/Navigation/Pagination/index.js +42 -66
- package/dist/theme/aristid/components/Navigation/Steps/index.js +23 -27
- package/dist/theme/aristid/general/border/index.js +29 -30
- package/dist/theme/aristid/general/colors/index.js +169 -170
- package/dist/theme/aristid/general/height/index.js +11 -12
- package/dist/theme/aristid/general/index.js +17 -17
- package/dist/theme/aristid/general/spacing/index.js +25 -26
- package/dist/theme/aristid/general/typography/index.js +45 -46
- package/dist/theme/aristid/general/utilities/index.js +117 -113
- package/dist/theme/types/general/colors/index.d.ts +1 -1
- package/dist/theme/types/index.d.ts +1 -1
- package/dist/theme/types/utilities/index.d.ts +4 -0
- package/dist/theme/utils/tokens-mapper/DataDisplay/Badge/index.js +13 -13
- package/dist/theme/utils/tokens-mapper/DataDisplay/Collapse/index.js +6 -8
- package/dist/theme/utils/tokens-mapper/DataDisplay/Table/index.js +7 -7
- package/dist/theme/utils/tokens-mapper/DataDisplay/Tabs/index.js +15 -15
- package/dist/theme/utils/tokens-mapper/DataDisplay/Tooltip/index.js +13 -13
- package/dist/theme/utils/tokens-mapper/DataDisplay/Tree/index.js +14 -14
- package/dist/theme/utils/tokens-mapper/DataDisplay/index.js +7 -14
- package/dist/theme/utils/tokens-mapper/DataEntry/Checkbox/index.js +11 -11
- package/dist/theme/utils/tokens-mapper/DataEntry/ColorPicker/index.js +12 -12
- package/dist/theme/utils/tokens-mapper/DataEntry/DatePicker/index.js +20 -20
- package/dist/theme/utils/tokens-mapper/DataEntry/Form/index.js +5 -7
- package/dist/theme/utils/tokens-mapper/DataEntry/Input/index.js +14 -14
- package/dist/theme/utils/tokens-mapper/DataEntry/InputNumber/index.js +15 -15
- package/dist/theme/utils/tokens-mapper/DataEntry/Radio/index.js +9 -9
- package/dist/theme/utils/tokens-mapper/DataEntry/Rate/index.js +6 -8
- package/dist/theme/utils/tokens-mapper/DataEntry/Select/index.js +13 -13
- package/dist/theme/utils/tokens-mapper/DataEntry/Slider/index.js +14 -14
- package/dist/theme/utils/tokens-mapper/Feedback/Alert/index.js +17 -17
- package/dist/theme/utils/tokens-mapper/Feedback/index.js +2 -4
- package/dist/theme/utils/tokens-mapper/Layout/Divider/index.js +10 -10
- package/dist/theme/utils/tokens-mapper/Layout/index.js +2 -4
- package/dist/theme/utils/tokens-mapper/Navigation/Pagination/index.js +20 -20
- package/dist/theme/utils/tokens-mapper/Navigation/Steps/index.js +16 -16
- package/dist/theme/utils/tokens-mapper/Navigation/index.js +3 -6
- package/dist/theme/utils/tokens-mapper/index.js +44 -46
- package/dist/translation/en-US/components/DataDisplay/Collapse/index.js +5 -7
- package/dist/translation/en-US/components/DataDisplay/Empty/index.js +4 -6
- package/dist/translation/en-US/components/DataDisplay/Error/index.js +4 -6
- package/dist/translation/en-US/components/DataDisplay/Image/index.js +4 -6
- package/dist/translation/en-US/components/DataDisplay/ItemList/index.js +6 -6
- package/dist/translation/en-US/components/DataDisplay/Tabs/index.js +4 -6
- package/dist/translation/en-US/components/DataEntry/ColorPicker/index.js +4 -6
- package/dist/translation/en-US/components/DataEntry/RichText/index.js +30 -30
- package/dist/translation/en-US/components/DataEntry/SearchInput/index.d.ts +2 -0
- package/dist/translation/en-US/components/DataEntry/SearchInput/index.js +4 -0
- package/dist/translation/en-US/components/DataEntry/Upload/index.js +10 -10
- package/dist/translation/en-US/components/Feedback/Alert/index.js +4 -6
- package/dist/translation/en-US/components/General/Button/index.js +5 -7
- package/dist/translation/en-US/general/index.js +13 -12
- package/dist/translation/en-US/index.js +28 -26
- package/dist/translation/fr-FR/components/DataDisplay/Collapse/index.js +5 -7
- package/dist/translation/fr-FR/components/DataDisplay/Empty/index.js +4 -6
- package/dist/translation/fr-FR/components/DataDisplay/Error/index.js +4 -6
- package/dist/translation/fr-FR/components/DataDisplay/Image/index.js +4 -6
- package/dist/translation/fr-FR/components/DataDisplay/ItemList/index.js +6 -6
- package/dist/translation/fr-FR/components/DataDisplay/Tabs/index.js +4 -6
- package/dist/translation/fr-FR/components/DataEntry/ColorPicker/index.js +4 -6
- package/dist/translation/fr-FR/components/DataEntry/RichText/index.js +30 -30
- package/dist/translation/fr-FR/components/DataEntry/SearchInput/index.d.ts +2 -0
- package/dist/translation/fr-FR/components/DataEntry/SearchInput/index.js +4 -0
- package/dist/translation/fr-FR/components/DataEntry/Upload/index.js +10 -10
- package/dist/translation/fr-FR/components/Feedback/Alert/index.js +4 -6
- package/dist/translation/fr-FR/components/General/Button/index.js +5 -7
- package/dist/translation/fr-FR/general/index.js +13 -12
- package/dist/translation/fr-FR/index.js +29 -27
- package/dist/translation/pt-PT/components/DataDisplay/Collapse/index.js +5 -7
- package/dist/translation/pt-PT/components/DataDisplay/Empty/index.js +4 -6
- package/dist/translation/pt-PT/components/DataDisplay/Error/index.js +4 -6
- package/dist/translation/pt-PT/components/DataDisplay/Image/index.js +4 -6
- package/dist/translation/pt-PT/components/DataDisplay/ItemList/index.js +6 -6
- package/dist/translation/pt-PT/components/DataDisplay/Tabs/index.js +4 -6
- package/dist/translation/pt-PT/components/DataEntry/ColorPicker/index.js +4 -6
- package/dist/translation/pt-PT/components/DataEntry/RichText/index.js +30 -30
- package/dist/translation/pt-PT/components/DataEntry/SearchInput/index.d.ts +2 -0
- package/dist/translation/pt-PT/components/DataEntry/SearchInput/index.js +4 -0
- package/dist/translation/pt-PT/components/DataEntry/Upload/index.js +10 -10
- package/dist/translation/pt-PT/components/Feedback/Alert/index.js +4 -6
- package/dist/translation/pt-PT/components/General/Button/index.js +5 -7
- package/dist/translation/pt-PT/general/index.js +13 -12
- package/dist/translation/pt-PT/index.js +27 -25
- package/dist/translation/types/components/DataEntry/SearchInput/index.d.ts +3 -0
- package/dist/translation/types/general/index.d.ts +1 -0
- package/dist/translation/types/index.d.ts +2 -0
- package/dist/translation/utils/index.js +2 -4
- package/dist/utils/constants.d.ts +3 -0
- package/dist/utils/functions/index.js +2 -117
- package/package.json +148 -154
- package/dist/Kit/DataEntry/Select/useIcons.d.ts +0 -9
- package/dist/assets/Thread.css +0 -1
- package/dist/assets/index.css +0 -1
- package/dist/assets/index11.css +0 -1
- package/dist/assets/index12.css +0 -1
- package/dist/assets/index13.css +0 -1
- package/dist/assets/index14.css +0 -1
- package/dist/assets/index15.css +0 -1
- package/dist/assets/index16.css +0 -1
- package/dist/assets/index17.css +0 -1
- package/dist/assets/index18.css +0 -1
- package/dist/assets/index19.css +0 -1
- package/dist/assets/index2.css +0 -1
- package/dist/assets/index20.css +0 -1
- package/dist/assets/index21.css +0 -1
- package/dist/assets/index22.css +0 -1
- package/dist/assets/index23.css +0 -1
- package/dist/assets/index24.css +0 -1
- package/dist/assets/index25.css +0 -1
- package/dist/assets/index26.css +0 -1
- package/dist/assets/index27.css +0 -1
- package/dist/assets/index28.css +0 -1
- package/dist/assets/index29.css +0 -1
- package/dist/assets/index3.css +0 -1
- package/dist/assets/index30.css +0 -1
- package/dist/assets/index31.css +0 -1
- package/dist/assets/index32.css +0 -1
- package/dist/assets/index33.css +0 -1
- package/dist/assets/index34.css +0 -1
- package/dist/assets/index36.css +0 -1
- package/dist/assets/index37.css +0 -1
- package/dist/assets/index38.css +0 -1
- package/dist/assets/index39.css +0 -1
- package/dist/assets/index4.css +0 -1
- package/dist/assets/index40.css +0 -1
- package/dist/assets/index41.css +0 -1
- package/dist/assets/index42.css +0 -1
- package/dist/assets/index43.css +0 -1
- package/dist/assets/index44.css +0 -1
- package/dist/assets/index45.css +0 -1
- package/dist/assets/index46.css +0 -1
- package/dist/assets/index47.css +0 -1
- package/dist/assets/index48.css +0 -1
- package/dist/assets/index49.css +0 -1
- package/dist/assets/index5.css +0 -1
- package/dist/assets/index50.css +0 -1
- package/dist/assets/index6.css +0 -1
- package/dist/assets/index7.css +0 -1
- package/dist/assets/index8.css +0 -1
- package/dist/assets/index9.css +0 -1
- package/dist/chunks/Avatar.B2Q0k3WU.js +0 -46
- package/dist/chunks/InputWrapper.D7QArlvo.js +0 -25
- package/dist/chunks/SnackBarProvider.D44OffUd.js +0 -23
- package/dist/chunks/Thread.BzM6JOAq.js +0 -25
- package/dist/chunks/constants.CctH0M4n.js +0 -6
- package/dist/chunks/css-tokens-generator.BlwCHwrh.js +0 -9
- package/dist/chunks/getButtonActiveClass.CdKy9gg4.js +0 -4
- package/dist/chunks/index.CKC2Gl0d.js +0 -23
- package/dist/chunks/styles.module.uCPgpiKf.js +0 -6
- package/dist/chunks/useEllipsisTooltip.B54ayHK8.js +0 -17
- package/dist/chunks/useGetPopupContainer.bCZKSUsz.js +0 -17
- package/dist/chunks/useKitLocale.DD7mnAZn.js +0 -11
- package/dist/chunks/useKitTheme.BdeSOGoj.js +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,322 +1,407 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [X.X.X](https://www.npmjs.com/package/aristid-ds/v/X.X.X) (2026-XX-XX)
|
|
4
|
+
|
|
5
|
+
### ✨ Features
|
|
6
|
+
|
|
7
|
+
- **Button:**
|
|
8
|
+
- update hover state of Redirect and action buttons (@evoiron)
|
|
9
|
+
- **DropDown/DatePicker:**
|
|
10
|
+
- update hover state dropdown items and date picker presets (@evoiron)
|
|
11
|
+
|
|
12
|
+
### 🐛 Bug Fixes
|
|
13
|
+
|
|
14
|
+
### 📝 Documentation
|
|
15
|
+
|
|
16
|
+
## [16.0.0](https://www.npmjs.com/package/aristid-ds/v/16.0.0) (2026-05-28)
|
|
17
|
+
|
|
18
|
+
### ✨ Features
|
|
19
|
+
|
|
20
|
+
- **⚠️ Breaking change - Section**
|
|
21
|
+
- Redefine `Section` component (only 3 types) (@evoiron)
|
|
22
|
+
- **TreeSelect**
|
|
23
|
+
- Add ellipsis to `KitTreeSelect` items labels (@evoiron)
|
|
24
|
+
- Update design of `KitTreeSelect` (@evoiron)
|
|
25
|
+
- **DatePicker:**
|
|
26
|
+
- Add active preset indicator to `KitDatePicker` and `KitRangePicker` (@philippechevieux)
|
|
27
|
+
- **KitApp:**
|
|
28
|
+
- Add `spellCheck` prop to `KitApp` to configure a custom spell-check provider (`checkText`, optional `signal` for request cancellation, optional `debounceDelay` and `checkTextOnError`) (@philippechevieux)
|
|
29
|
+
- **Input:**
|
|
30
|
+
- Add `enableSpellCheck` prop to `KitInput` to display inline correction highlights with suggestion dropdown (@philippechevieux)
|
|
31
|
+
- **TextArea:**
|
|
32
|
+
- Add `enableSpellCheck` prop to `KitTextArea` to display inline correction highlights with suggestion dropdown (@philippechevieux)
|
|
33
|
+
- **Upload:**
|
|
34
|
+
- Add `itemRender` and `horizontal` props, and export `KitUpload.UploadedFileItem` to allow customisation of file list items (@evoiron)
|
|
35
|
+
- **Checkbox:**
|
|
36
|
+
- Add `tile` props to `KitCheckbox` and `KitCheckbox.Group` to display as `CheckableTile` (@evoiron)
|
|
37
|
+
- **Radio:**
|
|
38
|
+
- Add `tile` props to `KitRadio` and `KitRadio.Group` to display as `CheckableTile` (@evoiron)
|
|
39
|
+
- **SideMenu:**
|
|
40
|
+
- Add `activeItemKey` prop to `KitSideMenu` to control the active item programmatically (@philippechevieux)
|
|
41
|
+
- Make menu items focusable (@evoiron)
|
|
42
|
+
- **SearchInput:**
|
|
43
|
+
- Add tooltip and pointer cursor when hovering collapsed state (@7Remy)
|
|
44
|
+
- **Select**
|
|
45
|
+
- Update design of `KitSelect` (@evoiron)
|
|
46
|
+
- **Button:**
|
|
47
|
+
- Add tooltip text property, visible when button has no label (@7Remy)
|
|
48
|
+
|
|
49
|
+
### 🐛 Bug Fixes
|
|
50
|
+
|
|
51
|
+
- **SidePanel**
|
|
52
|
+
- Add aria labels on close and previous icons (@renaudamsellem)
|
|
53
|
+
- **ItemCard**
|
|
54
|
+
- Fix title and description ellipsis bug (@evoiron)
|
|
55
|
+
- Fix spacing elements placement (@evoiron)
|
|
56
|
+
- **Typography**
|
|
57
|
+
- Fix multiline ellipsis not working (@evoiron)
|
|
58
|
+
- **TreeSelect:**
|
|
59
|
+
- Fix `KitTreeSelect` dropdown closing conditions (on click, outside, out of dropdown, or on node execpt when expanding it) (@evoiron)
|
|
60
|
+
- **Tag:**
|
|
61
|
+
- ellipsis `Tag` content when a fixed width/max-width is specified (@evoiron)
|
|
62
|
+
- **Select:**
|
|
63
|
+
- Add ellipsis to long labels and placeholder (@evoiron)
|
|
64
|
+
- Fix tags overflowing under trigger and clear icon in multiline mode (@evoiron)
|
|
65
|
+
- **RichText:**
|
|
66
|
+
- Fix mentions dropdown position in `Richtext` due to dropdown previous changes (@alechapelain)
|
|
67
|
+
- **Empty:**
|
|
68
|
+
- Fix spacing between illustration and text (@evoiron)
|
|
69
|
+
- **DatePicker/RangePicker:**
|
|
70
|
+
- Fix double chevron icons in dropdown (@evoiron)
|
|
71
|
+
- Fix display full months names in dropdown (@evoiron)
|
|
72
|
+
- **Modal:**
|
|
73
|
+
- Prevent outline clipping caused by overflow property on modal content (@philippechevieux)
|
|
74
|
+
- Set z-index lower than alerts and notifications z-index when in fullscreen (@evoiron)
|
|
75
|
+
|
|
76
|
+
### 📝 Documentation
|
|
77
|
+
|
|
78
|
+
### ✨ Features
|
|
79
|
+
|
|
80
|
+
- **DataEntry:**
|
|
81
|
+
- Add new `CheckableTile` component (@yanisbenslimane)
|
|
82
|
+
|
|
83
|
+
- **Design Tokens:**
|
|
84
|
+
- Fix a bug causing the storybook `Design tokens` page to crash (@evoiron)
|
|
85
|
+
|
|
3
86
|
## [15.3.1](https://www.npmjs.com/package/aristid-ds/v/15.3.1) (2026-04-08)
|
|
4
87
|
|
|
5
88
|
### ✨ Features
|
|
6
89
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
90
|
+
- **Datepicker**
|
|
91
|
+
- Set inner inputs width on `KitRangePicker` picker to match their content (@alechapelain)
|
|
9
92
|
|
|
10
93
|
### 🐛 Bug Fixes
|
|
11
94
|
|
|
12
|
-
-
|
|
13
|
-
-
|
|
95
|
+
- **Badge:**
|
|
96
|
+
- Fix dot badge position when using `status` prop (@philippechevieux)
|
|
14
97
|
|
|
15
98
|
## [15.3.0](https://www.npmjs.com/package/aristid-ds/v/15.3.0) (2026-04-03)
|
|
16
99
|
|
|
17
100
|
### ✨ Features
|
|
18
101
|
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
23
|
-
|
|
24
|
-
-
|
|
25
|
-
-
|
|
26
|
-
-
|
|
27
|
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
-
|
|
36
|
-
-
|
|
37
|
-
-
|
|
38
|
-
-
|
|
39
|
-
-
|
|
40
|
-
|
|
41
|
-
-
|
|
42
|
-
-
|
|
102
|
+
- **InputWrapper:**
|
|
103
|
+
- Fix ``KitInputWrapper ` warning status text style (@evoiron)
|
|
104
|
+
- **Tokens:**
|
|
105
|
+
- Add `IA/purple` color palette (@evoiron)
|
|
106
|
+
- **Modal:**
|
|
107
|
+
- Add `useChildrenOnly` property to display the modal panel as a container for other components or not. Also export two new components `KitModalHeader` and `KitModalContent` for layout purpose (@renaudamsellem)
|
|
108
|
+
- Add `shouldCloseOnOverlayClick` property close the modal on click outside. (@renaudamsellem)
|
|
109
|
+
- Add `showFooterButtons` prop to display / hide the footer buttons in confirm modal (@renaudamsellem)
|
|
110
|
+
- **⚠️ Breaking change - SideMenu:**
|
|
111
|
+
- Rename `autoCompleteOptions` prop to `searchOptions` and update its type to `IKitInput` as `AutoComplete` component has been replaced by `SearchInput` component (@philippechevieux)
|
|
112
|
+
- Add `tooltip` prop to SideMenuItem component (@philippechevieux)
|
|
113
|
+
- Add `group` type to SideMenuItem component (@philippechevieux)
|
|
114
|
+
- Add padding bottom to group items (@philippechevieux)
|
|
115
|
+
- **⚠️ Breaking change - Typography:**
|
|
116
|
+
- Remove `withTooltip` prop from `Text`, `Link`, `Paragraph` and `Title` components. The tooltip is now automatically shown when the text is truncated and `ellipsis` is set (@philippechevieux)
|
|
117
|
+
- **⚠️ Breaking change - IdCard:**
|
|
118
|
+
- Remove `disableTooltip` prop from IdCard component. The tooltip is now automatically shown when the text is truncated and `ellipsis` is set (@philippechevieux)
|
|
119
|
+
- **⚠️ Breaking change - Tag:**
|
|
120
|
+
- Remove `disableTooltip` prop from Tag component. The tooltip is now automatically shown when the text is truncated and `ellipsis` is set (@philippechevieux)
|
|
121
|
+
- **Table:**
|
|
122
|
+
- Export `KitTableExpandButton` component (@baloche)
|
|
123
|
+
- **Badge:**
|
|
124
|
+
- Update dot and count badge sizes (@philippechevieux)
|
|
125
|
+
- Auto-adjust indicator position on rounded corners — the badge now reads the wrapped element's `border-radius` at render time and shifts itself onto the corner arc (@philippechevieux)
|
|
126
|
+
- **Filter:**
|
|
127
|
+
- Apply active style when dropdown is open (@philippechevieux)
|
|
43
128
|
|
|
44
129
|
### 🐛 Bug Fixes
|
|
45
130
|
|
|
46
|
-
-
|
|
47
|
-
-
|
|
48
|
-
-
|
|
49
|
-
-
|
|
50
|
-
-
|
|
51
|
-
-
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
-
|
|
131
|
+
- **IdCard:**
|
|
132
|
+
- Fix avatar color from `avatarProps` being overwritten when `color` prop is not set on IdCard (@philippechevieux)
|
|
133
|
+
- **SideMenu:**
|
|
134
|
+
- Fix scrolling so that only the menu items list scrolls while keeping the header fixed (@philippechevieux)
|
|
135
|
+
- **DropDown:**
|
|
136
|
+
- Fix double-click needed to reopen dropdown after closing via outside click (@philippechevieux)
|
|
137
|
+
- **Select:**
|
|
138
|
+
- Fix search feature (@evoiron)
|
|
139
|
+
- Fix wrong height for select/TreeSelect with multiple attribute (@alechapelain)
|
|
140
|
+
- Fix wrong tag size not matching select size (@alechapelain)
|
|
56
141
|
|
|
57
142
|
### 📝 Documentation
|
|
58
143
|
|
|
59
|
-
-
|
|
60
|
-
-
|
|
61
|
-
-
|
|
62
|
-
-
|
|
144
|
+
- **Repository:**
|
|
145
|
+
- Rewrite `README.md` to be light and consumer-focused (install, KitApp, theme, i18n, dev quickstart, troubleshooting) (@philippechevieux)
|
|
146
|
+
- Add `CONTRIBUTING.md` with full contributor guide: code structure, component creation (code + theming + Storybook docs + Chromatic tests), locale addition, PR process with branch naming, changelog conventions, commit conventions (@philippechevieux)
|
|
147
|
+
- Add `AGENTS.md` as AI assistant context file (architecture, key patterns, common tasks, do/don't, CI/CD) (@philippechevieux)
|
|
63
148
|
|
|
64
149
|
## [15.2.0](https://www.npmjs.com/package/aristid-ds/v/15.2.0) (2026-0226)
|
|
65
150
|
|
|
66
151
|
### ✨ Features
|
|
67
152
|
|
|
68
|
-
-
|
|
69
|
-
-
|
|
70
|
-
-
|
|
153
|
+
- **Locales:**
|
|
154
|
+
- Add `portuguese` locale (@evoiron)
|
|
155
|
+
- Update locale context to simplify the process of adding a locale (@evoiron)
|
|
71
156
|
|
|
72
157
|
### 🐛 Bug Fixes
|
|
73
158
|
|
|
74
|
-
-
|
|
75
|
-
-
|
|
159
|
+
- **Tabs:**
|
|
160
|
+
- Fix alignment issue causing Pill Tabs not to be centered within their parent element (@YanDevDz)
|
|
76
161
|
|
|
77
162
|
## [15.1.0](https://www.npmjs.com/package/aristid-ds/v/15.1.0) (2026-02-24)
|
|
78
163
|
|
|
79
164
|
### ✨ Features
|
|
80
165
|
|
|
81
|
-
-
|
|
82
|
-
-
|
|
83
|
-
-
|
|
84
|
-
-
|
|
85
|
-
-
|
|
86
|
-
-
|
|
87
|
-
-
|
|
166
|
+
- **⚠️ Breaking change - Table**:
|
|
167
|
+
- Keep table generic by removing `getRowClassName` function (@baloche)
|
|
168
|
+
- **Modal:**
|
|
169
|
+
- Add `extraRight` prop to display extra right content (@philippechevieux)
|
|
170
|
+
- **SearchInput:**
|
|
171
|
+
- Set minimum width to the SearchInput component (@alechapelain)
|
|
172
|
+
- Adapt icon color based on state and input content (@alechapelain)
|
|
88
173
|
|
|
89
174
|
### 🐛 Bug Fixes
|
|
90
175
|
|
|
91
|
-
-
|
|
92
|
-
-
|
|
93
|
-
-
|
|
94
|
-
-
|
|
95
|
-
-
|
|
96
|
-
-
|
|
97
|
-
-
|
|
98
|
-
-
|
|
99
|
-
-
|
|
100
|
-
-
|
|
101
|
-
-
|
|
102
|
-
-
|
|
103
|
-
-
|
|
176
|
+
- **Tag:**
|
|
177
|
+
- Fix tooltip color of tags using `IdCard` component in TagGroup (@philippechevieux)
|
|
178
|
+
- **Badge:**
|
|
179
|
+
- Remove default `title` tooltip on Badge component (if needed we can use a `KitTooltip` component) (@philippechevieux)
|
|
180
|
+
- Fix warning when Badge component is used inside a Tooltip component (@alechapelain)
|
|
181
|
+
- **Table:**
|
|
182
|
+
- Fix pagination position (@cedeymard9)
|
|
183
|
+
- Fix background color issue when header is sticky (@cedeymard9)
|
|
184
|
+
- **Select:**
|
|
185
|
+
- Use `<KitIdCard/>` component as children instead of `idCardProps` deprecated property (@cedeymard9)
|
|
186
|
+
- **TreeSelect:**
|
|
187
|
+
- Use `<KitIdCard/>` component as children instead of `idCardProps` deprecated property (@cedeymard9)
|
|
188
|
+
- Fix scrolling issue (@cedeymard9)
|
|
104
189
|
|
|
105
190
|
### 📚 Documentation
|
|
106
191
|
|
|
107
|
-
-
|
|
108
|
-
-
|
|
109
|
-
-
|
|
110
|
-
-
|
|
192
|
+
- **Changelog:**
|
|
193
|
+
- Add `Changelog` page to storybook (@evoiron)
|
|
194
|
+
- **Collapse:**
|
|
195
|
+
- Remove link that no longer exists (@cedeymard9)
|
|
111
196
|
|
|
112
197
|
## [15.0.0](https://www.npmjs.com/package/aristid-ds/v/15.0.0) (2026-01-23)
|
|
113
198
|
|
|
114
199
|
### ✨ Features
|
|
115
200
|
|
|
116
|
-
-
|
|
117
|
-
-
|
|
118
|
-
-
|
|
119
|
-
-
|
|
120
|
-
-
|
|
121
|
-
-
|
|
122
|
-
-
|
|
123
|
-
-
|
|
124
|
-
-
|
|
125
|
-
-
|
|
126
|
-
-
|
|
127
|
-
-
|
|
128
|
-
-
|
|
129
|
-
-
|
|
130
|
-
-
|
|
131
|
-
-
|
|
132
|
-
-
|
|
133
|
-
-
|
|
134
|
-
-
|
|
135
|
-
-
|
|
136
|
-
-
|
|
137
|
-
-
|
|
138
|
-
-
|
|
139
|
-
-
|
|
140
|
-
-
|
|
141
|
-
-
|
|
142
|
-
-
|
|
143
|
-
-
|
|
144
|
-
-
|
|
145
|
-
-
|
|
146
|
-
-
|
|
147
|
-
-
|
|
148
|
-
-
|
|
149
|
-
-
|
|
150
|
-
-
|
|
151
|
-
-
|
|
152
|
-
-
|
|
153
|
-
-
|
|
154
|
-
-
|
|
155
|
-
-
|
|
156
|
-
-
|
|
157
|
-
-
|
|
158
|
-
-
|
|
159
|
-
-
|
|
160
|
-
-
|
|
161
|
-
-
|
|
162
|
-
-
|
|
163
|
-
-
|
|
164
|
-
-
|
|
165
|
-
-
|
|
166
|
-
-
|
|
167
|
-
-
|
|
168
|
-
-
|
|
169
|
-
-
|
|
170
|
-
-
|
|
171
|
-
-
|
|
172
|
-
-
|
|
173
|
-
-
|
|
174
|
-
-
|
|
175
|
-
-
|
|
176
|
-
-
|
|
177
|
-
-
|
|
178
|
-
-
|
|
179
|
-
-
|
|
180
|
-
-
|
|
181
|
-
-
|
|
182
|
-
-
|
|
183
|
-
-
|
|
184
|
-
-
|
|
185
|
-
-
|
|
186
|
-
-
|
|
187
|
-
-
|
|
188
|
-
-
|
|
189
|
-
-
|
|
190
|
-
-
|
|
191
|
-
-
|
|
192
|
-
-
|
|
193
|
-
-
|
|
194
|
-
-
|
|
195
|
-
-
|
|
196
|
-
-
|
|
197
|
-
-
|
|
198
|
-
-
|
|
199
|
-
-
|
|
200
|
-
-
|
|
201
|
-
-
|
|
202
|
-
-
|
|
203
|
-
-
|
|
204
|
-
-
|
|
205
|
-
-
|
|
206
|
-
-
|
|
207
|
-
-
|
|
208
|
-
-
|
|
209
|
-
-
|
|
210
|
-
-
|
|
211
|
-
-
|
|
212
|
-
-
|
|
213
|
-
-
|
|
214
|
-
-
|
|
215
|
-
-
|
|
216
|
-
-
|
|
217
|
-
-
|
|
218
|
-
-
|
|
219
|
-
-
|
|
220
|
-
-
|
|
221
|
-
-
|
|
222
|
-
-
|
|
201
|
+
- **⚠️ Breaking change - Notification**:
|
|
202
|
+
- Update `Notification` component. We have moved from the Antd notification component to a home-made component using `react-hot-toast`. Please refer to the documentation for use. (@philippechevieux)
|
|
203
|
+
- **⚠️ Breaking change - Button**:
|
|
204
|
+
- Remove `checked` prop from segmented button (@evoiron)
|
|
205
|
+
- **⚠️ Breaking change - IdCard**:
|
|
206
|
+
- Replacing `size` options (@fatb38)
|
|
207
|
+
- removing `medium` and `large`
|
|
208
|
+
- adding `xxs-medium`, `xs-medium`, `xs-bold`, `s`, `m`, `l`, `xl`
|
|
209
|
+
- **⚠️ Breaking change - Input (Input,TextArea,Password)**:
|
|
210
|
+
- Rename `readonly` property to `readonlyLight` (@philippechevieux)
|
|
211
|
+
- Add `readonly` property whith a render similar to disabled state (@philippechevieux)
|
|
212
|
+
- **⚠️ Breaking change - DatePicker/RangePicker**:
|
|
213
|
+
- Rename `readonly` property to `readonlyLight` (@philippechevieux)
|
|
214
|
+
- Add `readonly` property whith a render similar to disabled state (@philippechevieux)
|
|
215
|
+
- Add `size` property to enable `small`, `middle` and `large` sizes (@fatb38)
|
|
216
|
+
- **⚠️ Breaking change - RichText**:
|
|
217
|
+
- Rename `readonly` property to `readonlyLight` (@philippechevieux)
|
|
218
|
+
- Add `readonly` property whith a render similar to disabled state (@philippechevieux)
|
|
219
|
+
- Remove `mini` prop (@alechapelain)
|
|
220
|
+
- Adapt component to use style attribute on component to override default width and height (@alechapelain)
|
|
221
|
+
- **⚠️ Breaking change - Select**:
|
|
222
|
+
- Rename `readonly` property to `readonlyLight` (@philippechevieux)
|
|
223
|
+
- Add `readonly` property whith a render similar to disabled state (@philippechevieux)
|
|
224
|
+
- Add `size` property to enable `small`, `middle` and `large` sizes (@fatb38)
|
|
225
|
+
- **⚠️ Breaking change - Avatar**:
|
|
226
|
+
- Replace `size` option by : `xs`, `s`, `m`, `l`, `xl` (@fatb38)
|
|
227
|
+
- **⚠️ Breaking change - Header**:
|
|
228
|
+
- Rename `profile` property to `extraRight` to display extra right content (@philippechevieux)
|
|
229
|
+
- Add `brandLogo` property to display brand logo (@evoiron)
|
|
230
|
+
- Change 'height' to 48px instead of 64px
|
|
231
|
+
- **Comment**:
|
|
232
|
+
- Add components Commment and Thread (@baloche)
|
|
233
|
+
- **SideMenu**:
|
|
234
|
+
- Change 'width' to 48px instead of 64px
|
|
235
|
+
- **AutoComplete**:
|
|
236
|
+
- Add `size` property to enable `small`, `middle` and `large` sizes (@fatb38)
|
|
237
|
+
- **ColorPicker**:
|
|
238
|
+
- Add `size` property to enable `small`, `middle` and `large` sizes (@fatb38)
|
|
239
|
+
- Add `readonly` property whith a render similar to disabled state (@philippechevieux)
|
|
240
|
+
- **InputNumber**:
|
|
241
|
+
- Add `size` property to enable `small`, `middle` and `large` sizes (@fatb38)
|
|
242
|
+
- Add `readonly` property whith a render similar to disabled state (@philippechevieux)
|
|
243
|
+
- **SearchInput**:
|
|
244
|
+
- Add component SearchInput (@baloche)
|
|
245
|
+
- **SidePanel**:
|
|
246
|
+
- Add opening and closing animations (@philippechevieux)
|
|
247
|
+
- Add `l` size (@7Remy)
|
|
248
|
+
- Add `useChildrenOnly` property to display the side panel as a container for other components or not. Also export two new components `KitSidePanelHeader` and `KitSidePanelContent` for layout purpose (@philippechevieux)
|
|
249
|
+
- Add `headerExtraButtons` property to display buttons or any components on the right side of the header next to the close button (@philippechevieux)
|
|
250
|
+
- Add `showSeparator` property to display a separator between header and content (@philippechevieux)
|
|
251
|
+
- Add `onCloseAfterAnimation` callback that triggers after the closing animation completes instead of immediately on close (@philippechevieux)
|
|
252
|
+
- Allow user to use `size` property when using `idCardProps` (@philippechevieux)
|
|
253
|
+
- Reduce internal paddings to save space (@philippechevieux)
|
|
254
|
+
- Improve alignments of `KitSidePanelHeader` (@philippechevieux)
|
|
255
|
+
- **IdCard:**
|
|
256
|
+
- Add support for ReactNode in `title` and `descriptions` props to allow custom rendering (@philippechevieux)
|
|
257
|
+
- Add support for prop `avatar` as a ReactNode as an alternative for `avatarProps` (@baloche)
|
|
258
|
+
- Add `color` for left border color (@sberthier)
|
|
259
|
+
- **Tabs:**
|
|
260
|
+
- Add `xsmall` size (@florianSimonAristid)
|
|
261
|
+
- Add `badgeOverflowCount` prop to display a badge with an overflow count (@philippechevieux)
|
|
262
|
+
- Make component responsive by displaying a dropdown with overflowed tabs (@renaudamsellem)
|
|
263
|
+
- **Tag:**
|
|
264
|
+
- Add `small` size (@florianSimonAristid)
|
|
265
|
+
- Add close icon tooltip with `closeText` prop to customize the text (@philippechevieux)
|
|
266
|
+
- **Table:**
|
|
267
|
+
- Add `expandable` props to config custom expandable content (@florianSimonAristid)
|
|
268
|
+
- Add `header` props with `wrapper`, `row` and `cell` variable in `KitTableComponents` type, same props as AntDesign (@florianSimonAristid)
|
|
269
|
+
- Add `getRowClassName` function to manage indentation in Table (@florianSimonAristid)
|
|
270
|
+
- Add `headerLineSize` property (@baloche)
|
|
271
|
+
- **All components with a DropDown:**
|
|
272
|
+
- All components using a dropdown inside a `SidePanel` component, will render the dropdown inside the `SidePanel`, to avoid issues with the `closeOnOutsideClick` property of `SidePanel` (@evoiron)
|
|
273
|
+
- **Snackbar**
|
|
274
|
+
- Allow multiple snackbar areas (@evoiron)
|
|
275
|
+
- **Button**
|
|
276
|
+
- Add size `m`and `s` to segmented button (@evoiron)
|
|
277
|
+
- **InputWrapper**:
|
|
278
|
+
- Add forwardRef support to enable ref forwarding to the wrapper element (@philippechevieux)
|
|
279
|
+
- **KitPagination:**
|
|
280
|
+
- Reduce size (@florianSimonAristid)
|
|
281
|
+
- **KitTreeSelect:**
|
|
282
|
+
- New TreeSelect component (@evoiron)
|
|
283
|
+
- **Filter:**
|
|
284
|
+
- Add `showSingleValue` to show value, if there is only 1 value selected (@florianSimonAristid)
|
|
285
|
+
- Add `readonly` prop to activate readonly state (@renaudamsellem)
|
|
286
|
+
- **Button:**
|
|
287
|
+
- Reduce padding of link button (@philippechevieux)
|
|
288
|
+
- Extend active state to `primary`, `secondary`, `tertiary` in addition to `segmented` type (@philippechevieux)
|
|
289
|
+
- **SidePanel:**
|
|
290
|
+
- Display a border left to the side panel when it is not floating (@philippechevieux)
|
|
291
|
+
- Display a shadow when the side panel is floating (@philippechevieux)
|
|
292
|
+
- **Breadcrumb:**
|
|
293
|
+
- Fix line height to 1 (@philippechevieux)
|
|
294
|
+
- **Modal:**
|
|
295
|
+
- Change default size of buttons to `m` (@philippechevieux)
|
|
296
|
+
- Add tooltip hover on close button (@philippechevieux)
|
|
297
|
+
- Add border bottom to modal header in fullscreen mode (@philippechevieux)
|
|
298
|
+
- **RichText**:
|
|
299
|
+
- Add Mentions support (@baloche)
|
|
300
|
+
- Add showMenubar prop option to choose the menubar visibility, either on `focus` or `always` (@alechapelain)
|
|
301
|
+
- Improve menu display behaviour on resize (@baloche)
|
|
302
|
+
- **Empty**:
|
|
303
|
+
- Add `no comment` image to the options (@alechapelain)
|
|
304
|
+
- **Collapse, ItemCard, RedirectCard**:
|
|
305
|
+
- Change hover border width to 2px and focus 3px (@Earnox)
|
|
306
|
+
- **Input / Select / DatePicker**:
|
|
307
|
+
- Update paddings, gaps and icon sizes for `small`, `middle` and `large` sizes to match new design specs. (@earnox)
|
|
223
308
|
|
|
224
309
|
### 🐛 Bug Fixes
|
|
225
310
|
|
|
226
|
-
-
|
|
227
|
-
-
|
|
228
|
-
-
|
|
229
|
-
-
|
|
230
|
-
-
|
|
231
|
-
-
|
|
232
|
-
-
|
|
233
|
-
-
|
|
234
|
-
-
|
|
235
|
-
-
|
|
236
|
-
-
|
|
237
|
-
-
|
|
238
|
-
-
|
|
239
|
-
-
|
|
240
|
-
-
|
|
241
|
-
-
|
|
242
|
-
-
|
|
243
|
-
-
|
|
244
|
-
-
|
|
245
|
-
-
|
|
246
|
-
-
|
|
247
|
-
-
|
|
248
|
-
-
|
|
249
|
-
-
|
|
250
|
-
-
|
|
251
|
-
-
|
|
252
|
-
-
|
|
253
|
-
-
|
|
254
|
-
-
|
|
255
|
-
-
|
|
256
|
-
-
|
|
257
|
-
-
|
|
258
|
-
-
|
|
259
|
-
-
|
|
260
|
-
-
|
|
261
|
-
-
|
|
262
|
-
-
|
|
263
|
-
-
|
|
311
|
+
- **Progress:**
|
|
312
|
+
- Fix height of progress line trail to auto (@philippechevieux)
|
|
313
|
+
- **Modal:**
|
|
314
|
+
- Fix double execution of close function when clicking the close button due to duplicate onClick handlers on button and icon (@philippechevieux)
|
|
315
|
+
- Fix event propagation on close Modal (@evoiron)
|
|
316
|
+
- Fix title display. If `title` props is a ReactNode, it's now not encapsulated in a `KitTypography` Element (@evoiron)
|
|
317
|
+
- Fix padding of modal header, content and footer (@philippechevieux)
|
|
318
|
+
- Fix horizontal scroll issue when content is too wide (@philippechevieux)
|
|
319
|
+
- **DropDown:**
|
|
320
|
+
- Clicking outside the `DropDown` now closes it even when inside an iframe (@philippechevieux)
|
|
321
|
+
- Keep the `DropDown` open when selecting items (@philippechevieux)
|
|
322
|
+
- Fix double toggle issue when clicking the trigger after closing via blur (@philippechevieux)
|
|
323
|
+
- **Upload:**
|
|
324
|
+
- Fix upload dragger height unexpectedly growing in some cases (@evoiron)
|
|
325
|
+
- **SidePanel**:
|
|
326
|
+
- Export `KitSidePanelHeader` and `KitSidePanelContent` components from the main package entry point (@philippechevieux)
|
|
327
|
+
- Fix CSS structure by extracting nested header and content styles into separate classes for proper component isolation (@philippechevieux)
|
|
328
|
+
- **TagGroup:**
|
|
329
|
+
- Fix event Propagation on click to sidplay hidden tags (@evoiron)
|
|
330
|
+
- **ColorPicker:**
|
|
331
|
+
- Fix clear button displaying when component is disabled or readonly (@philippechevieux)
|
|
332
|
+
- **Breadcrumb:**
|
|
333
|
+
- Fix `KitBreadcrumb` css is broken when displayed a `KitTypography` (@evoiron)
|
|
334
|
+
- Fix `KitBreadcrumb` css is broken when displayed a `KitModal` header (@evoiron)
|
|
335
|
+
- **Table**:
|
|
336
|
+
- Fix header and row borders issue when using `KitTable` with only one column (@philippechevieux)
|
|
337
|
+
- Update title example (@earnox)
|
|
338
|
+
- **Tabs:**
|
|
339
|
+
- Fix badge count issue when using `xsmall` size (@philippechevieux)
|
|
340
|
+
- **Filter:**
|
|
341
|
+
- Cursor should be `not-allowed` if filter has props disabled and expandable (@renaudamsellem)
|
|
342
|
+
- Added key to avoid wrong dropdown positioning due to possible content shifting when the dropdown is open (@alechapelain)
|
|
343
|
+
- **Radio:**
|
|
344
|
+
- Fix `danger` state styles (@alechapelain)
|
|
345
|
+
- **Checkbox:**
|
|
346
|
+
- Fix `danger` state styles (@alechapelain)
|
|
347
|
+
- **Tree:**
|
|
348
|
+
- Sets the tree node pseudo-element height to zero to remove unintended vertical spacing. (@philippechevieux)
|
|
264
349
|
|
|
265
350
|
### 📚 Documentation
|
|
266
351
|
|
|
267
|
-
-
|
|
268
|
-
-
|
|
269
|
-
-
|
|
270
|
-
-
|
|
352
|
+
- **Table**:
|
|
353
|
+
- Add `onRow` usage (@philippechevieux)
|
|
354
|
+
- **Filter**:
|
|
355
|
+
- Update `With custom Action` exemple implementation (@philippechevieux)
|
|
271
356
|
|
|
272
357
|
## [14.0.0](https://www.npmjs.com/package/aristid-ds/v/14.0.0) (2025-05-20)
|
|
273
358
|
|
|
274
359
|
### ✨ Features
|
|
275
360
|
|
|
276
|
-
-
|
|
277
|
-
-
|
|
278
|
-
-
|
|
279
|
-
-
|
|
280
|
-
-
|
|
281
|
-
-
|
|
282
|
-
-
|
|
283
|
-
-
|
|
284
|
-
-
|
|
285
|
-
-
|
|
286
|
-
-
|
|
287
|
-
-
|
|
288
|
-
-
|
|
289
|
-
-
|
|
290
|
-
-
|
|
291
|
-
-
|
|
292
|
-
-
|
|
293
|
-
-
|
|
294
|
-
-
|
|
295
|
-
-
|
|
296
|
-
-
|
|
297
|
-
-
|
|
298
|
-
-
|
|
361
|
+
- **Typography**:
|
|
362
|
+
- Original `Text`, `Link`, `Title` and `Paragraph` have been renamed to `AdvancedText`, `AdvancedLink`, `AdvancedTitle` and `AdvancedParagraph`. (@evoiron)
|
|
363
|
+
- `Text`, `Link`, `Title` and `Paragraph` components are now lightweight versions of original ones providing only basic features. (@evoiron)
|
|
364
|
+
- Added `withTooltip` prop for non Advanced versions to add a tooltip which is now not displayed by deefault when content is ellipsed. (@evoiron)
|
|
365
|
+
- **IdCard**:
|
|
366
|
+
- Remove use of `Typography.Text` component (@evoiron)
|
|
367
|
+
- Add `disableTooltip` property to disable tooltip on title and description (@evoiron)
|
|
368
|
+
- **⚠️ Breaking change - Upload**:
|
|
369
|
+
- Remove the following properties: (@philippechevieux)
|
|
370
|
+
- `listType`
|
|
371
|
+
- `itemRender`
|
|
372
|
+
- `openFileDialogOnClick`
|
|
373
|
+
- `loading`
|
|
374
|
+
- `isImageUrl`
|
|
375
|
+
- `imageUrl`
|
|
376
|
+
- `progress`
|
|
377
|
+
- `previewFile`
|
|
378
|
+
- `showUploadList`
|
|
379
|
+
- Update component render (@philippechevieux)
|
|
380
|
+
- **RichText**:
|
|
381
|
+
- Add `mini` property to display a minified version of the component (@renaudamsellem)
|
|
382
|
+
- **SidePanel**:
|
|
383
|
+
- Add opening and closing animations (@philippechevieux)
|
|
299
384
|
|
|
300
385
|
### 🐛 Bug Fixes
|
|
301
386
|
|
|
302
|
-
-
|
|
303
|
-
-
|
|
304
|
-
-
|
|
305
|
-
-
|
|
306
|
-
-
|
|
307
|
-
-
|
|
308
|
-
-
|
|
387
|
+
- **Modal:**
|
|
388
|
+
- KitModal.setAppElement was defined in typescript but not implemented (@evoiron)
|
|
389
|
+
- **Tag:**
|
|
390
|
+
- Hide `closeIcon` for tags in a group if handleCloseTag is not provided (@philippechevieux)
|
|
391
|
+
- Remove tooltip for other tags in TagGroup (@NicoSourimant)
|
|
392
|
+
- **DatePicker/RangePicker**
|
|
393
|
+
- Fix color of prefix icon when component is `disabled`, in `warning` or `error` status (@philippechevieux)
|
|
309
394
|
|
|
310
395
|
### 📚 Documentation
|
|
311
396
|
|
|
312
|
-
-
|
|
313
|
-
-
|
|
397
|
+
- **Tree**:
|
|
398
|
+
- Add exemple of a long title with ellipsis (@philippechevieux)
|
|
314
399
|
|
|
315
400
|
## [13.0.0](https://www.npmjs.com/package/aristid-ds/v/13.0.0) (2025-02-17)
|
|
316
401
|
|
|
317
402
|
### ✨ CI
|
|
318
403
|
|
|
319
|
-
-
|
|
404
|
+
- Add a pre-commit hook. Now, `eslint` and `tscheck` are run before each commit (@evoiron)
|
|
320
405
|
|
|
321
406
|
### 📦 Upgrade
|
|
322
407
|
|
|
@@ -324,405 +409,401 @@
|
|
|
324
409
|
|
|
325
410
|
The following points are the impact of this version upgrade:
|
|
326
411
|
|
|
327
|
-
-
|
|
328
|
-
-
|
|
329
|
-
-
|
|
330
|
-
-
|
|
331
|
-
-
|
|
332
|
-
-
|
|
333
|
-
-
|
|
334
|
-
-
|
|
335
|
-
-
|
|
336
|
-
-
|
|
337
|
-
-
|
|
338
|
-
-
|
|
339
|
-
-
|
|
340
|
-
-
|
|
341
|
-
-
|
|
342
|
-
-
|
|
343
|
-
-
|
|
344
|
-
-
|
|
345
|
-
-
|
|
346
|
-
-
|
|
347
|
-
-
|
|
348
|
-
-
|
|
349
|
-
-
|
|
350
|
-
-
|
|
351
|
-
-
|
|
352
|
-
-
|
|
353
|
-
-
|
|
354
|
-
-
|
|
355
|
-
-
|
|
356
|
-
-
|
|
357
|
-
-
|
|
358
|
-
-
|
|
359
|
-
-
|
|
360
|
-
-
|
|
361
|
-
-
|
|
362
|
-
-
|
|
363
|
-
-
|
|
364
|
-
-
|
|
365
|
-
-
|
|
366
|
-
-
|
|
367
|
-
-
|
|
368
|
-
-
|
|
369
|
-
-
|
|
370
|
-
-
|
|
371
|
-
-
|
|
412
|
+
- **Avatar**:
|
|
413
|
+
- Add `max` prop to set maximum display related configurations. The following props are now deprecated: (@philippechevieux)
|
|
414
|
+
- `maxCount`
|
|
415
|
+
- `maxStyle`
|
|
416
|
+
- `maxPopoverPlacement`
|
|
417
|
+
- `maxPopoverTrigger`
|
|
418
|
+
- **Table**:
|
|
419
|
+
- Add `onScroll` prop that will be triggered when table body is scrolled (@philippechevieux)
|
|
420
|
+
- Add `showSorterTooltip` prop to manage sorting tooltip (@philippechevieux)
|
|
421
|
+
- Add `minWidth` prop to set column min width (@philippechevieux)
|
|
422
|
+
- **Tree**:
|
|
423
|
+
- Add `switcherLoadingIcon` prop to customize loading icons for tree nodes (@philippechevieux)
|
|
424
|
+
- **Pagination**:
|
|
425
|
+
- Add `showSizeChanger` prop to show or not the pages selector (@7Remy)
|
|
426
|
+
- Disallow `simple` and `align` props (@7Remy)
|
|
427
|
+
- **Progress**:
|
|
428
|
+
- Add `percentPosition` prop to decide where the percentage is (@7Remy)
|
|
429
|
+
- **Typography**:
|
|
430
|
+
- `expandable` prop has new possible value `collapsible`, in addition to exisiting booleans (@7Remy)
|
|
431
|
+
- **Input**:
|
|
432
|
+
- Add `onClear` prop that will be triggered when the clear button is clicked (@evoiron)
|
|
433
|
+
- **InputNumber**:
|
|
434
|
+
- `focus` method on ref now accepts a `cursor` parameter that controls the cursor behavior on focus. See doc for details (@evoiron)
|
|
435
|
+
- `nativeElement` is now exposed by ref to get access to the dom Element (@evoiron)
|
|
436
|
+
- **Slider**:
|
|
437
|
+
- Add `editable` prop on the `range` props of `KitSlider` (@evoiron)
|
|
438
|
+
- Add `minCount` prop on the `range` props of `KitSlider` (@evoiron)
|
|
439
|
+
- Add `maxCount` prop on the `range` props of `KitSlider` (@evoiron)
|
|
440
|
+
- **Upload**:
|
|
441
|
+
- Add `extra` option to `showUploadList` prop (@evoiron)
|
|
442
|
+
- Options `showPreview`, `showRemoveIcon` and `showDownloadIcon` of `showUploadList` prop now accept a function (@evoiron)
|
|
443
|
+
- **Checkbox**:
|
|
444
|
+
- Add focus event listeners `onFocus` and `onBlur` props with documentation (@P0ppoff)
|
|
445
|
+
- Update documentation to avoid conflict in API section between `<Checkbox />` and `<Checkbox.Group />` (@P0ppoff)
|
|
446
|
+
- **ColorPicker**
|
|
447
|
+
- Disallow `mode` prop from upgrade (@P0ppoff)
|
|
448
|
+
- Add `disabledFormat` prop (@P0ppoff)
|
|
449
|
+
- Add method to convert CSS to string: `toCssString` (@P0ppoff)
|
|
450
|
+
- **DatePicker**
|
|
451
|
+
- Rework `prefix`/`suffixIcon` icon props + new example (Christmas theme) (@P0ppoff)
|
|
452
|
+
- **Select**
|
|
453
|
+
- Fix alignment for multiple values (@P0ppoff)
|
|
454
|
+
- Fix `oneLineTags` message (@P0ppoff)
|
|
455
|
+
- Allow to customize `prefix` and `suffixIcon` icons (@P0ppoff)
|
|
456
|
+
- Add `filterSort` prop to replace sort on array of selectable values (@P0ppoff)
|
|
372
457
|
|
|
373
458
|
### ✨ Features
|
|
374
459
|
|
|
375
|
-
-
|
|
376
|
-
-
|
|
377
|
-
-
|
|
378
|
-
-
|
|
379
|
-
-
|
|
380
|
-
-
|
|
381
|
-
-
|
|
382
|
-
-
|
|
383
|
-
-
|
|
384
|
-
-
|
|
385
|
-
-
|
|
386
|
-
-
|
|
387
|
-
-
|
|
388
|
-
-
|
|
389
|
-
-
|
|
390
|
-
-
|
|
460
|
+
- **⚠️ Breaking change - Tree**:
|
|
461
|
+
- Remove `showLine` and `switcherIcon` properties (@philippechevieux)
|
|
462
|
+
- Update component render (@philippechevieux)
|
|
463
|
+
- Wrap switcher icon to add `aria-label` to improve accessibility (@philippechevieux)
|
|
464
|
+
- **⚠️ Breaking change - Progress**:
|
|
465
|
+
- Complete rewriting of the `Progress` component without Ant (@philippechevieux)
|
|
466
|
+
- Remove all Ant props (@philippechevieux)
|
|
467
|
+
- `circle` and `dashboard` type are no longer available (@philippechevieux)
|
|
468
|
+
- **Snackbar**:
|
|
469
|
+
- Add `snackbarId` property to allow to update a snackbar (@evoiron)
|
|
470
|
+
- **Button**:
|
|
471
|
+
- Add `action` type button (@evoiron)
|
|
472
|
+
- **Tabs**:
|
|
473
|
+
- Add controlled state to handle navigation within tabs (@renaudamsellem)
|
|
474
|
+
- **SidePanel**:
|
|
475
|
+
- Add `headerExtra` prop to display extra content above header title (@philippechevieux)
|
|
391
476
|
|
|
392
477
|
### 🐛 Bug Fixes
|
|
393
478
|
|
|
394
|
-
-
|
|
395
|
-
-
|
|
396
|
-
-
|
|
397
|
-
-
|
|
398
|
-
-
|
|
399
|
-
-
|
|
400
|
-
-
|
|
401
|
-
-
|
|
479
|
+
- **SidePanel**
|
|
480
|
+
- Fix `closeOnOutsideClick` behavior to listen to `click` event instead on `mousedeown` (@evoiron)
|
|
481
|
+
- **ColorPicker**
|
|
482
|
+
- Fix `onFormatChange` behavior (@philippechevieux)
|
|
483
|
+
- **Modal**
|
|
484
|
+
- Allow to pass className as props just like other components (@renaudamsellem)
|
|
485
|
+
- **Button**
|
|
486
|
+
- Fix hover and focus state color when redirect button is inside a typography text (@renaudamsellem)
|
|
402
487
|
|
|
403
488
|
## [12.0.0](https://www.npmjs.com/package/aristid-ds/v/12.0.0) (2024-01-09)
|
|
404
489
|
|
|
405
490
|
### ✨ Features
|
|
406
491
|
|
|
407
|
-
-
|
|
408
|
-
-
|
|
409
|
-
-
|
|
410
|
-
-
|
|
411
|
-
-
|
|
412
|
-
-
|
|
413
|
-
-
|
|
414
|
-
-
|
|
415
|
-
-
|
|
416
|
-
-
|
|
417
|
-
-
|
|
418
|
-
-
|
|
419
|
-
-
|
|
420
|
-
-
|
|
421
|
-
-
|
|
422
|
-
-
|
|
423
|
-
-
|
|
424
|
-
-
|
|
425
|
-
-
|
|
426
|
-
-
|
|
427
|
-
-
|
|
428
|
-
-
|
|
429
|
-
-
|
|
430
|
-
-
|
|
431
|
-
-
|
|
492
|
+
- **Tag Group**:
|
|
493
|
+
- Display hidden tags (@Delmotte-Vincent)
|
|
494
|
+
- **SidePanel**:
|
|
495
|
+
- Close side panel on escape key press (@Delmotte-Vincent)
|
|
496
|
+
- Close side panel on click outside (@Delmotte-Vincent)
|
|
497
|
+
- **⚠️ Breaking change - InputWrapper**:
|
|
498
|
+
- Removed `actions` prop and replace it by `extra` prop (@philippechevieux)
|
|
499
|
+
- Remove `infoIcon` and `onInfoClick` props. Please use `extra` prop instead (@philippechevieux)
|
|
500
|
+
- **⚠️ Breaking change - SnackBar**:
|
|
501
|
+
- Deprecated `ctaText` and `ctaOnClick` props and replace it by `actions` prop (@evoiron)
|
|
502
|
+
- `message` prop now accepts a `ReactNode` (@evoiron)
|
|
503
|
+
- Add `onClose` prop to allow some action when closing the snackbar (@evoiron)
|
|
504
|
+
- Add `actionsInDropDown` prop to force display all actions in a dropdown. By default it can handle 3 actions before showing a dropdown (@evoiron)
|
|
505
|
+
- **DatePicker**:
|
|
506
|
+
- Design update (@fatb38)
|
|
507
|
+
- **ColorPicker**:
|
|
508
|
+
- Displays a placeholder when no color is selected (@philippechevieux)
|
|
509
|
+
- Add `placeholder` prop to customize the default placeholder (@philippechevieux)
|
|
510
|
+
- Delete button to remove color from DropDown (@philippechevieux)
|
|
511
|
+
- Add a default `min-width` to prevent from changing width when selecting a color (@philippechevieux)
|
|
512
|
+
- **Select**:
|
|
513
|
+
- Add `onDeselect` prop called when an option is deselected. Only called for `multiple` or `tags` (@philippechevieux)
|
|
514
|
+
- Add `onTagClose` prop to `IKitOption` called when a tag is closed (@philippechevieux)
|
|
515
|
+
- **RichText**:
|
|
516
|
+
- Add suport for HTML `autoFocus` prop (@philippechevieux)
|
|
432
517
|
|
|
433
518
|
### 🐛 Bug Fixes
|
|
434
519
|
|
|
435
|
-
-
|
|
436
|
-
-
|
|
437
|
-
-
|
|
438
|
-
-
|
|
439
|
-
-
|
|
440
|
-
-
|
|
441
|
-
-
|
|
442
|
-
-
|
|
443
|
-
-
|
|
444
|
-
-
|
|
445
|
-
-
|
|
446
|
-
-
|
|
447
|
-
-
|
|
448
|
-
-
|
|
520
|
+
- **ColorPicker**:
|
|
521
|
+
- Fix an issue related to `defaultValue` prop (@philippechevieux)
|
|
522
|
+
- Fix an issue where the DropDown remained open even if the `open` prop was set to `false` (@philippechevieux)
|
|
523
|
+
- Fix an issue where it was no longer possible to change the color type (`rgb`, `hex`, `hsb`) from the DropDown (@philippechevieux)
|
|
524
|
+
- Fix an issue where opacity was no longer displayed as a percentage for a hex color (@philippechevieux)
|
|
525
|
+
- Fix clear icon position when using `showText` prop (@philippechevieux)
|
|
526
|
+
- **InputNumber**:
|
|
527
|
+
- Fix text default color (@philippechevieux)
|
|
528
|
+
- **Error:**
|
|
529
|
+
- Fix svg responsiveness (@philippechevieux)
|
|
530
|
+
- **RedirectCard**:
|
|
531
|
+
- Fix arrow position (@nicolasnssm)
|
|
532
|
+
- **Tabs**:
|
|
533
|
+
- Fix full-width instead of fit-content for pill tabs (@fatb38)
|
|
449
534
|
|
|
450
535
|
## [11.0.0](https://www.npmjs.com/package/aristid-ds/v/11.0.0) (2024-11-27)
|
|
451
536
|
|
|
452
537
|
### ✨ Features
|
|
453
538
|
|
|
454
|
-
-
|
|
455
|
-
-
|
|
456
|
-
-
|
|
457
|
-
-
|
|
458
|
-
-
|
|
459
|
-
-
|
|
460
|
-
-
|
|
461
|
-
-
|
|
462
|
-
-
|
|
463
|
-
-
|
|
464
|
-
-
|
|
465
|
-
-
|
|
466
|
-
-
|
|
467
|
-
-
|
|
468
|
-
-
|
|
469
|
-
-
|
|
470
|
-
-
|
|
471
|
-
-
|
|
472
|
-
-
|
|
473
|
-
-
|
|
474
|
-
-
|
|
475
|
-
-
|
|
476
|
-
-
|
|
477
|
-
-
|
|
478
|
-
-
|
|
479
|
-
-
|
|
480
|
-
-
|
|
481
|
-
-
|
|
482
|
-
-
|
|
483
|
-
-
|
|
484
|
-
-
|
|
485
|
-
-
|
|
486
|
-
-
|
|
487
|
-
-
|
|
488
|
-
-
|
|
489
|
-
-
|
|
490
|
-
-
|
|
491
|
-
-
|
|
492
|
-
-
|
|
493
|
-
-
|
|
494
|
-
-
|
|
495
|
-
-
|
|
496
|
-
-
|
|
497
|
-
-
|
|
498
|
-
-
|
|
499
|
-
-
|
|
500
|
-
-
|
|
501
|
-
-
|
|
502
|
-
-
|
|
503
|
-
-
|
|
504
|
-
-
|
|
505
|
-
-
|
|
539
|
+
- **⚠️ Breaking change - Menu:**
|
|
540
|
+
- Deprecated `Menu` component has been removed (@evoiron)
|
|
541
|
+
- **⚠️ Breaking change - Tabs:**
|
|
542
|
+
- New custom-made component without Ant (@fatb38)
|
|
543
|
+
- Remove all Ant props (@fatb38)
|
|
544
|
+
- Remove `hideSeparator` prop (@fatb38)
|
|
545
|
+
- **⚠️ Breaking change - Pagination:**
|
|
546
|
+
- `bordered` prop doesn't exist anymore (@7Remy)
|
|
547
|
+
- New design (@7Remy)
|
|
548
|
+
- **⚠️ Breaking change - Button:**
|
|
549
|
+
- Change available colors on segmented button (same as `Tag` component) (@evoiron)
|
|
550
|
+
- **Table**:
|
|
551
|
+
- Handle two different line heights (m/l) (@7Remy)
|
|
552
|
+
- Reduce sort icons size (@7Remy)
|
|
553
|
+
- Fix table header height (@7Remy)
|
|
554
|
+
- Make rows sortable (added `showDragHandle` and `DragHandleelement` props) (@evoiron)
|
|
555
|
+
- Make table and rows background customisable with `cellsBackgroundColor` and `backgroundColor`props (@evoiron)
|
|
556
|
+
- Add `showHeader`prop to show or hide table header (@evoiron)
|
|
557
|
+
- Add `borderedRows` prop to add a border to table rows (@evoiron)
|
|
558
|
+
- **Button**
|
|
559
|
+
- Add role `link` when type prop is set to `link` or `redirect` (@philippechevieux)
|
|
560
|
+
- Add `size` props, usable when type is `primary`, `secondary` or `tertiary` (@evoiron)
|
|
561
|
+
- Add split button. Just fill the `items` props to enable it. (@evoiron)
|
|
562
|
+
- **ColorPicker**
|
|
563
|
+
- Add `ref` support to retrieve the `value`, `focus` or `blur` the `ColorPicker` (@philippechevieux)
|
|
564
|
+
- Add a clear icon inside `ColorPicker` input when `allowClear` prop is set (@philippechevieux)
|
|
565
|
+
- **Empty**:
|
|
566
|
+
- Add 5 svgs, and replace existing ones to uniformize size (@7Remy)
|
|
567
|
+
- **ItemCard**:
|
|
568
|
+
- Update image container (@7Remy)
|
|
569
|
+
- Update elements order/spacing (@7Remy)
|
|
570
|
+
- Improve responsive (@7Remy)
|
|
571
|
+
- **ItemList**:
|
|
572
|
+
- Display 2 actions and ellipsis with remaining actions when there are more than 3 actions (@renaudamsellem)
|
|
573
|
+
- Add the possibility to display all actions in a dropdown by passing the new `actionsInDropdown` prop (@renaudamsellem)
|
|
574
|
+
- **RedirectCard**:
|
|
575
|
+
- Allow to display more than 3 actions (@renaudamsellem)
|
|
576
|
+
- Add the possibility to display all actions in a dropdown by passing the new `actionsInDropdown` prop (@renaudamsellem)
|
|
577
|
+
- **Collapse**:
|
|
578
|
+
- Update `clear` icon render (@philippechevieux)
|
|
579
|
+
- **Input**:
|
|
580
|
+
- Update `clear` icon render (@philippechevieux)
|
|
581
|
+
- **Password**:
|
|
582
|
+
- Update `clear` icon render (@philippechevieux)
|
|
583
|
+
- **TextArea**:
|
|
584
|
+
- Update `clear` icon render (@philippechevieux)
|
|
585
|
+
- **Select**:
|
|
586
|
+
- Update `clear` icon render (@philippechevieux)
|
|
587
|
+
- **Notification**:
|
|
588
|
+
- Update `clear` icon render (@philippechevieux)
|
|
589
|
+
- **Filter**:
|
|
590
|
+
- Add the new Filter component (@evoiron)
|
|
506
591
|
|
|
507
592
|
### 🐛 Bug Fixes
|
|
508
593
|
|
|
509
|
-
-
|
|
510
|
-
-
|
|
511
|
-
-
|
|
512
|
-
-
|
|
513
|
-
-
|
|
514
|
-
-
|
|
515
|
-
-
|
|
516
|
-
-
|
|
517
|
-
-
|
|
518
|
-
-
|
|
519
|
-
-
|
|
520
|
-
-
|
|
521
|
-
-
|
|
522
|
-
-
|
|
523
|
-
-
|
|
524
|
-
-
|
|
525
|
-
-
|
|
526
|
-
-
|
|
527
|
-
-
|
|
528
|
-
-
|
|
529
|
-
-
|
|
594
|
+
- **InputWrapper**:
|
|
595
|
+
- Fix an issue where a child `InputWrapper` was displaying a border if a parent `InputWrapper` had the `bordered` property set to `true`. (@philippechevieux)
|
|
596
|
+
- Fix `onInfoClick` button render (@philippechevieux)
|
|
597
|
+
- Fix `actions` alignment (@philippechevieux)
|
|
598
|
+
- **AutoComplete**:
|
|
599
|
+
- Pass `required` attribute to the DOM (@Delmotte-Vincent)
|
|
600
|
+
- **DatePicker**:
|
|
601
|
+
- Pass `required` attribute to the DOM (@Delmotte-Vincent)
|
|
602
|
+
- **RangePicker**:
|
|
603
|
+
- Pass `required` attribute to the DOM (@Delmotte-Vincent)
|
|
604
|
+
- **Password**:
|
|
605
|
+
- Pass `required` attribute to the DOM (@Delmotte-Vincent)
|
|
606
|
+
- **TextArea**:
|
|
607
|
+
- Pass `required` attribute to the DOM (@Delmotte-Vincent)
|
|
608
|
+
- **InputNumber**:
|
|
609
|
+
- Pass `required` attribute to the DOM (@Delmotte-Vincent)
|
|
610
|
+
- **Select**:
|
|
611
|
+
- Pass `required` attribute to the DOM (@Delmotte-Vincent)
|
|
612
|
+
- Fix avatar space when no icon on tag mode (@renaudamsellem)
|
|
613
|
+
- **RichText**:
|
|
614
|
+
- Enforce css for bullet list display. Avoid external css from breaking it. (@evoiron)
|
|
530
615
|
|
|
531
616
|
### 📚 Documentation
|
|
532
617
|
|
|
533
|
-
-
|
|
534
|
-
-
|
|
535
|
-
-
|
|
618
|
+
- upgrade Storybook to v8.3.6 (@evoiron)
|
|
619
|
+
- Unify storybook headings (@evoiron)
|
|
620
|
+
- Rewrite Accessibility Panel for better performances (@evoiron)
|
|
536
621
|
|
|
537
622
|
## [10.1.0](https://www.npmjs.com/package/aristid-ds/v/10.1.0) (2024-10-15)
|
|
538
623
|
|
|
539
624
|
### ✨ Features
|
|
540
625
|
|
|
541
|
-
-
|
|
542
|
-
-
|
|
543
|
-
-
|
|
544
|
-
-
|
|
545
|
-
-
|
|
546
|
-
-
|
|
547
|
-
-
|
|
626
|
+
- **ItemList**:
|
|
627
|
+
- Add a third right action (@fatb38)
|
|
628
|
+
- Add new state `onError` (@fatb38)
|
|
629
|
+
- Add the possibility to hide actions and display it on hover with `showActionOnHover` prop (@fatb38)
|
|
630
|
+
- Box shadow is now only present on hover (@fatb38)
|
|
631
|
+
- **RichText:**
|
|
632
|
+
- Add `onFocus` and `onBlur` properties (@philippechevieux)
|
|
548
633
|
|
|
549
634
|
### 🐛 Bug Fixes
|
|
550
635
|
|
|
551
|
-
-
|
|
552
|
-
-
|
|
553
|
-
-
|
|
554
|
-
-
|
|
555
|
-
-
|
|
556
|
-
-
|
|
557
|
-
-
|
|
636
|
+
- **Select:**
|
|
637
|
+
- Correctly display custom values in tags mode (@evoiron)
|
|
638
|
+
- **RichText**:
|
|
639
|
+
- Fix component and menu bar width. (@philippechevieux)
|
|
640
|
+
- **Alert**:
|
|
641
|
+
- Set default type to warning when none is specified. (@evoiron)
|
|
642
|
+
- Fix wrong max width when displaying toasted alert. (@evoiron)
|
|
558
643
|
|
|
559
644
|
### 📚 Documentation
|
|
560
645
|
|
|
561
|
-
-
|
|
646
|
+
- Remove `maxLength` control for `richText` (@philippechevieux)
|
|
562
647
|
|
|
563
648
|
## [10.0.0](https://www.npmjs.com/package/aristid-ds/v/10.0.0) (2024-10-03)
|
|
564
649
|
|
|
565
650
|
### ✨ Features
|
|
566
651
|
|
|
567
|
-
-
|
|
568
|
-
-
|
|
569
|
-
-
|
|
570
|
-
-
|
|
571
|
-
-
|
|
572
|
-
-
|
|
573
|
-
-
|
|
574
|
-
-
|
|
575
|
-
-
|
|
576
|
-
-
|
|
577
|
-
-
|
|
578
|
-
-
|
|
579
|
-
-
|
|
580
|
-
-
|
|
581
|
-
-
|
|
582
|
-
-
|
|
583
|
-
-
|
|
584
|
-
-
|
|
585
|
-
-
|
|
586
|
-
-
|
|
587
|
-
-
|
|
588
|
-
-
|
|
589
|
-
-
|
|
590
|
-
-
|
|
591
|
-
-
|
|
592
|
-
-
|
|
593
|
-
-
|
|
594
|
-
-
|
|
652
|
+
- **⚠️ Breaking change - Alert:**
|
|
653
|
+
- Update Alert component to make it toastable. Does not rely on Ant anymore. Props remains the same except `afterClose` and `banner` which are removed. (@evoiron)
|
|
654
|
+
- **⚠️ Breaking change - Grid:**
|
|
655
|
+
- Update KitRow and KitCol to use antd API (@Delmotte-Vincent)
|
|
656
|
+
- **New - PageLayout:**
|
|
657
|
+
- Add PageLayout component (@Delmotte-Vincent)
|
|
658
|
+
- **New - RichText:**
|
|
659
|
+
- Add RichText component based on `Tiptap` editor (@philippechevieux)
|
|
660
|
+
- **SideMenu:**
|
|
661
|
+
- Add `customContent` property to display a custom component depending on `open` side menu state (@philippechevieux)
|
|
662
|
+
- **ItemList:**
|
|
663
|
+
- Make `idCardProps` property optional (@philippechevieux)
|
|
664
|
+
- Add `idCardSubstitute` to display a custom component (@philippechevieux)
|
|
665
|
+
- Add `checkboxAriaLabel` property because the `aria-label` of the checkbox was only based on `idCardProps` (@philippechevieux)
|
|
666
|
+
- Add `title` attribute to action buttons (@Delmotte-Vincent)
|
|
667
|
+
- **InputWrapper:**
|
|
668
|
+
- Add `hoverable` to change border color when `bordered` is set to `true` (@philippechevieux)
|
|
669
|
+
- Add `onFocus` to trigger a given function when content is focused. Also if `bordered` is set to `true` it will change the border render (@philippechevieux)
|
|
670
|
+
- Add `htmlFor` property to link the label to the wrapped content. This property is also available for: (@philippechevieux)
|
|
671
|
+
- `AutoComplete`
|
|
672
|
+
- `DatePicker` and `RangePicker`
|
|
673
|
+
- `Input`, `Password` and `TextArea`
|
|
674
|
+
- `InputNumber`
|
|
675
|
+
- `Select`
|
|
676
|
+
- **Error**
|
|
677
|
+
- Add `httpErrorCode` property to choose which error to display (@fatb38 / @renaudamsellem)
|
|
678
|
+
- **Modal:**
|
|
679
|
+
- Handle `maxHeight` in modal with a scrollbar if there is too much content. (@renaudamsellem)
|
|
595
680
|
|
|
596
681
|
### 🐛 Bug Fixes
|
|
597
682
|
|
|
598
|
-
-
|
|
599
|
-
-
|
|
600
|
-
-
|
|
601
|
-
-
|
|
683
|
+
- **Table**:
|
|
684
|
+
- Fix checkbox hidden when ellipsis is true (@renaudamsellem)
|
|
685
|
+
- **Input Number**:
|
|
686
|
+
- Fix make onBlur and onFocus method overridable (@renaudamsellem)
|
|
602
687
|
|
|
603
688
|
### 📚 Documentation
|
|
604
689
|
|
|
605
|
-
-
|
|
690
|
+
- Fix design tokens page that crashed every time it was consulted (@philippechevieux)
|
|
606
691
|
|
|
607
692
|
## [9.0.0](https://www.npmjs.com/package/aristid-ds/v/9.0.0) (2024-08-28)
|
|
608
693
|
|
|
609
694
|
### 🎨 Theming
|
|
610
695
|
|
|
611
|
-
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
-
|
|
617
|
-
-
|
|
618
|
-
-
|
|
619
|
-
-
|
|
620
|
-
-
|
|
621
|
-
|
|
622
|
-
`shadow.shadowBlue` as `shadow.blue` (@evoiron)
|
|
696
|
+
- **⚠️ Breaking change - Update tokens and CSS variables:**
|
|
697
|
+
- Rename last part of color tokens. The color name does not appear anymore. Exemple:
|
|
698
|
+
`primary.blue100` is now `primary.100`. This applies to all colors. (@evoiron)
|
|
699
|
+
- Rename utilities colors tokens: (@evoiron)
|
|
700
|
+
- Same as color tokens. Exemple: `main.mainLight` is now `main.light`(@evoiron)
|
|
701
|
+
- Rename `main.mainColor` as `main.default` (@evoiron)
|
|
702
|
+
- Rename `error.errorColor` as `error.default` (@evoiron)
|
|
703
|
+
- Rename `success.successColor` as `success.default` (@evoiron)
|
|
704
|
+
- Rename `warning.warningColor` as `warning.default` (@evoiron)
|
|
705
|
+
- Rename `shadow.shadowLight` as `shadow.light`, `shadow.shadowMedium` as `shadow.medium`,
|
|
706
|
+
`shadow.shadowBlue` as `shadow.blue` (@evoiron)
|
|
623
707
|
|
|
624
708
|
> If you use tokens or css variables in your application, we strongly recommend that you update them and prefer to use utilities.
|
|
625
709
|
|
|
626
710
|
### ✨ Features
|
|
627
711
|
|
|
628
|
-
-
|
|
629
|
-
-
|
|
630
|
-
-
|
|
631
|
-
-
|
|
632
|
-
-
|
|
633
|
-
-
|
|
634
|
-
-
|
|
635
|
-
-
|
|
636
|
-
|
|
637
|
-
-
|
|
638
|
-
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
-
|
|
646
|
-
|
|
647
|
-
-
|
|
648
|
-
-
|
|
649
|
-
|
|
650
|
-
-
|
|
651
|
-
-
|
|
652
|
-
-
|
|
653
|
-
-
|
|
654
|
-
|
|
655
|
-
-
|
|
656
|
-
-
|
|
657
|
-
|
|
658
|
-
-
|
|
659
|
-
- **Skeleton:**
|
|
660
|
-
- Add a new component `KitSkeleton` (@Delmotte-Vincent)
|
|
712
|
+
- **⚠️ Breaking change - Header Component:**
|
|
713
|
+
- Rename `menuCard` prop of `Header.Profile` to `profileCardProps` and change its type from `ReactNode` to `IKitIdCard` (@evoiron)
|
|
714
|
+
- Add `profileMenuCardProps` in `Header.Profile` as `IKitIdCard` (@evoiron)
|
|
715
|
+
- Add `complement` in `Header.Profile` as `ReactNode` (@evoiron)
|
|
716
|
+
- **⚠️ Breaking change - Typography:**
|
|
717
|
+
- Change expected value of `size` prop. `small`, `medium` and `large` are replaced by fontSize from `fontSize1` to `fontSize7` (@philippechevieux)
|
|
718
|
+
- Remove `type` prop because it is not used anymore and has been replaced by `color` (@philippechevieux)
|
|
719
|
+
- **⚠️ Breaking change - RedirectCard:**
|
|
720
|
+
- Rename `imageSrc` as `coverSrc` and `imageAlt` as `coverAlt` (@philippechevieux)
|
|
721
|
+
- Add `actions` prop to display between 1 and 3 buttons (@philippechevieux)
|
|
722
|
+
- Fix cover divider render on hover (@philippechevieux)
|
|
723
|
+
|
|
724
|
+
- **⚠️ Breaking change - Grid Component:**
|
|
725
|
+
- Update `Grid` internal code. We have moved from the Antd Grid component to a home-made component. Please refer to the documentation for use.
|
|
726
|
+
|
|
727
|
+
- **Dropdown:**
|
|
728
|
+
- Update border, active & selected styles (@renaudAmsellem)
|
|
729
|
+
- Add new example with custom items (@renaudAmsellem)
|
|
730
|
+
- **DatePicker:**
|
|
731
|
+
- Update font used for icons (@philippechevieux)
|
|
732
|
+
- Update icons used as separator (@philippechevieux)
|
|
733
|
+
- **Steps:**
|
|
734
|
+
- Update overall styles (@renaudAmsellem)
|
|
735
|
+
- **Menu (Deprecated):**
|
|
736
|
+
- Deprecate Menu component
|
|
737
|
+
- Move Menu documentation to deprecated folder
|
|
738
|
+
- **Button**
|
|
739
|
+
- Add `link` and `redirect` Button types (@evoiron)
|
|
740
|
+
- Deprecate `text' Button type (@evoiron)
|
|
741
|
+
- **Skeleton:**
|
|
742
|
+
- Add a new component `KitSkeleton` (@Delmotte-Vincent)
|
|
661
743
|
|
|
662
744
|
## [8.0.0](https://www.npmjs.com/package/aristid-ds/v/8.0.0) (2024-07-25)
|
|
663
745
|
|
|
664
746
|
### ✨ Features
|
|
665
747
|
|
|
666
|
-
-
|
|
667
|
-
-
|
|
668
|
-
-
|
|
669
|
-
-
|
|
670
|
-
-
|
|
671
|
-
-
|
|
672
|
-
-
|
|
673
|
-
-
|
|
674
|
-
-
|
|
675
|
-
-
|
|
676
|
-
-
|
|
677
|
-
|
|
678
|
-
-
|
|
679
|
-
-
|
|
680
|
-
-
|
|
681
|
-
-
|
|
682
|
-
-
|
|
683
|
-
-
|
|
684
|
-
-
|
|
685
|
-
-
|
|
686
|
-
-
|
|
687
|
-
-
|
|
688
|
-
-
|
|
689
|
-
-
|
|
690
|
-
-
|
|
691
|
-
-
|
|
692
|
-
-
|
|
693
|
-
-
|
|
694
|
-
-
|
|
695
|
-
-
|
|
696
|
-
-
|
|
697
|
-
-
|
|
698
|
-
-
|
|
699
|
-
-
|
|
700
|
-
-
|
|
748
|
+
- **⚠️ Breaking change - Tag:**
|
|
749
|
+
- Remove properties `color` and `secondaryColorInvert` (@philippechevieux)
|
|
750
|
+
- Add the following properties: (@philippechevieux)
|
|
751
|
+
- `type` _To manage Tag render_
|
|
752
|
+
- `idCardProps` _To set Tag content_
|
|
753
|
+
- `disabled`
|
|
754
|
+
- `onClick`
|
|
755
|
+
- Add the following properties for `KitTagGroup` (@philippechevieux)
|
|
756
|
+
- `othersTagType`
|
|
757
|
+
- `othersTagDisabled`
|
|
758
|
+
- > If you use Tag's, you must define its content using the `idCardProps` property.
|
|
759
|
+
> Also if you use `Select` with `idCard` property please use `description` instead of `title`.
|
|
760
|
+
- **⚠️ Breaking change - Divider:**
|
|
761
|
+
- Remove property `color` and update default color (@philippechevieux)
|
|
762
|
+
- **⚠️ Breaking change - ItemCard:**
|
|
763
|
+
- Remove deprecated `KitItemCard` component (@philippechevieux)
|
|
764
|
+
- **⚠️ Breaking change - LegacyCard:**
|
|
765
|
+
- Remove deprecated `KitLegacyCard` component (@philippechevieux)
|
|
766
|
+
- **⚠️ Breaking change - Card becomes ItemCard:**
|
|
767
|
+
- Rename `Card` to `ItemCard` and update its render (@philippechevieux)
|
|
768
|
+
- > If you use `Card`, you now must import `ItemCard` and update the given properties
|
|
769
|
+
- **RedirectCard:**
|
|
770
|
+
- Add new component `KitRedirectCard` (@philippechevieux)
|
|
771
|
+
- **Input**:
|
|
772
|
+
- Adding new prop `readonly` (@fatb38)
|
|
773
|
+
- **InputWrapper**:
|
|
774
|
+
- Update info icon (@fatb38)
|
|
775
|
+
- Adding warning and error icon (@fatb38)
|
|
776
|
+
- Adding ellipsis for too long helper label (@fatb38)
|
|
777
|
+
- **TextArea**:
|
|
778
|
+
- Adding new prop `readonly` (@fatb38)
|
|
779
|
+
- **Select**:
|
|
780
|
+
- Adding new prop `readonly` (@fatb38)
|
|
781
|
+
- **Loader**:
|
|
782
|
+
- Add new `Loader`component (@evoiron)
|
|
701
783
|
|
|
702
784
|
### 🐛 Bug Fixes
|
|
703
785
|
|
|
704
|
-
-
|
|
705
|
-
-
|
|
706
|
-
-
|
|
707
|
-
-
|
|
708
|
-
-
|
|
786
|
+
- **SideMenu**:
|
|
787
|
+
- Fix gap between items (@evoiron)
|
|
788
|
+
- **InputWrapper**:
|
|
789
|
+
- Fix wrong button for infoIcon (@fatb38)
|
|
790
|
+
- Fix gap between label, infoIcon and actions (@fatb38)
|
|
709
791
|
|
|
710
792
|
### 🎨 Theming
|
|
711
793
|
|
|
712
|
-
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
-
|
|
716
|
-
-
|
|
717
|
-
|
|
718
|
-
-
|
|
719
|
-
-
|
|
720
|
-
-
|
|
721
|
-
-
|
|
722
|
-
-
|
|
723
|
-
-
|
|
724
|
-
-
|
|
725
|
-
- Add new tokens and css variables in `utilities` (@philippechevieux)
|
|
794
|
+
- **⚠️ Breaking change - Update tokens and css variables:**
|
|
795
|
+
- Remove the following colors: (@philippechevieux)
|
|
796
|
+
- `neutral.typography`
|
|
797
|
+
- `neutral.background`
|
|
798
|
+
- `neutral.black60`
|
|
799
|
+
- Move `secondary.mediumGrey` into `neutral.grey` (@philippechevieux)
|
|
800
|
+
- Remove `secondary.mediumGrey` (@philippechevieux)
|
|
801
|
+
- Rename `secondary.orange` as `secondary.warning` (@philippechevieux)
|
|
802
|
+
- Rename `secondary.red` as `secondary.error` (@philippechevieux)
|
|
803
|
+
- Rename `secondary.green` as `secondary.success` (@philippechevieux)
|
|
804
|
+
- Move `secondary.yellow` into `tertiary.yellow` (@philippechevieux)
|
|
805
|
+
- Move `secondary.pink` into `tertiary.pink` (@philippechevieux)
|
|
806
|
+
- Add new tokens and css variables in `utilities` (@philippechevieux)
|
|
726
807
|
|
|
727
808
|
> If you use tokens or css variables in your application, we strongly recommend that you update them and prefer to use utilities.
|
|
728
809
|
|
|
@@ -730,367 +811,362 @@ The following points are the impact of this version upgrade:
|
|
|
730
811
|
|
|
731
812
|
### 🐛 Bug Fixes
|
|
732
813
|
|
|
733
|
-
-
|
|
734
|
-
-
|
|
735
|
-
-
|
|
736
|
-
-
|
|
737
|
-
-
|
|
738
|
-
-
|
|
739
|
-
-
|
|
814
|
+
- **ItemList**:
|
|
815
|
+
- Fix border (@evoiron)
|
|
816
|
+
- **Input**:
|
|
817
|
+
- Fix `required`prop not passed to input element
|
|
818
|
+
- Enabled `type`property
|
|
819
|
+
- **Select**:
|
|
820
|
+
- Fix select not closing automatically when selecting value in simple mode
|
|
740
821
|
|
|
741
822
|
## [7.1.0](https://www.npmjs.com/package/aristid-ds/v/7.1.0) (2024-06-14)
|
|
742
823
|
|
|
743
824
|
### 🐛 Bug Fixes
|
|
744
825
|
|
|
745
|
-
-
|
|
746
|
-
-
|
|
747
|
-
-
|
|
748
|
-
-
|
|
749
|
-
-
|
|
826
|
+
- **Table:**
|
|
827
|
+
- Fix last children rows indentaion of first data column (@evoiron)
|
|
828
|
+
- Fix last row bottom truncated when its not a filrst level row (@evoiron)
|
|
829
|
+
- **ItemList et Card**:
|
|
830
|
+
- Add `disabled`to actions (@evoiron)
|
|
750
831
|
|
|
751
832
|
## [7.0.0](https://www.npmjs.com/package/aristid-ds/v/X7.0.0) (2024-06-12)
|
|
752
833
|
|
|
753
834
|
### 🐛 Bug Fixes
|
|
754
835
|
|
|
755
|
-
-
|
|
756
|
-
-
|
|
757
|
-
-
|
|
836
|
+
- **SideMenu:**
|
|
837
|
+
- Fix css strange behavior (@evoiron)
|
|
838
|
+
- Expose `complement`prop to SideMenuItem (@evoiron)
|
|
758
839
|
|
|
759
840
|
### ✨ Features
|
|
760
841
|
|
|
761
|
-
-
|
|
762
|
-
-
|
|
842
|
+
- **Table:**
|
|
843
|
+
- Handle tree data and expandable rows (@renaudamsellem /@philippechevieux)
|
|
763
844
|
|
|
764
845
|
## [6.0.0](https://www.npmjs.com/package/aristid-ds/v/6.0.0) (2024-06-05)
|
|
765
846
|
|
|
766
847
|
### ✨ Features
|
|
767
848
|
|
|
768
|
-
-
|
|
769
|
-
-
|
|
849
|
+
- **SideMenu:**
|
|
850
|
+
- Add `SideMenu` component (@evoiron)
|
|
770
851
|
|
|
771
852
|
### 🐛 Bug Fixes
|
|
772
853
|
|
|
773
|
-
-
|
|
774
|
-
-
|
|
775
|
-
-
|
|
776
|
-
-
|
|
777
|
-
-
|
|
778
|
-
-
|
|
779
|
-
-
|
|
854
|
+
- **Collapse:**
|
|
855
|
+
- Fix border width (@evoiron)
|
|
856
|
+
- **Avatar:**
|
|
857
|
+
- Fix background color for transparent images, and add box shadow to avatar group (@evoiron)
|
|
858
|
+
- **Modal:**
|
|
859
|
+
- Fix modal width bug (@evoiron)
|
|
860
|
+
- Allow multiline text in modal (@evoiron)
|
|
780
861
|
|
|
781
862
|
## [5.1.0](https://www.npmjs.com/package/aristid-ds/v/5.1.0) (2024-05-24)
|
|
782
863
|
|
|
783
864
|
### 🐛 Bug Fixes
|
|
784
865
|
|
|
785
|
-
-
|
|
786
|
-
-
|
|
866
|
+
- **Button, Icon, ItemMenu:**
|
|
867
|
+
- Fix bug in useSecureClick causing onClick not called in some cases (@evoiron)
|
|
787
868
|
|
|
788
869
|
## [5.0.0](https://www.npmjs.com/package/aristid-ds/v/5.0.0) (2024-04-24)
|
|
789
870
|
|
|
790
871
|
### ✨ Features
|
|
791
872
|
|
|
792
|
-
-
|
|
793
|
-
-
|
|
794
|
-
-
|
|
795
|
-
-
|
|
796
|
-
-
|
|
797
|
-
-
|
|
798
|
-
-
|
|
799
|
-
-
|
|
800
|
-
-
|
|
801
|
-
-
|
|
802
|
-
-
|
|
803
|
-
-
|
|
804
|
-
-
|
|
805
|
-
-
|
|
806
|
-
-
|
|
807
|
-
-
|
|
873
|
+
- **ItemList:**
|
|
874
|
+
- Add `disabled`property (@Delmotte-Vincent)
|
|
875
|
+
- Add highlight style on component `focus` (@Delmotte-Vincent)
|
|
876
|
+
- **⚠️ Breaking change - IdCard:**
|
|
877
|
+
- Change `avatar` property to `avatarProps`. `avatarProps` are `KitAvatar`'s props. (@Delmotte-Vincent)
|
|
878
|
+
- Add `disabled`property (@Delmotte-Vincent)
|
|
879
|
+
- **Avatar:**
|
|
880
|
+
- Add `disabled` property (@Delmotte-Vincent)
|
|
881
|
+
- **Avatar.Group:**
|
|
882
|
+
- Add `disabled` property (@Delmotte-Vincent)
|
|
883
|
+
- **Header.Profile:**
|
|
884
|
+
- Add `alt` property (@philippechevieux)
|
|
885
|
+
- **Error:**
|
|
886
|
+
- Add a new component `KitError` to manage error page (@P0ppoff)
|
|
887
|
+
- **Table:**
|
|
888
|
+
- Add a new component `Table` to display a collection of structured data (@philippechevieux)
|
|
808
889
|
|
|
809
890
|
### 🐛 Bug Fixes
|
|
810
891
|
|
|
811
|
-
-
|
|
812
|
-
-
|
|
813
|
-
-
|
|
814
|
-
-
|
|
815
|
-
-
|
|
816
|
-
-
|
|
892
|
+
- **Select:**
|
|
893
|
+
- Fix Select displaying option value instead of label when setting value prop (@evoiron / @renaudamsellem / @TdyP)
|
|
894
|
+
- **Avatar:**
|
|
895
|
+
- Fix incorrect digram when label contains accented characters (@evoiron)
|
|
896
|
+
- **Empty:**
|
|
897
|
+
- Removing console errors on svg attributes (kebab-case instead of camelCase) (@fatb38)
|
|
817
898
|
|
|
818
899
|
### 📚 Documentation
|
|
819
900
|
|
|
820
|
-
-
|
|
901
|
+
- Add an example for searching with a Select (@philippechevieux)
|
|
821
902
|
|
|
822
903
|
## [4.0.0](https://www.npmjs.com/package/aristid-ds/v/4.0.0) (2024-03-28)
|
|
823
904
|
|
|
824
905
|
### ✨ Features
|
|
825
906
|
|
|
826
|
-
-
|
|
827
|
-
-
|
|
828
|
-
-
|
|
829
|
-
-
|
|
907
|
+
- **Select:**
|
|
908
|
+
- Add `idCard` property to option to display a `KitIdCard` instead of the label (@philippechevieux)
|
|
909
|
+
- **Avatar:**
|
|
910
|
+
- Add a new property `imageFit` to change how image will fit (@philippechevieux)
|
|
830
911
|
|
|
831
912
|
### 🐛 Bug Fixes
|
|
832
913
|
|
|
833
|
-
-
|
|
834
|
-
-
|
|
835
|
-
-
|
|
836
|
-
-
|
|
837
|
-
-
|
|
838
|
-
-
|
|
839
|
-
-
|
|
840
|
-
-
|
|
841
|
-
-
|
|
914
|
+
- **IdCard:**
|
|
915
|
+
- Add default ellipsis to `title` and `description` (@philippechevieux)
|
|
916
|
+
- Add missing exports for `useKitLocale`, `KitEmpty`, `KitIdCard`, `KitInputWrapper` and `KitSection` (@philippechevieux)
|
|
917
|
+
- **DatePicker / RangePicker:**
|
|
918
|
+
- Fix calendar icon disapearing on hover when a default value is set (@evoiron)
|
|
919
|
+
- **⚠️ Breaking change - ItemList:**
|
|
920
|
+
- Refactor ItemList (@P0ppoff / @Delmotte-Vincent / @renaudamsellem / @philippechevieux)
|
|
921
|
+
- **Modal:**
|
|
922
|
+
- Remove use of getComputedStyle which can be time consuming in tests (@evoiron)
|
|
842
923
|
|
|
843
924
|
## [3.0.0](https://www.npmjs.com/package/aristid-ds/v/3.0.0) (2024-03-15)
|
|
844
925
|
|
|
845
926
|
### ✨ Features
|
|
846
927
|
|
|
847
|
-
-
|
|
848
|
-
-
|
|
849
|
-
-
|
|
850
|
-
-
|
|
851
|
-
-
|
|
852
|
-
-
|
|
853
|
-
-
|
|
854
|
-
-
|
|
855
|
-
-
|
|
856
|
-
-
|
|
928
|
+
- **Empty:**
|
|
929
|
+
- Add a new component `KitEmpty` (@philippechevieux)
|
|
930
|
+
- **IdCard:**
|
|
931
|
+
- Add a new component `KitIdCard` (@philippechevieux)
|
|
932
|
+
- **Avatar:**
|
|
933
|
+
- Add `label` property to retrieve avatar initials from (@philippechevieux)
|
|
934
|
+
- Add `initialsMaxChars` property to set the number of initials (@philippechevieux)
|
|
935
|
+
- **⚠️ Breaking change - Header:**
|
|
936
|
+
- Existing `Header` is renamed to `PageHeader` (@TdyP)
|
|
937
|
+
- `Header` component is now a totally new component (@TdyP, @evoiron)
|
|
857
938
|
|
|
858
939
|
### 🐛 Bug Fixes
|
|
859
940
|
|
|
860
|
-
-
|
|
861
|
-
-
|
|
862
|
-
-
|
|
863
|
-
-
|
|
864
|
-
-
|
|
941
|
+
- **Button:**
|
|
942
|
+
- Add missing property `form` to `KitButton` (@evoiron)
|
|
943
|
+
- Add missing property `htmlType` to `KitButton` (@philippechevieux)
|
|
944
|
+
- **Build:**
|
|
945
|
+
- Build as EsModule and commonjs module (@evoiron)
|
|
865
946
|
|
|
866
947
|
## [2.0.0](https://www.npmjs.com/package/aristid-ds/v/2.0.0) (2024-03-06)
|
|
867
948
|
|
|
868
949
|
### ✨ Features
|
|
869
950
|
|
|
870
|
-
-
|
|
871
|
-
-
|
|
872
|
-
-
|
|
873
|
-
-
|
|
874
|
-
-
|
|
875
|
-
-
|
|
876
|
-
-
|
|
877
|
-
-
|
|
878
|
-
-
|
|
879
|
-
-
|
|
880
|
-
-
|
|
881
|
-
-
|
|
882
|
-
-
|
|
883
|
-
-
|
|
884
|
-
-
|
|
885
|
-
-
|
|
886
|
-
-
|
|
887
|
-
-
|
|
888
|
-
-
|
|
889
|
-
-
|
|
890
|
-
-
|
|
891
|
-
-
|
|
892
|
-
-
|
|
893
|
-
-
|
|
894
|
-
-
|
|
951
|
+
- **⚠️ Breaking change - Modal:** (@evoiron)
|
|
952
|
+
- update Modal Design
|
|
953
|
+
- update confirmModal Options:
|
|
954
|
+
- remove `secondLine` property
|
|
955
|
+
- rename `firstLine` to `content`
|
|
956
|
+
- add `dangerConfirm` property to show Cta Button as danger look n' feel,
|
|
957
|
+
- add `showCloseIcon` to display top tight button for closing
|
|
958
|
+
- **Section:** (@Delmotte-Vincent)
|
|
959
|
+
- Add new component Section
|
|
960
|
+
- **Typography:**
|
|
961
|
+
- update default typography color (@evoiron)
|
|
962
|
+
- **InputWrapper:**
|
|
963
|
+
- Add 4 properties: (@evoiron)
|
|
964
|
+
- `required`: show a red asterisk right after the label
|
|
965
|
+
- `actions`: an array of items to display at the right of the label
|
|
966
|
+
- `onInfoClick`: When set, display a clickable info icon which triggers this event
|
|
967
|
+
- `infoIcon`: customise the infoIcon displayed
|
|
968
|
+
- These components now accept the 4 properties above: (@evoiron)
|
|
969
|
+
- `AutoComplete`, `Checkbox.Group`, `Radio.Group`, `ColorPicker`, `DatePicker`, `RangePicker`, `Input`, `InputNumber`, `Select`
|
|
970
|
+
- **ItemList**
|
|
971
|
+
- Add `draggable` property showing an icon that indicates the item is draggable (@fatb38)
|
|
972
|
+
- **Tabs:**
|
|
973
|
+
- Add `hideSeparator` prop to hide separator between tabs and content (@P0ppoff)
|
|
974
|
+
- (Style) Allow tabs center on extraContent (@P0ppoff)
|
|
975
|
+
- (Style) Reduce space between tabs and separator (@P0ppoff)
|
|
895
976
|
|
|
896
977
|
### 🐛 Bug Fixes
|
|
897
978
|
|
|
898
|
-
-
|
|
899
|
-
-
|
|
900
|
-
-
|
|
901
|
-
-
|
|
902
|
-
-
|
|
903
|
-
-
|
|
904
|
-
-
|
|
905
|
-
-
|
|
906
|
-
-
|
|
907
|
-
-
|
|
908
|
-
-
|
|
909
|
-
-
|
|
910
|
-
-
|
|
911
|
-
-
|
|
979
|
+
- **Package**: include typescript definitions for each component in built package (@evoiron)
|
|
980
|
+
- **Select:**
|
|
981
|
+
- Fix default border color (@philippechevieux)
|
|
982
|
+
- **Badge:**
|
|
983
|
+
- Fix custom className bug (@evoiron)
|
|
984
|
+
- **Input:**
|
|
985
|
+
- Update color of content, label, placeholder and clear icon (@TdyP)
|
|
986
|
+
- Add aria-label on clear icon to improve testability (@TdyP)
|
|
987
|
+
- **InputNumber:**
|
|
988
|
+
- Update color of content, label, placeholder and clear icon (@TdyP)
|
|
989
|
+
- **ColorPicker:**
|
|
990
|
+
- Update color of content, label and placeholder (@TdyP)
|
|
991
|
+
- **DatePicker:**
|
|
992
|
+
- Update color of content, label and placeholder (@TdyP)
|
|
912
993
|
|
|
913
994
|
## [1.1.0](https://www.npmjs.com/package/aristid-ds/v/1.1.0) (2024-02-28)
|
|
914
995
|
|
|
915
996
|
### ✨ Features
|
|
916
997
|
|
|
917
|
-
-
|
|
918
|
-
-
|
|
998
|
+
- **Nightly build:**
|
|
999
|
+
- publish a nightly version of the package under `next`. (@evoiron)
|
|
919
1000
|
|
|
920
1001
|
### 🐛 Bug Fixes
|
|
921
1002
|
|
|
922
|
-
-
|
|
923
|
-
|
|
924
|
-
- Fix crashing release (@evoiron)
|
|
925
|
-
|
|
926
|
-
- **AutoComplete:**
|
|
1003
|
+
- **AutoComplete:**
|
|
1004
|
+
- Fix crashing release (@evoiron)
|
|
927
1005
|
|
|
928
|
-
|
|
1006
|
+
- **AutoComplete:**
|
|
1007
|
+
- Fix dropdown border when focused or when a status is set (@philippechevieux)
|
|
929
1008
|
|
|
930
|
-
-
|
|
1009
|
+
- **Select:**
|
|
1010
|
+
- Fix dropdown border when focused or when a status is set (@philippechevieux)
|
|
1011
|
+
- Fix dropdown border on click on arrow (@renaudamsellem)
|
|
931
1012
|
|
|
932
|
-
|
|
933
|
-
-
|
|
934
|
-
|
|
935
|
-
- **InputWrapper:**
|
|
936
|
-
- Fix border default color (@philippechevieux)
|
|
1013
|
+
- **InputWrapper:**
|
|
1014
|
+
- Fix border default color (@philippechevieux)
|
|
937
1015
|
|
|
938
1016
|
## [1.0.1](https://www.npmjs.com/package/aristid-ds/v/1.0.1) (2024-02-26)
|
|
939
1017
|
|
|
940
1018
|
### 🐛 Bug Fixes
|
|
941
1019
|
|
|
942
|
-
-
|
|
943
|
-
-
|
|
1020
|
+
- **Typography:**
|
|
1021
|
+
- fix css error leading to application crash
|
|
944
1022
|
|
|
945
1023
|
## [1.0.0](https://www.npmjs.com/package/aristid-ds/v/1.0.0) (2024-02-02)
|
|
946
1024
|
|
|
947
|
-
-
|
|
948
|
-
-
|
|
949
|
-
-
|
|
950
|
-
-
|
|
951
|
-
-
|
|
952
|
-
-
|
|
953
|
-
-
|
|
954
|
-
-
|
|
955
|
-
-
|
|
956
|
-
-
|
|
957
|
-
-
|
|
1025
|
+
- **⚠️ Breaking change - Button:** (@evoiron)
|
|
1026
|
+
- update color Management
|
|
1027
|
+
- remove design tokens
|
|
1028
|
+
- remove some props : `href`, `target`, `wrapperClassName`, `wrapperStyle`, `textColor`
|
|
1029
|
+
- rename props:
|
|
1030
|
+
- `segmentedColor` is now `color`
|
|
1031
|
+
- `segmentedactived` is now `active`
|
|
1032
|
+
- `segmentedChecked` is now `checked`
|
|
1033
|
+
- modify button types:
|
|
1034
|
+
- add `tertiary` type
|
|
1035
|
+
- remove `link` type
|
|
958
1036
|
|
|
959
1037
|
### ✨ Features
|
|
960
1038
|
|
|
961
|
-
-
|
|
962
|
-
|
|
963
|
-
- Add `color` prop to set color on each typography elements (@evoiron)
|
|
1039
|
+
- **Typography:**
|
|
1040
|
+
- Add `color` prop to set color on each typography elements (@evoiron)
|
|
964
1041
|
|
|
965
|
-
-
|
|
966
|
-
-
|
|
967
|
-
-
|
|
1042
|
+
- **Breadcrumb:**
|
|
1043
|
+
- change `breadcrumb` design (@Delmotte-Vincent)
|
|
1044
|
+
- add `icon` props in `breadcrumb` items (@Delmotte-Vincent)
|
|
968
1045
|
|
|
969
1046
|
## [0.13.0](https://www.npmjs.com/package/aristid-ds/v/0.13.0) (2024-02-16)
|
|
970
1047
|
|
|
971
1048
|
### 🐛 Bug Fixes
|
|
972
1049
|
|
|
973
|
-
-
|
|
974
|
-
-
|
|
1050
|
+
- remove styled-components for improved performances. All Components impacted (@evoiron)
|
|
1051
|
+
- upgrade Ant to versin 5.14.1 (@evoiron)
|
|
975
1052
|
|
|
976
1053
|
## [0.12.0](https://www.npmjs.com/package/aristid-ds/v/0.12.0) (2024-02-02)
|
|
977
1054
|
|
|
978
1055
|
### ✨ Features
|
|
979
1056
|
|
|
980
|
-
-
|
|
981
|
-
|
|
982
|
-
- Add `fullscreen`option (@evoiron)
|
|
1057
|
+
- **Modal:**
|
|
1058
|
+
- Add `fullscreen`option (@evoiron)
|
|
983
1059
|
|
|
984
|
-
-
|
|
985
|
-
-
|
|
986
|
-
-
|
|
1060
|
+
- **⚠️ Breaking change - ItemList**
|
|
1061
|
+
- Add `selected` props to display a colored border (@Delmotte-Vincent)
|
|
1062
|
+
- Rename `onSelectChange` by `onSelect` (@Delmotte-Vincent)
|
|
987
1063
|
|
|
988
1064
|
### 🐛 Bug Fixes
|
|
989
1065
|
|
|
990
|
-
-
|
|
991
|
-
-
|
|
992
|
-
-
|
|
993
|
-
-
|
|
994
|
-
-
|
|
995
|
-
-
|
|
996
|
-
-
|
|
1066
|
+
- A build option was removed by error
|
|
1067
|
+
- **Select**
|
|
1068
|
+
- Remove unused props `suffixIcon` and adapt the documentation (@Delmotte-Vincent)
|
|
1069
|
+
- Add focus state on select dropdown (@Delmotte-Vincent)
|
|
1070
|
+
- Fix Ellipsed tag on select (@Delmotte-Vincent)
|
|
1071
|
+
- **Storybook**
|
|
1072
|
+
- fix a visual bug on storybook caused by an addon (@evoiron)
|
|
997
1073
|
|
|
998
1074
|
### 📚 Documentation
|
|
999
1075
|
|
|
1000
|
-
-
|
|
1001
|
-
-
|
|
1002
|
-
-
|
|
1076
|
+
- New documentation page to list available design tokens (@evoiron)
|
|
1077
|
+
- Display each design token corresponding css variable (@evoiron)
|
|
1078
|
+
- Display package version number on the top right corner of Storybook (@philippechevieux)
|
|
1003
1079
|
|
|
1004
1080
|
## [0.11.0](https://www.npmjs.com/package/aristid-ds/v/0.11.0) (2024-01-24)
|
|
1005
1081
|
|
|
1006
1082
|
### ✨ Features
|
|
1007
1083
|
|
|
1008
|
-
-
|
|
1009
|
-
-
|
|
1084
|
+
- **Notification:**
|
|
1085
|
+
- Add `KitNotification` component usable without using `useKitNotification` hook (@evoiron)
|
|
1010
1086
|
|
|
1011
1087
|
### 🐛 Bug Fixes
|
|
1012
1088
|
|
|
1013
|
-
-
|
|
1014
|
-
-
|
|
1015
|
-
-
|
|
1089
|
+
- Fix warning at build time about potential cycling dependencies (@evoiron)
|
|
1090
|
+
- Remove deprecated package `react-uuid` (@evoiron)
|
|
1091
|
+
- Enable 3 Select options, to allow dynamic filtering of options (@evoiron)
|
|
1016
1092
|
|
|
1017
1093
|
## [0.10.0](https://www.npmjs.com/package/aristid-ds/v/0.10.0) (2024-01-19)
|
|
1018
1094
|
|
|
1019
1095
|
### ✨ Features
|
|
1020
1096
|
|
|
1021
|
-
-
|
|
1022
|
-
-
|
|
1023
|
-
-
|
|
1024
|
-
-
|
|
1025
|
-
-
|
|
1026
|
-
-
|
|
1027
|
-
-
|
|
1028
|
-
-
|
|
1029
|
-
-
|
|
1030
|
-
-
|
|
1031
|
-
-
|
|
1032
|
-
-
|
|
1033
|
-
-
|
|
1034
|
-
-
|
|
1097
|
+
- **⚠️ Breaking change - Card:**
|
|
1098
|
+
- Update visual render and properties (@Delmotte-Vincent)
|
|
1099
|
+
- This `Card` aim to replace actual `Card` and `ItemCard`
|
|
1100
|
+
- **⚠️ Breaking change - Collapse:**
|
|
1101
|
+
- Update visual render (@philippechevieux)
|
|
1102
|
+
- Update properties of `KitHeader` and `KitExtraHeader`
|
|
1103
|
+
- **Notification:**
|
|
1104
|
+
- Update visual render (@evoiron, @renaudAmsellem)
|
|
1105
|
+
- **DataEntry components:**
|
|
1106
|
+
- Update visual render of `hover` and `focus` state for all those components (@evoiron, @renaudAmsellem)
|
|
1107
|
+
- **Antd components:**
|
|
1108
|
+
- Export all components of `Ant Design`. Those components are now available in `aristid-ds`, all prefixed by `Ant` (eg `AntLayout`) (@evoiron)
|
|
1109
|
+
- **Tree shaking:**
|
|
1110
|
+
- All components are now tree shakable (@evoiron)
|
|
1035
1111
|
|
|
1036
1112
|
### 🚨 Tests
|
|
1037
1113
|
|
|
1038
|
-
-
|
|
1039
|
-
-
|
|
1114
|
+
- **Chromatic:**
|
|
1115
|
+
- Reduce number of snapshots (Group set of visual tests) (@fatb38)
|
|
1040
1116
|
|
|
1041
1117
|
## [0.9.1](https://www.npmjs.com/package/aristid-ds/v/0.9.1) (2023-12-22)
|
|
1042
1118
|
|
|
1043
1119
|
### 🐛 Bug Fixes
|
|
1044
1120
|
|
|
1045
|
-
-
|
|
1121
|
+
- Fix types issues in `IKitLocale` that was causing build to crash (@fatb38)
|
|
1046
1122
|
|
|
1047
1123
|
## [0.9.0](https://www.npmjs.com/package/aristid-ds/v/0.9.0) (2023-12-22)
|
|
1048
1124
|
|
|
1049
1125
|
### 🎨 Theming
|
|
1050
1126
|
|
|
1051
|
-
-
|
|
1052
|
-
-
|
|
1127
|
+
- Improve performance when using multiple `KitApp` component (@Delmotte-Vincent, @evoiron, @fatb38, @philippechevieux)
|
|
1128
|
+
- Replace `css-in-js` theming variables by `css variables` (@Delmotte-Vincent, @evoiron, @fatb38, @philippechevieux)
|
|
1053
1129
|
|
|
1054
1130
|
### 🤖 CI
|
|
1055
1131
|
|
|
1056
|
-
-
|
|
1057
|
-
-
|
|
1132
|
+
- Add `eslint` to CI pipeline (@evoiron)
|
|
1133
|
+
- Add a build to CI pipeline (@evoiron)
|
|
1058
1134
|
|
|
1059
1135
|
## [0.8.0](https://www.npmjs.com/package/aristid-ds/v/0.8.0) (2023-11-16)
|
|
1060
1136
|
|
|
1061
1137
|
### 🐛 Bug Fixes
|
|
1062
1138
|
|
|
1063
|
-
-
|
|
1064
|
-
-
|
|
1065
|
-
-
|
|
1066
|
-
-
|
|
1067
|
-
-
|
|
1068
|
-
-
|
|
1069
|
-
-
|
|
1070
|
-
-
|
|
1071
|
-
-
|
|
1139
|
+
- **Select:**
|
|
1140
|
+
- Border rendering was not good when the DropDown changed position due to insufficient space (@philippechevieux)
|
|
1141
|
+
- In some cases, the last Dropdown item was not visible (@philippechevieux)
|
|
1142
|
+
- **Input:**
|
|
1143
|
+
- Token `colors.border.hover` was not used (@philippechevieux)
|
|
1144
|
+
- **Alert:**
|
|
1145
|
+
- Token `colors.icon.alert.info` was not set with the right value (@philippechevieux)
|
|
1146
|
+
- **Avatar, Badge, Tag, Rate, Icon:**
|
|
1147
|
+
- Add a function to check if the color property value is valid instead of type checking. If given value is not valid then component will use its default value (@philippechevieux)
|
|
1072
1148
|
|
|
1073
1149
|
### ✨ Features
|
|
1074
1150
|
|
|
1075
|
-
-
|
|
1076
|
-
-
|
|
1077
|
-
-
|
|
1078
|
-
-
|
|
1079
|
-
-
|
|
1080
|
-
-
|
|
1081
|
-
-
|
|
1082
|
-
-
|
|
1151
|
+
- **Input, Password, TextArea, InputNuver, DatePicker, RangePicker, ColorPicker:**
|
|
1152
|
+
- Add a new property `wrapperClassName` to target component wrapper element (@Delmotte-Vincent)
|
|
1153
|
+
- **Rate:**
|
|
1154
|
+
- Update component render (@philippechevieux)
|
|
1155
|
+
- Remove property `disabledStarTransparency` (@philippechevieux)
|
|
1156
|
+
- Add optional props `defaultIcon`, `halfIcon` and `activeIcon` (@philippechevieux)
|
|
1157
|
+
- **🆕 Tour:**
|
|
1158
|
+
- Add this brand new component (@Delmotte-Vincent)
|
|
1083
1159
|
|
|
1084
1160
|
### 🚨 Tests
|
|
1085
1161
|
|
|
1086
|
-
-
|
|
1087
|
-
-
|
|
1088
|
-
-
|
|
1089
|
-
-
|
|
1090
|
-
-
|
|
1091
|
-
-
|
|
1162
|
+
- **Chromatic:**
|
|
1163
|
+
- Add tests for `DataDisplay` folder (@Delmotte-Vincent)
|
|
1164
|
+
- Add tests for `DataEntry` folder (@Delmotte-Vincent)
|
|
1165
|
+
- Add tests for `Layout` folder (@Delmotte-Vincent)
|
|
1166
|
+
- Add tests for `General` folder (@evoiron)
|
|
1167
|
+
- Add tests for `Feedback` folder (@evoiron)
|
|
1092
1168
|
|
|
1093
1169
|
### 📚 Documentation
|
|
1094
1170
|
|
|
1095
|
-
-
|
|
1096
|
-
-
|
|
1171
|
+
- Update code structure in `README.md` and remove duplicate information `Introduction.stories.mdx` (@philippechevieux)
|
|
1172
|
+
- Fix multiples `console.error` caused by missing property `key` in some exemple (@philippechevieux)
|